.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#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:#fbfaff;background-image:url("https://images.assets-landingi.com/WXeCrn7k/background1.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS.adaptive-delivery-prevent-bg, #DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS.lazyload, #DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS.lazyloading { background-image: none; }#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:38.3125rem;width:60rem;position:relative;display:block; }#e40KBUkwBBvTuJEBNHVPTV51nr3NxGPQ { color:#5a00f8;display:block;width:29.25rem;position:absolute;font-family:dosis;font-size:3.75rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:8.374218940735rem;left:0rem;height:9.75rem;display:block; }
#EeLCUn8ffr31q0cbO8GOuKminqAKVI3o { color:#000000;display:block;width:29rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:19.061719894409rem;left:0rem;height:2.925rem;font-style:normal;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:2.5625rem;width:6.5625rem;top:1.125rem;left:0rem;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 #5a00f8;border-left:0.1875rem solid #5a00f8;border-right:0.1875rem solid #5a00f8;border-bottom:0.1875rem solid #5a00f8;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:7.186718940735rem;left:34.562501907349rem;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; }
#KCqEkzqOEtWP4bCKvpbFe7KNTOfkcTgi .widget-form-header {  }
#KCqEkzqOEtWP4bCKvpbFe7KNTOfkcTgi .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;width:22rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#KCqEkzqOEtWP4bCKvpbFe7KNTOfkcTgi .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#KCqEkzqOEtWP4bCKvpbFe7KNTOfkcTgi .widget-input-text {padding-top: 0; padding-bottom: 0;}#KCqEkzqOEtWP4bCKvpbFe7KNTOfkcTgi .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#KCqEkzqOEtWP4bCKvpbFe7KNTOfkcTgi .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden; }
#KCqEkzqOEtWP4bCKvpbFe7KNTOfkcTgi .widget-input-select {padding-top: 0; padding-bottom: 0;}#KCqEkzqOEtWP4bCKvpbFe7KNTOfkcTgi .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#KCqEkzqOEtWP4bCKvpbFe7KNTOfkcTgi .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#KCqEkzqOEtWP4bCKvpbFe7KNTOfkcTgi .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:transparent;background-image: -webkit-linear-gradient(14deg, #5a00f8, #621bdd);background-image: -moz-linear-gradient(14deg, #5a00f8, #621bdd);background-image: -ms-linear-gradient(14deg, #5a00f8, #621bdd);background-image: -o-linear-gradient(14deg, #5a00f8, #621bdd);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a00f8', endColorstr='#621bdd' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a00f8', endColorstr='#621bdd' );";background-image: linear-gradient(14deg, #5a00f8, #621bdd);background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:400;color:#ffffff;width:22rem;height:3.4375rem;font-family:dosis;overflow:hidden;box-shadow: 0.3125rem 0.625rem 1.875rem rgba(90,0,248,0.5) ;font-style:normal; }
#KCqEkzqOEtWP4bCKvpbFe7KNTOfkcTgi [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#KCqEkzqOEtWP4bCKvpbFe7KNTOfkcTgi [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#KCqEkzqOEtWP4bCKvpbFe7KNTOfkcTgi [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#KCqEkzqOEtWP4bCKvpbFe7KNTOfkcTgi [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#KCqEkzqOEtWP4bCKvpbFe7KNTOfkcTgi .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:#000000;vertical-align:top;width:20.625rem;overflow:hidden;font-style:normal; }
#KCqEkzqOEtWP4bCKvpbFe7KNTOfkcTgi .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; }
#KCqEkzqOEtWP4bCKvpbFe7KNTOfkcTgi .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.3; }
#KCqEkzqOEtWP4bCKvpbFe7KNTOfkcTgi .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#KCqEkzqOEtWP4bCKvpbFe7KNTOfkcTgi .widget-container:first-of-type{padding-top:0;}#KCqEkzqOEtWP4bCKvpbFe7KNTOfkcTgi .widget-container:last-of-type{padding-bottom:0;}#KCqEkzqOEtWP4bCKvpbFe7KNTOfkcTgi  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15014;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;position:absolute;top:12.237500190735rem;left:32.47500038147rem; }
#KCqEkzqOEtWP4bCKvpbFe7KNTOfkcTgi .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:22rem; }
#KCqEkzqOEtWP4bCKvpbFe7KNTOfkcTgi .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#KCqEkzqOEtWP4bCKvpbFe7KNTOfkcTgi {display:block;}#KCqEkzqOEtWP4bCKvpbFe7KNTOfkcTgi { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15014;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;position:absolute;top:12.237500190735rem;left:32.47500038147rem; }
#KCqEkzqOEtWP4bCKvpbFe7KNTOfkcTgi #qkMSKMsGHlywPaNdWltkmlBEUli00R6z { position:relative; }
#KCqEkzqOEtWP4bCKvpbFe7KNTOfkcTgi #mTDeEpkm7wl1wAyx9sTrtEpfxDtafR0U { position:relative;display:block; }
#KCqEkzqOEtWP4bCKvpbFe7KNTOfkcTgi #kUUCC6oPE73xEH3u2wMUcvn4eJIhpDBS { position:relative; }
#KCqEkzqOEtWP4bCKvpbFe7KNTOfkcTgi #CALEIp62FRsyLbvV4f2oApFH4hohAWNF { position:relative; }
#KCqEkzqOEtWP4bCKvpbFe7KNTOfkcTgi #c0Oce5oST6sO1M3qPwz0wSr5HaGyRdyx { position:relative;display:block; }
#KCqEkzqOEtWP4bCKvpbFe7KNTOfkcTgi #mX9eWTQ8Tb25rbwsuHC3NwPALQUg0XmS { position:relative; }
#KCqEkzqOEtWP4bCKvpbFe7KNTOfkcTgi #CGrod5TNCr0q34sJbgc0BSUKrSl5yE6H { position:relative; }
#KCqEkzqOEtWP4bCKvpbFe7KNTOfkcTgi #J2uqUZILNxmefxvgOGkZNB6Kg4zpCCMF { position:relative;z-index:2; }
#KCqEkzqOEtWP4bCKvpbFe7KNTOfkcTgi #TrDOKWTzxOVfvkTD8b320KosoyFuK8GU { position:relative; }
#KCqEkzqOEtWP4bCKvpbFe7KNTOfkcTgi #xXIAfUc5N9vb5UVmVokGQqbziimzvBcT { position:relative; }
#KCqEkzqOEtWP4bCKvpbFe7KNTOfkcTgi #ZpVapmGPxcAKADXyiMEHAyrAWWWnquqb { position:relative; }
#io6UEzMwVGMf8rkHpZTmStUnk8odMrTg { color:#000000;display:block;width:12.1875rem;position:absolute;font-family:dosis;font-size:1.75rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:23.125rem;left:2.3125rem;height:6.825rem;font-style:normal;display:block; }
#MWUb2zPFR066Xp1PrmJ2IOiiITESgVGb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:23.125rem;left:0rem; }
#WL5XGa0dcmOteyRDddeSf0CveK6cZt2d { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:25.38125038147rem;left:0rem; }
#JwuAeKAb1aXLWqwSCg8v7kXIhfFkiH1J { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:27.6875rem;left:0rem; }
#xGDZrn24XW8OKTs5S3va4l32zJRH3EpB { color:#000000;display:block;width:29rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:31.436719894409rem;left:0rem;height:4.3875rem;font-style:normal;display:block; }
#kThCFRwexDFdeXPOxX7DuRmEpU8vMsfN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#5a00f8;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; }#kThCFRwexDFdeXPOxX7DuRmEpU8vMsfN > .row .container { background-color: transparent; background-image: none; }#kThCFRwexDFdeXPOxX7DuRmEpU8vMsfN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kThCFRwexDFdeXPOxX7DuRmEpU8vMsfN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kThCFRwexDFdeXPOxX7DuRmEpU8vMsfN > .row .container > .video-iframe-container { display: none; }#kThCFRwexDFdeXPOxX7DuRmEpU8vMsfN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kThCFRwexDFdeXPOxX7DuRmEpU8vMsfN > .row > .video-iframe-container { display: none; }#kThCFRwexDFdeXPOxX7DuRmEpU8vMsfN > .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); }#kThCFRwexDFdeXPOxX7DuRmEpU8vMsfN > .row .container { border-width: 0; border-radius: 0; }#kThCFRwexDFdeXPOxX7DuRmEpU8vMsfN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kThCFRwexDFdeXPOxX7DuRmEpU8vMsfN > .row .container { font-size:0.875rem;font-family:arial;height:4.875rem;width:60rem;position:relative;display:block; }#pIq4LGPgE8nCpoqDJD0ax1WJ40hOztAq { color:#ffffff;display:block;width:60rem;position:absolute;font-family:dosis;font-size:2rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:1.4187507629394rem;left:0rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zS1txDXeI8sEB08H4iIeBtCgvrMUAXUL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#5a00f8;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; }#zS1txDXeI8sEB08H4iIeBtCgvrMUAXUL > .row .container { background-color: transparent; background-image: none; }#zS1txDXeI8sEB08H4iIeBtCgvrMUAXUL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zS1txDXeI8sEB08H4iIeBtCgvrMUAXUL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zS1txDXeI8sEB08H4iIeBtCgvrMUAXUL > .row .container > .video-iframe-container { display: none; }#zS1txDXeI8sEB08H4iIeBtCgvrMUAXUL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zS1txDXeI8sEB08H4iIeBtCgvrMUAXUL > .row > .video-iframe-container { display: none; }#zS1txDXeI8sEB08H4iIeBtCgvrMUAXUL > .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); }#zS1txDXeI8sEB08H4iIeBtCgvrMUAXUL > .row .container { border-width: 0; border-radius: 0; }#zS1txDXeI8sEB08H4iIeBtCgvrMUAXUL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zS1txDXeI8sEB08H4iIeBtCgvrMUAXUL > .row .container { font-size:0.875rem;font-family:arial;height:5.9375rem;width:60rem;position:relative;display:block; }#zmfv0PchMZdU2Fgxq1KmzsXbUBg2TKlb { 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:3rem;width:9.1875rem;top:0.78125rem;left:5.8625011444092rem;overflow:hidden;display:block; }
#SKonEAQFr0T4E0nmxaO24JZEv1apDNlB { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:10.3125rem;top:0.71875rem;left:22.77499961853rem;overflow:hidden;display:block; }
#GsUQzSnIeNVPOLvlE6n9Ncv3KLgP6A5r { 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.125rem;width:11.6875rem;top:0.71875rem;left:39.41250038147rem;overflow:hidden;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:#ffffff;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:dosis;font-size:1.3125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:2.6062545776367rem;left:0.0625rem;height:1.70625rem;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:#ffffff;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:#5a00f8;display:block;width:60rem;position:absolute;font-family:dosis;font-size:2rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:0.125rem;left:0rem;height:2.6rem;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:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ua9vitfIIAWwfuarmqVneM8CIXIEKuiB { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:3.5rem;top:2.3125rem;left:20.25rem;overflow:hidden;display:block; }
#wHcGA5QUicRDIauC2TXRIULURxfPQTTg { position:absolute;display:block;z-index:15001;background-color:#f2e3fb;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:#f4c4df;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:51rem;display:block; }
#Xuflhibc2fMrFWooJLwb7Qggmx5XBGai { position:absolute;display:block;z-index:14999;background-color:#c1f0ff;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.8125rem;display:block; }
#i8kMuAuukDazQsHbmKWa5nvRbgRMEkC4 { position:absolute;display:block;z-index:15000;background-color:#fde4ce;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:20.25rem;display:block; }
#we2qy1nzrheCS96teVKAdGXg8TTyfgvW { color:#00e0ff;display:block;width:14.5rem;position:absolute;font-family:dosis;font-size:1.3125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:8.17812538147rem;left:0rem;height:1.70625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Mk6bJPXh9VhpeFbktfzZz0TtglLthzwV { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:10.04296875rem;left:0rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GrVgZ9qQycH2mMJ3yn2Zs06NtWrAzs1z { color:#000000;display:block;width:14.625rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:10.0625rem;left:15.187501907349rem;height:4.3875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tm7KeOAVPuHnlfcgGyHVhnCkwGXuTZS7 { color:#ff9900;display:block;width:14.625rem;position:absolute;font-family:dosis;font-size:1.1875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:7.9375rem;left:15.250001907349rem;height:1.54375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cmVOqfFXPqQmAui0mrEyeuzFJsn1JGPu { color:#a033ff;display:block;width:14.875rem;position:absolute;font-family:dosis;font-size:1.3125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:7.9375rem;left:30.000001907349rem;height:1.70625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#p0Us1ta9n8CfzWgiTEtQJccrbs0LlMTB { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:10.0625rem;left:30.062501907349rem;height:4.3875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qKkk8UDEfvTydf0h8VfF2BirCfq9T7Wq { color:#ff3cac;display:block;width:14.8125rem;position:absolute;font-family:dosis;font-size:1.3125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:8rem;left:45.000001907349rem;height:1.70625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ofdZUhmIwBaCF5brPTRMk2BCAomJTwsF { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:10.0625rem;left:45.125001907349rem;height:4.3875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BkQyIX98Ozbs5JL3o4St1X6Qd5vRhruR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.625rem;width:4.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:1.75rem;left:19.687501907349rem; }
#VUvpzRLyB4DRPJrD1mOg8TdwN3D6n2XE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.25rem;width:4.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:2.3125rem;left:5.375rem; }
#BWoFIFODbAVzxTLgF8rCRfQTTzR60i1U { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.8125rem;width:4.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:1.65625rem;left:50.093751907349rem; }
#R7xCvTAnfg5Pt0BlFcbrgpaKQQ4iZdBB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:1.8125rem;left:35.250001907349rem; }
#w0ZLVJ8CT6CVU1vLaS1MIRAVtPwhDmt5 { z-index:;position:relative;display:block; }#w0ZLVJ8CT6CVU1vLaS1MIRAVtPwhDmt5 { background-color: transparent; background-image: none; }#w0ZLVJ8CT6CVU1vLaS1MIRAVtPwhDmt5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w0ZLVJ8CT6CVU1vLaS1MIRAVtPwhDmt5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w0ZLVJ8CT6CVU1vLaS1MIRAVtPwhDmt5 > .row .container > .video-iframe-container { display: none; }#w0ZLVJ8CT6CVU1vLaS1MIRAVtPwhDmt5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w0ZLVJ8CT6CVU1vLaS1MIRAVtPwhDmt5 > .row > .video-iframe-container { display: none; }#w0ZLVJ8CT6CVU1vLaS1MIRAVtPwhDmt5 > .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); }#w0ZLVJ8CT6CVU1vLaS1MIRAVtPwhDmt5 { border-width: 0; border-radius: 0; }#w0ZLVJ8CT6CVU1vLaS1MIRAVtPwhDmt5 > .row .container { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:46.125rem;width:60rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#WRZaKvAOfw2nqhm4OtA7mNDHm2gyhrCc { color:#5a00f8;display:block;width:60rem;position:absolute;font-family:dosis;font-size:3rem;font-weight:700;z-index:15009;line-height:1;letter-spacing:0;top:4.3125rem;left:0rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sWzZ9rzTbT5SzvVH9QERczzDBL90zapK { color:#010304;display:block;width:49.9991875rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:8.8746078498662rem;left:4.9992179870606rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kAgHKIfOOylvXtHMOfnc0dTBXWX32quw { color:#5a00f8;display:block;width:18.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:30.374997138977rem;left:0rem;height:1.3rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#DGp5twTPys63rTlRSCU2oh4v1gbI7OXJ { color:#000000;display:block;width:18.25rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:32.299218177796rem;left:0rem;height:3.9375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Bk65HlCIKwqUxJo4cxunFkqT86x6xg0n { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.37460625rem;width:1.37460625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:16.139061927796rem;left:0rem; }
#WRBOVr3is1TSmep5ZhIuDf0vpTf9LwnM { color:#5a00f8;display:block;width:18.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:30.437108039856rem;left:20.999996185302rem;height:1.3rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#TlifuW9Z6NTcxwdTrqATdNlaCDzOtwCi { color:#000000;display:block;width:18.25rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:32.312108039856rem;left:20.812496185302rem;height:3.9375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oKPf2a67I1yvBTE0ypaaUoXTAiIlopbs { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.37460625rem;width:1.37460625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:16.136717796326rem;left:34.700386047363rem; }
#JytuvTZPd8RwczhFXRsE7T2i6ruDvqgi { color:#5a00f8;display:block;width:18.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:30.437108039856rem;left:41.749214172363rem;height:1.3rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Pg5mSH54EzqE1clIP6l0f3UcTGXQ3TiK { color:#000000;display:block;width:18.25rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:32.374215126037rem;left:41.749214172363rem;height:3.9375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NawDnbgDGKtiL6xK5Dy2Dw4NzeO2TQs1 { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.37460625rem;width:1.37460625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:26.105858802796rem;left:57.623435974121rem; }
#ODBPIoLqCoxIbFCihdObaCIQrxOSvmSe { box-sizing:content-box;height:12rem;width:12rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14997;background-color:#aa78ff;background-image:none;top:15.405468940735rem;left:0rem;display:block; }
#wvydLN9MvLcg60CVMP9x9G8V6pAxAvyi { box-sizing:content-box;height:12rem;width:12rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14998;background-color:#aa78ff;background-image:none;top:15.405468940735rem;left:24rem;display:block; }
#TM4voRcN2dxzr1qWU8wRNU1vpLvOMsVt { box-sizing:content-box;height:12rem;width:12rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14999;background-color:#aa78ff;background-image:none;top:15.405468940735rem;left:48rem;display:block; }
#TrOMMVVfc1sqX0QKCU3ZX8r2h84JcDBu { background-color:transparent;background-image: -webkit-linear-gradient(14deg, #5a00f8, #7b40f4);background-image: -moz-linear-gradient(14deg, #5a00f8, #7b40f4);background-image: -ms-linear-gradient(14deg, #5a00f8, #7b40f4);background-image: -o-linear-gradient(14deg, #5a00f8, #7b40f4);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a00f8', endColorstr='#7b40f4' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a00f8', endColorstr='#7b40f4' );";background-image: linear-gradient(14deg, #5a00f8, #7b40f4);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:dosis;font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.7491875rem;height:4.18710625rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:38.999608039856rem;left:21.124217987061rem;display:block; }
#CpkIBpe4RcgiNaDT8hTVCTXcV3Z5xp3O { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MIenWSe8dVUptLzdbr52o2CuKQi5ZnXS { 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:9.249625rem;width:17.4375rem;top:17.437499046326rem;left:0rem;overflow:hidden;display:block; }
#EdTDcmm7mhvvwCroaXQzEyJ4vKEuW4SX { 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:9.1875rem;width:17.1875rem;top:17.624999046326rem;left:21.280075073243rem;overflow:hidden;display:block; }
#GNZKBq5tzzcO6mToEdAevK4VxveruaSV { 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:8.9375rem;width:17.125rem;top:17.655467033386rem;left:42.813278198243rem;overflow:hidden;display:block; }
#BbkCqwRF4MCep7PlWeMCKDK31nk55ArX { z-index:;position:relative;display:block; }#BbkCqwRF4MCep7PlWeMCKDK31nk55ArX { background-color: transparent; background-image: none; }#BbkCqwRF4MCep7PlWeMCKDK31nk55ArX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BbkCqwRF4MCep7PlWeMCKDK31nk55ArX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BbkCqwRF4MCep7PlWeMCKDK31nk55ArX > .row .container > .video-iframe-container { display: none; }#BbkCqwRF4MCep7PlWeMCKDK31nk55ArX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BbkCqwRF4MCep7PlWeMCKDK31nk55ArX > .row > .video-iframe-container { display: none; }#BbkCqwRF4MCep7PlWeMCKDK31nk55ArX > .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); }#BbkCqwRF4MCep7PlWeMCKDK31nk55ArX { border-width: 0; border-radius: 0; }#BbkCqwRF4MCep7PlWeMCKDK31nk55ArX > .row .container { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:33rem;width:60rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#TVpUBn7aND7bXTGe17bVxZiqatk2dqI2 { color:#5a00f8;display:block;width:24.3125rem;position:absolute;font-family:dosis;font-size:3rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:9.0625rem;left:0rem;height:6rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RkC1xUzE94WSC90SmBkQ9nohcdC30u55 { color:#010304;display:block;width:23.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:16.5rem;left:0rem;height:7.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#k3GXb9P893iHwKOe2MKaMI7cHnOcaFtP { box-sizing:content-box;height:17.375rem;width:34.0625rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;top:8.25rem;left:25.187501907349rem;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;border-top:0.0625rem solid #5a00f8;border-left:0.0625rem solid #5a00f8;border-right:0.0625rem solid #5a00f8;border-bottom:0.0625rem solid #5a00f8;display:block; }
#JIxWOPuJPKuMsM5rP8EzKB4ZnTdtesws { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:11.468749761581rem;left:53.687501907349rem; }
#BCf5Sn64TbwRe7RTxg2m23L0nH2J38qT { color:#010304;display:block;width:32.1875rem;position:absolute;font-family:dosis;font-size:1.375rem;font-weight:700;z-index:15014;line-height:1.5;letter-spacing:0;top:10.9375rem;left:27.125001907349rem;height:2.0625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#k5F1BXHOloco0kSry03FH5dTeVhrJzMo { color:#010304;display:block;width:32.1875rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:11.75rem;left:27.125001907349rem;height:1.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#K3I9COrSqOdK5Pab5MHBzZTAvglTfgOG { color:#010304;display:block;width:32.1875rem;position:absolute;font-family:dosis;font-size:1.375rem;font-weight:700;z-index:15018;line-height:1.5;letter-spacing:0;top:16.0625rem;left:27.125001907349rem;height:2.0625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BbhWFTglpTRKLFITJJVmto4Z3iTUr5Vz { color:#010304;display:block;width:30.3125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:16.125rem;left:27.050001144409rem;height:1.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xqfIxLvnygg9JNNwoWP7gSurLzK6rrTc { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:16.656250715256rem;left:48.625001907349rem; }
#PDbdfTIRbArynxWtdhTDhbeu4qza0Gnv { color:#010304;display:block;width:32.1875rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:19.5625rem;left:27.125001907349rem;height:1.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Vp4LVOukviOJAhGGxpBiEX17qiph9wnS { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:21.624221801757rem;left:48.812501907349rem; }
#tRurMxGCPPTQoPOBHkOWkTT5VIDyFcWx { color:#010304;display:block;width:32.1875rem;position:absolute;font-family:dosis;font-size:1.375rem;font-weight:700;z-index:15023;line-height:1.5;letter-spacing:0;top:21rem;left:27.125001907349rem;height:2.0625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BX6CGb9BENCXTnOsGGXVqPqpKaLdwwTR { color:#010304;display:block;width:32.1875rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:300;z-index:15020;line-height:1.5;letter-spacing:0;top:23.5625rem;left:27.125001907349rem;height:1.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Bk0zdwnDWTGuhLmC8w0yys5VOfds6uv4 { box-sizing:content-box;height:0.0625rem;width:43.75rem;position:absolute;display:block;z-index:15000;background-color:#5a00f8;background-image:none;top:2.9992218017578rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#lCktGL6UhXLMp81vwtvBX3RGhMRa3mRR { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:2.2499995213002rem;left:0rem; }
#XsENgpEplQv1XGwXN6XTMxMwf40rKKFN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#5a00f8;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; }#XsENgpEplQv1XGwXN6XTMxMwf40rKKFN > .row .container { background-color: transparent; background-image: none; }#XsENgpEplQv1XGwXN6XTMxMwf40rKKFN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XsENgpEplQv1XGwXN6XTMxMwf40rKKFN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XsENgpEplQv1XGwXN6XTMxMwf40rKKFN > .row .container > .video-iframe-container { display: none; }#XsENgpEplQv1XGwXN6XTMxMwf40rKKFN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XsENgpEplQv1XGwXN6XTMxMwf40rKKFN > .row > .video-iframe-container { display: none; }#XsENgpEplQv1XGwXN6XTMxMwf40rKKFN > .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); }#XsENgpEplQv1XGwXN6XTMxMwf40rKKFN > .row .container { border-width: 0; border-radius: 0; }#XsENgpEplQv1XGwXN6XTMxMwf40rKKFN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XsENgpEplQv1XGwXN6XTMxMwf40rKKFN > .row .container { font-size:0.875rem;font-family:arial;height:61.375rem;width:60rem;position:relative;display:block; }#bxCuClzOTkXcpiuIGiRywPG7U0PUwNq7 { color:#000000;display:block;width:31.5rem;position:absolute;font-family:dosis;font-size:3.0625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.8499999046326rem;left:0rem;height:3.98125rem;font-style:normal;display:block; }
#Elp8eZTJRtOBofSQdSbTOcHmJ0ppHvLM { color:#000000;display:block;width:36.375rem;position:absolute;font-family:"source sans pro";font-size:1.1875rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:5.9117202758789rem;left:0.25rem;height:1.54375rem;font-style:normal;display:block; }
#vHMUmK1ufu8gOUEgOTCbVw28WG6JUJyh { position:absolute;display:block;z-index:15005;background-color:#5820ba;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:7.8125rem;top:12.324999928474rem;left:7.58749961853rem;display:block; }
#XHvXHRdaTcfvhe9DrIrcrZ0uLHwskLts { position:absolute;display:block;z-index:15008;background-color:#5013ba;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 4.5rem rgba(0,0,0,0.35) ;height:4.75rem;width:4.75rem;top:10.887499928474rem;left:6.27499961853rem;display:block; }
#lTKcSgyV2NL0tmIgKGcRVfMCom0xRZ6D { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.5rem;top:15.043749928474rem;left:9.74374961853rem;overflow:hidden;display:block; }
#laDHJpGihUVFtu2kH12FIipUrRO1iFUH { color:#ffffff;display:block;width:1.375rem;position:absolute;font-family:"source sans pro";font-size:2.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:11.675000309944rem;left:7.96249961853rem;height:2.7625rem;font-style:normal;display:block; }
#C8e6tpXKIW84DkXTRSlptnXgnp7FTRkA { position:absolute;display:block;z-index:15010;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 dashed #ffffff;border-left:0.0625rem dashed #ffffff;border-right:0.0625rem dashed #ffffff;border-bottom:0.0625rem dashed #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0;width:31.25rem;top:23.887499928474rem;left:11.52499961853rem;display:block; }
#RPbiToeuWEZmTGZ99EU3K1om341ATqUC { position:absolute;display:block;z-index:15011;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 dashed #ffffff;border-left:0.0625rem dashed #ffffff;border-right:0.0625rem dashed #ffffff;border-bottom:0.0625rem dashed #ffffff;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:0;top:20.137499928474rem;left:11.52499961853rem;display:block; }
#DxgLum9IN4TSmx2FFxN88BioWvm6SFDA { position:absolute;display:block;z-index:15009;background-color:#5820ba;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:7.8125rem;top:24.25rem;left:44.1875rem;display:block; }
#ztmHy3Ip4II4KsguLOGtHMuIle95P8b7 { position:absolute;display:block;z-index:15015;background-color:#5013ba;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 4.5rem rgba(0,0,0,0.35) ;height:4.75rem;width:4.75rem;top:22.8125rem;left:42.875rem;display:block; }
#bPc4PnI3D6G84bh2qkR03oTXUraHoMxf { color:#ffffff;display:block;width:1.375rem;position:absolute;font-family:"source sans pro";font-size:2.125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:23.824999928474rem;left:44.562501907349rem;height:2.7625rem;font-style:normal;display:block; }
#af9924Btoh1p3WvTWgwmTskQHJHv4INt { 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:3.875rem;width:3.9375rem;top:36.656250953674rem;left:9.5242195129394rem;overflow:hidden;display:block; }
#e9B15K7LT2ZMxaFdDw8Im01i6nm3Khnx { color:#000000;display:block;width:31.5rem;position:absolute;font-family:dosis;font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:13.199219226837rem;left:18.624219894409rem;height:2.4375rem;font-style:normal;display:block; }
#TTBZX8XnvDmFQatAFqWuBODHpK0g4EEm { color:#000000;display:block;width:18.6875rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:16.156250476837rem;left:18.624219894409rem;height:2.925rem;font-style:normal;display:block; }
#lJDbN9tAI5cEqib6tQeX149WqtdVAyTZ { color:#000000;display:block;width:31.5rem;position:absolute;font-family:dosis;font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:25.5rem;left:11.4375rem;height:2.4375rem;font-style:normal;display:block; }
#cGPKXHZUmdQc8yxQirQq7kGS8m9sSHtI { color:#ffffff;display:block;width:18.6875rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:28.562500476837rem;left:11.586719512939rem;height:4.3875rem;font-style:normal;display:block; }
#n3JRBTJSEUovx0qHpsVUD2mxpiSOuFnI { 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.0625rem dashed #ffffff;border-left:0.0625rem dashed #ffffff;border-right:0.0625rem dashed #ffffff;border-bottom:0.0625rem dashed #ffffff;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:0;top:32.062500953674rem;left:49.999219894409rem;display:block; }
#cfcBk8m1N38QhK0EI5Xkbk4tln5FJW7Z { position:absolute;display:block;z-index:15011;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 dashed #ffffff;border-left:0.0625rem dashed #ffffff;border-right:0.0625rem dashed #ffffff;border-bottom:0.0625rem dashed #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0;width:34.375rem;top:35.812500953674rem;left:15.52499961853rem;display:block; }
#J7PGLVqvhe67DIKbfDRvI8wDexZ3i6np { position:absolute;display:block;z-index:15009;background-color:#5820ba;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:7.8125rem;top:34.0625rem;left:7.625rem;display:block; }
#e7RMO8MUz4nSXXoL0tSC2Vh53vJ9ItGV { position:absolute;display:block;z-index:15012;background-color:#5013ba;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 4.5rem rgba(0,0,0,0.35) ;height:4.75rem;width:4.75rem;top:32.625rem;left:6.3125rem;display:block; }
#tLsBl0fZPIr3RIg8eyfBJPC0MSngMFOb { color:#ffffff;display:block;width:1.375rem;position:absolute;font-family:"source sans pro";font-size:2.125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:33.4375rem;left:8rem;height:2.7625rem;font-style:normal;display:block; }
#b7ysJ6TEUvq2SrH7FFTAuvpC395KT8Z0 { color:#000000;display:block;width:31.5rem;position:absolute;font-family:dosis;font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:37.375rem;left:18.625rem;height:2.4375rem;font-style:normal;display:block; }
#aT34TmMMp3GxdeJvEOHQUvJ0gtlXU5JF { color:#000000;display:block;width:20.1875rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:40.3125rem;left:18.625001907349rem;height:2.925rem;font-style:normal;display:block; }
#buonXTo9iSJQBUMbzvddyAc7KuP8lktB { position:absolute;display:block;z-index:15010;background-color:#5820ba;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:7.8125rem;top:46rem;left:44.375rem;display:block; }
#A4evq4lKgeLQ4T5ErnC2bD6uFXviD2Qw { 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.0625rem dashed #ffffff;border-left:0.0625rem dashed #ffffff;border-right:0.0625rem dashed #ffffff;border-bottom:0.0625rem dashed #ffffff;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:0;top:41.875001907349rem;left:11.442970275879rem;display:block; }
#u7MgnFI9GyNLvW3ubFTSsi3HQDui1L0G { position:absolute;display:block;z-index:15011;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 dashed #ffffff;border-left:0.0625rem dashed #ffffff;border-right:0.0625rem dashed #ffffff;border-bottom:0.0625rem dashed #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0;width:31.25rem;top:45.675001144409rem;left:11.524219512939rem;display:block; }
#e0xGa2lssqlfBFK5RKCKraHTgryH3z0E { position:absolute;display:block;z-index:15013;background-color:#5013ba;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 4.5rem rgba(0,0,0,0.35) ;height:4.75rem;width:4.75rem;top:44.6875rem;left:42.875rem;display:block; }
#F4pLyz5sHDWMRc7ScnV2018UiR0Lfri5 { color:#000000;display:block;width:31.5rem;position:absolute;font-family:dosis;font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:47rem;left:11.375rem;height:2.4375rem;font-style:normal;display:block; }
#soMwtUgJXWk59Tl6Qx8gSFrMyHfN60ag { color:#000000;display:block;width:18.6875rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:49.9375rem;left:11.375rem;height:2.925rem;font-style:normal;display:block; }
#bxl8WZ6BTzL3QspOEyX8W2MXxxs4PnKo { color:#ffffff;display:block;width:1.375rem;position:absolute;font-family:"source sans pro";font-size:2.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:46.000001907349rem;left:44.562501907349rem;height:2.7625rem;font-style:normal;display:block; }
#VhWy1gI9rzloK0q727fW4hDcD58rfAFa { background-color:transparent;background-image: -webkit-linear-gradient(6deg, #b9b7dc, #ffffff);background-image: -moz-linear-gradient(6deg, #b9b7dc, #ffffff);background-image: -ms-linear-gradient(6deg, #b9b7dc, #ffffff);background-image: -o-linear-gradient(6deg, #b9b7dc, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b9b7dc', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b9b7dc', endColorstr='#ffffff' );";background-image: linear-gradient(6deg, #b9b7dc, #ffffff);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:#6a10ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.5625rem;height:4rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:55.625rem;left:21.718751907349rem;display:block; }
#fRknTvARtAZFbDPFotpKgWr5FrJQWMQd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#v4EMTfonaAhH6ixTgd76Is3fVdWzn4MH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.5625rem;width:4.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:47.625rem;left:45.812501907349rem; }
#LIFwuFsF748lcfTHW1STMLlrT8Hz6PxW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.5rem;width:5.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:25.40625rem;left:45.343751907349rem; }
#PXzXap1S450d2cADbPIOt2zRh2R4UT1R { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#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:dosis;font-size:1.3125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:2.4187545776367rem;left:0.0625rem;height:;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:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#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:#5a00f8;display:block;width:60rem;position:absolute;font-family:dosis;font-size:2rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:0.625rem;left:0rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WP09HwTqkhfVfVGkTIqbWdEiDJlOTO08 { z-index:;position:relative;display:block; }#WP09HwTqkhfVfVGkTIqbWdEiDJlOTO08 { background-color: transparent; background-image: none; }#WP09HwTqkhfVfVGkTIqbWdEiDJlOTO08::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WP09HwTqkhfVfVGkTIqbWdEiDJlOTO08 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WP09HwTqkhfVfVGkTIqbWdEiDJlOTO08 > .row .container > .video-iframe-container { display: none; }#WP09HwTqkhfVfVGkTIqbWdEiDJlOTO08 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WP09HwTqkhfVfVGkTIqbWdEiDJlOTO08 > .row > .video-iframe-container { display: none; }#WP09HwTqkhfVfVGkTIqbWdEiDJlOTO08 > .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); }#WP09HwTqkhfVfVGkTIqbWdEiDJlOTO08 { border-width: 0; border-radius: 0; }#WP09HwTqkhfVfVGkTIqbWdEiDJlOTO08 > .row .container { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:24.3125rem;width:60rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#rFGb9HTGvkB2H997NaAfoXv1Q5plCerE { box-sizing:content-box;height:20.1875rem;width:23.9375rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;top:2.25rem;left:2.375rem;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;border-top:0.0625rem solid #5a00f8;border-left:0.0625rem solid #5a00f8;border-right:0.0625rem solid #5a00f8;border-bottom:0.0625rem solid #5a00f8;display:block; }
#QbXPrGJTTUyy3TwXkxViiaZunSuBf4eb { color:#010304;display:block;width:19.875rem;position:absolute;font-family:dosis;font-size:1rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:5.4874992370606rem;left:4.3625011444092rem;height:12rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Zbygk0flrQuSlCZLRA3rH45qotaKSOKs { color:#010304;display:block;width:14.375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:20.125rem;left:8rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OrETMAJDNmeIZzyWq74bAD7COkFwQl0x { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:2.375rem;width:2.375rem;top:18.75rem;left:4.6750011444092rem;overflow:hidden;display:block; }
#HOkTIl7WlEJAyFQqRNXlsSSuTdavoxSR { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:18.375rem;left:7.85000038147rem; }
#U0vseu3fErqDehQhHLZk0x7G0rXcHwoD { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:18.375rem;left:9.3000011444094rem; }
#JoM4efr2zvzO5aioJmSc46TD70BVthri { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:18.375rem;left:10.75rem; }
#Wi7HMgitcQTL0qEJRDbB0JQTnKeHJnoW { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:18.375rem;left:12.3125rem; }
#Nypi5OGy8OOcC2e1QJQc6t5VrgZd83qO { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:18.375rem;left:13.75rem; }
#Ik9D6JnciHemicJxX9N2AW4rUqDuVXPi { color:#5a00f8;display:block;width:19.875rem;position:absolute;font-family:dosis;font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.5;letter-spacing:0;top:3.6617183685302rem;left:4.3625011444092rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#r3AX73o0FZBNdauqsipQyptL7NXlxKcT { box-sizing:content-box;height:20.25rem;width:23.9375rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;top:2.25rem;left:31.500001907349rem;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;border-top:0.0625rem solid #5a00f8;border-left:0.0625rem solid #5a00f8;border-right:0.0625rem solid #5a00f8;border-bottom:0.0625rem solid #5a00f8;display:block; }
#cEDJF7WwJGGFVEcetxya7sdFT7UgTJiH { color:#010304;display:block;width:19.875rem;position:absolute;font-family:dosis;font-size:0.9375rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:5.5492191314697rem;left:34.250001907349rem;height:12.65625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VVE798xfBllcgbPv107PXoGpA3vuIH3r { color:#5a00f8;display:block;width:19.875rem;position:absolute;font-family:dosis;font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.5;letter-spacing:0;top:3.4375rem;left:34.250001907349rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#K0pakc1bb4t477HcA5PbTiTf5uwq6l7d { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:18.375rem;left:43.250001907349rem; }
#CW9JX5ISHs4m73iaBNfVJhsCgoUuTWot { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:18.375rem;left:41.812501907349rem; }
#ciu9PA5SQxWRM1qESTCZMiMsaQUFSfxH { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:18.375rem;left:40.250001907349rem; }
#S2gT5X0eRsMOkQ0hCpqFLJrX0N49T32D { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:18.375rem;left:38.812501907349rem; }
#LLJFrmsuFFSkasfagxDfPWDbXCbhGAIo { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:18.375rem;left:37.375001907349rem; }
#BTapnpLZyTa37GLs1q2xrsNmea3MNF3Z { color:#010304;display:block;width:14.375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:20.125rem;left:37.375001907349rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gnExiwZfzUlkSJNDmUaQ1CS8e3SWoMmq { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:2.5rem;width:2.5rem;top:18.6875rem;left:34.062501907349rem;overflow:hidden;display:block; }
#qhpgtSTTSa7hfm8oKhZZRqHhhVPcK74Z { 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:2.5625rem;width:2.5625rem;top:18.925001144409rem;left:21.72500038147rem;overflow:hidden;display:block; }
#G92Xt0vmRw4cT11VZoy9n9pcncFyRvt0 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:2.5625rem;top:18.925001144409rem;left:51.862504959106rem;overflow:hidden;display:block; }
#ozqG244k2iOK34tnPnqNqTlrBSXHlirs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfaff;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:30.625rem;width:60rem;position:relative;display:block; }#wTK95r2eEVccKUO94sxKaGKhAOAdixRT { 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:20.125rem;width:23.6875rem;top:3.8125rem;left:0.6875rem;overflow:hidden;display:block; }
#DT2AKN9yGR4PTT7MX8sBVoSVTcW5WH17 { color:#000000;display:block;width:28.875rem;position:absolute;font-family:dosis;font-size:2rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:4.25rem;left:30.687501907349rem;height:2.6003875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JwtN6WxF8LhDHzN4yw1hBdJcCGwNhcU3 { color:#000000;display:block;width:25.625rem;position:absolute;font-family:dosis;font-size:1.0625rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:7.375rem;left:30.687501907349rem;height:7.96875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#giJoQe2AW76od8VVvWNqtTO9K3MOgc95 { color:#000000;display:block;width:6.125rem;position:absolute;font-family:dosis;font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:16.23671913147rem;left:30.312501907349rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AbzyZaOqFyvwhXXrPRWr4tVFegROBgGc { color:#000000;display:block;width:5.375rem;position:absolute;font-family:dosis;font-size:1rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:19.09921836853rem;left:30.937501907349rem;height:1.2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iybQUL4ddOn9o2QVwONTbgVtXWRZrz2n { color:#000000;display:block;width:5.375rem;position:absolute;font-family:dosis;font-size:1rem;font-weight:400;z-index:15017;line-height:1.2;letter-spacing:0;top:18.499998092651rem;left:39.562501907349rem;height:2.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Q4suoOQqT0MHXT8nP2fgTNWvPmdBMmJe { color:#000000;display:block;width:6.125rem;position:absolute;font-family:dosis;font-size:1.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:16.124998092651rem;left:39.062501907349rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nLH4k0EPBZUxv1bLrTdunS0K6BwJ3UsU { color:#000000;display:block;width:4.75rem;position:absolute;font-family:dosis;font-size:1rem;font-weight:400;z-index:15019;line-height:1.2;letter-spacing:0;top:18.511719703674rem;left:48.499223709106rem;height:2.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OdgMaS3cU0ZaVcz9f3gAJA3kTlCGVlsR { color:#000000;display:block;width:6.125rem;position:absolute;font-family:dosis;font-size:1.875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:16.124998092651rem;left:47.562498092651rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ynH1pF4SEniKd9M1rrhCezImSsQSwBkT { background-color:transparent;background-image: -webkit-linear-gradient(14deg, #5f35fb, #7b40f4);background-image: -moz-linear-gradient(14deg, #5f35fb, #7b40f4);background-image: -ms-linear-gradient(14deg, #5f35fb, #7b40f4);background-image: -o-linear-gradient(14deg, #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(14deg, #5f35fb, #7b40f4);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:dosis;font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:3rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:23.061719894409rem;left:30.687501907349rem;display:block; }
#vwx43LIkT2Bp1UBtMwxDeU7OEqNsQKAF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#e8k44c8OxoFqTdBTxt6zVzLArl3Fu18h { 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:13.1875rem;width:24.75rem;top:8.71875rem;left:2.625rem;overflow:hidden;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) { #e40KBUkwBBvTuJEBNHVPTV51nr3NxGPQ { top:8.3125rem;left:0rem;width:29.25rem;height:9.75rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EeLCUn8ffr31q0cbO8GOuKminqAKVI3o { top:19rem;left:0rem;width:29rem;height:2.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cemLcoPdx3GrXaTsJd7DOBsBt4pTTE0O { top:1.125rem;left:0rem;width:6.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTwlHtyxkiVZVAHGSCJ4Ttv0PxCNakuF { top:7.125rem;left:28.437501907349rem;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) { #KCqEkzqOEtWP4bCKvpbFe7KNTOfkcTgi .widget-regular-label { width:22rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#KCqEkzqOEtWP4bCKvpbFe7KNTOfkcTgi .widget-input-text { width:22rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KCqEkzqOEtWP4bCKvpbFe7KNTOfkcTgi .widget-input-text {padding-top: 0; padding-bottom: 0;}#KCqEkzqOEtWP4bCKvpbFe7KNTOfkcTgi .widget-textarea { width:22rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KCqEkzqOEtWP4bCKvpbFe7KNTOfkcTgi .widget-input-select { width:22rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KCqEkzqOEtWP4bCKvpbFe7KNTOfkcTgi .widget-input-select {padding-top: 0; padding-bottom: 0;}#KCqEkzqOEtWP4bCKvpbFe7KNTOfkcTgi .widget-input-button { width:22rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KCqEkzqOEtWP4bCKvpbFe7KNTOfkcTgi .widget-checkbox-label { width:20.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#KCqEkzqOEtWP4bCKvpbFe7KNTOfkcTgi  { width:22rem;height:15.25rem;top:12.1875rem;left:23.25rem; }
#KCqEkzqOEtWP4bCKvpbFe7KNTOfkcTgi .radio-container { width:22rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KCqEkzqOEtWP4bCKvpbFe7KNTOfkcTgi {display:block;}#KCqEkzqOEtWP4bCKvpbFe7KNTOfkcTgi { width:22rem;height:15.25rem;top:12.1875rem;left:23.25rem; }
 }@media only screen and (max-width: 763px) { #KCqEkzqOEtWP4bCKvpbFe7KNTOfkcTgi #qkMSKMsGHlywPaNdWltkmlBEUli00R6z {  }
 }@media only screen and (max-width: 763px) { #KCqEkzqOEtWP4bCKvpbFe7KNTOfkcTgi #mTDeEpkm7wl1wAyx9sTrtEpfxDtafR0U {  }
 }@media only screen and (max-width: 763px) { #KCqEkzqOEtWP4bCKvpbFe7KNTOfkcTgi #kUUCC6oPE73xEH3u2wMUcvn4eJIhpDBS {  }
 }@media only screen and (max-width: 763px) { #KCqEkzqOEtWP4bCKvpbFe7KNTOfkcTgi #CALEIp62FRsyLbvV4f2oApFH4hohAWNF {  }
 }@media only screen and (max-width: 763px) { #KCqEkzqOEtWP4bCKvpbFe7KNTOfkcTgi #c0Oce5oST6sO1M3qPwz0wSr5HaGyRdyx {  }
 }@media only screen and (max-width: 763px) { #KCqEkzqOEtWP4bCKvpbFe7KNTOfkcTgi #mX9eWTQ8Tb25rbwsuHC3NwPALQUg0XmS {  }
 }@media only screen and (max-width: 763px) { #KCqEkzqOEtWP4bCKvpbFe7KNTOfkcTgi #CGrod5TNCr0q34sJbgc0BSUKrSl5yE6H {  }
 }@media only screen and (max-width: 763px) { #KCqEkzqOEtWP4bCKvpbFe7KNTOfkcTgi #J2uqUZILNxmefxvgOGkZNB6Kg4zpCCMF {  }
 }@media only screen and (max-width: 763px) { #KCqEkzqOEtWP4bCKvpbFe7KNTOfkcTgi #TrDOKWTzxOVfvkTD8b320KosoyFuK8GU {  }
 }@media only screen and (max-width: 763px) { #KCqEkzqOEtWP4bCKvpbFe7KNTOfkcTgi #xXIAfUc5N9vb5UVmVokGQqbziimzvBcT {  }
 }@media only screen and (max-width: 763px) { #KCqEkzqOEtWP4bCKvpbFe7KNTOfkcTgi #ZpVapmGPxcAKADXyiMEHAyrAWWWnquqb {  }
 }@media only screen and (max-width: 763px) { #io6UEzMwVGMf8rkHpZTmStUnk8odMrTg { top:23.125rem;left:0rem;width:12.1875rem;height:6.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWUb2zPFR066Xp1PrmJ2IOiiITESgVGb { top:23.125rem;left:0rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WL5XGa0dcmOteyRDddeSf0CveK6cZt2d { top:25.375rem;left:0rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwuAeKAb1aXLWqwSCg8v7kXIhfFkiH1J { top:27.6875rem;left:0rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGDZrn24XW8OKTs5S3va4l32zJRH3EpB { top:31.375rem;left:0rem;width:29rem;height:4.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kThCFRwexDFdeXPOxX7DuRmEpU8vMsfN { display:block; }#kThCFRwexDFdeXPOxX7DuRmEpU8vMsfN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pIq4LGPgE8nCpoqDJD0ax1WJ40hOztAq { top:1.375rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zS1txDXeI8sEB08H4iIeBtCgvrMUAXUL { display:block; }#zS1txDXeI8sEB08H4iIeBtCgvrMUAXUL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zmfv0PchMZdU2Fgxq1KmzsXbUBg2TKlb { top:0.75rem;left:0rem;width:9.1875rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKonEAQFr0T4E0nmxaO24JZEv1apDNlB { top:0.6875rem;left:16.64999961853rem;width:10.3125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GsUQzSnIeNVPOLvlE6n9Ncv3KLgP6A5r { top:0.6875rem;left:33.28750038147rem;width:11.6875rem;height:3.125rem;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.6875rem;font-size:1.3125rem;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:0.125rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:2rem;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) { #ua9vitfIIAWwfuarmqVneM8CIXIEKuiB { top:2.3125rem;left:15.65625rem;width:3.5rem;height:3.5rem;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:1.875rem;left:40.28125rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xuflhibc2fMrFWooJLwb7Qggmx5XBGai { top:1.875rem;left:4.28125rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8kMuAuukDazQsHbmKWa5nvRbgRMEkC4 { top:1.875rem;left:15.65625rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #we2qy1nzrheCS96teVKAdGXg8TTyfgvW { top:8.125rem;left:0rem;width:14.5rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mk6bJPXh9VhpeFbktfzZz0TtglLthzwV { top:10rem;left:0rem;width:14.8125rem;height:2.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrVgZ9qQycH2mMJ3yn2Zs06NtWrAzs1z { top:10.0625rem;left:9.25rem;width:14.625rem;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:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmVOqfFXPqQmAui0mrEyeuzFJsn1JGPu { top:7.9375rem;left:20.9375rem;width:14.875rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0Us1ta9n8CfzWgiTEtQJccrbs0LlMTB { top:10.0625rem;left:21rem;width:14.8125rem;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:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofdZUhmIwBaCF5brPTRMk2BCAomJTwsF { top:10.0625rem;left:32.9375rem;width:14.8125rem;height:4.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BkQyIX98Ozbs5JL3o4St1X6Qd5vRhruR { top:1.75rem;left:15.093751907349rem;width:4.625rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUvpzRLyB4DRPJrD1mOg8TdwN3D6n2XE { top:2.3125rem;left:3.84375rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWoFIFODbAVzxTLgF8rCRfQTTzR60i1U { top:1.625rem;left:39.375001907349rem;width:4.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7xCvTAnfg5Pt0BlFcbrgpaKQQ4iZdBB { top:1.8125rem;left:27.593751907349rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0ZLVJ8CT6CVU1vLaS1MIRAVtPwhDmt5 { display:block; }#w0ZLVJ8CT6CVU1vLaS1MIRAVtPwhDmt5 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WRZaKvAOfw2nqhm4OtA7mNDHm2gyhrCc { top:4.3125rem;left:0rem;width:47.75rem;height:;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWzZ9rzTbT5SzvVH9QERczzDBL90zapK { top:8.8125rem;left:0rem;width:47.75rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kAgHKIfOOylvXtHMOfnc0dTBXWX32quw { top:30.3125rem;left:0rem;width:18.1875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGp5twTPys63rTlRSCU2oh4v1gbI7OXJ { top:32.25rem;left:0rem;width:18.1875rem;height:3.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bk65HlCIKwqUxJo4cxunFkqT86x6xg0n { top:16.125rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRBOVr3is1TSmep5ZhIuDf0vpTf9LwnM { top:30.375rem;left:14.874996185302rem;width:18.1875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlifuW9Z6NTcxwdTrqATdNlaCDzOtwCi { top:32.25rem;left:14.687496185302rem;width:18.1875rem;height:3.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKPf2a67I1yvBTE0ypaaUoXTAiIlopbs { top:16.125rem;left:28.575386047363rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JytuvTZPd8RwczhFXRsE7T2i6ruDvqgi { top:30.375rem;left:29.5625rem;width:18.1875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pg5mSH54EzqE1clIP6l0f3UcTGXQ3TiK { top:32.3125rem;left:29.5625rem;width:18.1875rem;height:3.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NawDnbgDGKtiL6xK5Dy2Dw4NzeO2TQs1 { top:26.0625rem;left:46.4375rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODBPIoLqCoxIbFCihdObaCIQrxOSvmSe { top:15.375rem;left:0rem;width:12rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvydLN9MvLcg60CVMP9x9G8V6pAxAvyi { top:15.375rem;left:17.875rem;width:12rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #TM4voRcN2dxzr1qWU8wRNU1vpLvOMsVt { top:15.375rem;left:35.75rem;width:12rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrOMMVVfc1sqX0QKCU3ZX8r2h84JcDBu { width:17.6875rem;height:4.125rem;top:38.9375rem;left:14.999217987061rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpkIBpe4RcgiNaDT8hTVCTXcV3Z5xp3O { display:block; }
 }@media only screen and (max-width: 763px) { #MIenWSe8dVUptLzdbr52o2CuKQi5ZnXS { top:17.375rem;left:0rem;width:17.4375rem;height:9.249625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdTDcmm7mhvvwCroaXQzEyJ4vKEuW4SX { top:17.5625rem;left:15.155075073243rem;width:17.1875rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNZKBq5tzzcO6mToEdAevK4VxveruaSV { top:17.625rem;left:30.625rem;width:17.125rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbkCqwRF4MCep7PlWeMCKDK31nk55ArX { display:block; }#BbkCqwRF4MCep7PlWeMCKDK31nk55ArX > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TVpUBn7aND7bXTGe17bVxZiqatk2dqI2 { top:9.0625rem;left:0rem;width:24.3125rem;height:;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkC1xUzE94WSC90SmBkQ9nohcdC30u55 { top:16.5rem;left:0rem;width:23.375rem;height:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3GXb9P893iHwKOe2MKaMI7cHnOcaFtP { top:8.25rem;left:13.5625rem;width:34.0625rem;height:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JIxWOPuJPKuMsM5rP8EzKB4ZnTdtesws { top:11.4375rem;left:46.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCf5Sn64TbwRe7RTxg2m23L0nH2J38qT { top:10.9375rem;left:15.5625rem;width:32.1875rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5F1BXHOloco0kSry03FH5dTeVhrJzMo { top:11.75rem;left:15.5625rem;width:32.1875rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3I9COrSqOdK5Pab5MHBzZTAvglTfgOG { top:16.0625rem;left:15.5625rem;width:32.1875rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbhWFTglpTRKLFITJJVmto4Z3iTUr5Vz { top:16.125rem;left:17.4375rem;width:30.3125rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqfIxLvnygg9JNNwoWP7gSurLzK6rrTc { top:16.625rem;left:42.500001907349rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDbdfTIRbArynxWtdhTDhbeu4qza0Gnv { top:19.5625rem;left:15.5625rem;width:32.1875rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vp4LVOukviOJAhGGxpBiEX17qiph9wnS { top:21.5625rem;left:42.687501907349rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRurMxGCPPTQoPOBHkOWkTT5VIDyFcWx { top:21rem;left:15.5625rem;width:32.1875rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BX6CGb9BENCXTnOsGGXVqPqpKaLdwwTR { top:23.5625rem;left:15.5625rem;width:32.1875rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bk0zdwnDWTGuhLmC8w0yys5VOfds6uv4 { top:2.9375rem;left:0rem;width:43.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCktGL6UhXLMp81vwtvBX3RGhMRa3mRR { top:2.1875rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XsENgpEplQv1XGwXN6XTMxMwf40rKKFN { display:block; }#XsENgpEplQv1XGwXN6XTMxMwf40rKKFN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bxCuClzOTkXcpiuIGiRywPG7U0PUwNq7 { top:1.8125rem;left:0rem;width:31.5rem;height:3.9375rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Elp8eZTJRtOBofSQdSbTOcHmJ0ppHvLM { top:5.875rem;left:0rem;width:36.375rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHMUmK1ufu8gOUEgOTCbVw28WG6JUJyh { top:12.3125rem;left:1.4624996185302rem;width:7.8125rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHvXHRdaTcfvhe9DrIrcrZ0uLHwskLts { top:10.875rem;left:0.14999961853027rem;width:4.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTKcSgyV2NL0tmIgKGcRVfMCom0xRZ6D { top:15rem;left:3.6187496185302rem;width:3.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #laDHJpGihUVFtu2kH12FIipUrRO1iFUH { top:11.625rem;left:1.8374996185302rem;width:1.375rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8e6tpXKIW84DkXTRSlptnXgnp7FTRkA { top:23.875rem;left:5.3999996185303rem;width:31.25rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #RPbiToeuWEZmTGZ99EU3K1om341ATqUC { top:20.125rem;left:5.3999996185303rem;width:0;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxgLum9IN4TSmx2FFxN88BioWvm6SFDA { top:24.25rem;left:38.0625rem;width:7.8125rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztmHy3Ip4II4KsguLOGtHMuIle95P8b7 { top:22.8125rem;left:36.75rem;width:4.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPc4PnI3D6G84bh2qkR03oTXUraHoMxf { top:23.8125rem;left:38.437501907349rem;width:1.375rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #af9924Btoh1p3WvTWgwmTskQHJHv4INt { top:36.625rem;left:3.3992195129394rem;width:3.9375rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9B15K7LT2ZMxaFdDw8Im01i6nm3Khnx { top:13.1875rem;left:12.499219894409rem;width:31.5rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTBZX8XnvDmFQatAFqWuBODHpK0g4EEm { top:16.125rem;left:12.499219894409rem;width:18.6875rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJDbN9tAI5cEqib6tQeX149WqtdVAyTZ { top:25.5rem;left:5.3125rem;width:31.5rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGPKXHZUmdQc8yxQirQq7kGS8m9sSHtI { top:28.5625rem;left:5.4617195129394rem;width:18.6875rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3JRBTJSEUovx0qHpsVUD2mxpiSOuFnI { top:32.0625rem;left:43.874219894409rem;width:0;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfcBk8m1N38QhK0EI5Xkbk4tln5FJW7Z { top:35.8125rem;left:9.39999961853rem;width:34.375rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #J7PGLVqvhe67DIKbfDRvI8wDexZ3i6np { top:34.0625rem;left:1.5rem;width:7.8125rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7RMO8MUz4nSXXoL0tSC2Vh53vJ9ItGV { top:32.625rem;left:0.1875rem;width:4.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLsBl0fZPIr3RIg8eyfBJPC0MSngMFOb { top:33.4375rem;left:1.875rem;width:1.375rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7ysJ6TEUvq2SrH7FFTAuvpC395KT8Z0 { top:37.375rem;left:12.500001907349rem;width:31.5rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aT34TmMMp3GxdeJvEOHQUvJ0gtlXU5JF { top:40.3125rem;left:12.500001907349rem;width:20.1875rem;height:2.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #buonXTo9iSJQBUMbzvddyAc7KuP8lktB { top:46rem;left:38.25rem;width:7.8125rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4evq4lKgeLQ4T5ErnC2bD6uFXviD2Qw { top:41.875rem;left:5.3179702758789rem;width:0;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7MgnFI9GyNLvW3ubFTSsi3HQDui1L0G { top:45.625rem;left:5.3992195129394rem;width:31.25rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #e0xGa2lssqlfBFK5RKCKraHTgryH3z0E { top:44.6875rem;left:36.75rem;width:4.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4pLyz5sHDWMRc7ScnV2018UiR0Lfri5 { top:47rem;left:5.25rem;width:31.5rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #soMwtUgJXWk59Tl6Qx8gSFrMyHfN60ag { top:49.9375rem;left:5.25rem;width:18.6875rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxl8WZ6BTzL3QspOEyX8W2MXxxs4PnKo { top:46rem;left:38.437501907349rem;width:1.375rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VhWy1gI9rzloK0q727fW4hDcD58rfAFa { width:16.5625rem;height:4rem;top:55.625rem;left:15.593751907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRknTvARtAZFbDPFotpKgWr5FrJQWMQd { display:block; }
 }@media only screen and (max-width: 763px) { #v4EMTfonaAhH6ixTgd76Is3fVdWzn4MH { top:47.625rem;left:39.687501907349rem;width:4.5625rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIFwuFsF748lcfTHW1STMLlrT8Hz6PxW { top:25.375rem;left:39.218751907349rem;width:5.5rem;height:5.5rem;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:;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.625rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WP09HwTqkhfVfVGkTIqbWdEiDJlOTO08 { display:block; }#WP09HwTqkhfVfVGkTIqbWdEiDJlOTO08 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rFGb9HTGvkB2H997NaAfoXv1Q5plCerE { top:2.25rem;left:0rem;width:23.9375rem;height:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbXPrGJTTUyy3TwXkxViiaZunSuBf4eb { top:5.4375rem;left:0rem;width:19.875rem;height:12rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zbygk0flrQuSlCZLRA3rH45qotaKSOKs { top:20.125rem;left:1.875rem;width:14.375rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OrETMAJDNmeIZzyWq74bAD7COkFwQl0x { top:18.75rem;left:0rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOkTIl7WlEJAyFQqRNXlsSSuTdavoxSR { top:18.375rem;left:1.7250003814698rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0vseu3fErqDehQhHLZk0x7G0rXcHwoD { top:18.375rem;left:3.1750011444092rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JoM4efr2zvzO5aioJmSc46TD70BVthri { top:18.375rem;left:4.625rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wi7HMgitcQTL0qEJRDbB0JQTnKeHJnoW { top:18.375rem;left:6.1875rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nypi5OGy8OOcC2e1QJQc6t5VrgZd83qO { top:18.375rem;left:7.625rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ik9D6JnciHemicJxX9N2AW4rUqDuVXPi { top:3.625rem;left:0rem;width:19.875rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3AX73o0FZBNdauqsipQyptL7NXlxKcT { top:2.25rem;left:23.6875rem;width:23.9375rem;height:20.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEDJF7WwJGGFVEcetxya7sdFT7UgTJiH { top:5.5rem;left:27.875rem;width:19.875rem;height:12.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVE798xfBllcgbPv107PXoGpA3vuIH3r { top:3.4375rem;left:27.875rem;width:19.875rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0pakc1bb4t477HcA5PbTiTf5uwq6l7d { top:18.375rem;left:37.125001907349rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CW9JX5ISHs4m73iaBNfVJhsCgoUuTWot { top:18.375rem;left:35.687501907349rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ciu9PA5SQxWRM1qESTCZMiMsaQUFSfxH { top:18.375rem;left:34.125001907349rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2gT5X0eRsMOkQ0hCpqFLJrX0N49T32D { top:18.375rem;left:32.687501907349rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLJFrmsuFFSkasfagxDfPWDbXCbhGAIo { top:18.375rem;left:31.250001907349rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTapnpLZyTa37GLs1q2xrsNmea3MNF3Z { top:20.125rem;left:31.250001907349rem;width:14.375rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnExiwZfzUlkSJNDmUaQ1CS8e3SWoMmq { top:18.6875rem;left:27.937501907349rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhpgtSTTSa7hfm8oKhZZRqHhhVPcK74Z { top:18.875rem;left:15.60000038147rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G92Xt0vmRw4cT11VZoy9n9pcncFyRvt0 { top:18.875rem;left:45.1875rem;width:2.5625rem;height:2.5625rem;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) { #wTK95r2eEVccKUO94sxKaGKhAOAdixRT { top:3.8125rem;left:0rem;width:23.6875rem;height:20.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DT2AKN9yGR4PTT7MX8sBVoSVTcW5WH17 { top:4.25rem;left:18.875rem;width:28.875rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwtN6WxF8LhDHzN4yw1hBdJcCGwNhcU3 { top:7.375rem;left:22.125rem;width:25.625rem;height:7.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #giJoQe2AW76od8VVvWNqtTO9K3MOgc95 { top:16.1875rem;left:23.875rem;width:6.125rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbzyZaOqFyvwhXXrPRWr4tVFegROBgGc { top:19.0625rem;left:23.875rem;width:5.375rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iybQUL4ddOn9o2QVwONTbgVtXWRZrz2n { top:18.4375rem;left:30.375001907349rem;width:5.375rem;height:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4suoOQqT0MHXT8nP2fgTNWvPmdBMmJe { top:16.0625rem;left:29.875001907349rem;width:6.125rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLH4k0EPBZUxv1bLrTdunS0K6BwJ3UsU { top:18.5rem;left:39.311723709106rem;width:4.75rem;height:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdgMaS3cU0ZaVcz9f3gAJA3kTlCGVlsR { top:16.0625rem;left:38.374223709106rem;width:6.125rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynH1pF4SEniKd9M1rrhCezImSsQSwBkT { width:11.875rem;height:3rem;top:23rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwx43LIkT2Bp1UBtMwxDeU7OEqNsQKAF { display:block; }
 }@media only screen and (max-width: 763px) { #e8k44c8OxoFqTdBTxt6zVzLArl3Fu18h { top:8.6875rem;left:0rem;width:24.75rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS { background-color:#fbfaff;background-image:url("https://images.assets-landingi.com/WXeCrn7k/background1.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS.adaptive-delivery-prevent-bg, #DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS.lazyload, #DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS.lazyloading { background-image: none; }#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:42.519532394409rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e40KBUkwBBvTuJEBNHVPTV51nr3NxGPQ { width:16.375rem;height:5.0375rem;top:2.8125rem;left:1.8125000596046rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EeLCUn8ffr31q0cbO8GOuKminqAKVI3o { width:18.875rem;height:6.175rem;top:8.45703125rem;left:1.1242187619209rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cemLcoPdx3GrXaTsJd7DOBsBt4pTTE0O { width:6.5625rem;height:2.5625rem;top:0rem;left:6.7187500596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTwlHtyxkiVZVAHGSCJ4Ttv0PxCNakuF { width:0.625rem;height:0.625rem;top:37.950000762939rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQZsc5TxXhQ0aBxZxmExM3EGwhQ5Tgex { width:0.375rem;height:0.3125rem;top:2rem;left:1.1874999403954rem;background-color:#5a00f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #5a00f8;border-left:0.1875rem solid #5a00f8;border-right:0.1875rem solid #5a00f8;border-bottom:0.1875rem solid #5a00f8;display:block; }
 }@media only screen and (max-width: 763px) { #KCqEkzqOEtWP4bCKvpbFe7KNTOfkcTgi .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#KCqEkzqOEtWP4bCKvpbFe7KNTOfkcTgi .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KCqEkzqOEtWP4bCKvpbFe7KNTOfkcTgi .widget-input-text {padding-top: 0; padding-bottom: 0;}#KCqEkzqOEtWP4bCKvpbFe7KNTOfkcTgi .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KCqEkzqOEtWP4bCKvpbFe7KNTOfkcTgi .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KCqEkzqOEtWP4bCKvpbFe7KNTOfkcTgi .widget-input-select {padding-top: 0; padding-bottom: 0;}#KCqEkzqOEtWP4bCKvpbFe7KNTOfkcTgi .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KCqEkzqOEtWP4bCKvpbFe7KNTOfkcTgi .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#KCqEkzqOEtWP4bCKvpbFe7KNTOfkcTgi  { width:17.5rem;height:auto;top:24.757032394409rem;left:0rem; }
#KCqEkzqOEtWP4bCKvpbFe7KNTOfkcTgi .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KCqEkzqOEtWP4bCKvpbFe7KNTOfkcTgi {display:block;}#KCqEkzqOEtWP4bCKvpbFe7KNTOfkcTgi { width:17.5rem;height:auto;top:24.757032394409rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KCqEkzqOEtWP4bCKvpbFe7KNTOfkcTgi #qkMSKMsGHlywPaNdWltkmlBEUli00R6z {  }
 }@media only screen and (max-width: 763px) { #KCqEkzqOEtWP4bCKvpbFe7KNTOfkcTgi #mTDeEpkm7wl1wAyx9sTrtEpfxDtafR0U {  }
 }@media only screen and (max-width: 763px) { #KCqEkzqOEtWP4bCKvpbFe7KNTOfkcTgi #kUUCC6oPE73xEH3u2wMUcvn4eJIhpDBS {  }
 }@media only screen and (max-width: 763px) { #KCqEkzqOEtWP4bCKvpbFe7KNTOfkcTgi #CALEIp62FRsyLbvV4f2oApFH4hohAWNF {  }
 }@media only screen and (max-width: 763px) { #KCqEkzqOEtWP4bCKvpbFe7KNTOfkcTgi #c0Oce5oST6sO1M3qPwz0wSr5HaGyRdyx {  }
 }@media only screen and (max-width: 763px) { #KCqEkzqOEtWP4bCKvpbFe7KNTOfkcTgi #mX9eWTQ8Tb25rbwsuHC3NwPALQUg0XmS {  }
 }@media only screen and (max-width: 763px) { #KCqEkzqOEtWP4bCKvpbFe7KNTOfkcTgi #CGrod5TNCr0q34sJbgc0BSUKrSl5yE6H {  }
 }@media only screen and (max-width: 763px) { #KCqEkzqOEtWP4bCKvpbFe7KNTOfkcTgi #J2uqUZILNxmefxvgOGkZNB6Kg4zpCCMF {  }
 }@media only screen and (max-width: 763px) { #KCqEkzqOEtWP4bCKvpbFe7KNTOfkcTgi #TrDOKWTzxOVfvkTD8b320KosoyFuK8GU {  }
 }@media only screen and (max-width: 763px) { #KCqEkzqOEtWP4bCKvpbFe7KNTOfkcTgi #xXIAfUc5N9vb5UVmVokGQqbziimzvBcT {  }
 }@media only screen and (max-width: 763px) { #KCqEkzqOEtWP4bCKvpbFe7KNTOfkcTgi #ZpVapmGPxcAKADXyiMEHAyrAWWWnquqb {  }
 }@media only screen and (max-width: 763px) { #io6UEzMwVGMf8rkHpZTmStUnk8odMrTg { width:20rem;height:4.14375rem;top:15.038299560547rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MWUb2zPFR066Xp1PrmJ2IOiiITESgVGb { display:flex;width:2.3125rem;height:2.3125rem;top:17.506256103516rem;left:5.5625000596046rem; }
 }@media only screen and (max-width: 763px) { #WL5XGa0dcmOteyRDddeSf0CveK6cZt2d { display:flex;width:2.3125rem;height:2.3125rem;top:16.117980957031rem;left:4.9875002503395rem; }
 }@media only screen and (max-width: 763px) { #JwuAeKAb1aXLWqwSCg8v7kXIhfFkiH1J { display:flex;width:2.3125rem;height:2.3125rem;top:14.600006103516rem;left:5.5625000596046rem; }
 }@media only screen and (max-width: 763px) { #xGDZrn24XW8OKTs5S3va4l32zJRH3EpB { width:20rem;height:4.14375rem;top:19.955474853516rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kThCFRwexDFdeXPOxX7DuRmEpU8vMsfN { display:block; }#kThCFRwexDFdeXPOxX7DuRmEpU8vMsfN > .row .container { width:20rem;height:6.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pIq4LGPgE8nCpoqDJD0ax1WJ40hOztAq { width:20rem;height:4.875rem;top:0.75rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zS1txDXeI8sEB08H4iIeBtCgvrMUAXUL { display:block; }#zS1txDXeI8sEB08H4iIeBtCgvrMUAXUL > .row .container { width:20rem;height:9.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zmfv0PchMZdU2Fgxq1KmzsXbUBg2TKlb { width:7.6875rem;height:2.4375rem;top:1.03125rem;left:0.99921876192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKonEAQFr0T4E0nmxaO24JZEv1apDNlB { width:8.5rem;height:2.4375rem;top:1.03125rem;left:10.689062654972rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #GsUQzSnIeNVPOLvlE6n9Ncv3KLgP6A5r { width:10.125rem;height:2.625rem;top:5.3125rem;left:4.7500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWGese7BChk37rPkRccDSWHuIFwdaPIN { display:block; }#lWGese7BChk37rPkRccDSWHuIFwdaPIN > .row .container { width:20rem;height:4.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cmwzFUXmeznc7TRHi4wXALTktHNO2X3f { width:16rem;height:1.4625rem;top:1rem;left:2.0000001192093rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm { display:block; }#FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm > .row .container { width:20rem;height:5.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Alkw7ZyrDRH1OGkH45xdF544CTPyPJ9k { width:20rem;height:2.275rem;top:0.5625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4L6dCoac9D63gAIwAZc29vsPKqbbMRV { display:block; }#F4L6dCoac9D63gAIwAZc29vsPKqbbMRV > .row .container { width:20rem;height:50.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ua9vitfIIAWwfuarmqVneM8CIXIEKuiB { width:3.5rem;height:3.5rem;top:12.6875rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHcGA5QUicRDIauC2TXRIULURxfPQTTg { width:4.375rem;height:4.375rem;top:23.875rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1SrTTuaprhCEhISeI1skaIBits07seq { width:4.375rem;height:4.375rem;top:36rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xuflhibc2fMrFWooJLwb7Qggmx5XBGai { width:4.375rem;height:4.375rem;top:1rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8kMuAuukDazQsHbmKWa5nvRbgRMEkC4 { width:4.375rem;height:4.375rem;top:12.25rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #we2qy1nzrheCS96teVKAdGXg8TTyfgvW { width:19.5625rem;height:1.625rem;top:5.875rem;left:0.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mk6bJPXh9VhpeFbktfzZz0TtglLthzwV { width:14.8125rem;height:2.7625rem;top:7.75rem;left:2.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrVgZ9qQycH2mMJ3yn2Zs06NtWrAzs1z { width:14.625rem;height:4.14375rem;top:19.0625rem;left:2.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tm7KeOAVPuHnlfcgGyHVhnCkwGXuTZS7 { width:19.625rem;height:1.625rem;top:17.125rem;left:0.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmVOqfFXPqQmAui0mrEyeuzFJsn1JGPu { width:19.25rem;height:1.625rem;top:28.75rem;left:0.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0Us1ta9n8CfzWgiTEtQJccrbs0LlMTB { width:14.8125rem;height:4.14375rem;top:30.8125rem;left:2.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKkk8UDEfvTydf0h8VfF2BirCfq9T7Wq { width:18.9375rem;height:1.625rem;top:41.0625rem;left:0.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofdZUhmIwBaCF5brPTRMk2BCAomJTwsF { width:14.8125rem;height:4.14375rem;top:43.0625rem;left:2.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BkQyIX98Ozbs5JL3o4St1X6Qd5vRhruR { display:flex;width:4.0625rem;height:4.0625rem;top:12.406250953674rem;left:7.9687505364419rem; }
 }@media only screen and (max-width: 763px) { #VUvpzRLyB4DRPJrD1mOg8TdwN3D6n2XE { display:flex;width:4.25rem;height:4.25rem;top:1.0624971389771rem;left:7.8750005364419rem; }
 }@media only screen and (max-width: 763px) { #BWoFIFODbAVzxTLgF8rCRfQTTzR60i1U { display:flex;width:4.125rem;height:4.125rem;top:36.125001430511rem;left:7.9375005364419rem; }
 }@media only screen and (max-width: 763px) { #R7xCvTAnfg5Pt0BlFcbrgpaKQQ4iZdBB { display:flex;width:3.125rem;height:3.125rem;top:24.500001430511rem;left:8.4375005364419rem; }
 }@media only screen and (max-width: 763px) { #w0ZLVJ8CT6CVU1vLaS1MIRAVtPwhDmt5 { display:block; }#w0ZLVJ8CT6CVU1vLaS1MIRAVtPwhDmt5 > .row .container { width:20rem;height:94rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WRZaKvAOfw2nqhm4OtA7mNDHm2gyhrCc { width:20rem;height:4rem;top:2.1875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sWzZ9rzTbT5SzvVH9QERczzDBL90zapK { width:20rem;height:3rem;top:7.875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kAgHKIfOOylvXtHMOfnc0dTBXWX32quw { width:20rem;height:1.3rem;top:28.1875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DGp5twTPys63rTlRSCU2oh4v1gbI7OXJ { width:20rem;height:3.9375rem;top:30.125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Bk65HlCIKwqUxJo4cxunFkqT86x6xg0n { display:flex;width:1.375rem;height:1.375rem;top:25.3125rem;left:9.3125005364419rem; }
 }@media only screen and (max-width: 763px) { #WRBOVr3is1TSmep5ZhIuDf0vpTf9LwnM { width:20rem;height:1.3rem;top:52.4375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TlifuW9Z6NTcxwdTrqATdNlaCDzOtwCi { width:20rem;height:3.9375rem;top:54.375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oKPf2a67I1yvBTE0ypaaUoXTAiIlopbs { display:flex;width:1.375rem;height:1.375rem;top:49.5625rem;left:9.3125rem; }
 }@media only screen and (max-width: 763px) { #JytuvTZPd8RwczhFXRsE7T2i6ruDvqgi { width:20rem;height:1.3rem;top:76.9375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Pg5mSH54EzqE1clIP6l0f3UcTGXQ3TiK { width:20rem;height:3.9375rem;top:78.875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NawDnbgDGKtiL6xK5Dy2Dw4NzeO2TQs1 { display:flex;width:1.375rem;height:1.375rem;top:74.0625rem;left:9.3125rem; }
 }@media only screen and (max-width: 763px) { #ODBPIoLqCoxIbFCihdObaCIQrxOSvmSe { width:12rem;height:12rem;top:14.3125rem;left:4.0625000596046rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #wvydLN9MvLcg60CVMP9x9G8V6pAxAvyi { width:12rem;height:12rem;top:38.5625rem;left:4.0625rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #TM4voRcN2dxzr1qWU8wRNU1vpLvOMsVt { width:12rem;height:12rem;top:63.125rem;left:4.0625rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #TrOMMVVfc1sqX0QKCU3ZX8r2h84JcDBu { width:17.6875rem;height:4.125rem;top:86.00000190735rem;left:1.1554687619209rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpkIBpe4RcgiNaDT8hTVCTXcV3Z5xp3O { display:block; }
 }@media only screen and (max-width: 763px) { #MIenWSe8dVUptLzdbr52o2CuKQi5ZnXS { width:17.4375rem;height:9.24925rem;top:15.6875rem;left:1.2812500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdTDcmm7mhvvwCroaXQzEyJ4vKEuW4SX { width:17.1875rem;height:9.1875rem;top:40.4375rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNZKBq5tzzcO6mToEdAevK4VxveruaSV { width:17.125rem;height:8.9375rem;top:64.6875rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbkCqwRF4MCep7PlWeMCKDK31nk55ArX { display:block; }#BbkCqwRF4MCep7PlWeMCKDK31nk55ArX > .row .container { width:20rem;height:38.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TVpUBn7aND7bXTGe17bVxZiqatk2dqI2 { width:20rem;height:4rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RkC1xUzE94WSC90SmBkQ9nohcdC30u55 { width:20rem;height:9rem;top:9.3125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #k3GXb9P893iHwKOe2MKaMI7cHnOcaFtP { width:20.0625rem;height:17.375rem;top:18.75rem;left:0rem;z-index:14986;display:block; }
 }@media only screen and (max-width: 763px) { #JIxWOPuJPKuMsM5rP8EzKB4ZnTdtesws { display:flex;width:1.25rem;height:1.25rem;top:20.875rem;left:1.2500000596046rem; }
 }@media only screen and (max-width: 763px) { #BCf5Sn64TbwRe7RTxg2m23L0nH2J38qT { width:15.625rem;height:3.375rem;top:20rem;left:3.1250000596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5F1BXHOloco0kSry03FH5dTeVhrJzMo { width:18.125rem;height:1.125rem;top:22rem;left:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3I9COrSqOdK5Pab5MHBzZTAvglTfgOG { width:15.625rem;height:3.375rem;top:25rem;left:3.1250000596046rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BbhWFTglpTRKLFITJJVmto4Z3iTUr5Vz { width:18.125rem;height:1.125rem;top:27.5rem;left:1.25rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xqfIxLvnygg9JNNwoWP7gSurLzK6rrTc { display:flex;width:1.25rem;height:1.25rem;top:25.8125rem;left:1.2500000596046rem; }
 }@media only screen and (max-width: 763px) { #PDbdfTIRbArynxWtdhTDhbeu4qza0Gnv { width:18.125rem;height:1.125rem;top:32.5625rem;left:1.25rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Vp4LVOukviOJAhGGxpBiEX17qiph9wnS { display:flex;width:1.25rem;height:1.25rem;top:31.375rem;left:1.2500000596046rem; }
 }@media only screen and (max-width: 763px) { #tRurMxGCPPTQoPOBHkOWkTT5VIDyFcWx { width:15.625rem;height:3.375rem;top:30.4375rem;left:3.1250000596046rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BX6CGb9BENCXTnOsGGXVqPqpKaLdwwTR { width:18.125rem;height:1.125rem;top:37.062501430511rem;left:1.8750000596046rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Bk0zdwnDWTGuhLmC8w0yys5VOfds6uv4 { width:20rem;height:0.0625rem;top:7.125rem;left:0rem;z-index:14987;display:block; }
 }@media only screen and (max-width: 763px) { #lCktGL6UhXLMp81vwtvBX3RGhMRa3mRR { display:flex;width:1.25rem;height:1.25rem;top:6.5rem;left:9.375rem;z-index:15009; }
 }@media only screen and (max-width: 763px) { #XsENgpEplQv1XGwXN6XTMxMwf40rKKFN { display:block; }#XsENgpEplQv1XGwXN6XTMxMwf40rKKFN > .row .container { width:20rem;height:90.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bxCuClzOTkXcpiuIGiRywPG7U0PUwNq7 { width:20rem;height:2.6rem;top:1.6875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Elp8eZTJRtOBofSQdSbTOcHmJ0ppHvLM { width:20rem;height:3.0875rem;top:4.7867202758789rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vHMUmK1ufu8gOUEgOTCbVw28WG6JUJyh { width:7.8125rem;height:7.8125rem;top:9.9999995231631rem;left:6.4374998807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHvXHRdaTcfvhe9DrIrcrZ0uLHwskLts { width:4.75rem;height:4.75rem;top:8.5624995231631rem;left:5.1249998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTKcSgyV2NL0tmIgKGcRVfMCom0xRZ6D { width:3.5rem;height:3.4375rem;top:12.687499761581rem;left:8.6250003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #laDHJpGihUVFtu2kH12FIipUrRO1iFUH { width:1.375rem;height:2.6rem;top:9.3124995231631rem;left:6.8124998807906rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8e6tpXKIW84DkXTRSlptnXgnp7FTRkA { width:19.875rem;height:0;top:31.275rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RPbiToeuWEZmTGZ99EU3K1om341ATqUC { width:0;height:3.75rem;top:25.96249961853rem;left:10.687500357628rem;display:none; }
 }@media only screen and (max-width: 763px) { #DxgLum9IN4TSmx2FFxN88BioWvm6SFDA { width:7.8125rem;height:7.8125rem;top:28.625rem;left:6.4999998807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztmHy3Ip4II4KsguLOGtHMuIle95P8b7 { width:4.75rem;height:4.75rem;top:27.1875rem;left:5.1874998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPc4PnI3D6G84bh2qkR03oTXUraHoMxf { width:1.375rem;height:2.6rem;top:28.1875rem;left:6.8749998807906rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #af9924Btoh1p3WvTWgwmTskQHJHv4INt { width:3.9375rem;height:3.875rem;top:30.75rem;left:8.4375003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9B15K7LT2ZMxaFdDw8Im01i6nm3Khnx { width:20rem;height:4.875rem;top:17.811718940735rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TTBZX8XnvDmFQatAFqWuBODHpK0g4EEm { width:18.6875rem;height:2.925rem;top:22.686718940735rem;left:0.65546876192094rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lJDbN9tAI5cEqib6tQeX149WqtdVAyTZ { width:20rem;height:2.4375rem;top:37.362503051757rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cGPKXHZUmdQc8yxQirQq7kGS8m9sSHtI { width:18.6875rem;height:4.3875rem;top:40.112503051757rem;left:0.65546876192094rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n3JRBTJSEUovx0qHpsVUD2mxpiSOuFnI { width:0;height:3.75rem;top:61.45rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #cfcBk8m1N38QhK0EI5Xkbk4tln5FJW7Z { width:19.875rem;height:0;top:66.575rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #J7PGLVqvhe67DIKbfDRvI8wDexZ3i6np { width:7.8125rem;height:7.8125rem;top:47.8125rem;left:6.5000000596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7RMO8MUz4nSXXoL0tSC2Vh53vJ9ItGV { width:4.75rem;height:4.75rem;top:46.375rem;left:5.1875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLsBl0fZPIr3RIg8eyfBJPC0MSngMFOb { width:1.375rem;height:2.6rem;top:47.1875rem;left:6.8750000596044rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7ysJ6TEUvq2SrH7FFTAuvpC395KT8Z0 { width:20rem;height:4.875rem;top:55.887512207031rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aT34TmMMp3GxdeJvEOHQUvJ0gtlXU5JF { width:18.6875rem;height:4.3875rem;top:60.975006103516rem;left:0.65546876192094rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #buonXTo9iSJQBUMbzvddyAc7KuP8lktB { width:7.8125rem;height:7.8125rem;top:68.087509155275rem;left:6.0625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4evq4lKgeLQ4T5ErnC2bD6uFXviD2Qw { width:0;height:3.75rem;top:41.875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #u7MgnFI9GyNLvW3ubFTSsi3HQDui1L0G { width:19.875rem;height:0;top:45.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #e0xGa2lssqlfBFK5RKCKraHTgryH3z0E { width:4.75rem;height:4.75rem;top:66.800001144406rem;left:5.1250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4pLyz5sHDWMRc7ScnV2018UiR0Lfri5 { width:20rem;height:2.4375rem;top:76.650000572206rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #soMwtUgJXWk59Tl6Qx8gSFrMyHfN60ag { width:18.6875rem;height:2.925rem;top:79.775001525881rem;left:0.65546876192094rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bxl8WZ6BTzL3QspOEyX8W2MXxxs4PnKo { width:1.375rem;height:2.6rem;top:67.75000190735rem;left:6.7500000596044rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #VhWy1gI9rzloK0q727fW4hDcD58rfAFa { width:15.5rem;height:3.8125rem;top:85.17501831055rem;left:2.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRknTvARtAZFbDPFotpKgWr5FrJQWMQd { display:block; }
 }@media only screen and (max-width: 763px) { #v4EMTfonaAhH6ixTgd76Is3fVdWzn4MH { display:flex;width:4.5625rem;height:4.5625rem;top:69.712501049044rem;left:7.7187505364419rem; }
 }@media only screen and (max-width: 763px) { #LIFwuFsF748lcfTHW1STMLlrT8Hz6PxW { display:flex;width:5.5rem;height:5.5rem;top:48.968751907349rem;left:7.2500005364419rem;z-index:15010; }
 }@media only screen and (max-width: 763px) { #PXzXap1S450d2cADbPIOt2zRh2R4UT1R { display:block; }#PXzXap1S450d2cADbPIOt2zRh2R4UT1R > .row .container { width:20rem;height:3rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MSol6HN5rvWKJaqgzkWWUy3w6iBAdVNH { width:20rem;height:1.625rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncbBIStKKAKOovnx0UZG00UeGxwRN1bu { display:block; }#ncbBIStKKAKOovnx0UZG00UeGxwRN1bu > .row .container { width:20rem;height:4.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Use4eX4MxkC6ApfrIZ4WGgNBvIxPnxGW { width:20rem;height:4.875rem;top:0rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WP09HwTqkhfVfVGkTIqbWdEiDJlOTO08 { display:block; }#WP09HwTqkhfVfVGkTIqbWdEiDJlOTO08 > .row .container { width:20rem;height:46.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rFGb9HTGvkB2H997NaAfoXv1Q5plCerE { width:19.875rem;height:16.5625rem;top:3.1875rem;left:0rem;z-index:14986;display:block; }
 }@media only screen and (max-width: 763px) { #QbXPrGJTTUyy3TwXkxViiaZunSuBf4eb { width:17.5rem;height:9.1875rem;top:6.6875rem;left:1.3750000596046rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zbygk0flrQuSlCZLRA3rH45qotaKSOKs { width:11.5rem;height:1.3125rem;top:17.8125rem;left:4.8750000596046rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OrETMAJDNmeIZzyWq74bAD7COkFwQl0x { width:3.125rem;height:3.125rem;top:16.1875rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOkTIl7WlEJAyFQqRNXlsSSuTdavoxSR { display:flex;width:1.5rem;height:1.5rem;top:16.1875rem;left:4.8750000596046rem; }
 }@media only screen and (max-width: 763px) { #U0vseu3fErqDehQhHLZk0x7G0rXcHwoD { display:flex;width:1.5rem;height:1.5rem;top:16.1875rem;left:6.5625005364419rem; }
 }@media only screen and (max-width: 763px) { #JoM4efr2zvzO5aioJmSc46TD70BVthri { display:flex;width:1.5rem;height:1.5rem;top:16.1875rem;left:8.2500005364419rem; }
 }@media only screen and (max-width: 763px) { #Wi7HMgitcQTL0qEJRDbB0JQTnKeHJnoW { display:flex;width:1.5rem;height:1.5rem;top:16.1875rem;left:9.8750005364419rem; }
 }@media only screen and (max-width: 763px) { #Nypi5OGy8OOcC2e1QJQc6t5VrgZd83qO { display:flex;width:1.5rem;height:1.5rem;top:16.1875rem;left:11.562500536442rem; }
 }@media only screen and (max-width: 763px) { #Ik9D6JnciHemicJxX9N2AW4rUqDuVXPi { width:17.5rem;height:1.5rem;top:4.8125rem;left:1.2500000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3AX73o0FZBNdauqsipQyptL7NXlxKcT { width:19.9375rem;height:20.375rem;top:23.0625rem;left:0rem;z-index:14986;display:block; }
 }@media only screen and (max-width: 763px) { #cEDJF7WwJGGFVEcetxya7sdFT7UgTJiH { width:17.5rem;height:13.125rem;top:25.8125rem;left:1.3750000596046rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVE798xfBllcgbPv107PXoGpA3vuIH3r { width:17.5rem;height:1.5rem;top:24.375rem;left:1.2500000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0pakc1bb4t477HcA5PbTiTf5uwq6l7d { display:flex;width:1.375rem;height:1.375rem;top:39.599212646484rem;left:11.125000536442rem; }
 }@media only screen and (max-width: 763px) { #CW9JX5ISHs4m73iaBNfVJhsCgoUuTWot { display:flex;width:1.375rem;height:1.375rem;top:39.599212646484rem;left:9.4375005364419rem; }
 }@media only screen and (max-width: 763px) { #ciu9PA5SQxWRM1qESTCZMiMsaQUFSfxH { display:flex;width:1.375rem;height:1.375rem;top:39.599212646484rem;left:7.7500005364419rem; }
 }@media only screen and (max-width: 763px) { #S2gT5X0eRsMOkQ0hCpqFLJrX0N49T32D { display:flex;width:1.375rem;height:1.375rem;top:39.599212646484rem;left:6.1250005364418rem; }
 }@media only screen and (max-width: 763px) { #LLJFrmsuFFSkasfagxDfPWDbXCbhGAIo { display:flex;width:1.375rem;height:1.375rem;top:39.599212646484rem;left:4.3750000596046rem; }
 }@media only screen and (max-width: 763px) { #BTapnpLZyTa37GLs1q2xrsNmea3MNF3Z { width:14.375rem;height:1.3125rem;top:41.286712646484rem;left:4.2500000596046rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnExiwZfzUlkSJNDmUaQ1CS8e3SWoMmq { width:2.5rem;height:2.5rem;top:39.661712646484rem;left:1.3750000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhpgtSTTSa7hfm8oKhZZRqHhhVPcK74Z { width:2.125rem;height:2.125rem;top:16.687500476837rem;left:16.800000727177rem;display:block; }
 }@media only screen and (max-width: 763px) { #G92Xt0vmRw4cT11VZoy9n9pcncFyRvt0 { width:2.125rem;height:2.125rem;top:39.597657203674rem;left:16.800000727177rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozqG244k2iOK34tnPnqNqTlrBSXHlirs { display:block; }#ozqG244k2iOK34tnPnqNqTlrBSXHlirs > .row .container { width:20rem;height:46.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wTK95r2eEVccKUO94sxKaGKhAOAdixRT { width:15.875rem;height:13.5rem;top:3.25rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DT2AKN9yGR4PTT7MX8sBVoSVTcW5WH17 { width:19.1875rem;height:2.4375rem;top:19.3125rem;left:0.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwtN6WxF8LhDHzN4yw1hBdJcCGwNhcU3 { width:18.125rem;height:11.15625rem;top:22.0625rem;left:0.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #giJoQe2AW76od8VVvWNqtTO9K3MOgc95 { width:6.125rem;height:2.4375rem;top:33.937503814698rem;left:0.3125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbzyZaOqFyvwhXXrPRWr4tVFegROBgGc { width:5.375rem;height:1.2rem;top:36.312503814698rem;left:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iybQUL4ddOn9o2QVwONTbgVtXWRZrz2n { width:5.375rem;height:2.4rem;top:36.337500572204rem;left:7.6250003576281rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4suoOQqT0MHXT8nP2fgTNWvPmdBMmJe { width:6.125rem;height:2.4375rem;top:33.937503814698rem;left:7.2499998807906rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLH4k0EPBZUxv1bLrTdunS0K6BwJ3UsU { width:4.875rem;height:2.4rem;top:36.337493896484rem;left:14.156250536442rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdgMaS3cU0ZaVcz9f3gAJA3kTlCGVlsR { width:6.125rem;height:2.4375rem;top:33.937500953674rem;left:13.218750357628rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynH1pF4SEniKd9M1rrhCezImSsQSwBkT { width:11.875rem;height:3rem;top:40.672657012939rem;left:4.0624998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwx43LIkT2Bp1UBtMwxDeU7OEqNsQKAF { display:block; }
 }@media only screen and (max-width: 763px) { #e8k44c8OxoFqTdBTxt6zVzLArl3Fu18h { width:16rem;height:8.5rem;top:5.7500009536743rem;left:2.0000000596046rem;display:block; }
 }