.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;
}body {
    width: fit-content;
    min-width: calc(100vw - (100vw - 100%));
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#201f20;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#0d332a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:41.375rem;width:60rem;overflow:visible;position:relative;display:block; }#ermD6ZWygl9WoXx4y0mluBMwyv7TME4A { color:#000000;display:block;width:26.5625rem;position:absolute;font-family:termina;font-size:1.375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:6.625rem;left:-7.75rem;height:3.57421875rem;font-style:normal;display:block; }
#z7DcR9wlDaVCSNHSWiIcMmZsPaB1V6t5 { color:#ffffff;display:block;width:24.8125rem;position:absolute;font-family:termina;font-size:2.1875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:11.1875rem;left:-7.8125rem;height:8.53125rem;font-style:normal;display:block; }
#cwlsIqzxOikGRUqprG9KvF1wa5oGnp7M { color:#ffffff;display:block;width:20.8125rem;position:absolute;font-family:termina;font-size:1.1875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:20.9375rem;left:-7.875rem;height:3.0869125rem;font-style:normal;display:block; }
#D9El57EzFzxc9oaGTHSvcqmAui0UQ8VE { z-index:15004;top:25.6875rem;left:-7.9375rem;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #00df22, #004800);background-image: -moz-linear-gradient(178deg, #00df22, #004800);background-image: -ms-linear-gradient(178deg, #00df22, #004800);background-image: -o-linear-gradient(178deg, #00df22, #004800);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00df22', endColorstr='#004800' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00df22', endColorstr='#004800' );";background-image: linear-gradient(178deg, #00df22, #004800);background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;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;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:termina;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.0625rem;height:3.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#zmGuukRusP8AXRPH0EPqDEtggns7ywHZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#krEM3XturkDbzTHNGC8oARuHzmS7S8Ql { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:39.8125rem;width:57.5rem;top:3.5rem;left:18.348174672068rem;overflow:hidden;display:block; }
#veapFECdWHMzOTpizmXy1SMxghsaa6nX { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.3125rem;width:23rem;top:13.1875rem;left:-7.677372685185rem;overflow:hidden;display:block; }
#EZkDTDE0q4P3WzGCTE7GkCL8g8bAeQyd { 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:33.75rem;width:43.3125rem;display:none; }
#DCz5i1yyX7R7ZXQpqq3J1Xd37fDx61ZD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0d332a;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; }#DCz5i1yyX7R7ZXQpqq3J1Xd37fDx61ZD > .row .container { background-color: transparent; background-image: none; }#DCz5i1yyX7R7ZXQpqq3J1Xd37fDx61ZD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DCz5i1yyX7R7ZXQpqq3J1Xd37fDx61ZD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DCz5i1yyX7R7ZXQpqq3J1Xd37fDx61ZD > .row .container > .video-iframe-container { display: none; }#DCz5i1yyX7R7ZXQpqq3J1Xd37fDx61ZD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DCz5i1yyX7R7ZXQpqq3J1Xd37fDx61ZD > .row > .video-iframe-container { display: none; }#DCz5i1yyX7R7ZXQpqq3J1Xd37fDx61ZD > .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); }#DCz5i1yyX7R7ZXQpqq3J1Xd37fDx61ZD > .row .container { border-width: 0; border-radius: 0; }#DCz5i1yyX7R7ZXQpqq3J1Xd37fDx61ZD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DCz5i1yyX7R7ZXQpqq3J1Xd37fDx61ZD > .row .container { font-size:0.875rem;font-family:arial;height:57.1875rem;width:60rem;position:relative;display:block; }#hUVgw1oibTTbpahaBPC91Z7hIDoBkreh { position:absolute;display:block;z-index:15000;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;box-shadow: none;height:25.8125rem;width:46.375rem;top:17.3125rem;left:6.8125rem;display:block; }
#f4eKENN7WT1ovDsSt8C67LxgICTpvh4Z { color:#000000;display:block;width:40.8125rem;position:absolute;font-family:termina;font-size:1.5625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:6.375rem;left:9.625rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PJs5weB167BGNGrx0gdkuvZPE6ovB47r { color:#00df22;display:block;width:34.3125rem;position:absolute;font-family:termina;font-size:1.3125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:11.5625rem;left:12.875rem;height:1.70605625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WlIawxMOMVb6t9t0qC9zg0vWvMKKs6ap { z-index:15003;top:46.8125rem;left:21rem;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #00df22, #004800);background-image: -moz-linear-gradient(178deg, #00df22, #004800);background-image: -ms-linear-gradient(178deg, #00df22, #004800);background-image: -o-linear-gradient(178deg, #00df22, #004800);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00df22', endColorstr='#004800' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00df22', endColorstr='#004800' );";background-image: linear-gradient(178deg, #00df22, #004800);background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;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;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:termina;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.0625rem;height:3.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#I4hDZJRm8k0emuuxrFN0QC9ou6bHkgNp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Rfn50LOWp6yT1JJGKqOlpAVeKsVPO8oP { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.25rem;width:9.125rem;top:51.9375rem;left:25.4375rem;overflow:hidden;display:block; }
#tifaKbmmCvo6bKOPe0dVw1fyxziwPpUT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#001a00;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; }#tifaKbmmCvo6bKOPe0dVw1fyxziwPpUT > .row .container { background-color: transparent; background-image: none; }#tifaKbmmCvo6bKOPe0dVw1fyxziwPpUT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tifaKbmmCvo6bKOPe0dVw1fyxziwPpUT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tifaKbmmCvo6bKOPe0dVw1fyxziwPpUT > .row .container > .video-iframe-container { display: none; }#tifaKbmmCvo6bKOPe0dVw1fyxziwPpUT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tifaKbmmCvo6bKOPe0dVw1fyxziwPpUT > .row > .video-iframe-container { display: none; }#tifaKbmmCvo6bKOPe0dVw1fyxziwPpUT > .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); }#tifaKbmmCvo6bKOPe0dVw1fyxziwPpUT > .row .container { border-width: 0; border-radius: 0; }#tifaKbmmCvo6bKOPe0dVw1fyxziwPpUT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tifaKbmmCvo6bKOPe0dVw1fyxziwPpUT > .row .container { font-size:0.875rem;font-family:arial;height:55.1875rem;width:60rem;position:relative;display:block; }#qO9EhScZep9RTtBNbOC6l5ZTDxHLHPfi { color:#ffffff;display:block;width:34.125rem;position:absolute;font-family:termina;font-size:1.5625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:8.5625rem;left:13.6875rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WZUEgcE7wneC8pCREiLwNPrqmwJaqh4d { 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:6.1875rem;width:33.125rem;top:18.28125rem;left:0rem;overflow:hidden;display:block; }
#uMqceRNKefC4uwzp2DlXcKO5lc7C8pgI { 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:11.625rem;width:29.25rem;top:15.8125rem;left:33.75rem;overflow:hidden;display:block; }
#CTSqnkwmMZkwsNbQBsrqHevoILGQJgXT { 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:5.8125rem;width:32.1875rem;top:26.0625rem;left:0rem;overflow:hidden;display:block; }
#EqA2nzNG1HxIIb8oNSXzAVVEIaLqHttt { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:9.125rem;top:4.125rem;left:0rem;overflow:hidden;display:none; }
#XaSd21gfx3nPIVPg35WDmXNehBebM2pe { color:#000000;display:block;width:14.9375rem;position:absolute;font-family:termina;font-size:1rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:12.8125rem;left:2.9375rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#BOfM0WLl7TfWkOddE9yIq7WdRPeZr7XV { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.0625rem;width:37.375rem;top:33.8125rem;left:-2.8125rem;overflow:hidden;display:block; }
#IbfN3kTevCWz1Mv9c1Ht6WZyAS4c44uo { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.25rem;width:25.375rem;top:28.1875rem;left:37.375rem;overflow:hidden;display:block; }
#EGQdTh4lrgN6orE819CaAwCv430UDI92 { 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:21.0625rem;width:60rem;display:none; }
#fg4ZQpxyv82zJTCeW4FpsNqCXOFoyitz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#001a00;background-image:none;position:relative;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.625rem;display:block; }#fg4ZQpxyv82zJTCeW4FpsNqCXOFoyitz > .row .container { background-color: transparent; background-image: none; }#fg4ZQpxyv82zJTCeW4FpsNqCXOFoyitz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fg4ZQpxyv82zJTCeW4FpsNqCXOFoyitz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fg4ZQpxyv82zJTCeW4FpsNqCXOFoyitz > .row .container > .video-iframe-container { display: none; }#fg4ZQpxyv82zJTCeW4FpsNqCXOFoyitz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fg4ZQpxyv82zJTCeW4FpsNqCXOFoyitz > .row > .video-iframe-container { display: none; }#fg4ZQpxyv82zJTCeW4FpsNqCXOFoyitz > .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); }#fg4ZQpxyv82zJTCeW4FpsNqCXOFoyitz > .row .container { border-width: 0; border-radius: 0; }#fg4ZQpxyv82zJTCeW4FpsNqCXOFoyitz > .row > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.625rem; }#fg4ZQpxyv82zJTCeW4FpsNqCXOFoyitz > .row .container { font-size:0.875rem;font-family:arial;height:53.1875rem;width:60rem;position:relative;display:block; }#tbnBxXkzWIMPIpQmOI1xfDg0gxuFHaTQ { color:#ffffff;display:block;width:32.6875rem;position:absolute;font-family:termina;font-size:1.5625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:6.125rem;left:13.625rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dRI06ONCiMtK2sSwfQGEslCX3nOpWzKi { color:#00df22;display:block;width:34.3125rem;position:absolute;font-family:termina;font-size:1.4375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:11.0625rem;left:12.8125rem;height:1.86865rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tTPalVVqL7Vi9FD2caPPJJKOZOksPyyN { box-sizing:content-box;height:8.875rem;width:53.8125rem;position:absolute;display:block;z-index:15004;background-color:rgba(0,0,0,0);background-image:none;top:17.375rem;left:3.125rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#fWXHxIxfptp7q3a9GGOGMa68xsmFnnBQ { color:#00df22;display:block;width:3.9375rem;position:absolute;font-family:termina;font-size:3.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:19.125rem;left:18.75rem;height:5.0371125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VlgCLvOLb8Gr6KM9tWppxqmaslPPMFMZ { color:#ffffff;display:block;width:12.8125rem;position:absolute;font-family:termina;font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:19.75rem;left:4.4375rem;height:4.38720625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TfoabvsrnSvpPV0ov8Rx8Q8kOWkC4TVP { color:#ffffff;display:block;width:12.8125rem;position:absolute;font-family:termina;font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:19.75rem;left:23.75rem;height:4.38720625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dne8vTmJmoXprkvAdp2ngXytAxv6W2uO { color:#00df22;display:block;width:3.9375rem;position:absolute;font-family:termina;font-size:3.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:19.4375rem;left:38rem;height:5.0371125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WN16Twgr76MglvgPH1zTzx5TPVcCOuNJ { color:#ffffff;display:block;width:28.9375rem;position:absolute;font-family:termina;font-size:1.5625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:33.875rem;left:5.8125rem;height:4.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#g2TwWOk4mpQxcVWrMfx9c8NDeXoMO5GA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:34.375rem;left:37.9375rem; }
#eqI6f2xscz78VvuPAsNiX3zCsfi0oC1T { color:#ffffff;display:block;width:12.8125rem;position:absolute;font-family:termina;font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:19.75rem;left:42.9375rem;height:4.38720625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yzxPkd7iH96szH21BNP2lAoRasnV58AP { color:#ffffff;display:block;width:10.6875rem;position:absolute;font-family:termina;font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:38.4375rem;left:43.5rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BWK91Q6xlVsSE8tfqOWfdF3zHfyNaW1P { color:#ffffff;display:block;width:9rem;position:absolute;font-family:termina;font-size:4.6875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:32.875rem;left:44.3125rem;height:6.09375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#e3pFogd9Gh8mubTyX99dV1iAE3tFkk5m { z-index:15004;top:42.625rem;left:20.9375rem;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #00df22, #004800);background-image: -moz-linear-gradient(178deg, #00df22, #004800);background-image: -ms-linear-gradient(178deg, #00df22, #004800);background-image: -o-linear-gradient(178deg, #00df22, #004800);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00df22', endColorstr='#004800' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00df22', endColorstr='#004800' );";background-image: linear-gradient(178deg, #00df22, #004800);background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;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;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:termina;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.0625rem;height:3.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#VA1MroJ2MSBB06Vvi8m4kcg0LFedTnsx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#R50SARedxqScKBCzXkeJdJQvyAtIwNKV { color:#ffffff;display:block;width:3.1875rem;position:absolute;font-family:termina;font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:31.3125rem;left:47.1875rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T6f9NCG7BwVEIo1wxc3CFnebRT1zsTAx { position:absolute;display:block;z-index:15011;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:9.125rem;width:9.5rem;top:48.34375rem;left:25.25rem;overflow:hidden;display:block; }
#ZCWnkCXLs7Ecp16efTxfCHU2JKUnguSg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0d332a;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; }#ZCWnkCXLs7Ecp16efTxfCHU2JKUnguSg > .row .container { background-color: transparent; background-image: none; }#ZCWnkCXLs7Ecp16efTxfCHU2JKUnguSg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZCWnkCXLs7Ecp16efTxfCHU2JKUnguSg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZCWnkCXLs7Ecp16efTxfCHU2JKUnguSg > .row .container > .video-iframe-container { display: none; }#ZCWnkCXLs7Ecp16efTxfCHU2JKUnguSg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZCWnkCXLs7Ecp16efTxfCHU2JKUnguSg > .row > .video-iframe-container { display: none; }#ZCWnkCXLs7Ecp16efTxfCHU2JKUnguSg > .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); }#ZCWnkCXLs7Ecp16efTxfCHU2JKUnguSg > .row .container { border-width: 0; border-radius: 0; }#ZCWnkCXLs7Ecp16efTxfCHU2JKUnguSg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZCWnkCXLs7Ecp16efTxfCHU2JKUnguSg > .row .container { font-size:0.875rem;font-family:arial;height:48.375rem;width:60rem;position:relative;display:block; }#RUdcIxD5XT9ITtPQVROrrToSiZIOl1fk { color:#ffffff;display:block;width:32.6875rem;position:absolute;font-family:termina;font-size:1.5625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:9.0625rem;left:13.75rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CMFHbKmDceFCCHFpEx7MMwNR8TatWXFQ { box-sizing:content-box;height:5.4375rem;width:17.125rem;position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:none;top:11.375rem;left:1.8125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:none; }
#EtM1vhwJ6me1lq7rPLJVNX43xSCgbk2y { color:#000000;display:block;width:14.9375rem;position:absolute;font-family:termina;font-size:1rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:16.125rem;left:1.0625rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hZLuOt09xTb6xNBnpi96TzagZDyW6My1 { box-sizing:content-box;height:5.4375rem;width:17.125rem;position:absolute;display:block;z-index:15004;background-color:#e3e3e3;background-image:none;top:14.6875rem;left:21.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#ylPWp1bUzG1oNeo2rTgoiz0roqwvyZFB { color:#000000;display:block;width:14.9375rem;position:absolute;font-family:termina;font-size:1rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:16.125rem;left:22.625rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BtaOKcdWbIJJuToi5QVA3XppgBeveeXK { box-sizing:content-box;height:5.4375rem;width:17.125rem;position:absolute;display:block;z-index:15004;background-color:#e3e3e3;background-image:none;top:14.6875rem;left:42.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#NxtWazXV7gkLA6w3DHoTEXW30329z8Tr { color:#000000;display:block;width:14.9375rem;position:absolute;font-family:termina;font-size:1rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:16.125rem;left:44rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oarcqqOrFEUOzbAM0efpDJLZklfOwsdy { box-sizing:content-box;height:5.4375rem;width:17.125rem;position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:none;top:24.1875rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#izUPqS4e6PbMbTnH59ieIZ6UKr6tGfyE { color:#000000;display:block;width:14.9375rem;position:absolute;font-family:termina;font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:25.625rem;left:1.125rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SnyZaSVfa4dQiXnJXDTn6eETSgTKu51d { box-sizing:content-box;height:5.4375rem;width:17.125rem;position:absolute;display:block;z-index:15004;background-color:#e3e3e3;background-image:none;top:24.1875rem;left:21.4375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#C7zFN3aF1Eybp74iGK20SCtvWKwvfOzZ { color:#000000;display:block;width:14.9375rem;position:absolute;font-family:termina;font-size:1rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:25.625rem;left:22.5625rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bFkxzASDkT5bRy3u3EqVR3xZ3GVT91y0 { box-sizing:content-box;height:5.4375rem;width:17.125rem;position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:none;top:24.1875rem;left:42.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#k3T5mmLptC8TOFpV3MFGBVm0vlXo5ych { color:#000000;display:block;width:14.9375rem;position:absolute;font-family:termina;font-size:1rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:25.625rem;left:44rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qdNBA6TppJZluqyGlulyks1VoB9NfCFq { color:#ffffff;display:block;width:49.875rem;position:absolute;font-family:termina;font-size:1.5625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:35.125rem;left:5.0625rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TDwnnVHnNOANnTNEhXLEeJo7woClErNG { box-sizing:content-box;height:0.3125rem;width:50.8125rem;position:absolute;display:block;z-index:15010;background-color:transparent;background-image: -webkit-linear-gradient(153deg, #00d104, rgba(0,0,0,0));background-image: -moz-linear-gradient(153deg, #00d104, rgba(0,0,0,0));background-image: -ms-linear-gradient(153deg, #00d104, rgba(0,0,0,0));background-image: -o-linear-gradient(153deg, #00d104, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d104', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d104', endColorstr='#00000000' );";background-image: linear-gradient(153deg, #00d104, rgba(0,0,0,0));background-size:auto !important;top:40.125rem;left:4.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#rby1ZbCdNOuzZg7muSqXcNLbKQw47snh { color:#000000;display:block;width:14.9375rem;position:absolute;font-family:termina;font-size:1rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:12.8125rem;left:2.9375rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#lJvbiRCEoea1JvH9u5yD1rrLvOlvs8XH { box-sizing:content-box;height:5.4375rem;width:17.125rem;position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:none;top:14.6875rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#EylhvnnyqNWsmQCkggwuyMFBFk4te2We { color:#000000;display:block;width:14.9375rem;position:absolute;font-family:termina;font-size:1rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:12.8125rem;left:2.9375rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#RaKAVxgM8AcWTQdg5yfmum2OfD2fhGrI { box-sizing:content-box;height:5.4375rem;width:17.125rem;position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:none;top:11.375rem;left:1.8125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:none; }
#NVFNTapQMu9Xvpni3awwk8ZiZ0QFJp3W { box-sizing:content-box;height:5.4375rem;width:17.125rem;position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:none;top:11.375rem;left:1.8125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:none; }
#yHQX4uniKcy12zTacNGMm6VPnRzm2yGL { box-sizing:content-box;height:5.4375rem;width:17.125rem;position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:none;top:11.375rem;left:1.8125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:none; }
#uHSuU7GW9znsmPUGMmIw7Bw9RXqtAD8F { box-sizing:content-box;height:5.4375rem;width:17.125rem;position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:none;top:11.375rem;left:1.8125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:none; }
#EQnse0ZcO4FE4SUUMWL4guWxQLBXTz95 { z-index:15005;top:44.0625rem;left:21rem;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #00df22, #004800);background-image: -moz-linear-gradient(178deg, #00df22, #004800);background-image: -ms-linear-gradient(178deg, #00df22, #004800);background-image: -o-linear-gradient(178deg, #00df22, #004800);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00df22', endColorstr='#004800' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00df22', endColorstr='#004800' );";background-image: linear-gradient(178deg, #00df22, #004800);background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;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;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:termina;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.0625rem;height:3.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#QI4NANDXye3TJZycKLXfAqLrZnRqE2xl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LUqB2oJMLINJE7sNX7nDNmcCTlU68xWZ { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:9.5rem;top:21.625rem;left:0rem;overflow:hidden;display:none; }
#abCRlNdSLWVJ75EvgcSf6FGlREiIX2wA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0d332a;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; }#abCRlNdSLWVJ75EvgcSf6FGlREiIX2wA > .row .container { background-color: transparent; background-image: none; }#abCRlNdSLWVJ75EvgcSf6FGlREiIX2wA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#abCRlNdSLWVJ75EvgcSf6FGlREiIX2wA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#abCRlNdSLWVJ75EvgcSf6FGlREiIX2wA > .row .container > .video-iframe-container { display: none; }#abCRlNdSLWVJ75EvgcSf6FGlREiIX2wA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#abCRlNdSLWVJ75EvgcSf6FGlREiIX2wA > .row > .video-iframe-container { display: none; }#abCRlNdSLWVJ75EvgcSf6FGlREiIX2wA > .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); }#abCRlNdSLWVJ75EvgcSf6FGlREiIX2wA > .row .container { border-width: 0; border-radius: 0; }#abCRlNdSLWVJ75EvgcSf6FGlREiIX2wA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#abCRlNdSLWVJ75EvgcSf6FGlREiIX2wA > .row .container { font-size:0.875rem;font-family:arial;height:40.375rem;width:60rem;position:relative;display:block; }#FL4v1ZqZ1PVd2MbkQHNuQmVCQq4l89hL { color:#ffffff;display:block;width:40.625rem;position:absolute;font-family:termina;font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:6.75rem;left:9.6875rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HUK8dpTLfgTfHgFAAz02AddkP7oSkSOk { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.25rem;width:9.125rem;top:35.125rem;left:25.4375rem;overflow:hidden;display:block; }
#eA1odxQ2uT2HCTKTVUEr3GT892PpGHfX { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.9375rem;width:12.8125rem;top:14.125rem;left:2.875rem;overflow:hidden;display:block; }
#b2boOnbW2wJk4IxW2UHmteXi3NcpqPwl { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.9375rem;width:14rem;top:13.75rem;left:23rem;overflow:hidden;display:block; }
#ZaEZ7g6kKdHOpz2U3oJzfMbiqf3Kp7nN { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.625rem;width:12.9375rem;top:14.28125rem;left:44.0625rem;overflow:hidden;display:block; }
#iZbPQtdQiTT2cp8ICzyasKD3FgoIXNVW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#001a00;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; }#iZbPQtdQiTT2cp8ICzyasKD3FgoIXNVW > .row .container { background-color: transparent; background-image: none; }#iZbPQtdQiTT2cp8ICzyasKD3FgoIXNVW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iZbPQtdQiTT2cp8ICzyasKD3FgoIXNVW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iZbPQtdQiTT2cp8ICzyasKD3FgoIXNVW > .row .container > .video-iframe-container { display: none; }#iZbPQtdQiTT2cp8ICzyasKD3FgoIXNVW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iZbPQtdQiTT2cp8ICzyasKD3FgoIXNVW > .row > .video-iframe-container { display: none; }#iZbPQtdQiTT2cp8ICzyasKD3FgoIXNVW > .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); }#iZbPQtdQiTT2cp8ICzyasKD3FgoIXNVW > .row .container { border-width: 0; border-radius: 0; }#iZbPQtdQiTT2cp8ICzyasKD3FgoIXNVW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iZbPQtdQiTT2cp8ICzyasKD3FgoIXNVW > .row .container { font-size:0.875rem;font-family:arial;height:45.9375rem;width:60rem;position:relative;display:block; }#eC51WZOAEmosOvTfhR6zlBRUkZxuSD5L { color:#00df22;display:block;width:23.5625rem;position:absolute;font-family:termina;font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:15.546875rem;left:3.53125rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#F4bX5hBA77JUPvf06CJTqJTxApfKPuiD { color:#ffffff;display:block;width:22.375rem;position:absolute;font-family:termina;font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:17.890625rem;left:3.53125rem;height:11.71875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EHKPTgifZiu69qNvOI3F1x0F1XmqFGpW { box-sizing:content-box;height:32.375rem;width:60rem;position:absolute;display:block;z-index:14999;background-color:#0d332a;background-image:none;top:9rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#CxsfI6ChvbSEUUM1hZNTT4548uSRu2Jc { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:9.125rem;top:4.125rem;left:0rem;overflow:hidden;display:none; }
#X7JUJPq7diJkBpnTkkaTBOwwqKbgcz8T .widget-form-header {  }
#X7JUJPq7diJkBpnTkkaTBOwwqKbgcz8T .widget-regular-label { height:auto;display:block;font-family:arial;font-size:0.875rem;font-weight:bold;color:#000000;width:23.375rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#X7JUJPq7diJkBpnTkkaTBOwwqKbgcz8T .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:23.375rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial;vertical-align:top; }
#X7JUJPq7diJkBpnTkkaTBOwwqKbgcz8T .widget-input-text {padding-top: 0; padding-bottom: 0;}#X7JUJPq7diJkBpnTkkaTBOwwqKbgcz8T .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:23.375rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial;vertical-align:top; }
#X7JUJPq7diJkBpnTkkaTBOwwqKbgcz8T .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:23.375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:arial;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#X7JUJPq7diJkBpnTkkaTBOwwqKbgcz8T .widget-input-select {padding-top: 0; padding-bottom: 0;}#X7JUJPq7diJkBpnTkkaTBOwwqKbgcz8T .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; }
#X7JUJPq7diJkBpnTkkaTBOwwqKbgcz8T .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#X7JUJPq7diJkBpnTkkaTBOwwqKbgcz8T .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #00df22, #004800);background-image: -moz-linear-gradient(180deg, #00df22, #004800);background-image: -ms-linear-gradient(180deg, #00df22, #004800);background-image: -o-linear-gradient(180deg, #00df22, #004800);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00df22', endColorstr='#004800' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00df22', endColorstr='#004800' );";background-image: linear-gradient(180deg, #00df22, #004800);background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#ffffff;width:23.375rem;height:3.4375rem;font-family:arial;overflow:hidden; }
#X7JUJPq7diJkBpnTkkaTBOwwqKbgcz8T [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:arial;font-size:0.875rem; }
#X7JUJPq7diJkBpnTkkaTBOwwqKbgcz8T [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:arial;font-size:0.875rem; }
#X7JUJPq7diJkBpnTkkaTBOwwqKbgcz8T [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:arial;font-size:0.875rem; }
#X7JUJPq7diJkBpnTkkaTBOwwqKbgcz8T [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:arial;font-size:0.875rem; }
#X7JUJPq7diJkBpnTkkaTBOwwqKbgcz8T .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:arial;line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:22rem;overflow:hidden;font-style:normal;float:none; }
#X7JUJPq7diJkBpnTkkaTBOwwqKbgcz8T .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; }
#X7JUJPq7diJkBpnTkkaTBOwwqKbgcz8T .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:arial;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#X7JUJPq7diJkBpnTkkaTBOwwqKbgcz8T .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#X7JUJPq7diJkBpnTkkaTBOwwqKbgcz8T .widget-container:first-of-type{padding-top:0;}#X7JUJPq7diJkBpnTkkaTBOwwqKbgcz8T .widget-container:last-of-type{padding-bottom:0;}#X7JUJPq7diJkBpnTkkaTBOwwqKbgcz8T  { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15006;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:11.28125rem;left:31.0625rem; }
#X7JUJPq7diJkBpnTkkaTBOwwqKbgcz8T .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:23.375rem;display:block;vertical-align:top; }
#X7JUJPq7diJkBpnTkkaTBOwwqKbgcz8T .widget-info-text { display:block;height:auto;font-family:arial;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#X7JUJPq7diJkBpnTkkaTBOwwqKbgcz8T {display:block;}#X7JUJPq7diJkBpnTkkaTBOwwqKbgcz8T { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15006;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:11.28125rem;left:31.0625rem; }
#X7JUJPq7diJkBpnTkkaTBOwwqKbgcz8T #KD7uIyQ1hWyratmGq51h1zcodyLkXWBi { position:relative; }
#X7JUJPq7diJkBpnTkkaTBOwwqKbgcz8T #LulJpcnKdxgobh2aCXelwvZakq479Xak { position:relative;display:none; }
#X7JUJPq7diJkBpnTkkaTBOwwqKbgcz8T #aiftCgClyTQUmoQq1oruet3I8UiGEXLJ { position:relative; }
#X7JUJPq7diJkBpnTkkaTBOwwqKbgcz8T #R5doJBFVfx2qVOMckJxgQUHqV3GHHsQC { position:relative; }
#X7JUJPq7diJkBpnTkkaTBOwwqKbgcz8T #G42ni6SRrJlZKRsG8u8273aqKuVOii8W { position:relative;display:none; }
#X7JUJPq7diJkBpnTkkaTBOwwqKbgcz8T #Ko3rHTl9MVhqcwy4xKZ93Tpts6z9GN0W { position:relative; }
#X7JUJPq7diJkBpnTkkaTBOwwqKbgcz8T #L1RKLdVz8ozpZc9AdBS7wge2yFdDbUln { position:relative; }
#X7JUJPq7diJkBpnTkkaTBOwwqKbgcz8T #xh704Uq9ckdohvysBaUTPCXhXHNZvsvh { position:relative;display:none; }
#X7JUJPq7diJkBpnTkkaTBOwwqKbgcz8T #FFcLpzGuoqA0hHip8SC0HTRd6I0Oqzso { position:relative; }
#X7JUJPq7diJkBpnTkkaTBOwwqKbgcz8T #EBiytrqtD3xW9WPDgeZ56BLqM5Nxhn3F { position:relative; }
#X7JUJPq7diJkBpnTkkaTBOwwqKbgcz8T #Z5IGd32x996qAh2NF1uHa3DfSXuF2d3e { position:relative;display:none; }
#X7JUJPq7diJkBpnTkkaTBOwwqKbgcz8T #RTd7DEgfTmqW3Tx5zrvt8Gim547QfplH { position:relative; }
#X7JUJPq7diJkBpnTkkaTBOwwqKbgcz8T #xmPNSE7s5FbdMGlKrC3VVgM6dnU9UVVB { position:relative; }
#X7JUJPq7diJkBpnTkkaTBOwwqKbgcz8T #RX7O0Jd9IIwum8BFumWSfMtkIvc77FfM { position:relative;display:none; }
#X7JUJPq7diJkBpnTkkaTBOwwqKbgcz8T #lDvgJBLpwRab2zzhfGMyxxCAUH3HloRe { position:relative; }
#X7JUJPq7diJkBpnTkkaTBOwwqKbgcz8T #i33xnai0fR6rllGX2DnJrzxV1cpxCnH5 { position:relative; }
#X7JUJPq7diJkBpnTkkaTBOwwqKbgcz8T #fM6c1mGa7MARk4auAwrxAHgeJxtC21ak { position:relative;display:none; }
#X7JUJPq7diJkBpnTkkaTBOwwqKbgcz8T #p9N4CNnJrHBe98SeUtqFzbaBV7yJtPks { position:relative; }
#X7JUJPq7diJkBpnTkkaTBOwwqKbgcz8T #HdlgLoFkokboOIR9I98MHO6Wndd3p7nN { position:relative; }
#X7JUJPq7diJkBpnTkkaTBOwwqKbgcz8T #IGTTqTb9qvPU0TzsbuSAo3D9Viw7Sx8U { position:relative; }
#qrP2Aqbsbso9xdChhe0cwkdX8h4RHSr1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#001a00;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; }#qrP2Aqbsbso9xdChhe0cwkdX8h4RHSr1 > .row .container { background-color: transparent; background-image: none; }#qrP2Aqbsbso9xdChhe0cwkdX8h4RHSr1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qrP2Aqbsbso9xdChhe0cwkdX8h4RHSr1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qrP2Aqbsbso9xdChhe0cwkdX8h4RHSr1 > .row .container > .video-iframe-container { display: none; }#qrP2Aqbsbso9xdChhe0cwkdX8h4RHSr1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qrP2Aqbsbso9xdChhe0cwkdX8h4RHSr1 > .row > .video-iframe-container { display: none; }#qrP2Aqbsbso9xdChhe0cwkdX8h4RHSr1 > .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); }#qrP2Aqbsbso9xdChhe0cwkdX8h4RHSr1 > .row .container { border-width: 0; border-radius: 0; }#qrP2Aqbsbso9xdChhe0cwkdX8h4RHSr1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qrP2Aqbsbso9xdChhe0cwkdX8h4RHSr1 > .row .container { font-size:0.875rem;font-family:arial;height:28.625rem;width:60rem;position:relative;display:block; }#oKXztkSdMsFfMTOq7OlSzALoCOdBggDn .accordion-element-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;flex-direction:column;align-items:center;background-color:#e3e3e3;background-image:none;vertical-align:top; }
#oKXztkSdMsFfMTOq7OlSzALoCOdBggDn .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; }
#oKXztkSdMsFfMTOq7OlSzALoCOdBggDn .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.0625rem;font-family:termina;height:auto; }
#oKXztkSdMsFfMTOq7OlSzALoCOdBggDn .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:0.875rem;font-family:termina;height:auto;line-height:1.6;overflow:hidden; }
#oKXztkSdMsFfMTOq7OlSzALoCOdBggDn .accordion-trigger { width:1.0625rem;min-width:1.0625rem;height:1.0625rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#oKXztkSdMsFfMTOq7OlSzALoCOdBggDn .accordion-trigger.adaptive-delivery-prevent-bg, #oKXztkSdMsFfMTOq7OlSzALoCOdBggDn .accordion-trigger.lazyload, #oKXztkSdMsFfMTOq7OlSzALoCOdBggDn .accordion-trigger.lazyloading { background-image: none; }
#oKXztkSdMsFfMTOq7OlSzALoCOdBggDn { box-sizing:content-box;height:auto;width:46.625rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15000;background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:7.375rem;left:5.4375rem; }
#oKXztkSdMsFfMTOq7OlSzALoCOdBggDn .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#oKXztkSdMsFfMTOq7OlSzALoCOdBggDn #UpDbwmDnPgAuHuFIfvZGFWKtWiGdRqNf { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#oKXztkSdMsFfMTOq7OlSzALoCOdBggDn #bauEXEfnegxo5bC57zfyPveScMI6LHhV { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#oKXztkSdMsFfMTOq7OlSzALoCOdBggDn #wFyn6hUz426nWnXdvkGpyQ0D4tNFJN6e { display:block;position:relative; }
#oKXztkSdMsFfMTOq7OlSzALoCOdBggDn #Lfpfe7Ol33DZO9qMVhmbxmslfFonQAzB {  }
#oKXztkSdMsFfMTOq7OlSzALoCOdBggDn #OonS3NKSztsaanfZzQ0atIG4SQJ4EIZd {  }
#oKXztkSdMsFfMTOq7OlSzALoCOdBggDn #EvazXvW6mzOsr7ZZForyfBOQVU4doKea { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#oKXztkSdMsFfMTOq7OlSzALoCOdBggDn #L0xGA1e5tGzyNTleIItedpeLKpHsaAgG { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#oKXztkSdMsFfMTOq7OlSzALoCOdBggDn #GKahaZHc4uE5DTDg59MRAqFKgL8T41vy { display:block;position:relative; }
#oKXztkSdMsFfMTOq7OlSzALoCOdBggDn #dPyQHNconJRInid39WQu30AyNCvKWnCl {  }
#oKXztkSdMsFfMTOq7OlSzALoCOdBggDn #kq6wTHIVvLO1qaKTpiLHyOTENoQ8ycC1 { display:none; }
#oKXztkSdMsFfMTOq7OlSzALoCOdBggDn #EC0ZiTA8dMyc2Q4qtV87NNNovgkxF6L5 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#oKXztkSdMsFfMTOq7OlSzALoCOdBggDn #aCAWve9Hco4odXke1uIEGmAgMhTMNVTg { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#oKXztkSdMsFfMTOq7OlSzALoCOdBggDn #hKxD3liU48E8lKsfS6ZQLgNHwaiBwE8x { display:block;position:relative; }
#oKXztkSdMsFfMTOq7OlSzALoCOdBggDn #a2NgQgFp2anuPdWdIxT2nCxo6NJlSvBB {  }
#oKXztkSdMsFfMTOq7OlSzALoCOdBggDn #hAByWBiKlqSTZcp6Xifd9nlq4ba0sA4U { display:none; }
#oKXztkSdMsFfMTOq7OlSzALoCOdBggDn #LTq9hV1KuvKBTlGR1txbKTv17hFZbm4h { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#oKXztkSdMsFfMTOq7OlSzALoCOdBggDn #GExT8fSJEclhwTFZoJH0sw4baU1itaaW { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#oKXztkSdMsFfMTOq7OlSzALoCOdBggDn #cbxw3CgC5RzvkFoBhd17M38Wc5acNfVT { display:block;position:relative; }
#oKXztkSdMsFfMTOq7OlSzALoCOdBggDn #bBUil3fquTTJdPBHZoKd8R5hftHvRsft {  }
#oKXztkSdMsFfMTOq7OlSzALoCOdBggDn #bDWFFhuiIfaNBnuzWT8KFtMKHCH2lTGR { display:none; }
#KINTqz9nucRIkwDXU2a5R9lqIEw19LAT { color:#ffffff;display:block;width:40.625rem;position:absolute;font-family:termina;font-size:1.375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:5.625rem;left:9.6875rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#g2RJOTxx52C4GEoT5eTF8CaobkQVSahl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#001a00;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; }#g2RJOTxx52C4GEoT5eTF8CaobkQVSahl > .row .container { background-color: transparent; background-image: none; }#g2RJOTxx52C4GEoT5eTF8CaobkQVSahl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g2RJOTxx52C4GEoT5eTF8CaobkQVSahl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g2RJOTxx52C4GEoT5eTF8CaobkQVSahl > .row .container > .video-iframe-container { display: none; }#g2RJOTxx52C4GEoT5eTF8CaobkQVSahl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g2RJOTxx52C4GEoT5eTF8CaobkQVSahl > .row > .video-iframe-container { display: none; }#g2RJOTxx52C4GEoT5eTF8CaobkQVSahl > .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); }#g2RJOTxx52C4GEoT5eTF8CaobkQVSahl > .row .container { border-width: 0; border-radius: 0; }#g2RJOTxx52C4GEoT5eTF8CaobkQVSahl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g2RJOTxx52C4GEoT5eTF8CaobkQVSahl > .row .container { font-size:0.875rem;font-family:arial;height:15.25rem;width:60rem;position:relative;display:block; }#XGQVk28icgJeTRkUvp9kT8qeh3etXZTC { color:#ffffff;display:block;width:46.1875rem;position:absolute;font-family:termina;font-size:0.8125rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:12.171875rem;left:6.90625rem;height:1.05615rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gllx1UBPArvslNNOcvUy0MmZXc2cqLPB { 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:termina;font-size:0.8125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.625rem;height:2.1875rem;text-decoration:none;z-index:15007;text-align:left;text-align-last:left;top:4.625rem;left:27.4375rem;display:block; }
#J1Z1iFoGFmN5uibNSIkL1DtcJBSwohd8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UNQQQ5VENULWfoyTEg91mS2kbTo1Exm5 { 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:termina;font-size:0.8125rem;font-weight:300;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:7.75rem;height:2.1875rem;text-decoration:none;z-index:15008;text-align:left;text-align-last:left;top:6.625rem;left:27.4375rem;display:block; }
#Tpe02rrQPsOO7M7WosttyIDEnS17UcJf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#x7QXmf62uN5SHUCoUHzmFqmqSO6QTxTo { color:#ffffff;display:block;width:6.5625rem;position:absolute;font-family:termina;font-size:0.9375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:3.25rem;left:27.4375rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mRumUUl5TDaSSZ8MLWvgH013FLTr7ebD { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:9.625rem;top:4.15625rem;left:0rem;overflow:hidden;display:block; }
#Wdu7ZumTl9mcuTmkIBsO0GlG4c4RCSVm { color:#ffffff;display:block;width:7.9375rem;position:absolute;font-family:termina;font-size:0.9375rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:3.25rem;left:51.125rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IHZHtcON6oJltcHCSm0iS1U5xlApUHDw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:4.8125rem;left:54.1875rem; }
#IHZHtcON6oJltcHCSm0iS1U5xlApUHDw > img { max-width: 100%;max-height:100%; width:1.8125rem; height:1.8125rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ermD6ZWygl9WoXx4y0mluBMwyv7TME4A { top:6.625rem;left:0rem;width:26.5625rem;height:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7DcR9wlDaVCSNHSWiIcMmZsPaB1V6t5 { top:11.1875rem;left:0rem;width:24.8125rem;height:8.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwlsIqzxOikGRUqprG9KvF1wa5oGnp7M { top:20.9375rem;left:0rem;width:20.8125rem;height:3.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9El57EzFzxc9oaGTHSvcqmAui0UQ8VE { top:25.6875rem;left:0rem;width:20.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmGuukRusP8AXRPH0EPqDEtggns7ywHZ { display:block; }
 }@media only screen and (max-width: 763px) { #krEM3XturkDbzTHNGC8oARuHzmS7S8Ql { top:3.5rem;left:0rem;width:47.75rem;height:33.061684782609rem;display:block; }
 }@media only screen and (max-width: 763px) { #veapFECdWHMzOTpizmXy1SMxghsaa6nX { top:13.1875rem;left:0rem;width:23rem;height:21.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZkDTDE0q4P3WzGCTE7GkCL8g8bAeQyd { width:34.375rem;height:26.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DCz5i1yyX7R7ZXQpqq3J1Xd37fDx61ZD { display:block; }#DCz5i1yyX7R7ZXQpqq3J1Xd37fDx61ZD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hUVgw1oibTTbpahaBPC91Z7hIDoBkreh { top:17.3125rem;left:0.6875rem;width:46.375rem;height:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4eKENN7WT1ovDsSt8C67LxgICTpvh4Z { top:6.375rem;left:3.5rem;width:40.8125rem;height:4.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJs5weB167BGNGrx0gdkuvZPE6ovB47r { top:11.5625rem;left:6.75rem;width:34.3125rem;height:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WlIawxMOMVb6t9t0qC9zg0vWvMKKs6ap { top:46.8125rem;left:14.875rem;width:18.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4hDZJRm8k0emuuxrFN0QC9ou6bHkgNp { display:block; }
 }@media only screen and (max-width: 763px) { #Rfn50LOWp6yT1JJGKqOlpAVeKsVPO8oP { top:51.9375rem;left:19.3125rem;width:9.125rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tifaKbmmCvo6bKOPe0dVw1fyxziwPpUT { display:block; }#tifaKbmmCvo6bKOPe0dVw1fyxziwPpUT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qO9EhScZep9RTtBNbOC6l5ZTDxHLHPfi { top:8.5625rem;left:7.5625rem;width:34.125rem;height:4.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZUEgcE7wneC8pCREiLwNPrqmwJaqh4d { top:18.25rem;left:0rem;width:33.125rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMqceRNKefC4uwzp2DlXcKO5lc7C8pgI { top:15.8125rem;left:17.125rem;width:29.25rem;height:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTSqnkwmMZkwsNbQBsrqHevoILGQJgXT { top:26.0625rem;left:0rem;width:32.1875rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqA2nzNG1HxIIb8oNSXzAVVEIaLqHttt { top:4.125rem;left:0rem;width:9.125rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XaSd21gfx3nPIVPg35WDmXNehBebM2pe { top:4.875rem;left:4.8125rem;width:7.125rem;height:3.875rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #BOfM0WLl7TfWkOddE9yIq7WdRPeZr7XV { top:33.8125rem;left:0rem;width:37.375rem;height:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbfN3kTevCWz1Mv9c1Ht6WZyAS4c44uo { top:28.1875rem;left:19.9375rem;width:25.375rem;height:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGQdTh4lrgN6orE819CaAwCv430UDI92 { width:47.75rem;height:16.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #fg4ZQpxyv82zJTCeW4FpsNqCXOFoyitz { display:block; }#fg4ZQpxyv82zJTCeW4FpsNqCXOFoyitz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tbnBxXkzWIMPIpQmOI1xfDg0gxuFHaTQ { top:6.125rem;left:7.5rem;width:32.6875rem;height:4.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRI06ONCiMtK2sSwfQGEslCX3nOpWzKi { top:11.0625rem;left:6.6875rem;width:34.3125rem;height:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTPalVVqL7Vi9FD2caPPJJKOZOksPyyN { top:17.375rem;left:0rem;width:47.5rem;height:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWXHxIxfptp7q3a9GGOGMa68xsmFnnBQ { top:19.125rem;left:12.625rem;width:3.9375rem;height:5rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VlgCLvOLb8Gr6KM9tWppxqmaslPPMFMZ { top:19.75rem;left:0rem;width:12.8125rem;height:4.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfoabvsrnSvpPV0ov8Rx8Q8kOWkC4TVP { top:19.75rem;left:17.625rem;width:12.8125rem;height:4.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dne8vTmJmoXprkvAdp2ngXytAxv6W2uO { top:19.4375rem;left:31.875rem;width:3.9375rem;height:5rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WN16Twgr76MglvgPH1zTzx5TPVcCOuNJ { top:33.875rem;left:0rem;width:28.9375rem;height:4.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2TwWOk4mpQxcVWrMfx9c8NDeXoMO5GA { top:34.375rem;left:31.8125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqI6f2xscz78VvuPAsNiX3zCsfi0oC1T { top:19.75rem;left:34.9375rem;width:12.8125rem;height:4.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yzxPkd7iH96szH21BNP2lAoRasnV58AP { top:38.4375rem;left:37.0625rem;width:10.6875rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWK91Q6xlVsSE8tfqOWfdF3zHfyNaW1P { top:32.875rem;left:38.1875rem;width:9rem;height:6.0625rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3pFogd9Gh8mubTyX99dV1iAE3tFkk5m { top:42.625rem;left:14.8125rem;width:18.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VA1MroJ2MSBB06Vvi8m4kcg0LFedTnsx { display:block; }
 }@media only screen and (max-width: 763px) { #R50SARedxqScKBCzXkeJdJQvyAtIwNKV { top:31.3125rem;left:41.0625rem;width:3.1875rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6f9NCG7BwVEIo1wxc3CFnebRT1zsTAx { top:48.3125rem;left:19.125rem;width:9.5rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCWnkCXLs7Ecp16efTxfCHU2JKUnguSg { display:block; }#ZCWnkCXLs7Ecp16efTxfCHU2JKUnguSg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RUdcIxD5XT9ITtPQVROrrToSiZIOl1fk { top:9.0625rem;left:7.625rem;width:32.6875rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMFHbKmDceFCCHFpEx7MMwNR8TatWXFQ { top:11.375rem;left:0rem;width:17.125rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtM1vhwJ6me1lq7rPLJVNX43xSCgbk2y { top:16.125rem;left:0rem;width:14.9375rem;height:2.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZLuOt09xTb6xNBnpi96TzagZDyW6My1 { top:14.6875rem;left:15.375rem;width:17.125rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylPWp1bUzG1oNeo2rTgoiz0roqwvyZFB { top:16.125rem;left:16.5rem;width:14.9375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtaOKcdWbIJJuToi5QVA3XppgBeveeXK { top:14.6875rem;left:30.625rem;width:17.125rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NxtWazXV7gkLA6w3DHoTEXW30329z8Tr { top:16.125rem;left:32.8125rem;width:14.9375rem;height:2.5625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oarcqqOrFEUOzbAM0efpDJLZklfOwsdy { top:24.1875rem;left:0rem;width:17.125rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #izUPqS4e6PbMbTnH59ieIZ6UKr6tGfyE { top:25.625rem;left:0rem;width:14.9375rem;height:2.5625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnyZaSVfa4dQiXnJXDTn6eETSgTKu51d { top:24.1875rem;left:15.3125rem;width:17.125rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7zFN3aF1Eybp74iGK20SCtvWKwvfOzZ { top:25.625rem;left:16.4375rem;width:14.9375rem;height:2.5625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFkxzASDkT5bRy3u3EqVR3xZ3GVT91y0 { top:24.1875rem;left:30.625rem;width:17.125rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3T5mmLptC8TOFpV3MFGBVm0vlXo5ych { top:25.625rem;left:32.8125rem;width:14.9375rem;height:2.5625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdNBA6TppJZluqyGlulyks1VoB9NfCFq { top:35.125rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDwnnVHnNOANnTNEhXLEeJo7woClErNG { top:40.125rem;left:0rem;width:47.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rby1ZbCdNOuzZg7muSqXcNLbKQw47snh { top:12.8125rem;left:0rem;width:14.9375rem;height:2.5625rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #lJvbiRCEoea1JvH9u5yD1rrLvOlvs8XH { top:14.6875rem;left:0rem;width:17.125rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EylhvnnyqNWsmQCkggwuyMFBFk4te2We { top:4.875rem;left:4.8125rem;width:7.125rem;height:3.875rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #RaKAVxgM8AcWTQdg5yfmum2OfD2fhGrI { top:11.375rem;left:0rem;width:17.125rem;height:5.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #NVFNTapQMu9Xvpni3awwk8ZiZ0QFJp3W { top:11.375rem;left:0rem;width:17.125rem;height:5.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #yHQX4uniKcy12zTacNGMm6VPnRzm2yGL { top:11.375rem;left:0rem;width:17.125rem;height:5.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #uHSuU7GW9znsmPUGMmIw7Bw9RXqtAD8F { top:11.375rem;left:0rem;width:17.125rem;height:5.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #EQnse0ZcO4FE4SUUMWL4guWxQLBXTz95 { top:44.0625rem;left:14.875rem;width:18.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QI4NANDXye3TJZycKLXfAqLrZnRqE2xl { display:block; }
 }@media only screen and (max-width: 763px) { #LUqB2oJMLINJE7sNX7nDNmcCTlU68xWZ { top:21.625rem;left:0rem;width:9.5rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #abCRlNdSLWVJ75EvgcSf6FGlREiIX2wA { display:block; }#abCRlNdSLWVJ75EvgcSf6FGlREiIX2wA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FL4v1ZqZ1PVd2MbkQHNuQmVCQq4l89hL { top:6.75rem;left:3.5625rem;width:40.625rem;height:4.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUK8dpTLfgTfHgFAAz02AddkP7oSkSOk { top:35.125rem;left:19.3125rem;width:9.125rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eA1odxQ2uT2HCTKTVUEr3GT892PpGHfX { top:14.125rem;left:0rem;width:12.8125rem;height:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2boOnbW2wJk4IxW2UHmteXi3NcpqPwl { top:13.75rem;left:16.875rem;width:14rem;height:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZaEZ7g6kKdHOpz2U3oJzfMbiqf3Kp7nN { top:14.25rem;left:34.8125rem;width:12.9375rem;height:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZbPQtdQiTT2cp8ICzyasKD3FgoIXNVW { display:block; }#iZbPQtdQiTT2cp8ICzyasKD3FgoIXNVW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eC51WZOAEmosOvTfhR6zlBRUkZxuSD5L { top:15.5rem;left:0rem;width:23.5625rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4bX5hBA77JUPvf06CJTqJTxApfKPuiD { top:17.875rem;left:0rem;width:22.375rem;height:11.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHKPTgifZiu69qNvOI3F1x0F1XmqFGpW { top:9rem;left:0rem;width:47.75rem;height:32.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxsfI6ChvbSEUUM1hZNTT4548uSRu2Jc { top:4.125rem;left:0rem;width:9.125rem;height:4.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #X7JUJPq7diJkBpnTkkaTBOwwqKbgcz8T .widget-regular-label { width:23.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#X7JUJPq7diJkBpnTkkaTBOwwqKbgcz8T .widget-input-text { width:23.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#X7JUJPq7diJkBpnTkkaTBOwwqKbgcz8T .widget-input-text {padding-top: 0; padding-bottom: 0;}#X7JUJPq7diJkBpnTkkaTBOwwqKbgcz8T .widget-textarea { width:23.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#X7JUJPq7diJkBpnTkkaTBOwwqKbgcz8T .widget-input-select { width:23.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#X7JUJPq7diJkBpnTkkaTBOwwqKbgcz8T .widget-input-select {padding-top: 0; padding-bottom: 0;}#X7JUJPq7diJkBpnTkkaTBOwwqKbgcz8T .widget-input-button { width:23.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#X7JUJPq7diJkBpnTkkaTBOwwqKbgcz8T .widget-checkbox-label { width:22.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#X7JUJPq7diJkBpnTkkaTBOwwqKbgcz8T  { width:23.375rem;height:auto;top:11.25rem;left:21.875rem; }
#X7JUJPq7diJkBpnTkkaTBOwwqKbgcz8T .radio-container { width:23.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#X7JUJPq7diJkBpnTkkaTBOwwqKbgcz8T {display:block;}#X7JUJPq7diJkBpnTkkaTBOwwqKbgcz8T { width:23.375rem;height:auto;top:11.25rem;left:21.875rem; }
 }@media only screen and (max-width: 763px) { #X7JUJPq7diJkBpnTkkaTBOwwqKbgcz8T #KD7uIyQ1hWyratmGq51h1zcodyLkXWBi {  }
 }@media only screen and (max-width: 763px) { #X7JUJPq7diJkBpnTkkaTBOwwqKbgcz8T #LulJpcnKdxgobh2aCXelwvZakq479Xak {  }
 }@media only screen and (max-width: 763px) { #X7JUJPq7diJkBpnTkkaTBOwwqKbgcz8T #aiftCgClyTQUmoQq1oruet3I8UiGEXLJ {  }
 }@media only screen and (max-width: 763px) { #X7JUJPq7diJkBpnTkkaTBOwwqKbgcz8T #R5doJBFVfx2qVOMckJxgQUHqV3GHHsQC {  }
 }@media only screen and (max-width: 763px) { #X7JUJPq7diJkBpnTkkaTBOwwqKbgcz8T #G42ni6SRrJlZKRsG8u8273aqKuVOii8W {  }
 }@media only screen and (max-width: 763px) { #X7JUJPq7diJkBpnTkkaTBOwwqKbgcz8T #Ko3rHTl9MVhqcwy4xKZ93Tpts6z9GN0W {  }
 }@media only screen and (max-width: 763px) { #X7JUJPq7diJkBpnTkkaTBOwwqKbgcz8T #L1RKLdVz8ozpZc9AdBS7wge2yFdDbUln {  }
 }@media only screen and (max-width: 763px) { #X7JUJPq7diJkBpnTkkaTBOwwqKbgcz8T #xh704Uq9ckdohvysBaUTPCXhXHNZvsvh {  }
 }@media only screen and (max-width: 763px) { #X7JUJPq7diJkBpnTkkaTBOwwqKbgcz8T #FFcLpzGuoqA0hHip8SC0HTRd6I0Oqzso {  }
 }@media only screen and (max-width: 763px) { #X7JUJPq7diJkBpnTkkaTBOwwqKbgcz8T #EBiytrqtD3xW9WPDgeZ56BLqM5Nxhn3F {  }
 }@media only screen and (max-width: 763px) { #X7JUJPq7diJkBpnTkkaTBOwwqKbgcz8T #Z5IGd32x996qAh2NF1uHa3DfSXuF2d3e {  }
 }@media only screen and (max-width: 763px) { #X7JUJPq7diJkBpnTkkaTBOwwqKbgcz8T #RTd7DEgfTmqW3Tx5zrvt8Gim547QfplH {  }
 }@media only screen and (max-width: 763px) { #X7JUJPq7diJkBpnTkkaTBOwwqKbgcz8T #xmPNSE7s5FbdMGlKrC3VVgM6dnU9UVVB {  }
 }@media only screen and (max-width: 763px) { #X7JUJPq7diJkBpnTkkaTBOwwqKbgcz8T #RX7O0Jd9IIwum8BFumWSfMtkIvc77FfM {  }
 }@media only screen and (max-width: 763px) { #X7JUJPq7diJkBpnTkkaTBOwwqKbgcz8T #lDvgJBLpwRab2zzhfGMyxxCAUH3HloRe {  }
 }@media only screen and (max-width: 763px) { #X7JUJPq7diJkBpnTkkaTBOwwqKbgcz8T #i33xnai0fR6rllGX2DnJrzxV1cpxCnH5 {  }
 }@media only screen and (max-width: 763px) { #X7JUJPq7diJkBpnTkkaTBOwwqKbgcz8T #fM6c1mGa7MARk4auAwrxAHgeJxtC21ak {  }
 }@media only screen and (max-width: 763px) { #X7JUJPq7diJkBpnTkkaTBOwwqKbgcz8T #p9N4CNnJrHBe98SeUtqFzbaBV7yJtPks {  }
 }@media only screen and (max-width: 763px) { #X7JUJPq7diJkBpnTkkaTBOwwqKbgcz8T #HdlgLoFkokboOIR9I98MHO6Wndd3p7nN {  }
 }@media only screen and (max-width: 763px) { #X7JUJPq7diJkBpnTkkaTBOwwqKbgcz8T #IGTTqTb9qvPU0TzsbuSAo3D9Viw7Sx8U {  }
 }@media only screen and (max-width: 763px) { #qrP2Aqbsbso9xdChhe0cwkdX8h4RHSr1 { display:block; }#qrP2Aqbsbso9xdChhe0cwkdX8h4RHSr1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oKXztkSdMsFfMTOq7OlSzALoCOdBggDn .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#oKXztkSdMsFfMTOq7OlSzALoCOdBggDn { display:flex;height:auto;width:45.25rem;top:9.4375rem;left:0rem; }
#oKXztkSdMsFfMTOq7OlSzALoCOdBggDn .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #oKXztkSdMsFfMTOq7OlSzALoCOdBggDn #UpDbwmDnPgAuHuFIfvZGFWKtWiGdRqNf {  }
 }@media only screen and (max-width: 763px) { #oKXztkSdMsFfMTOq7OlSzALoCOdBggDn #bauEXEfnegxo5bC57zfyPveScMI6LHhV {  }
 }@media only screen and (max-width: 763px) { #oKXztkSdMsFfMTOq7OlSzALoCOdBggDn #wFyn6hUz426nWnXdvkGpyQ0D4tNFJN6e {  }
 }@media only screen and (max-width: 763px) { #oKXztkSdMsFfMTOq7OlSzALoCOdBggDn #Lfpfe7Ol33DZO9qMVhmbxmslfFonQAzB {  }
 }@media only screen and (max-width: 763px) { #oKXztkSdMsFfMTOq7OlSzALoCOdBggDn #OonS3NKSztsaanfZzQ0atIG4SQJ4EIZd {  }
 }@media only screen and (max-width: 763px) { #oKXztkSdMsFfMTOq7OlSzALoCOdBggDn #EvazXvW6mzOsr7ZZForyfBOQVU4doKea {  }
 }@media only screen and (max-width: 763px) { #oKXztkSdMsFfMTOq7OlSzALoCOdBggDn #L0xGA1e5tGzyNTleIItedpeLKpHsaAgG {  }
 }@media only screen and (max-width: 763px) { #oKXztkSdMsFfMTOq7OlSzALoCOdBggDn #GKahaZHc4uE5DTDg59MRAqFKgL8T41vy {  }
 }@media only screen and (max-width: 763px) { #oKXztkSdMsFfMTOq7OlSzALoCOdBggDn #dPyQHNconJRInid39WQu30AyNCvKWnCl {  }
 }@media only screen and (max-width: 763px) { #oKXztkSdMsFfMTOq7OlSzALoCOdBggDn #kq6wTHIVvLO1qaKTpiLHyOTENoQ8ycC1 {  }
 }@media only screen and (max-width: 763px) { #oKXztkSdMsFfMTOq7OlSzALoCOdBggDn #EC0ZiTA8dMyc2Q4qtV87NNNovgkxF6L5 {  }
 }@media only screen and (max-width: 763px) { #oKXztkSdMsFfMTOq7OlSzALoCOdBggDn #aCAWve9Hco4odXke1uIEGmAgMhTMNVTg {  }
 }@media only screen and (max-width: 763px) { #oKXztkSdMsFfMTOq7OlSzALoCOdBggDn #hKxD3liU48E8lKsfS6ZQLgNHwaiBwE8x {  }
 }@media only screen and (max-width: 763px) { #oKXztkSdMsFfMTOq7OlSzALoCOdBggDn #a2NgQgFp2anuPdWdIxT2nCxo6NJlSvBB {  }
 }@media only screen and (max-width: 763px) { #oKXztkSdMsFfMTOq7OlSzALoCOdBggDn #hAByWBiKlqSTZcp6Xifd9nlq4ba0sA4U {  }
 }@media only screen and (max-width: 763px) { #oKXztkSdMsFfMTOq7OlSzALoCOdBggDn #LTq9hV1KuvKBTlGR1txbKTv17hFZbm4h {  }
 }@media only screen and (max-width: 763px) { #oKXztkSdMsFfMTOq7OlSzALoCOdBggDn #GExT8fSJEclhwTFZoJH0sw4baU1itaaW {  }
 }@media only screen and (max-width: 763px) { #oKXztkSdMsFfMTOq7OlSzALoCOdBggDn #cbxw3CgC5RzvkFoBhd17M38Wc5acNfVT {  }
 }@media only screen and (max-width: 763px) { #oKXztkSdMsFfMTOq7OlSzALoCOdBggDn #bBUil3fquTTJdPBHZoKd8R5hftHvRsft {  }
 }@media only screen and (max-width: 763px) { #oKXztkSdMsFfMTOq7OlSzALoCOdBggDn #bDWFFhuiIfaNBnuzWT8KFtMKHCH2lTGR {  }
 }@media only screen and (max-width: 763px) { #KINTqz9nucRIkwDXU2a5R9lqIEw19LAT { top:5.625rem;left:3.5625rem;width:40.625rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2RJOTxx52C4GEoT5eTF8CaobkQVSahl { display:block; }#g2RJOTxx52C4GEoT5eTF8CaobkQVSahl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XGQVk28icgJeTRkUvp9kT8qeh3etXZTC { top:12.125rem;left:0.78125rem;width:46.1875rem;height:1rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gllx1UBPArvslNNOcvUy0MmZXc2cqLPB { width:11.625rem;height:2.1875rem;top:4.625rem;left:21.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1Z1iFoGFmN5uibNSIkL1DtcJBSwohd8 { display:block; }
 }@media only screen and (max-width: 763px) { #UNQQQ5VENULWfoyTEg91mS2kbTo1Exm5 { width:7.75rem;height:2.1875rem;top:6.625rem;left:21.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tpe02rrQPsOO7M7WosttyIDEnS17UcJf { display:block; }
 }@media only screen and (max-width: 763px) { #x7QXmf62uN5SHUCoUHzmFqmqSO6QTxTo { top:3.25rem;left:21.3125rem;width:6.5625rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRumUUl5TDaSSZ8MLWvgH013FLTr7ebD { top:4.125rem;left:0rem;width:9.625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wdu7ZumTl9mcuTmkIBsO0GlG4c4RCSVm { top:3.25rem;left:39.8125rem;width:7.9375rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHZHtcON6oJltcHCSm0iS1U5xlApUHDw { top:4.8125rem;left:45.9375rem;width:1.8125rem;height:1.8125rem;display:block; }
#IHZHtcON6oJltcHCSm0iS1U5xlApUHDw > img { max-width: 100%;max-height:100%; width:1.8125rem; height:1.8125rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:34.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ermD6ZWygl9WoXx4y0mluBMwyv7TME4A { width:20rem;height:2.5996125rem;top:3.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7DcR9wlDaVCSNHSWiIcMmZsPaB1V6t5 { width:18.75rem;height:5.60595625rem;top:6.875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwlsIqzxOikGRUqprG9KvF1wa5oGnp7M { width:14.8125rem;height:2.2744125rem;top:12.85546875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9El57EzFzxc9oaGTHSvcqmAui0UQ8VE { top:16.375rem;left:0rem;width:13.4375rem;height:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmGuukRusP8AXRPH0EPqDEtggns7ywHZ { display:block; }
 }@media only screen and (max-width: 763px) { #krEM3XturkDbzTHNGC8oARuHzmS7S8Ql { width:20rem;height:14.0625rem;top:21.3125rem;left:0rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #veapFECdWHMzOTpizmXy1SMxghsaa6nX { width:19.3125rem;height:18.0625rem;top:1.875rem;left:0.5625rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #EZkDTDE0q4P3WzGCTE7GkCL8g8bAeQyd { top:18.875rem;left:0rem;width:20rem;height:15.5625rem;z-index:15006;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #DCz5i1yyX7R7ZXQpqq3J1Xd37fDx61ZD { display:block; }#DCz5i1yyX7R7ZXQpqq3J1Xd37fDx61ZD > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DCz5i1yyX7R7ZXQpqq3J1Xd37fDx61ZD > .row .container { width:20rem;height:29.75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hUVgw1oibTTbpahaBPC91Z7hIDoBkreh { height:11.4375rem;width:19.75rem;top:10.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4eKENN7WT1ovDsSt8C67LxgICTpvh4Z { width:17.0625rem;height:3.8994125rem;top:2.9375rem;left:1.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PJs5weB167BGNGrx0gdkuvZPE6ovB47r { width:16.0625rem;height:2.4375rem;top:7.375rem;left:2.125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WlIawxMOMVb6t9t0qC9zg0vWvMKKs6ap { top:24.25rem;left:3.375rem;width:13.25rem;height:2.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4hDZJRm8k0emuuxrFN0QC9ou6bHkgNp { display:block; }
 }@media only screen and (max-width: 763px) { #Rfn50LOWp6yT1JJGKqOlpAVeKsVPO8oP { width:4.75rem;height:4.8125rem;top:30.4375rem;left:7.65625rem;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #tifaKbmmCvo6bKOPe0dVw1fyxziwPpUT { display:block; }#tifaKbmmCvo6bKOPe0dVw1fyxziwPpUT > .row .container { width:20rem;height:35.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qO9EhScZep9RTtBNbOC6l5ZTDxHLHPfi { width:17.1875rem;height:3.8994125rem;top:4.25rem;left:1.40625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZUEgcE7wneC8pCREiLwNPrqmwJaqh4d { width:16.625rem;height:3.375rem;top:9.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMqceRNKefC4uwzp2DlXcKO5lc7C8pgI { width:15.25rem;height:6rem;top:16rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTSqnkwmMZkwsNbQBsrqHevoILGQJgXT { width:16.125rem;height:3.5rem;top:13rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqA2nzNG1HxIIb8oNSXzAVVEIaLqHttt { width:4.9375rem;height:2.25rem;top:0rem;left:7.53125rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #XaSd21gfx3nPIVPg35WDmXNehBebM2pe { width:7.125rem;height:0;top:36.25rem;left:8.1875rem;font-size:0.625rem;z-index:15008;display:none; }
 }@media only screen and (max-width: 763px) { #BOfM0WLl7TfWkOddE9yIq7WdRPeZr7XV { width:17.5625rem;height:6.0625rem;top:28.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbfN3kTevCWz1Mv9c1Ht6WZyAS4c44uo { width:14.375rem;height:13.125rem;top:20.625rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #EGQdTh4lrgN6orE819CaAwCv430UDI92 { top:21.9375rem;left:4.25rem;width:15.75rem;height:5.375rem;z-index:15009;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #fg4ZQpxyv82zJTCeW4FpsNqCXOFoyitz { display:block; }#fg4ZQpxyv82zJTCeW4FpsNqCXOFoyitz > .row .container { width:20rem;height:49.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tbnBxXkzWIMPIpQmOI1xfDg0gxuFHaTQ { width:18.1875rem;height:2.5996125rem;top:3.75rem;left:0.90625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRI06ONCiMtK2sSwfQGEslCX3nOpWzKi { width:16.25rem;height:1.29980625rem;top:6.875rem;left:1.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tTPalVVqL7Vi9FD2caPPJJKOZOksPyyN { width:14.0625rem;height:21.625rem;top:10.25rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWXHxIxfptp7q3a9GGOGMa68xsmFnnBQ { width:3.9375rem;height:3.65625rem;top:15.4375rem;left:8rem;font-size:2.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VlgCLvOLb8Gr6KM9tWppxqmaslPPMFMZ { width:10.625rem;height:3.41161875rem;top:11.875rem;left:4.6875rem;font-size:0.875rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #TfoabvsrnSvpPV0ov8Rx8Q8kOWkC4TVP { width:10.8125rem;height:3.41161875rem;top:19.25rem;left:4.5625rem;font-size:0.875rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #dne8vTmJmoXprkvAdp2ngXytAxv6W2uO { width:3.9375rem;height:3.65625rem;top:22.9375rem;left:8rem;font-size:2.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WN16Twgr76MglvgPH1zTzx5TPVcCOuNJ { width:8.25rem;height:6.09375rem;top:35.375rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2TwWOk4mpQxcVWrMfx9c8NDeXoMO5GA { display:flex;width:2.25rem;height:2.25rem;top:36.8125rem;left:9.75rem; }
 }@media only screen and (max-width: 763px) { #eqI6f2xscz78VvuPAsNiX3zCsfi0oC1T { width:10.875rem;height:3.65625rem;top:26.875rem;left:4.5625rem;font-size:0.9375rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #yzxPkd7iH96szH21BNP2lAoRasnV58AP { width:7.875rem;height:1.29980625rem;top:39.625rem;left:12rem;font-size:1rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #BWK91Q6xlVsSE8tfqOWfdF3zHfyNaW1P { width:4.25rem;height:3.25rem;top:36.5rem;left:13.9375rem;font-size:2.5rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #e3pFogd9Gh8mubTyX99dV1iAE3tFkk5m { top:43.25rem;left:3rem;width:13.9375rem;height:2.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VA1MroJ2MSBB06Vvi8m4kcg0LFedTnsx { display:block; }
 }@media only screen and (max-width: 763px) { #R50SARedxqScKBCzXkeJdJQvyAtIwNKV { width:3.1875rem;height:1.21875rem;top:35.375rem;left:14rem;font-size:0.9375rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #T6f9NCG7BwVEIo1wxc3CFnebRT1zsTAx { width:4.25rem;height:4.0625rem;top:50.625rem;left:7.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZCWnkCXLs7Ecp16efTxfCHU2JKUnguSg { display:block; }#ZCWnkCXLs7Ecp16efTxfCHU2JKUnguSg > .row .container { width:20rem;height:42rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RUdcIxD5XT9ITtPQVROrrToSiZIOl1fk { width:12.375rem;height:2.5996125rem;top:4.3125rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMFHbKmDceFCCHFpEx7MMwNR8TatWXFQ { width:8.5rem;height:4.875rem;top:8.8125rem;left:1rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtM1vhwJ6me1lq7rPLJVNX43xSCgbk2y { width:8.625rem;height:0;top:4.8125rem;left:10.1875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #hZLuOt09xTb6xNBnpi96TzagZDyW6My1 { width:8.25rem;height:4.8125rem;top:8.9375rem;left:10.625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylPWp1bUzG1oNeo2rTgoiz0roqwvyZFB { width:14.9375rem;height:0;top:17.52978828125rem;left:2.53125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #BtaOKcdWbIJJuToi5QVA3XppgBeveeXK { width:8.5rem;height:4.75rem;top:11.5625rem;left:1rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #NxtWazXV7gkLA6w3DHoTEXW30329z8Tr { width:7.5625rem;height:1.625rem;top:16.125rem;left:1.5rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oarcqqOrFEUOzbAM0efpDJLZklfOwsdy { width:8.5625rem;height:4.8125rem;top:11.5625rem;left:10.4375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #izUPqS4e6PbMbTnH59ieIZ6UKr6tGfyE { width:7.0625rem;height:2.4375rem;top:15.75rem;left:11.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnyZaSVfa4dQiXnJXDTn6eETSgTKu51d { width:17.125rem;height:5.4375rem;top:18.111328125rem;left:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #C7zFN3aF1Eybp74iGK20SCtvWKwvfOzZ { width:7.625rem;height:2.4375rem;top:21.5625rem;left:1.4375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFkxzASDkT5bRy3u3EqVR3xZ3GVT91y0 { width:17.125rem;height:5.4375rem;top:42.86133125rem;left:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #k3T5mmLptC8TOFpV3MFGBVm0vlXo5ych { width:7.0625rem;height:2.4375rem;top:21.5625rem;left:11.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdNBA6TppJZluqyGlulyks1VoB9NfCFq { width:18.25rem;height:5.19921875rem;top:29.0625rem;left:0.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDwnnVHnNOANnTNEhXLEeJo7woClErNG { width:14.5625rem;height:0.3125rem;top:34.8125rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rby1ZbCdNOuzZg7muSqXcNLbKQw47snh { width:7.125rem;height:3.25rem;top:9.625rem;left:1.6875rem;font-size:0.625rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #lJvbiRCEoea1JvH9u5yD1rrLvOlvs8XH { width:17.125rem;height:5.4375rem;top:55.7724609375rem;left:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #EylhvnnyqNWsmQCkggwuyMFBFk4te2We { width:7.125rem;height:2.4375rem;top:10.0625rem;left:11.1875rem;font-size:0.625rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #RaKAVxgM8AcWTQdg5yfmum2OfD2fhGrI { width:8.5rem;height:4.875rem;top:14.5rem;left:1rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #NVFNTapQMu9Xvpni3awwk8ZiZ0QFJp3W { width:8.5rem;height:4.875rem;top:14.5rem;left:10.5rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #yHQX4uniKcy12zTacNGMm6VPnRzm2yGL { width:8.5rem;height:4.875rem;top:20.3125rem;left:1rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #uHSuU7GW9znsmPUGMmIw7Bw9RXqtAD8F { width:8.5rem;height:4.875rem;top:20.3125rem;left:10.5rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #EQnse0ZcO4FE4SUUMWL4guWxQLBXTz95 { top:37.25rem;left:3.125rem;width:13.75rem;height:2.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QI4NANDXye3TJZycKLXfAqLrZnRqE2xl { display:block; }
 }@media only screen and (max-width: 763px) { #LUqB2oJMLINJE7sNX7nDNmcCTlU68xWZ { width:5.5rem;height:2.4375rem;top:0rem;left:7.25rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #abCRlNdSLWVJ75EvgcSf6FGlREiIX2wA { display:block; }#abCRlNdSLWVJ75EvgcSf6FGlREiIX2wA > .row .container { width:20rem;height:44.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FL4v1ZqZ1PVd2MbkQHNuQmVCQq4l89hL { width:18.375rem;height:3.8994125rem;top:2.8125rem;left:0.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUK8dpTLfgTfHgFAAz02AddkP7oSkSOk { width:4.125rem;height:4.1875rem;top:16.47314453125rem;left:11.93212890625rem;display:none; }
 }@media only screen and (max-width: 763px) { #eA1odxQ2uT2HCTKTVUEr3GT892PpGHfX { width:9.375rem;height:17.5625rem;top:8.62939453125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2boOnbW2wJk4IxW2UHmteXi3NcpqPwl { width:9.8125rem;height:16.875rem;top:8.41064453125rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZaEZ7g6kKdHOpz2U3oJzfMbiqf3Kp7nN { width:9.5rem;height:17.625rem;top:26.19189453125rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZbPQtdQiTT2cp8ICzyasKD3FgoIXNVW { display:block; }#iZbPQtdQiTT2cp8ICzyasKD3FgoIXNVW > .row .container { width:20rem;height:48.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eC51WZOAEmosOvTfhR6zlBRUkZxuSD5L { width:13.375rem;height:1.29980625rem;top:7.875rem;left:3.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F4bX5hBA77JUPvf06CJTqJTxApfKPuiD { width:17.4375rem;height:6rem;top:9.5498046875rem;left:1.28125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EHKPTgifZiu69qNvOI3F1x0F1XmqFGpW { width:19.6875rem;height:41.25rem;top:4.9375rem;left:0rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #CxsfI6ChvbSEUUM1hZNTT4548uSRu2Jc { width:4.9375rem;height:2.25rem;top:0rem;left:7.53125rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #X7JUJPq7diJkBpnTkkaTBOwwqKbgcz8T .widget-regular-label { width:15.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#X7JUJPq7diJkBpnTkkaTBOwwqKbgcz8T .widget-input-text { width:15.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#X7JUJPq7diJkBpnTkkaTBOwwqKbgcz8T .widget-input-text {padding-top: 0; padding-bottom: 0;}#X7JUJPq7diJkBpnTkkaTBOwwqKbgcz8T .widget-textarea { width:15.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#X7JUJPq7diJkBpnTkkaTBOwwqKbgcz8T .widget-input-select { width:15.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#X7JUJPq7diJkBpnTkkaTBOwwqKbgcz8T .widget-input-select {padding-top: 0; padding-bottom: 0;}#X7JUJPq7diJkBpnTkkaTBOwwqKbgcz8T .widget-input-button { width:15.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#X7JUJPq7diJkBpnTkkaTBOwwqKbgcz8T .widget-checkbox-label { width:14.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#X7JUJPq7diJkBpnTkkaTBOwwqKbgcz8T  { width:15.4375rem;height:auto;top:16.5rem;left:1.03125rem; }
#X7JUJPq7diJkBpnTkkaTBOwwqKbgcz8T .radio-container { width:15.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#X7JUJPq7diJkBpnTkkaTBOwwqKbgcz8T {display:block;}#X7JUJPq7diJkBpnTkkaTBOwwqKbgcz8T { width:15.4375rem;height:auto;top:16.5rem;left:1.03125rem; }
 }@media only screen and (max-width: 763px) { #X7JUJPq7diJkBpnTkkaTBOwwqKbgcz8T #KD7uIyQ1hWyratmGq51h1zcodyLkXWBi {  }
 }@media only screen and (max-width: 763px) { #X7JUJPq7diJkBpnTkkaTBOwwqKbgcz8T #LulJpcnKdxgobh2aCXelwvZakq479Xak {  }
 }@media only screen and (max-width: 763px) { #X7JUJPq7diJkBpnTkkaTBOwwqKbgcz8T #aiftCgClyTQUmoQq1oruet3I8UiGEXLJ {  }
 }@media only screen and (max-width: 763px) { #X7JUJPq7diJkBpnTkkaTBOwwqKbgcz8T #R5doJBFVfx2qVOMckJxgQUHqV3GHHsQC {  }
 }@media only screen and (max-width: 763px) { #X7JUJPq7diJkBpnTkkaTBOwwqKbgcz8T #G42ni6SRrJlZKRsG8u8273aqKuVOii8W {  }
 }@media only screen and (max-width: 763px) { #X7JUJPq7diJkBpnTkkaTBOwwqKbgcz8T #Ko3rHTl9MVhqcwy4xKZ93Tpts6z9GN0W {  }
 }@media only screen and (max-width: 763px) { #X7JUJPq7diJkBpnTkkaTBOwwqKbgcz8T #L1RKLdVz8ozpZc9AdBS7wge2yFdDbUln {  }
 }@media only screen and (max-width: 763px) { #X7JUJPq7diJkBpnTkkaTBOwwqKbgcz8T #xh704Uq9ckdohvysBaUTPCXhXHNZvsvh {  }
 }@media only screen and (max-width: 763px) { #X7JUJPq7diJkBpnTkkaTBOwwqKbgcz8T #FFcLpzGuoqA0hHip8SC0HTRd6I0Oqzso {  }
 }@media only screen and (max-width: 763px) { #X7JUJPq7diJkBpnTkkaTBOwwqKbgcz8T #EBiytrqtD3xW9WPDgeZ56BLqM5Nxhn3F {  }
 }@media only screen and (max-width: 763px) { #X7JUJPq7diJkBpnTkkaTBOwwqKbgcz8T #Z5IGd32x996qAh2NF1uHa3DfSXuF2d3e {  }
 }@media only screen and (max-width: 763px) { #X7JUJPq7diJkBpnTkkaTBOwwqKbgcz8T #RTd7DEgfTmqW3Tx5zrvt8Gim547QfplH {  }
 }@media only screen and (max-width: 763px) { #X7JUJPq7diJkBpnTkkaTBOwwqKbgcz8T #xmPNSE7s5FbdMGlKrC3VVgM6dnU9UVVB {  }
 }@media only screen and (max-width: 763px) { #X7JUJPq7diJkBpnTkkaTBOwwqKbgcz8T #RX7O0Jd9IIwum8BFumWSfMtkIvc77FfM {  }
 }@media only screen and (max-width: 763px) { #X7JUJPq7diJkBpnTkkaTBOwwqKbgcz8T #lDvgJBLpwRab2zzhfGMyxxCAUH3HloRe {  }
 }@media only screen and (max-width: 763px) { #X7JUJPq7diJkBpnTkkaTBOwwqKbgcz8T #i33xnai0fR6rllGX2DnJrzxV1cpxCnH5 {  }
 }@media only screen and (max-width: 763px) { #X7JUJPq7diJkBpnTkkaTBOwwqKbgcz8T #fM6c1mGa7MARk4auAwrxAHgeJxtC21ak {  }
 }@media only screen and (max-width: 763px) { #X7JUJPq7diJkBpnTkkaTBOwwqKbgcz8T #p9N4CNnJrHBe98SeUtqFzbaBV7yJtPks {  }
 }@media only screen and (max-width: 763px) { #X7JUJPq7diJkBpnTkkaTBOwwqKbgcz8T #HdlgLoFkokboOIR9I98MHO6Wndd3p7nN {  }
 }@media only screen and (max-width: 763px) { #X7JUJPq7diJkBpnTkkaTBOwwqKbgcz8T #IGTTqTb9qvPU0TzsbuSAo3D9Viw7Sx8U {  }
 }@media only screen and (max-width: 763px) { #qrP2Aqbsbso9xdChhe0cwkdX8h4RHSr1 { display:block; }#qrP2Aqbsbso9xdChhe0cwkdX8h4RHSr1 > .row .container { width:20rem;height:26rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oKXztkSdMsFfMTOq7OlSzALoCOdBggDn .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#oKXztkSdMsFfMTOq7OlSzALoCOdBggDn .accordion-heading-text { font-size:0.75rem;height:auto;line-height:1.5;overflow:hidden;text-align:center;text-align-last:center; }
#oKXztkSdMsFfMTOq7OlSzALoCOdBggDn { display:flex;height:auto;width:16.75rem;top:5.78125rem;left:1.375rem;gap:0.5rem;padding-top:0.25rem;padding-right:0.25rem;padding-bottom:0.25rem;padding-left:0.25rem; }
#oKXztkSdMsFfMTOq7OlSzALoCOdBggDn .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #oKXztkSdMsFfMTOq7OlSzALoCOdBggDn #UpDbwmDnPgAuHuFIfvZGFWKtWiGdRqNf {  }
 }@media only screen and (max-width: 763px) { #oKXztkSdMsFfMTOq7OlSzALoCOdBggDn #bauEXEfnegxo5bC57zfyPveScMI6LHhV {  }
 }@media only screen and (max-width: 763px) { #oKXztkSdMsFfMTOq7OlSzALoCOdBggDn #wFyn6hUz426nWnXdvkGpyQ0D4tNFJN6e {  }
 }@media only screen and (max-width: 763px) { #oKXztkSdMsFfMTOq7OlSzALoCOdBggDn #Lfpfe7Ol33DZO9qMVhmbxmslfFonQAzB {  }
 }@media only screen and (max-width: 763px) { #oKXztkSdMsFfMTOq7OlSzALoCOdBggDn #OonS3NKSztsaanfZzQ0atIG4SQJ4EIZd {  }
 }@media only screen and (max-width: 763px) { #oKXztkSdMsFfMTOq7OlSzALoCOdBggDn #EvazXvW6mzOsr7ZZForyfBOQVU4doKea {  }
 }@media only screen and (max-width: 763px) { #oKXztkSdMsFfMTOq7OlSzALoCOdBggDn #L0xGA1e5tGzyNTleIItedpeLKpHsaAgG {  }
 }@media only screen and (max-width: 763px) { #oKXztkSdMsFfMTOq7OlSzALoCOdBggDn #GKahaZHc4uE5DTDg59MRAqFKgL8T41vy {  }
 }@media only screen and (max-width: 763px) { #oKXztkSdMsFfMTOq7OlSzALoCOdBggDn #dPyQHNconJRInid39WQu30AyNCvKWnCl {  }
 }@media only screen and (max-width: 763px) { #oKXztkSdMsFfMTOq7OlSzALoCOdBggDn #kq6wTHIVvLO1qaKTpiLHyOTENoQ8ycC1 {  }
 }@media only screen and (max-width: 763px) { #oKXztkSdMsFfMTOq7OlSzALoCOdBggDn #EC0ZiTA8dMyc2Q4qtV87NNNovgkxF6L5 {  }
 }@media only screen and (max-width: 763px) { #oKXztkSdMsFfMTOq7OlSzALoCOdBggDn #aCAWve9Hco4odXke1uIEGmAgMhTMNVTg {  }
 }@media only screen and (max-width: 763px) { #oKXztkSdMsFfMTOq7OlSzALoCOdBggDn #hKxD3liU48E8lKsfS6ZQLgNHwaiBwE8x {  }
 }@media only screen and (max-width: 763px) { #oKXztkSdMsFfMTOq7OlSzALoCOdBggDn #a2NgQgFp2anuPdWdIxT2nCxo6NJlSvBB {  }
 }@media only screen and (max-width: 763px) { #oKXztkSdMsFfMTOq7OlSzALoCOdBggDn #hAByWBiKlqSTZcp6Xifd9nlq4ba0sA4U {  }
 }@media only screen and (max-width: 763px) { #oKXztkSdMsFfMTOq7OlSzALoCOdBggDn #LTq9hV1KuvKBTlGR1txbKTv17hFZbm4h {  }
 }@media only screen and (max-width: 763px) { #oKXztkSdMsFfMTOq7OlSzALoCOdBggDn #GExT8fSJEclhwTFZoJH0sw4baU1itaaW {  }
 }@media only screen and (max-width: 763px) { #oKXztkSdMsFfMTOq7OlSzALoCOdBggDn #cbxw3CgC5RzvkFoBhd17M38Wc5acNfVT {  }
 }@media only screen and (max-width: 763px) { #oKXztkSdMsFfMTOq7OlSzALoCOdBggDn #bBUil3fquTTJdPBHZoKd8R5hftHvRsft {  }
 }@media only screen and (max-width: 763px) { #oKXztkSdMsFfMTOq7OlSzALoCOdBggDn #bDWFFhuiIfaNBnuzWT8KFtMKHCH2lTGR {  }
 }@media only screen and (max-width: 763px) { #KINTqz9nucRIkwDXU2a5R9lqIEw19LAT { width:16.5rem;height:1.29980625rem;top:3.875rem;left:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2RJOTxx52C4GEoT5eTF8CaobkQVSahl { display:block; }#g2RJOTxx52C4GEoT5eTF8CaobkQVSahl > .row .container { width:20rem;height:23.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XGQVk28icgJeTRkUvp9kT8qeh3etXZTC { width:18.6875rem;height:1.4619125rem;top:20.16064453125rem;left:0.65625rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gllx1UBPArvslNNOcvUy0MmZXc2cqLPB { width:10.4375rem;height:2.0625rem;top:9.25rem;left:4.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1Z1iFoGFmN5uibNSIkL1DtcJBSwohd8 { display:block; }
 }@media only screen and (max-width: 763px) { #UNQQQ5VENULWfoyTEg91mS2kbTo1Exm5 { width:7rem;height:2.0625rem;top:8rem;left:6.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tpe02rrQPsOO7M7WosttyIDEnS17UcJf { display:block; }
 }@media only screen and (max-width: 763px) { #x7QXmf62uN5SHUCoUHzmFqmqSO6QTxTo { width:4.8125rem;height:1.13720625rem;top:7.1875rem;left:7.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRumUUl5TDaSSZ8MLWvgH013FLTr7ebD { width:7rem;height:1.9375rem;top:2.5625rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wdu7ZumTl9mcuTmkIBsO0GlG4c4RCSVm { width:7.0625rem;height:1.13720625rem;top:12.6875rem;left:6.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHZHtcON6oJltcHCSm0iS1U5xlApUHDw { display:flex;width:1.8125rem;height:1.8125rem;top:14.5rem;left:9.09375rem; }
#IHZHtcON6oJltcHCSm0iS1U5xlApUHDw > img { max-width: 100%;max-height:100%; width:1.8125rem; height:1.8125rem; } }