.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: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c7a7dd25-4f36-4b8d-8fe3-f1518ce1d128/AdobeStock_25241430112.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(51,54,66,0.7); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(51,54,66,0.7); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:53.875rem;width:75rem;overflow:visible;position:relative;display:block; }#c7zpmIBCyBqsGzQd8NuPDMpoNrlkSxLt { color:#ffffff;display:block;width:35.875rem;position:absolute;font-family:assistant;font-size:1.5rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:33.625rem;left:0rem;height:6.75rem;font-style:normal;display:block; }
#GfUSbp45zNn6qyMTdo3KM8ZQMFgM95b4 { color:#ffffff;display:block;width:29.25rem;position:absolute;font-family:assistant;font-size:2.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:6.0625rem;left:0rem;height:8.7734375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JVupylVLPLXSagpvdMvnHmIEki2AAH9t { 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:4rem;width:3.375rem;top:23.625rem;left:1rem;overflow:hidden;display:block; }
#kgTJluxwCE4AcGHChm3IeTguJ8C48zQZ { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:4.125rem;top:23.625rem;left:7.0625rem;overflow:hidden;display:block; }
#cOfWgmrcfZ9wGPAUy5xAiBTbVanTsvSu { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:4.3125rem;top:23.6875rem;left:13.75rem;overflow:hidden;display:block; }
#uG1hLTgex7PgNWgxEAaoRRQrR0WgH523 { 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:4.5625rem;top:23.75rem;left:28.5rem;overflow:hidden;display:block; }
#yXAocmEbncHWzbbo7TPeZdoGh8bQFzcs .widget-form-header {  }
#yXAocmEbncHWzbbo7TPeZdoGh8bQFzcs .widget-regular-label { height:auto;display:block;font-family:arial;font-size:0.875rem;font-weight:bold;color:#000000;width:26.375rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#yXAocmEbncHWzbbo7TPeZdoGh8bQFzcs .widget-input-text { 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.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:26.375rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:assistant;vertical-align:top; }
#yXAocmEbncHWzbbo7TPeZdoGh8bQFzcs .widget-input-text {padding-top: 0; padding-bottom: 0;}#yXAocmEbncHWzbbo7TPeZdoGh8bQFzcs .widget-textarea { 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.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:26.375rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:assistant;vertical-align:top; }
#yXAocmEbncHWzbbo7TPeZdoGh8bQFzcs .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:26.375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:arial;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#yXAocmEbncHWzbbo7TPeZdoGh8bQFzcs .widget-input-select {padding-top: 0; padding-bottom: 0;}#yXAocmEbncHWzbbo7TPeZdoGh8bQFzcs .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#yXAocmEbncHWzbbo7TPeZdoGh8bQFzcs .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#yXAocmEbncHWzbbo7TPeZdoGh8bQFzcs .widget-input-button { 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:#ff6500;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#ffffff;width:26.375rem;height:3.4375rem;font-family:assistant;overflow:hidden; }
#yXAocmEbncHWzbbo7TPeZdoGh8bQFzcs [class*="-text"]:-moz-placeholder { color:#696d70;font-family:assistant;font-size:0.875rem; }
#yXAocmEbncHWzbbo7TPeZdoGh8bQFzcs [class*="-text"]::-moz-placeholder { color:#696d70;font-family:assistant;font-size:0.875rem; }
#yXAocmEbncHWzbbo7TPeZdoGh8bQFzcs [class*="-text"]:-ms-input-placeholder { color:#696d70;font-family:assistant;font-size:0.875rem; }
#yXAocmEbncHWzbbo7TPeZdoGh8bQFzcs [class*="-text"]::-webkit-input-placeholder { color:#696d70;font-family:assistant;font-size:0.875rem; }
#yXAocmEbncHWzbbo7TPeZdoGh8bQFzcs .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:assistant;line-height:1.5;font-size:0.875rem;font-weight:300;color:#000000;vertical-align:top;width:25.125rem;overflow:hidden;font-style:normal;float:none; }
#yXAocmEbncHWzbbo7TPeZdoGh8bQFzcs .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; }
#yXAocmEbncHWzbbo7TPeZdoGh8bQFzcs .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;float:none; }
#yXAocmEbncHWzbbo7TPeZdoGh8bQFzcs .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#yXAocmEbncHWzbbo7TPeZdoGh8bQFzcs .widget-container:first-of-type{padding-top:0;}#yXAocmEbncHWzbbo7TPeZdoGh8bQFzcs .widget-container:last-of-type{padding-bottom:0;}#yXAocmEbncHWzbbo7TPeZdoGh8bQFzcs  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:26.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15003;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;position:absolute;top:4.2486982345581rem;left:46.123699188233rem; }
#yXAocmEbncHWzbbo7TPeZdoGh8bQFzcs .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:26.375rem;display:block;vertical-align:top; }
#yXAocmEbncHWzbbo7TPeZdoGh8bQFzcs .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; }
#yXAocmEbncHWzbbo7TPeZdoGh8bQFzcs {display:block;}#yXAocmEbncHWzbbo7TPeZdoGh8bQFzcs { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:26.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15003;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;position:absolute;top:4.2486982345581rem;left:46.123699188233rem; }
#yXAocmEbncHWzbbo7TPeZdoGh8bQFzcs #ZFo9IRAMgE8XVAfx9yWb7DKppohJdsnx { position:relative; }
#yXAocmEbncHWzbbo7TPeZdoGh8bQFzcs #RnbHcLt0KqpnUZZhWhCOT8ibxPGklOBS { position:relative;display:block; }
#yXAocmEbncHWzbbo7TPeZdoGh8bQFzcs #ekxgZSLOWRH7zdD0DXDeIsNyeLWwOebW { position:relative; }
#yXAocmEbncHWzbbo7TPeZdoGh8bQFzcs #Rnk3HAbKJOs66TvT36ReMbxfMLiXS2hA { position:relative; }
#yXAocmEbncHWzbbo7TPeZdoGh8bQFzcs #k1DyS8IsEBfTeaABOPct11a3fVrOSiMb { position:relative;display:block; }
#yXAocmEbncHWzbbo7TPeZdoGh8bQFzcs #ribt4X47CI2i6GUq9npSNlegmTvaemJX { position:relative; }
#yXAocmEbncHWzbbo7TPeZdoGh8bQFzcs #Vh0OmVOlA03KaPUchyN5nhtfpWDXdiMh { position:relative; }
#yXAocmEbncHWzbbo7TPeZdoGh8bQFzcs #DCielfpZfFGdTvAx83LtL6xlNkBXLT3k { position:relative;display:block; }
#yXAocmEbncHWzbbo7TPeZdoGh8bQFzcs #erGhRfy8ivTD0f4M8iaIrP7L3Dh2TXDS { position:relative; }
#yXAocmEbncHWzbbo7TPeZdoGh8bQFzcs #qthNCZGk1B6NlRr1ODvggImJxEFvro1q { position:relative; }
#yXAocmEbncHWzbbo7TPeZdoGh8bQFzcs #CkLUMuqbhFqXNIZmlhVkBKh9TPXib5DW { position:relative;display:block; }
#yXAocmEbncHWzbbo7TPeZdoGh8bQFzcs #iZaOiL94pvPreP2GX9IxLcahgNERluck { position:relative; }
#yXAocmEbncHWzbbo7TPeZdoGh8bQFzcs #bFXMm0nwUOrTWip12MqyF2OV2tTES8g4 { position:relative; }
#yXAocmEbncHWzbbo7TPeZdoGh8bQFzcs #dLpq5wreEAW36yZxGZn0AdkyTh5LQBks { position:relative;display:block; }
#yXAocmEbncHWzbbo7TPeZdoGh8bQFzcs #TL2V3u0dt4K8lsLCLU1zflnDasD7uiAo { position:relative; }
#yXAocmEbncHWzbbo7TPeZdoGh8bQFzcs #a0RunZ8RTM5hEzoCPOluNZegQEheFCeT { position:relative; }
#yXAocmEbncHWzbbo7TPeZdoGh8bQFzcs #gQ2g28UKCn8DXSsZokA8t7SLNIlf0mTA { position:relative;display:block; }
#yXAocmEbncHWzbbo7TPeZdoGh8bQFzcs #KtCg0eZhALFLn4b5AFehnT3TlzWKvcLg { position:relative; }
#yXAocmEbncHWzbbo7TPeZdoGh8bQFzcs #Z6uo3E63GCCMpqtOPUAfsPwGuwC06VyT { position:relative; }
#yXAocmEbncHWzbbo7TPeZdoGh8bQFzcs #Aleaziec8nSEwmJ1FgUJbN3GLJZpGThG { position:relative;display:block; }
#yXAocmEbncHWzbbo7TPeZdoGh8bQFzcs #sX0i0hD6Fk6eyIKNB90WFhFNGbAoUyRP { position:relative; }
#yXAocmEbncHWzbbo7TPeZdoGh8bQFzcs #UzuhhgwlUTk8tkrm958sUpHhWIItFypp { position:relative; }
#yXAocmEbncHWzbbo7TPeZdoGh8bQFzcs #lKURtpCf5yKWwwkAU7L87TkC0cxI4SIK { position:relative;z-index:2; }
#yXAocmEbncHWzbbo7TPeZdoGh8bQFzcs #t1mQOktwK9zonogHZsBHqzBHk8DRDxBJ { position:relative; }
#yXAocmEbncHWzbbo7TPeZdoGh8bQFzcs #m9ucNxKpG1N8Iz93LtlvxZdeZlxZppKF { position:relative; }
#yXAocmEbncHWzbbo7TPeZdoGh8bQFzcs #gSGP52ebLW9z5ARqKIu3JVcfucTZ6nlu { position:relative; }
#yXAocmEbncHWzbbo7TPeZdoGh8bQFzcs #o6md2vzh1WcMUTPuN2psNa1ysVmMbp9l { position:relative;display:block;z-index:15000; }
#yXAocmEbncHWzbbo7TPeZdoGh8bQFzcs #NnUxwmgVJJod3ZguIUl6fXWUeiVq343i { position:relative;display:block;z-index:15000; }
#U5GNXUT2CvLcycsQDZTksxCIELaNP9qP { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:4.8125rem;top:23.6875rem;left:20.75rem;overflow:hidden;display:block; }
#fm2PmBpXUNrS8MDtSKzKt9aapdRKqSWt { box-sizing:content-box;height:4.125rem;width:24.875rem;position:absolute;display:block;z-index:15001;background-color:#ff6500;background-image:none;top:14.0625rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#AC3qgQvrFtrp2sqxuWwmNJCTtGTDR2gM { color:#ffffff;display:block;width:21.75rem;position:absolute;font-family:assistant;font-size:2.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:14.625rem;left:1.5625rem;height:5.84895625rem;font-style:normal;display:block; }
#L9yKhrt5qeNcWK5GbqeaZL8kdhqb3aCy { box-sizing:content-box;height:0.5rem;width:34.6875rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ff6500, #ff2500);background-image: -moz-linear-gradient(180deg, #ff6500, #ff2500);background-image: -ms-linear-gradient(180deg, #ff6500, #ff2500);background-image: -o-linear-gradient(180deg, #ff6500, #ff2500);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6500', endColorstr='#ff2500' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6500', endColorstr='#ff2500' );";background-image: linear-gradient(180deg, #ff6500, #ff2500);background-size:auto !important;top:29rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#W97IgbepWMGlg0wHTt6TICMGHoWdUTJs { color:#ffffff;display:block;width:40.75rem;position:absolute;font-family:assistant;font-size:1.75rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:42.5625rem;left:0rem;height:5.25rem;font-style:normal;display:block; }
#yWgScVxH5mWJr2dx7h9a6EXfSV7SPT8W { 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.8125rem;width:16.4375rem;top:0.71875rem;left:0rem;overflow:hidden;display:block; }
#REcW5M97RygahBKKneVgc0qZ2mocsQuZ { position:relative;display:block; }#REcW5M97RygahBKKneVgc0qZ2mocsQuZ { background-color: transparent; background-image: none; }#REcW5M97RygahBKKneVgc0qZ2mocsQuZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#REcW5M97RygahBKKneVgc0qZ2mocsQuZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#REcW5M97RygahBKKneVgc0qZ2mocsQuZ > .row .container > .video-iframe-container { display: none; }#REcW5M97RygahBKKneVgc0qZ2mocsQuZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#REcW5M97RygahBKKneVgc0qZ2mocsQuZ > .row > .video-iframe-container { display: none; }#REcW5M97RygahBKKneVgc0qZ2mocsQuZ > .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); }#REcW5M97RygahBKKneVgc0qZ2mocsQuZ { border-width: 0; border-radius: 0; }#REcW5M97RygahBKKneVgc0qZ2mocsQuZ > .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; }#REcW5M97RygahBKKneVgc0qZ2mocsQuZ > .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:49.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; }#EF0ECxNy9zbqWR91eum8QEJHk2EPpkzU { box-sizing:content-box;height:3.375rem;width:17.5rem;position:absolute;display:block;z-index:15019;background-color:rgba(51,54,66,0.63);background-image:none;top:20.855903148651rem;left:4.3671875rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#kVBkZBZWkoLWwN4A0GMVXk0QpqMeSqgu { color:#ffffff;display:block;width:13.375rem;position:absolute;font-family:assistant;font-size:1.125rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:21.080726623535rem;left:6.4296875rem;height:2.92448125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZruAFC5MQeGL1LkNoMzC1IcE5widawu3 { color:#ffffff;display:block;width:13.375rem;position:absolute;font-family:assistant;font-size:1.125rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:21.081597805023rem;left:30.812501907349rem;height:2.92448125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ryviDTWlR9h7fPkCZT8TZKBh8Tr6SXlV { color:#ffffff;display:block;width:12.6875rem;position:absolute;font-family:assistant;font-size:1.125rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:21.080728054047rem;left:55.467885971069rem;height:2.92448125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KoZWc9To2KayUdRaIw20ntVDWHwSNQed { color:#ffffff;display:block;width:13.0625rem;position:absolute;font-family:assistant;font-size:1.125rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:39.9375rem;left:6.5625rem;height:2.92448125rem;font-style:normal;display:block; }
#B9UBKWvPCPW2bNvDzb3UxLn1NT6WNMUQ { color:#ffffff;display:block;width:13.375rem;position:absolute;font-family:assistant;font-size:1.125rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:39.206596374512rem;left:30.812501907349rem;height:2.92448125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#seyd8NxCITXlgMFyuNlUQTfcT8Eu5ZFJ { color:#ffffff;display:block;width:22.3125rem;position:absolute;font-family:assistant;font-size:1.125rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:39.206596374512rem;left:50.655385971069rem;height:2.92448125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MPvEG29Pw1kPlXWzS0dqQZCnTuAuw4sn { color:#ff6500;display:block;width:42.0625rem;position:absolute;font-family:assistant;font-size:2rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:3.75rem;left:16.46875rem;height:2.59895625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#o7uoF9IkZRdq1M5xEemVcJxWShuDmUXS { position:absolute;display:block;z-index:15015;height:15rem;width:22.875rem;top:11rem;left:1.75rem;display:block; }
#Oq8PKvCpByhaiviy183cG117LU2R95Gt { position:absolute;display:block;z-index:15000;height:15rem;width:22.875rem;top:29.125rem;left:26.0625rem;display:block; }
#JoLp4Dl8Tv7JFvu3INFi2tLN7k3p0SPF { position:absolute;display:block;z-index:15002;height:15rem;width:22.875rem;top:11rem;left:26.0625rem;display:block; }
#o0VRt25qfDTFSV1JPHDvU2DhQpK7bGKD { position:absolute;display:block;z-index:15003;height:15rem;width:22.875rem;top:11rem;left:50.3125rem;display:block; }
#knTNTZ0tnlyc96153vxTE8XrqVWtw8b3 { position:absolute;display:block;z-index:15001;height:15rem;width:22.875rem;top:29rem;left:1.75rem;display:block; }
#M3OhThTGVmMDPFcZ52krFTAaELg2kFTr { position:absolute;display:block;z-index:14999;height:15rem;width:22.875rem;top:29.125rem;left:50.3125rem;display:block; }
#oRGkNoOE3SMAv2BuaNRVAHuklCitCfUT { box-sizing:content-box;height:3.375rem;width:17.5rem;position:absolute;display:block;z-index:15020;background-color:rgba(51,54,66,0.63);background-image:none;top:20.855903148651rem;left:28.750001907349rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#vDDbkZ3AZ4PZP8ElbXPT2B688cQHonG2 { box-sizing:content-box;height:3.375rem;width:17.5rem;position:absolute;display:block;z-index:15020;background-color:rgba(51,54,66,0.63);background-image:none;top:20.875rem;left:52.999135971069rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#Td03cHTredUaCl55cxvNCc8V5iIvwCeE { box-sizing:content-box;height:3.375rem;width:17.5rem;position:absolute;display:block;z-index:15021;background-color:rgba(51,54,66,0.63);background-image:none;top:38.9375rem;left:28.750001907349rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#EQJFQsL2DHTtTFVzbZka46QMVJRJ8QSx { box-sizing:content-box;height:3.375rem;width:17.5rem;position:absolute;display:block;z-index:15022;background-color:rgba(51,54,66,0.63);background-image:none;top:38.9375rem;left:4.375rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#TLJmXDRVzXVh1BgFGURAtHMfe1UDTtMs { box-sizing:content-box;height:3.375rem;width:17.5rem;position:absolute;display:block;z-index:15022;background-color:rgba(51,54,66,0.63);background-image:none;top:38.980903625488rem;left:52.999135971069rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#qH5EdLFBQJl8JutFr0hOIM6gJNq0elPi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4f4;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; }#qH5EdLFBQJl8JutFr0hOIM6gJNq0elPi > .row .container { background-color: transparent; background-image: none; }#qH5EdLFBQJl8JutFr0hOIM6gJNq0elPi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qH5EdLFBQJl8JutFr0hOIM6gJNq0elPi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qH5EdLFBQJl8JutFr0hOIM6gJNq0elPi > .row .container > .video-iframe-container { display: none; }#qH5EdLFBQJl8JutFr0hOIM6gJNq0elPi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qH5EdLFBQJl8JutFr0hOIM6gJNq0elPi > .row > .video-iframe-container { display: none; }#qH5EdLFBQJl8JutFr0hOIM6gJNq0elPi > .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); }#qH5EdLFBQJl8JutFr0hOIM6gJNq0elPi > .row .container { border-width: 0; border-radius: 0; }#qH5EdLFBQJl8JutFr0hOIM6gJNq0elPi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qH5EdLFBQJl8JutFr0hOIM6gJNq0elPi > .row .container { font-size:0.875rem;font-family:arial;height:38.5rem;width:75rem;position:relative;display:block; }#VqRCr2I3huTB7mMtS7Rp6Me0SIfTf22T { color:#ff2500;display:block;width:75rem;position:absolute;font-family:assistant;font-size:2rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:2.79296875rem;left:0rem;height:2.599825rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TbMtEBPIAZ9tNic7hhdsgNbruKT8HH4n { position:absolute;display:block;z-index:15001;height:3.8125rem;width:6.8125rem;top:1.5185546875rem;left:19.96875rem;display:block; }
#sJ6IzUUQ5hPghKBoNRzSN6ABMtAgazfZ { position:absolute;display:block;z-index:15002;height:2.625rem;width:4.6875rem;top:3.5625rem;left:35.03125rem;display:block; }
#CJU38FtVsUCR0roxmOJzoR6C6h6pv5NI .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:#f4f4f4;background-image:none;vertical-align:top;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #ff6500; }
#CJU38FtVsUCR0roxmOJzoR6C6h6pv5NI .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; }
#CJU38FtVsUCR0roxmOJzoR6C6h6pv5NI .accordion-heading-text { display:block;position:relative;width:100%;font-family:assistant;font-weight:700;font-size:1.25rem;font-style:normal; }
#CJU38FtVsUCR0roxmOJzoR6C6h6pv5NI .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:assistant;line-height:1.5;overflow:hidden;height:auto; }
#CJU38FtVsUCR0roxmOJzoR6C6h6pv5NI .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; }#CJU38FtVsUCR0roxmOJzoR6C6h6pv5NI .accordion-trigger.adaptive-delivery-prevent-bg, #CJU38FtVsUCR0roxmOJzoR6C6h6pv5NI .accordion-trigger.lazyload, #CJU38FtVsUCR0roxmOJzoR6C6h6pv5NI .accordion-trigger.lazyloading { background-image: none; }
#CJU38FtVsUCR0roxmOJzoR6C6h6pv5NI { box-sizing:content-box;height:auto;width:27.8125rem;position:absolute;display:flex;flex-direction:column;gap:1.4375rem;z-index:15003;background-color:#f4f4f4;background-image:none;padding-top:2.5rem;padding-right:2.5rem;padding-bottom:2.5rem;padding-left:2.5rem;top:9.8749961853025rem;left:39.718753814698rem; }
#CJU38FtVsUCR0roxmOJzoR6C6h6pv5NI .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#CJU38FtVsUCR0roxmOJzoR6C6h6pv5NI #aDH2f6sQ8btMCs0GAHybiiLx7tGKTeDF { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#CJU38FtVsUCR0roxmOJzoR6C6h6pv5NI #MW117J4T6nw0ghkf165nu5LFKO2TXp3D { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#CJU38FtVsUCR0roxmOJzoR6C6h6pv5NI #EOVny5l3cgT6kVJouhGJRGOvfXWVgTTX { display:block;position:relative; }
#CJU38FtVsUCR0roxmOJzoR6C6h6pv5NI #zPREtzNGfJL3KGuxpWAqSOub1eaFyoe9 {  }
#CJU38FtVsUCR0roxmOJzoR6C6h6pv5NI #motdrw5F5naBmbf4d1qLQSboSbKqUPhK {  }
#CJU38FtVsUCR0roxmOJzoR6C6h6pv5NI #nrdmOeC9c3OTEALmwPpEOlag6GQ5zFHH { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#CJU38FtVsUCR0roxmOJzoR6C6h6pv5NI #TSgLJxDTsscJKiZw2ITZQwH4oBo8HENA { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#CJU38FtVsUCR0roxmOJzoR6C6h6pv5NI #OV496d7zpmty7JnrnSAOLVFoUdH9EeI6 { display:block;position:relative; }
#CJU38FtVsUCR0roxmOJzoR6C6h6pv5NI #N8VSlGS8bbzEKhsuHMCTzQilDIAwHqoi {  }
#CJU38FtVsUCR0roxmOJzoR6C6h6pv5NI #w1CmVBBu6kZ2XfoPmImGRNFXFaD3e6QO { display:none; }
#CJU38FtVsUCR0roxmOJzoR6C6h6pv5NI #CM46s3ES2IXwR6F8k077rqFBVt7fTqkD { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#CJU38FtVsUCR0roxmOJzoR6C6h6pv5NI #BcglMOUxK8OuShUdqJwDLDGqImoMHhvr { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#CJU38FtVsUCR0roxmOJzoR6C6h6pv5NI #pTVHCKJhNXeVhqpA7rNGATJ9pTsMmRKQ { display:block;position:relative; }
#CJU38FtVsUCR0roxmOJzoR6C6h6pv5NI #sKZDa7NoeuZWworEULeTFcLT1cctLE9W {  }
#CJU38FtVsUCR0roxmOJzoR6C6h6pv5NI #dK4to5bVFpPf1RP94Ptk27T1ApWuqJio { display:none; }
#RBbO9aBZ1FEdTEwdMdOfewlOfiMUPcpt { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.5rem;width:38rem;top:8.75rem;left:0rem;overflow:hidden;display:block; }
#IORqbT1TnTS067dqrDsPBgiNFnpei32k { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/71232d9e-5e35-462b-a3c2-97f9a306db35/34805bf2krakenimages376knispleunsplash_11hc0zk1hc0kx00007b01o.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IORqbT1TnTS067dqrDsPBgiNFnpei32k.adaptive-delivery-prevent-bg, #IORqbT1TnTS067dqrDsPBgiNFnpei32k.lazyload, #IORqbT1TnTS067dqrDsPBgiNFnpei32k.lazyloading { background-image: none; }#IORqbT1TnTS067dqrDsPBgiNFnpei32k > .row .container { background-color: transparent; background-image: none; }#IORqbT1TnTS067dqrDsPBgiNFnpei32k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(22,22,25,0.73); }#IORqbT1TnTS067dqrDsPBgiNFnpei32k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IORqbT1TnTS067dqrDsPBgiNFnpei32k > .row .container > .video-iframe-container { display: none; }#IORqbT1TnTS067dqrDsPBgiNFnpei32k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(22,22,25,0.73); }#IORqbT1TnTS067dqrDsPBgiNFnpei32k > .row > .video-iframe-container { display: none; }#IORqbT1TnTS067dqrDsPBgiNFnpei32k > .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); }#IORqbT1TnTS067dqrDsPBgiNFnpei32k > .row .container { border-width: 0; border-radius: 0; }#IORqbT1TnTS067dqrDsPBgiNFnpei32k::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; }#IORqbT1TnTS067dqrDsPBgiNFnpei32k > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IORqbT1TnTS067dqrDsPBgiNFnpei32k > .row .container { font-size:0.875rem;font-family:arial;height:31.125rem;width:75rem;position:relative;display:block; }#NWxffWLmrqAPMbBmNDwRNhkKQesAiz2i { color:#ffffff;display:block;width:47.8125rem;position:absolute;font-family:"work sans";font-size:2rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:1.849609375rem;left:14.59375rem;height:5.19791875rem;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; }
#VmWxPlH72zmSxrFp5pQphsZvf8Q3xOu3 { color:#000000;display:block;width:15.4375rem;position:absolute;font-family:assistant;font-size:0.875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:9.5rem;left:10.125rem;height:1.13715rem;display:block; }
#MZioKQMloGR5dJw2I8VlvFKIz7LLIWMH { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:11.3125rem;left:10.125rem; }
#RrW8ud7V2OTA9HCtc0WRa27OxvVMc5rO { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:11.3125rem;left:12rem; }
#EVQAC3pkSrLWm1TcKOSJNlBqrhqFmfDx { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:11.3125rem;left:13.875rem; }
#wVpw0962zcBlG96v4vc5bIHUrBVr7Qo3 { color:#000000;display:block;width:12.75rem;position:absolute;font-family:assistant;font-size:0.875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:9.5rem;left:30.125rem;height:1.13715rem;display:block; }
#rQIFh7Vy5giSqJoFTWtv8XMUe1p0zahT { color:#000000;display:block;width:14.4375rem;position:absolute;font-family:assistant;font-size:0.875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:9.5rem;left:49.5625rem;height:1.13715rem;display:block; }
#XKnuEWzrmbq834ivbBosQCFhrG40XvL4 { color:#000000;display:block;width:13.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:14.375rem;left:10.125rem;height:2.5996125rem;font-style:italic;display:block; }
#fXblkBK56WztfWISFP1TeyS7hevl5CE4 { color:#000000;display:block;width:15.6875rem;position:absolute;font-family:arial;font-size:1rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:14.375rem;left:49.5625rem;height:11.6953125rem;font-style:italic;display:block; }
#gzFWrTdyLMpDXA1paZhQ4t1WuDBnZDkB { color:#000000;display:block;width:15.5625rem;position:absolute;font-family:arial;font-size:1rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:14.375rem;left:29.75rem;height:11.69529375rem;font-style:italic;display:block; }
#zkbHap9ZHS620iwiXG7JaR9W4Uqu2lR2 { box-sizing:content-box;height:19.75rem;width:17.8125rem;position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;top:8.4375rem;left:8.75rem;border-top:0.0625rem solid #f4f9ff;border-left:0.0625rem solid #f4f9ff;border-right:0.0625rem solid #f4f9ff;border-bottom:0.0625rem solid #f4f9ff;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;display:block; }
#u7kgRLbozXtdvwTIdXUvuE5KoIG9ArJr { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:11.3125rem;left:15.6875rem; }
#kVz4ZX6cJG43NQHc1kTOrb0TXr8dhhlC { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:11.3125rem;left:31.6875rem; }
#G3HsMbpx8Re7pqiWgQnfDSE9dy2f9Pcf { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:11.3125rem;left:29.8125rem; }
#GSKK3mxmqfMddfqgLm8OANXp10Vbx3Ma { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:11.3125rem;left:33.5625rem; }
#wpqlkfGMeTSdbZoTXwULSVQ6lCl8ZW5k { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:11.3125rem;left:35.375rem; }
#nOVKpsw0MNhPK22fqzSekI7WFBM6GyXS { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:11.25rem;left:49.5625rem; }
#W9QDtg63d6udBpkVQQFHGw9KbMnwRwmh { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:11.25rem;left:51.4375rem; }
#uNsRX5PHMr3GZyN05IeTlHLeMl9Sx16e { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:11.25rem;left:53.3125rem; }
#nrnzwU2ETf6Sho1Al4fQdpeI1JAqAL9D { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:11.25rem;left:55.125rem; }
#MDDIkark9qyV5nB6Xegv9dtUTIrRcUTG { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:11.25rem;left:57rem; }
#zZXZpGca2FVygJDwy15g0PDClNccNT1H { box-sizing:content-box;height:19.75rem;width:17.8125rem;position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;top:8.4375rem;left:28.5625rem;border-top:0.0625rem solid #f4f9ff;border-left:0.0625rem solid #f4f9ff;border-right:0.0625rem solid #f4f9ff;border-bottom:0.0625rem solid #f4f9ff;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;display:block; }
#wETBlpKW4weSRrDFXHseHgPbmeJCDWdu { box-sizing:content-box;height:19.75rem;width:17.8125rem;position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;top:8.4375rem;left:48.375rem;border-top:0.0625rem solid #f4f9ff;border-left:0.0625rem solid #f4f9ff;border-right:0.0625rem solid #f4f9ff;border-bottom:0.0625rem solid #f4f9ff;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;display:block; }
#R7PyyE50bXbLQvemDdpmnZKq4XT2MO18 { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:11.5rem;left:37.4375rem; }
#RlC2wlpHLM4zRF07KXJFzyPPDsMu5Kqs { color:#000000;display:block;width:7.375rem;position:absolute;font-family:assistant;font-size:1rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:26.3125rem;left:18.25rem;height:1.29980625rem;display:block; }
#Sd8I8tsTUrf9X6OpQn037qe8uV2Tcye2 { color:#000000;display:block;width:7.375rem;position:absolute;font-family:assistant;font-size:1rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:26.3125rem;left:38rem;height:1.29980625rem;display:block; }
#mzFEyfWnTUgAzZlk6uBOd4y70ATwuL6A { color:#000000;display:block;width:7.375rem;position:absolute;font-family:assistant;font-size:1rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:26.3125rem;left:58rem;height:1.29980625rem;display:block; }
#UnAf3lLVb5ZlEObLzap7TgW5U83W6KPE { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:11.3125rem;left:17.5625rem; }
#s14IPikoWWTkkoT8C8h8QRylxoWwcbLt { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:12.125rem;left:57rem;display:none; }
#U3Tkfkrh0OmywFcGSLwTvN0aPda9CRqX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#6b8194;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; }#U3Tkfkrh0OmywFcGSLwTvN0aPda9CRqX > .row .container { background-color: transparent; background-image: none; }#U3Tkfkrh0OmywFcGSLwTvN0aPda9CRqX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U3Tkfkrh0OmywFcGSLwTvN0aPda9CRqX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U3Tkfkrh0OmywFcGSLwTvN0aPda9CRqX > .row .container > .video-iframe-container { display: none; }#U3Tkfkrh0OmywFcGSLwTvN0aPda9CRqX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U3Tkfkrh0OmywFcGSLwTvN0aPda9CRqX > .row > .video-iframe-container { display: none; }#U3Tkfkrh0OmywFcGSLwTvN0aPda9CRqX > .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); }#U3Tkfkrh0OmywFcGSLwTvN0aPda9CRqX > .row .container { border-width: 0; border-radius: 0; }#U3Tkfkrh0OmywFcGSLwTvN0aPda9CRqX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#U3Tkfkrh0OmywFcGSLwTvN0aPda9CRqX > .row .container { font-size:0.875rem;font-family:arial;height:8.375rem;width:75rem;position:relative;display:block; }#IqHXpW469TQS0SrAqglUouorMBWAtS7b { color:#ffffff;display:block;width:58.3125rem;position:absolute;font-family:assistant;font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:4.4765625rem;left:9.0625rem;height:3.89930625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Di5LW8DkXzh5sqkt8bSDInMHdrEfIikM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #6b8194, #f4f4f4);background-image: -moz-linear-gradient(180deg, #6b8194, #f4f4f4);background-image: -ms-linear-gradient(180deg, #6b8194, #f4f4f4);background-image: -o-linear-gradient(180deg, #6b8194, #f4f4f4);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b8194', endColorstr='#f4f4f4' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b8194', endColorstr='#f4f4f4' );";background-image: linear-gradient(180deg, #6b8194, #f4f4f4);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Di5LW8DkXzh5sqkt8bSDInMHdrEfIikM > .row .container { background-color: transparent; background-image: none; }#Di5LW8DkXzh5sqkt8bSDInMHdrEfIikM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Di5LW8DkXzh5sqkt8bSDInMHdrEfIikM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Di5LW8DkXzh5sqkt8bSDInMHdrEfIikM > .row .container > .video-iframe-container { display: none; }#Di5LW8DkXzh5sqkt8bSDInMHdrEfIikM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Di5LW8DkXzh5sqkt8bSDInMHdrEfIikM > .row > .video-iframe-container { display: none; }#Di5LW8DkXzh5sqkt8bSDInMHdrEfIikM > .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); }#Di5LW8DkXzh5sqkt8bSDInMHdrEfIikM > .row .container { border-width: 0; border-radius: 0; }#Di5LW8DkXzh5sqkt8bSDInMHdrEfIikM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Di5LW8DkXzh5sqkt8bSDInMHdrEfIikM > .row .container { font-size:0.875rem;font-family:arial;height:37.3125rem;width:75rem;position:relative;display:block; }#SdT5leplg8HKCixkEhTwgK0EVbaKIzJx { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 0.9375rem rgba(0,0,0,0.5) ;height:14.0625rem;width:21.25rem;top:4.375rem;left:2.375rem;overflow:hidden;display:block; }
#EqJsfi4eQBVZDxaMpG6vERshyyTxGeka { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0.0625rem 0.9375rem rgba(0,0,0,0.5) ;height:14.0625rem;width:21.25rem;top:4.375rem;left:26.75rem;overflow:hidden;display:block; }
#oQD8Mw7xRPBcsZ9TE56QWCXg7gybEVEi { 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: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.5) ;height:14.1875rem;width:21.25rem;top:4.375rem;left:51.375rem;overflow:hidden;display:block; }
#Qqz97o7Ov8zeGqV8yhWugScnXwo4NaZe { box-sizing:content-box;height:13.6875rem;width:21.25rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:18.4375rem;left:2.375rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.5) ;display:block; }
#oncIcX0wsFMBtiRTxOpSDMFUMXGaesL0 { color:#000000;display:block;width:19rem;position:absolute;font-family:assistant;font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:19.25rem;left:3.5rem;height:3.89930625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iAQmKnHSE7dxv2p3yGoDRoZKia7hcTnQ { color:#000000;display:block;width:19rem;position:absolute;font-family:assistant;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:24rem;left:3.5rem;height:3.8994125rem;display:block; }
#XSAWFxRb8kcu5ZpLwbnsy9R06AgENu38 { box-sizing:content-box;height:13.625rem;width:21.25rem;position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;top:18.5rem;left:26.75rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.5) ;display:block; }
#h2RfwSaR8HWmcLG16u8KVm6LCpOhMIgD { color:#000000;display:block;width:19rem;position:absolute;font-family:assistant;font-size:1.5rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:19.3125rem;left:27.875rem;height:3.89930625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IvtFSgQHGUQWxu4T4L3MyiqlgwqDhOIN { color:#000000;display:block;width:19rem;position:absolute;font-family:assistant;font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:24rem;left:27.875rem;height:3.8994125rem;display:block; }
#rroCxfTNRVTbRrbZ2UabKh6ZZ4AG6cu0 { color:#000000;display:block;width:19rem;position:absolute;font-family:assistant;font-size:1.5rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:19.25rem;left:52.375rem;height:3.89930625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kw81AppTvwoTd05WBySUyB45hnwHuHBl { color:#000000;display:block;width:19rem;position:absolute;font-family:assistant;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:24rem;left:52.5rem;height:3.8994125rem;display:block; }
#GBKVmaGHe8dlJO0TkvnLwHh1rgBXMkdr { box-sizing:content-box;height:13.6875rem;width:21.25rem;position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;top:18.4375rem;left:51.3125rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.5) ;display:block; }
#BegudR54SSsmp654hNPoQraM5qTwxAs1 { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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:#ff6500;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:assistant;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.6875rem;height:3.1875rem;text-decoration:none;z-index:15015;text-align:right;text-align-last:right;top:28.9375rem;left:5.875rem;display:block; }
#xpIKxF2yuWZsrblQvWaK52JUFwDMzJP5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OhKoThvPwvcG1ssF5DqsLeQA3lFyvSSr { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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:#ff6500;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:assistant;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.6875rem;height:3.1875rem;text-decoration:none;z-index:15016;text-align:right;text-align-last:right;top:28.9375rem;left:30.25rem;display:block; }
#bZurACXh1TcZIVfnKo7AlQTAryaemp5b { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ebFpJp1FnXlFqnof82iItX4T8tw4bNaD { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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:#ff6500;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:assistant;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.875rem;height:3.1875rem;text-decoration:none;z-index:15017;text-align:right;text-align-last:right;top:28.9375rem;left:54.5625rem;display:block; }
#I0TkbA72yXePDyZiPrK5SmeKIVxSfFpg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Zf0wcOB2CuXKpN8XTXn8JvO6NVPo6996 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4f4;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; }#Zf0wcOB2CuXKpN8XTXn8JvO6NVPo6996 > .row .container { background-color: transparent; background-image: none; }#Zf0wcOB2CuXKpN8XTXn8JvO6NVPo6996::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zf0wcOB2CuXKpN8XTXn8JvO6NVPo6996 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zf0wcOB2CuXKpN8XTXn8JvO6NVPo6996 > .row .container > .video-iframe-container { display: none; }#Zf0wcOB2CuXKpN8XTXn8JvO6NVPo6996 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zf0wcOB2CuXKpN8XTXn8JvO6NVPo6996 > .row > .video-iframe-container { display: none; }#Zf0wcOB2CuXKpN8XTXn8JvO6NVPo6996 > .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); }#Zf0wcOB2CuXKpN8XTXn8JvO6NVPo6996 > .row .container { border-width: 0; border-radius: 0; }#Zf0wcOB2CuXKpN8XTXn8JvO6NVPo6996 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Zf0wcOB2CuXKpN8XTXn8JvO6NVPo6996 > .row .container { font-size:0.875rem;font-family:arial;height:26.8125rem;width:75rem;position:relative;display:block; }#TODzMtNetinoCHF2ePEOox6yxTqKN40Z { 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:26.875rem;width:29.125rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#WihXKv4LRJ1H7cC3dcnbGBp8SQnRWpfv { color:#ff2500;display:block;width:31.5rem;position:absolute;font-family:assistant;font-size:1.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:3rem;left:38.9375rem;height:;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; }
#sd2DC9LMb9S5TMhXW3ifxx3rP3ohnSGp { color:#000000;display:block;width:32.5625rem;position:absolute;font-family:assistant;font-size:1.3125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:11.625rem;left:38.9375rem;height:3.4121125rem;display:block; }
#Wy3NNBrNakoCVHpJwoB2mXeSLV0eKzuO { background-color:#ff6500;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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-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:"work sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.375rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:18.4375rem;left:38.9375rem;display:block; }
#RCwgNX3LAArUDvX53JBSMslVtrcGtl0s { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#d1a7c7aee23d57da84e8654e9d95c223 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#18191f;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; }#d1a7c7aee23d57da84e8654e9d95c223 > .row .container { background-color: transparent; background-image: none; }#d1a7c7aee23d57da84e8654e9d95c223::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d1a7c7aee23d57da84e8654e9d95c223 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d1a7c7aee23d57da84e8654e9d95c223 > .row .container > .video-iframe-container { display: none; }#d1a7c7aee23d57da84e8654e9d95c223 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d1a7c7aee23d57da84e8654e9d95c223 > .row > .video-iframe-container { display: none; }#d1a7c7aee23d57da84e8654e9d95c223 > .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); }#d1a7c7aee23d57da84e8654e9d95c223 > .row .container { border-width: 0; border-radius: 0; }#d1a7c7aee23d57da84e8654e9d95c223 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#d1a7c7aee23d57da84e8654e9d95c223 > .row .container { font-size:0.875rem;font-family:arial;height:6.4375rem;width:75rem;position:relative;display:block; }#d38179f42e0bdf9099eaf6bedae91ce3 { position:absolute;display:block;z-index:15008;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:15.125rem;top:1.96875rem;left:1.375rem;overflow:hidden;display:block; }
#AH8EyfxsHx12Hn9Ti1lZ2CL0FXLtDtEm { color:#ffffff;display:block;width:16.1875rem;position:absolute;font-family:assistant;font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:1.513671875rem;left:56.90625rem;height:3.41015625rem;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c7zpmIBCyBqsGzQd8NuPDMpoNrlkSxLt { top:33.625rem;left:0rem;width:35.875rem;height:6.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfUSbp45zNn6qyMTdo3KM8ZQMFgM95b4 { top:6.0625rem;left:0rem;width:29.25rem;height:5.8125rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVupylVLPLXSagpvdMvnHmIEki2AAH9t { top:23.625rem;left:0rem;width:3.375rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgTJluxwCE4AcGHChm3IeTguJ8C48zQZ { top:23.625rem;left:0rem;width:4.125rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOfWgmrcfZ9wGPAUy5xAiBTbVanTsvSu { top:23.6875rem;left:0.125rem;width:4.3125rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uG1hLTgex7PgNWgxEAaoRRQrR0WgH523 { top:23.75rem;left:14.875rem;width:4.5625rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXAocmEbncHWzbbo7TPeZdoGh8bQFzcs .widget-regular-label { width:26.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#yXAocmEbncHWzbbo7TPeZdoGh8bQFzcs .widget-input-text { width:26.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#yXAocmEbncHWzbbo7TPeZdoGh8bQFzcs .widget-input-text {padding-top: 0; padding-bottom: 0;}#yXAocmEbncHWzbbo7TPeZdoGh8bQFzcs .widget-textarea { width:26.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#yXAocmEbncHWzbbo7TPeZdoGh8bQFzcs .widget-input-select { width:26.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#yXAocmEbncHWzbbo7TPeZdoGh8bQFzcs .widget-input-select {padding-top: 0; padding-bottom: 0;}#yXAocmEbncHWzbbo7TPeZdoGh8bQFzcs .widget-input-button { width:26.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#yXAocmEbncHWzbbo7TPeZdoGh8bQFzcs .widget-checkbox-label { width:25.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#yXAocmEbncHWzbbo7TPeZdoGh8bQFzcs  { width:26.375rem;height:auto;top:4.1875rem;left:18.875rem; }
#yXAocmEbncHWzbbo7TPeZdoGh8bQFzcs .radio-container { width:26.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#yXAocmEbncHWzbbo7TPeZdoGh8bQFzcs {display:block;}#yXAocmEbncHWzbbo7TPeZdoGh8bQFzcs { width:26.375rem;height:auto;top:4.1875rem;left:18.875rem; }
 }@media only screen and (max-width: 763px) { #yXAocmEbncHWzbbo7TPeZdoGh8bQFzcs #ZFo9IRAMgE8XVAfx9yWb7DKppohJdsnx {  }
 }@media only screen and (max-width: 763px) { #yXAocmEbncHWzbbo7TPeZdoGh8bQFzcs #RnbHcLt0KqpnUZZhWhCOT8ibxPGklOBS {  }
 }@media only screen and (max-width: 763px) { #yXAocmEbncHWzbbo7TPeZdoGh8bQFzcs #ekxgZSLOWRH7zdD0DXDeIsNyeLWwOebW {  }
 }@media only screen and (max-width: 763px) { #yXAocmEbncHWzbbo7TPeZdoGh8bQFzcs #Rnk3HAbKJOs66TvT36ReMbxfMLiXS2hA {  }
 }@media only screen and (max-width: 763px) { #yXAocmEbncHWzbbo7TPeZdoGh8bQFzcs #k1DyS8IsEBfTeaABOPct11a3fVrOSiMb {  }
 }@media only screen and (max-width: 763px) { #yXAocmEbncHWzbbo7TPeZdoGh8bQFzcs #ribt4X47CI2i6GUq9npSNlegmTvaemJX {  }
 }@media only screen and (max-width: 763px) { #yXAocmEbncHWzbbo7TPeZdoGh8bQFzcs #Vh0OmVOlA03KaPUchyN5nhtfpWDXdiMh {  }
 }@media only screen and (max-width: 763px) { #yXAocmEbncHWzbbo7TPeZdoGh8bQFzcs #DCielfpZfFGdTvAx83LtL6xlNkBXLT3k {  }
 }@media only screen and (max-width: 763px) { #yXAocmEbncHWzbbo7TPeZdoGh8bQFzcs #erGhRfy8ivTD0f4M8iaIrP7L3Dh2TXDS {  }
 }@media only screen and (max-width: 763px) { #yXAocmEbncHWzbbo7TPeZdoGh8bQFzcs #qthNCZGk1B6NlRr1ODvggImJxEFvro1q {  }
 }@media only screen and (max-width: 763px) { #yXAocmEbncHWzbbo7TPeZdoGh8bQFzcs #CkLUMuqbhFqXNIZmlhVkBKh9TPXib5DW {  }
 }@media only screen and (max-width: 763px) { #yXAocmEbncHWzbbo7TPeZdoGh8bQFzcs #iZaOiL94pvPreP2GX9IxLcahgNERluck {  }
 }@media only screen and (max-width: 763px) { #yXAocmEbncHWzbbo7TPeZdoGh8bQFzcs #bFXMm0nwUOrTWip12MqyF2OV2tTES8g4 {  }
 }@media only screen and (max-width: 763px) { #yXAocmEbncHWzbbo7TPeZdoGh8bQFzcs #dLpq5wreEAW36yZxGZn0AdkyTh5LQBks {  }
 }@media only screen and (max-width: 763px) { #yXAocmEbncHWzbbo7TPeZdoGh8bQFzcs #TL2V3u0dt4K8lsLCLU1zflnDasD7uiAo {  }
 }@media only screen and (max-width: 763px) { #yXAocmEbncHWzbbo7TPeZdoGh8bQFzcs #a0RunZ8RTM5hEzoCPOluNZegQEheFCeT {  }
 }@media only screen and (max-width: 763px) { #yXAocmEbncHWzbbo7TPeZdoGh8bQFzcs #gQ2g28UKCn8DXSsZokA8t7SLNIlf0mTA {  }
 }@media only screen and (max-width: 763px) { #yXAocmEbncHWzbbo7TPeZdoGh8bQFzcs #KtCg0eZhALFLn4b5AFehnT3TlzWKvcLg {  }
 }@media only screen and (max-width: 763px) { #yXAocmEbncHWzbbo7TPeZdoGh8bQFzcs #Z6uo3E63GCCMpqtOPUAfsPwGuwC06VyT {  }
 }@media only screen and (max-width: 763px) { #yXAocmEbncHWzbbo7TPeZdoGh8bQFzcs #Aleaziec8nSEwmJ1FgUJbN3GLJZpGThG {  }
 }@media only screen and (max-width: 763px) { #yXAocmEbncHWzbbo7TPeZdoGh8bQFzcs #sX0i0hD6Fk6eyIKNB90WFhFNGbAoUyRP {  }
 }@media only screen and (max-width: 763px) { #yXAocmEbncHWzbbo7TPeZdoGh8bQFzcs #UzuhhgwlUTk8tkrm958sUpHhWIItFypp {  }
 }@media only screen and (max-width: 763px) { #yXAocmEbncHWzbbo7TPeZdoGh8bQFzcs #lKURtpCf5yKWwwkAU7L87TkC0cxI4SIK {  }
 }@media only screen and (max-width: 763px) { #yXAocmEbncHWzbbo7TPeZdoGh8bQFzcs #t1mQOktwK9zonogHZsBHqzBHk8DRDxBJ {  }
 }@media only screen and (max-width: 763px) { #yXAocmEbncHWzbbo7TPeZdoGh8bQFzcs #m9ucNxKpG1N8Iz93LtlvxZdeZlxZppKF {  }
 }@media only screen and (max-width: 763px) { #yXAocmEbncHWzbbo7TPeZdoGh8bQFzcs #gSGP52ebLW9z5ARqKIu3JVcfucTZ6nlu {  }
 }@media only screen and (max-width: 763px) { #yXAocmEbncHWzbbo7TPeZdoGh8bQFzcs #o6md2vzh1WcMUTPuN2psNa1ysVmMbp9l {  }
 }@media only screen and (max-width: 763px) { #yXAocmEbncHWzbbo7TPeZdoGh8bQFzcs #NnUxwmgVJJod3ZguIUl6fXWUeiVq343i {  }
 }@media only screen and (max-width: 763px) { #U5GNXUT2CvLcycsQDZTksxCIELaNP9qP { top:23.6875rem;left:7.125rem;width:4.8125rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fm2PmBpXUNrS8MDtSKzKt9aapdRKqSWt { top:14.0625rem;left:0rem;width:24.875rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AC3qgQvrFtrp2sqxuWwmNJCTtGTDR2gM { top:14.625rem;left:0rem;width:21.75rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9yKhrt5qeNcWK5GbqeaZL8kdhqb3aCy { top:29rem;left:0rem;width:34.6875rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #W97IgbepWMGlg0wHTt6TICMGHoWdUTJs { top:42.5625rem;left:0rem;width:40.75rem;height:5.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWgScVxH5mWJr2dx7h9a6EXfSV7SPT8W { top:0.6875rem;left:0rem;width:16.4375rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #REcW5M97RygahBKKneVgc0qZ2mocsQuZ { display:block; }#REcW5M97RygahBKKneVgc0qZ2mocsQuZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EF0ECxNy9zbqWR91eum8QEJHk2EPpkzU { top:20.8125rem;left:0rem;width:17.5rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVBkZBZWkoLWwN4A0GMVXk0QpqMeSqgu { top:21.0625rem;left:0rem;width:13.375rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZruAFC5MQeGL1LkNoMzC1IcE5widawu3 { top:21.0625rem;left:17.187501907349rem;width:13.375rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryviDTWlR9h7fPkCZT8TZKBh8Tr6SXlV { top:21.0625rem;left:35.0625rem;width:12.6875rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KoZWc9To2KayUdRaIw20ntVDWHwSNQed { top:39.9375rem;left:0rem;width:13.0625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9UBKWvPCPW2bNvDzb3UxLn1NT6WNMUQ { top:39.1875rem;left:17.187501907349rem;width:13.375rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #seyd8NxCITXlgMFyuNlUQTfcT8Eu5ZFJ { top:39.1875rem;left:25.4375rem;width:22.3125rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPvEG29Pw1kPlXWzS0dqQZCnTuAuw4sn { top:3.75rem;left:2.84375rem;width:42.0625rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7uoF9IkZRdq1M5xEemVcJxWShuDmUXS { top:11rem;left:0rem;width:22.875rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oq8PKvCpByhaiviy183cG117LU2R95Gt { top:29.125rem;left:12.4375rem;width:22.875rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #JoLp4Dl8Tv7JFvu3INFi2tLN7k3p0SPF { top:11rem;left:12.4375rem;width:22.875rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0VRt25qfDTFSV1JPHDvU2DhQpK7bGKD { top:11rem;left:24.875rem;width:22.875rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #knTNTZ0tnlyc96153vxTE8XrqVWtw8b3 { top:29rem;left:0rem;width:22.875rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3OhThTGVmMDPFcZ52krFTAaELg2kFTr { top:29.125rem;left:24.875rem;width:22.875rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRGkNoOE3SMAv2BuaNRVAHuklCitCfUT { top:20.8125rem;left:15.125001907349rem;width:17.5rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDDbkZ3AZ4PZP8ElbXPT2B688cQHonG2 { top:20.875rem;left:30.25rem;width:17.5rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Td03cHTredUaCl55cxvNCc8V5iIvwCeE { top:38.9375rem;left:15.125rem;width:17.5rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQJFQsL2DHTtTFVzbZka46QMVJRJ8QSx { top:38.9375rem;left:0rem;width:17.5rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLJmXDRVzXVh1BgFGURAtHMfe1UDTtMs { top:38.9375rem;left:30.25rem;width:17.5rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qH5EdLFBQJl8JutFr0hOIM6gJNq0elPi { display:block; }#qH5EdLFBQJl8JutFr0hOIM6gJNq0elPi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VqRCr2I3huTB7mMtS7Rp6Me0SIfTf22T { top:2.75rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbMtEBPIAZ9tNic7hhdsgNbruKT8HH4n { top:1.5rem;left:6.34375rem;width:6.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJ6IzUUQ5hPghKBoNRzSN6ABMtAgazfZ { top:3.5625rem;left:9rem;width:4.6875rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJU38FtVsUCR0roxmOJzoR6C6h6pv5NI .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CJU38FtVsUCR0roxmOJzoR6C6h6pv5NI { display:flex;height:auto;width:27.8125rem;top:11.375rem;left:17.4375rem; }
#CJU38FtVsUCR0roxmOJzoR6C6h6pv5NI .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #CJU38FtVsUCR0roxmOJzoR6C6h6pv5NI #aDH2f6sQ8btMCs0GAHybiiLx7tGKTeDF {  }
 }@media only screen and (max-width: 763px) { #CJU38FtVsUCR0roxmOJzoR6C6h6pv5NI #MW117J4T6nw0ghkf165nu5LFKO2TXp3D {  }
 }@media only screen and (max-width: 763px) { #CJU38FtVsUCR0roxmOJzoR6C6h6pv5NI #EOVny5l3cgT6kVJouhGJRGOvfXWVgTTX {  }
 }@media only screen and (max-width: 763px) { #CJU38FtVsUCR0roxmOJzoR6C6h6pv5NI #zPREtzNGfJL3KGuxpWAqSOub1eaFyoe9 {  }
 }@media only screen and (max-width: 763px) { #CJU38FtVsUCR0roxmOJzoR6C6h6pv5NI #motdrw5F5naBmbf4d1qLQSboSbKqUPhK {  }
 }@media only screen and (max-width: 763px) { #CJU38FtVsUCR0roxmOJzoR6C6h6pv5NI #nrdmOeC9c3OTEALmwPpEOlag6GQ5zFHH {  }
 }@media only screen and (max-width: 763px) { #CJU38FtVsUCR0roxmOJzoR6C6h6pv5NI #TSgLJxDTsscJKiZw2ITZQwH4oBo8HENA {  }
 }@media only screen and (max-width: 763px) { #CJU38FtVsUCR0roxmOJzoR6C6h6pv5NI #OV496d7zpmty7JnrnSAOLVFoUdH9EeI6 {  }
 }@media only screen and (max-width: 763px) { #CJU38FtVsUCR0roxmOJzoR6C6h6pv5NI #N8VSlGS8bbzEKhsuHMCTzQilDIAwHqoi {  }
 }@media only screen and (max-width: 763px) { #CJU38FtVsUCR0roxmOJzoR6C6h6pv5NI #w1CmVBBu6kZ2XfoPmImGRNFXFaD3e6QO {  }
 }@media only screen and (max-width: 763px) { #CJU38FtVsUCR0roxmOJzoR6C6h6pv5NI #CM46s3ES2IXwR6F8k077rqFBVt7fTqkD {  }
 }@media only screen and (max-width: 763px) { #CJU38FtVsUCR0roxmOJzoR6C6h6pv5NI #BcglMOUxK8OuShUdqJwDLDGqImoMHhvr {  }
 }@media only screen and (max-width: 763px) { #CJU38FtVsUCR0roxmOJzoR6C6h6pv5NI #pTVHCKJhNXeVhqpA7rNGATJ9pTsMmRKQ {  }
 }@media only screen and (max-width: 763px) { #CJU38FtVsUCR0roxmOJzoR6C6h6pv5NI #sKZDa7NoeuZWworEULeTFcLT1cctLE9W {  }
 }@media only screen and (max-width: 763px) { #CJU38FtVsUCR0roxmOJzoR6C6h6pv5NI #dK4to5bVFpPf1RP94Ptk27T1ApWuqJio {  }
 }@media only screen and (max-width: 763px) { #RBbO9aBZ1FEdTEwdMdOfewlOfiMUPcpt { top:8.75rem;left:0rem;width:38rem;height:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IORqbT1TnTS067dqrDsPBgiNFnpei32k { display:block; }#IORqbT1TnTS067dqrDsPBgiNFnpei32k > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NWxffWLmrqAPMbBmNDwRNhkKQesAiz2i { top:1.8125rem;left:0rem;width:47.75rem;height:5.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VmWxPlH72zmSxrFp5pQphsZvf8Q3xOu3 { top:9.5rem;left:0rem;width:15.4375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZioKQMloGR5dJw2I8VlvFKIz7LLIWMH { top:11.3125rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrW8ud7V2OTA9HCtc0WRa27OxvVMc5rO { top:11.3125rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVQAC3pkSrLWm1TcKOSJNlBqrhqFmfDx { top:11.3125rem;left:0.25rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVpw0962zcBlG96v4vc5bIHUrBVr7Qo3 { top:9.5rem;left:16.5rem;width:12.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQIFh7Vy5giSqJoFTWtv8XMUe1p0zahT { top:9.5rem;left:33.3125rem;width:14.4375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKnuEWzrmbq834ivbBosQCFhrG40XvL4 { top:14.375rem;left:0rem;width:13.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXblkBK56WztfWISFP1TeyS7hevl5CE4 { top:14.375rem;left:32.0625rem;width:15.6875rem;height:11.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzFWrTdyLMpDXA1paZhQ4t1WuDBnZDkB { top:14.375rem;left:16.125003814698rem;width:15.5625rem;height:11.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkbHap9ZHS620iwiXG7JaR9W4Uqu2lR2 { top:8.4375rem;left:0rem;width:17.8125rem;height:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7kgRLbozXtdvwTIdXUvuE5KoIG9ArJr { top:11.3125rem;left:2.0625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVz4ZX6cJG43NQHc1kTOrb0TXr8dhhlC { top:11.3125rem;left:18.0625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3HsMbpx8Re7pqiWgQnfDSE9dy2f9Pcf { top:11.3125rem;left:16.1875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSKK3mxmqfMddfqgLm8OANXp10Vbx3Ma { top:11.3125rem;left:19.9375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpqlkfGMeTSdbZoTXwULSVQ6lCl8ZW5k { top:11.3125rem;left:21.75rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOVKpsw0MNhPK22fqzSekI7WFBM6GyXS { top:11.25rem;left:35.9375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9QDtg63d6udBpkVQQFHGw9KbMnwRwmh { top:11.25rem;left:37.8125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNsRX5PHMr3GZyN05IeTlHLeMl9Sx16e { top:11.25rem;left:39.6875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrnzwU2ETf6Sho1Al4fQdpeI1JAqAL9D { top:11.25rem;left:41.5rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDDIkark9qyV5nB6Xegv9dtUTIrRcUTG { top:11.25rem;left:43.375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZXZpGca2FVygJDwy15g0PDClNccNT1H { top:8.4375rem;left:14.9375rem;width:17.8125rem;height:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wETBlpKW4weSRrDFXHseHgPbmeJCDWdu { top:8.4375rem;left:29.8125rem;width:17.8125rem;height:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7PyyE50bXbLQvemDdpmnZKq4XT2MO18 { top:11.5rem;left:23.8125rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlC2wlpHLM4zRF07KXJFzyPPDsMu5Kqs { top:26.3125rem;left:4.625rem;width:7.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sd8I8tsTUrf9X6OpQn037qe8uV2Tcye2 { top:26.3125rem;left:24.375rem;width:7.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzFEyfWnTUgAzZlk6uBOd4y70ATwuL6A { top:26.3125rem;left:40.375rem;width:7.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnAf3lLVb5ZlEObLzap7TgW5U83W6KPE { top:11.3125rem;left:3.9375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s14IPikoWWTkkoT8C8h8QRylxoWwcbLt { top:12.125rem;left:43.375rem;width:1.875rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #U3Tkfkrh0OmywFcGSLwTvN0aPda9CRqX { display:block; }#U3Tkfkrh0OmywFcGSLwTvN0aPda9CRqX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IqHXpW469TQS0SrAqglUouorMBWAtS7b { top:4.4375rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Di5LW8DkXzh5sqkt8bSDInMHdrEfIikM { display:block; }#Di5LW8DkXzh5sqkt8bSDInMHdrEfIikM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SdT5leplg8HKCixkEhTwgK0EVbaKIzJx { top:4.375rem;left:0rem;width:21.25rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqJsfi4eQBVZDxaMpG6vERshyyTxGeka { top:4.375rem;left:13.125rem;width:21.25rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQD8Mw7xRPBcsZ9TE56QWCXg7gybEVEi { top:4.375rem;left:26.5rem;width:21.25rem;height:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qqz97o7Ov8zeGqV8yhWugScnXwo4NaZe { top:18.4375rem;left:0rem;width:21.25rem;height:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oncIcX0wsFMBtiRTxOpSDMFUMXGaesL0 { top:19.25rem;left:0rem;width:19rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAQmKnHSE7dxv2p3yGoDRoZKia7hcTnQ { top:24rem;left:0rem;width:19rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSAWFxRb8kcu5ZpLwbnsy9R06AgENu38 { top:18.5rem;left:13.125rem;width:21.25rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2RfwSaR8HWmcLG16u8KVm6LCpOhMIgD { top:19.3125rem;left:14.25rem;width:19rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvtFSgQHGUQWxu4T4L3MyiqlgwqDhOIN { top:24rem;left:14.25rem;width:19rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rroCxfTNRVTbRrbZ2UabKh6ZZ4AG6cu0 { top:19.25rem;left:28.75rem;width:19rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kw81AppTvwoTd05WBySUyB45hnwHuHBl { top:24rem;left:28.75rem;width:19rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBKVmaGHe8dlJO0TkvnLwHh1rgBXMkdr { top:18.4375rem;left:26.5rem;width:21.25rem;height:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BegudR54SSsmp654hNPoQraM5qTwxAs1 { width:16.6875rem;height:3.1875rem;top:28.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpIKxF2yuWZsrblQvWaK52JUFwDMzJP5 { display:block; }
 }@media only screen and (max-width: 763px) { #OhKoThvPwvcG1ssF5DqsLeQA3lFyvSSr { width:16.6875rem;height:3.1875rem;top:28.9375rem;left:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZurACXh1TcZIVfnKo7AlQTAryaemp5b { display:block; }
 }@media only screen and (max-width: 763px) { #ebFpJp1FnXlFqnof82iItX4T8tw4bNaD { width:16.875rem;height:3.1875rem;top:28.9375rem;left:30.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0TkbA72yXePDyZiPrK5SmeKIVxSfFpg { display:block; }
 }@media only screen and (max-width: 763px) { #Zf0wcOB2CuXKpN8XTXn8JvO6NVPo6996 { display:block; }#Zf0wcOB2CuXKpN8XTXn8JvO6NVPo6996 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TODzMtNetinoCHF2ePEOox6yxTqKN40Z { top:0rem;left:0rem;width:29.125rem;height:26.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WihXKv4LRJ1H7cC3dcnbGBp8SQnRWpfv { top:3rem;left:16.25rem;width:31.5rem;height:;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sd2DC9LMb9S5TMhXW3ifxx3rP3ohnSGp { top:11.625rem;left:15.1875rem;width:32.5625rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wy3NNBrNakoCVHpJwoB2mXeSLV0eKzuO { width:24.375rem;height:3.4375rem;top:18.4375rem;left:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCwgNX3LAArUDvX53JBSMslVtrcGtl0s { display:block; }
 }@media only screen and (max-width: 763px) { #d1a7c7aee23d57da84e8654e9d95c223 { display:block; }#d1a7c7aee23d57da84e8654e9d95c223 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d38179f42e0bdf9099eaf6bedae91ce3 { top:1.9375rem;left:0rem;width:15.125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AH8EyfxsHx12Hn9Ti1lZ2CL0FXLtDtEm { top:1.5rem;left:31.5625rem;width:16.1875rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/915c3713-0568-4176-b636-04e460d22b36/zona.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;z-index:auto;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(25,25,25,0.7); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(25,25,25,0.7); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:93.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c7zpmIBCyBqsGzQd8NuPDMpoNrlkSxLt { width:20rem;height:6.75rem;top:78.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfUSbp45zNn6qyMTdo3KM8ZQMFgM95b4 { width:20rem;height:7.796875rem;top:1.5rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVupylVLPLXSagpvdMvnHmIEki2AAH9t { width:3.375rem;height:4rem;top:17.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgTJluxwCE4AcGHChm3IeTguJ8C48zQZ { width:4.125rem;height:4rem;top:17.0625rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOfWgmrcfZ9wGPAUy5xAiBTbVanTsvSu { width:4.3125rem;height:3.875rem;top:17.3125rem;left:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uG1hLTgex7PgNWgxEAaoRRQrR0WgH523 { width:3.9375rem;height:3.25rem;top:22.5625rem;left:12.062500298023rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXAocmEbncHWzbbo7TPeZdoGh8bQFzcs .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#yXAocmEbncHWzbbo7TPeZdoGh8bQFzcs .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#yXAocmEbncHWzbbo7TPeZdoGh8bQFzcs .widget-input-text {padding-top: 0; padding-bottom: 0;}#yXAocmEbncHWzbbo7TPeZdoGh8bQFzcs .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#yXAocmEbncHWzbbo7TPeZdoGh8bQFzcs .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#yXAocmEbncHWzbbo7TPeZdoGh8bQFzcs .widget-input-select {padding-top: 0; padding-bottom: 0;}#yXAocmEbncHWzbbo7TPeZdoGh8bQFzcs .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;font-size:1.125rem;overflow:hidden;height:2.5rem; }
#yXAocmEbncHWzbbo7TPeZdoGh8bQFzcs .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#yXAocmEbncHWzbbo7TPeZdoGh8bQFzcs  { width:17.5rem;height:auto;top:28.375rem;left:0rem; }
#yXAocmEbncHWzbbo7TPeZdoGh8bQFzcs .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#yXAocmEbncHWzbbo7TPeZdoGh8bQFzcs {display:block;}#yXAocmEbncHWzbbo7TPeZdoGh8bQFzcs { width:17.5rem;height:auto;top:28.375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yXAocmEbncHWzbbo7TPeZdoGh8bQFzcs #ZFo9IRAMgE8XVAfx9yWb7DKppohJdsnx {  }
 }@media only screen and (max-width: 763px) { #yXAocmEbncHWzbbo7TPeZdoGh8bQFzcs #RnbHcLt0KqpnUZZhWhCOT8ibxPGklOBS {  }
 }@media only screen and (max-width: 763px) { #yXAocmEbncHWzbbo7TPeZdoGh8bQFzcs #ekxgZSLOWRH7zdD0DXDeIsNyeLWwOebW {  }
 }@media only screen and (max-width: 763px) { #yXAocmEbncHWzbbo7TPeZdoGh8bQFzcs #Rnk3HAbKJOs66TvT36ReMbxfMLiXS2hA {  }
 }@media only screen and (max-width: 763px) { #yXAocmEbncHWzbbo7TPeZdoGh8bQFzcs #k1DyS8IsEBfTeaABOPct11a3fVrOSiMb {  }
 }@media only screen and (max-width: 763px) { #yXAocmEbncHWzbbo7TPeZdoGh8bQFzcs #ribt4X47CI2i6GUq9npSNlegmTvaemJX {  }
 }@media only screen and (max-width: 763px) { #yXAocmEbncHWzbbo7TPeZdoGh8bQFzcs #Vh0OmVOlA03KaPUchyN5nhtfpWDXdiMh {  }
 }@media only screen and (max-width: 763px) { #yXAocmEbncHWzbbo7TPeZdoGh8bQFzcs #DCielfpZfFGdTvAx83LtL6xlNkBXLT3k {  }
 }@media only screen and (max-width: 763px) { #yXAocmEbncHWzbbo7TPeZdoGh8bQFzcs #erGhRfy8ivTD0f4M8iaIrP7L3Dh2TXDS {  }
 }@media only screen and (max-width: 763px) { #yXAocmEbncHWzbbo7TPeZdoGh8bQFzcs #qthNCZGk1B6NlRr1ODvggImJxEFvro1q {  }
 }@media only screen and (max-width: 763px) { #yXAocmEbncHWzbbo7TPeZdoGh8bQFzcs #CkLUMuqbhFqXNIZmlhVkBKh9TPXib5DW {  }
 }@media only screen and (max-width: 763px) { #yXAocmEbncHWzbbo7TPeZdoGh8bQFzcs #iZaOiL94pvPreP2GX9IxLcahgNERluck {  }
 }@media only screen and (max-width: 763px) { #yXAocmEbncHWzbbo7TPeZdoGh8bQFzcs #bFXMm0nwUOrTWip12MqyF2OV2tTES8g4 {  }
 }@media only screen and (max-width: 763px) { #yXAocmEbncHWzbbo7TPeZdoGh8bQFzcs #dLpq5wreEAW36yZxGZn0AdkyTh5LQBks {  }
 }@media only screen and (max-width: 763px) { #yXAocmEbncHWzbbo7TPeZdoGh8bQFzcs #TL2V3u0dt4K8lsLCLU1zflnDasD7uiAo {  }
 }@media only screen and (max-width: 763px) { #yXAocmEbncHWzbbo7TPeZdoGh8bQFzcs #a0RunZ8RTM5hEzoCPOluNZegQEheFCeT {  }
 }@media only screen and (max-width: 763px) { #yXAocmEbncHWzbbo7TPeZdoGh8bQFzcs #gQ2g28UKCn8DXSsZokA8t7SLNIlf0mTA {  }
 }@media only screen and (max-width: 763px) { #yXAocmEbncHWzbbo7TPeZdoGh8bQFzcs #KtCg0eZhALFLn4b5AFehnT3TlzWKvcLg {  }
 }@media only screen and (max-width: 763px) { #yXAocmEbncHWzbbo7TPeZdoGh8bQFzcs #Z6uo3E63GCCMpqtOPUAfsPwGuwC06VyT {  }
 }@media only screen and (max-width: 763px) { #yXAocmEbncHWzbbo7TPeZdoGh8bQFzcs #Aleaziec8nSEwmJ1FgUJbN3GLJZpGThG {  }
 }@media only screen and (max-width: 763px) { #yXAocmEbncHWzbbo7TPeZdoGh8bQFzcs #sX0i0hD6Fk6eyIKNB90WFhFNGbAoUyRP {  }
 }@media only screen and (max-width: 763px) { #yXAocmEbncHWzbbo7TPeZdoGh8bQFzcs #UzuhhgwlUTk8tkrm958sUpHhWIItFypp {  }
 }@media only screen and (max-width: 763px) { #yXAocmEbncHWzbbo7TPeZdoGh8bQFzcs #lKURtpCf5yKWwwkAU7L87TkC0cxI4SIK {  }
 }@media only screen and (max-width: 763px) { #yXAocmEbncHWzbbo7TPeZdoGh8bQFzcs #t1mQOktwK9zonogHZsBHqzBHk8DRDxBJ {  }
 }@media only screen and (max-width: 763px) { #yXAocmEbncHWzbbo7TPeZdoGh8bQFzcs #m9ucNxKpG1N8Iz93LtlvxZdeZlxZppKF {  }
 }@media only screen and (max-width: 763px) { #yXAocmEbncHWzbbo7TPeZdoGh8bQFzcs #gSGP52ebLW9z5ARqKIu3JVcfucTZ6nlu {  }
 }@media only screen and (max-width: 763px) { #yXAocmEbncHWzbbo7TPeZdoGh8bQFzcs #o6md2vzh1WcMUTPuN2psNa1ysVmMbp9l {  }
 }@media only screen and (max-width: 763px) { #yXAocmEbncHWzbbo7TPeZdoGh8bQFzcs #NnUxwmgVJJod3ZguIUl6fXWUeiVq343i {  }
 }@media only screen and (max-width: 763px) { #U5GNXUT2CvLcycsQDZTksxCIELaNP9qP { width:4rem;height:3.25rem;top:22.5625rem;left:3.3750000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #fm2PmBpXUNrS8MDtSKzKt9aapdRKqSWt { width:20rem;height:4.125rem;top:10.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AC3qgQvrFtrp2sqxuWwmNJCTtGTDR2gM { width:20rem;height:2.59895625rem;top:10.625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9yKhrt5qeNcWK5GbqeaZL8kdhqb3aCy { width:20rem;height:0.5rem;top:84.484375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #W97IgbepWMGlg0wHTt6TICMGHoWdUTJs { width:20rem;height:5.0625rem;top:85.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWgScVxH5mWJr2dx7h9a6EXfSV7SPT8W { width:12.5rem;height:2.125rem;top:0rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #REcW5M97RygahBKKneVgc0qZ2mocsQuZ { display:block; }#REcW5M97RygahBKKneVgc0qZ2mocsQuZ > .row .container { width:20rem;height:112.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EF0ECxNy9zbqWR91eum8QEJHk2EPpkzU { width:20rem;height:3.375rem;top:21.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVBkZBZWkoLWwN4A0GMVXk0QpqMeSqgu { width:15.4375rem;height:1.4622375rem;top:22.5rem;left:2.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZruAFC5MQeGL1LkNoMzC1IcE5widawu3 { width:15.875rem;height:2.92448125rem;top:38.875rem;left:2.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #ryviDTWlR9h7fPkCZT8TZKBh8Tr6SXlV { width:17.5625rem;height:1.4622375rem;top:56.1875rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KoZWc9To2KayUdRaIw20ntVDWHwSNQed { width:15.4375rem;height:1.4622375rem;top:73.5rem;left:2.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B9UBKWvPCPW2bNvDzb3UxLn1NT6WNMUQ { width:15.4375rem;height:1.4622375rem;top:90.125rem;left:2.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #seyd8NxCITXlgMFyuNlUQTfcT8Eu5ZFJ { width:20rem;height:2.92448125rem;top:106.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPvEG29Pw1kPlXWzS0dqQZCnTuAuw4sn { width:20rem;height:7.796875rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7uoF9IkZRdq1M5xEemVcJxWShuDmUXS { width:20rem;height:15rem;top:11rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oq8PKvCpByhaiviy183cG117LU2R95Gt { width:20rem;height:15rem;top:78.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JoLp4Dl8Tv7JFvu3INFi2tLN7k3p0SPF { width:20rem;height:15rem;top:28.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0VRt25qfDTFSV1JPHDvU2DhQpK7bGKD { width:20rem;height:15rem;top:44.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #knTNTZ0tnlyc96153vxTE8XrqVWtw8b3 { width:20rem;height:15rem;top:61.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3OhThTGVmMDPFcZ52krFTAaELg2kFTr { width:20rem;height:15rem;top:95.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRGkNoOE3SMAv2BuaNRVAHuklCitCfUT { width:17.5rem;height:3.375rem;top:105.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDDbkZ3AZ4PZP8ElbXPT2B688cQHonG2 { width:17.5rem;height:3.375rem;top:89.1875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Td03cHTredUaCl55cxvNCc8V5iIvwCeE { width:18.375rem;height:3.375rem;top:55.25rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQJFQsL2DHTtTFVzbZka46QMVJRJ8QSx { width:17.5rem;height:3.375rem;top:72.5625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLJmXDRVzXVh1BgFGURAtHMfe1UDTtMs { width:17.5rem;height:3.375rem;top:38.625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qH5EdLFBQJl8JutFr0hOIM6gJNq0elPi { display:block; }#qH5EdLFBQJl8JutFr0hOIM6gJNq0elPi > .row .container { width:20rem;height:34.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VqRCr2I3huTB7mMtS7Rp6Me0SIfTf22T { width:20rem;height:7.796875rem;top:1.5rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbMtEBPIAZ9tNic7hhdsgNbruKT8HH4n { width:6.8125rem;height:3.8125rem;top:2.3359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJ6IzUUQ5hPghKBoNRzSN6ABMtAgazfZ { width:4.6875rem;height:2.625rem;top:2.9296875rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJU38FtVsUCR0roxmOJzoR6C6h6pv5NI .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CJU38FtVsUCR0roxmOJzoR6C6h6pv5NI { display:flex;height:auto;width:15rem;top:9.29948425293rem;left:0rem; }
#CJU38FtVsUCR0roxmOJzoR6C6h6pv5NI .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #CJU38FtVsUCR0roxmOJzoR6C6h6pv5NI #aDH2f6sQ8btMCs0GAHybiiLx7tGKTeDF {  }
 }@media only screen and (max-width: 763px) { #CJU38FtVsUCR0roxmOJzoR6C6h6pv5NI #MW117J4T6nw0ghkf165nu5LFKO2TXp3D {  }
 }@media only screen and (max-width: 763px) { #CJU38FtVsUCR0roxmOJzoR6C6h6pv5NI #EOVny5l3cgT6kVJouhGJRGOvfXWVgTTX {  }
 }@media only screen and (max-width: 763px) { #CJU38FtVsUCR0roxmOJzoR6C6h6pv5NI #zPREtzNGfJL3KGuxpWAqSOub1eaFyoe9 {  }
 }@media only screen and (max-width: 763px) { #CJU38FtVsUCR0roxmOJzoR6C6h6pv5NI #motdrw5F5naBmbf4d1qLQSboSbKqUPhK {  }
 }@media only screen and (max-width: 763px) { #CJU38FtVsUCR0roxmOJzoR6C6h6pv5NI #nrdmOeC9c3OTEALmwPpEOlag6GQ5zFHH {  }
 }@media only screen and (max-width: 763px) { #CJU38FtVsUCR0roxmOJzoR6C6h6pv5NI #TSgLJxDTsscJKiZw2ITZQwH4oBo8HENA {  }
 }@media only screen and (max-width: 763px) { #CJU38FtVsUCR0roxmOJzoR6C6h6pv5NI #OV496d7zpmty7JnrnSAOLVFoUdH9EeI6 {  }
 }@media only screen and (max-width: 763px) { #CJU38FtVsUCR0roxmOJzoR6C6h6pv5NI #N8VSlGS8bbzEKhsuHMCTzQilDIAwHqoi {  }
 }@media only screen and (max-width: 763px) { #CJU38FtVsUCR0roxmOJzoR6C6h6pv5NI #w1CmVBBu6kZ2XfoPmImGRNFXFaD3e6QO {  }
 }@media only screen and (max-width: 763px) { #CJU38FtVsUCR0roxmOJzoR6C6h6pv5NI #CM46s3ES2IXwR6F8k077rqFBVt7fTqkD {  }
 }@media only screen and (max-width: 763px) { #CJU38FtVsUCR0roxmOJzoR6C6h6pv5NI #BcglMOUxK8OuShUdqJwDLDGqImoMHhvr {  }
 }@media only screen and (max-width: 763px) { #CJU38FtVsUCR0roxmOJzoR6C6h6pv5NI #pTVHCKJhNXeVhqpA7rNGATJ9pTsMmRKQ {  }
 }@media only screen and (max-width: 763px) { #CJU38FtVsUCR0roxmOJzoR6C6h6pv5NI #sKZDa7NoeuZWworEULeTFcLT1cctLE9W {  }
 }@media only screen and (max-width: 763px) { #CJU38FtVsUCR0roxmOJzoR6C6h6pv5NI #dK4to5bVFpPf1RP94Ptk27T1ApWuqJio {  }
 }@media only screen and (max-width: 763px) { #RBbO9aBZ1FEdTEwdMdOfewlOfiMUPcpt { width:20rem;height:12.894736842105rem;top:32.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #IORqbT1TnTS067dqrDsPBgiNFnpei32k { display:block; }#IORqbT1TnTS067dqrDsPBgiNFnpei32k > .row .container { width:20rem;height:66.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NWxffWLmrqAPMbBmNDwRNhkKQesAiz2i { width:20rem;height:6.578125rem;top:1.875rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VmWxPlH72zmSxrFp5pQphsZvf8Q3xOu3 { width:15.4375rem;height:1.13715rem;top:11rem;left:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZioKQMloGR5dJw2I8VlvFKIz7LLIWMH { display:flex;width:1.875rem;height:1.875rem;top:12.8125rem;left:2.4375rem; }
 }@media only screen and (max-width: 763px) { #RrW8ud7V2OTA9HCtc0WRa27OxvVMc5rO { display:flex;width:1.875rem;height:1.875rem;top:12.8125rem;left:4.3125rem; }
 }@media only screen and (max-width: 763px) { #EVQAC3pkSrLWm1TcKOSJNlBqrhqFmfDx { display:flex;width:1.875rem;height:1.875rem;top:12.8125rem;left:6.1875rem; }
 }@media only screen and (max-width: 763px) { #wVpw0962zcBlG96v4vc5bIHUrBVr7Qo3 { width:12.75rem;height:1.13715rem;top:25.625rem;left:2.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQIFh7Vy5giSqJoFTWtv8XMUe1p0zahT { width:12.75rem;height:1.13715rem;top:45.625rem;left:2rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKnuEWzrmbq834ivbBosQCFhrG40XvL4 { width:15.125rem;height:2.59895625rem;top:16.362846374512rem;left:2.4375000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXblkBK56WztfWISFP1TeyS7hevl5CE4 { width:15.75rem;height:11.6953125rem;top:49.984373092651rem;left:2.1250000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzFWrTdyLMpDXA1paZhQ4t1WuDBnZDkB { width:15.1875rem;height:10.3958125rem;top:29.937500953674rem;left:2.7812500596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkbHap9ZHS620iwiXG7JaR9W4Uqu2lR2 { width:17.875rem;height:12.75rem;top:9.9375rem;left:1.0625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7kgRLbozXtdvwTIdXUvuE5KoIG9ArJr { display:flex;width:1.875rem;height:1.875rem;top:12.8125rem;left:8rem; }
 }@media only screen and (max-width: 763px) { #kVz4ZX6cJG43NQHc1kTOrb0TXr8dhhlC { display:flex;width:1.875rem;height:1.875rem;top:27.375rem;left:4.5625rem; }
 }@media only screen and (max-width: 763px) { #G3HsMbpx8Re7pqiWgQnfDSE9dy2f9Pcf { display:flex;width:1.875rem;height:1.875rem;top:27.375rem;left:2.6875rem; }
 }@media only screen and (max-width: 763px) { #GSKK3mxmqfMddfqgLm8OANXp10Vbx3Ma { display:flex;width:1.875rem;height:1.875rem;top:27.375rem;left:6.4375rem; }
 }@media only screen and (max-width: 763px) { #wpqlkfGMeTSdbZoTXwULSVQ6lCl8ZW5k { display:flex;width:1.875rem;height:1.875rem;top:27.375rem;left:8.25rem; }
 }@media only screen and (max-width: 763px) { #nOVKpsw0MNhPK22fqzSekI7WFBM6GyXS { display:flex;width:1.875rem;height:1.875rem;top:47.375rem;left:2rem; }
 }@media only screen and (max-width: 763px) { #W9QDtg63d6udBpkVQQFHGw9KbMnwRwmh { display:flex;width:1.875rem;height:1.875rem;top:47.375rem;left:3.875rem; }
 }@media only screen and (max-width: 763px) { #uNsRX5PHMr3GZyN05IeTlHLeMl9Sx16e { display:flex;width:1.875rem;height:1.875rem;top:47.375rem;left:5.75rem; }
 }@media only screen and (max-width: 763px) { #nrnzwU2ETf6Sho1Al4fQdpeI1JAqAL9D { display:flex;width:1.875rem;height:1.875rem;top:47.375rem;left:7.5625rem; }
 }@media only screen and (max-width: 763px) { #MDDIkark9qyV5nB6Xegv9dtUTIrRcUTG { display:flex;width:1.875rem;height:1.875rem;top:47.375rem;left:9.4375rem; }
 }@media only screen and (max-width: 763px) { #zZXZpGca2FVygJDwy15g0PDClNccNT1H { width:17.875rem;height:17.875rem;top:24.562500953674rem;left:1.1250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #wETBlpKW4weSRrDFXHseHgPbmeJCDWdu { width:18.0625rem;height:19.5625rem;top:44.5625rem;left:1.0000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7PyyE50bXbLQvemDdpmnZKq4XT2MO18 { display:flex;width:1.5625rem;height:1.5625rem;top:27.5625rem;left:10.125rem; }
 }@media only screen and (max-width: 763px) { #RlC2wlpHLM4zRF07KXJFzyPPDsMu5Kqs { width:7.375rem;height:1.29948125rem;top:20.874132156372rem;left:11.312500536442rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sd8I8tsTUrf9X6OpQn037qe8uV2Tcye2 { width:7.375rem;height:1.29948125rem;top:40.818577766419rem;left:11.729166567326rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzFEyfWnTUgAzZlk6uBOd4y70ATwuL6A { width:7.375rem;height:1.29948125rem;top:62.374998092651rem;left:11.729166567326rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnAf3lLVb5ZlEObLzap7TgW5U83W6KPE { display:flex;width:1.875rem;height:1.875rem;top:79.835942126462rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #s14IPikoWWTkkoT8C8h8QRylxoWwcbLt { display:flex;width:1.875rem;height:1.875rem;top:12.812496185302rem;left:10.062500536442rem;z-index:15020; }
 }@media only screen and (max-width: 763px) { #U3Tkfkrh0OmywFcGSLwTvN0aPda9CRqX { display:block; }#U3Tkfkrh0OmywFcGSLwTvN0aPda9CRqX > .row .container { width:20rem;height:8.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IqHXpW469TQS0SrAqglUouorMBWAtS7b { width:20rem;height:6.8229375rem;top:1.375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Di5LW8DkXzh5sqkt8bSDInMHdrEfIikM { display:block; }#Di5LW8DkXzh5sqkt8bSDInMHdrEfIikM > .row .container { width:20rem;height:86.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SdT5leplg8HKCixkEhTwgK0EVbaKIzJx { width:19.625rem;height:13.0625rem;top:1.875rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqJsfi4eQBVZDxaMpG6vERshyyTxGeka { width:19.625rem;height:13.0625rem;top:29.375rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQD8Mw7xRPBcsZ9TE56QWCXg7gybEVEi { width:19.6875rem;height:13.1875rem;top:56.8125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qqz97o7Ov8zeGqV8yhWugScnXwo4NaZe { width:19.5625rem;height:13.6875rem;top:14.0625rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oncIcX0wsFMBtiRTxOpSDMFUMXGaesL0 { width:17.3125rem;height:2.59895625rem;top:14.937504768372rem;left:1.3437500596046rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iAQmKnHSE7dxv2p3yGoDRoZKia7hcTnQ { width:17.375rem;height:5.19791875rem;top:18.3125rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSAWFxRb8kcu5ZpLwbnsy9R06AgENu38 { width:19.5625rem;height:13.6875rem;top:41.625rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2RfwSaR8HWmcLG16u8KVm6LCpOhMIgD { width:17.3125rem;height:1.29948125rem;top:42.693586349487rem;left:1.3437500596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvtFSgQHGUQWxu4T4L3MyiqlgwqDhOIN { width:17.375rem;height:5.19791875rem;top:45.182281494141rem;left:1.3125000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rroCxfTNRVTbRrbZ2UabKh6ZZ4AG6cu0 { width:17.3125rem;height:2.59895625rem;top:71.125010013581rem;left:1.3437500596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kw81AppTvwoTd05WBySUyB45hnwHuHBl { width:17.375rem;height:5.19791875rem;top:74.994792938231rem;left:1.3125000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBKVmaGHe8dlJO0TkvnLwHh1rgBXMkdr { width:20rem;height:13.6875rem;top:70rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BegudR54SSsmp654hNPoQraM5qTwxAs1 { width:16.6875rem;height:3.1875rem;top:24.0625rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpIKxF2yuWZsrblQvWaK52JUFwDMzJP5 { display:block; }
 }@media only screen and (max-width: 763px) { #OhKoThvPwvcG1ssF5DqsLeQA3lFyvSSr { width:16.6875rem;height:3.1875rem;top:51.625rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZurACXh1TcZIVfnKo7AlQTAryaemp5b { display:block; }
 }@media only screen and (max-width: 763px) { #ebFpJp1FnXlFqnof82iItX4T8tw4bNaD { width:17.25rem;height:3.1875rem;top:80.192710876462rem;left:1.3750000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0TkbA72yXePDyZiPrK5SmeKIVxSfFpg { display:block; }
 }@media only screen and (max-width: 763px) { #Zf0wcOB2CuXKpN8XTXn8JvO6NVPo6996 { display:block; }#Zf0wcOB2CuXKpN8XTXn8JvO6NVPo6996 > .row .container { width:20rem;height:38rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TODzMtNetinoCHF2ePEOox6yxTqKN40Z { width:20rem;height:18.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WihXKv4LRJ1H7cC3dcnbGBp8SQnRWpfv { width:20rem;height:5.1171875rem;top:19.7666015625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sd2DC9LMb9S5TMhXW3ifxx3rP3ohnSGp { width:20rem;height:5.1171875rem;top:26.0283203125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wy3NNBrNakoCVHpJwoB2mXeSLV0eKzuO { width:17.5rem;height:3.4375rem;top:32.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCwgNX3LAArUDvX53JBSMslVtrcGtl0s { display:block; }
 }@media only screen and (max-width: 763px) { #d1a7c7aee23d57da84e8654e9d95c223 { display:block; }#d1a7c7aee23d57da84e8654e9d95c223 > .row .container { width:20rem;height:11.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d38179f42e0bdf9099eaf6bedae91ce3 { width:15.125rem;height:2.5rem;top:1.25rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AH8EyfxsHx12Hn9Ti1lZ2CL0FXLtDtEm { width:16.1875rem;height:3.41145625rem;top:5rem;left:1.875rem;font-size:0.875rem;display:block; }
 }