.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:123,64,244;--color-primary-1:95,53,251;--color-primary-2:90,0,248;--color-primary-3:88,32,186;--color-primary-4:80,19,186;--color-secondary-0:253,228,206;--color-secondary-1:255,218,142;--color-secondary-2:255,193,67;--color-secondary-3:153,116,40;--color-secondary-4:51,39,13;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Dosis";--paragraphs-font-family:"Dosis"; }@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:rgba(var(--color-tertiary-0),1);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:rgba(var(--color-primary-2),1);display:block;width:29.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:7.1864738464356rem;left:0rem;height:9.75rem;display:block; }
#EeLCUn8ffr31q0cbO8GOuKminqAKVI3o { color:rgba(var(--color-tertiary-4),1);display:block;width:29rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:19.061719894409rem;left:0rem;height:2.923825rem;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(var(--color-primary-2),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 rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);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:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-secondary-2),1);border-left:0.1875rem solid rgba(var(--color-secondary-2),1);border-right:0.1875rem solid rgba(var(--color-secondary-2),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-2),1);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:rgba(var(--color-tertiary-4),1);width:23.4375rem;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:23.4375rem;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:23.4375rem;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:23.4375rem;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, rgba(var(--color-primary-2),1), #621bdd);background-image: -moz-linear-gradient(14deg, rgba(var(--color-primary-2),1), #621bdd);background-image: -ms-linear-gradient(14deg, rgba(var(--color-primary-2),1), #621bdd);background-image: -o-linear-gradient(14deg, rgba(var(--color-primary-2),1), #621bdd);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#621bdd' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#621bdd' );";background-image: linear-gradient(14deg, rgba(var(--color-primary-2),1), #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:rgba(var(--color-tertiary-0),1);width:23.4375rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: 0.3125rem 0.625rem 1.875rem rgba(var(--color-primary-2),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:rgba(var(--color-tertiary-4),1);vertical-align:top;width:22.0625rem;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:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.4375rem;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.9375rem; }
#KCqEkzqOEtWP4bCKvpbFe7KNTOfkcTgi .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:23.4375rem; }
#KCqEkzqOEtWP4bCKvpbFe7KNTOfkcTgi .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);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:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.4375rem;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.9375rem; }
#KCqEkzqOEtWP4bCKvpbFe7KNTOfkcTgi #guAIut39g0wtPli4DuGwXAFEmypiFdsb { position:relative; }
#KCqEkzqOEtWP4bCKvpbFe7KNTOfkcTgi #lFVyzXtfUCiNlAb8IEykek2ITGCQUpDF { position:relative;display:block; }
#KCqEkzqOEtWP4bCKvpbFe7KNTOfkcTgi #TuoZgELAKAt4fh9cfwxHzZ9z8oJOv1ne { position:relative; }
#KCqEkzqOEtWP4bCKvpbFe7KNTOfkcTgi #qkMSKMsGHlywPaNdWltkmlBEUli00R6z { position:relative; }
#KCqEkzqOEtWP4bCKvpbFe7KNTOfkcTgi #mTDeEpkm7wl1wAyx9sTrtEpfxDtafR0U { position:relative;display:block; }
#KCqEkzqOEtWP4bCKvpbFe7KNTOfkcTgi #kUUCC6oPE73xEH3u2wMUcvn4eJIhpDBS { 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:rgba(var(--color-tertiary-4),1);display:block;width:12.1875rem;position:absolute;font-family:var(--paragraphs-font-family);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.8232375rem;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:rgba(var(--color-tertiary-4),1);display:block;width:29rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:31.436719894409rem;left:0rem;height:4.38574375rem;font-style:normal;display:block; }
#kThCFRwexDFdeXPOxX7DuRmEpU8vMsfN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);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:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);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:rgba(var(--color-primary-2),1);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:rgba(var(--color-tertiary-0),1);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:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-tertiary-0),1);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:rgba(var(--color-primary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);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:rgba(var(--color-tertiary-0),1);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:rgba(var(--color-secondary-0),1);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:var(--paragraphs-font-family);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:rgba(var(--color-tertiary-4),1);display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:10.04296875rem;left:0rem;height:2.923825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GrVgZ9qQycH2mMJ3yn2Zs06NtWrAzs1z { color:rgba(var(--color-tertiary-4),1);display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);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.38574375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tm7KeOAVPuHnlfcgGyHVhnCkwGXuTZS7 { color:#ff9900;display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);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:var(--paragraphs-font-family);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:rgba(var(--color-tertiary-4),1);display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);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.38574375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qKkk8UDEfvTydf0h8VfF2BirCfq9T7Wq { color:#ff3cac;display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-tertiary-4),1);display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);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.38574375rem;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:rgba(var(--color-tertiary-0),1);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:65.75rem;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:rgba(var(--color-primary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15009;line-height:1;letter-spacing:0;top:4.3125rem;left:0rem;height:3rem;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.9984375rem;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.124218940735rem;left:5.0007820129394rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kAgHKIfOOylvXtHMOfnc0dTBXWX32quw { color:rgba(var(--color-primary-2),1);display:block;width:18.25rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:28.25rem;left:10.375rem;height:1.70605625rem;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:rgba(var(--color-tertiary-4),1);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:30.5rem;left:10.375rem;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:15.25rem;left:10.375rem; }
#WRBOVr3is1TSmep5ZhIuDf0vpTf9LwnM { color:rgba(var(--color-primary-2),1);display:block;width:18.25rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:28.3125rem;left:31.375rem;height:1.70605625rem;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:rgba(var(--color-tertiary-4),1);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:30.375rem;left:31.1875rem;height:2.625rem;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:15.25rem;left:45.0625rem; }
#JytuvTZPd8RwczhFXRsE7T2i6ruDvqgi { color:rgba(var(--color-primary-2),1);display:block;width:18.25rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:51.9375rem;left:9.4375rem;height:1.70605625rem;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:rgba(var(--color-tertiary-4),1);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:54.25rem;left:9.4375rem;height:2.625rem;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.374025rem;width:1.374025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:48.8759765625rem;left:23.0625rem; }
#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:14.5rem;left:13.6875rem;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:14.5rem;left:34.375rem;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:38.1875rem;left:12.9375rem;display:block; }
#TrOMMVVfc1sqX0QKCU3ZX8r2h84JcDBu { background-color:transparent;background-image: -webkit-linear-gradient(14deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(14deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(14deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(14deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(14deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-0),1));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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);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:59.7470703125rem;left:21.123046875rem;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.1875rem;width:16.375rem;top:16.5625rem;left:10.375rem;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:16.75rem;left:31.625rem;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:11.125rem;width:15.5rem;top:38.625rem;left:10.8125rem;overflow:hidden;display:block; }
#pvJP2xbi2IxAHflAEpcJfluVGncXKCBs { box-sizing:content-box;height:3.375rem;width:3.3125rem;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:15000;background-color:#78ffb9;background-image:none;top:36.3125rem;left:17.3125rem;display:block; }
#JT6w7klg4JXGOXcs1UcTkOxOuo2yDbEQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:36.8125rem;left:17.8125rem; }
#Ci4RfN3K1xErr3b8uZcloSZKcx7SNMNe { box-sizing:content-box;height:3.375rem;width:3.3125rem;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:15001;background-color:#a9caba;background-image:none;top:12.625rem;left:38.6875rem;display:block; }
#Pxf05PbMJ4WOUXNw2xEKmg5D3Q6rsO9c { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:13rem;left:38.9375rem; }
#K4zqtHEVzXbT0Dkb23BCPw50kapnmRlU { box-sizing:content-box;height:3.375rem;width:3.3125rem;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:15003;background-color:#a9caba;background-image:none;top:12.625rem;left:17.875rem;display:block; }
#IWkGnFr1AihmFlxOdwWD1gAFGkel7ebK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:13rem;left:18.0625rem; }
#c6eWueUg1gFnfiD95DggElfGcdaWkmT2 { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.374025rem;width:1.374025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:40.6884765625rem;left:11.7490234375rem; }
#ILXOnM9sTTwPksWK8AwoMW8bXPVTtw2G { 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:15007;background-color:#aa78ff;background-image:none;top:38.1875rem;left:34.875rem;display:block; }
#C1TwBicQA6Kk82gJ4bMMtnJTnx7rhp8K { position:absolute;display:block;z-index:15031;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.1875rem;width:17.5rem;top:41.3125rem;left:32.75rem;overflow:hidden;display:block; }
#ywLFxZ2LZH11FZRWcNaoBwHoTh1zggWW { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.374025rem;width:1.374025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:40.6875rem;left:33.6875rem; }
#EVa0NFi1zaAc8ufcVVvHKPgMwOJpuPmT { box-sizing:content-box;height:3.375rem;width:3.3125rem;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:15008;background-color:#78ffb9;background-image:none;top:36.3125rem;left:39.25rem;display:block; }
#wy0hCdvBQfT9UUO4PwtcW8dZyoimXCU9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:36.8125rem;left:39.75rem; }
#ssOpvzTEbWgTq1phVDaLrhqGiS9oqRUQ { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.374025rem;width:1.374025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:48.875rem;left:45rem; }
#xmqvLQdegWgS7KOU5FlLS7hcW1bd9EHa { color:rgba(var(--color-primary-2),1);display:block;width:18.25rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:51.9375rem;left:31.375rem;height:;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; }
#Wi9Q1JIfG3MhMzdxIrPKLFEkOZAQFDDR { color:rgba(var(--color-tertiary-4),1);display:block;width:18.25rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15029;line-height:1.5;letter-spacing:0;top:54.25rem;left:31.375rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Jpo12LDq39Tb8skl3qggtkxyZahQVzHQ { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.374025rem;width:1.374025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:24.4375rem;left:35.78125rem; }
#GxeT8p5TS7OLFAB2qPqdxnKbRdGa2To7 { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.374025rem;width:1.374025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:24.4375rem;left:24.4365234375rem; }
#SIel2ZybN3U2eliEt4OIVbVmZweT8xAv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#SIel2ZybN3U2eliEt4OIVbVmZweT8xAv > .row .container { background-color: transparent; background-image: none; }#SIel2ZybN3U2eliEt4OIVbVmZweT8xAv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SIel2ZybN3U2eliEt4OIVbVmZweT8xAv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SIel2ZybN3U2eliEt4OIVbVmZweT8xAv > .row .container > .video-iframe-container { display: none; }#SIel2ZybN3U2eliEt4OIVbVmZweT8xAv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SIel2ZybN3U2eliEt4OIVbVmZweT8xAv > .row > .video-iframe-container { display: none; }#SIel2ZybN3U2eliEt4OIVbVmZweT8xAv > .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); }#SIel2ZybN3U2eliEt4OIVbVmZweT8xAv > .row .container { border-width: 0; border-radius: 0; }#SIel2ZybN3U2eliEt4OIVbVmZweT8xAv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SIel2ZybN3U2eliEt4OIVbVmZweT8xAv > .row .container { font-size:0.875rem;font-family:arial;height:87.875rem;width:60rem;position:relative;display:block; }#LsxNB6uTfGpR4bAaoHJB6riOEdam9WDO { color:rgba(var(--color-primary-2),1);display:block;width:60rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:5.3125rem;left:0.0625rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Wu3x2R7QmdgFE36MCDyHOoAMwJGMcGEf { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:10rem;left:0rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GAt1zvar2v6zzSv83A6gbofvxRyuMLvH { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.125rem;width:2.5rem;top:12.75rem;left:28.75rem;display:block; }
#nGSInvQBGPsWPkV7drS09KinvxFPHSOs { color:rgba(var(--color-tertiary-1),0.15);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:7.5rem;font-weight:700;z-index:14999;line-height:1.3;letter-spacing:0;top:0.875rem;left:0rem;height:9.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fwPNZmMKtv6mB2KGThE7fcomvxGPwv3P { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:24.75rem;width:18.9375rem;top:15.9375rem;left:0rem;display:block; }
#mg1LP5QNTbAgpu9xdcuQP2e36e2cwswJ { color:rgba(var(--color-tertiary-3),1);display:block;width:17.5rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:15011;line-height:2;letter-spacing:0;top:16.53125rem;left:0.71875rem;height:22rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#J2ZdofX6rE00tUKX7TwoPtbrsZTrTy8h { color:rgba(var(--color-tertiary-4),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:42.6875rem;left:5.625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rob6UyybalsPo7gTkliEBPhLk2vGdIh3 { color:rgba(var(--color-tertiary-3),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:44.875rem;left:5.625rem;height:1.13671875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#v7kAXk4zErM2ZcFVZQsxVEnkrq3INDV1 { position:absolute;display:block;z-index:15012;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/8fbe4cdf-b7db-44f1-b258-2edb5da3ebf8/unnamed1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:4.5625rem;width:4.5625rem;top:42rem;left:0rem;display:block; }#v7kAXk4zErM2ZcFVZQsxVEnkrq3INDV1.adaptive-delivery-prevent-bg, #v7kAXk4zErM2ZcFVZQsxVEnkrq3INDV1.lazyload, #v7kAXk4zErM2ZcFVZQsxVEnkrq3INDV1.lazyloading { background-image: none; }
#oRIFb6MsVemNAvxlXnD16zPiVKWN82Vt { color:rgba(var(--color-tertiary-4),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:42.6875rem;left:26.1875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ePcxi99y6rqzmP4SadN0XTMHo74d8E33 { color:rgba(var(--color-tertiary-3),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:44.875rem;left:26.1875rem;height:1.0556625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZUZPg44GvX42XLBhwoyi64P84l9AbZdN { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:24.6875rem;width:18.9375rem;top:15.9375rem;left:20.5625rem;display:block; }
#A9J6PzJgeB6eGNiPn7G19GfTAIqTLhJN { color:rgba(var(--color-tertiary-3),1);display:block;width:17.5rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:15016;line-height:2;letter-spacing:0;top:18.0625rem;left:21.25rem;height:16rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kFfMpe0XTimnCHAlM6Nfsn9DM6KOi7PI { position:absolute;display:block;z-index:15017;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/98cf86fd-e9e4-4245-951f-a573f69d5d9d/2.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:4.5625rem;width:4.5625rem;top:42rem;left:20.5625rem;display:block; }#kFfMpe0XTimnCHAlM6Nfsn9DM6KOi7PI.adaptive-delivery-prevent-bg, #kFfMpe0XTimnCHAlM6Nfsn9DM6KOi7PI.lazyload, #kFfMpe0XTimnCHAlM6Nfsn9DM6KOi7PI.lazyloading { background-image: none; }
#XOzHLLKXWWPVwwTSVAwXXQUFBbHCPwJw { color:rgba(var(--color-tertiary-4),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:42.6875rem;left:46.6875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xcTQAxGEn9A2fqOFZOwFVleZuJbdxhAc { color:rgba(var(--color-tertiary-3),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:44.875rem;left:46.6875rem;height:1.0556625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sfIiw0gwuVQsAKkRC95zDuohqdKZLdZi { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:24.5rem;width:18.9375rem;top:15.9375rem;left:41.0625rem;display:block; }
#FHJoD2Q1qZvQKhhT5SvJMmO4v1MNNkyp { color:rgba(var(--color-tertiary-3),1);display:block;width:17.5rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:15021;line-height:2;letter-spacing:0;top:18.0625rem;left:41.75rem;height:18rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yqtL0OfQGqp4Pvbm8egSHa77WvS0d2UE { position:absolute;display:block;z-index:15022;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/350e7c8e-feed-46e9-82aa-482d26915a2d/1.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:4.5625rem;width:4.5625rem;top:42rem;left:41.0625rem;display:block; }#yqtL0OfQGqp4Pvbm8egSHa77WvS0d2UE.adaptive-delivery-prevent-bg, #yqtL0OfQGqp4Pvbm8egSHa77WvS0d2UE.lazyload, #yqtL0OfQGqp4Pvbm8egSHa77WvS0d2UE.lazyloading { background-image: none; }
#gq7XGt8qTzpbNvJwDS6d6uTAd3nC1TqI { position:absolute;display:block;z-index:15037;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/85162cf0-e452-41dc-b83a-6a29b3623acb/unnamed.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:4.5625rem;width:4.5625rem;top:75.9375rem;left:41.0625rem;display:block; }#gq7XGt8qTzpbNvJwDS6d6uTAd3nC1TqI.adaptive-delivery-prevent-bg, #gq7XGt8qTzpbNvJwDS6d6uTAd3nC1TqI.lazyload, #gq7XGt8qTzpbNvJwDS6d6uTAd3nC1TqI.lazyloading { background-image: none; }
#qA8UC5QRd3rGpi7eLThdPi5WTBTeAlIn { color:rgba(var(--color-tertiary-4),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:76.625rem;left:26.1875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bWO72wPdtC8Ic0cV4kqIXSasTBl9uySP { color:rgba(var(--color-tertiary-3),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15027;line-height:1.3;letter-spacing:0;top:78.8125rem;left:26.1875rem;height:1.0556625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lFTmHigT2uk1h0voiXfZ5hBNvvJaP8VB { position:absolute;display:block;z-index:15032;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/90c95809-0ada-4d85-9163-626354ab36e2/4.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:4.5625rem;width:4.5625rem;top:75.9375rem;left:20.5625rem;display:block; }#lFTmHigT2uk1h0voiXfZ5hBNvvJaP8VB.adaptive-delivery-prevent-bg, #lFTmHigT2uk1h0voiXfZ5hBNvvJaP8VB.lazyload, #lFTmHigT2uk1h0voiXfZ5hBNvvJaP8VB.lazyloading { background-image: none; }
#QTZcsg1hQKs4oIOyehkUPcKCTO5qqoEx { color:rgba(var(--color-tertiary-4),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:76.625rem;left:46.6875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FGXOQNIhfbkP9TQJKetDN3Q2qFkrbci9 { color:rgba(var(--color-tertiary-3),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15032;line-height:1.3;letter-spacing:0;top:78.8125rem;left:46.6875rem;height:1.0556625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TbIOkpvmDo6usZXpf5EkaPyJ7ZfaocTu { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:24.75rem;width:18.9375rem;top:49.875rem;left:0rem;display:block; }
#fytxBl536PIcamLoadiddpyXQxZbegC4 { color:rgba(var(--color-tertiary-4),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:76.625rem;left:5.625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#l5x0S2P2L7TfFPMLOqiQc6rFNnqRRc86 { color:rgba(var(--color-tertiary-3),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:78.8125rem;left:5.625rem;height:1.13671875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NQtXQXZp4Xt6ENZApkl5moiTh3vvwBQ1 { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:24.6875rem;width:18.9375rem;top:49.875rem;left:20.5625rem;display:block; }
#pATg7Gm6Rif3rLVSv4TBhWCISrqbpM6y { position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:24.5rem;width:18.9375rem;top:49.875rem;left:41.0625rem;display:block; }
#QkFSFeqhIIl71NyGqDnQOLlyBekqgiCG { color:rgba(var(--color-tertiary-3),1);display:block;width:17.5rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:15026;line-height:2;letter-spacing:0;top:55.9375rem;left:0.75rem;height:10rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xKZf9N1EuM98Xp4yowISkvhTTLBT5V2A { position:absolute;display:block;z-index:15027;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/9b9a1975-f2f0-4457-9ebc-aad03e7d8e55/3.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:4.5625rem;width:4.5625rem;top:75.9375rem;left:0rem;display:block; }#xKZf9N1EuM98Xp4yowISkvhTTLBT5V2A.adaptive-delivery-prevent-bg, #xKZf9N1EuM98Xp4yowISkvhTTLBT5V2A.lazyload, #xKZf9N1EuM98Xp4yowISkvhTTLBT5V2A.lazyloading { background-image: none; }
#eh3lC2TALsho5ZM7yGe3tOVmfQ6SXXxF { color:rgba(var(--color-tertiary-3),1);display:block;width:17.5rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:15031;line-height:2;letter-spacing:0;top:52.875rem;left:21.25rem;height:16rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZTA8G7fPONHBBuRv3S78ytCEE0NFeLeX { color:rgba(var(--color-tertiary-3),1);display:block;width:17.5rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:15036;line-height:2;letter-spacing:0;top:52rem;left:41.75rem;height:20rem;text-align:center;text-align-last:center;font-style:normal;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:rgba(var(--color-tertiary-0),1);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:rgba(var(--color-primary-2),1);display:block;width:24.3125rem;position:absolute;font-family:var(--headlines-font-family);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:rgba(var(--color-tertiary-0),1);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 rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);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:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15014;line-height:1.5;letter-spacing:0;top:10.9375rem;left:27.125001907349rem;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; }
#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:var(--headlines-font-family);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:var(--headlines-font-family);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:rgba(var(--color-primary-2),1);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:rgba(var(--color-primary-2),1);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:rgba(var(--color-tertiary-4),1);display:block;width:31.5rem;position:absolute;font-family:var(--headlines-font-family);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:rgba(var(--color-tertiary-4),1);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:rgba(var(--color-primary-3),1);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:rgba(var(--color-primary-4),1);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(var(--color-tertiary-4),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:rgba(var(--color-tertiary-0),1);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(var(--color-tertiary-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 rgba(var(--color-tertiary-0),1);border-left:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-right:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem dashed rgba(var(--color-tertiary-0),1);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(var(--color-tertiary-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 rgba(var(--color-tertiary-0),1);border-left:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-right:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem dashed rgba(var(--color-tertiary-0),1);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:rgba(var(--color-primary-3),1);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:rgba(var(--color-primary-4),1);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(var(--color-tertiary-4),0.35) ;height:4.75rem;width:4.75rem;top:22.8125rem;left:42.875rem;display:block; }
#bPc4PnI3D6G84bh2qkR03oTXUraHoMxf { color:rgba(var(--color-tertiary-0),1);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:rgba(var(--color-tertiary-4),1);display:block;width:31.5rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-tertiary-4),1);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.923825rem;font-style:normal;display:block; }
#lJDbN9tAI5cEqib6tQeX149WqtdVAyTZ { color:rgba(var(--color-tertiary-4),1);display:block;width:31.5rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-tertiary-0),1);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.38574375rem;font-style:normal;display:block; }
#n3JRBTJSEUovx0qHpsVUD2mxpiSOuFnI { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-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 rgba(var(--color-tertiary-0),1);border-left:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-right:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem dashed rgba(var(--color-tertiary-0),1);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(var(--color-tertiary-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 rgba(var(--color-tertiary-0),1);border-left:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-right:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem dashed rgba(var(--color-tertiary-0),1);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:rgba(var(--color-primary-3),1);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:rgba(var(--color-primary-4),1);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(var(--color-tertiary-4),0.35) ;height:4.75rem;width:4.75rem;top:32.625rem;left:6.3125rem;display:block; }
#tLsBl0fZPIr3RIg8eyfBJPC0MSngMFOb { color:rgba(var(--color-tertiary-0),1);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:rgba(var(--color-tertiary-4),1);display:block;width:31.5rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-tertiary-4),1);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.923825rem;font-style:normal;display:block; }
#buonXTo9iSJQBUMbzvddyAc7KuP8lktB { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-3),1);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(var(--color-tertiary-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 rgba(var(--color-tertiary-0),1);border-left:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-right:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem dashed rgba(var(--color-tertiary-0),1);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(var(--color-tertiary-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 rgba(var(--color-tertiary-0),1);border-left:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-right:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem dashed rgba(var(--color-tertiary-0),1);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:rgba(var(--color-primary-4),1);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(var(--color-tertiary-4),0.35) ;height:4.75rem;width:4.75rem;top:44.6875rem;left:42.875rem;display:block; }
#F4pLyz5sHDWMRc7ScnV2018UiR0Lfri5 { color:rgba(var(--color-tertiary-4),1);display:block;width:31.5rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-tertiary-4),1);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.923825rem;font-style:normal;display:block; }
#bxl8WZ6BTzL3QspOEyX8W2MXxxs4PnKo { color:rgba(var(--color-tertiary-0),1);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, rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(6deg, #b9b7dc, rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(6deg, #b9b7dc, rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(6deg, #b9b7dc, rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b9b7dc', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b9b7dc', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(6deg, #b9b7dc, rgba(var(--color-tertiary-0),1));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:var(--paragraphs-font-family);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; }
#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:rgba(var(--color-tertiary-4),1);display:block;width:28.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:4.25rem;left:30.687501907349rem;height:2.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JwtN6WxF8LhDHzN4yw1hBdJcCGwNhcU3 { color:rgba(var(--color-tertiary-4),1);display:block;width:25.625rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-tertiary-4),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-tertiary-4),1);display:block;width:5.375rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-tertiary-4),1);display:block;width:5.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15017;line-height:1.2;letter-spacing:0;top:18.499998092651rem;left:39.562501907349rem;height:2.3984375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Q4suoOQqT0MHXT8nP2fgTNWvPmdBMmJe { color:rgba(var(--color-tertiary-4),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-tertiary-4),1);display:block;width:4.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15019;line-height:1.2;letter-spacing:0;top:18.511719703674rem;left:48.499223709106rem;height:2.3984375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OdgMaS3cU0ZaVcz9f3gAJA3kTlCGVlsR { color:rgba(var(--color-tertiary-4),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);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, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(14deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(14deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(14deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(14deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);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:19.9375rem;width:26.9375rem;top:2.5rem;left:0rem;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:7.125rem;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:23.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#KCqEkzqOEtWP4bCKvpbFe7KNTOfkcTgi .widget-input-text { width:23.4375rem;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:23.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KCqEkzqOEtWP4bCKvpbFe7KNTOfkcTgi .widget-input-select { width:23.4375rem;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:23.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KCqEkzqOEtWP4bCKvpbFe7KNTOfkcTgi .widget-checkbox-label { width:22.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#KCqEkzqOEtWP4bCKvpbFe7KNTOfkcTgi  { width:23.4375rem;height:auto;top:12.1875rem;left:21.8125rem; }
#KCqEkzqOEtWP4bCKvpbFe7KNTOfkcTgi .radio-container { width:23.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KCqEkzqOEtWP4bCKvpbFe7KNTOfkcTgi {display:block;}#KCqEkzqOEtWP4bCKvpbFe7KNTOfkcTgi { width:23.4375rem;height:auto;top:12.1875rem;left:21.8125rem; }
 }@media only screen and (max-width: 763px) { #KCqEkzqOEtWP4bCKvpbFe7KNTOfkcTgi #guAIut39g0wtPli4DuGwXAFEmypiFdsb {  }
 }@media only screen and (max-width: 763px) { #KCqEkzqOEtWP4bCKvpbFe7KNTOfkcTgi #lFVyzXtfUCiNlAb8IEykek2ITGCQUpDF {  }
 }@media only screen and (max-width: 763px) { #KCqEkzqOEtWP4bCKvpbFe7KNTOfkcTgi #TuoZgELAKAt4fh9cfwxHzZ9z8oJOv1ne {  }
 }@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 #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.0625rem;left:0rem;width:47.75rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kAgHKIfOOylvXtHMOfnc0dTBXWX32quw { top:28.25rem;left:4.25rem;width:18.25rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGp5twTPys63rTlRSCU2oh4v1gbI7OXJ { top:30.5rem;left:4.25rem;width:18.25rem;height:3.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bk65HlCIKwqUxJo4cxunFkqT86x6xg0n { top:15.25rem;left:4.25rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRBOVr3is1TSmep5ZhIuDf0vpTf9LwnM { top:28.3125rem;left:25.25rem;width:18.25rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlifuW9Z6NTcxwdTrqATdNlaCDzOtwCi { top:30.375rem;left:25.0625rem;width:18.25rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKPf2a67I1yvBTE0ypaaUoXTAiIlopbs { top:15.25rem;left:38.9375rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JytuvTZPd8RwczhFXRsE7T2i6ruDvqgi { top:51.9375rem;left:3.3125rem;width:18.25rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pg5mSH54EzqE1clIP6l0f3UcTGXQ3TiK { top:54.25rem;left:3.3125rem;width:18.25rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NawDnbgDGKtiL6xK5Dy2Dw4NzeO2TQs1 { top:48.875rem;left:16.9375rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODBPIoLqCoxIbFCihdObaCIQrxOSvmSe { top:14.5rem;left:7.5625rem;width:12rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvydLN9MvLcg60CVMP9x9G8V6pAxAvyi { top:14.5rem;left:28.25rem;width:12rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #TM4voRcN2dxzr1qWU8wRNU1vpLvOMsVt { top:38.1875rem;left:6.8125rem;width:12rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrOMMVVfc1sqX0QKCU3ZX8r2h84JcDBu { width:17.6875rem;height:4.125rem;top:59.6875rem;left:14.998046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpkIBpe4RcgiNaDT8hTVCTXcV3Z5xp3O { display:block; }
 }@media only screen and (max-width: 763px) { #MIenWSe8dVUptLzdbr52o2CuKQi5ZnXS { top:16.5625rem;left:4.25rem;width:16.375rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdTDcmm7mhvvwCroaXQzEyJ4vKEuW4SX { top:16.75rem;left:25.5rem;width:17.1875rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNZKBq5tzzcO6mToEdAevK4VxveruaSV { top:38.625rem;left:4.6875rem;width:15.5rem;height:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvJP2xbi2IxAHflAEpcJfluVGncXKCBs { top:36.3125rem;left:11.1875rem;width:3.3125rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JT6w7klg4JXGOXcs1UcTkOxOuo2yDbEQ { top:36.8125rem;left:11.6875rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ci4RfN3K1xErr3b8uZcloSZKcx7SNMNe { top:12.625rem;left:32.5625rem;width:3.3125rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pxf05PbMJ4WOUXNw2xEKmg5D3Q6rsO9c { top:13rem;left:32.8125rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4zqtHEVzXbT0Dkb23BCPw50kapnmRlU { top:12.625rem;left:11.75rem;width:3.3125rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWkGnFr1AihmFlxOdwWD1gAFGkel7ebK { top:13rem;left:11.9375rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6eWueUg1gFnfiD95DggElfGcdaWkmT2 { top:40.6875rem;left:5.6240234375rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILXOnM9sTTwPksWK8AwoMW8bXPVTtw2G { top:38.1875rem;left:28.75rem;width:12rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1TwBicQA6Kk82gJ4bMMtnJTnx7rhp8K { top:41.3125rem;left:26.625rem;width:17.5rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywLFxZ2LZH11FZRWcNaoBwHoTh1zggWW { top:40.6875rem;left:27.5625rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVa0NFi1zaAc8ufcVVvHKPgMwOJpuPmT { top:36.3125rem;left:33.125rem;width:3.3125rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wy0hCdvBQfT9UUO4PwtcW8dZyoimXCU9 { top:36.8125rem;left:33.625rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssOpvzTEbWgTq1phVDaLrhqGiS9oqRUQ { top:48.875rem;left:38.875rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmqvLQdegWgS7KOU5FlLS7hcW1bd9EHa { top:51.9375rem;left:25.25rem;width:18.25rem;height:;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wi9Q1JIfG3MhMzdxIrPKLFEkOZAQFDDR { top:54.25rem;left:25.25rem;width:18.25rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jpo12LDq39Tb8skl3qggtkxyZahQVzHQ { top:24.4375rem;left:29.65625rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxeT8p5TS7OLFAB2qPqdxnKbRdGa2To7 { top:24.4375rem;left:18.3115234375rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIel2ZybN3U2eliEt4OIVbVmZweT8xAv { display:block; }#SIel2ZybN3U2eliEt4OIVbVmZweT8xAv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LsxNB6uTfGpR4bAaoHJB6riOEdam9WDO { width:47.75rem;height:4.0625rem;top:5.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wu3x2R7QmdgFE36MCDyHOoAMwJGMcGEf { width:47.75rem;height:1.625rem;top:10rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAt1zvar2v6zzSv83A6gbofvxRyuMLvH { width:2.5rem;height:0.125rem;top:12.75rem;left:22.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGSInvQBGPsWPkV7drS09KinvxFPHSOs { width:47.75rem;height:9.75rem;top:0.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwPNZmMKtv6mB2KGThE7fcomvxGPwv3P { width:18.9375rem;height:24.75rem;top:15.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mg1LP5QNTbAgpu9xdcuQP2e36e2cwswJ { width:17.5rem;height:22rem;top:16.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2ZdofX6rE00tUKX7TwoPtbrsZTrTy8h { width:11.25rem;height:1.625rem;top:42.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rob6UyybalsPo7gTkliEBPhLk2vGdIh3 { width:11.25rem;height:1.125rem;top:44.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v7kAXk4zErM2ZcFVZQsxVEnkrq3INDV1 { width:4.5625rem;height:4.5625rem;top:42rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRIFb6MsVemNAvxlXnD16zPiVKWN82Vt { width:11.25rem;height:1.625rem;top:42.6875rem;left:20.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePcxi99y6rqzmP4SadN0XTMHo74d8E33 { width:11.25rem;height:;top:44.875rem;left:20.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUZPg44GvX42XLBhwoyi64P84l9AbZdN { width:18.9375rem;height:24.6875rem;top:15.9375rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9J6PzJgeB6eGNiPn7G19GfTAIqTLhJN { width:17.5rem;height:16rem;top:18.0625rem;left:15.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFfMpe0XTimnCHAlM6Nfsn9DM6KOi7PI { width:4.5625rem;height:4.5625rem;top:42rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XOzHLLKXWWPVwwTSVAwXXQUFBbHCPwJw { width:11.25rem;height:1.625rem;top:42.6875rem;left:36.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcTQAxGEn9A2fqOFZOwFVleZuJbdxhAc { width:11.25rem;height:1rem;top:44.875rem;left:36.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfIiw0gwuVQsAKkRC95zDuohqdKZLdZi { width:18.9375rem;height:24.5rem;top:15.9375rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHJoD2Q1qZvQKhhT5SvJMmO4v1MNNkyp { width:17.5rem;height:18rem;top:18.0625rem;left:30.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqtL0OfQGqp4Pvbm8egSHa77WvS0d2UE { width:4.5625rem;height:4.5625rem;top:42rem;left:34.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gq7XGt8qTzpbNvJwDS6d6uTAd3nC1TqI { width:4.5625rem;height:4.5625rem;top:75.9375rem;left:34.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qA8UC5QRd3rGpi7eLThdPi5WTBTeAlIn { width:11.25rem;height:1.625rem;top:76.625rem;left:20.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWO72wPdtC8Ic0cV4kqIXSasTBl9uySP { width:11.25rem;height:1rem;top:78.8125rem;left:20.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFTmHigT2uk1h0voiXfZ5hBNvvJaP8VB { width:4.5625rem;height:4.5625rem;top:75.9375rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTZcsg1hQKs4oIOyehkUPcKCTO5qqoEx { width:11.25rem;height:1.625rem;top:76.625rem;left:36.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGXOQNIhfbkP9TQJKetDN3Q2qFkrbci9 { width:11.25rem;height:1rem;top:78.8125rem;left:36.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbIOkpvmDo6usZXpf5EkaPyJ7ZfaocTu { width:18.9375rem;height:24.75rem;top:49.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fytxBl536PIcamLoadiddpyXQxZbegC4 { width:11.25rem;height:1.625rem;top:76.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5x0S2P2L7TfFPMLOqiQc6rFNnqRRc86 { width:11.25rem;height:1.125rem;top:78.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQtXQXZp4Xt6ENZApkl5moiTh3vvwBQ1 { width:18.9375rem;height:24.6875rem;top:49.875rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pATg7Gm6Rif3rLVSv4TBhWCISrqbpM6y { width:18.9375rem;height:24.5rem;top:49.875rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkFSFeqhIIl71NyGqDnQOLlyBekqgiCG { width:17.5rem;height:10rem;top:55.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKZf9N1EuM98Xp4yowISkvhTTLBT5V2A { width:4.5625rem;height:4.5625rem;top:75.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eh3lC2TALsho5ZM7yGe3tOVmfQ6SXXxF { width:17.5rem;height:16rem;top:52.875rem;left:15.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTA8G7fPONHBBuRv3S78ytCEE0NFeLeX { width:17.5rem;height:20rem;top:52rem;left:30.25rem;font-size:1rem;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:;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) { #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.3740234375rem;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:2.5rem;left:0rem;width:26.9375rem;height:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS { background-color:#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:43.75rem;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.171875rem;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.75rem;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:15.179167747497rem;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:15.179167747497rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KCqEkzqOEtWP4bCKvpbFe7KNTOfkcTgi #guAIut39g0wtPli4DuGwXAFEmypiFdsb {  }
 }@media only screen and (max-width: 763px) { #KCqEkzqOEtWP4bCKvpbFe7KNTOfkcTgi #lFVyzXtfUCiNlAb8IEykek2ITGCQUpDF {  }
 }@media only screen and (max-width: 763px) { #KCqEkzqOEtWP4bCKvpbFe7KNTOfkcTgi #TuoZgELAKAt4fh9cfwxHzZ9z8oJOv1ne {  }
 }@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 #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.1425875rem;top:32.875rem;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:35.375rem;left:5.5625rem; }
 }@media only screen and (max-width: 763px) { #WL5XGa0dcmOteyRDddeSf0CveK6cZt2d { display:flex;width:2.3125rem;height:2.3125rem;top:33.9375rem;left:5rem; }
 }@media only screen and (max-width: 763px) { #JwuAeKAb1aXLWqwSCg8v7kXIhfFkiH1J { display:flex;width:2.3125rem;height:2.3125rem;top:32.4375rem;left:5.5625rem; }
 }@media only screen and (max-width: 763px) { #xGDZrn24XW8OKTs5S3va4l32zJRH3EpB { width:20rem;height:5.5234375rem;top:37.8125rem;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.142575rem;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.142575rem;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.142575rem;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:113.625rem;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.29980625rem;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:24.06640625rem;left:13.46875rem; }
 }@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:2.625rem;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.25rem;left:6.0625rem; }
 }@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:2.625rem;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.560546875rem;left:12.15625rem; }
 }@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:105.8125rem;left:1.1552734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpkIBpe4RcgiNaDT8hTVCTXcV3Z5xp3O { display:block; }
 }@media only screen and (max-width: 763px) { #MIenWSe8dVUptLzdbr52o2CuKQi5ZnXS { width:18.375rem;height:10.125rem;top:15.2541680336rem;left:0.81250005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdTDcmm7mhvvwCroaXQzEyJ4vKEuW4SX { width:17.875rem;height:9.4375rem;top:40.437501907349rem;left:1.0625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNZKBq5tzzcO6mToEdAevK4VxveruaSV { width:18.875rem;height:13.5rem;top:62.373962402344rem;left:0rem;overflow:hidden;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #pvJP2xbi2IxAHflAEpcJfluVGncXKCBs { width:3.3125rem;height:3.375rem;top:60.625rem;left:8.375rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #JT6w7klg4JXGOXcs1UcTkOxOuo2yDbEQ { display:flex;width:2.25rem;height:2.25rem;top:61.125rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #Ci4RfN3K1xErr3b8uZcloSZKcx7SNMNe { width:3.3125rem;height:3.375rem;top:36.75rem;left:8.3125rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #Pxf05PbMJ4WOUXNw2xEKmg5D3Q6rsO9c { display:flex;width:2.6875rem;height:2.6875rem;top:37.125rem;left:8.5625rem; }
 }@media only screen and (max-width: 763px) { #K4zqtHEVzXbT0Dkb23BCPw50kapnmRlU { width:3.3125rem;height:3.375rem;top:12.3125rem;left:8.3125rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #IWkGnFr1AihmFlxOdwWD1gAFGkel7ebK { display:flex;width:2.6875rem;height:2.6875rem;top:12.6875rem;left:8.5rem; }
 }@media only screen and (max-width: 763px) { #c6eWueUg1gFnfiD95DggElfGcdaWkmT2 { display:flex;width:1.3125rem;height:1.3125rem;top:64rem;left:4.0625rem; }
 }@media only screen and (max-width: 763px) { #ILXOnM9sTTwPksWK8AwoMW8bXPVTtw2G { width:12rem;height:12rem;top:85.75rem;left:4rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #C1TwBicQA6Kk82gJ4bMMtnJTnx7rhp8K { width:19.6875rem;height:8rem;top:88.5rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ywLFxZ2LZH11FZRWcNaoBwHoTh1zggWW { display:flex;width:1.3125rem;height:1.3125rem;top:95.625rem;left:4.8125rem; }
 }@media only screen and (max-width: 763px) { #EVa0NFi1zaAc8ufcVVvHKPgMwOJpuPmT { width:3.3125rem;height:3.375rem;top:83.875rem;left:8.375rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #wy0hCdvBQfT9UUO4PwtcW8dZyoimXCU9 { display:flex;width:2.25rem;height:2.25rem;top:84.375rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #ssOpvzTEbWgTq1phVDaLrhqGiS9oqRUQ { display:flex;width:1.3125rem;height:1.3125rem;top:87.1875rem;left:14.84375rem; }
 }@media only screen and (max-width: 763px) { #xmqvLQdegWgS7KOU5FlLS7hcW1bd9EHa { width:18.25rem;height:1.29980625rem;top:99rem;left:0.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Wi9Q1JIfG3MhMzdxIrPKLFEkOZAQFDDR { width:18.25rem;height:2.625rem;top:100.7373046875rem;left:0.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Jpo12LDq39Tb8skl3qggtkxyZahQVzHQ { display:flex;width:1.3125rem;height:1.3125rem;top:40.125rem;left:13.5rem; }
 }@media only screen and (max-width: 763px) { #GxeT8p5TS7OLFAB2qPqdxnKbRdGa2To7 { display:flex;width:1.3125rem;height:1.3125rem;top:15.25390625rem;left:4.0625rem; }
 }@media only screen and (max-width: 763px) { #SIel2ZybN3U2eliEt4OIVbVmZweT8xAv { display:block; }#SIel2ZybN3U2eliEt4OIVbVmZweT8xAv > .row .container { width:20rem;height:181.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LsxNB6uTfGpR4bAaoHJB6riOEdam9WDO { width:20rem;height:4.875rem;top:1.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wu3x2R7QmdgFE36MCDyHOoAMwJGMcGEf { width:20rem;height:1.21875rem;top:6.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAt1zvar2v6zzSv83A6gbofvxRyuMLvH { width:2.5rem;height:0.125rem;top:9.5rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGSInvQBGPsWPkV7drS09KinvxFPHSOs { width:20rem;height:4.0625rem;top:0.125rem;left:0rem;text-align:center;text-align-last:center;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwPNZmMKtv6mB2KGThE7fcomvxGPwv3P { width:18.9375rem;height:24.375rem;top:10.5625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mg1LP5QNTbAgpu9xdcuQP2e36e2cwswJ { width:17.5rem;height:22rem;top:11.625rem;left:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J2ZdofX6rE00tUKX7TwoPtbrsZTrTy8h { width:13.8125rem;height:1.625rem;top:37.1875rem;left:5.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rob6UyybalsPo7gTkliEBPhLk2vGdIh3 { width:13.8125rem;height:1.13671875rem;top:39.25rem;left:5.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #v7kAXk4zErM2ZcFVZQsxVEnkrq3INDV1 { width:4.5625rem;height:4.5625rem;top:36.4375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRIFb6MsVemNAvxlXnD16zPiVKWN82Vt { width:13.1875rem;height:1.625rem;top:63.4375rem;left:5.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ePcxi99y6rqzmP4SadN0XTMHo74d8E33 { width:13.8125rem;height:1.29980625rem;top:65.25rem;left:5.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZUZPg44GvX42XLBhwoyi64P84l9AbZdN { width:18.9375rem;height:17.375rem;top:43.8125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9J6PzJgeB6eGNiPn7G19GfTAIqTLhJN { width:17.5rem;height:16rem;top:44.6875rem;left:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kFfMpe0XTimnCHAlM6Nfsn9DM6KOi7PI { width:4.5625rem;height:4.5625rem;top:62.6875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XOzHLLKXWWPVwwTSVAwXXQUFBbHCPwJw { width:12.75rem;height:1.625rem;top:92.4375rem;left:6.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xcTQAxGEn9A2fqOFZOwFVleZuJbdxhAc { width:13.8125rem;height:1.29980625rem;top:94.5rem;left:6.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sfIiw0gwuVQsAKkRC95zDuohqdKZLdZi { width:18.9375rem;height:19.9375rem;top:69.8125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHJoD2Q1qZvQKhhT5SvJMmO4v1MNNkyp { width:17.5rem;height:18rem;top:70.9375rem;left:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yqtL0OfQGqp4Pvbm8egSHa77WvS0d2UE { width:4.5625rem;height:4.5625rem;top:91.625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gq7XGt8qTzpbNvJwDS6d6uTAd3nC1TqI { width:4.5625rem;height:4.5625rem;top:174.361328125rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qA8UC5QRd3rGpi7eLThdPi5WTBTeAlIn { width:11.25rem;height:1.625rem;top:142.625rem;left:5.8125rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWO72wPdtC8Ic0cV4kqIXSasTBl9uySP { width:11.25rem;height:1.29980625rem;top:144.8125rem;left:5.84375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFTmHigT2uk1h0voiXfZ5hBNvvJaP8VB { width:4.5625rem;height:4.5625rem;top:142.13671875rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTZcsg1hQKs4oIOyehkUPcKCTO5qqoEx { width:11.25rem;height:1.625rem;top:174.798828125rem;left:5.53125rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGXOQNIhfbkP9TQJKetDN3Q2qFkrbci9 { width:11.25rem;height:1.29980625rem;top:176.9990234375rem;left:5.53125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbIOkpvmDo6usZXpf5EkaPyJ7ZfaocTu { width:18.9375rem;height:12.8125rem;top:99.25rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fytxBl536PIcamLoadiddpyXQxZbegC4 { width:11.25rem;height:1.625rem;top:114.3125rem;left:5.875rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5x0S2P2L7TfFPMLOqiQc6rFNnqRRc86 { width:11.25rem;height:1.13671875rem;top:116.25rem;left:5.875rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQtXQXZp4Xt6ENZApkl5moiTh3vvwBQ1 { width:18.9375rem;height:19.9375rem;top:120.75rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pATg7Gm6Rif3rLVSv4TBhWCISrqbpM6y { width:18.9375rem;height:23.5rem;top:149rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkFSFeqhIIl71NyGqDnQOLlyBekqgiCG { width:17.5rem;height:10rem;top:100.6875rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKZf9N1EuM98Xp4yowISkvhTTLBT5V2A { width:4.5625rem;height:4.5625rem;top:113.5625rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eh3lC2TALsho5ZM7yGe3tOVmfQ6SXXxF { width:17.5rem;height:16rem;top:122.875rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTA8G7fPONHBBuRv3S78ytCEE0NFeLeX { width:17.5rem;height:20rem;top:150.6875rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:1rem;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.0859375rem;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.923825rem;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.38574375rem;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.38574375rem;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.923825rem;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) { #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.3984375rem;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.3984375rem;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:18.5625rem;height:13.75rem;top:3.125rem;left:0rem;display:block; }
 }