.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;
}
html,
body {
  font-size: 16px;
}
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;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#umRbOEfVm98CIfhvI3gSvh0TEedMnxmm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#umRbOEfVm98CIfhvI3gSvh0TEedMnxmm > .row .container { background-color: transparent; background-image: none; }#umRbOEfVm98CIfhvI3gSvh0TEedMnxmm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#umRbOEfVm98CIfhvI3gSvh0TEedMnxmm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#umRbOEfVm98CIfhvI3gSvh0TEedMnxmm > .row .container > .video-iframe-container { display: none; }#umRbOEfVm98CIfhvI3gSvh0TEedMnxmm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#umRbOEfVm98CIfhvI3gSvh0TEedMnxmm > .row > .video-iframe-container { display: none; }#umRbOEfVm98CIfhvI3gSvh0TEedMnxmm > .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); }#umRbOEfVm98CIfhvI3gSvh0TEedMnxmm > .row .container { border-width: 0; border-radius: 0; }#umRbOEfVm98CIfhvI3gSvh0TEedMnxmm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#umRbOEfVm98CIfhvI3gSvh0TEedMnxmm > .row .container { font-size:0.875rem;font-family:arial;height:4.3125rem;width:60rem;position:relative;display:block; }#Fv4RMczXtoJvtLP0vSTZVZiocn8cDJBq { 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.75rem;width:10rem;top:1rem;left:0rem;overflow:hidden;display:block; }
#DcMeqCTW2XLkCCalk7mLla8lSMLRge3c { color:#000000;display:block;width:6.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:1.505859375rem;left:31.125rem;height:1.29980625rem;display:block; }
#ZKzhqT3GVEfxHDeUPJLcJTrvrQJVR5Sf { background-color:#f05f40;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.8125rem;height:1.8125rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:1.15625rem;left:50.1875rem;display:block; }
#xzUTrwXMSZJeIZzVtIGff2baOgR1dfcF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mQ54Lex1Dgcvoo4IhIlkFh5yyVJ6CMmn { color:#000000;display:block;width:9.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:1.505859375rem;left:39.25rem;height:1.29980625rem;display:block; }
#XaDpBTuExChltE2roM7XGQy2zE5f8oUa { position:relative;display:none; }#XaDpBTuExChltE2roM7XGQy2zE5f8oUa { border-width: 0; border-radius: 0; }#XaDpBTuExChltE2roM7XGQy2zE5f8oUa > .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; }#XaDpBTuExChltE2roM7XGQy2zE5f8oUa > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:3.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#LB3xUUam4swZBSWDZbPVdCdSU8xl8RJz { 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.75rem;width:10rem;top:1rem;left:0rem;overflow:hidden;display:none; }
#Gno5pfprps1dI3oE7eE1q9R6Pfd37QD7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;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; }#Gno5pfprps1dI3oE7eE1q9R6Pfd37QD7 > .row .container { background-color: transparent; background-image: none; }#Gno5pfprps1dI3oE7eE1q9R6Pfd37QD7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gno5pfprps1dI3oE7eE1q9R6Pfd37QD7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gno5pfprps1dI3oE7eE1q9R6Pfd37QD7 > .row .container > .video-iframe-container { display: none; }#Gno5pfprps1dI3oE7eE1q9R6Pfd37QD7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gno5pfprps1dI3oE7eE1q9R6Pfd37QD7 > .row > .video-iframe-container { display: none; }#Gno5pfprps1dI3oE7eE1q9R6Pfd37QD7 > .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); }#Gno5pfprps1dI3oE7eE1q9R6Pfd37QD7 > .row .container { border-width: 0; border-radius: 0; }#Gno5pfprps1dI3oE7eE1q9R6Pfd37QD7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Gno5pfprps1dI3oE7eE1q9R6Pfd37QD7 > .row .container { font-size:0.875rem;font-family:arial;height:41.6875rem;width:60rem;position:relative;display:block; }#SWfw9hMEyww6tOyXLxgMzWsVArWUJ4Lt { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.0625rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uZI2OibHcptEDboKpSIQHxILTQbons6u { color:#000000;display:block;width:58.625rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:5.875rem;left:0rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uLIOh0tF4VAcrk6J3Jlb0P7ezTJ9LM9E { color:#000000;display:block;width:26.25rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:34.875rem;left:32.375rem;height:4.84375rem;display:block; }#uLIOh0tF4VAcrk6J3Jlb0P7ezTJ9LM9E li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#uLIOh0tF4VAcrk6J3Jlb0P7ezTJ9LM9E li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/vLjzPXPD/green.png); }
#NhhNOOzQ81QOwfBtTgQvhcPrARJgTmbh { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: 0rem 0.0625rem 0.3125rem rgba(0,0,0,0.2) ;height:30.375rem;width:28.75rem;top:10.625rem;left:31.25rem;display:block; }
#V3KwboXMzP5kdsfMlWh5RcD2HMAmpTTW { color:#000000;display:block;width:26.25rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:21.07421875rem;left:32.4375rem;height:3.57421875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#m0ZTpkI65ycogVGoUEQZ0H9vON7UQVfh { color:#0c5460;display:block;width:25rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15021;line-height:1.4;letter-spacing:0;top:12.625rem;left:33.125rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#E1Onoqp2yXk0LnJkxGUwxJEF2mfdiR5o { color:rgba(26,26,26,0.5);display:block;width:26.25rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:400;z-index:15022;line-height:1.4;letter-spacing:0;top:28.6875rem;left:32.3125rem;height:1.04980625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GVSQU9ghOkcHSJlJJaVsIvQ9lGV2Vc0h { position:absolute;display:block;z-index:15004;background-color:#d1ecf1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #bee5eb;border-left:0.0625rem solid #bee5eb;border-right:0.0625rem solid #bee5eb;border-bottom:0.0625rem solid #bee5eb;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:7.375rem;width:26.25rem;top:11.875rem;left:32.375rem;display:block; }
#m4qbaI7FAUuy7CBNnkQVPbuewQbI6Vrq { background-color:#f05f40;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.25rem;height:3.4375rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:30.3125rem;left:32.3125rem;display:block; }
#BNAvrumq4Cs25tSARkzfNJJxwToqaZlq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#N7o0NnGvzKTC2GKuKUSJTy8fErDGTlMl { position:absolute;display:block;z-index:15025;height:2.6875rem;width:26.25rem;top:25.4375rem;left:32.4375rem;display:block; }
#GefEBz8hx6cgQKFAxznaItcgOaFcl5Z3 { position:absolute;display:block;z-index:15026;height:1.375rem;width:9.375rem;top:0.75rem;left:1rem;display:block; }
#Itnh3hhax2sgmEMTaInBeiFUfXRBnaTW { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: 0rem 0.0625rem 0.3125rem rgba(0,0,0,0.2) ;height:20.1875rem;width:30rem;top:10.625rem;left:0rem;display:block; }
#theDm6eNXbwq0pmw6gg2XLpIUnia99C7 { 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:20.1875rem;width:30rem;top:10.625rem;left:0rem;overflow:hidden;display:block; }
#aaVBhKEdkNl49hmJD9Mx3cx5K9JGCMAF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;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; }#aaVBhKEdkNl49hmJD9Mx3cx5K9JGCMAF > .row .container { background-color: transparent; background-image: none; }#aaVBhKEdkNl49hmJD9Mx3cx5K9JGCMAF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aaVBhKEdkNl49hmJD9Mx3cx5K9JGCMAF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aaVBhKEdkNl49hmJD9Mx3cx5K9JGCMAF > .row .container > .video-iframe-container { display: none; }#aaVBhKEdkNl49hmJD9Mx3cx5K9JGCMAF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aaVBhKEdkNl49hmJD9Mx3cx5K9JGCMAF > .row > .video-iframe-container { display: none; }#aaVBhKEdkNl49hmJD9Mx3cx5K9JGCMAF > .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); }#aaVBhKEdkNl49hmJD9Mx3cx5K9JGCMAF > .row .container { border-width: 0; border-radius: 0; }#aaVBhKEdkNl49hmJD9Mx3cx5K9JGCMAF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aaVBhKEdkNl49hmJD9Mx3cx5K9JGCMAF > .row .container { font-size:0.875rem;font-family:arial;height:16.75rem;width:60rem;position:relative;display:block; }#s2HJDe3nJgDc7RmhcIQk3oftCnACdTai { position:absolute;display:block;z-index:15000;height:12.875rem;width:60rem;top:1rem;left:0rem;display:block; }
#n2v77mrTWZ2c68T7D6oyPGh6HTSm9py8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/558b154e-e046-4696-8a93-34ece3396637/blookeryGutscheinprint.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#n2v77mrTWZ2c68T7D6oyPGh6HTSm9py8.adaptive-delivery-prevent-bg, #n2v77mrTWZ2c68T7D6oyPGh6HTSm9py8.lazyload, #n2v77mrTWZ2c68T7D6oyPGh6HTSm9py8.lazyloading { background-image: none; }#n2v77mrTWZ2c68T7D6oyPGh6HTSm9py8 > .row .container { background-color: transparent; background-image: none; }#n2v77mrTWZ2c68T7D6oyPGh6HTSm9py8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.32); }#n2v77mrTWZ2c68T7D6oyPGh6HTSm9py8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n2v77mrTWZ2c68T7D6oyPGh6HTSm9py8 > .row .container > .video-iframe-container { display: none; }#n2v77mrTWZ2c68T7D6oyPGh6HTSm9py8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.32); }#n2v77mrTWZ2c68T7D6oyPGh6HTSm9py8 > .row > .video-iframe-container { display: none; }#n2v77mrTWZ2c68T7D6oyPGh6HTSm9py8 > .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); }#n2v77mrTWZ2c68T7D6oyPGh6HTSm9py8 > .row .container { border-width: 0; border-radius: 0; }#n2v77mrTWZ2c68T7D6oyPGh6HTSm9py8::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#n2v77mrTWZ2c68T7D6oyPGh6HTSm9py8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#n2v77mrTWZ2c68T7D6oyPGh6HTSm9py8 > .row .container { font-size:0.875rem;font-family:arial;height:26.75rem;width:60rem;position:relative;display:block; }#qEtbuGzPTE7csXvPwdBNeWt2MK2w4VVg { 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:3.75rem;width:2.75rem;top:6.96875rem;left:6.125rem;overflow:hidden;display:block; }
#SGyNwPglSv23ti97hC4SGmXHA7lMaTc9 { color:#ffffff;display:block;width:13.625rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:13.1875rem;left:0.6875rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xcptl8Uyir0N3fNbP2Ja3JBvJEsCBtKM { color:#ffffff;display:block;width:13.25rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:15.8125rem;left:0.875rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vtmQCIIxWwEKZeZdNtL4Re0A0Tn94X6t { color:#ffffff;display:block;width:13.25rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:15.8125rem;left:16.40625rem;height:5.1181625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Qgx7w2tTlVH6ts3HNnK6plBcm68S7hDC { color:#ffffff;display:block;width:13.3125rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:13.1875rem;left:16.375rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sFs2HskfzJXgOn7nHntqTCsC1zJtWTz0 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:6.96875rem;left:21.15625rem;overflow:hidden;display:block; }
#kAedOxs9eXq2pCQw0Espyy6wDdikoP0n { color:#ffffff;display:block;width:13.25rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:15.75rem;left:31.9375rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kpHUAlWMO1IKP1NwkR1yWtTvtM05HTNs { color:#ffffff;display:block;width:13.4375rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:13.1875rem;left:31.8125rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T3vClMGCm82lOrv2Vh9QAN02S39dXROp { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:6.96875rem;left:36.6875rem;overflow:hidden;display:block; }
#Ndyztg00f8HhT6EoEXUTtKtohf0KdxMl { color:#ffffff;display:block;width:12.3125rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:15.75rem;left:47.6875rem;height:6.82425rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#od1vTH2fm67eWV7ZSdgv27MimlSADQg3 { color:#ffffff;display:block;width:11.875rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:13.1875rem;left:47.9375rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#A2gl9emMOq14t5DmTntRqUbJIchTDZE1 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.875rem;top:6.96875rem;left:51.90625rem;overflow:hidden;display:block; }
#DEtGCHTAFtwRBhc2dIzfwyNwDc3WOppn { position:absolute;display:block;z-index:15025;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.25rem;width:0.0625rem;top:9.09375rem;left:15.6875rem;display:block; }
#VcbikSgqcMldS4RwMHyh52tnh8R2OT9d { position:absolute;display:block;z-index:15026;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.25rem;width:0.0625rem;top:9.09375rem;left:29.96875rem;display:block; }
#uRRuwVA9BGed3dKxxBToVwKhNqOrfhqo { position:absolute;display:block;z-index:15027;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.25rem;width:0.0625rem;top:9.09375rem;left:46.75rem;display:block; }
#L7fubf2Rd7gQmIlRM4E1TGIMmJuTxv3l { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;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; }#L7fubf2Rd7gQmIlRM4E1TGIMmJuTxv3l > .row .container { background-color: transparent; background-image: none; }#L7fubf2Rd7gQmIlRM4E1TGIMmJuTxv3l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L7fubf2Rd7gQmIlRM4E1TGIMmJuTxv3l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L7fubf2Rd7gQmIlRM4E1TGIMmJuTxv3l > .row .container > .video-iframe-container { display: none; }#L7fubf2Rd7gQmIlRM4E1TGIMmJuTxv3l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L7fubf2Rd7gQmIlRM4E1TGIMmJuTxv3l > .row > .video-iframe-container { display: none; }#L7fubf2Rd7gQmIlRM4E1TGIMmJuTxv3l > .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); }#L7fubf2Rd7gQmIlRM4E1TGIMmJuTxv3l > .row .container { border-width: 0; border-radius: 0; }#L7fubf2Rd7gQmIlRM4E1TGIMmJuTxv3l > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L7fubf2Rd7gQmIlRM4E1TGIMmJuTxv3l > .row .container { font-size:0.875rem;font-family:arial;height:8.8125rem;width:60rem;position:relative;display:block; }#IqdaRv4Q1VW9lEQfW15FXn3GQE6OOEeP { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:5rem;left:0rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#A1WaF8Tb4HZt3arGBrTRrxCHhu9itZuA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;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; }#A1WaF8Tb4HZt3arGBrTRrxCHhu9itZuA > .row .container { background-color: transparent; background-image: none; }#A1WaF8Tb4HZt3arGBrTRrxCHhu9itZuA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A1WaF8Tb4HZt3arGBrTRrxCHhu9itZuA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A1WaF8Tb4HZt3arGBrTRrxCHhu9itZuA > .row .container > .video-iframe-container { display: none; }#A1WaF8Tb4HZt3arGBrTRrxCHhu9itZuA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A1WaF8Tb4HZt3arGBrTRrxCHhu9itZuA > .row > .video-iframe-container { display: none; }#A1WaF8Tb4HZt3arGBrTRrxCHhu9itZuA > .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); }#A1WaF8Tb4HZt3arGBrTRrxCHhu9itZuA > .row .container { border-width: 0; border-radius: 0; }#A1WaF8Tb4HZt3arGBrTRrxCHhu9itZuA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#A1WaF8Tb4HZt3arGBrTRrxCHhu9itZuA > .row .container { font-size:0.875rem;font-family:arial;height:26.4375rem;width:60rem;position:relative;display:block; }#ScuDsF2tfDyt5wLsG2CMahSxVEDOoEZ9 .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#ffffff;background-image:none;vertical-align:top; }
#ScuDsF2tfDyt5wLsG2CMahSxVEDOoEZ9 .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; }
#ScuDsF2tfDyt5wLsG2CMahSxVEDOoEZ9 .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.25rem;line-height:1.6;overflow:hidden;height:auto;text-align:left;text-align-last:left; }
#ScuDsF2tfDyt5wLsG2CMahSxVEDOoEZ9 .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;line-height:1.4;overflow:hidden;height:auto; }
#ScuDsF2tfDyt5wLsG2CMahSxVEDOoEZ9 .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#ScuDsF2tfDyt5wLsG2CMahSxVEDOoEZ9 .accordion-trigger.adaptive-delivery-prevent-bg, #ScuDsF2tfDyt5wLsG2CMahSxVEDOoEZ9 .accordion-trigger.lazyload, #ScuDsF2tfDyt5wLsG2CMahSxVEDOoEZ9 .accordion-trigger.lazyloading { background-image: none; }
#ScuDsF2tfDyt5wLsG2CMahSxVEDOoEZ9 { box-sizing:content-box;height:auto;width:57.5rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15015;background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:0rem;left:0rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem; }
#ScuDsF2tfDyt5wLsG2CMahSxVEDOoEZ9 .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#ScuDsF2tfDyt5wLsG2CMahSxVEDOoEZ9 #CaMSufQ7bNaG4HDtcXLIVRSPtTAh8oP7 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ScuDsF2tfDyt5wLsG2CMahSxVEDOoEZ9 #FmI6FXfJnMwtgpzpMOViQZENGg1xRIU8 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ScuDsF2tfDyt5wLsG2CMahSxVEDOoEZ9 #Xi1SDneRotKsN0LJ2VvRnR7VsQDuTqAS { display:block;position:relative; }
#ScuDsF2tfDyt5wLsG2CMahSxVEDOoEZ9 #X8Tgv559Ac5Pyoobhts3pSgS1zsty4DO {  }
#ScuDsF2tfDyt5wLsG2CMahSxVEDOoEZ9 #tz2zahnoW8cD0hU1t5bs5sMLw2vBMpik {  }
#ScuDsF2tfDyt5wLsG2CMahSxVEDOoEZ9 #v7i5qwvyHeCadCIxULr5aAmwZ5oT2sHx { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ScuDsF2tfDyt5wLsG2CMahSxVEDOoEZ9 #qD08e3ZgE1rh6fsG5TcPQErEomTJHadC { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ScuDsF2tfDyt5wLsG2CMahSxVEDOoEZ9 #RIeh6l21X5Bt0Lc5rtD8bWGOrVAOqoW0 { display:block;position:relative; }
#ScuDsF2tfDyt5wLsG2CMahSxVEDOoEZ9 #paaaziA4PI0SlUhWsJPHF7WM91HpaKfN {  }
#ScuDsF2tfDyt5wLsG2CMahSxVEDOoEZ9 #leuWupr2GtUDAEXLW5d9EpaCmONnBL9J { display:none; }
#ScuDsF2tfDyt5wLsG2CMahSxVEDOoEZ9 #ftXmu3B43JiMhQTuKDMTfyuTqhI7Twah { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ScuDsF2tfDyt5wLsG2CMahSxVEDOoEZ9 #Kht8lJ18z8PQBf6dgm9vwdW5kVfXsP1K { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ScuDsF2tfDyt5wLsG2CMahSxVEDOoEZ9 #bbV1qi0mSg3nPLQGrMWLpiwTPessXkpW { display:block;position:relative; }
#ScuDsF2tfDyt5wLsG2CMahSxVEDOoEZ9 #sBGomDNNFZ2BTe0smmxNAsUWR3JWT1KA {  }
#ScuDsF2tfDyt5wLsG2CMahSxVEDOoEZ9 #PHTa4wNGClE49k8tqUipC2B8r4y0w4uI { display:none; }
#ScuDsF2tfDyt5wLsG2CMahSxVEDOoEZ9 #Qowi1xkHzriPZyn5GH4F0SgywdKPBXIN { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ScuDsF2tfDyt5wLsG2CMahSxVEDOoEZ9 #VmlIfMES62FiaNF5tCOuigZeK7SRox0m { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ScuDsF2tfDyt5wLsG2CMahSxVEDOoEZ9 #IJ7sCuwHfTwmaTrw6qbqdJHTSoRgAcZo { display:block;position:relative; }
#ScuDsF2tfDyt5wLsG2CMahSxVEDOoEZ9 #Mksqi5GEcUoT07pvrnTXI9yIM10BfqxE {  }
#ScuDsF2tfDyt5wLsG2CMahSxVEDOoEZ9 #uCkD1DEQvTAilr3McqbVKzRiAvb9mJTM { display:none; }
#ScuDsF2tfDyt5wLsG2CMahSxVEDOoEZ9 #WRauo00TotqsXTWa1JrSEnNAWBt6dDyV { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ScuDsF2tfDyt5wLsG2CMahSxVEDOoEZ9 #AkO2wwDMp7vFvIv6xwR0g0Ern28zVG7U { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ScuDsF2tfDyt5wLsG2CMahSxVEDOoEZ9 #zov0MqmdC53BEuV42XrphBQtmhJOO1EA { display:block;position:relative; }
#ScuDsF2tfDyt5wLsG2CMahSxVEDOoEZ9 #rZzT31oUlTk3xcPDXo7FPdwDld9F1NtX {  }
#ScuDsF2tfDyt5wLsG2CMahSxVEDOoEZ9 #pvGV2Je0bcLQKUKyEW7nlLJBmCiUzn27 { display:none; }
#d4dNm9nZAnE90xxrT2JiEKOZEgKbDy3n { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;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; }#d4dNm9nZAnE90xxrT2JiEKOZEgKbDy3n > .row .container { background-color: transparent; background-image: none; }#d4dNm9nZAnE90xxrT2JiEKOZEgKbDy3n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d4dNm9nZAnE90xxrT2JiEKOZEgKbDy3n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d4dNm9nZAnE90xxrT2JiEKOZEgKbDy3n > .row .container > .video-iframe-container { display: none; }#d4dNm9nZAnE90xxrT2JiEKOZEgKbDy3n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d4dNm9nZAnE90xxrT2JiEKOZEgKbDy3n > .row > .video-iframe-container { display: none; }#d4dNm9nZAnE90xxrT2JiEKOZEgKbDy3n > .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); }#d4dNm9nZAnE90xxrT2JiEKOZEgKbDy3n > .row .container { border-width: 0; border-radius: 0; }#d4dNm9nZAnE90xxrT2JiEKOZEgKbDy3n > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#d4dNm9nZAnE90xxrT2JiEKOZEgKbDy3n > .row .container { font-size:0.875rem;font-family:arial;height:7.0625rem;width:60rem;position:relative;display:block; }#ehCTwWK1MLy6DgMPg20ZXVFnCshGIyfn { background-color:#f05f40;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:1.6875rem;left:21.5rem;display:block; }
#ihV1EqP4U8QKMdcGBsQQCPBcMBQexulF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lF66pTOyXqRcnREF2Z6FQutGXehmH2GK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lF66pTOyXqRcnREF2Z6FQutGXehmH2GK > .row .container { background-color: transparent; background-image: none; }#lF66pTOyXqRcnREF2Z6FQutGXehmH2GK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lF66pTOyXqRcnREF2Z6FQutGXehmH2GK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lF66pTOyXqRcnREF2Z6FQutGXehmH2GK > .row .container > .video-iframe-container { display: none; }#lF66pTOyXqRcnREF2Z6FQutGXehmH2GK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lF66pTOyXqRcnREF2Z6FQutGXehmH2GK > .row > .video-iframe-container { display: none; }#lF66pTOyXqRcnREF2Z6FQutGXehmH2GK > .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); }#lF66pTOyXqRcnREF2Z6FQutGXehmH2GK > .row .container { border-width: 0; border-radius: 0; }#lF66pTOyXqRcnREF2Z6FQutGXehmH2GK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lF66pTOyXqRcnREF2Z6FQutGXehmH2GK > .row .container { font-size:0.875rem;font-family:arial;height:5.8125rem;width:60rem;position:relative;display:block; }#lJtQpxwK6qBECTc1qGPMdTrhsTBHsckw { color:#000000;display:block;width:9.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.125rem;left:16.3125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#dWTghTDvS7TgBPHK5T41s6hC217s7zTu { color:#000000;display:block;width:9.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.125rem;left:25.15625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#ytns5PDQnspUGsNy7vWIB8kNdp52Ks84 { color:#000000;display:block;width:9.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.125rem;left:33.5625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #umRbOEfVm98CIfhvI3gSvh0TEedMnxmm { display:block; }#umRbOEfVm98CIfhvI3gSvh0TEedMnxmm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fv4RMczXtoJvtLP0vSTZVZiocn8cDJBq { width:10rem;height:2.75rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcMeqCTW2XLkCCalk7mLla8lSMLRge3c { top:1.5rem;left:25rem;width:6.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKzhqT3GVEfxHDeUPJLcJTrvrQJVR5Sf { width:9.8125rem;height:1.8125rem;top:1.125rem;left:37.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzUTrwXMSZJeIZzVtIGff2baOgR1dfcF { display:block; }
 }@media only screen and (max-width: 763px) { #mQ54Lex1Dgcvoo4IhIlkFh5yyVJ6CMmn { top:1.5rem;left:33.125rem;width:9.9375rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XaDpBTuExChltE2roM7XGQy2zE5f8oUa { display:none; }#XaDpBTuExChltE2roM7XGQy2zE5f8oUa > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LB3xUUam4swZBSWDZbPVdCdSU8xl8RJz { width:10rem;height:2.75rem;top:1rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Gno5pfprps1dI3oE7eE1q9R6Pfd37QD7 { display:block; }#Gno5pfprps1dI3oE7eE1q9R6Pfd37QD7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SWfw9hMEyww6tOyXLxgMzWsVArWUJ4Lt { width:47.75rem;height:3.25rem;top:2.0625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZI2OibHcptEDboKpSIQHxILTQbons6u { width:47.75rem;height:;top:5.875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLIOh0tF4VAcrk6J3Jlb0P7ezTJ9LM9E { top:34.875rem;left:21.5rem;width:26.25rem;height:4.8125rem;font-size:0.875rem;display:block; }#uLIOh0tF4VAcrk6J3Jlb0P7ezTJ9LM9E li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/vLjzPXPD/green.png); }
 }@media only screen and (max-width: 763px) { #NhhNOOzQ81QOwfBtTgQvhcPrARJgTmbh { top:10.625rem;left:19rem;width:28.75rem;height:30.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3KwboXMzP5kdsfMlWh5RcD2HMAmpTTW { width:26.25rem;height:;top:21.0625rem;left:21.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0ZTpkI65ycogVGoUEQZ0H9vON7UQVfh { width:25rem;height:;top:12.625rem;left:22.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1Onoqp2yXk0LnJkxGUwxJEF2mfdiR5o { width:26.25rem;height:1rem;top:28.6875rem;left:21.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVSQU9ghOkcHSJlJJaVsIvQ9lGV2Vc0h { top:11.875rem;left:21.375rem;width:26.25rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4qbaI7FAUuy7CBNnkQVPbuewQbI6Vrq { width:26.25rem;height:3.4375rem;top:30.3125rem;left:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNAvrumq4Cs25tSARkzfNJJxwToqaZlq { display:block; }
 }@media only screen and (max-width: 763px) { #N7o0NnGvzKTC2GKuKUSJTy8fErDGTlMl { top:25.4375rem;left:21.5rem;width:26.25rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GefEBz8hx6cgQKFAxznaItcgOaFcl5Z3 { top:0.75rem;left:0rem;width:9.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Itnh3hhax2sgmEMTaInBeiFUfXRBnaTW { top:10.625rem;left:0rem;width:30rem;height:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #theDm6eNXbwq0pmw6gg2XLpIUnia99C7 { top:10.625rem;left:0rem;width:30rem;height:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aaVBhKEdkNl49hmJD9Mx3cx5K9JGCMAF { display:block; }#aaVBhKEdkNl49hmJD9Mx3cx5K9JGCMAF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s2HJDe3nJgDc7RmhcIQk3oftCnACdTai { top:1rem;left:0rem;width:47.75rem;height:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2v77mrTWZ2c68T7D6oyPGh6HTSm9py8 { display:block; }#n2v77mrTWZ2c68T7D6oyPGh6HTSm9py8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qEtbuGzPTE7csXvPwdBNeWt2MK2w4VVg { width:2.75rem;height:3.75rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGyNwPglSv23ti97hC4SGmXHA7lMaTc9 { width:13.625rem;height:2.0625rem;top:13.1875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcptl8Uyir0N3fNbP2Ja3JBvJEsCBtKM { width:13.25rem;height:3.375rem;top:15.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtmQCIIxWwEKZeZdNtL4Re0A0Tn94X6t { width:13.25rem;height:5.0625rem;top:15.8125rem;left:10.28125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qgx7w2tTlVH6ts3HNnK6plBcm68S7hDC { width:13.3125rem;height:2.0625rem;top:13.1875rem;left:10.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFs2HskfzJXgOn7nHntqTCsC1zJtWTz0 { width:3.75rem;height:3.75rem;top:6.9375rem;left:15.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kAedOxs9eXq2pCQw0Espyy6wDdikoP0n { width:13.25rem;height:3.375rem;top:15.75rem;left:25.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpHUAlWMO1IKP1NwkR1yWtTvtM05HTNs { width:13.4375rem;height:2.0625rem;top:13.1875rem;left:25.6875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3vClMGCm82lOrv2Vh9QAN02S39dXROp { width:3.75rem;height:3.75rem;top:6.9375rem;left:30.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ndyztg00f8HhT6EoEXUTtKtohf0KdxMl { width:12.3125rem;height:6.8125rem;top:15.75rem;left:35.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #od1vTH2fm67eWV7ZSdgv27MimlSADQg3 { width:11.875rem;height:2.0625rem;top:13.1875rem;left:35.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2gl9emMOq14t5DmTntRqUbJIchTDZE1 { width:3.875rem;height:3.75rem;top:6.9375rem;left:43.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEtGCHTAFtwRBhc2dIzfwyNwDc3WOppn { width:0.0625rem;height:7.25rem;top:9.0625rem;left:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VcbikSgqcMldS4RwMHyh52tnh8R2OT9d { width:0.0625rem;height:7.25rem;top:9.0625rem;left:23.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRRuwVA9BGed3dKxxBToVwKhNqOrfhqo { width:0.0625rem;height:7.25rem;top:9.0625rem;left:40.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7fubf2Rd7gQmIlRM4E1TGIMmJuTxv3l { display:block; }#L7fubf2Rd7gQmIlRM4E1TGIMmJuTxv3l > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IqdaRv4Q1VW9lEQfW15FXn3GQE6OOEeP { width:47.75rem;height:2.5625rem;top:5rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1WaF8Tb4HZt3arGBrTRrxCHhu9itZuA { display:block; }#A1WaF8Tb4HZt3arGBrTRrxCHhu9itZuA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ScuDsF2tfDyt5wLsG2CMahSxVEDOoEZ9 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ScuDsF2tfDyt5wLsG2CMahSxVEDOoEZ9 { display:flex;height:auto;width:27.8125rem;top:36.1875rem;left:9.75rem; }
#ScuDsF2tfDyt5wLsG2CMahSxVEDOoEZ9 .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #ScuDsF2tfDyt5wLsG2CMahSxVEDOoEZ9 #CaMSufQ7bNaG4HDtcXLIVRSPtTAh8oP7 {  }
 }@media only screen and (max-width: 763px) { #ScuDsF2tfDyt5wLsG2CMahSxVEDOoEZ9 #FmI6FXfJnMwtgpzpMOViQZENGg1xRIU8 {  }
 }@media only screen and (max-width: 763px) { #ScuDsF2tfDyt5wLsG2CMahSxVEDOoEZ9 #Xi1SDneRotKsN0LJ2VvRnR7VsQDuTqAS {  }
 }@media only screen and (max-width: 763px) { #ScuDsF2tfDyt5wLsG2CMahSxVEDOoEZ9 #X8Tgv559Ac5Pyoobhts3pSgS1zsty4DO {  }
 }@media only screen and (max-width: 763px) { #ScuDsF2tfDyt5wLsG2CMahSxVEDOoEZ9 #tz2zahnoW8cD0hU1t5bs5sMLw2vBMpik {  }
 }@media only screen and (max-width: 763px) { #ScuDsF2tfDyt5wLsG2CMahSxVEDOoEZ9 #v7i5qwvyHeCadCIxULr5aAmwZ5oT2sHx {  }
 }@media only screen and (max-width: 763px) { #ScuDsF2tfDyt5wLsG2CMahSxVEDOoEZ9 #qD08e3ZgE1rh6fsG5TcPQErEomTJHadC {  }
 }@media only screen and (max-width: 763px) { #ScuDsF2tfDyt5wLsG2CMahSxVEDOoEZ9 #RIeh6l21X5Bt0Lc5rtD8bWGOrVAOqoW0 {  }
 }@media only screen and (max-width: 763px) { #ScuDsF2tfDyt5wLsG2CMahSxVEDOoEZ9 #paaaziA4PI0SlUhWsJPHF7WM91HpaKfN {  }
 }@media only screen and (max-width: 763px) { #ScuDsF2tfDyt5wLsG2CMahSxVEDOoEZ9 #leuWupr2GtUDAEXLW5d9EpaCmONnBL9J {  }
 }@media only screen and (max-width: 763px) { #ScuDsF2tfDyt5wLsG2CMahSxVEDOoEZ9 #ftXmu3B43JiMhQTuKDMTfyuTqhI7Twah {  }
 }@media only screen and (max-width: 763px) { #ScuDsF2tfDyt5wLsG2CMahSxVEDOoEZ9 #Kht8lJ18z8PQBf6dgm9vwdW5kVfXsP1K {  }
 }@media only screen and (max-width: 763px) { #ScuDsF2tfDyt5wLsG2CMahSxVEDOoEZ9 #bbV1qi0mSg3nPLQGrMWLpiwTPessXkpW {  }
 }@media only screen and (max-width: 763px) { #ScuDsF2tfDyt5wLsG2CMahSxVEDOoEZ9 #sBGomDNNFZ2BTe0smmxNAsUWR3JWT1KA {  }
 }@media only screen and (max-width: 763px) { #ScuDsF2tfDyt5wLsG2CMahSxVEDOoEZ9 #PHTa4wNGClE49k8tqUipC2B8r4y0w4uI {  }
 }@media only screen and (max-width: 763px) { #ScuDsF2tfDyt5wLsG2CMahSxVEDOoEZ9 #Qowi1xkHzriPZyn5GH4F0SgywdKPBXIN {  }
 }@media only screen and (max-width: 763px) { #ScuDsF2tfDyt5wLsG2CMahSxVEDOoEZ9 #VmlIfMES62FiaNF5tCOuigZeK7SRox0m {  }
 }@media only screen and (max-width: 763px) { #ScuDsF2tfDyt5wLsG2CMahSxVEDOoEZ9 #IJ7sCuwHfTwmaTrw6qbqdJHTSoRgAcZo {  }
 }@media only screen and (max-width: 763px) { #ScuDsF2tfDyt5wLsG2CMahSxVEDOoEZ9 #Mksqi5GEcUoT07pvrnTXI9yIM10BfqxE {  }
 }@media only screen and (max-width: 763px) { #ScuDsF2tfDyt5wLsG2CMahSxVEDOoEZ9 #uCkD1DEQvTAilr3McqbVKzRiAvb9mJTM {  }
 }@media only screen and (max-width: 763px) { #ScuDsF2tfDyt5wLsG2CMahSxVEDOoEZ9 #WRauo00TotqsXTWa1JrSEnNAWBt6dDyV {  }
 }@media only screen and (max-width: 763px) { #ScuDsF2tfDyt5wLsG2CMahSxVEDOoEZ9 #AkO2wwDMp7vFvIv6xwR0g0Ern28zVG7U {  }
 }@media only screen and (max-width: 763px) { #ScuDsF2tfDyt5wLsG2CMahSxVEDOoEZ9 #zov0MqmdC53BEuV42XrphBQtmhJOO1EA {  }
 }@media only screen and (max-width: 763px) { #ScuDsF2tfDyt5wLsG2CMahSxVEDOoEZ9 #rZzT31oUlTk3xcPDXo7FPdwDld9F1NtX {  }
 }@media only screen and (max-width: 763px) { #ScuDsF2tfDyt5wLsG2CMahSxVEDOoEZ9 #pvGV2Je0bcLQKUKyEW7nlLJBmCiUzn27 {  }
 }@media only screen and (max-width: 763px) { #d4dNm9nZAnE90xxrT2JiEKOZEgKbDy3n { display:block; }#d4dNm9nZAnE90xxrT2JiEKOZEgKbDy3n > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ehCTwWK1MLy6DgMPg20ZXVFnCshGIyfn { width:17rem;height:3.4375rem;top:1.6875rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihV1EqP4U8QKMdcGBsQQCPBcMBQexulF { display:block; }
 }@media only screen and (max-width: 763px) { #lF66pTOyXqRcnREF2Z6FQutGXehmH2GK { display:block; }#lF66pTOyXqRcnREF2Z6FQutGXehmH2GK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lJtQpxwK6qBECTc1qGPMdTrhsTBHsckw { top:2.125rem;left:10.1875rem;width:9.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWTghTDvS7TgBPHK5T41s6hC217s7zTu { top:2.125rem;left:19.03125rem;width:9.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytns5PDQnspUGsNy7vWIB8kNdp52Ks84 { top:2.125rem;left:27.4375rem;width:9.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #umRbOEfVm98CIfhvI3gSvh0TEedMnxmm { display:none; }#umRbOEfVm98CIfhvI3gSvh0TEedMnxmm > .row .container { width:20rem;height:14.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Fv4RMczXtoJvtLP0vSTZVZiocn8cDJBq { width:10rem;height:2.75rem;top:1.1875rem;left:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #DcMeqCTW2XLkCCalk7mLla8lSMLRge3c { width:6.3125rem;height:0;top:6.25rem;left:6.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKzhqT3GVEfxHDeUPJLcJTrvrQJVR5Sf { width:9.8125rem;height:1.8125rem;top:8.75rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzUTrwXMSZJeIZzVtIGff2baOgR1dfcF { display:block; }
 }@media only screen and (max-width: 763px) { #mQ54Lex1Dgcvoo4IhIlkFh5yyVJ6CMmn { width:9.9375rem;height:0;top:11.8125rem;left:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XaDpBTuExChltE2roM7XGQy2zE5f8oUa { background-color:#ffffff;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; }#XaDpBTuExChltE2roM7XGQy2zE5f8oUa > .row .container { background-color: transparent; background-image: none; }#XaDpBTuExChltE2roM7XGQy2zE5f8oUa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XaDpBTuExChltE2roM7XGQy2zE5f8oUa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XaDpBTuExChltE2roM7XGQy2zE5f8oUa > .row .container > .video-iframe-container { display: none; }#XaDpBTuExChltE2roM7XGQy2zE5f8oUa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XaDpBTuExChltE2roM7XGQy2zE5f8oUa > .row > .video-iframe-container { display: none; }#XaDpBTuExChltE2roM7XGQy2zE5f8oUa > .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); }#XaDpBTuExChltE2roM7XGQy2zE5f8oUa > .row .container { border-width: 0; border-radius: 0; }#XaDpBTuExChltE2roM7XGQy2zE5f8oUa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XaDpBTuExChltE2roM7XGQy2zE5f8oUa > .row .container { width:20rem;height:4.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LB3xUUam4swZBSWDZbPVdCdSU8xl8RJz { width:9.375rem;height:2.5rem;top:0.875rem;left:5.3125rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #Gno5pfprps1dI3oE7eE1q9R6Pfd37QD7 { background-color:#f9f9f9;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; }#Gno5pfprps1dI3oE7eE1q9R6Pfd37QD7 > .row .container { background-color: transparent; background-image: none; }#Gno5pfprps1dI3oE7eE1q9R6Pfd37QD7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gno5pfprps1dI3oE7eE1q9R6Pfd37QD7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gno5pfprps1dI3oE7eE1q9R6Pfd37QD7 > .row .container > .video-iframe-container { display: none; }#Gno5pfprps1dI3oE7eE1q9R6Pfd37QD7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gno5pfprps1dI3oE7eE1q9R6Pfd37QD7 > .row > .video-iframe-container { display: none; }#Gno5pfprps1dI3oE7eE1q9R6Pfd37QD7 > .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); }#Gno5pfprps1dI3oE7eE1q9R6Pfd37QD7 > .row .container { border-width: 0; border-radius: 0; }#Gno5pfprps1dI3oE7eE1q9R6Pfd37QD7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Gno5pfprps1dI3oE7eE1q9R6Pfd37QD7 > .row .container { width:20rem;height:66.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SWfw9hMEyww6tOyXLxgMzWsVArWUJ4Lt { width:20rem;height:4.548825rem;top:16rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZI2OibHcptEDboKpSIQHxILTQbons6u { width:20rem;height:3.4121125rem;top:21.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLIOh0tF4VAcrk6J3Jlb0P7ezTJ9LM9E { width:18.75rem;height:7.1875rem;top:56.6875rem;left:0.625rem;font-size:0.875rem;display:block; }#uLIOh0tF4VAcrk6J3Jlb0P7ezTJ9LM9E li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/vLjzPXPD/green.png); }
 }@media only screen and (max-width: 763px) { #NhhNOOzQ81QOwfBtTgQvhcPrARJgTmbh { width:20rem;height:39.1875rem;top:26.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3KwboXMzP5kdsfMlWh5RcD2HMAmpTTW { width:20rem;height:3.57421875rem;top:40.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0ZTpkI65ycogVGoUEQZ0H9vON7UQVfh { width:17.5rem;height:9.796875rem;top:27.75rem;left:1.25rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1Onoqp2yXk0LnJkxGUwxJEF2mfdiR5o { width:18.75rem;height:2.0996125rem;top:48.1875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVSQU9ghOkcHSJlJJaVsIvQ9lGV2Vc0h { width:18.75rem;height:11.0625rem;top:27.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4qbaI7FAUuy7CBNnkQVPbuewQbI6Vrq { width:18.75rem;height:3.4375rem;top:51.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNAvrumq4Cs25tSARkzfNJJxwToqaZlq { display:block; }
 }@media only screen and (max-width: 763px) { #N7o0NnGvzKTC2GKuKUSJTy8fErDGTlMl { width:18.75rem;height:2.6875rem;top:44.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GefEBz8hx6cgQKFAxznaItcgOaFcl5Z3 { width:9.375rem;height:1.375rem;top:28.5rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Itnh3hhax2sgmEMTaInBeiFUfXRBnaTW { width:20rem;height:13.4375rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #theDm6eNXbwq0pmw6gg2XLpIUnia99C7 { width:20rem;height:13.458333333333rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aaVBhKEdkNl49hmJD9Mx3cx5K9JGCMAF { background-color:#f9f9f9;background-image:none;display:block; }#aaVBhKEdkNl49hmJD9Mx3cx5K9JGCMAF > .row .container { background-color: transparent; background-image: none; }#aaVBhKEdkNl49hmJD9Mx3cx5K9JGCMAF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aaVBhKEdkNl49hmJD9Mx3cx5K9JGCMAF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aaVBhKEdkNl49hmJD9Mx3cx5K9JGCMAF > .row .container > .video-iframe-container { display: none; }#aaVBhKEdkNl49hmJD9Mx3cx5K9JGCMAF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aaVBhKEdkNl49hmJD9Mx3cx5K9JGCMAF > .row > .video-iframe-container { display: none; }#aaVBhKEdkNl49hmJD9Mx3cx5K9JGCMAF > .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); }#aaVBhKEdkNl49hmJD9Mx3cx5K9JGCMAF > .row .container { width:20rem;height:16.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s2HJDe3nJgDc7RmhcIQk3oftCnACdTai { width:20rem;height:13.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2v77mrTWZ2c68T7D6oyPGh6HTSm9py8 { display:block; }#n2v77mrTWZ2c68T7D6oyPGh6HTSm9py8 > .row .container { width:20rem;height:82.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qEtbuGzPTE7csXvPwdBNeWt2MK2w4VVg { width:3.1875rem;height:4.3125rem;top:3.875rem;left:8.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGyNwPglSv23ti97hC4SGmXHA7lMaTc9 { width:11.875rem;height:5.19921875rem;top:9.4375rem;left:4.0625rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcptl8Uyir0N3fNbP2Ja3JBvJEsCBtKM { width:13.25rem;height:3.4121125rem;top:15.375rem;left:3.375rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtmQCIIxWwEKZeZdNtL4Re0A0Tn94X6t { width:13.25rem;height:5.1181625rem;top:32.375rem;left:3.375rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qgx7w2tTlVH6ts3HNnK6plBcm68S7hDC { width:11.875rem;height:2.5996125rem;top:29.1875rem;left:4.0625rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFs2HskfzJXgOn7nHntqTCsC1zJtWTz0 { width:4rem;height:4rem;top:23.9375rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #kAedOxs9eXq2pCQw0Espyy6wDdikoP0n { width:13.25rem;height:3.4121125rem;top:54rem;left:3.375rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpHUAlWMO1IKP1NwkR1yWtTvtM05HTNs { width:11.875rem;height:5.19921875rem;top:48.25rem;left:4.0625rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3vClMGCm82lOrv2Vh9QAN02S39dXROp { width:3.3125rem;height:3.3125rem;top:43.6875rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ndyztg00f8HhT6EoEXUTtKtohf0KdxMl { width:13.25rem;height:5.1181625rem;top:74.75rem;left:3.375rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #od1vTH2fm67eWV7ZSdgv27MimlSADQg3 { width:11.875rem;height:5.19921875rem;top:69rem;left:4.0625rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2gl9emMOq14t5DmTntRqUbJIchTDZE1 { width:4.3125rem;height:4.125rem;top:63.625rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEtGCHTAFtwRBhc2dIzfwyNwDc3WOppn { width:6.25rem;height:0.0625rem;top:20.8125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VcbikSgqcMldS4RwMHyh52tnh8R2OT9d { width:6.25rem;height:0.0625rem;top:40.5625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRRuwVA9BGed3dKxxBToVwKhNqOrfhqo { width:6.25rem;height:0.0625rem;top:60.5rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7fubf2Rd7gQmIlRM4E1TGIMmJuTxv3l { display:block; }#L7fubf2Rd7gQmIlRM4E1TGIMmJuTxv3l > .row .container { width:20rem;height:7.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IqdaRv4Q1VW9lEQfW15FXn3GQE6OOEeP { width:17rem;height:4.875rem;top:2.625rem;left:1.5rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1WaF8Tb4HZt3arGBrTRrxCHhu9itZuA { background-color:#f9f9f9;background-image:none;display:block; }#A1WaF8Tb4HZt3arGBrTRrxCHhu9itZuA > .row .container { background-color: transparent; background-image: none; }#A1WaF8Tb4HZt3arGBrTRrxCHhu9itZuA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A1WaF8Tb4HZt3arGBrTRrxCHhu9itZuA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A1WaF8Tb4HZt3arGBrTRrxCHhu9itZuA > .row .container > .video-iframe-container { display: none; }#A1WaF8Tb4HZt3arGBrTRrxCHhu9itZuA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A1WaF8Tb4HZt3arGBrTRrxCHhu9itZuA > .row > .video-iframe-container { display: none; }#A1WaF8Tb4HZt3arGBrTRrxCHhu9itZuA > .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); }#A1WaF8Tb4HZt3arGBrTRrxCHhu9itZuA > .row .container { width:20rem;height:49.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ScuDsF2tfDyt5wLsG2CMahSxVEDOoEZ9 .accordion-element-container { background-color:#ffffff;background-image:none; }
#ScuDsF2tfDyt5wLsG2CMahSxVEDOoEZ9 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ScuDsF2tfDyt5wLsG2CMahSxVEDOoEZ9 { display:flex;height:auto;width:17.5rem;top:2.9375rem;left:0rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem; }
#ScuDsF2tfDyt5wLsG2CMahSxVEDOoEZ9 .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #ScuDsF2tfDyt5wLsG2CMahSxVEDOoEZ9 #CaMSufQ7bNaG4HDtcXLIVRSPtTAh8oP7 {  }
 }@media only screen and (max-width: 763px) { #ScuDsF2tfDyt5wLsG2CMahSxVEDOoEZ9 #FmI6FXfJnMwtgpzpMOViQZENGg1xRIU8 {  }
 }@media only screen and (max-width: 763px) { #ScuDsF2tfDyt5wLsG2CMahSxVEDOoEZ9 #Xi1SDneRotKsN0LJ2VvRnR7VsQDuTqAS {  }
 }@media only screen and (max-width: 763px) { #ScuDsF2tfDyt5wLsG2CMahSxVEDOoEZ9 #X8Tgv559Ac5Pyoobhts3pSgS1zsty4DO {  }
 }@media only screen and (max-width: 763px) { #ScuDsF2tfDyt5wLsG2CMahSxVEDOoEZ9 #tz2zahnoW8cD0hU1t5bs5sMLw2vBMpik {  }
 }@media only screen and (max-width: 763px) { #ScuDsF2tfDyt5wLsG2CMahSxVEDOoEZ9 #v7i5qwvyHeCadCIxULr5aAmwZ5oT2sHx {  }
 }@media only screen and (max-width: 763px) { #ScuDsF2tfDyt5wLsG2CMahSxVEDOoEZ9 #qD08e3ZgE1rh6fsG5TcPQErEomTJHadC {  }
 }@media only screen and (max-width: 763px) { #ScuDsF2tfDyt5wLsG2CMahSxVEDOoEZ9 #RIeh6l21X5Bt0Lc5rtD8bWGOrVAOqoW0 {  }
 }@media only screen and (max-width: 763px) { #ScuDsF2tfDyt5wLsG2CMahSxVEDOoEZ9 #paaaziA4PI0SlUhWsJPHF7WM91HpaKfN {  }
 }@media only screen and (max-width: 763px) { #ScuDsF2tfDyt5wLsG2CMahSxVEDOoEZ9 #leuWupr2GtUDAEXLW5d9EpaCmONnBL9J {  }
 }@media only screen and (max-width: 763px) { #ScuDsF2tfDyt5wLsG2CMahSxVEDOoEZ9 #ftXmu3B43JiMhQTuKDMTfyuTqhI7Twah {  }
 }@media only screen and (max-width: 763px) { #ScuDsF2tfDyt5wLsG2CMahSxVEDOoEZ9 #Kht8lJ18z8PQBf6dgm9vwdW5kVfXsP1K {  }
 }@media only screen and (max-width: 763px) { #ScuDsF2tfDyt5wLsG2CMahSxVEDOoEZ9 #bbV1qi0mSg3nPLQGrMWLpiwTPessXkpW {  }
 }@media only screen and (max-width: 763px) { #ScuDsF2tfDyt5wLsG2CMahSxVEDOoEZ9 #sBGomDNNFZ2BTe0smmxNAsUWR3JWT1KA {  }
 }@media only screen and (max-width: 763px) { #ScuDsF2tfDyt5wLsG2CMahSxVEDOoEZ9 #PHTa4wNGClE49k8tqUipC2B8r4y0w4uI {  }
 }@media only screen and (max-width: 763px) { #ScuDsF2tfDyt5wLsG2CMahSxVEDOoEZ9 #Qowi1xkHzriPZyn5GH4F0SgywdKPBXIN {  }
 }@media only screen and (max-width: 763px) { #ScuDsF2tfDyt5wLsG2CMahSxVEDOoEZ9 #VmlIfMES62FiaNF5tCOuigZeK7SRox0m {  }
 }@media only screen and (max-width: 763px) { #ScuDsF2tfDyt5wLsG2CMahSxVEDOoEZ9 #IJ7sCuwHfTwmaTrw6qbqdJHTSoRgAcZo {  }
 }@media only screen and (max-width: 763px) { #ScuDsF2tfDyt5wLsG2CMahSxVEDOoEZ9 #Mksqi5GEcUoT07pvrnTXI9yIM10BfqxE {  }
 }@media only screen and (max-width: 763px) { #ScuDsF2tfDyt5wLsG2CMahSxVEDOoEZ9 #uCkD1DEQvTAilr3McqbVKzRiAvb9mJTM {  }
 }@media only screen and (max-width: 763px) { #ScuDsF2tfDyt5wLsG2CMahSxVEDOoEZ9 #WRauo00TotqsXTWa1JrSEnNAWBt6dDyV {  }
 }@media only screen and (max-width: 763px) { #ScuDsF2tfDyt5wLsG2CMahSxVEDOoEZ9 #AkO2wwDMp7vFvIv6xwR0g0Ern28zVG7U {  }
 }@media only screen and (max-width: 763px) { #ScuDsF2tfDyt5wLsG2CMahSxVEDOoEZ9 #zov0MqmdC53BEuV42XrphBQtmhJOO1EA {  }
 }@media only screen and (max-width: 763px) { #ScuDsF2tfDyt5wLsG2CMahSxVEDOoEZ9 #rZzT31oUlTk3xcPDXo7FPdwDld9F1NtX {  }
 }@media only screen and (max-width: 763px) { #ScuDsF2tfDyt5wLsG2CMahSxVEDOoEZ9 #pvGV2Je0bcLQKUKyEW7nlLJBmCiUzn27 {  }
 }@media only screen and (max-width: 763px) { #d4dNm9nZAnE90xxrT2JiEKOZEgKbDy3n { display:block; }#d4dNm9nZAnE90xxrT2JiEKOZEgKbDy3n > .row .container { width:20rem;height:8.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ehCTwWK1MLy6DgMPg20ZXVFnCshGIyfn { width:20rem;height:3.4375rem;top:2.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihV1EqP4U8QKMdcGBsQQCPBcMBQexulF { display:block; }
 }@media only screen and (max-width: 763px) { #lF66pTOyXqRcnREF2Z6FQutGXehmH2GK { display:block; }#lF66pTOyXqRcnREF2Z6FQutGXehmH2GK > .row .container { width:20rem;height:8.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lJtQpxwK6qBECTc1qGPMdTrhsTBHsckw { width:9.6875rem;height:1.29980625rem;top:1.25rem;left:5.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWTghTDvS7TgBPHK5T41s6hC217s7zTu { width:9.6875rem;height:1.29980625rem;top:3.75rem;left:5.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytns5PDQnspUGsNy7vWIB8kNdp52Ks84 { width:9.6875rem;height:1.29980625rem;top:6.25rem;left:5.125rem;font-size:1rem;display:block; }
 }