.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#faf1e2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
 #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR *:focus-visible, #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR input[type="text"]:focus-visible, #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR input[type="email"]:focus-visible, #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR input[type="tel"]:focus-visible, #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR textarea:focus-visible { outline:0.125rem solid #000000;; } #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS > .row .container { background-color: transparent; background-image: none; }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS > .row .container > .video-iframe-container { display: none; }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS > .row > .video-iframe-container { display: none; }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS > .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); }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS > .row .container { border-width: 0; border-radius: 0; }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS > .row .container { font-size:0.875rem;font-family:arial;height:36.9375rem;width:60rem;position:relative;display:block; }#dXem1tvvtA6OTnywv3sKTmFzowRtOvT7 { 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:31.5625rem;width:31.5625rem;top:2.68643450737rem;left:28.4375rem;overflow:hidden;display:block; }
#e40KBUkwBBvTuJEBNHVPTV51nr3NxGPQ { color:#63458a;display:block;width:32.0623125rem;position:absolute;font-family:"league gothic";font-size:3.75rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:11.5rem;left:0rem;height:9.75rem;display:block; }
#EeLCUn8ffr31q0cbO8GOuKminqAKVI3o { color:#000000;display:block;width:28.9985625rem;position:absolute;font-family:nunito;font-size:1.0625rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:19.18678855896rem;left:0rem;height:8.288375rem;font-style:normal;display:block; }
#BTqdHOWn7TZ1aTEqNV9GytXGCykGZPrd { background-color:transparent;background-image: -webkit-linear-gradient(14deg, #63458a, #63458a);background-image: -moz-linear-gradient(14deg, #63458a, #63458a);background-image: -ms-linear-gradient(14deg, #63458a, #63458a);background-image: -o-linear-gradient(14deg, #63458a, #63458a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#63458a', endColorstr='#63458a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#63458a', endColorstr='#63458a' );";background-image: linear-gradient(14deg, #63458a, #63458a);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: 0.9375rem 0.625rem 1.875rem rgba(126,69,245,0.5) ;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:"league gothic";font-size:1.625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.8743125rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:30.867364883423rem;left:5.0603694915771rem;display:block; }
#wSS61xXWr5yKt34tGTR2zk1Qr5RTqzBD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cemLcoPdx3GrXaTsJd7DOBsBt4pTTE0O { 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:10.4368125rem;width:13.5618125rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#Ph6kkaySquVRMCMKFKByG0dn7KIRxhT2 { 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:#63458a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"league gothic";font-size:1.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:3.49964375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:2.2088067531586rem;left:22.551490783691rem;display:block; }
#fVG8Bcg1UXdTNxURJSpnLHnZZZVqXW3R { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HCw6Zodd9mhxs3TPLMtFs7b8DSnAUJxZ { 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:#63458a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"league gothic";font-size:1.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.56196875rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:2.2407670021057rem;left:34.303089141846rem;display:block; }
#BZ0cuXNicRm4m98dAd43hty86iiiFDnG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GEAC9MH5e8Baea8hBXPGvwcEC5mJTNb9 { 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:#63458a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"league gothic";font-size:1.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.2493125rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:2.2407670021057rem;left:41.11771774292rem;display:block; }
#W5Fiax3VTF4algh42UgEpi9OAGDlKam7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VQ2LtJzoMGIFqFgecsN3Z6bKAecQUDAC { 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.0625rem dotted #63458a;border-left:0.0625rem dotted #63458a;border-right:0.0625rem dotted #63458a;border-bottom:0.0625rem dotted #63458a;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:#c1292e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"league gothic";font-size:1.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.260801125rem;height:3.448151125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:2.1759586334229rem;left:50.123401641846rem;display:block; }
#eZvQhMxFUmQ6laKLBTKBkpEGuR1G9TVo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vubqByFnU08xfBbTcSpZgHp1B3wFCIwQ { 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:1.49946875rem;width:1.5625rem;top:7.6793322563169rem;left:17.248756408691rem;overflow:hidden;display:block; }
#m9M5CzMFdUTuWp1Go7FsAlNEiaktp1ET { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6859rem;width:1.6859rem;top:34.248046875rem;left:32.060546875rem;overflow:hidden;display:block; }
#oyJ0WfEU9hkqdHQMKSiLZrbrh8V0a3CT { 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:2.374825rem;width:2.374825rem;top:29.65553855896rem;left:49.31107711792rem;overflow:hidden;display:block; }
#dTwlHtyxkiVZVAHGSCJ4Ttv0PxCNakuF { position:absolute;display:block;z-index:15012;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.1875rem solid #c1292e;border-left:0.1875rem solid #c1292e;border-right:0.1875rem solid #c1292e;border-bottom:0.1875rem solid #c1292e;border-top-left-radius:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:6.4018106460569rem;left:35.435901641846rem;display:block; }
#SQZsc5TxXhQ0aBxZxmExM3EGwhQ5Tgex { position:absolute;display:block;z-index:15013;background-color:#ffc143;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #ffc143;border-left:0.1875rem solid #ffc143;border-right:0.1875rem solid #ffc143;border-bottom:0.1875rem solid #ffc143;border-top-left-radius:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:8.1875rem;left:55.687498092651rem;display:block; }
#sfBwDFf428LbuSKwJVkqLO0Euoerikok { position:absolute;display:block;z-index:15014;height:6.7498125rem;width:12.0623125rem;top:9.1787996292112rem;left:39.211647033691rem;display:block; }
#TvTaRE91mVBUME0Mc9TWTkHqC43CyAFf { position:absolute;display:block;z-index:15016;height:9.8748125rem;width:17.6243125rem;top:19.837533950806rem;left:37.313564300537rem;display:block; }
#lWGese7BChk37rPkRccDSWHuIFwdaPIN { position:relative;display:block; }#lWGese7BChk37rPkRccDSWHuIFwdaPIN { background-color: transparent; background-image: none; }#lWGese7BChk37rPkRccDSWHuIFwdaPIN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lWGese7BChk37rPkRccDSWHuIFwdaPIN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lWGese7BChk37rPkRccDSWHuIFwdaPIN > .row .container > .video-iframe-container { display: none; }#lWGese7BChk37rPkRccDSWHuIFwdaPIN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lWGese7BChk37rPkRccDSWHuIFwdaPIN > .row > .video-iframe-container { display: none; }#lWGese7BChk37rPkRccDSWHuIFwdaPIN > .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); }#lWGese7BChk37rPkRccDSWHuIFwdaPIN { border-width: 0; border-radius: 0; }#lWGese7BChk37rPkRccDSWHuIFwdaPIN > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#lWGese7BChk37rPkRccDSWHuIFwdaPIN > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#faf1e2;background-image:none;font-size:0.875rem;font-family:arial;height:4.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#cmwzFUXmeznc7TRHi4wXALTktHNO2X3f { color:#000000;display:block;width:60rem;position:absolute;font-family:nunito;font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:2.6062545776367rem;left:0.0625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm { position:relative;display:block; }#FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm { background-color: transparent; background-image: none; }#FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm > .row .container > .video-iframe-container { display: none; }#FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm > .row > .video-iframe-container { display: none; }#FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm > .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); }#FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm { border-width: 0; border-radius: 0; }#FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#faf1e2;background-image:none;font-size:0.875rem;font-family:arial;height:3.1875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Alkw7ZyrDRH1OGkH45xdF544CTPyPJ9k { color:#63458a;display:block;width:60rem;position:absolute;font-family:"league gothic";font-size:3.125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#F4L6dCoac9D63gAIwAZc29vsPKqbbMRV { position:relative;display:block; }#F4L6dCoac9D63gAIwAZc29vsPKqbbMRV { background-color: transparent; background-image: none; }#F4L6dCoac9D63gAIwAZc29vsPKqbbMRV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F4L6dCoac9D63gAIwAZc29vsPKqbbMRV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F4L6dCoac9D63gAIwAZc29vsPKqbbMRV > .row .container > .video-iframe-container { display: none; }#F4L6dCoac9D63gAIwAZc29vsPKqbbMRV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F4L6dCoac9D63gAIwAZc29vsPKqbbMRV > .row > .video-iframe-container { display: none; }#F4L6dCoac9D63gAIwAZc29vsPKqbbMRV > .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); }#F4L6dCoac9D63gAIwAZc29vsPKqbbMRV { border-width: 0; border-radius: 0; }#F4L6dCoac9D63gAIwAZc29vsPKqbbMRV > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#F4L6dCoac9D63gAIwAZc29vsPKqbbMRV > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#faf1e2;background-image:none;font-size:0.875rem;font-family:arial;height:22.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#rzl0J9rzTaQsvnaxMBWL23KXw8kGiWtH { 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:3.5rem;width:3.5rem;top:2.625rem;left:4.5rem;overflow:hidden;display:block; }
#ExqImoVTz8iWal0yc8gotUC0KUbGxxK9 { 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:4.125rem;width:4.125rem;top:2.375rem;left:48.7490234375rem;overflow:hidden;display:block; }
#wHcGA5QUicRDIauC2TXRIULURxfPQTTg { position:absolute;display:block;z-index:15001;background-color:#def9d8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: none;height:4.375rem;width:4.375rem;top:1.875rem;left:36rem;display:block; }
#P1SrTTuaprhCEhISeI1skaIBits07seq { position:absolute;display:block;z-index:15002;background-color:#ffd6d6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: none;height:4.3125rem;width:4.3125rem;top:2.28125rem;left:50.34375rem;display:block; }
#MpEOrNwArlscVRmRVLTmMJ4KNScuIEcK { 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:3.625rem;width:3.625rem;top:2.625rem;left:34.875rem;overflow:hidden;display:block; }
#Xuflhibc2fMrFWooJLwb7Qggmx5XBGai { position:absolute;display:block;z-index:14999;background-color:#e8dffe;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: none;height:4.375rem;width:4.375rem;top:1.875rem;left:5.375rem;display:block; }
#i8kMuAuukDazQsHbmKWa5nvRbgRMEkC4 { position:absolute;display:block;z-index:15000;background-color:rgba(255,191,0,0.21);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: none;height:4.375rem;width:4.375rem;top:1.873046875rem;left:20.3125rem;display:block; }
#BiX7tcmzqU0XaWsM3a1vN42aRvodsbA2 { 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:3.75rem;width:3.75rem;top:2.498046875rem;left:19.1875rem;overflow:hidden;display:block; }
#we2qy1nzrheCS96teVKAdGXg8TTyfgvW { color:#663afa;display:block;width:14.5rem;position:absolute;font-family:"league gothic";font-size:1.875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:7.9750061035156rem;left:0.375rem;height:4.8739375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Mk6bJPXh9VhpeFbktfzZz0TtglLthzwV { color:#000000;display:block;width:14.8105625rem;position:absolute;font-family:nunito;font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:13.8798828125rem;left:0rem;height:5.84871875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GrVgZ9qQycH2mMJ3yn2Zs06NtWrAzs1z { color:#000000;display:block;width:14.6230625rem;position:absolute;font-family:nunito;font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:13.8798828125rem;left:15rem;height:5.84871875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tm7KeOAVPuHnlfcgGyHVhnCkwGXuTZS7 { color:#ffbf00;display:block;width:14.625rem;position:absolute;font-family:"league gothic";font-size:1.875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:7.9375rem;left:15.250001907349rem;height:7.310875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cmVOqfFXPqQmAui0mrEyeuzFJsn1JGPu { color:#06d6a0;display:block;width:14.875rem;position:absolute;font-family:"league gothic";font-size:1.875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:7.9375rem;left:30.000001907349rem;height:7.310875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#p0Us1ta9n8CfzWgiTEtQJccrbs0LlMTB { color:#000000;display:block;width:14.8115rem;position:absolute;font-family:nunito;font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:13.8798828125rem;left:30rem;height:5.84871875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qKkk8UDEfvTydf0h8VfF2BirCfq9T7Wq { color:#c1292e;display:block;width:14.8125rem;position:absolute;font-family:"league gothic";font-size:1.875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:8rem;left:45.000001907349rem;height:4.8739375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ofdZUhmIwBaCF5brPTRMk2BCAomJTwsF { color:#000000;display:block;width:14.8105625rem;position:absolute;font-family:nunito;font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:13.8798828125rem;left:45rem;height:5.84871875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PXzXap1S450d2cADbPIOt2zRh2R4UT1R { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf1e2;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; }#PXzXap1S450d2cADbPIOt2zRh2R4UT1R > .row .container { background-color: transparent; background-image: none; }#PXzXap1S450d2cADbPIOt2zRh2R4UT1R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PXzXap1S450d2cADbPIOt2zRh2R4UT1R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PXzXap1S450d2cADbPIOt2zRh2R4UT1R > .row .container > .video-iframe-container { display: none; }#PXzXap1S450d2cADbPIOt2zRh2R4UT1R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PXzXap1S450d2cADbPIOt2zRh2R4UT1R > .row > .video-iframe-container { display: none; }#PXzXap1S450d2cADbPIOt2zRh2R4UT1R > .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); }#PXzXap1S450d2cADbPIOt2zRh2R4UT1R > .row .container { border-width: 0; border-radius: 0; }#PXzXap1S450d2cADbPIOt2zRh2R4UT1R > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PXzXap1S450d2cADbPIOt2zRh2R4UT1R > .row .container { font-size:0.875rem;font-family:arial;height:4.1875rem;width:60rem;position:relative;display:block; }#MSol6HN5rvWKJaqgzkWWUy3w6iBAdVNH { color:#000000;display:block;width:60rem;position:absolute;font-family:nunito;font-size:1.3125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:2.4187545776367rem;left:0.0625rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ncbBIStKKAKOovnx0UZG00UeGxwRN1bu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf1e2;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; }#ncbBIStKKAKOovnx0UZG00UeGxwRN1bu > .row .container { background-color: transparent; background-image: none; }#ncbBIStKKAKOovnx0UZG00UeGxwRN1bu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ncbBIStKKAKOovnx0UZG00UeGxwRN1bu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ncbBIStKKAKOovnx0UZG00UeGxwRN1bu > .row .container > .video-iframe-container { display: none; }#ncbBIStKKAKOovnx0UZG00UeGxwRN1bu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ncbBIStKKAKOovnx0UZG00UeGxwRN1bu > .row > .video-iframe-container { display: none; }#ncbBIStKKAKOovnx0UZG00UeGxwRN1bu > .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); }#ncbBIStKKAKOovnx0UZG00UeGxwRN1bu > .row .container { border-width: 0; border-radius: 0; }#ncbBIStKKAKOovnx0UZG00UeGxwRN1bu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ncbBIStKKAKOovnx0UZG00UeGxwRN1bu > .row .container { font-size:0.875rem;font-family:arial;height:4.0625rem;width:60rem;position:relative;display:block; }#Use4eX4MxkC6ApfrIZ4WGgNBvIxPnxGW { color:#63458a;display:block;width:60rem;position:absolute;font-family:"league gothic";font-size:3.125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:0.9375rem;left:0rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Wyr0REPNnhkpvNdlGJiNsPzr2khccUwD { 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:2.374825rem;width:2.374825rem;top:1.6447067260743rem;left:52.698863983154rem;overflow:hidden;display:block; }
#UOUzt3bH1I93dHAT786INvEXim2ewl91 { position:absolute;display:block;z-index:15013;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.1875rem solid #c1292e;border-left:0.1875rem solid #c1292e;border-right:0.1875rem solid #c1292e;border-bottom:0.1875rem solid #c1292e;border-top-left-radius:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:1.639030456543rem;left:4.2613639831543rem;display:block; }
#MCLQgbBhrPmSCNtRw3vABr71lOF2HaTK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf1e2;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; }#MCLQgbBhrPmSCNtRw3vABr71lOF2HaTK > .row .container { background-color: transparent; background-image: none; }#MCLQgbBhrPmSCNtRw3vABr71lOF2HaTK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MCLQgbBhrPmSCNtRw3vABr71lOF2HaTK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MCLQgbBhrPmSCNtRw3vABr71lOF2HaTK > .row .container > .video-iframe-container { display: none; }#MCLQgbBhrPmSCNtRw3vABr71lOF2HaTK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MCLQgbBhrPmSCNtRw3vABr71lOF2HaTK > .row > .video-iframe-container { display: none; }#MCLQgbBhrPmSCNtRw3vABr71lOF2HaTK > .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); }#MCLQgbBhrPmSCNtRw3vABr71lOF2HaTK > .row .container { border-width: 0; border-radius: 0; }#MCLQgbBhrPmSCNtRw3vABr71lOF2HaTK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MCLQgbBhrPmSCNtRw3vABr71lOF2HaTK > .row .container { font-size:0.875rem;font-family:arial;height:21.1875rem;width:60rem;position:relative;display:block; }#O1wK7PFfdL8qg8dO5t7iyJdIDMHeCgxa { position:absolute;display:block;z-index:15000;background-color:#63458a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:18.375rem;width:28.75rem;top:1.75rem;left:0rem;display:block; }
#or7hGB4xU0NABQLc2bDGECp4GnwfJ8cx { color:#000000;display:block;width:25.1875rem;position:absolute;font-family:nunito;font-size:1.0625rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:3.85546875rem;left:1.625rem;height:1.38139375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uSyU4eEaHVHsu68cp1E5zi8CdBuklSS5 { color:#000000;display:block;width:25.1875rem;position:absolute;font-family:"league gothic";font-size:1.875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:5.6789770126342rem;left:1.6246452331543rem;height:4.8739375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bS5wb7HQnJNDmT39Xufq2J9MLSBNVNip { color:#000000;display:block;width:23.187125rem;position:absolute;font-family:nunito;font-size:1.0625rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:8.8689613342288rem;left:1.6246452331543rem;height:6.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#v2Gexu2T1OEeNUKVa1rW6dMszlKppNi7 { 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.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;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:"league gothic";font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.875rem;height:3.1875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:15.8125rem;left:1.625rem;display:block; }
#yRcq9SfMNltr3F8UmT5DZv9UJEygV3PT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eoUW1tJtRlw8QEMdaTIAtLbULFvFSirO { 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:1.75rem;width:1.75rem;top:3.0607643127441rem;left:24.1875rem;overflow:hidden;display:block; }
#EfZMQhxcFdIwZPfhPzcnmpRSNkD7KgbG { color:rgba(255,255,255,0.19);display:block;width:12.5rem;position:absolute;font-family:"league gothic";font-size:3.125rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:15.1875rem;left:14.5625rem;height:4.0625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ZHHgmccm7XvIRgRd47lcL8DLbWwDrIlT { position:absolute;display:block;z-index:15008;background-color:#ffbf00;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:18.375rem;width:28.75rem;top:1.75rem;left:31rem;display:block; }
#ddTXcxw8gnfhXCAeHiMlr2462fuL7yPe { color:#000000;display:block;width:25.625rem;position:absolute;font-family:nunito;font-size:1.0625rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:3.875rem;left:32.625rem;height:1.38139375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uQZnuWsccWNiw0CBtUaxNfgn1oWZH7iC { color:#000000;display:block;width:25.75rem;position:absolute;font-family:"league gothic";font-size:1.875rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:5.6860790252686rem;left:32.623401641846rem;height:4.8739375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#F7vg6IVoIlZiOw5Blim6uB8Wfx66iuN9 { color:#000000;display:block;width:23.187125rem;position:absolute;font-family:nunito;font-size:1.0625rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:8.8680744171144rem;left:32.623401641846rem;height:6.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HQOlhshWMlKLXRrmMMFcN32eDWESRasK { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:1.75rem;top:3.140625rem;left:50.624998092651rem;overflow:hidden;display:block; }
#lelS5TFDo2xgkIPVBWkOpLEdC4Oh3ls3 { color:rgba(255,255,255,0.19);display:block;width:13.0625rem;position:absolute;font-family:"league gothic";font-size:3.125rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:15.375rem;left:45.125rem;height:4.0625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Mdh1fstXg6SCPhD8l5AQLDA02lhsWVJS { 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.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;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:"league gothic";font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.875rem;height:3.1875rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:15.8125rem;left:32.625rem;display:block; }
#nrVKbvWmwqUlh9t1ZTTVt54D7KrMVT76 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ccOix5cHgopvtf2h92LJIcCWTD8NofD0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf1e2;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; }#ccOix5cHgopvtf2h92LJIcCWTD8NofD0 > .row .container { background-color: transparent; background-image: none; }#ccOix5cHgopvtf2h92LJIcCWTD8NofD0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ccOix5cHgopvtf2h92LJIcCWTD8NofD0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ccOix5cHgopvtf2h92LJIcCWTD8NofD0 > .row .container > .video-iframe-container { display: none; }#ccOix5cHgopvtf2h92LJIcCWTD8NofD0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ccOix5cHgopvtf2h92LJIcCWTD8NofD0 > .row > .video-iframe-container { display: none; }#ccOix5cHgopvtf2h92LJIcCWTD8NofD0 > .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); }#ccOix5cHgopvtf2h92LJIcCWTD8NofD0 > .row .container { border-width: 0; border-radius: 0; }#ccOix5cHgopvtf2h92LJIcCWTD8NofD0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ccOix5cHgopvtf2h92LJIcCWTD8NofD0 > .row .container { font-size:0.875rem;font-family:arial;height:41.0625rem;width:60rem;position:relative;display:block; }#OClLW1MJbo8nbJlMAdPa58KUXhzGOdlF { position:absolute;display:block;z-index:15000;background-color:#06d6a0;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:18.375rem;width:28.75rem;top:0.625rem;left:0rem;display:block; }
#tboxikkePITJse7mkViQTbNxhKT5B1lR { color:#000000;display:block;width:27rem;position:absolute;font-family:nunito;font-size:1.0625rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:2.7300338745117rem;left:1.625rem;height:1.38139375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OImEK5et8XxEfPCkCID4V3cLpr3zlpkV { color:#000000;display:block;width:26.7498125rem;position:absolute;font-family:"league gothic";font-size:1.875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:4.4996423721314rem;left:1.6237564086914rem;height:4.8739375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OACLPNMaD1pWHwB3qiw7WtsqFoeM07Ll { color:#000000;display:block;width:23.1875rem;position:absolute;font-family:nunito;font-size:1.0625rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:7.75rem;left:1.625rem;height:6.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oebXad9vTmfpNaCwTQCXg9vJT0ihpKTu { 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.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;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:"league gothic";font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.875rem;height:3.1875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:14.6875rem;left:1.625rem;display:block; }
#eE2C7foq8VPHMcbr3dMsxiVbnLxhsTmv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lmDHRNx4uDtQR3TnSlr1ZdJGgzPixI80 { 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:1.75rem;width:1.75rem;top:1.9351577758789rem;left:25.000001907349rem;overflow:hidden;display:block; }
#i6Ca7CiJN7N2CQ76Iz6r5ptzmGitiQME { color:rgba(255,255,255,0.19);display:block;width:12.5rem;position:absolute;font-family:"league gothic";font-size:3.125rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:14.0625rem;left:14.5625rem;height:4.0625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#TvfopwrEibLv9MDhWpT3dEAoN1DXpwKy { position:absolute;display:block;z-index:15008;background-color:#c1292e;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:18.375rem;width:28.75rem;top:0.625rem;left:31rem;display:block; }
#bNOVbRrPZMbkpbkL46RBuX4Un66KUHJV { color:#000000;display:block;width:24.1875rem;position:absolute;font-family:nunito;font-size:1.0625rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:2.8125rem;left:32.625rem;height:1.38139375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ueup0iJ2hpqprLmO4l1qrxI5cEXNSxwk { color:#000000;display:block;width:25.1873125rem;position:absolute;font-family:"league gothic";font-size:1.875rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:4.4992899894714rem;left:32.779651641846rem;height:4.8739375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PdI9ewuyhlUBLJIfESykX86k9WfLb47R { color:#000000;display:block;width:23.1875rem;position:absolute;font-family:nunito;font-size:1.0625rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:7.75rem;left:32.625rem;height:6.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#b0RDWM9GO1cVn2Bsh0MaLm8LWI1U8CD1 { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.749825rem;width:1.749825rem;top:11.284618854523rem;left:56.81107711792rem;overflow:hidden;display:block; }
#zWh78woyI44qEmLEpvbfhVPwSvSFuTbx { color:rgba(255,255,255,0.19);display:block;width:13.1875rem;position:absolute;font-family:"league gothic";font-size:3.125rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:14.25rem;left:45.1875rem;height:4.0625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#giU3fwzyfXbA7eUtI4TebXrlggyHHfLO { 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.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;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:"league gothic";font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.875rem;height:3.1875rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:14.6875rem;left:32.625rem;display:block; }
#UOMuZvyh5mbhyvaVBv4ffr38VTDSwckn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#u5c1tG78GfBLGZInC5K0GM7mWnOthgte { position:absolute;display:block;z-index:15016;background-color:#1e88e5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:18.3744375rem;width:28.75rem;top:20.625rem;left:0rem;display:block; }
#cuhQgbfNtQVd4zSO2QpgPDFAAl1mmp8w { 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.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;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:"league gothic";font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.760801125rem;height:3.1875rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:34.5625rem;left:1.625rem;display:block; }
#xgWXwGo4TLxk55z0SplNlNifnCH69ieo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#epxQ8ib460HQcIJBvedvEiEKs9Co0hwP { color:rgba(255,255,255,0.19);display:block;width:12.9375rem;position:absolute;font-family:"league gothic";font-size:3.125rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:34.0625rem;left:13.875rem;height:4.0625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#xJgtP8e9ROr1kwX6oaEMMpyC9wW24lbF { color:#000000;display:block;width:23.1865rem;position:absolute;font-family:nunito;font-size:1.0625rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:27.4208984375rem;left:1.625rem;height:6.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xwa0Pb0OKEQpyzumX9qqE9lAOw6AgcIh { color:#000000;display:block;width:26.0618125rem;position:absolute;font-family:"league gothic";font-size:1.875rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:24.539949893951rem;left:1.5923290252686rem;height:4.8739375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SDlCNXgGCBaEJh74AxX9TLdMmnc91Vuy { color:#000000;display:block;width:25.1873125rem;position:absolute;font-family:nunito;font-size:1.0625rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:22.75rem;left:1.8125rem;height:1.38139375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tMJ2iUEzwCfIz700VlgfQBaStW8V1kiS { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.749825rem;width:1.749825rem;top:22.430752277374rem;left:19.060722351074rem;overflow:hidden;display:block; }
#bTrwIxDqucVTXbsvuTRFtVTE1MvDTIN2 { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.49946875rem;width:1.437325rem;top:35.40571641922rem;left:50.18021774292rem;overflow:hidden;display:block; }
#KJMrmLZcfygKBI0pMDcVHrlx51eOhnbg { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.749825rem;width:1.749825rem;top:24.467329502106rem;left:51.561611175537rem;overflow:hidden;display:block; }
#g5RN1MGskJNcigEbeMXNaFXSo0bv8lQF { 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:1.6859rem;width:1.6859rem;top:23.49076461792rem;left:35.822975158691rem;overflow:hidden;display:block; }
#V7xnxQ7PD8gU5E1MBuiCxMIZUhuL4Ubw { position:absolute;display:block;z-index:15014;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.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;border-top-left-radius:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:14.548652648926rem;left:29.386363983154rem;display:block; }
#ulPEPZUeu12DddyDqVftVo3gJJQ19x4p { position:absolute;display:block;z-index:15015;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.1875rem solid #c1292e;border-left:0.1875rem solid #c1292e;border-right:0.1875rem solid #c1292e;border-bottom:0.1875rem solid #c1292e;border-top-left-radius:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:38.575993061066rem;left:35.38529586792rem;display:block; }
#TLqSFZI5kwSpW4d8H6mPXnBIScEKSZZg { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.749825rem;width:1.749825rem;top:41.061789035797rem;left:13.499645233154rem;overflow:hidden;display:block; }
#ozqG244k2iOK34tnPnqNqTlrBSXHlirs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ozqG244k2iOK34tnPnqNqTlrBSXHlirs > .row .container { background-color: transparent; background-image: none; }#ozqG244k2iOK34tnPnqNqTlrBSXHlirs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ozqG244k2iOK34tnPnqNqTlrBSXHlirs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ozqG244k2iOK34tnPnqNqTlrBSXHlirs > .row .container > .video-iframe-container { display: none; }#ozqG244k2iOK34tnPnqNqTlrBSXHlirs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ozqG244k2iOK34tnPnqNqTlrBSXHlirs > .row > .video-iframe-container { display: none; }#ozqG244k2iOK34tnPnqNqTlrBSXHlirs > .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); }#ozqG244k2iOK34tnPnqNqTlrBSXHlirs > .row .container { border-width: 0; border-radius: 0; }#ozqG244k2iOK34tnPnqNqTlrBSXHlirs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ozqG244k2iOK34tnPnqNqTlrBSXHlirs > .row .container { font-size:0.875rem;font-family:arial;height:36.625rem;width:60rem;position:relative;display:block; }#mX9prLRUR5RglyTVk8yLfoRI2n2EmTrU { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:28.6248125rem;width:28.6248125rem;top:3.9976916313171rem;left:0rem;overflow:hidden;display:block; }
#DT2AKN9yGR4PTT7MX8sBVoSVTcW5WH17 { color:#ffbf00;display:block;width:28.8743125rem;position:absolute;font-family:"league gothic";font-size:3.125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:1.2677617073059rem;left:30rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#giJoQe2AW76od8VVvWNqtTO9K3MOgc95 { color:#63458a;display:block;width:6.124825rem;position:absolute;font-family:"league gothic";font-size:2.5rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:24.9375rem;left:33rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AbzyZaOqFyvwhXXrPRWr4tVFegROBgGc { color:#000000;display:block;width:7.1875rem;position:absolute;font-family:nunito;font-size:1rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:28.125rem;left:32.5rem;height:4.7975875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iybQUL4ddOn9o2QVwONTbgVtXWRZrz2n { color:#000000;display:block;width:7.624rem;position:absolute;font-family:nunito;font-size:1rem;font-weight:400;z-index:15017;line-height:1.2;letter-spacing:0;top:28.125rem;left:41.0625rem;height:5.99698125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Q4suoOQqT0MHXT8nP2fgTNWvPmdBMmJe { color:#c1292e;display:block;width:6.124825rem;position:absolute;font-family:"league gothic";font-size:2.5rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:24.9375rem;left:41.9375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nLH4k0EPBZUxv1bLrTdunS0K6BwJ3UsU { color:#000000;display:block;width:7.749rem;position:absolute;font-family:nunito;font-size:1rem;font-weight:400;z-index:15019;line-height:1.2;letter-spacing:0;top:28.125rem;left:49.8125rem;height:3.5981875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OdgMaS3cU0ZaVcz9f3gAJA3kTlCGVlsR { color:#06d6a0;display:block;width:6.124825rem;position:absolute;font-family:"league gothic";font-size:2.5rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:24.9375rem;left:50.625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JwtN6WxF8LhDHzN4yw1hBdJcCGwNhcU3 { color:#000000;display:block;width:25.625rem;position:absolute;font-family:nunito;font-size:1.0625rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:6.2038350105286rem;left:32.1875rem;height:15.93575rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#PbdTTZohqHQXTndTJpfm8recGHg1XBka { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.4375rem;top:2.5625rem;left:25rem;overflow:hidden;display:block; }
#ohFnZRkH8sRsath5VlKcaROIT6dClBvo { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.49946875rem;width:1.437325rem;top:22.81160736084rem;left:44.280895233154rem;overflow:hidden;display:block; }
#Uyg5hMBkLhZK0MPZktywcPfhcuo2RdUf { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:1.75rem;top:2.6875rem;left:53.25rem;overflow:hidden;display:block; }
#T7tmBfPuC63gSXrZ6ebGDsWEczFddSVa { 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:1.6867875rem;width:1.6867875rem;top:3.2027740478516rem;left:1.8863639831543rem;overflow:hidden;display:block; }
#LeAl7h1r4FUe1NDIF00ly8d63M1vOLrd { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6859rem;width:1.6859rem;top:33.55379486084rem;left:25.760829925537rem;overflow:hidden;display:block; }
#ONd3DeulJTnShmgdtZCzXvkgs2bdddAW { position:absolute;display:block;z-index:15016;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.1875rem solid #c1292e;border-left:0.1875rem solid #c1292e;border-right:0.1875rem solid #c1292e;border-bottom:0.1875rem solid #c1292e;border-top-left-radius:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:34.606174468994rem;left:57.698863983154rem;display:block; }
#QocduiTEabrrH95uA1TkGWQrqoDd398U { position:absolute;display:block;z-index:15017;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.1875rem solid #c1292e;border-left:0.1875rem solid #c1292e;border-right:0.1875rem solid #c1292e;border-bottom:0.1875rem solid #c1292e;border-top-left-radius:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:28.106178283691rem;left:1.4488639831543rem;display:block; }
#wGeXiDgyS40DpWi91VO22efQpp772TKX { position:absolute;display:block;z-index:15015;height:21.7489375rem;width:38.75rem;top:14.873935699463rem;left:9.990234375rem;display:block; }
#uoAUgncIColB1WPVNCRL0T6K5RW5c0aQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #5f35fb, #7b40f4);background-image: -moz-linear-gradient(45deg, #5f35fb, #7b40f4);background-image: -ms-linear-gradient(45deg, #5f35fb, #7b40f4);background-image: -o-linear-gradient(45deg, #5f35fb, #7b40f4);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f35fb', endColorstr='#7b40f4' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f35fb', endColorstr='#7b40f4' );";background-image: linear-gradient(45deg, #5f35fb, #7b40f4);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uoAUgncIColB1WPVNCRL0T6K5RW5c0aQ > .row .container { background-color: transparent; background-image: none; }#uoAUgncIColB1WPVNCRL0T6K5RW5c0aQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uoAUgncIColB1WPVNCRL0T6K5RW5c0aQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uoAUgncIColB1WPVNCRL0T6K5RW5c0aQ > .row .container > .video-iframe-container { display: none; }#uoAUgncIColB1WPVNCRL0T6K5RW5c0aQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uoAUgncIColB1WPVNCRL0T6K5RW5c0aQ > .row > .video-iframe-container { display: none; }#uoAUgncIColB1WPVNCRL0T6K5RW5c0aQ > .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); }#uoAUgncIColB1WPVNCRL0T6K5RW5c0aQ > .row .container { border-width: 0; border-radius: 0; }#uoAUgncIColB1WPVNCRL0T6K5RW5c0aQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uoAUgncIColB1WPVNCRL0T6K5RW5c0aQ > .row .container { font-size:0.875rem;font-family:arial;height:38.25rem;width:60rem;position:relative;display:block; }#LuxycwKbTl6KN1TctOZiOaAaZrzmw4u7 { color:#ffffff;display:block;width:60rem;position:absolute;font-family:"league gothic";font-size:3.125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:2.1125001907349rem;left:0rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Vcg6z8PTmTvTsUJdTdaAXKuuHz35n99C { color:#ffffff;display:block;width:30.1873125rem;position:absolute;font-family:nunito;font-size:1.0625rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:6.1736545562744rem;left:14.905006408691rem;height:4.144175rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .widget-form-header {  }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.75rem;font-weight:bold;color:#000000;width:26rem;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;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left;line-height:1; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .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:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !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;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:26rem;box-sizing:border-box;height:3.125rem;color:#ffffff;font-size:1.0625rem;overflow:hidden;font-family:dosis;vertical-align:top;text-align:center;text-align-last:center; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .widget-input-text {padding-top: 0; padding-bottom: 0;}#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .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:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !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;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:26rem;box-sizing:border-box;height:4.375rem;color:#ffffff;font-size:1.0625rem;overflow:hidden;font-family:dosis;vertical-align:top;text-align:center;text-align-last:center; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .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:transparent;background-image:none;border-top:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;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:26rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .widget-input-select {padding-top: 0; padding-bottom: 0;}#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .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; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .widget-input-button { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:#ffc143;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:3.25rem;margin-bottom:0.25rem;margin-left:3.25rem;display:block;box-sizing:border-box;font-size:1.3125rem;font-weight:400;color:#5f35fb;width:19.5rem;height:3.125rem;font-family:nunito;overflow:hidden;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,2,168,0.5) ;font-style:normal; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS [class*="-text"]:-moz-placeholder { color:#ffffff;font-family:"open sans";font-size:1.0625rem; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS [class*="-text"]::-moz-placeholder { color:#ffffff;font-family:"open sans";font-size:1.0625rem; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS [class*="-text"]:-ms-input-placeholder { color:#ffffff;font-family:"open sans";font-size:1.0625rem; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS [class*="-text"]::-webkit-input-placeholder { color:#ffffff;font-family:"open sans";font-size:1.0625rem; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .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:nunito;line-height:1.3;font-size:0.9375rem;font-weight:300;color:#ffffff;vertical-align:top;width:24.75rem;overflow:hidden;font-style:normal;float:none; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .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; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .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:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5;float:none; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .widget-container { padding-top:0.375rem;padding-right:0;padding-bottom:0.375rem;padding-left:0;width:100%;font-size:0;height:auto; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .widget-container:first-of-type{padding-top:0;}#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .widget-container:last-of-type{padding-bottom:0;}#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:26rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:15.78125rem;top:9.6235809326175rem;z-index:15005;position:absolute; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:26rem;display:block;vertical-align:top; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.6875rem;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS {display:block;}#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:26rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:15.78125rem;top:9.6235809326175rem;z-index:15005;position:absolute; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #kyRDzcTACSTi6TeM2skCwperxQOCDX2J { position:relative; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #TukKPqeLf0UIvXFTpIxLCgMydgO3NRny { position:relative;display:none; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #J4ZwgRfzLRy7FOQ08ve0rNNSyA7hJ10B { position:relative; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #ZWQkiAoQX60yb69gu5GhbUOrtvKT9o2T { position:relative; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #nLkZFhhLRtwvlDxSrnlG3GE57NO6NnMF { position:relative;display:none; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #tBEZVRZ54srORtJUWnieWK1may4knc8u { position:relative; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #x9DpsPcXELVblLVpDFRb3yJmWMkEIrkw { position:relative; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #AmIsVDxKZps03R9dVJTZUSzJZ6tIvC0O { position:relative;display:none; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #VkIh9NmetM81cTMp95qknlS8THpSyQAK { position:relative; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #Fz3d6EH12P0qKd5WEgQJXPNLtaaUnt9R { position:relative; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #Goi9Zo7uwzPSKb3y6GoVxw6H2eRBKpdh { position:relative;display:none; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #HOTKl06vTdOZ9eFSTe3do3EdlWUK3OUD { position:relative; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #xIVhnQZTgRvceZfMlzXXD48ZGEeq0t6A { position:relative; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #EzzADWe5mQq2qLZ7ExEFaPEMDnQKnLp8 { position:relative;z-index:2; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #c2H3gHVtUuuo2TgFCFNsLbGOom4pfilK { position:relative; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #ECoT145LSJAoyl5VeE6w8wdTZuaduc7e { position:relative; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #X8vx3qBaxwEZIM4r9vI1vFw4dNmN8CEz { position:relative; }
#OOqaXf0QQ0PPNwFKEy0HQbdXC29MDOQr { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.49946875rem;width:1.437325rem;top:20.624994277954rem;left:12.624290466309rem;overflow:hidden;display:block; }
#JTdpcKAXnX6odx60NXwPcIRCylB5fyLX { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:1.75rem;top:15.4375rem;left:7rem;overflow:hidden;display:block; }
#e5bnez3O3zFOa0bTQ88M7klKezdFrulJ { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:1.75rem;top:2.8250000476837rem;left:53.33749961853rem;overflow:hidden;display:block; }
#ozrWWAVBLHxKiZO5T1rJcR5SmvVyOcz0 { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.49946875rem;width:1.437325rem;top:2.112033367157rem;left:4.4371433258057rem;overflow:hidden;display:block; }
#mJyBytKOsEuBkSD5gsr4OPXX15PDRBIP { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:1.75rem;top:27.237499952316rem;left:50.39999961853rem;overflow:hidden;display:block; }
#OpFXk5iAKn7qVPSrAdfmnVnaC6RFxsgl { position:absolute;display:block;z-index:15018;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.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;border-top-left-radius:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:17.651990890503rem;left:49.823863983154rem;display:block; }
#htcPJOinsr5R002Q1bZT1U3QVrJE05GZ { position:absolute;display:block;z-index:15019;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.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;border-top-left-radius:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:34.276988983154rem;left:6.7613639831544rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS { display:block; }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dXem1tvvtA6OTnywv3sKTmFzowRtOvT7 { top:2.625rem;left:16.1875rem;width:31.5625rem;height:31.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e40KBUkwBBvTuJEBNHVPTV51nr3NxGPQ { top:11.4375rem;left:0rem;width:32rem;height:4.8125rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EeLCUn8ffr31q0cbO8GOuKminqAKVI3o { top:19.125rem;left:0rem;width:28.9375rem;height:9.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTqdHOWn7TZ1aTEqNV9GytXGCykGZPrd { width:18.8125rem;height:3.4375rem;top:30.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSS61xXWr5yKt34tGTR2zk1Qr5RTqzBD { display:block; }
 }@media only screen and (max-width: 763px) { #cemLcoPdx3GrXaTsJd7DOBsBt4pTTE0O { top:0rem;left:0rem;width:13.5rem;height:10.389243233528rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ph6kkaySquVRMCMKFKByG0dn7KIRxhT2 { width:11.25rem;height:3.4375rem;top:2.1875rem;left:16.426490783691rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVG8Bcg1UXdTNxURJSpnLHnZZZVqXW3R { display:block; }
 }@media only screen and (max-width: 763px) { #HCw6Zodd9mhxs3TPLMtFs7b8DSnAUJxZ { width:5.5rem;height:3.4375rem;top:2.1875rem;left:28.178089141846rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZ0cuXNicRm4m98dAd43hty86iiiFDnG { display:block; }
 }@media only screen and (max-width: 763px) { #GEAC9MH5e8Baea8hBXPGvwcEC5mJTNb9 { width:8.1875rem;height:3.4375rem;top:2.1875rem;left:34.99271774292rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5Fiax3VTF4algh42UgEpi9OAGDlKam7 { display:block; }
 }@media only screen and (max-width: 763px) { #VQ2LtJzoMGIFqFgecsN3Z6bKAecQUDAC { width:8.25rem;height:3.4375rem;top:2.125rem;left:39.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZvQhMxFUmQ6laKLBTKBkpEGuR1G9TVo { display:block; }
 }@media only screen and (max-width: 763px) { #vubqByFnU08xfBbTcSpZgHp1B3wFCIwQ { top:7.625rem;left:11.123756408691rem;width:1.5625rem;height:1.49946875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9M5CzMFdUTuWp1Go7FsAlNEiaktp1ET { top:34.1875rem;left:25.935546875rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyJ0WfEU9hkqdHQMKSiLZrbrh8V0a3CT { top:29.625rem;left:43.18607711792rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTwlHtyxkiVZVAHGSCJ4Ttv0PxCNakuF { top:6.375rem;left:29.310901641846rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQZsc5TxXhQ0aBxZxmExM3EGwhQ5Tgex { top:8.1875rem;left:46.4375rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfBwDFf428LbuSKwJVkqLO0Euoerikok { top:9.125rem;left:33.086647033691rem;width:12rem;height:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvTaRE91mVBUME0Mc9TWTkHqC43CyAFf { top:19.8125rem;left:30.125rem;width:17.5625rem;height:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWGese7BChk37rPkRccDSWHuIFwdaPIN { display:block; }#lWGese7BChk37rPkRccDSWHuIFwdaPIN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cmwzFUXmeznc7TRHi4wXALTktHNO2X3f { top:2.5625rem;left:0rem;width:47.75rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm { display:block; }#FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Alkw7ZyrDRH1OGkH45xdF544CTPyPJ9k { top:0rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4L6dCoac9D63gAIwAZc29vsPKqbbMRV { display:block; }#F4L6dCoac9D63gAIwAZc29vsPKqbbMRV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rzl0J9rzTaQsvnaxMBWL23KXw8kGiWtH { top:2.625rem;left:2.96875rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExqImoVTz8iWal0yc8gotUC0KUbGxxK9 { top:2.375rem;left:38.0302734375rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHcGA5QUicRDIauC2TXRIULURxfPQTTg { top:1.875rem;left:28.34375rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1SrTTuaprhCEhISeI1skaIBits07seq { top:2.25rem;left:39.625rem;width:4.3125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpEOrNwArlscVRmRVLTmMJ4KNScuIEcK { top:2.625rem;left:27.21875rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xuflhibc2fMrFWooJLwb7Qggmx5XBGai { top:1.875rem;left:3.84375rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8kMuAuukDazQsHbmKWa5nvRbgRMEkC4 { top:1.8125rem;left:15.71875rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BiX7tcmzqU0XaWsM3a1vN42aRvodsbA2 { top:2.4375rem;left:14.59375rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #we2qy1nzrheCS96teVKAdGXg8TTyfgvW { top:7.9375rem;left:0rem;width:14.5rem;height:4.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mk6bJPXh9VhpeFbktfzZz0TtglLthzwV { top:13.875rem;left:0rem;width:14.75rem;height:5.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrVgZ9qQycH2mMJ3yn2Zs06NtWrAzs1z { top:13.875rem;left:9.3125rem;width:14.5625rem;height:4.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tm7KeOAVPuHnlfcgGyHVhnCkwGXuTZS7 { top:7.9375rem;left:9.25rem;width:14.625rem;height:4.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmVOqfFXPqQmAui0mrEyeuzFJsn1JGPu { top:7.9375rem;left:20.9375rem;width:14.875rem;height:4.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0Us1ta9n8CfzWgiTEtQJccrbs0LlMTB { top:13.875rem;left:21.0625rem;width:14.75rem;height:4.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKkk8UDEfvTydf0h8VfF2BirCfq9T7Wq { top:8rem;left:32.9375rem;width:14.8125rem;height:4.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofdZUhmIwBaCF5brPTRMk2BCAomJTwsF { top:13.875rem;left:21.0625rem;width:14.75rem;height:5.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXzXap1S450d2cADbPIOt2zRh2R4UT1R { display:block; }#PXzXap1S450d2cADbPIOt2zRh2R4UT1R > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MSol6HN5rvWKJaqgzkWWUy3w6iBAdVNH { top:2.375rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncbBIStKKAKOovnx0UZG00UeGxwRN1bu { display:block; }#ncbBIStKKAKOovnx0UZG00UeGxwRN1bu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Use4eX4MxkC6ApfrIZ4WGgNBvIxPnxGW { top:0.9375rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wyr0REPNnhkpvNdlGJiNsPzr2khccUwD { top:2.25rem;left:45.4375rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOUzt3bH1I93dHAT786INvEXim2ewl91 { top:2.25rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCLQgbBhrPmSCNtRw3vABr71lOF2HaTK { display:block; }#MCLQgbBhrPmSCNtRw3vABr71lOF2HaTK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O1wK7PFfdL8qg8dO5t7iyJdIDMHeCgxa { top:1.75rem;left:0rem;width:28.75rem;height:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #or7hGB4xU0NABQLc2bDGECp4GnwfJ8cx { top:3.8125rem;left:0rem;width:25.125rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSyU4eEaHVHsu68cp1E5zi8CdBuklSS5 { top:5.625rem;left:0rem;width:25.1875rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bS5wb7HQnJNDmT39Xufq2J9MLSBNVNip { top:8.8125rem;left:0rem;width:23.125rem;height:6.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2Gexu2T1OEeNUKVa1rW6dMszlKppNi7 { width:10.75rem;height:3.0625rem;top:15.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRcq9SfMNltr3F8UmT5DZv9UJEygV3PT { display:block; }
 }@media only screen and (max-width: 763px) { #eoUW1tJtRlw8QEMdaTIAtLbULFvFSirO { top:3rem;left:21.125rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfZMQhxcFdIwZPfhPzcnmpRSNkD7KgbG { top:15.1875rem;left:11.375rem;width:12.5rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHHgmccm7XvIRgRd47lcL8DLbWwDrIlT { top:1.75rem;left:19rem;width:28.75rem;height:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddTXcxw8gnfhXCAeHiMlr2462fuL7yPe { top:3.8125rem;left:22.125rem;width:25.625rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQZnuWsccWNiw0CBtUaxNfgn1oWZH7iC { top:5.625rem;left:22rem;width:25.75rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7vg6IVoIlZiOw5Blim6uB8Wfx66iuN9 { top:8.8125rem;left:23.875rem;width:23.125rem;height:6.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQOlhshWMlKLXRrmMMFcN32eDWESRasK { top:3.125rem;left:41.437498092651rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lelS5TFDo2xgkIPVBWkOpLEdC4Oh3ls3 { top:15.375rem;left:34.6875rem;width:13rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mdh1fstXg6SCPhD8l5AQLDA02lhsWVJS { width:10.75rem;height:3.0625rem;top:15.8125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrVKbvWmwqUlh9t1ZTTVt54D7KrMVT76 { display:block; }
 }@media only screen and (max-width: 763px) { #ccOix5cHgopvtf2h92LJIcCWTD8NofD0 { display:block; }#ccOix5cHgopvtf2h92LJIcCWTD8NofD0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OClLW1MJbo8nbJlMAdPa58KUXhzGOdlF { top:0.625rem;left:0rem;width:28.75rem;height:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tboxikkePITJse7mkViQTbNxhKT5B1lR { top:2.6875rem;left:0rem;width:26.9375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OImEK5et8XxEfPCkCID4V3cLpr3zlpkV { top:4.4375rem;left:0rem;width:26.6875rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OACLPNMaD1pWHwB3qiw7WtsqFoeM07Ll { top:7.75rem;left:0rem;width:23.125rem;height:6.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oebXad9vTmfpNaCwTQCXg9vJT0ihpKTu { width:10.75rem;height:3.0625rem;top:14.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eE2C7foq8VPHMcbr3dMsxiVbnLxhsTmv { display:block; }
 }@media only screen and (max-width: 763px) { #lmDHRNx4uDtQR3TnSlr1ZdJGgzPixI80 { top:1.875rem;left:21.937501907349rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6Ca7CiJN7N2CQ76Iz6r5ptzmGitiQME { top:14.0625rem;left:11.375rem;width:12.5rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvfopwrEibLv9MDhWpT3dEAoN1DXpwKy { top:0.625rem;left:19rem;width:28.75rem;height:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNOVbRrPZMbkpbkL46RBuX4Un66KUHJV { top:2.8125rem;left:23.625rem;width:24.125rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueup0iJ2hpqprLmO4l1qrxI5cEXNSxwk { top:4.4375rem;left:22.5625rem;width:25.125rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PdI9ewuyhlUBLJIfESykX86k9WfLb47R { top:7.75rem;left:23.875rem;width:23.125rem;height:6.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0RDWM9GO1cVn2Bsh0MaLm8LWI1U8CD1 { top:11.25rem;left:46rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWh78woyI44qEmLEpvbfhVPwSvSFuTbx { top:14.25rem;left:34.5625rem;width:13.125rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #giU3fwzyfXbA7eUtI4TebXrlggyHHfLO { width:10.75rem;height:3.0625rem;top:14.6875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOMuZvyh5mbhyvaVBv4ffr38VTDSwckn { display:block; }
 }@media only screen and (max-width: 763px) { #u5c1tG78GfBLGZInC5K0GM7mWnOthgte { top:20.625rem;left:0rem;width:28.75rem;height:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuhQgbfNtQVd4zSO2QpgPDFAAl1mmp8w { width:10.625rem;height:3.0625rem;top:34.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgWXwGo4TLxk55z0SplNlNifnCH69ieo { display:block; }
 }@media only screen and (max-width: 763px) { #epxQ8ib460HQcIJBvedvEiEKs9Co0hwP { top:34.0625rem;left:10.8125rem;width:12.875rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJgtP8e9ROr1kwX6oaEMMpyC9wW24lbF { top:27.375rem;left:0rem;width:23.125rem;height:4.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwa0Pb0OKEQpyzumX9qqE9lAOw6AgcIh { top:24.5rem;left:0rem;width:26rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDlCNXgGCBaEJh74AxX9TLdMmnc91Vuy { top:22.75rem;left:0rem;width:25.125rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMJ2iUEzwCfIz700VlgfQBaStW8V1kiS { top:22.375rem;left:15.998222351074rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTrwIxDqucVTXbsvuTRFtVTE1MvDTIN2 { top:35.375rem;left:40.99271774292rem;width:1.375rem;height:1.434449085106rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJMrmLZcfygKBI0pMDcVHrlx51eOhnbg { top:24.4375rem;left:42.374111175537rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5RN1MGskJNcigEbeMXNaFXSo0bv8lQF { top:23.4375rem;left:26.635475158691rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7xnxQ7PD8gU5E1MBuiCxMIZUhuL4Ubw { top:15.125rem;left:23.875rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulPEPZUeu12DddyDqVftVo3gJJQ19x4p { top:38.5625rem;left:26.19779586792rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLqSFZI5kwSpW4d8H6mPXnBIScEKSZZg { top:41rem;left:10.437145233154rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozqG244k2iOK34tnPnqNqTlrBSXHlirs { display:block; }#ozqG244k2iOK34tnPnqNqTlrBSXHlirs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mX9prLRUR5RglyTVk8yLfoRI2n2EmTrU { top:3.9375rem;left:0rem;width:28.5625rem;height:28.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DT2AKN9yGR4PTT7MX8sBVoSVTcW5WH17 { top:1.25rem;left:18.9375rem;width:28.8125rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #giJoQe2AW76od8VVvWNqtTO9K3MOgc95 { top:24.9375rem;left:23.875rem;width:6.0625rem;height:3.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbzyZaOqFyvwhXXrPRWr4tVFegROBgGc { top:28.125rem;left:23.875rem;width:7.1875rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iybQUL4ddOn9o2QVwONTbgVtXWRZrz2n { top:28.125rem;left:31.875rem;width:7.5625rem;height:5.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4suoOQqT0MHXT8nP2fgTNWvPmdBMmJe { top:24.9375rem;left:32.75rem;width:6.0625rem;height:3.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLH4k0EPBZUxv1bLrTdunS0K6BwJ3UsU { top:28.125rem;left:40.0625rem;width:7.6875rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdgMaS3cU0ZaVcz9f3gAJA3kTlCGVlsR { top:24.9375rem;left:41.4375rem;width:6.0625rem;height:3.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwtN6WxF8LhDHzN4yw1hBdJcCGwNhcU3 { top:6.1875rem;left:22.125rem;width:25.625rem;height:17.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbdTTZohqHQXTndTJpfm8recGHg1XBka { top:2.5625rem;left:21.9375rem;width:1.375rem;height:1.434449085106rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohFnZRkH8sRsath5VlKcaROIT6dClBvo { top:22.75rem;left:35.093395233154rem;width:1.375rem;height:1.434449085106rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uyg5hMBkLhZK0MPZktywcPfhcuo2RdUf { top:2.6875rem;left:44.0625rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7tmBfPuC63gSXrZ6ebGDsWEczFddSVa { top:3.8125rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LeAl7h1r4FUe1NDIF00ly8d63M1vOLrd { top:33.5rem;left:22.25rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONd3DeulJTnShmgdtZCzXvkgs2bdddAW { top:35.1875rem;left:46.4375rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QocduiTEabrrH95uA1TkGWQrqoDd398U { top:28.6875rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGeXiDgyS40DpWi91VO22efQpp772TKX { top:14.8125rem;left:0rem;width:38.75rem;height:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uoAUgncIColB1WPVNCRL0T6K5RW5c0aQ { display:block; }#uoAUgncIColB1WPVNCRL0T6K5RW5c0aQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LuxycwKbTl6KN1TctOZiOaAaZrzmw4u7 { top:2.0625rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vcg6z8PTmTvTsUJdTdaAXKuuHz35n99C { top:6.125rem;left:8.7800064086912rem;width:30.125rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .widget-regular-label { width:26rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .widget-input-text { width:26rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .widget-input-text {padding-top: 0; padding-bottom: 0;}#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .widget-textarea { width:26rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .widget-input-select { width:26rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .widget-input-select {padding-top: 0; padding-bottom: 0;}#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .widget-input-button { width:19.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:3.25rem; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .widget-checkbox-label { width:24.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS  { width:26rem;height:auto;top:9.5625rem;left:9.65625rem; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .radio-container { width:26rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS {display:block;}#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS { width:26rem;height:auto;top:9.5625rem;left:9.65625rem; }
 }@media only screen and (max-width: 763px) { #ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #kyRDzcTACSTi6TeM2skCwperxQOCDX2J {  }
 }@media only screen and (max-width: 763px) { #ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #TukKPqeLf0UIvXFTpIxLCgMydgO3NRny { display:none; }
 }@media only screen and (max-width: 763px) { #ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #J4ZwgRfzLRy7FOQ08ve0rNNSyA7hJ10B {  }
 }@media only screen and (max-width: 763px) { #ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #ZWQkiAoQX60yb69gu5GhbUOrtvKT9o2T {  }
 }@media only screen and (max-width: 763px) { #ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #nLkZFhhLRtwvlDxSrnlG3GE57NO6NnMF { display:none; }
 }@media only screen and (max-width: 763px) { #ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #tBEZVRZ54srORtJUWnieWK1may4knc8u {  }
 }@media only screen and (max-width: 763px) { #ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #x9DpsPcXELVblLVpDFRb3yJmWMkEIrkw {  }
 }@media only screen and (max-width: 763px) { #ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #AmIsVDxKZps03R9dVJTZUSzJZ6tIvC0O { display:none; }
 }@media only screen and (max-width: 763px) { #ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #VkIh9NmetM81cTMp95qknlS8THpSyQAK {  }
 }@media only screen and (max-width: 763px) { #ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #Fz3d6EH12P0qKd5WEgQJXPNLtaaUnt9R {  }
 }@media only screen and (max-width: 763px) { #ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #Goi9Zo7uwzPSKb3y6GoVxw6H2eRBKpdh { display:none; }
 }@media only screen and (max-width: 763px) { #ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #HOTKl06vTdOZ9eFSTe3do3EdlWUK3OUD {  }
 }@media only screen and (max-width: 763px) { #ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #xIVhnQZTgRvceZfMlzXXD48ZGEeq0t6A {  }
 }@media only screen and (max-width: 763px) { #ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #EzzADWe5mQq2qLZ7ExEFaPEMDnQKnLp8 {  }
 }@media only screen and (max-width: 763px) { #ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #c2H3gHVtUuuo2TgFCFNsLbGOom4pfilK {  }
 }@media only screen and (max-width: 763px) { #ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #ECoT145LSJAoyl5VeE6w8wdTZuaduc7e {  }
 }@media only screen and (max-width: 763px) { #ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #X8vx3qBaxwEZIM4r9vI1vFw4dNmN8CEz {  }
 }@media only screen and (max-width: 763px) { #OOqaXf0QQ0PPNwFKEy0HQbdXC29MDOQr { top:20.5625rem;left:6.4992904663088rem;width:1.375rem;height:1.434449085106rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTdpcKAXnX6odx60NXwPcIRCylB5fyLX { top:15.4375rem;left:0.875rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5bnez3O3zFOa0bTQ88M7klKezdFrulJ { top:2.8125rem;left:46rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozrWWAVBLHxKiZO5T1rJcR5SmvVyOcz0 { top:2.0625rem;left:0rem;width:1.375rem;height:1.434449085106rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJyBytKOsEuBkSD5gsr4OPXX15PDRBIP { top:27.1875rem;left:44.27499961853rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OpFXk5iAKn7qVPSrAdfmnVnaC6RFxsgl { top:18.25rem;left:44.323863983154rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #htcPJOinsr5R002Q1bZT1U3QVrJE05GZ { top:34.875rem;left:1.2613639831543rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS { background-color:transparent;background-image:none;display:block; }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS > .row .container { background-color: transparent; background-image: none; }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS > .row .container > .video-iframe-container { display: none; }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS > .row > .video-iframe-container { display: none; }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS > .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); }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS > .row .container { width:20rem;height:107.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dXem1tvvtA6OTnywv3sKTmFzowRtOvT7 { width:13.4375rem;height:13.4375rem;top:7.3268818855288rem;left:3.2812498807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #e40KBUkwBBvTuJEBNHVPTV51nr3NxGPQ { width:9.375rem;height:4.54948125rem;top:2.7778763771057rem;left:10.118074774742rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EeLCUn8ffr31q0cbO8GOuKminqAKVI3o { width:18.8743125rem;height:13.808625rem;top:19.392755508423rem;left:0.56107950210571rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BTqdHOWn7TZ1aTEqNV9GytXGCykGZPrd { width:13.187125rem;height:3.4375rem;top:34.248933792114rem;left:3.4055398702621rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSS61xXWr5yKt34tGTR2zk1Qr5RTqzBD { display:block; }
 }@media only screen and (max-width: 763px) { #cemLcoPdx3GrXaTsJd7DOBsBt4pTTE0O { width:8.6248125rem;height:6.7498125rem;top:1.6779118776321rem;left:0.56019175052643rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ph6kkaySquVRMCMKFKByG0dn7KIRxhT2 { width:5rem;height:3.4375rem;top:10.74573802948rem;left:0.56019175052643rem;display:none; }
 }@media only screen and (max-width: 763px) { #fVG8Bcg1UXdTNxURJSpnLHnZZZVqXW3R { display:block; }
 }@media only screen and (max-width: 763px) { #HCw6Zodd9mhxs3TPLMtFs7b8DSnAUJxZ { width:5rem;height:3.4375rem;top:10.74573802948rem;left:5.5601915121079rem;display:none; }
 }@media only screen and (max-width: 763px) { #BZ0cuXNicRm4m98dAd43hty86iiiFDnG { display:block; }
 }@media only screen and (max-width: 763px) { #GEAC9MH5e8Baea8hBXPGvwcEC5mJTNb9 { width:5rem;height:3.4375rem;top:35.139394994736rem;left:15rem;display:none; }
 }@media only screen and (max-width: 763px) { #W5Fiax3VTF4algh42UgEpi9OAGDlKam7 { display:block; }
 }@media only screen and (max-width: 763px) { #VQ2LtJzoMGIFqFgecsN3Z6bKAecQUDAC { width:8.875rem;height:3.3125rem;top:9.1352977752688rem;left:10.482243895531rem;display:none; }
 }@media only screen and (max-width: 763px) { #eZvQhMxFUmQ6laKLBTKBkpEGuR1G9TVo { display:block; }
 }@media only screen and (max-width: 763px) { #vubqByFnU08xfBbTcSpZgHp1B3wFCIwQ { width:1.3742875rem;height:1.31214375rem;top:9.74875625rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #m9M5CzMFdUTuWp1Go7FsAlNEiaktp1ET { width:0.87446875rem;height:0.9375rem;top:67.146674867631rem;left:6.873046875rem;display:none; }
 }@media only screen and (max-width: 763px) { #oyJ0WfEU9hkqdHQMKSiLZrbrh8V0a3CT { width:1.18696875rem;height:1.18696875rem;top:62.554166551587rem;left:18.81303125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dTwlHtyxkiVZVAHGSCJ4Ttv0PxCNakuF { width:0.625rem;height:0.625rem;top:39.299551244736rem;left:10.248401641846rem;display:none; }
 }@media only screen and (max-width: 763px) { #SQZsc5TxXhQ0aBxZxmExM3EGwhQ5Tgex { width:0.374645rem;height:0.3125rem;top:41.08577227211rem;left:19.375355rem;display:none; }
 }@media only screen and (max-width: 763px) { #sfBwDFf428LbuSKwJVkqLO0Euoerikok { width:20rem;height:21.6875rem;top:2.77734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvTaRE91mVBUME0Mc9TWTkHqC43CyAFf { width:20rem;height:21.6875rem;top:25.935546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWGese7BChk37rPkRccDSWHuIFwdaPIN { display:block; }#lWGese7BChk37rPkRccDSWHuIFwdaPIN > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cmwzFUXmeznc7TRHi4wXALTktHNO2X3f { width:15.999625rem;height:5.84765625rem;top:1.25rem;left:2rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm { display:block; }#FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Alkw7ZyrDRH1OGkH45xdF544CTPyPJ9k { width:20rem;height:2.2747375rem;top:1.2366828918457rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F4L6dCoac9D63gAIwAZc29vsPKqbbMRV { display:block; }#F4L6dCoac9D63gAIwAZc29vsPKqbbMRV > .row .container { width:20rem;height:67.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rzl0J9rzTaQsvnaxMBWL23KXw8kGiWtH { width:4.249825rem;height:4.249825rem;top:1.9992904663086rem;left:6.9371452331544rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExqImoVTz8iWal0yc8gotUC0KUbGxxK9 { width:4.1867875rem;height:4.1867875rem;top:52.870203018189rem;left:6.968217253685rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHcGA5QUicRDIauC2TXRIULURxfPQTTg { width:4.375rem;height:4.375rem;top:37.25rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1SrTTuaprhCEhISeI1skaIBits07seq { width:4.375rem;height:4.375rem;top:52.625rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpEOrNwArlscVRmRVLTmMJ4KNScuIEcK { width:3.37446875rem;height:3.37446875rem;top:38rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xuflhibc2fMrFWooJLwb7Qggmx5XBGai { width:4.375rem;height:4.375rem;top:1.25rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8kMuAuukDazQsHbmKWa5nvRbgRMEkC4 { width:4.375rem;height:4.375rem;top:19.271127700806rem;left:7.8124994039538rem;display:block; }
 }@media only screen and (max-width: 763px) { #BiX7tcmzqU0XaWsM3a1vN42aRvodsbA2 { width:4rem;height:4rem;top:20.152341842651rem;left:6.9371446371081rem;display:block; }
 }@media only screen and (max-width: 763px) { #we2qy1nzrheCS96teVKAdGXg8TTyfgvW { width:19.5623125rem;height:4.0625rem;top:6.8110809326175rem;left:0.21839487552643rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Mk6bJPXh9VhpeFbktfzZz0TtglLthzwV { width:14.8118125rem;height:6.9043125rem;top:10.872691750526rem;left:2.593217253685rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GrVgZ9qQycH2mMJ3yn2Zs06NtWrAzs1z { width:14.6235625rem;height:6.9043125rem;top:29.400745034218rem;left:2.6873222589493rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tm7KeOAVPuHnlfcgGyHVhnCkwGXuTZS7 { width:20rem;height:4.0625rem;top:24.651987075806rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cmVOqfFXPqQmAui0mrEyeuzFJsn1JGPu { width:19.2498125rem;height:4.0625rem;top:41.55717086792rem;left:0.37464487552643rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p0Us1ta9n8CfzWgiTEtQJccrbs0LlMTB { width:14.8118125rem;height:5.5234375rem;top:45.928619384766rem;left:2.593217253685rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qKkk8UDEfvTydf0h8VfF2BirCfq9T7Wq { width:20rem;height:4.0625rem;top:57.804508209229rem;left:-0.031605124473572rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ofdZUhmIwBaCF5brPTRMk2BCAomJTwsF { width:14.8118125rem;height:5.5234375rem;top:61.866117477417rem;left:2.593217253685rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PXzXap1S450d2cADbPIOt2zRh2R4UT1R { display:block; }#PXzXap1S450d2cADbPIOt2zRh2R4UT1R > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MSol6HN5rvWKJaqgzkWWUy3w6iBAdVNH { width:20rem;height:4.875rem;top:1.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ncbBIStKKAKOovnx0UZG00UeGxwRN1bu { display:block; }#ncbBIStKKAKOovnx0UZG00UeGxwRN1bu > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Use4eX4MxkC6ApfrIZ4WGgNBvIxPnxGW { width:20rem;height:2.4375rem;top:1.25rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Wyr0REPNnhkpvNdlGJiNsPzr2khccUwD { width:1.18696875rem;height:1.18696875rem;top:7.1528775rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #UOUzt3bH1I93dHAT786INvEXim2ewl91 { width:0.625rem;height:0.625rem;top:4.93696875rem;left:9.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #MCLQgbBhrPmSCNtRw3vABr71lOF2HaTK { display:block; }#MCLQgbBhrPmSCNtRw3vABr71lOF2HaTK > .row .container { width:20rem;height:53.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O1wK7PFfdL8qg8dO5t7iyJdIDMHeCgxa { width:19.375rem;height:25rem;top:1.25rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #or7hGB4xU0NABQLc2bDGECp4GnwfJ8cx { width:16.624625rem;height:2.76171875rem;top:3.2291669845581rem;left:1.62109375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSyU4eEaHVHsu68cp1E5zi8CdBuklSS5 { width:17.249625rem;height:2.4375rem;top:7.4283857345581rem;left:1.62109375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bS5wb7HQnJNDmT39Xufq2J9MLSBNVNip { width:16.7498125rem;height:9.5625rem;top:10.6171875rem;left:1.6223959922791rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2Gexu2T1OEeNUKVa1rW6dMszlKppNi7 { width:9.510801125rem;height:3.1875rem;top:21.5625rem;left:5.2434897422791rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRcq9SfMNltr3F8UmT5DZv9UJEygV3PT { display:block; }
 }@media only screen and (max-width: 763px) { #eoUW1tJtRlw8QEMdaTIAtLbULFvFSirO { width:1.749825rem;height:1.749825rem;top:2.5603713989258rem;left:18.250175rem;display:none; }
 }@media only screen and (max-width: 763px) { #EfZMQhxcFdIwZPfhPzcnmpRSNkD7KgbG { width:12.5rem;height:0;top:14.6875rem;left:7.5rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZHHgmccm7XvIRgRd47lcL8DLbWwDrIlT { width:19.375rem;height:25.0625rem;top:27.4375rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddTXcxw8gnfhXCAeHiMlr2462fuL7yPe { width:16.6868125rem;height:1.38139375rem;top:29.9375rem;left:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQZnuWsccWNiw0CBtUaxNfgn1oWZH7iC { width:17.9989375rem;height:4.875rem;top:32.062324523926rem;left:1.7444957494736rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7vg6IVoIlZiOw5Blim6uB8Wfx66iuN9 { width:16.3743125rem;height:9.5625rem;top:37.6875rem;left:1.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQOlhshWMlKLXRrmMMFcN32eDWESRasK { width:1.749825rem;height:1.749825rem;top:22.263836547851rem;left:18.250175rem;display:none; }
 }@media only screen and (max-width: 763px) { #lelS5TFDo2xgkIPVBWkOpLEdC4Oh3ls3 { width:12.5rem;height:0;top:34.498387023926rem;left:7.5rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #Mdh1fstXg6SCPhD8l5AQLDA02lhsWVJS { width:9.510801125rem;height:2.761007375rem;top:48.5625rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrVKbvWmwqUlh9t1ZTTVt54D7KrMVT76 { display:block; }
 }@media only screen and (max-width: 763px) { #ccOix5cHgopvtf2h92LJIcCWTD8NofD0 { display:block; }#ccOix5cHgopvtf2h92LJIcCWTD8NofD0 > .row .container { width:20rem;height:78.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OClLW1MJbo8nbJlMAdPa58KUXhzGOdlF { width:19.375rem;height:24.6875rem;top:0rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tboxikkePITJse7mkViQTbNxhKT5B1lR { width:16.312125rem;height:2.76171875rem;top:2.5625rem;left:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OImEK5et8XxEfPCkCID4V3cLpr3zlpkV { width:15.8735625rem;height:4.875rem;top:5.3231582641601rem;left:1.5616122484207rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OACLPNMaD1pWHwB3qiw7WtsqFoeM07Ll { width:16.937125rem;height:7.96875rem;top:11.25rem;left:1.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oebXad9vTmfpNaCwTQCXg9vJT0ihpKTu { width:9.510801125rem;height:2.761007375rem;top:21.0625rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eE2C7foq8VPHMcbr3dMsxiVbnLxhsTmv { display:block; }
 }@media only screen and (max-width: 763px) { #lmDHRNx4uDtQR3TnSlr1ZdJGgzPixI80 { width:1.749825rem;height:1.749825rem;top:2.5594787597656rem;left:18.250175rem;display:none; }
 }@media only screen and (max-width: 763px) { #i6Ca7CiJN7N2CQ76Iz6r5ptzmGitiQME { width:12.5rem;height:0;top:14.6875rem;left:7.5rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #TvfopwrEibLv9MDhWpT3dEAoN1DXpwKy { width:19.375rem;height:24.8125rem;top:54.000001907349rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNOVbRrPZMbkpbkL46RBuX4Un66KUHJV { width:16.4986875rem;height:1.38139375rem;top:56.125rem;left:1.4674479961395rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueup0iJ2hpqprLmO4l1qrxI5cEXNSxwk { width:17.623375rem;height:4.875rem;top:58.436609983444rem;left:1.374467253685rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PdI9ewuyhlUBLJIfESykX86k9WfLb47R { width:17.247875rem;height:9.5625rem;top:64.186786651612rem;left:1.3751775026321rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0RDWM9GO1cVn2Bsh0MaLm8LWI1U8CD1 { width:1.749825rem;height:1.749825rem;top:54.029629553222rem;left:18.250175rem;display:none; }
 }@media only screen and (max-width: 763px) { #zWh78woyI44qEmLEpvbfhVPwSvSFuTbx { width:12.5rem;height:0;top:56.995716894531rem;left:7.5rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #giU3fwzyfXbA7eUtI4TebXrlggyHHfLO { width:9.46877125rem;height:2.7187525rem;top:74.802085876462rem;left:4.8059897422791rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOMuZvyh5mbhyvaVBv4ffr38VTDSwckn { display:block; }
 }@media only screen and (max-width: 763px) { #u5c1tG78GfBLGZInC5K0GM7mWnOthgte { width:19.5rem;height:26rem;top:26.501301765442rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuhQgbfNtQVd4zSO2QpgPDFAAl1mmp8w { width:10.511363625rem;height:3.1875rem;top:48.020833015442rem;left:4.4622397422791rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgWXwGo4TLxk55z0SplNlNifnCH69ieo { display:block; }
 }@media only screen and (max-width: 763px) { #epxQ8ib460HQcIJBvedvEiEKs9Co0hwP { width:12.87375rem;height:0;top:34.311054870606rem;left:7.12625rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #xJgtP8e9ROr1kwX6oaEMMpyC9wW24lbF { width:18.187125rem;height:9.5625rem;top:36.93448138237rem;left:1.3137427568436rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwa0Pb0OKEQpyzumX9qqE9lAOw6AgcIh { width:18.75rem;height:4.875rem;top:31.312140464783rem;left:1.2499998807907rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDlCNXgGCBaEJh74AxX9TLdMmnc91Vuy { width:17.375rem;height:1.38139375rem;top:28.999465942382rem;left:1.1871448755264rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMJ2iUEzwCfIz700VlgfQBaStW8V1kiS { width:1.6867875rem;height:1.6867875rem;top:22.67931048584rem;left:18.3132125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bTrwIxDqucVTXbsvuTRFtVTE1MvDTIN2 { width:1.3742875rem;height:1.43376875rem;top:68.80411875rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #KJMrmLZcfygKBI0pMDcVHrlx51eOhnbg { width:1.6867875rem;height:1.6867875rem;top:65.86821875rem;left:9.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #g5RN1MGskJNcigEbeMXNaFXSo0bv8lQF { width:1.62464375rem;height:1.62464375rem;top:62.9944625rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #V7xnxQ7PD8gU5E1MBuiCxMIZUhuL4Ubw { width:0.625rem;height:0.625rem;top:15.173110961914rem;left:19.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ulPEPZUeu12DddyDqVftVo3gJJQ19x4p { width:0.9375rem;height:0.9375rem;top:71.487rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TLqSFZI5kwSpW4d8H6mPXnBIScEKSZZg { width:1.6867875rem;height:1.6867875rem;top:40.435rem;left:9.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ozqG244k2iOK34tnPnqNqTlrBSXHlirs { display:block; }#ozqG244k2iOK34tnPnqNqTlrBSXHlirs > .row .container { width:20rem;height:59.9424140625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mX9prLRUR5RglyTVk8yLfoRI2n2EmTrU { width:17.1235625rem;height:17.1235625rem;top:3.4845523834229rem;left:1.4373222589493rem;display:block; }
 }@media only screen and (max-width: 763px) { #DT2AKN9yGR4PTT7MX8sBVoSVTcW5WH17 { width:19.185875rem;height:2.4375rem;top:1.049352645874rem;left:0.40660512447357rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #giJoQe2AW76od8VVvWNqtTO9K3MOgc95 { width:6.124825rem;height:0;top:69.731915307619rem;left:6.9375rem;font-size:1.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #AbzyZaOqFyvwhXXrPRWr4tVFegROBgGc { width:5.37464375rem;height:0;top:80.792821557619rem;left:7.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #iybQUL4ddOn9o2QVwONTbgVtXWRZrz2n { width:5.37464375rem;height:0;top:88.039802807619rem;left:7.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Q4suoOQqT0MHXT8nP2fgTNWvPmdBMmJe { width:6.124825rem;height:0;top:73.418884057619rem;left:6.9375rem;font-size:1.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #nLH4k0EPBZUxv1bLrTdunS0K6BwJ3UsU { width:4.4992875rem;height:0;top:95.286784057619rem;left:7.75rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #OdgMaS3cU0ZaVcz9f3gAJA3kTlCGVlsR { width:6.124825rem;height:0;top:77.105852807619rem;left:6.9375rem;font-size:1.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #JwtN6WxF8LhDHzN4yw1hBdJcCGwNhcU3 { width:18.125rem;height:25.5rem;top:21.110614776611rem;left:0.9375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PbdTTZohqHQXTndTJpfm8recGHg1XBka { width:1.3742875rem;height:1.43376875rem;top:-0.185546875rem;left:18.6257125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ohFnZRkH8sRsath5VlKcaROIT6dClBvo { width:1.3742875rem;height:1.43376875rem;top:67.049034057619rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Uyg5hMBkLhZK0MPZktywcPfhcuo2RdUf { width:1.6867875rem;height:1.6867875rem;top:37.365946557617rem;left:9.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #T7tmBfPuC63gSXrZ6ebGDsWEczFddSVa { width:0.87446875rem;height:0.87446875rem;top:0.45454406738281rem;left:3.3231525421142rem;display:none; }
 }@media only screen and (max-width: 763px) { #LeAl7h1r4FUe1NDIF00ly8d63M1vOLrd { width:1.62464375rem;height:1.62464375rem;top:30.805221557618rem;left:18.37535625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ONd3DeulJTnShmgdtZCzXvkgs2bdddAW { width:0.625rem;height:0.625rem;top:101.33437155762rem;left:9.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #QocduiTEabrrH95uA1TkGWQrqoDd398U { width:0.625rem;height:0.625rem;top:25.357788085938rem;left:2.8863639831543rem;display:none; }
 }@media only screen and (max-width: 763px) { #wGeXiDgyS40DpWi91VO22efQpp772TKX { width:20rem;height:21.6875rem;top:38.2549140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uoAUgncIColB1WPVNCRL0T6K5RW5c0aQ { display:block; }#uoAUgncIColB1WPVNCRL0T6K5RW5c0aQ > .row .container { width:20rem;height:61.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LuxycwKbTl6KN1TctOZiOaAaZrzmw4u7 { width:20rem;height:2.4375rem;top:1.4373149871826rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Vcg6z8PTmTvTsUJdTdaAXKuuHz35n99C { width:17.3730625rem;height:6.9043125rem;top:4.9964466094971rem;left:1.3121448755264rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .widget-form-header {  }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.75rem;font-weight:bold;color:#000000;width:17.5rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left;line-height:1; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .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:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !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;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:17.5rem;box-sizing:border-box;height:2.8125rem;color:#ffffff;font-size:0.9375rem;overflow:hidden;font-family:dosis;vertical-align:top; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .widget-input-text {padding-top: 0; padding-bottom: 0;}#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .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:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !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;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:17.5rem;box-sizing:border-box;height:4.375rem;color:#ffffff;font-size:0.9375rem;overflow:hidden;font-family:dosis;vertical-align:top; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .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:transparent;background-image:none;border-top:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;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:17.5rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-family:quicksand;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .widget-input-select {padding-top: 0; padding-bottom: 0;}#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .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; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .widget-input-button { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:#ffc143;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:2.1875rem;margin-bottom:0.25rem;margin-left:2.1875rem;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:400;color:#5f35fb;width:13.125rem;height:3.25rem;font-family:dosis;overflow:hidden;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,2,168,0.5) ;font-style:normal; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS [class*="-text"]:-moz-placeholder { color:#ffffff;font-family:quicksand;font-size:0.9375rem; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS [class*="-text"]::-moz-placeholder { color:#ffffff;font-family:quicksand;font-size:0.9375rem; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS [class*="-text"]:-ms-input-placeholder { color:#ffffff;font-family:quicksand;font-size:0.9375rem; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS [class*="-text"]::-webkit-input-placeholder { color:#ffffff;font-family:quicksand;font-size:0.9375rem; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .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:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:#ffffff;vertical-align:top;width:16.3125rem;overflow:hidden;font-style:normal; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .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; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .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:quicksand;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .widget-container:first-of-type{padding-top:0;}#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .widget-container:last-of-type{padding-bottom:0;}#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:0rem;top:13.055753707886rem;z-index:15001; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem;display:block;vertical-align:top; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .widget-info-text { display:block;height:auto;font-family:quicksand;font-size:0.75rem;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS {display:block;}#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:0rem;top:13.055753707886rem;z-index:15001; }
 }@media only screen and (max-width: 763px) { #ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #kyRDzcTACSTi6TeM2skCwperxQOCDX2J {  }
 }@media only screen and (max-width: 763px) { #ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #TukKPqeLf0UIvXFTpIxLCgMydgO3NRny { display:none; }
 }@media only screen and (max-width: 763px) { #ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #J4ZwgRfzLRy7FOQ08ve0rNNSyA7hJ10B {  }
 }@media only screen and (max-width: 763px) { #ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #ZWQkiAoQX60yb69gu5GhbUOrtvKT9o2T {  }
 }@media only screen and (max-width: 763px) { #ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #nLkZFhhLRtwvlDxSrnlG3GE57NO6NnMF { display:none; }
 }@media only screen and (max-width: 763px) { #ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #tBEZVRZ54srORtJUWnieWK1may4knc8u {  }
 }@media only screen and (max-width: 763px) { #ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #x9DpsPcXELVblLVpDFRb3yJmWMkEIrkw {  }
 }@media only screen and (max-width: 763px) { #ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #AmIsVDxKZps03R9dVJTZUSzJZ6tIvC0O { display:none; }
 }@media only screen and (max-width: 763px) { #ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #VkIh9NmetM81cTMp95qknlS8THpSyQAK {  }
 }@media only screen and (max-width: 763px) { #ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #Fz3d6EH12P0qKd5WEgQJXPNLtaaUnt9R {  }
 }@media only screen and (max-width: 763px) { #ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #Goi9Zo7uwzPSKb3y6GoVxw6H2eRBKpdh { display:none; }
 }@media only screen and (max-width: 763px) { #ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #HOTKl06vTdOZ9eFSTe3do3EdlWUK3OUD {  }
 }@media only screen and (max-width: 763px) { #ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #xIVhnQZTgRvceZfMlzXXD48ZGEeq0t6A {  }
 }@media only screen and (max-width: 763px) { #ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #EzzADWe5mQq2qLZ7ExEFaPEMDnQKnLp8 {  }
 }@media only screen and (max-width: 763px) { #ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #c2H3gHVtUuuo2TgFCFNsLbGOom4pfilK {  }
 }@media only screen and (max-width: 763px) { #ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #ECoT145LSJAoyl5VeE6w8wdTZuaduc7e {  }
 }@media only screen and (max-width: 763px) { #ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #X8vx3qBaxwEZIM4r9vI1vFw4dNmN8CEz {  }
 }@media only screen and (max-width: 763px) { #OOqaXf0QQ0PPNwFKEy0HQbdXC29MDOQr { width:1.437325rem;height:1.49946875rem;top:24.05805875rem;left:9.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #JTdpcKAXnX6odx60NXwPcIRCylB5fyLX { width:1.749825rem;height:1.749825rem;top:18.842325rem;left:9.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #e5bnez3O3zFOa0bTQ88M7klKezdFrulJ { width:1.749825rem;height:1.749825rem;top:7.6864375rem;left:9.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ozrWWAVBLHxKiZO5T1rJcR5SmvVyOcz0 { width:1.437325rem;height:1.49946875rem;top:4.93696875rem;left:9.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #mJyBytKOsEuBkSD5gsr4OPXX15PDRBIP { width:1.749825rem;height:1.749825rem;top:51.99484rem;left:9.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #OpFXk5iAKn7qVPSrAdfmnVnaC6RFxsgl { width:0.625rem;height:0.625rem;top:21.84215rem;left:9.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #htcPJOinsr5R002Q1bZT1U3QVrJE05GZ { width:0.625rem;height:0.625rem;top:54.994665rem;left:9.5625rem;display:none; }
 }