.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#000000;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); }#xJF4offDwG3RBMBp5KLwWcPPSz9fxi8O { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#091118;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#xJF4offDwG3RBMBp5KLwWcPPSz9fxi8O > .row .container { background-color: transparent; background-image: none; }#xJF4offDwG3RBMBp5KLwWcPPSz9fxi8O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xJF4offDwG3RBMBp5KLwWcPPSz9fxi8O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xJF4offDwG3RBMBp5KLwWcPPSz9fxi8O > .row .container > .video-iframe-container { display: none; }#xJF4offDwG3RBMBp5KLwWcPPSz9fxi8O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xJF4offDwG3RBMBp5KLwWcPPSz9fxi8O > .row > .video-iframe-container { display: none; }#xJF4offDwG3RBMBp5KLwWcPPSz9fxi8O > .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); }#xJF4offDwG3RBMBp5KLwWcPPSz9fxi8O > .row .container { border-width: 0; border-radius: 0; }#xJF4offDwG3RBMBp5KLwWcPPSz9fxi8O > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xJF4offDwG3RBMBp5KLwWcPPSz9fxi8O > .row .container { font-size:0.875rem;font-family:arial;height:5.125rem;width:75rem;position:relative;display:block; }#RGSeZpUXeTNCGNKkWAHv30AynmD9WSWU { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.75rem;height:1.3125rem;text-decoration:none;z-index:15009;text-align:left;text-align-last:left;top:1.8125rem;left:44.75rem;display:block; }
#tbGwwZqDTRq1vUqbzlcLP9McTQKkwWiD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zMwXgTGHlueBh32wyVX0dVO3Xt1vxn3Z { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:8.75rem;top:1.59375rem;left:8.6875rem;overflow:hidden;display:block; }
#N3d7IyIOcgqIgO0Dv8Fa6IfqWU5dfG6a { 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:15000;top:1.625rem;left:41.75rem; }
#N3d7IyIOcgqIgO0Dv8Fa6IfqWU5dfG6a > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#GUs3AMseakxpnV6F1ZsdA7PdTVfnJw6d { 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;top:1.625rem;left:65rem; }
#GUs3AMseakxpnV6F1ZsdA7PdTVfnJw6d > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#KG6n4aOtv6kd8GclfTqTmqMFd2cqHu7n { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;top:1.8125rem;left:62.6875rem; }
#KG6n4aOtv6kd8GclfTqTmqMFd2cqHu7n > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(0,0,0,0.9);background-image:none;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 > .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(0,0,0,0); }#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(0,0,0,0); }#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 > .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:48rem;width:75rem;overflow:visible;position:relative;display:block; }#u2TPVzikKzpgggcAcAhrMef2yhq2zNU8 { position:absolute;display:block;z-index:15012;height:12.5rem;width:12.5rem;top:0rem;left:31.25rem;display:block; }
#zVemFvEFdNBLRKyooPPfKhzuS9V6ETdB { color:#ffffff;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:3.5625rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:13.3125rem;left:0rem;height:7.8375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#p6W8zUHuPRlCv19iHxqatlTEqSZpaZOD .accordion-element-container { border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;flex-direction:column;align-items:center;background-color:#091118;background-image:none;vertical-align:top; }
#p6W8zUHuPRlCv19iHxqatlTEqSZpaZOD .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; }
#p6W8zUHuPRlCv19iHxqatlTEqSZpaZOD .accordion-heading-text { display:block;position:relative;width:100%;font-family:montserrat;font-weight:400;font-size:1.4375rem;color:#3eb470;font-style:normal;height:auto; }
#p6W8zUHuPRlCv19iHxqatlTEqSZpaZOD .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:montserrat;color:#ffffff; }
#p6W8zUHuPRlCv19iHxqatlTEqSZpaZOD .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_e68e0c49945382d7bd6d4b81e7a90dafdb41bfe0.svg");background-size:contain !important; }#p6W8zUHuPRlCv19iHxqatlTEqSZpaZOD .accordion-trigger.adaptive-delivery-prevent-bg, #p6W8zUHuPRlCv19iHxqatlTEqSZpaZOD .accordion-trigger.lazyload, #p6W8zUHuPRlCv19iHxqatlTEqSZpaZOD .accordion-trigger.lazyloading { background-image: none; }
#p6W8zUHuPRlCv19iHxqatlTEqSZpaZOD { box-sizing:content-box;height:auto;width:63.625rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15013;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:23.8125rem;left:4.4375rem; }
#p6W8zUHuPRlCv19iHxqatlTEqSZpaZOD #TnbtPwSd67H34qSQzqKM1TRUvlTrx8so { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#p6W8zUHuPRlCv19iHxqatlTEqSZpaZOD #msCa0MBSzCBlkJG4QIRxeJ9BJan3ROn4 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#p6W8zUHuPRlCv19iHxqatlTEqSZpaZOD #t4Z0PudJxKEhUc8BnbZ5rgKSAfhTovM8 { display:block;position:relative; }
#p6W8zUHuPRlCv19iHxqatlTEqSZpaZOD #H8hGML3Of0DRzhbkF2D8SsXX0RAVNut6 {  }
#p6W8zUHuPRlCv19iHxqatlTEqSZpaZOD #fvPqhZ5UsbcGRnWIhw3K21OrWTNivo2g {  }
#p6W8zUHuPRlCv19iHxqatlTEqSZpaZOD #wFVL4Hr1CZLC9VFBcJ2hDzABxHW1mDBm { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#p6W8zUHuPRlCv19iHxqatlTEqSZpaZOD #JmCNfmgERWE3MwUAWHcNO7zuv4dkwOCh { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#p6W8zUHuPRlCv19iHxqatlTEqSZpaZOD #SAPwh2AAAVnACm2ApGPWklso3LNnNcGz { display:block;position:relative; }
#p6W8zUHuPRlCv19iHxqatlTEqSZpaZOD #vLPWRv9t8rMG8mpmWluoorAObSHolhkA {  }
#p6W8zUHuPRlCv19iHxqatlTEqSZpaZOD #b4f7NfA14V5uNqevFT4b0BA9UOFPWPgE { display:none; }
#p6W8zUHuPRlCv19iHxqatlTEqSZpaZOD #qn7hwws9vgRbcqGIMDyTIwo3TLnsscsy { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#p6W8zUHuPRlCv19iHxqatlTEqSZpaZOD #ZytyzGpkT0ED5KtB1X6FJCKQuTzS9MBa { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#p6W8zUHuPRlCv19iHxqatlTEqSZpaZOD #HQgyFk5MxIrsQdAhQdkdQThG4w6VKQVf { display:block;position:relative; }
#p6W8zUHuPRlCv19iHxqatlTEqSZpaZOD #FNS1OdxGP0EN0a0MTwXCPFoJULEUFk1U {  }
#p6W8zUHuPRlCv19iHxqatlTEqSZpaZOD #SDqfLuT8rpcKgp2SEsWtsyC6RBmhUVCp { display:none; }
#p6W8zUHuPRlCv19iHxqatlTEqSZpaZOD #vFDx9zVvWETfS5QC7GKrJMH8RlfqPe8F { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#p6W8zUHuPRlCv19iHxqatlTEqSZpaZOD #X0xfzguROW1cNddVeXyybUK0sNcwe1kO { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#p6W8zUHuPRlCv19iHxqatlTEqSZpaZOD #pxT8MtWsPlWyhIykJiQnfCltreVsHUQG { display:block;position:relative; }
#p6W8zUHuPRlCv19iHxqatlTEqSZpaZOD #TZ0uEQ8lLT6lsIQTTgmapN6x5XCOPrZI {  }
#p6W8zUHuPRlCv19iHxqatlTEqSZpaZOD #RLe3uh9H0wWHalplwJfdJMvTT0Zw9QeS { display:none; }
#vtc4XZ7TznyB5qU6RUkQQ078riSOUKZf { box-sizing:content-box;height:0.0625rem;width:6.25rem;position:absolute;display:block;z-index:15014;background-color:#26e890;background-image:none;top:46.1875rem;left:34.375rem;display:block; }
#ytCLiXrq7hGsIf4w9OhNtVNuKeLGF8mZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#ytCLiXrq7hGsIf4w9OhNtVNuKeLGF8mZ > .row .container { background-color: transparent; background-image: none; }#ytCLiXrq7hGsIf4w9OhNtVNuKeLGF8mZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ytCLiXrq7hGsIf4w9OhNtVNuKeLGF8mZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ytCLiXrq7hGsIf4w9OhNtVNuKeLGF8mZ > .row .container > .video-iframe-container { display: none; }#ytCLiXrq7hGsIf4w9OhNtVNuKeLGF8mZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ytCLiXrq7hGsIf4w9OhNtVNuKeLGF8mZ > .row > .video-iframe-container { display: none; }#ytCLiXrq7hGsIf4w9OhNtVNuKeLGF8mZ > .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); }#ytCLiXrq7hGsIf4w9OhNtVNuKeLGF8mZ > .row .container { border-width: 0; border-radius: 0; }#ytCLiXrq7hGsIf4w9OhNtVNuKeLGF8mZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ytCLiXrq7hGsIf4w9OhNtVNuKeLGF8mZ > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#wJtFqIUx1Lqrugr72PvTBWV0WMQEFqzi { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:8.9375rem;top:7.84375rem;left:4.90625rem;overflow:hidden;display:block; }
#JVZ9VHVkcb8Vk1ZTysTWeR2GvCHeta0u { 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:2.1875rem;width:11.75rem;top:8.28125rem;left:22.25rem;overflow:hidden;display:block; }
#LqzdqyOEVnRCmV25mBi4STmz3ndHLZgG { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:11rem;top:8rem;left:41.375rem;overflow:hidden;display:block; }
#TWGa4uABc7VJQPDPoKWq4y5C7OGFbdCv { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:7.1875rem;top:7rem;left:62.03125rem;overflow:hidden;display:block; }
#w392WVTr5oH9hoEJT7kumFkmpr4mB4Jn { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:12.15625rem;left:3.125rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#h6DfKTgUIMzNQ1GWQv2AbwmhAGJc2O2G { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:12.15625rem;left:21.875rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#yFxlb7kXWuUCvaHyMOMGkIsyKQeQuwpu { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:12.15625rem;left:40.625rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#ET15kgpD2HkmoNgNxwg2kMixlIZ3TElT { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:12.15625rem;left:59.375rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#Jk4fRLLi98ySaWDWQ760kz2LTOOgfgr5 { color:#ffffff;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:2.1875rem;left:0rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#us6yCnvS1qP7mFbwZdv9HG4hLS9VaznI { color:#ffffff;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:16.1875rem;left:0rem;height:1.21875rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#i2lKGgzk4ysETBgJ2yTrr3PIsv3aF24D { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/bbe8e76b-e049-4414-a357-6e4ee0ce1275/AdobeStock_1173535275_W.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#i2lKGgzk4ysETBgJ2yTrr3PIsv3aF24D.adaptive-delivery-prevent-bg, #i2lKGgzk4ysETBgJ2yTrr3PIsv3aF24D.lazyload, #i2lKGgzk4ysETBgJ2yTrr3PIsv3aF24D.lazyloading { background-image: none; }#i2lKGgzk4ysETBgJ2yTrr3PIsv3aF24D > .row .container { background-color: transparent; background-image: none; }#i2lKGgzk4ysETBgJ2yTrr3PIsv3aF24D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #091118; }#i2lKGgzk4ysETBgJ2yTrr3PIsv3aF24D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i2lKGgzk4ysETBgJ2yTrr3PIsv3aF24D > .row .container > .video-iframe-container { display: none; }#i2lKGgzk4ysETBgJ2yTrr3PIsv3aF24D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #091118; }#i2lKGgzk4ysETBgJ2yTrr3PIsv3aF24D > .row > .video-iframe-container { display: none; }#i2lKGgzk4ysETBgJ2yTrr3PIsv3aF24D > .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); }#i2lKGgzk4ysETBgJ2yTrr3PIsv3aF24D > .row .container { border-width: 0; border-radius: 0; }#i2lKGgzk4ysETBgJ2yTrr3PIsv3aF24D::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; }#i2lKGgzk4ysETBgJ2yTrr3PIsv3aF24D > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#i2lKGgzk4ysETBgJ2yTrr3PIsv3aF24D > .row .container { font-size:0.875rem;font-family:arial;height:29.5625rem;width:75rem;position:relative;display:block; }#mpPbe4a0nvRB6Znpz98s22sKuoegPQCk { color:#ffffff;display:block;width:36.9375rem;position:absolute;font-family:montserrat;font-size:2.375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:3.8125rem;left:35.0625rem;height:6.175rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#U29C3CZsWiXKZ7pB4s8IXCvmTsEIPWNt { color:#ffffff;display:block;width:37.1875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:11.375rem;left:35.0625rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Nk4sFytillTswkzBD6GL2RvKEymJsqPq { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:19.9375rem;width:28.125rem;top:4.8125rem;left:3.0625rem;overflow:hidden;display:block; }
#N8ToPGTVXcMADwqvUnQbDwGQnWq6Tuo8 .widget-form-header {  }
#N8ToPGTVXcMADwqvUnQbDwGQnWq6Tuo8 .widget-regular-label { height:auto;display:block;font-family:montserrat;font-size:0.875rem;font-weight:bold;color:#ffffff;width:36.5rem;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; }
#N8ToPGTVXcMADwqvUnQbDwGQnWq6Tuo8 .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;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;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:36.5rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:montserrat;vertical-align:top; }
#N8ToPGTVXcMADwqvUnQbDwGQnWq6Tuo8 .widget-input-text {padding-top: 0; padding-bottom: 0;}#N8ToPGTVXcMADwqvUnQbDwGQnWq6Tuo8 .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;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;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:36.5rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:montserrat;vertical-align:top; }
#N8ToPGTVXcMADwqvUnQbDwGQnWq6Tuo8 .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:36.5rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:montserrat;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#N8ToPGTVXcMADwqvUnQbDwGQnWq6Tuo8 .widget-input-select {padding-top: 0; padding-bottom: 0;}#N8ToPGTVXcMADwqvUnQbDwGQnWq6Tuo8 .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; }
#N8ToPGTVXcMADwqvUnQbDwGQnWq6Tuo8 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#N8ToPGTVXcMADwqvUnQbDwGQnWq6Tuo8 .widget-input-button { border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;background-color:#091118;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #26e890;border-left:0.0625rem solid #26e890;border-right:0.0625rem solid #26e890;border-bottom:0.0625rem solid #26e890;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:3.3125rem;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#ffffff;width:33.1875rem;height:3.5625rem;font-family:montserrat;overflow:hidden; }
#N8ToPGTVXcMADwqvUnQbDwGQnWq6Tuo8 [class*="-text"]:-moz-placeholder { color:#686868;font-family:montserrat;font-size:0.875rem; }
#N8ToPGTVXcMADwqvUnQbDwGQnWq6Tuo8 [class*="-text"]::-moz-placeholder { color:#686868;font-family:montserrat;font-size:0.875rem; }
#N8ToPGTVXcMADwqvUnQbDwGQnWq6Tuo8 [class*="-text"]:-ms-input-placeholder { color:#686868;font-family:montserrat;font-size:0.875rem; }
#N8ToPGTVXcMADwqvUnQbDwGQnWq6Tuo8 [class*="-text"]::-webkit-input-placeholder { color:#686868;font-family:montserrat;font-size:0.875rem; }
#N8ToPGTVXcMADwqvUnQbDwGQnWq6Tuo8 .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:montserrat;line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:35.3125rem;overflow:hidden;font-style:normal;float:none; }
#N8ToPGTVXcMADwqvUnQbDwGQnWq6Tuo8 .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; }
#N8ToPGTVXcMADwqvUnQbDwGQnWq6Tuo8 .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:montserrat;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#N8ToPGTVXcMADwqvUnQbDwGQnWq6Tuo8 .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#N8ToPGTVXcMADwqvUnQbDwGQnWq6Tuo8 .widget-container:first-of-type{padding-top:0;}#N8ToPGTVXcMADwqvUnQbDwGQnWq6Tuo8 .widget-container:last-of-type{padding-bottom:0;}#N8ToPGTVXcMADwqvUnQbDwGQnWq6Tuo8  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:36.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15012;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:16.875rem;left:33.6875rem; }
#N8ToPGTVXcMADwqvUnQbDwGQnWq6Tuo8 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:36.5rem;display:block;vertical-align:top; }
#N8ToPGTVXcMADwqvUnQbDwGQnWq6Tuo8 .widget-info-text { display:block;height:auto;font-family:montserrat;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; }
#N8ToPGTVXcMADwqvUnQbDwGQnWq6Tuo8 {display:block;}#N8ToPGTVXcMADwqvUnQbDwGQnWq6Tuo8 { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:36.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15012;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:16.875rem;left:33.6875rem; }
#N8ToPGTVXcMADwqvUnQbDwGQnWq6Tuo8 #kpuBABHTRrctRicrAZ9OfGWXHKcWkSVi { position:relative; }
#N8ToPGTVXcMADwqvUnQbDwGQnWq6Tuo8 #aSHzmCtThLCi0fzT7TKXga4h58foJfnG { position:relative;display:none; }
#N8ToPGTVXcMADwqvUnQbDwGQnWq6Tuo8 #QPoRNeyK5DebotyflKqKmPJzTy54KZIr { position:relative; }
#N8ToPGTVXcMADwqvUnQbDwGQnWq6Tuo8 #yn8Pl43nqfxqD9E4KXAQCWckwMfiLwfG { position:relative; }
#N8ToPGTVXcMADwqvUnQbDwGQnWq6Tuo8 #QKNH25cpVuiLdgbOwUssLlWFXaVyfZww { position:relative; }
#hmqdDHvKdEiNbCprfHhsmFuC2kXH8PzT { position:relative;display:block; }#hmqdDHvKdEiNbCprfHhsmFuC2kXH8PzT { background-color: transparent; background-image: none; }#hmqdDHvKdEiNbCprfHhsmFuC2kXH8PzT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hmqdDHvKdEiNbCprfHhsmFuC2kXH8PzT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hmqdDHvKdEiNbCprfHhsmFuC2kXH8PzT > .row .container > .video-iframe-container { display: none; }#hmqdDHvKdEiNbCprfHhsmFuC2kXH8PzT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hmqdDHvKdEiNbCprfHhsmFuC2kXH8PzT > .row > .video-iframe-container { display: none; }#hmqdDHvKdEiNbCprfHhsmFuC2kXH8PzT > .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); }#hmqdDHvKdEiNbCprfHhsmFuC2kXH8PzT { border-width: 0; border-radius: 0; }#hmqdDHvKdEiNbCprfHhsmFuC2kXH8PzT > .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; }#hmqdDHvKdEiNbCprfHhsmFuC2kXH8PzT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;font-size:0.875rem;font-family:arial;height:72.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; }#iUl4mmxpMTOJUFfkWzJEEezuOhxwTQeX { color:#ffffff;display:block;width:60.6875rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:54.5625rem;left:7.375rem;height:10.725rem;text-align:left;text-align-last:left;display:block; }
#ED5SRNtSS7OxayGkH4aMiuomQ100cpPV { box-sizing:content-box;height:30.625rem;width:74.9375rem;position:absolute;display:block;z-index:14998;background-color:transparent;background-image: -webkit-linear-gradient(355deg, rgba(0,0,0,0), #0f1a2a);background-image: -moz-linear-gradient(355deg, rgba(0,0,0,0), #0f1a2a);background-image: -ms-linear-gradient(355deg, rgba(0,0,0,0), #0f1a2a);background-image: -o-linear-gradient(355deg, rgba(0,0,0,0), #0f1a2a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0f1a2a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0f1a2a' );";background-image: linear-gradient(355deg, rgba(0,0,0,0), #0f1a2a);background-size:auto !important;top:39.5625rem;left:0.0625rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;border-top:0.0625rem solid #1e3243;border-left:0.0625rem solid #1e3243;border-right:0;border-bottom:0;box-shadow: none;display:block; }
#p6lF8uzCOfJyX4oJ3NH7TpHbEys5IQxy { color:#ffffff;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:3.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.47);top:3.375rem;left:0rem;height:4.225rem;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; }
#igsOPQ2DCTtKnpKOEsGLxJQ5TriKTG7e { color:rgba(255,255,255,0.05);display:block;width:50.4375rem;position:absolute;font-family:montserrat;font-size:7.625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:41.6875rem;left:4.625rem;height:9.9125rem;font-style:normal;text-align:left;text-align-last:left;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; }
#ON60UwJTdn6DzBuEl7ofKBQr90BQRTsa { color:#26e890;display:block;width:52.0625rem;position:absolute;font-family:montserrat;font-size:3.5rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.47);top:47.1875rem;left:7.0625rem;height:4.55rem;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; }
#D9A16cmyNuIvMXSRUOMTBTH9L6GqREqC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:9.875rem;width:9.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:41.6875rem;left:61.125rem; }
#tCfKsrKLihxciubCb6pX7kxGra6RJbKK { color:#ffffff;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.47);top:8rem;left:0rem;height:2.03125rem;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; }
#hNFPD5ihgE6TyfyoEQTozsn6uNGXQvmF { color:#ffffff;display:block;width:47.625rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.47);top:14.5rem;left:13.6875rem;height:17.0625rem;font-style:normal;text-align:left;text-align-last:left;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; }
#aFAJo0zBGgX6NgvCaI2C1uiiNnQ9qFRS { position:relative;display:block; }#aFAJo0zBGgX6NgvCaI2C1uiiNnQ9qFRS { background-color: transparent; background-image: none; }#aFAJo0zBGgX6NgvCaI2C1uiiNnQ9qFRS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aFAJo0zBGgX6NgvCaI2C1uiiNnQ9qFRS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aFAJo0zBGgX6NgvCaI2C1uiiNnQ9qFRS > .row .container > .video-iframe-container { display: none; }#aFAJo0zBGgX6NgvCaI2C1uiiNnQ9qFRS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aFAJo0zBGgX6NgvCaI2C1uiiNnQ9qFRS > .row > .video-iframe-container { display: none; }#aFAJo0zBGgX6NgvCaI2C1uiiNnQ9qFRS > .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); }#aFAJo0zBGgX6NgvCaI2C1uiiNnQ9qFRS { border-width: 0; border-radius: 0; }#aFAJo0zBGgX6NgvCaI2C1uiiNnQ9qFRS > .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; }#aFAJo0zBGgX6NgvCaI2C1uiiNnQ9qFRS > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;font-size:0.875rem;font-family:arial;height:103.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#eTIakSIyhFMMsOnibOlz2ETK5xcEFdcs { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:60.6875rem;width:75rem;top:15.3125rem;left:0rem;overflow:hidden;display:block; }
#lwwSbsTKwNHa2sHamTlOCFtwnNnul8XH { color:#999999;display:block;width:26.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:97.75rem;left:24.0625rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#Mlfq4KvXFCuEXWS9TcfnrT9Ellefu4VV { color:#ffffff;display:block;width:53.625rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:79.6875rem;left:10.6875rem;height:7.475rem;text-align:center;text-align-last:center;display:block; }
#zerd38RlzWsQSIA5bIgEhXplFtaotg9G { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:15.625rem;width:15.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:14998;opacity:1;top:81.25rem;left:1.8125rem; }
#bLxXa1x2w2FTUWJm9hTf9fMtUqW1ZRd5 { color:rgba(255,255,255,0.05);display:block;width:50.4375rem;position:absolute;font-family:montserrat;font-size:7.625rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:2.3125rem;left:3.875rem;height:9.9125rem;font-style:normal;text-align:left;text-align-last:left;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; }
#dy8LHPiIztpxOgo7srEKkMQs1KJlvACg { color:#26e890;display:block;width:50.25rem;position:absolute;font-family:montserrat;font-size:3.5rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.47);top:7.7373046875rem;left:6.75rem;height:4.55rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wa169NMUgW2NJ9C2xSaTxh4gVoe39ICH { z-index:15004;top:92.875rem;left:22.25rem;background-color:transparent;background-image: -webkit-linear-gradient(157deg, rgba(0,0,0,0), rgba(38,232,188,0.26));background-image: -moz-linear-gradient(157deg, rgba(0,0,0,0), rgba(38,232,188,0.26));background-image: -ms-linear-gradient(157deg, rgba(0,0,0,0), rgba(38,232,188,0.26));background-image: -o-linear-gradient(157deg, rgba(0,0,0,0), rgba(38,232,188,0.26));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#26e8bc42' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#26e8bc42' );";background-image: linear-gradient(157deg, rgba(0,0,0,0), rgba(38,232,188,0.26));background-size:auto !important;border-top:0.125rem solid #26e890;border-left:0.125rem solid #26e890;border-right:0.125rem solid #26e890;border-bottom:0.125rem solid #26e890;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(38,232,144,0.12) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.5625rem rgba(0,0,0,0.7);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.5625rem;height:4.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Jcc1zy2vVfeu1qQo1fukVtydni96Erqx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aNlULw5KfwvXscZEc3ZMGUPCentoidsD { 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:209.9375rem;width:68.25rem;display:none; }
#XkIzUN4SN1awlhWMJBKsOaga3HATZz4b { box-sizing:content-box;height:100.3125rem;width:75.125rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(210deg, #0f1a2a, rgba(0,0,0,0));background-image: -moz-linear-gradient(210deg, #0f1a2a, rgba(0,0,0,0));background-image: -ms-linear-gradient(210deg, #0f1a2a, rgba(0,0,0,0));background-image: -o-linear-gradient(210deg, #0f1a2a, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f1a2a', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f1a2a', endColorstr='#00000000' );";background-image: linear-gradient(210deg, #0f1a2a, rgba(0,0,0,0));background-size:auto !important;top:0.6875rem;left:0.01171875rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;border-top:0.0625rem solid #1e3243;border-left:0.0625rem solid #1e3243;border-right:0;border-bottom:0;box-shadow: none;display:block; }
#wsRFUr92u0i6H7aeGHwymLIrWQ6KwyAN { position:relative;display:block; }#wsRFUr92u0i6H7aeGHwymLIrWQ6KwyAN { background-color: transparent; background-image: none; }#wsRFUr92u0i6H7aeGHwymLIrWQ6KwyAN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wsRFUr92u0i6H7aeGHwymLIrWQ6KwyAN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wsRFUr92u0i6H7aeGHwymLIrWQ6KwyAN > .row .container > .video-iframe-container { display: none; }#wsRFUr92u0i6H7aeGHwymLIrWQ6KwyAN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wsRFUr92u0i6H7aeGHwymLIrWQ6KwyAN > .row > .video-iframe-container { display: none; }#wsRFUr92u0i6H7aeGHwymLIrWQ6KwyAN > .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); }#wsRFUr92u0i6H7aeGHwymLIrWQ6KwyAN { border-width: 0; border-radius: 0; }#wsRFUr92u0i6H7aeGHwymLIrWQ6KwyAN > .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; }#wsRFUr92u0i6H7aeGHwymLIrWQ6KwyAN > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;font-size:0.875rem;font-family:arial;height:34.125rem;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; }#GUXrPrOu6ZwJzdSJ7aqIVw4atOUfth6p { box-sizing:content-box;height:31.5rem;width:75rem;position:absolute;display:block;z-index:14998;background-color:transparent;background-image: -webkit-linear-gradient(355deg, rgba(0,0,0,0), #0f1a2a);background-image: -moz-linear-gradient(355deg, rgba(0,0,0,0), #0f1a2a);background-image: -ms-linear-gradient(355deg, rgba(0,0,0,0), #0f1a2a);background-image: -o-linear-gradient(355deg, rgba(0,0,0,0), #0f1a2a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0f1a2a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0f1a2a' );";background-image: linear-gradient(355deg, rgba(0,0,0,0), #0f1a2a);background-size:auto !important;top:0rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;border-top:0rem solid #26e890;border-left:0.0625rem solid #1e3243;border-right:0rem solid #26e890;border-bottom:0.0625rem solid #1e3243;box-shadow: none;display:block; }
#yVRbmlNZCTLtA6T3BsdDvcfv5LuqDRuS { color:#26e890;display:block;width:50.25rem;position:absolute;font-family:montserrat;font-size:3.5rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.47);top:8.625rem;left:7.78125rem;height:4.55rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dsN0mGAptAQEEtwXOBfHnemncfrSJaIO { color:#ffffff;display:block;width:59.1875rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:15.625rem;left:7.90625rem;height:8.9375rem;text-align:left;text-align-last:left;display:block; }
#g8bKdxVshDlywiBTOHWr2pHBXJtMOUWT { color:rgba(255,255,255,0.09);display:block;width:50.4375rem;position:absolute;font-family:montserrat;font-size:7.625rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:3.04296875rem;left:5.1875rem;height:9.9125rem;font-style:normal;text-align:left;text-align-last:left;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; }
#L8PkTDdTt0iG0y7i5OFuTikdNxJ40u81 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:11.375rem;width:11.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:14999;opacity:1;top:2.3115234375rem;left:62.5rem; }
#ledBf08QSQmwBIByMZI6q5nQrAD1b671 { position:relative;display:block; }#ledBf08QSQmwBIByMZI6q5nQrAD1b671 { background-color: transparent; background-image: none; }#ledBf08QSQmwBIByMZI6q5nQrAD1b671::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ledBf08QSQmwBIByMZI6q5nQrAD1b671 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ledBf08QSQmwBIByMZI6q5nQrAD1b671 > .row .container > .video-iframe-container { display: none; }#ledBf08QSQmwBIByMZI6q5nQrAD1b671 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ledBf08QSQmwBIByMZI6q5nQrAD1b671 > .row > .video-iframe-container { display: none; }#ledBf08QSQmwBIByMZI6q5nQrAD1b671 > .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); }#ledBf08QSQmwBIByMZI6q5nQrAD1b671 { border-width: 0; border-radius: 0; }#ledBf08QSQmwBIByMZI6q5nQrAD1b671 > .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; }#ledBf08QSQmwBIByMZI6q5nQrAD1b671 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;font-size:0.875rem;font-family:arial;height:37.3125rem;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; }#Mute5FSr7oQbKhTHGp5iaC79wcO1Nypq { color:#ffffff;display:block;width:58.3125rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:19.875rem;left:8.34375rem;height:8.9375rem;text-align:left;text-align-last:left;display:block; }
#eQqpGtiO8ySLVTxUWWAZvNaAdryUPzCV { box-sizing:content-box;height:35.125rem;width:75rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(210deg, #0f1a2a, rgba(0,0,0,0));background-image: -moz-linear-gradient(210deg, #0f1a2a, rgba(0,0,0,0));background-image: -ms-linear-gradient(210deg, #0f1a2a, rgba(0,0,0,0));background-image: -o-linear-gradient(210deg, #0f1a2a, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f1a2a', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f1a2a', endColorstr='#00000000' );";background-image: linear-gradient(210deg, #0f1a2a, rgba(0,0,0,0));background-size:auto !important;top:0rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;border-top:0.0625rem solid #1e3243;border-left:0.0625rem solid #1e3243;border-right:0;border-bottom:0;box-shadow: none;display:block; }
#opU7cpPOLlREKbzeco4VfmBJCA3gqEKF { color:rgba(255,255,255,0.07);display:block;width:50.4375rem;position:absolute;font-family:montserrat;font-size:7.625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:2.91796875rem;left:4.6875rem;height:9.9125rem;font-style:normal;text-align:left;text-align-last:left;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; }
#T62FHWP45DUy4It2DbJmuLzfLA6Z7UUC { color:#26e890;display:block;width:50.25rem;position:absolute;font-family:montserrat;font-size:3.5rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.47);top:8.3427734375rem;left:7.90625rem;height:4.55rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#k0mKmT205NE4XEZ4NwCxTLoPmResyTm7 { color:#ffffff;display:block;width:23.375rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.47);top:12.330078125rem;left:31.0625rem;height:2.6rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#sDVUFIh6WVS2PQMyVPhLhE8tt2NFk0Ny { position:relative;display:block; }#sDVUFIh6WVS2PQMyVPhLhE8tt2NFk0Ny { background-color: transparent; background-image: none; }#sDVUFIh6WVS2PQMyVPhLhE8tt2NFk0Ny::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sDVUFIh6WVS2PQMyVPhLhE8tt2NFk0Ny > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sDVUFIh6WVS2PQMyVPhLhE8tt2NFk0Ny > .row .container > .video-iframe-container { display: none; }#sDVUFIh6WVS2PQMyVPhLhE8tt2NFk0Ny > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sDVUFIh6WVS2PQMyVPhLhE8tt2NFk0Ny > .row > .video-iframe-container { display: none; }#sDVUFIh6WVS2PQMyVPhLhE8tt2NFk0Ny > .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); }#sDVUFIh6WVS2PQMyVPhLhE8tt2NFk0Ny { border-width: 0; border-radius: 0; }#sDVUFIh6WVS2PQMyVPhLhE8tt2NFk0Ny > .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; }#sDVUFIh6WVS2PQMyVPhLhE8tt2NFk0Ny > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;font-size:0.875rem;font-family:arial;height:40.6875rem;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; }#V5kKPSgHgt4eT8U3tR7lEX9wJvQ2w0nn { box-sizing:content-box;height:38.4375rem;width:75rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(355deg, rgba(0,0,0,0), #0f1a2a);background-image: -moz-linear-gradient(355deg, rgba(0,0,0,0), #0f1a2a);background-image: -ms-linear-gradient(355deg, rgba(0,0,0,0), #0f1a2a);background-image: -o-linear-gradient(355deg, rgba(0,0,0,0), #0f1a2a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0f1a2a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0f1a2a' );";background-image: linear-gradient(355deg, rgba(0,0,0,0), #0f1a2a);background-size:auto !important;top:0rem;left:-0.0625rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;border-top:0;border-left:0;border-right:0.0625rem solid #1e3243;border-bottom:0.0625rem solid #1e3243;box-shadow: none;display:block; }
#iMTimOSoXILsRx2FCNbUOeFxfvyFAGBi { color:rgba(255,255,255,0.07);display:block;width:50.4375rem;position:absolute;font-family:montserrat;font-size:7.625rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:2.91796875rem;left:4.8125rem;height:9.9125rem;font-style:normal;text-align:left;text-align-last:left;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; }
#wiOQR1m7Nk3qZKSHxf1q9luuTTUDoQRz { color:#26e890;display:block;width:58.0625rem;position:absolute;font-family:montserrat;font-size:3.5rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.47);top:8.3427734375rem;left:8.28125rem;height:4.55rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dOT17RXG6wOTZfa7KroEKqXudSVNGxL8 { color:#ffffff;display:block;width:19.875rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.47);top:12.142578125rem;left:39.3125rem;height:2.6rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#vGH1Sr84CCQzgbam2GdTZ5KiHdUkdnEX { color:#ffffff;display:block;width:58.1875rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:19.75rem;left:8.40625rem;height:10.725rem;text-align:left;text-align-last:left;display:block; }
#GaWNKkzLNTmAgAbtTV0QwmnkBE4iVNri { position:relative;display:block; }#GaWNKkzLNTmAgAbtTV0QwmnkBE4iVNri { background-color: transparent; background-image: none; }#GaWNKkzLNTmAgAbtTV0QwmnkBE4iVNri::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GaWNKkzLNTmAgAbtTV0QwmnkBE4iVNri > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GaWNKkzLNTmAgAbtTV0QwmnkBE4iVNri > .row .container > .video-iframe-container { display: none; }#GaWNKkzLNTmAgAbtTV0QwmnkBE4iVNri > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GaWNKkzLNTmAgAbtTV0QwmnkBE4iVNri > .row > .video-iframe-container { display: none; }#GaWNKkzLNTmAgAbtTV0QwmnkBE4iVNri > .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); }#GaWNKkzLNTmAgAbtTV0QwmnkBE4iVNri { border-width: 0; border-radius: 0; }#GaWNKkzLNTmAgAbtTV0QwmnkBE4iVNri > .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; }#GaWNKkzLNTmAgAbtTV0QwmnkBE4iVNri > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;font-size:0.875rem;font-family:arial;height:65.9375rem;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; }#FZkQWpPwvS03uPOodRWNCdixavwXCaZw { color:#ffffff;display:block;width:44.875rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1rem;left:15.0625rem;height:8.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Gp47d1QA1BNQwTaQzWho8M4Jp75OsW6x { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:44.75rem;width:44.75rem;top:17.75rem;left:15.125rem;overflow:hidden;display:block; }
#VRgegRaU5y3CHPr9czhNPc6r5mdODkRA { z-index:15005;top:11.174218744039rem;left:22.46875rem;background-color:transparent;background-image: -webkit-linear-gradient(157deg, rgba(0,0,0,0), rgba(38,232,188,0.26));background-image: -moz-linear-gradient(157deg, rgba(0,0,0,0), rgba(38,232,188,0.26));background-image: -ms-linear-gradient(157deg, rgba(0,0,0,0), rgba(38,232,188,0.26));background-image: -o-linear-gradient(157deg, rgba(0,0,0,0), rgba(38,232,188,0.26));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#26e8bc42' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#26e8bc42' );";background-image: linear-gradient(157deg, rgba(0,0,0,0), rgba(38,232,188,0.26));background-size:auto !important;border-top:0.125rem solid #26e890;border-left:0.125rem solid #26e890;border-right:0.125rem solid #26e890;border-bottom:0.125rem solid #26e890;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(38,232,144,0.12) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.5625rem rgba(0,0,0,0.7);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.9875rem;height:3.9875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Z6UzkqaJ0oBi203DLtv2m5HAz7fuVKOT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fQsJft9wOn8ZGU3ktIHUX5f65Hpzl257 { position:relative;display:block; }#fQsJft9wOn8ZGU3ktIHUX5f65Hpzl257 { background-color: transparent; background-image: none; }#fQsJft9wOn8ZGU3ktIHUX5f65Hpzl257::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fQsJft9wOn8ZGU3ktIHUX5f65Hpzl257 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fQsJft9wOn8ZGU3ktIHUX5f65Hpzl257 > .row .container > .video-iframe-container { display: none; }#fQsJft9wOn8ZGU3ktIHUX5f65Hpzl257 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fQsJft9wOn8ZGU3ktIHUX5f65Hpzl257 > .row > .video-iframe-container { display: none; }#fQsJft9wOn8ZGU3ktIHUX5f65Hpzl257 > .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); }#fQsJft9wOn8ZGU3ktIHUX5f65Hpzl257 { border-width: 0; border-radius: 0; }#fQsJft9wOn8ZGU3ktIHUX5f65Hpzl257 > .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; }#fQsJft9wOn8ZGU3ktIHUX5f65Hpzl257 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;font-size:0.875rem;font-family:arial;height:32.75rem;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; }#fAoEeZxETe4uum4dati26tmAaUe0FUfC { color:#ffffff;display:block;width:37.8125rem;position:absolute;font-family:montserrat;font-size:2.5625rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:2.9375rem;left:18.59375rem;height:3.33125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ebUhWwI5RJNn8JTGdFZy4tohr98XHS8y { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:12.1875rem;width:20.6875rem;top:8.9375rem;left:2.15625rem;display:block; }
#bEiTzs0psid55e1HhNOEy22dnDsE8iqH { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:12.1875rem;width:20.6875rem;top:8.9375rem;left:27.15625rem;display:block; }
#u9bRZtbUu3X3qTCrJHbOOo07AdEfdqoe { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:12.1875rem;width:20.6875rem;top:8.9375rem;left:52.15625rem;display:block; }
#fUGwKKFRE8kT6S5kMhTFlkBuqXdh4hzG { color:#ffffff;display:block;width:49.625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:25.8125rem;left:12.6875rem;height:4.14375rem;text-align:center;text-align-last:center;display:block; }
#hHsgtb4eA4NNR30S7QW3EZOhipTBJ86O { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#091118;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; }#hHsgtb4eA4NNR30S7QW3EZOhipTBJ86O > .row .container { background-color: transparent; background-image: none; }#hHsgtb4eA4NNR30S7QW3EZOhipTBJ86O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hHsgtb4eA4NNR30S7QW3EZOhipTBJ86O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hHsgtb4eA4NNR30S7QW3EZOhipTBJ86O > .row .container > .video-iframe-container { display: none; }#hHsgtb4eA4NNR30S7QW3EZOhipTBJ86O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hHsgtb4eA4NNR30S7QW3EZOhipTBJ86O > .row > .video-iframe-container { display: none; }#hHsgtb4eA4NNR30S7QW3EZOhipTBJ86O > .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); }#hHsgtb4eA4NNR30S7QW3EZOhipTBJ86O > .row .container { border-width: 0; border-radius: 0; }#hHsgtb4eA4NNR30S7QW3EZOhipTBJ86O > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hHsgtb4eA4NNR30S7QW3EZOhipTBJ86O > .row .container { font-size:0.875rem;font-family:arial;height:48.6875rem;width:75rem;position:relative;display:block; }#WHyimFagcsZOKOSZ3ava5Izo76LSRSoC { color:#ffffff;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:5.138671875rem;left:0rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XGJnS6USpVE8VSJaNhBpPTBQiVE9wTf1 { position:absolute;display:block;z-index:15011;background-color:#3eb470;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.125rem;width:2.5rem;top:10.6875rem;left:36.25rem;display:block; }
#pLXTpHVQqlVvhV1L2buXe6OvTeUJmf8H { position:absolute;display:block;z-index:15000;background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:15.0625rem;width:18.9375rem;top:13rem;left:7.5rem;display:block; }
#ATIc7d0fvzHBbeW1GdcD4HrQKgR0wyBA { color:#a9a6a7;display:block;width:17.5rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:15011;line-height:1.4;letter-spacing:0;top:15.9990234375rem;left:8.1875rem;height:9.8rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PBarsk73D1V2UaX7BDOrTmmk4Nlp99TN { color:rgba(128,128,128,0.15);display:block;width:47.8125rem;position:absolute;font-family:"open sans";font-size:6.125rem;font-weight:700;z-index:14999;line-height:1.3;letter-spacing:0;top:0rem;left:5.9375rem;height:7.9625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lGbCN6TGfK7a5eIu1ahsLgfeKxhBEkiI { color:#a9a6a7;display:block;width:17.5rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:16.6982421875rem;left:28.75rem;height:9.8rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BTEZSawwylSpiIyDVv9sVMbR4AcVS5qr { color:#a9a6a7;display:block;width:17.5rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:16.69921875rem;left:49.25rem;height:8.4rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZrTfA3wSosXhzm5MqLtXLJoH2vGsSlLw { color:#a9a6a7;display:block;width:17.5rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:32.75rem;left:8.1875rem;height:9.8rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Wdp7EZ64inwSwTpqeiJNTlN8mtWuMwh5 { color:#a9a6a7;display:block;width:17.5rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:33.9599609375rem;left:28.75rem;height:8.4rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZBE0MxUmrvQqcpmtc9LJXPdafF5DHpFS { color:#a9a6a7;display:block;width:17.5rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:33.9599609375rem;left:49.25rem;height:8.4rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kcwnENqoB21DhGnecVmub3HR2oxUOX47 { position:absolute;display:block;z-index:15016;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:1.25rem;width:7.875rem;top:13.9375rem;left:13rem;overflow:hidden;display:block; }
#TW4IO5ETWh40HmAEzcfsGKqefV6b06oM { position:absolute;display:block;z-index:15001;background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:15.0625rem;width:18.9375rem;top:13rem;left:28rem;display:block; }
#fJ2mnP3WtpTV5gsOKuchFaIv64DbpZxS { position:absolute;display:block;z-index:15002;background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:15.0625rem;width:18.9375rem;top:13rem;left:48.5625rem;display:block; }
#qBB4Dg30vqTHGPzyXWpz2RTcfzhqIcup { position:absolute;display:block;z-index:15017;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:1.25rem;width:7.875rem;top:13.9375rem;left:33.5625rem;overflow:hidden;display:block; }
#Noo88GZWisQbfBcAekuGwDSG9LEQ6hfB { position:absolute;display:block;z-index:15018;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:1.25rem;width:7.875rem;top:13.9375rem;left:54.0625rem;overflow:hidden;display:block; }
#lTknSMifUR8XSCP8lOHwr9QnMao05BlT { position:absolute;display:block;z-index:15001;background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:15.0625rem;width:18.9375rem;top:29.6875rem;left:7.5rem;display:block; }
#F61R6o5c7h9D4TrCTW8pUzxgNu2hL2I3 { position:absolute;display:block;z-index:15017;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:1.25rem;width:7.875rem;top:30.5625rem;left:13rem;overflow:hidden;display:block; }
#rDElGnLhWbm3nAG7WH5ZxNZggXJ7ztue { position:absolute;display:block;z-index:15002;background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:15.0625rem;width:18.9375rem;top:29.6875rem;left:28rem;display:block; }
#OHIJ7EeGcA2vmXBPsgTpwt9FmWvkTtwA { position:absolute;display:block;z-index:15003;background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:15.0625rem;width:18.9375rem;top:29.6875rem;left:48.5625rem;display:block; }
#s6DkMl9HFARUWHEu6U5y7AiCyGa1Sv3y { position:absolute;display:block;z-index:15018;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:1.25rem;width:7.875rem;top:30.5625rem;left:33.5625rem;overflow:hidden;display:block; }
#tuVmvlvsWnSO9beSHkCfQfTvXtMQ20Lm { position:absolute;display:block;z-index:15019;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:1.25rem;width:7.875rem;top:30.5625rem;left:54.0625rem;overflow:hidden;display:block; }
#LVvsmP9G0MtrHlUtxDXKMmGg0KFsIM7T { position:relative;display:block; }#LVvsmP9G0MtrHlUtxDXKMmGg0KFsIM7T { background-color: transparent; background-image: none; }#LVvsmP9G0MtrHlUtxDXKMmGg0KFsIM7T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVvsmP9G0MtrHlUtxDXKMmGg0KFsIM7T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVvsmP9G0MtrHlUtxDXKMmGg0KFsIM7T > .row .container > .video-iframe-container { display: none; }#LVvsmP9G0MtrHlUtxDXKMmGg0KFsIM7T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVvsmP9G0MtrHlUtxDXKMmGg0KFsIM7T > .row > .video-iframe-container { display: none; }#LVvsmP9G0MtrHlUtxDXKMmGg0KFsIM7T > .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); }#LVvsmP9G0MtrHlUtxDXKMmGg0KFsIM7T { border-width: 0; border-radius: 0; }#LVvsmP9G0MtrHlUtxDXKMmGg0KFsIM7T > .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; }#LVvsmP9G0MtrHlUtxDXKMmGg0KFsIM7T > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;font-size:0.875rem;font-family:arial;height:9.375rem;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; }#qgpnCwvwKit3FtFC3Gbgp7y6T84OMPgJ { 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.5625rem;width:12.1875rem;top:3.40625rem;left:6.375rem;overflow:hidden;display:block; }
#rAe8IJkfDVKQwxC85E3z8tcgfcT2TCO1 { color:#8e8e8e;display:block;width:19.4375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.736328125rem;left:27.75rem;height:3.9rem;display:block; }
#Rm8IXP6qDvJngtA9fUc4klarkCv4vQNc { position:relative;display:block; }#Rm8IXP6qDvJngtA9fUc4klarkCv4vQNc { background-color: transparent; background-image: none; }#Rm8IXP6qDvJngtA9fUc4klarkCv4vQNc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rm8IXP6qDvJngtA9fUc4klarkCv4vQNc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rm8IXP6qDvJngtA9fUc4klarkCv4vQNc > .row .container > .video-iframe-container { display: none; }#Rm8IXP6qDvJngtA9fUc4klarkCv4vQNc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rm8IXP6qDvJngtA9fUc4klarkCv4vQNc > .row > .video-iframe-container { display: none; }#Rm8IXP6qDvJngtA9fUc4klarkCv4vQNc > .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); }#Rm8IXP6qDvJngtA9fUc4klarkCv4vQNc { border-width: 0; border-radius: 0; }#Rm8IXP6qDvJngtA9fUc4klarkCv4vQNc > .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; }#Rm8IXP6qDvJngtA9fUc4klarkCv4vQNc > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;font-size:0.875rem;font-family:arial;height:57.6875rem;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; }#ut9AFnemTsB1EgQBJn2mi5LE2HkvbPpP { box-sizing:content-box;height:0.0625rem;width:58.75rem;position:absolute;display:block;z-index:15000;background-color:#8e8e8e;background-image:none;top:0.5625rem;left:8.125rem;display:block; }
#MvfvwcT8DUu7J6Gug2iNOuqVd7EBoF2J { color:#8e8e8e;display:block;width:58.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.9541015625rem;left:8.375rem;height:42.9rem;display:block; }
#I3dRhJsKTJUXfResklTIl5hBuveGE1t0 { box-sizing:content-box;height:0.0625rem;width:58.75rem;position:absolute;display:block;z-index:15001;background-color:#8e8e8e;background-image:none;top:52.1875rem;left:8.125rem;display:block; }
#KNpCnXehnCJi3CTkT8DN9yHFph2MxB6i { color:#ffffff;display:block;width:32.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:54.4375rem;left:21.375rem;height:1.3rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #xJF4offDwG3RBMBp5KLwWcPPSz9fxi8O { display:block; }#xJF4offDwG3RBMBp5KLwWcPPSz9fxi8O > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RGSeZpUXeTNCGNKkWAHv30AynmD9WSWU { width:15.75rem;height:1.3125rem;top:1.8125rem;left:31.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbGwwZqDTRq1vUqbzlcLP9McTQKkwWiD { display:block; }
 }@media only screen and (max-width: 763px) { #zMwXgTGHlueBh32wyVX0dVO3Xt1vxn3Z { width:8.75rem;height:1.9375rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3d7IyIOcgqIgO0Dv8Fa6IfqWU5dfG6a { width:1.875rem;height:1.875rem;top:1.625rem;left:28.125rem;display:block; }
#N3d7IyIOcgqIgO0Dv8Fa6IfqWU5dfG6a > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #GUs3AMseakxpnV6F1ZsdA7PdTVfnJw6d { width:1.875rem;height:1.875rem;top:1.625rem;left:45.875rem;display:block; }
#GUs3AMseakxpnV6F1ZsdA7PdTVfnJw6d > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #KG6n4aOtv6kd8GclfTqTmqMFd2cqHu7n { width:1.5rem;height:1.5rem;top:1.8125rem;left:46.25rem;display:block; }
#KG6n4aOtv6kd8GclfTqTmqMFd2cqHu7n > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@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) { #u2TPVzikKzpgggcAcAhrMef2yhq2zNU8 { top:0rem;left:17.625rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVemFvEFdNBLRKyooPPfKhzuS9V6ETdB { top:13.3125rem;left:0rem;width:47.75rem;height:7.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6W8zUHuPRlCv19iHxqatlTEqSZpaZOD .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#p6W8zUHuPRlCv19iHxqatlTEqSZpaZOD { display:flex;height:auto;width:27.8125rem;top:26.8125rem;left:8.71875rem; }
 }@media only screen and (max-width: 763px) { #p6W8zUHuPRlCv19iHxqatlTEqSZpaZOD #TnbtPwSd67H34qSQzqKM1TRUvlTrx8so {  }
 }@media only screen and (max-width: 763px) { #p6W8zUHuPRlCv19iHxqatlTEqSZpaZOD #msCa0MBSzCBlkJG4QIRxeJ9BJan3ROn4 {  }
 }@media only screen and (max-width: 763px) { #p6W8zUHuPRlCv19iHxqatlTEqSZpaZOD #t4Z0PudJxKEhUc8BnbZ5rgKSAfhTovM8 {  }
 }@media only screen and (max-width: 763px) { #p6W8zUHuPRlCv19iHxqatlTEqSZpaZOD #H8hGML3Of0DRzhbkF2D8SsXX0RAVNut6 {  }
 }@media only screen and (max-width: 763px) { #p6W8zUHuPRlCv19iHxqatlTEqSZpaZOD #fvPqhZ5UsbcGRnWIhw3K21OrWTNivo2g {  }
 }@media only screen and (max-width: 763px) { #p6W8zUHuPRlCv19iHxqatlTEqSZpaZOD #wFVL4Hr1CZLC9VFBcJ2hDzABxHW1mDBm {  }
 }@media only screen and (max-width: 763px) { #p6W8zUHuPRlCv19iHxqatlTEqSZpaZOD #JmCNfmgERWE3MwUAWHcNO7zuv4dkwOCh {  }
 }@media only screen and (max-width: 763px) { #p6W8zUHuPRlCv19iHxqatlTEqSZpaZOD #SAPwh2AAAVnACm2ApGPWklso3LNnNcGz {  }
 }@media only screen and (max-width: 763px) { #p6W8zUHuPRlCv19iHxqatlTEqSZpaZOD #vLPWRv9t8rMG8mpmWluoorAObSHolhkA {  }
 }@media only screen and (max-width: 763px) { #p6W8zUHuPRlCv19iHxqatlTEqSZpaZOD #b4f7NfA14V5uNqevFT4b0BA9UOFPWPgE {  }
 }@media only screen and (max-width: 763px) { #p6W8zUHuPRlCv19iHxqatlTEqSZpaZOD #qn7hwws9vgRbcqGIMDyTIwo3TLnsscsy {  }
 }@media only screen and (max-width: 763px) { #p6W8zUHuPRlCv19iHxqatlTEqSZpaZOD #ZytyzGpkT0ED5KtB1X6FJCKQuTzS9MBa {  }
 }@media only screen and (max-width: 763px) { #p6W8zUHuPRlCv19iHxqatlTEqSZpaZOD #HQgyFk5MxIrsQdAhQdkdQThG4w6VKQVf {  }
 }@media only screen and (max-width: 763px) { #p6W8zUHuPRlCv19iHxqatlTEqSZpaZOD #FNS1OdxGP0EN0a0MTwXCPFoJULEUFk1U {  }
 }@media only screen and (max-width: 763px) { #p6W8zUHuPRlCv19iHxqatlTEqSZpaZOD #SDqfLuT8rpcKgp2SEsWtsyC6RBmhUVCp {  }
 }@media only screen and (max-width: 763px) { #p6W8zUHuPRlCv19iHxqatlTEqSZpaZOD #vFDx9zVvWETfS5QC7GKrJMH8RlfqPe8F {  }
 }@media only screen and (max-width: 763px) { #p6W8zUHuPRlCv19iHxqatlTEqSZpaZOD #X0xfzguROW1cNddVeXyybUK0sNcwe1kO {  }
 }@media only screen and (max-width: 763px) { #p6W8zUHuPRlCv19iHxqatlTEqSZpaZOD #pxT8MtWsPlWyhIykJiQnfCltreVsHUQG {  }
 }@media only screen and (max-width: 763px) { #p6W8zUHuPRlCv19iHxqatlTEqSZpaZOD #TZ0uEQ8lLT6lsIQTTgmapN6x5XCOPrZI {  }
 }@media only screen and (max-width: 763px) { #p6W8zUHuPRlCv19iHxqatlTEqSZpaZOD #RLe3uh9H0wWHalplwJfdJMvTT0Zw9QeS {  }
 }@media only screen and (max-width: 763px) { #vtc4XZ7TznyB5qU6RUkQQ078riSOUKZf { top:46.1875rem;left:20.75rem;width:6.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytCLiXrq7hGsIf4w9OhNtVNuKeLGF8mZ { display:block; }#ytCLiXrq7hGsIf4w9OhNtVNuKeLGF8mZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wJtFqIUx1Lqrugr72PvTBWV0WMQEFqzi { top:7.8125rem;left:1.5rem;width:8.9375rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVZ9VHVkcb8Vk1ZTysTWeR2GvCHeta0u { top:8.25rem;left:12.03125rem;width:11.75rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqzdqyOEVnRCmV25mBi4STmz3ndHLZgG { top:8rem;left:24.34375rem;width:11rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWGa4uABc7VJQPDPoKWq4y5C7OGFbdCv { top:7rem;left:38.1875rem;width:7.1875rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w392WVTr5oH9hoEJT7kumFkmpr4mB4Jn { top:12.125rem;left:0rem;width:12.5rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6DfKTgUIMzNQ1GWQv2AbwmhAGJc2O2G { top:12.125rem;left:11.375rem;width:12.5rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFxlb7kXWuUCvaHyMOMGkIsyKQeQuwpu { top:12.125rem;left:23.3125rem;width:12.5rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ET15kgpD2HkmoNgNxwg2kMixlIZ3TElT { top:12.125rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jk4fRLLi98ySaWDWQ760kz2LTOOgfgr5 { top:2.1875rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #us6yCnvS1qP7mFbwZdv9HG4hLS9VaznI { top:16.1875rem;left:0rem;width:47.75rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2lKGgzk4ysETBgJ2yTrr3PIsv3aF24D { display:block; }#i2lKGgzk4ysETBgJ2yTrr3PIsv3aF24D > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mpPbe4a0nvRB6Znpz98s22sKuoegPQCk { top:3.8125rem;left:10.8125rem;width:36.9375rem;height:6.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U29C3CZsWiXKZ7pB4s8IXCvmTsEIPWNt { top:11.375rem;left:10.5625rem;width:37.1875rem;height:4.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nk4sFytillTswkzBD6GL2RvKEymJsqPq { top:4.8125rem;left:0rem;width:28.125rem;height:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8ToPGTVXcMADwqvUnQbDwGQnWq6Tuo8 .widget-regular-label { width:36.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#N8ToPGTVXcMADwqvUnQbDwGQnWq6Tuo8 .widget-input-text { width:36.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#N8ToPGTVXcMADwqvUnQbDwGQnWq6Tuo8 .widget-input-text {padding-top: 0; padding-bottom: 0;}#N8ToPGTVXcMADwqvUnQbDwGQnWq6Tuo8 .widget-textarea { width:36.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#N8ToPGTVXcMADwqvUnQbDwGQnWq6Tuo8 .widget-input-select { width:36.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#N8ToPGTVXcMADwqvUnQbDwGQnWq6Tuo8 .widget-input-select {padding-top: 0; padding-bottom: 0;}#N8ToPGTVXcMADwqvUnQbDwGQnWq6Tuo8 .widget-input-button { width:33.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#N8ToPGTVXcMADwqvUnQbDwGQnWq6Tuo8 .widget-checkbox-label { width:35.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#N8ToPGTVXcMADwqvUnQbDwGQnWq6Tuo8  { width:36.5rem;height:auto;top:16.875rem;left:8.75rem; }
#N8ToPGTVXcMADwqvUnQbDwGQnWq6Tuo8 .radio-container { width:36.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#N8ToPGTVXcMADwqvUnQbDwGQnWq6Tuo8 {display:block;}#N8ToPGTVXcMADwqvUnQbDwGQnWq6Tuo8 { width:36.5rem;height:auto;top:16.875rem;left:8.75rem; }
 }@media only screen and (max-width: 763px) { #N8ToPGTVXcMADwqvUnQbDwGQnWq6Tuo8 #kpuBABHTRrctRicrAZ9OfGWXHKcWkSVi {  }
 }@media only screen and (max-width: 763px) { #N8ToPGTVXcMADwqvUnQbDwGQnWq6Tuo8 #aSHzmCtThLCi0fzT7TKXga4h58foJfnG {  }
 }@media only screen and (max-width: 763px) { #N8ToPGTVXcMADwqvUnQbDwGQnWq6Tuo8 #QPoRNeyK5DebotyflKqKmPJzTy54KZIr {  }
 }@media only screen and (max-width: 763px) { #N8ToPGTVXcMADwqvUnQbDwGQnWq6Tuo8 #yn8Pl43nqfxqD9E4KXAQCWckwMfiLwfG {  }
 }@media only screen and (max-width: 763px) { #N8ToPGTVXcMADwqvUnQbDwGQnWq6Tuo8 #QKNH25cpVuiLdgbOwUssLlWFXaVyfZww {  }
 }@media only screen and (max-width: 763px) { #hmqdDHvKdEiNbCprfHhsmFuC2kXH8PzT { display:block; }#hmqdDHvKdEiNbCprfHhsmFuC2kXH8PzT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iUl4mmxpMTOJUFfkWzJEEezuOhxwTQeX { top:54.5625rem;left:0rem;width:47.75rem;height:10.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ED5SRNtSS7OxayGkH4aMiuomQ100cpPV { top:39.5625rem;left:0rem;width:47.6875rem;height:30.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6lF8uzCOfJyX4oJ3NH7TpHbEys5IQxy { top:3.375rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #igsOPQ2DCTtKnpKOEsGLxJQ5TriKTG7e { top:41.6875rem;left:0rem;width:47.75rem;height:9.875rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ON60UwJTdn6DzBuEl7ofKBQr90BQRTsa { top:47.1875rem;left:0rem;width:47.75rem;height:4.5rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9A16cmyNuIvMXSRUOMTBTH9L6GqREqC { top:41.6875rem;left:37.875rem;width:9.875rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCfKsrKLihxciubCb6pX7kxGra6RJbKK { top:8rem;left:0rem;width:47.75rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNFPD5ihgE6TyfyoEQTozsn6uNGXQvmF { top:14.5rem;left:0.0625rem;width:47.625rem;height:18.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFAJo0zBGgX6NgvCaI2C1uiiNnQ9qFRS { display:block; }#aFAJo0zBGgX6NgvCaI2C1uiiNnQ9qFRS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eTIakSIyhFMMsOnibOlz2ETK5xcEFdcs { top:15.3125rem;left:0rem;width:47.75rem;height:38.637708333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwwSbsTKwNHa2sHamTlOCFtwnNnul8XH { top:97.75rem;left:10.4375rem;width:26.875rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mlfq4KvXFCuEXWS9TcfnrT9Ellefu4VV { top:79.6875rem;left:0rem;width:47.75rem;height:9.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zerd38RlzWsQSIA5bIgEhXplFtaotg9G { top:81.25rem;left:0rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLxXa1x2w2FTUWJm9hTf9fMtUqW1ZRd5 { top:2.3125rem;left:0rem;width:47.75rem;height:9.875rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dy8LHPiIztpxOgo7srEKkMQs1KJlvACg { top:7.6875rem;left:0rem;width:47.75rem;height:4.5rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wa169NMUgW2NJ9C2xSaTxh4gVoe39ICH { top:92.875rem;left:8.625rem;width:30.5625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jcc1zy2vVfeu1qQo1fukVtydni96Erqx { display:block; }
 }@media only screen and (max-width: 763px) { #aNlULw5KfwvXscZEc3ZMGUPCentoidsD { width:43.4375rem;height:133.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #XkIzUN4SN1awlhWMJBKsOaga3HATZz4b { top:0.6875rem;left:0rem;width:47.6875rem;height:100.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsRFUr92u0i6H7aeGHwymLIrWQ6KwyAN { display:block; }#wsRFUr92u0i6H7aeGHwymLIrWQ6KwyAN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GUXrPrOu6ZwJzdSJ7aqIVw4atOUfth6p { top:0rem;left:0rem;width:47.6875rem;height:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVRbmlNZCTLtA6T3BsdDvcfv5LuqDRuS { top:8.625rem;left:0rem;width:47.75rem;height:4.5rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsN0mGAptAQEEtwXOBfHnemncfrSJaIO { top:15.625rem;left:0rem;width:47.75rem;height:10.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8bKdxVshDlywiBTOHWr2pHBXJtMOUWT { top:3rem;left:0rem;width:47.75rem;height:9.875rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8PkTDdTt0iG0y7i5OFuTikdNxJ40u81 { top:2.25rem;left:36.375rem;width:11.375rem;height:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ledBf08QSQmwBIByMZI6q5nQrAD1b671 { display:block; }#ledBf08QSQmwBIByMZI6q5nQrAD1b671 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mute5FSr7oQbKhTHGp5iaC79wcO1Nypq { top:19.875rem;left:0rem;width:47.75rem;height:10.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQqpGtiO8ySLVTxUWWAZvNaAdryUPzCV { top:0rem;left:0rem;width:47.6875rem;height:35.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #opU7cpPOLlREKbzeco4VfmBJCA3gqEKF { top:2.875rem;left:0rem;width:47.75rem;height:9.875rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T62FHWP45DUy4It2DbJmuLzfLA6Z7UUC { top:8.3125rem;left:0rem;width:47.75rem;height:4.5rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0mKmT205NE4XEZ4NwCxTLoPmResyTm7 { top:12.3125rem;left:17.4375rem;width:23.375rem;height:5.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDVUFIh6WVS2PQMyVPhLhE8tt2NFk0Ny { display:block; }#sDVUFIh6WVS2PQMyVPhLhE8tt2NFk0Ny > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V5kKPSgHgt4eT8U3tR7lEX9wJvQ2w0nn { top:0rem;left:0rem;width:47.6875rem;height:38.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMTimOSoXILsRx2FCNbUOeFxfvyFAGBi { top:2.875rem;left:0rem;width:47.75rem;height:9.875rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wiOQR1m7Nk3qZKSHxf1q9luuTTUDoQRz { top:8.3125rem;left:0rem;width:47.75rem;height:4.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOT17RXG6wOTZfa7KroEKqXudSVNGxL8 { top:12.125rem;left:25.6875rem;width:19.875rem;height:2.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGH1Sr84CCQzgbam2GdTZ5KiHdUkdnEX { top:19.75rem;left:0rem;width:47.75rem;height:12.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GaWNKkzLNTmAgAbtTV0QwmnkBE4iVNri { display:block; }#GaWNKkzLNTmAgAbtTV0QwmnkBE4iVNri > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FZkQWpPwvS03uPOodRWNCdixavwXCaZw { top:1rem;left:1.4375rem;width:44.875rem;height:8.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gp47d1QA1BNQwTaQzWho8M4Jp75OsW6x { top:17.75rem;left:1.5rem;width:44.75rem;height:44.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRgegRaU5y3CHPr9czhNPc6r5mdODkRA { top:11.125rem;left:8.84375rem;width:29.9375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6UzkqaJ0oBi203DLtv2m5HAz7fuVKOT { display:block; }
 }@media only screen and (max-width: 763px) { #fQsJft9wOn8ZGU3ktIHUX5f65Hpzl257 { display:block; }#fQsJft9wOn8ZGU3ktIHUX5f65Hpzl257 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fAoEeZxETe4uum4dati26tmAaUe0FUfC { top:2.9375rem;left:0rem;width:37.8125rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebUhWwI5RJNn8JTGdFZy4tohr98XHS8y { top:8.9375rem;left:0rem;width:20.6875rem;height:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEiTzs0psid55e1HhNOEy22dnDsE8iqH { top:8.9375rem;left:11.0625rem;width:20.6875rem;height:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9bRZtbUu3X3qTCrJHbOOo07AdEfdqoe { top:8.9375rem;left:26.9375rem;width:20.6875rem;height:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUGwKKFRE8kT6S5kMhTFlkBuqXdh4hzG { top:25.8125rem;left:0rem;width:47.75rem;height:4.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHsgtb4eA4NNR30S7QW3EZOhipTBJ86O { display:block; }#hHsgtb4eA4NNR30S7QW3EZOhipTBJ86O > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WHyimFagcsZOKOSZ3ava5Izo76LSRSoC { width:47.75rem;height:2.875rem;top:5.125rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGJnS6USpVE8VSJaNhBpPTBQiVE9wTf1 { width:2.5rem;height:0.125rem;top:10.6875rem;left:22.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLXTpHVQqlVvhV1L2buXe6OvTeUJmf8H { width:18.9375rem;height:15.0625rem;top:13rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATIc7d0fvzHBbeW1GdcD4HrQKgR0wyBA { width:17.5rem;height:11.1875rem;top:15.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBarsk73D1V2UaX7BDOrTmmk4Nlp99TN { width:47.75rem;height:7.9375rem;top:0rem;left:0rem;font-size:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGbCN6TGfK7a5eIu1ahsLgfeKxhBEkiI { width:17.5rem;height:9.75rem;top:16.6875rem;left:15.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTEZSawwylSpiIyDVv9sVMbR4AcVS5qr { width:17.5rem;height:9.75rem;top:16.6875rem;left:30.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrTfA3wSosXhzm5MqLtXLJoH2vGsSlLw { width:17.5rem;height:11.1875rem;top:32.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wdp7EZ64inwSwTpqeiJNTlN8mtWuMwh5 { width:17.5rem;height:8.375rem;top:33.9375rem;left:15.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBE0MxUmrvQqcpmtc9LJXPdafF5DHpFS { width:17.5rem;height:8.375rem;top:33.9375rem;left:30.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcwnENqoB21DhGnecVmub3HR2oxUOX47 { top:13.9375rem;left:0rem;width:7.875rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TW4IO5ETWh40HmAEzcfsGKqefV6b06oM { width:18.9375rem;height:15.0625rem;top:13rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJ2mnP3WtpTV5gsOKuchFaIv64DbpZxS { width:18.9375rem;height:15.0625rem;top:13rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBB4Dg30vqTHGPzyXWpz2RTcfzhqIcup { top:13.9375rem;left:19.9375rem;width:7.875rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Noo88GZWisQbfBcAekuGwDSG9LEQ6hfB { top:13.9375rem;left:39.875rem;width:7.875rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTknSMifUR8XSCP8lOHwr9QnMao05BlT { width:18.9375rem;height:15.0625rem;top:29.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F61R6o5c7h9D4TrCTW8pUzxgNu2hL2I3 { top:30.5625rem;left:0rem;width:7.875rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDElGnLhWbm3nAG7WH5ZxNZggXJ7ztue { width:18.9375rem;height:15.0625rem;top:29.6875rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHIJ7EeGcA2vmXBPsgTpwt9FmWvkTtwA { width:18.9375rem;height:15.0625rem;top:29.6875rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6DkMl9HFARUWHEu6U5y7AiCyGa1Sv3y { top:30.5625rem;left:19.9375rem;width:7.875rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tuVmvlvsWnSO9beSHkCfQfTvXtMQ20Lm { top:30.5625rem;left:39.875rem;width:7.875rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVvsmP9G0MtrHlUtxDXKMmGg0KFsIM7T { display:block; }#LVvsmP9G0MtrHlUtxDXKMmGg0KFsIM7T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qgpnCwvwKit3FtFC3Gbgp7y6T84OMPgJ { top:3.375rem;left:1.8125rem;width:12.1875rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAe8IJkfDVKQwxC85E3z8tcgfcT2TCO1 { top:2.6875rem;left:12.3125rem;width:19.4375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rm8IXP6qDvJngtA9fUc4klarkCv4vQNc { display:block; }#Rm8IXP6qDvJngtA9fUc4klarkCv4vQNc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ut9AFnemTsB1EgQBJn2mi5LE2HkvbPpP { top:0.5625rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvfvwcT8DUu7J6Gug2iNOuqVd7EBoF2J { top:1.9375rem;left:0rem;width:47.75rem;height:44.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3dRhJsKTJUXfResklTIl5hBuveGE1t0 { top:52.1875rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNpCnXehnCJi3CTkT8DN9yHFph2MxB6i { top:54.4375rem;left:7.75rem;width:32.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #xJF4offDwG3RBMBp5KLwWcPPSz9fxi8O { position:relative;z-index:auto;display:block; }#xJF4offDwG3RBMBp5KLwWcPPSz9fxi8O > .row .container { width:20rem;height:3.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RGSeZpUXeTNCGNKkWAHv30AynmD9WSWU { width:15.75rem;height:1.3125rem;top:1.8125rem;left:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #tbGwwZqDTRq1vUqbzlcLP9McTQKkwWiD { display:block; }
 }@media only screen and (max-width: 763px) { #zMwXgTGHlueBh32wyVX0dVO3Xt1vxn3Z { width:8.625rem;height:1.6875rem;top:1.0625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3d7IyIOcgqIgO0Dv8Fa6IfqWU5dfG6a { width:1.875rem;height:1.875rem;top:1.625rem;left:9.0625rem;display:none; }
#N3d7IyIOcgqIgO0Dv8Fa6IfqWU5dfG6a > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #GUs3AMseakxpnV6F1ZsdA7PdTVfnJw6d { width:1.875rem;height:1.875rem;top:0.96875rem;left:15.125rem;font-size:1.125rem;display:block; }
#GUs3AMseakxpnV6F1ZsdA7PdTVfnJw6d > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #KG6n4aOtv6kd8GclfTqTmqMFd2cqHu7n { width:1.5rem;height:1.5rem;top:1.15625rem;left:17.5625rem;font-size:1.125rem;display:block; }
#KG6n4aOtv6kd8GclfTqTmqMFd2cqHu7n > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:56.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u2TPVzikKzpgggcAcAhrMef2yhq2zNU8 { width:8.125rem;height:8.125rem;top:1.25rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVemFvEFdNBLRKyooPPfKhzuS9V6ETdB { width:20rem;height:5.3625rem;top:12.5625rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p6W8zUHuPRlCv19iHxqatlTEqSZpaZOD .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#p6W8zUHuPRlCv19iHxqatlTEqSZpaZOD .accordion-heading-text { font-size:1.25rem;height:auto; }
#p6W8zUHuPRlCv19iHxqatlTEqSZpaZOD .accordion-desc-text { font-size:1rem;height:auto; }
#p6W8zUHuPRlCv19iHxqatlTEqSZpaZOD { display:flex;height:auto;width:17.5rem;top:19.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #p6W8zUHuPRlCv19iHxqatlTEqSZpaZOD #TnbtPwSd67H34qSQzqKM1TRUvlTrx8so {  }
 }@media only screen and (max-width: 763px) { #p6W8zUHuPRlCv19iHxqatlTEqSZpaZOD #msCa0MBSzCBlkJG4QIRxeJ9BJan3ROn4 {  }
 }@media only screen and (max-width: 763px) { #p6W8zUHuPRlCv19iHxqatlTEqSZpaZOD #t4Z0PudJxKEhUc8BnbZ5rgKSAfhTovM8 {  }
 }@media only screen and (max-width: 763px) { #p6W8zUHuPRlCv19iHxqatlTEqSZpaZOD #H8hGML3Of0DRzhbkF2D8SsXX0RAVNut6 {  }
 }@media only screen and (max-width: 763px) { #p6W8zUHuPRlCv19iHxqatlTEqSZpaZOD #fvPqhZ5UsbcGRnWIhw3K21OrWTNivo2g {  }
 }@media only screen and (max-width: 763px) { #p6W8zUHuPRlCv19iHxqatlTEqSZpaZOD #wFVL4Hr1CZLC9VFBcJ2hDzABxHW1mDBm {  }
 }@media only screen and (max-width: 763px) { #p6W8zUHuPRlCv19iHxqatlTEqSZpaZOD #JmCNfmgERWE3MwUAWHcNO7zuv4dkwOCh {  }
 }@media only screen and (max-width: 763px) { #p6W8zUHuPRlCv19iHxqatlTEqSZpaZOD #SAPwh2AAAVnACm2ApGPWklso3LNnNcGz {  }
 }@media only screen and (max-width: 763px) { #p6W8zUHuPRlCv19iHxqatlTEqSZpaZOD #vLPWRv9t8rMG8mpmWluoorAObSHolhkA {  }
 }@media only screen and (max-width: 763px) { #p6W8zUHuPRlCv19iHxqatlTEqSZpaZOD #b4f7NfA14V5uNqevFT4b0BA9UOFPWPgE {  }
 }@media only screen and (max-width: 763px) { #p6W8zUHuPRlCv19iHxqatlTEqSZpaZOD #qn7hwws9vgRbcqGIMDyTIwo3TLnsscsy {  }
 }@media only screen and (max-width: 763px) { #p6W8zUHuPRlCv19iHxqatlTEqSZpaZOD #ZytyzGpkT0ED5KtB1X6FJCKQuTzS9MBa {  }
 }@media only screen and (max-width: 763px) { #p6W8zUHuPRlCv19iHxqatlTEqSZpaZOD #HQgyFk5MxIrsQdAhQdkdQThG4w6VKQVf {  }
 }@media only screen and (max-width: 763px) { #p6W8zUHuPRlCv19iHxqatlTEqSZpaZOD #FNS1OdxGP0EN0a0MTwXCPFoJULEUFk1U {  }
 }@media only screen and (max-width: 763px) { #p6W8zUHuPRlCv19iHxqatlTEqSZpaZOD #SDqfLuT8rpcKgp2SEsWtsyC6RBmhUVCp {  }
 }@media only screen and (max-width: 763px) { #p6W8zUHuPRlCv19iHxqatlTEqSZpaZOD #vFDx9zVvWETfS5QC7GKrJMH8RlfqPe8F {  }
 }@media only screen and (max-width: 763px) { #p6W8zUHuPRlCv19iHxqatlTEqSZpaZOD #X0xfzguROW1cNddVeXyybUK0sNcwe1kO {  }
 }@media only screen and (max-width: 763px) { #p6W8zUHuPRlCv19iHxqatlTEqSZpaZOD #pxT8MtWsPlWyhIykJiQnfCltreVsHUQG {  }
 }@media only screen and (max-width: 763px) { #p6W8zUHuPRlCv19iHxqatlTEqSZpaZOD #TZ0uEQ8lLT6lsIQTTgmapN6x5XCOPrZI {  }
 }@media only screen and (max-width: 763px) { #p6W8zUHuPRlCv19iHxqatlTEqSZpaZOD #RLe3uh9H0wWHalplwJfdJMvTT0Zw9QeS {  }
 }@media only screen and (max-width: 763px) { #vtc4XZ7TznyB5qU6RUkQQ078riSOUKZf { width:6.25rem;height:0.0625rem;top:55.0625rem;left:6.8750000596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytCLiXrq7hGsIf4w9OhNtVNuKeLGF8mZ { display:block; }#ytCLiXrq7hGsIf4w9OhNtVNuKeLGF8mZ > .row .container { width:20rem;height:36.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wJtFqIUx1Lqrugr72PvTBWV0WMQEFqzi { width:8.9375rem;height:3.0625rem;top:5.9249992370606rem;left:5.5312500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVZ9VHVkcb8Vk1ZTysTWeR2GvCHeta0u { width:11.75rem;height:2.1875rem;top:12.924999237061rem;left:4.1250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqzdqyOEVnRCmV25mBi4STmz3ndHLZgG { width:11rem;height:2.75rem;top:19.3125rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWGa4uABc7VJQPDPoKWq4y5C7OGFbdCv { width:7.1875rem;height:3.8125rem;top:26.625rem;left:6.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w392WVTr5oH9hoEJT7kumFkmpr4mB4Jn { width:12.5rem;height:1.1375rem;top:8.9375rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6DfKTgUIMzNQ1GWQv2AbwmhAGJc2O2G { width:12.5rem;height:1.1375rem;top:15.0625rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFxlb7kXWuUCvaHyMOMGkIsyKQeQuwpu { width:12.5rem;height:1.1375rem;top:22.1875rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ET15kgpD2HkmoNgNxwg2kMixlIZ3TElT { width:12.5rem;height:1.1375rem;top:30.4375rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jk4fRLLi98ySaWDWQ760kz2LTOOgfgr5 { width:20rem;height:2.4375rem;top:1.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #us6yCnvS1qP7mFbwZdv9HG4hLS9VaznI { width:20rem;height:1.21875rem;top:34.125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2lKGgzk4ysETBgJ2yTrr3PIsv3aF24D { display:block; }#i2lKGgzk4ysETBgJ2yTrr3PIsv3aF24D > .row .container { width:20rem;height:38.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mpPbe4a0nvRB6Znpz98s22sKuoegPQCk { width:20rem;height:3.575rem;top:2.087890625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U29C3CZsWiXKZ7pB4s8IXCvmTsEIPWNt { width:18.9375rem;height:7.3125rem;top:18.451171875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Nk4sFytillTswkzBD6GL2RvKEymJsqPq { width:12.1875rem;height:8.625rem;top:7.5rem;left:3.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8ToPGTVXcMADwqvUnQbDwGQnWq6Tuo8 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#N8ToPGTVXcMADwqvUnQbDwGQnWq6Tuo8 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#N8ToPGTVXcMADwqvUnQbDwGQnWq6Tuo8 .widget-input-text {padding-top: 0; padding-bottom: 0;}#N8ToPGTVXcMADwqvUnQbDwGQnWq6Tuo8 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#N8ToPGTVXcMADwqvUnQbDwGQnWq6Tuo8 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#N8ToPGTVXcMADwqvUnQbDwGQnWq6Tuo8 .widget-input-select {padding-top: 0; padding-bottom: 0;}#N8ToPGTVXcMADwqvUnQbDwGQnWq6Tuo8 .widget-input-button { width:15.875rem;margin-top:0.25rem;margin-right:0.8125rem;margin-bottom:0.25rem;margin-left:0.8125rem;font-size:0.9375rem;overflow:hidden;height:3.125rem; }
#N8ToPGTVXcMADwqvUnQbDwGQnWq6Tuo8 .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#N8ToPGTVXcMADwqvUnQbDwGQnWq6Tuo8  { width:17.5rem;height:auto;top:27.076171875rem;left:0rem; }
#N8ToPGTVXcMADwqvUnQbDwGQnWq6Tuo8 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#N8ToPGTVXcMADwqvUnQbDwGQnWq6Tuo8 {display:block;}#N8ToPGTVXcMADwqvUnQbDwGQnWq6Tuo8 { width:17.5rem;height:auto;top:27.076171875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #N8ToPGTVXcMADwqvUnQbDwGQnWq6Tuo8 #kpuBABHTRrctRicrAZ9OfGWXHKcWkSVi {  }
 }@media only screen and (max-width: 763px) { #N8ToPGTVXcMADwqvUnQbDwGQnWq6Tuo8 #aSHzmCtThLCi0fzT7TKXga4h58foJfnG {  }
 }@media only screen and (max-width: 763px) { #N8ToPGTVXcMADwqvUnQbDwGQnWq6Tuo8 #QPoRNeyK5DebotyflKqKmPJzTy54KZIr {  }
 }@media only screen and (max-width: 763px) { #N8ToPGTVXcMADwqvUnQbDwGQnWq6Tuo8 #yn8Pl43nqfxqD9E4KXAQCWckwMfiLwfG {  }
 }@media only screen and (max-width: 763px) { #N8ToPGTVXcMADwqvUnQbDwGQnWq6Tuo8 #QKNH25cpVuiLdgbOwUssLlWFXaVyfZww {  }
 }@media only screen and (max-width: 763px) { #hmqdDHvKdEiNbCprfHhsmFuC2kXH8PzT { display:block; }#hmqdDHvKdEiNbCprfHhsmFuC2kXH8PzT > .row .container { width:20rem;height:67.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iUl4mmxpMTOJUFfkWzJEEezuOhxwTQeX { width:18.8125rem;height:23.4rem;top:43.9375rem;left:0.59296876192093rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ED5SRNtSS7OxayGkH4aMiuomQ100cpPV { width:20.25rem;height:31.375rem;top:36rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6lF8uzCOfJyX4oJ3NH7TpHbEys5IQxy { width:20rem;height:4.225rem;top:0.9375rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #igsOPQ2DCTtKnpKOEsGLxJQ5TriKTG7e { width:14.9375rem;height:3.33125rem;top:36.625rem;left:1.4375rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ON60UwJTdn6DzBuEl7ofKBQr90BQRTsa { width:17.8125rem;height:3.1625rem;top:38.75rem;left:0.6875rem;font-size:1.4375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #D9A16cmyNuIvMXSRUOMTBTH9L6GqREqC { display:flex;width:4.1875rem;height:4.1875rem;top:22.016176700592rem;left:14.316964626312rem;z-index:14998;display:none; }
 }@media only screen and (max-width: 763px) { #tCfKsrKLihxciubCb6pX7kxGra6RJbKK { width:20rem;height:2.6rem;top:5.412109375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hNFPD5ihgE6TyfyoEQTozsn6uNGXQvmF { width:20rem;height:24.8625rem;top:9.51953125rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aFAJo0zBGgX6NgvCaI2C1uiiNnQ9qFRS { display:block; }#aFAJo0zBGgX6NgvCaI2C1uiiNnQ9qFRS > .row .container { width:20rem;height:90.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eTIakSIyhFMMsOnibOlz2ETK5xcEFdcs { width:19.375rem;height:15.625rem;top:6.875rem;left:0rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #lwwSbsTKwNHa2sHamTlOCFtwnNnul8XH { width:20rem;height:1.1375rem;top:87.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mlfq4KvXFCuEXWS9TcfnrT9Ellefu4VV { width:19.3125rem;height:14.625rem;top:66.1875rem;left:0.34375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zerd38RlzWsQSIA5bIgEhXplFtaotg9G { display:flex;width:5.9375rem;height:5.9375rem;top:62.3125rem;left:7.03125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bLxXa1x2w2FTUWJm9hTf9fMtUqW1ZRd5 { width:13.8125rem;height:3.33125rem;top:2.375rem;left:1.25rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dy8LHPiIztpxOgo7srEKkMQs1KJlvACg { width:18.3125rem;height:1.86875rem;top:4.3564453125rem;left:0.84375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wa169NMUgW2NJ9C2xSaTxh4gVoe39ICH { top:83.375rem;left:0.6875rem;width:18.675rem;height:3.7375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jcc1zy2vVfeu1qQo1fukVtydni96Erqx { display:block; }
 }@media only screen and (max-width: 763px) { #aNlULw5KfwvXscZEc3ZMGUPCentoidsD { top:7.9375rem;left:0.90546876192094rem;width:18.1875rem;height:55.9375rem;z-index:15015;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #XkIzUN4SN1awlhWMJBKsOaga3HATZz4b { width:20.125rem;height:88.9375rem;top:1.3603515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsRFUr92u0i6H7aeGHwymLIrWQ6KwyAN { display:block; }#wsRFUr92u0i6H7aeGHwymLIrWQ6KwyAN > .row .container { width:20rem;height:31.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GUXrPrOu6ZwJzdSJ7aqIVw4atOUfth6p { width:20.0625rem;height:28.875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVRbmlNZCTLtA6T3BsdDvcfv5LuqDRuS { width:16.875rem;height:1.86875rem;top:4.8125rem;left:0.9375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsN0mGAptAQEEtwXOBfHnemncfrSJaIO { width:18.6875rem;height:20.475rem;top:8rem;left:0.65625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #g8bKdxVshDlywiBTOHWr2pHBXJtMOUWT { width:13.75rem;height:3.33125rem;top:2.79296875rem;left:1.5625rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8PkTDdTt0iG0y7i5OFuTikdNxJ40u81 { display:flex;width:4.75rem;height:4.75rem;top:38.8125rem;left:15.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ledBf08QSQmwBIByMZI6q5nQrAD1b671 { display:block; }#ledBf08QSQmwBIByMZI6q5nQrAD1b671 > .row .container { width:20rem;height:32.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mute5FSr7oQbKhTHGp5iaC79wcO1Nypq { width:19rem;height:20.475rem;top:9.75rem;left:0.5rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eQqpGtiO8ySLVTxUWWAZvNaAdryUPzCV { width:20.1875rem;height:30.375rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #opU7cpPOLlREKbzeco4VfmBJCA3gqEKF { width:14.125rem;height:3.33125rem;top:3.1357421875rem;left:1.1875rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T62FHWP45DUy4It2DbJmuLzfLA6Z7UUC { width:20rem;height:1.86875rem;top:5.2802734375rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #k0mKmT205NE4XEZ4NwCxTLoPmResyTm7 { width:13.4375rem;height:1.4625rem;top:6.8974609375rem;left:5.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDVUFIh6WVS2PQMyVPhLhE8tt2NFk0Ny { display:block; }#sDVUFIh6WVS2PQMyVPhLhE8tt2NFk0Ny > .row .container { width:20rem;height:35.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V5kKPSgHgt4eT8U3tR7lEX9wJvQ2w0nn { width:20.0625rem;height:32.875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMTimOSoXILsRx2FCNbUOeFxfvyFAGBi { width:14.1875rem;height:3.33125rem;top:2.6474609375rem;left:1.375rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wiOQR1m7Nk3qZKSHxf1q9luuTTUDoQRz { width:19.25rem;height:1.70625rem;top:4.958984375rem;left:0.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOT17RXG6wOTZfa7KroEKqXudSVNGxL8 { width:11.375rem;height:1.4625rem;top:6.310546875rem;left:8rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGH1Sr84CCQzgbam2GdTZ5KiHdUkdnEX { width:18.9375rem;height:23.4rem;top:9.419921875rem;left:0.53125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GaWNKkzLNTmAgAbtTV0QwmnkBE4iVNri { display:block; }#GaWNKkzLNTmAgAbtTV0QwmnkBE4iVNri > .row .container { width:20rem;height:36.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FZkQWpPwvS03uPOodRWNCdixavwXCaZw { width:20rem;height:3.9rem;top:1.25rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Gp47d1QA1BNQwTaQzWho8M4Jp75OsW6x { width:20rem;height:20rem;top:13.110156059265rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRgegRaU5y3CHPr9czhNPc6r5mdODkRA { top:6.7976565361025rem;left:0.46796876192093rem;width:18.9875rem;height:3.1125rem;font-size:1rem;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6UzkqaJ0oBi203DLtv2m5HAz7fuVKOT { display:block; }
 }@media only screen and (max-width: 763px) { #fQsJft9wOn8ZGU3ktIHUX5f65Hpzl257 { display:block; }#fQsJft9wOn8ZGU3ktIHUX5f65Hpzl257 > .row .container { width:20rem;height:55.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fAoEeZxETe4uum4dati26tmAaUe0FUfC { width:20rem;height:5.2rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ebUhWwI5RJNn8JTGdFZy4tohr98XHS8y { height:11.209rem;width:20rem;top:7.69921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEiTzs0psid55e1HhNOEy22dnDsE8iqH { height:11.209rem;width:20rem;top:19.978515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9bRZtbUu3X3qTCrJHbOOo07AdEfdqoe { height:11.209rem;width:20rem;top:32.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUGwKKFRE8kT6S5kMhTFlkBuqXdh4hzG { width:20rem;height:6.825rem;top:46.408203125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hHsgtb4eA4NNR30S7QW3EZOhipTBJ86O { display:block; }#hHsgtb4eA4NNR30S7QW3EZOhipTBJ86O > .row .container { width:20rem;height:107.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WHyimFagcsZOKOSZ3ava5Izo76LSRSoC { width:20rem;height:7.3125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGJnS6USpVE8VSJaNhBpPTBQiVE9wTf1 { width:2.5rem;height:0.125rem;top:23.6875rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLXTpHVQqlVvhV1L2buXe6OvTeUJmf8H { width:18.9375rem;height:14.9375rem;top:9.8125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATIc7d0fvzHBbeW1GdcD4HrQKgR0wyBA { width:17.5rem;height:11.2rem;top:12.8115234375rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBarsk73D1V2UaX7BDOrTmmk4Nlp99TN { width:20rem;height:auto;top:0rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #lGbCN6TGfK7a5eIu1ahsLgfeKxhBEkiI { width:17.5rem;height:9.8rem;top:29.6982421875rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTEZSawwylSpiIyDVv9sVMbR4AcVS5qr { width:17.5rem;height:9.8rem;top:46.01171875rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrTfA3wSosXhzm5MqLtXLJoH2vGsSlLw { width:17.5rem;height:11.2rem;top:61.6875rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wdp7EZ64inwSwTpqeiJNTlN8mtWuMwh5 { width:17.5rem;height:8.4rem;top:79.2099609375rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBE0MxUmrvQqcpmtc9LJXPdafF5DHpFS { width:17.5rem;height:8.4rem;top:95.5224609375rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcwnENqoB21DhGnecVmub3HR2oxUOX47 { width:7.875rem;height:1.25rem;top:10.75rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #TW4IO5ETWh40HmAEzcfsGKqefV6b06oM { width:18.9375rem;height:15.0625rem;top:26rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJ2mnP3WtpTV5gsOKuchFaIv64DbpZxS { width:18.9375rem;height:15.0625rem;top:42.3125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBB4Dg30vqTHGPzyXWpz2RTcfzhqIcup { width:7.875rem;height:1.25rem;top:26.9375rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Noo88GZWisQbfBcAekuGwDSG9LEQ6hfB { width:7.875rem;height:1.25rem;top:43.25rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTknSMifUR8XSCP8lOHwr9QnMao05BlT { width:18.9375rem;height:15.0625rem;top:58.625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #F61R6o5c7h9D4TrCTW8pUzxgNu2hL2I3 { width:7.875rem;height:1.25rem;top:59.5rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDElGnLhWbm3nAG7WH5ZxNZggXJ7ztue { width:18.9375rem;height:15.0625rem;top:74.9375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHIJ7EeGcA2vmXBPsgTpwt9FmWvkTtwA { width:18.9375rem;height:15.0625rem;top:91.25rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6DkMl9HFARUWHEu6U5y7AiCyGa1Sv3y { width:7.875rem;height:1.25rem;top:75.8125rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tuVmvlvsWnSO9beSHkCfQfTvXtMQ20Lm { width:7.875rem;height:1.25rem;top:92.125rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVvsmP9G0MtrHlUtxDXKMmGg0KFsIM7T { display:block; }#LVvsmP9G0MtrHlUtxDXKMmGg0KFsIM7T > .row .container { width:20rem;height:10.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qgpnCwvwKit3FtFC3Gbgp7y6T84OMPgJ { width:12.1875rem;height:2.5625rem;top:1.25rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAe8IJkfDVKQwxC85E3z8tcgfcT2TCO1 { width:19.4375rem;height:3.9rem;top:5.0625rem;left:0.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Rm8IXP6qDvJngtA9fUc4klarkCv4vQNc { display:block; }#Rm8IXP6qDvJngtA9fUc4klarkCv4vQNc > .row .container { width:20rem;height:131.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ut9AFnemTsB1EgQBJn2mi5LE2HkvbPpP { width:20rem;height:0.0625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvfvwcT8DUu7J6Gug2iNOuqVd7EBoF2J { width:20rem;height:122.2rem;top:2.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I3dRhJsKTJUXfResklTIl5hBuveGE1t0 { width:20rem;height:0.0625rem;top:125.993125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNpCnXehnCJi3CTkT8DN9yHFph2MxB6i { width:20rem;height:2.6rem;top:127.305625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }