.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:248,255,221;--color-primary-1:233,255,142;--color-primary-2:210,255,29;--color-primary-3:105,128,15;--color-primary-4:32,38,4;--color-secondary-0:255,255,255;--color-secondary-1:227,227,227;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:41,41,41;--color-tertiary-0:255,255,255;--color-tertiary-1:253,253,253;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Open Sauce";--paragraphs-font-family:"open sauce"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;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); }#sT0kRbHQXbuzv0yqk9wrvTSm2iu91ZBy { 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; }#sT0kRbHQXbuzv0yqk9wrvTSm2iu91ZBy > .row .container { background-color: transparent; background-image: none; }#sT0kRbHQXbuzv0yqk9wrvTSm2iu91ZBy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sT0kRbHQXbuzv0yqk9wrvTSm2iu91ZBy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sT0kRbHQXbuzv0yqk9wrvTSm2iu91ZBy > .row .container > .video-iframe-container { display: none; }#sT0kRbHQXbuzv0yqk9wrvTSm2iu91ZBy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sT0kRbHQXbuzv0yqk9wrvTSm2iu91ZBy > .row > .video-iframe-container { display: none; }#sT0kRbHQXbuzv0yqk9wrvTSm2iu91ZBy > .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); }#sT0kRbHQXbuzv0yqk9wrvTSm2iu91ZBy > .row .container { border-width: 0; border-radius: 0; }#sT0kRbHQXbuzv0yqk9wrvTSm2iu91ZBy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sT0kRbHQXbuzv0yqk9wrvTSm2iu91ZBy > .row .container { font-size:0.875rem;font-family:arial;height:12.625rem;width:75rem;position:relative;display:block; }#BJxBfFzlwkyqgfW83cuPnZcQ5sdK82qR { 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:3rem;width:3.375rem;top:0.3125rem;left:0rem;overflow:hidden;display:block; }
#aTMfFq3ZSJlnce1xlxiqOrHyGxthD6qs { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:0.53125rem;left:70.96875rem; }
#vQHt0x6WLxGWXvni2x9OzlVi8woDdIro { color:rgba(var(--color-tertiary-4),1);display:block;width:8.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.6;letter-spacing:0;top:4.01220703125rem;left:66.4375rem;height:8.0488375rem;display:block; }
#wu1XMueHfCTa6ge5Ad03OHzJd3abzC1r { position:absolute;display:block;z-index:14999;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:18.5rem;width:18.5rem;top:10.96875rem;left:10.5rem;overflow:hidden;display:none; }
#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c58853fd-0aa3-4211-9781-df433a7974ef/orangebackground_doodles.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1.adaptive-delivery-prevent-bg, #qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1.lazyload, #qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1.lazyloading { background-image: none; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container { background-color: transparent; background-image: none; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container > .video-iframe-container { display: none; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row > .video-iframe-container { display: none; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .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); }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container { border-width: 0; border-radius: 0; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container { font-size:0.875rem;font-family:arial;height:41.5625rem;width:75rem;overflow:visible;position:relative;display:block; }#EZXFfw3yuhGCOt37wighsT82AiguIOU8 { color:rgba(var(--color-tertiary-0),1);display:block;width:57.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:25.8125rem;left:14.875rem;height:1.94970625rem;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; }
#MhbWQdIfc5mt0wZJ2FF4fr7r0flKR2Sw { box-sizing:content-box;height:2.5rem;width:13.375rem;position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:4.3125rem;left:8.625rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#uGw3s9KEQtMz9euBoIimLDcVBJrQDWRC { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.8125rem;width:35.875rem;top:8.0625rem;left:18.46044921875rem;overflow:hidden;display:block; }
#yMyMdhPpTkHT98wusb7Q5UXwpLFrrqNp { color:#3c3c3c;display:block;width:12.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15027;line-height:1.4;letter-spacing:0;top:4.8125rem;left:9.3125rem;height:1.57470625rem;font-style:normal;display:block; }
#KZwakH5hTs6hL0t825vm1LofIPpZZvqE { box-sizing:content-box;height:2.5rem;width:20.625rem;position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:4.3125rem;left:28.5625rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#EvI2UE4mgXpi8QaxRswiM5U47Qqa8yd7 { color:#3c3c3c;display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15028;line-height:1.4;letter-spacing:0;top:4.75rem;left:29.3125rem;height:1.57470625rem;font-style:normal;display:block; }
#JrXCM7E95JRqkFCHmeVPefqIrWTkqzFR { box-sizing:content-box;height:2.5rem;width:14.25rem;position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:4.3125rem;left:55.75rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#R0DUazIkZ8WNafgscn5Ik92PtsZtkvni { color:#3c3c3c;display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15028;line-height:1.4;letter-spacing:0;top:4.775390625rem;left:56.25rem;height:1.57470625rem;font-style:normal;display:block; }
#W0p6gCmu4PG2LA84LTaDe1Moq4T3irZC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:37.125rem;left:36.28125rem; }
#W0p6gCmu4PG2LA84LTaDe1Moq4T3irZC > img { max-width: 100%;max-height:100%; width:2.4375rem; height:2.4375rem; }#CaWpqQkZhr3WtekHtyLRaTCg03cA5ckP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:30.787109375rem;left:43.1875rem; }
#CaWpqQkZhr3WtekHtyLRaTCg03cA5ckP > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#D3Dn7G5sWJJlEv9TBTlT6ttMbC4GzdGk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:30.787109375rem;left:38rem; }
#D3Dn7G5sWJJlEv9TBTlT6ttMbC4GzdGk > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#AA2XhJI4n9v6nbb5eLNr5LdWyPzBVNnI { color:rgba(var(--color-tertiary-1),1);display:block;width:14.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:31.375rem;left:22rem;height:1.94970625rem;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; }
#ClTKIaUvNDsfNKOPSTBztSJV7JDtET54 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:0.6875rem;left:70.78125rem;display:none; }
#ND5NAZaBPP59RohHQ5Bw4GzT0xP9rdAt { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.1875rem;width:10.1875rem;top:29.96875rem;left:62.0625rem;overflow:hidden;display:block; }
#I6uBhbsglP8SoinbhvM7qQByJ8K1wlVy { position:absolute;display:block;z-index:14998;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.75rem;width:11.75rem;top:2.125rem;left:16.25rem;overflow:hidden;display:block; }
#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 { 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; }#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 > .row .container { background-color: transparent; background-image: none; }#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 > .row .container > .video-iframe-container { display: none; }#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 > .row > .video-iframe-container { display: none; }#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 > .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); }#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 > .row .container { border-width: 0; border-radius: 0; }#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 > .row .container { font-size:0.875rem;font-family:arial;height:31.625rem;width:75rem;position:relative;display:block; }#muCDpV43RGXTWTTxm1O0c8AvS0JhGRXZ { color:rgba(var(--color-tertiary-4),1);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.6;letter-spacing:0;top:11.390625rem;left:2.5rem;height:16.19604375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IbtDqkmhs3NEh42GqNtTkFHHHfivfBbK { color:#562cac;display:block;width:31.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15021;line-height:1;letter-spacing:0;top:4.625rem;left:6.375rem;height:2.25rem;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; }
#Ui6rhpWC83vbHwOXfIGJPW2RrNmNlK3I { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:2.3125rem;top:4.59375rem;left:3.1875rem;overflow:hidden;display:block; }
#eMffD0RBDAN9NAlMgAJvACRpZL6q1Vr9 { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:5.5625rem;left:2.5rem;overflow:hidden;display:none; }
#fdbdo519fZ2vfuytN99JSSCQs3oKFCe8 { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.8125rem;width:23.8125rem;top:4.8125rem;left:43.8125rem;overflow:hidden;display:block; }
#vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/88586ab8-6f17-4efd-8267-70ef912343cd/orangebackground.png");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ.adaptive-delivery-prevent-bg, #vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ.lazyload, #vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ.lazyloading { background-image: none; }#vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ > .row .container { background-color: transparent; background-image: none; }#vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ > .row .container > .video-iframe-container { display: none; }#vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ > .row > .video-iframe-container { display: none; }#vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ > .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); }#vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ > .row .container { border-width: 0; border-radius: 0; }#vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ > .row .container { font-size:0.875rem;font-family:arial;height:27.875rem;width:75rem;overflow:visible;position:relative;display:block; }#x6lf9ArpBCuC3xsiSxbRF2G0k9A8Ilaf { color:rgba(var(--color-tertiary-0),1);display:block;width:55.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15069;line-height:1.6;letter-spacing:0;top:8.4375rem;left:8.9375rem;height:14.39648125rem;display:block; }
#iLZl6PyE8XF395gQrvCo2T5BdaInOqDh { color:#562cac;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15021;line-height:1;letter-spacing:0;top:3.375rem;left:0rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QwXaBw4m7Uy3R7PWfXcSgihCONTVrlzJ { position:absolute;display:block;z-index:15025;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.3125rem;width:2.3125rem;top:3.40625rem;left:28.8125rem;overflow:hidden;display:block; }
#W57CozzHuZk3TBbnqtrNIPwlvkxsLw7x { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:5.5625rem;left:2.5rem;overflow:hidden;display:none; }
#tX4K0TAnN4ZqPn6CSPTli17zdrbtM0Fh { position:absolute;display:block;z-index:15070;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:12.8125rem;width:12.8125rem;top:20.5859375rem;left:62.1875rem;overflow:hidden;display:block; }
#UsAgCTJoJptTKtiMz57OGfgQ6CpDZ16t { 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; }#UsAgCTJoJptTKtiMz57OGfgQ6CpDZ16t > .row .container { background-color: transparent; background-image: none; }#UsAgCTJoJptTKtiMz57OGfgQ6CpDZ16t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UsAgCTJoJptTKtiMz57OGfgQ6CpDZ16t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UsAgCTJoJptTKtiMz57OGfgQ6CpDZ16t > .row .container > .video-iframe-container { display: none; }#UsAgCTJoJptTKtiMz57OGfgQ6CpDZ16t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UsAgCTJoJptTKtiMz57OGfgQ6CpDZ16t > .row > .video-iframe-container { display: none; }#UsAgCTJoJptTKtiMz57OGfgQ6CpDZ16t > .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); }#UsAgCTJoJptTKtiMz57OGfgQ6CpDZ16t > .row .container { border-width: 0; border-radius: 0; }#UsAgCTJoJptTKtiMz57OGfgQ6CpDZ16t > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UsAgCTJoJptTKtiMz57OGfgQ6CpDZ16t > .row .container { font-size:0.875rem;font-family:arial;height:8.9375rem;width:75rem;position:relative;display:block; }#ZBMNnk2uFdHuiS4oEItN35RnfsH3RBS7 { color:#562cac;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15021;line-height:1;letter-spacing:0;top:5.34375rem;left:0rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tq7ISQQpXmy3NCoa55qbsCMxnaTt6rUl { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:2.6875rem;top:4.96875rem;left:24.5rem;overflow:hidden;display:block; }
#Gci9xz7aS5QhZS9kLW1PTALhWm2KXCBR { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:5.5625rem;left:2.5rem;overflow:hidden;display:none; }
#eZUSBqEwLOvVZLk2xiUnc3hsiOGiJfBT { 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; }#eZUSBqEwLOvVZLk2xiUnc3hsiOGiJfBT > .row .container { background-color: transparent; background-image: none; }#eZUSBqEwLOvVZLk2xiUnc3hsiOGiJfBT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eZUSBqEwLOvVZLk2xiUnc3hsiOGiJfBT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eZUSBqEwLOvVZLk2xiUnc3hsiOGiJfBT > .row .container > .video-iframe-container { display: none; }#eZUSBqEwLOvVZLk2xiUnc3hsiOGiJfBT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eZUSBqEwLOvVZLk2xiUnc3hsiOGiJfBT > .row > .video-iframe-container { display: none; }#eZUSBqEwLOvVZLk2xiUnc3hsiOGiJfBT > .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); }#eZUSBqEwLOvVZLk2xiUnc3hsiOGiJfBT > .row .container { border-width: 0; border-radius: 0; }#eZUSBqEwLOvVZLk2xiUnc3hsiOGiJfBT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eZUSBqEwLOvVZLk2xiUnc3hsiOGiJfBT > .row .container { font-size:0.875rem;font-family:arial;height:46.0625rem;width:75rem;position:relative;display:block; }#lDeWM1Vq3dMtPOzt8Ro8UN0xtgOlnLgy { color:rgba(var(--color-tertiary-4),1);display:block;width:25.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15023;line-height:1.6;letter-spacing:0;top:5.125rem;left:40.25rem;height:32.39211875rem;text-align:center;text-align-last:center;display:block; }
#PKHbW98vyOn3fekgOpVsstNV589vUAsq { color:rgba(var(--color-tertiary-4),1);display:block;width:27.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15022;line-height:1.6;letter-spacing:0;top:5.125rem;left:3.625rem;height:19.79518125rem;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; }
#vxLckCyl8foNOK5oiXU84uA5CLB8H0cI { position:absolute;display:block;z-index:15042;background-color:rgba(var(--color-primary-2),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:40.625rem;width:0.125rem;top:4.375rem;left:35.88525390625rem;display:block; }
#ANxz3TxVUZFT8kegxe8rkIAbaTObrnXO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:26.72216796875rem;left:18.03125rem; }
#ANxz3TxVUZFT8kegxe8rkIAbaTObrnXO > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#qgT6TwypMa8pZooZWwmUxAKgAx9lgWHu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:26.72216796875rem;left:12.9375rem; }
#qgT6TwypMa8pZooZWwmUxAKgAx9lgWHu > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#VJPx3ZQB2eqwVoHet0mrRJmGU8rvIM3W { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-1),1);background-image:none;display:none; }
#Rw0bX2hO2FhkvJ6KthKEIURJktdewZSQ { position:absolute;display:block;z-index:15045;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.9375rem;width:8.9375rem;top:35.3125rem;left:13.09375rem;overflow:hidden;display:block; }
#DzawFTV4OqLMMzq4TAUeWqURa31LpsBy { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-1),1);background-image:none;display:none; }
#quMIvPAkMDNss7FK6mRaKQFfOywqcndT { 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; }#quMIvPAkMDNss7FK6mRaKQFfOywqcndT > .row .container { background-color: transparent; background-image: none; }#quMIvPAkMDNss7FK6mRaKQFfOywqcndT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#quMIvPAkMDNss7FK6mRaKQFfOywqcndT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#quMIvPAkMDNss7FK6mRaKQFfOywqcndT > .row .container > .video-iframe-container { display: none; }#quMIvPAkMDNss7FK6mRaKQFfOywqcndT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#quMIvPAkMDNss7FK6mRaKQFfOywqcndT > .row > .video-iframe-container { display: none; }#quMIvPAkMDNss7FK6mRaKQFfOywqcndT > .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); }#quMIvPAkMDNss7FK6mRaKQFfOywqcndT > .row .container { border-width: 0; border-radius: 0; }#quMIvPAkMDNss7FK6mRaKQFfOywqcndT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#quMIvPAkMDNss7FK6mRaKQFfOywqcndT > .row .container { font-size:0.875rem;font-family:arial;height:40rem;width:75rem;position:relative;display:block; }#yTbxUSfgfMrJfCSUkgKWbTlydL8P0I1h { color:#562cac;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15022;line-height:1;letter-spacing:0;top:4.1875rem;left:0rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zPBH9QrW267l2P78AJpnURvqahETJooa { 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:2.5rem;width:2.5rem;top:4.03125rem;left:23.40625rem;overflow:hidden;display:block; }
#tJp7ttWcstTuUoLKXx9ocqdTNq5TMAsy { color:rgba(var(--color-tertiary-4),1);display:block;width:49.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15024;line-height:1.6;letter-spacing:0;top:10.0625rem;left:10.75rem;height:3.5996125rem;display:block; }
#VuMMRnQaz7peDpUOfnK6m8qx72OhKIrX { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:16.71875rem;left:8.40625rem;overflow:hidden;display:block; }
#T3DaN5qlTJgpV960nsnUxCwMZUgrzyKJ { position:absolute;display:block;z-index:15027;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:12.5rem;width:12.5rem;top:16.71875rem;left:31.25rem;overflow:hidden;display:block; }
#b57OJC9ihFItDSCsVlWxuJLUTc1qLx6Z { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:5.5625rem;left:2.5rem;overflow:hidden;display:none; }
#TT6XTqbxb5Psr3MIrwIwQCVqkS6b4AwB { position:absolute;display:block;z-index:15029;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:12.5rem;width:12.5rem;top:16.71875rem;left:55.875rem;overflow:hidden;display:block; }
#TeUCe3WVikJpBbUZUTVeNOaEyE0AgClM { color:rgba(var(--color-tertiary-4),1);display:block;width:20.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:31.0009765625rem;left:5.28125rem;height:6.49659375rem;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:left;text-align-last:left;display:block; }
#sv5VHosvaVQGi3bArEBARHBwxsrwOrkr { box-sizing:content-box;height:7.5rem;width:21.25rem;position:absolute;display:block;z-index:15035;background-color:transparent;background-image:none;top:30.46875rem;left:3.4375rem;border-top:0.0625rem solid #562cac;border-left:0.0625rem solid #562cac;border-right:0.0625rem solid #562cac;border-bottom:0.0625rem solid #562cac;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#vBzS6HgTSFQW8seiFy7swtW2otnimkiT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:33.3125rem;left:21.59375rem; }
#vBzS6HgTSFQW8seiFy7swtW2otnimkiT > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#P6u5WWR8r9oUlwV9l7Jesd3aILnlOlUP { color:rgba(var(--color-tertiary-4),1);display:block;width:20.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:31.625rem;left:29.5rem;height:5.197275rem;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:left;text-align-last:left;display:block; }
#fyRKRGmKsSX0O2DbqSTEsFCto7MMKXtb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:33.3125rem;left:69.15625rem; }
#fyRKRGmKsSX0O2DbqSTEsFCto7MMKXtb > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#N968TkTKHCw3Tloyay0EyLTtPc5lufhs { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:33.3125rem;left:44.9375rem; }
#N968TkTKHCw3Tloyay0EyLTtPc5lufhs > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#wPIsMiXPt9oFZJ9SipoSETGRAgXKranQ { box-sizing:content-box;height:7.5rem;width:21.25rem;position:absolute;display:block;z-index:15036;background-color:transparent;background-image:none;top:30.4375rem;left:27.3125rem;border-top:0.0625rem solid #562cac;border-left:0.0625rem solid #562cac;border-right:0.0625rem solid #562cac;border-bottom:0.0625rem solid #562cac;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#pJTNS8hUrwT6XSmMWCUeKdC983yLnb3S { color:rgba(var(--color-tertiary-4),1);display:block;width:20.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:31.650390625rem;left:53.625rem;height:5.197275rem;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:left;text-align-last:left;display:block; }
#biLuN9x7oWRCQKaZKvidKFaqwbB8iqHO { box-sizing:content-box;height:7.5rem;width:21.25rem;position:absolute;display:block;z-index:15021;background-color:transparent;background-image:none;top:30.4375rem;left:51.4375rem;border-top:0.0625rem solid #562cac;border-left:0.0625rem solid #562cac;border-right:0.0625rem solid #562cac;border-bottom:0.0625rem solid #562cac;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#ceynpHVlArVUb8c9yEOw4DfOu5VwwWfK { 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; }#ceynpHVlArVUb8c9yEOw4DfOu5VwwWfK > .row .container { background-color: transparent; background-image: none; }#ceynpHVlArVUb8c9yEOw4DfOu5VwwWfK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ceynpHVlArVUb8c9yEOw4DfOu5VwwWfK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ceynpHVlArVUb8c9yEOw4DfOu5VwwWfK > .row .container > .video-iframe-container { display: none; }#ceynpHVlArVUb8c9yEOw4DfOu5VwwWfK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ceynpHVlArVUb8c9yEOw4DfOu5VwwWfK > .row > .video-iframe-container { display: none; }#ceynpHVlArVUb8c9yEOw4DfOu5VwwWfK > .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); }#ceynpHVlArVUb8c9yEOw4DfOu5VwwWfK > .row .container { border-width: 0; border-radius: 0; }#ceynpHVlArVUb8c9yEOw4DfOu5VwwWfK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ceynpHVlArVUb8c9yEOw4DfOu5VwwWfK > .row .container { font-size:0.875rem;font-family:arial;height:22.875rem;width:75rem;position:relative;display:block; }#E3OThfyVgOLAEhpup8x3erxAtPLa6tbT { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.6875rem;width:13.6875rem;top:16.5rem;left:58.25rem;overflow:hidden;display:none; }
#VtMpofnTM9F6x44wxJqW0qxZevrbp508 { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:1.3125rem;left:57rem;overflow:hidden;display:block; }
#znd52oXHxfVTCZqg38GZrvNQT4V1oxgG { position:absolute;display:block;z-index:15029;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:12.5rem;width:12.5rem;top:1.3125rem;left:32.0625rem;overflow:hidden;display:block; }
#yd07MdG5T1ywHiX0QJEpJoN7aISuOWuc { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:1.3125rem;left:7.3125rem;overflow:hidden;display:block; }
#sIxC32LFvZ6fpM1sWn3Rvn2TigFi8UQL { color:rgba(var(--color-tertiary-4),1);display:block;width:20.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:15.6875rem;left:5.78125rem;height:5.197275rem;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:left;text-align-last:left;display:block; }
#crCbfVKI20JAI5NM58eg7BEOv6KTvNgB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:17.349609375rem;left:20.6875rem; }
#crCbfVKI20JAI5NM58eg7BEOv6KTvNgB > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#eQq0CKbxNXTtnJ5qp62FZqGzFisHKxX4 { box-sizing:content-box;height:7.5rem;width:21.25rem;position:absolute;display:block;z-index:15036;background-color:transparent;background-image:none;top:14.4375rem;left:3.5rem;border-top:0.0625rem solid #562cac;border-left:0.0625rem solid #562cac;border-right:0.0625rem solid #562cac;border-bottom:0.0625rem solid #562cac;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#AoHCa0P97pQmuFlD7eUBHIkmnZuQGfNA { color:rgba(var(--color-tertiary-4),1);display:block;width:20.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:15.6875rem;left:29rem;height:5.197275rem;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:left;text-align-last:left;display:block; }
#Vxf9ci6UGFoWTty1JDaOsWt2qbBGwI8h { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:17.34375rem;left:45.46875rem; }
#Vxf9ci6UGFoWTty1JDaOsWt2qbBGwI8h > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#vtaVTi9B73nOA00xN5c4KplSgqzsGQzS { box-sizing:content-box;height:7.5rem;width:21.25rem;position:absolute;display:block;z-index:15027;background-color:transparent;background-image:none;top:14.4375rem;left:27.625rem;border-top:0.0625rem solid #562cac;border-left:0.0625rem solid #562cac;border-right:0.0625rem solid #562cac;border-bottom:0.0625rem solid #562cac;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#qmAt244JEIJBSGrWocTEzt2333Bk64nn { color:rgba(var(--color-tertiary-4),1);display:block;width:20.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:15.6875rem;left:53.625rem;height:5.197275rem;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:left;text-align-last:left;display:block; }
#Qy9m1ADZJTMWNFLOmZuudV0ywN0OnFag { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:17.349609375rem;left:69.5rem; }
#Qy9m1ADZJTMWNFLOmZuudV0ywN0OnFag > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#yyw5IpV2VTaLEcCg32VC2ZaZUWLlmO06 { box-sizing:content-box;height:7.5rem;width:21.25rem;position:absolute;display:block;z-index:15028;background-color:transparent;background-image:none;top:14.474609375rem;left:51.78125rem;border-top:0.0625rem solid #562cac;border-left:0.0625rem solid #562cac;border-right:0.0625rem solid #562cac;border-bottom:0.0625rem solid #562cac;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#q0wpmmPvpD8nqP5nFvANTt8rG73mCg7q { 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; }#q0wpmmPvpD8nqP5nFvANTt8rG73mCg7q > .row .container { background-color: transparent; background-image: none; }#q0wpmmPvpD8nqP5nFvANTt8rG73mCg7q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q0wpmmPvpD8nqP5nFvANTt8rG73mCg7q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q0wpmmPvpD8nqP5nFvANTt8rG73mCg7q > .row .container > .video-iframe-container { display: none; }#q0wpmmPvpD8nqP5nFvANTt8rG73mCg7q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q0wpmmPvpD8nqP5nFvANTt8rG73mCg7q > .row > .video-iframe-container { display: none; }#q0wpmmPvpD8nqP5nFvANTt8rG73mCg7q > .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); }#q0wpmmPvpD8nqP5nFvANTt8rG73mCg7q > .row .container { border-width: 0; border-radius: 0; }#q0wpmmPvpD8nqP5nFvANTt8rG73mCg7q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q0wpmmPvpD8nqP5nFvANTt8rG73mCg7q > .row .container { font-size:0.875rem;font-family:arial;height:22.875rem;width:75rem;position:relative;display:block; }#VZg3e28r9EnEXWdCPHhAmy0rSAJtOARz { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.6875rem;width:13.6875rem;top:16.5rem;left:58.25rem;overflow:hidden;display:none; }
#rxPKrxNBo0MIqsbV7W9ulcQbfIEExEr0 { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.4375rem;width:12.4375rem;top:0.8125rem;left:56.125rem;overflow:hidden;display:block; }
#TNDH5g9JF2ZkcxCv0fMdl4TldZxebmeD { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:0.8125rem;left:31.6875rem;overflow:hidden;display:block; }
#XRrUezzASHQFXKVyFXmlbTVntGJfuGlC { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.8125rem;width:12.8125rem;top:0.8125rem;left:5.375rem;overflow:hidden;display:block; }
#Ird2wAiVcqCh7Iw1GTpHWDTD500lwHHT { color:rgba(var(--color-tertiary-4),1);display:block;width:20.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:16.150390625rem;left:4.0625rem;height:5.197275rem;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:left;text-align-last:left;display:block; }
#WPdfq0KAhgZfzKhbsbKBpBEVfZGtMhnR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:17.8125rem;left:18.9375rem; }
#WPdfq0KAhgZfzKhbsbKBpBEVfZGtMhnR > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#WSTmESRIsekbJSTTDV9BO4nSiz2GDfUX { box-sizing:content-box;height:7.5rem;width:21.25rem;position:absolute;display:block;z-index:15029;background-color:transparent;background-image:none;top:14.6875rem;left:2.34375rem;border-top:0.0625rem solid #562cac;border-left:0.0625rem solid #562cac;border-right:0.0625rem solid #562cac;border-bottom:0.0625rem solid #562cac;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#JT5wIqlTHdFL79TLlJ9LkiQFzl2w2mli { color:rgba(var(--color-tertiary-4),1);display:block;width:20.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:15.75rem;left:29.0625rem;height:5.197275rem;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:left;text-align-last:left;display:block; }
#g3eKgtr8mAkmo9EqWT3ntKacx2UA0wa3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:17.1875rem;left:43.875rem; }
#g3eKgtr8mAkmo9EqWT3ntKacx2UA0wa3 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#cGKT8LfhpEKJiKwNBGDNQH92T7KJF4OX { box-sizing:content-box;height:7.5rem;width:21.25rem;position:absolute;display:block;z-index:15030;background-color:transparent;background-image:none;top:14.5625rem;left:27.25rem;border-top:0.0625rem solid #562cac;border-left:0.0625rem solid #562cac;border-right:0.0625rem solid #562cac;border-bottom:0.0625rem solid #562cac;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#MACFpyNsiMzHFASJpxyZbfxM1BpgWPIf { color:rgba(var(--color-tertiary-4),1);display:block;width:20.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:16.150390625rem;left:54.3125rem;height:5.197275rem;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:left;text-align-last:left;display:block; }
#Dq87fQ61UKopXZFWTxRO6xSmlnhAm5LF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:17.5625rem;left:69.375rem; }
#Dq87fQ61UKopXZFWTxRO6xSmlnhAm5LF > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#ZmhzyH76bQJBFvWtNMCc4qbUZdlrHQPX { box-sizing:content-box;height:7.5rem;width:21.25rem;position:absolute;display:block;z-index:15031;background-color:transparent;background-image:none;top:14.6875rem;left:52.40625rem;border-top:0.0625rem solid #562cac;border-left:0.0625rem solid #562cac;border-right:0.0625rem solid #562cac;border-bottom:0.0625rem solid #562cac;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#ZBOJSfmRVxp4m4SJV1Uub1XsgKaNrkgf { 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; }#ZBOJSfmRVxp4m4SJV1Uub1XsgKaNrkgf > .row .container { background-color: transparent; background-image: none; }#ZBOJSfmRVxp4m4SJV1Uub1XsgKaNrkgf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZBOJSfmRVxp4m4SJV1Uub1XsgKaNrkgf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZBOJSfmRVxp4m4SJV1Uub1XsgKaNrkgf > .row .container > .video-iframe-container { display: none; }#ZBOJSfmRVxp4m4SJV1Uub1XsgKaNrkgf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZBOJSfmRVxp4m4SJV1Uub1XsgKaNrkgf > .row > .video-iframe-container { display: none; }#ZBOJSfmRVxp4m4SJV1Uub1XsgKaNrkgf > .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); }#ZBOJSfmRVxp4m4SJV1Uub1XsgKaNrkgf > .row .container { border-width: 0; border-radius: 0; }#ZBOJSfmRVxp4m4SJV1Uub1XsgKaNrkgf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZBOJSfmRVxp4m4SJV1Uub1XsgKaNrkgf > .row .container { font-size:0.875rem;font-family:arial;height:24.75rem;width:75rem;position:relative;display:block; }#rWW4qWTaxBwl4EfRJ7y7NFWKHUcTcWwd { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.6875rem;width:13.6875rem;top:16.5rem;left:58.25rem;overflow:hidden;display:none; }
#mJCD9FTzWXW0kDqt4lU3NW6Wa2xakMFp { position:absolute;display:block;z-index:15025;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:12.5rem;width:12.5rem;top:2rem;left:56.3125rem;overflow:hidden;display:block; }
#M41WQKaM09TPkdu5pumaKTqLblJUhti0 { position:absolute;display:block;z-index:15027;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:12.5rem;width:12.5rem;top:2rem;left:30.8125rem;overflow:hidden;display:block; }
#DiOzXlcu1zse5IvIReyqyqUi5ZQiL5m4 { color:rgba(var(--color-tertiary-4),1);display:block;width:20.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:16.4375rem;left:30rem;height:5.19726875rem;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:left;text-align-last:left;display:block; }
#cqmwnVDWgdDwLqUw2TB91E6PgaaOLTXr { box-sizing:content-box;height:7.5rem;width:21.25rem;position:absolute;display:block;z-index:15032;background-color:transparent;background-image:none;top:14.9375rem;left:28.1875rem;border-top:0.0625rem solid #562cac;border-left:0.0625rem solid #562cac;border-right:0.0625rem solid #562cac;border-bottom:0.0625rem solid #562cac;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#IS0BthP3tvSv9pvH8PEAN8BBoGcaMoTc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:17.5625rem;left:45rem; }
#IS0BthP3tvSv9pvH8PEAN8BBoGcaMoTc > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#XBeU8l8kk9zyXoby9NE9G7VWSzXe364D { color:rgba(var(--color-tertiary-4),1);display:block;width:20.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15043;line-height:1.3;letter-spacing:0;top:16.6875rem;left:54.375rem;height:5.197275rem;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:left;text-align-last:left;display:block; }
#vlhuFf48oPQLlyLNReTQATth0CHKT72F { box-sizing:content-box;height:7.5rem;width:21.25rem;position:absolute;display:block;z-index:15035;background-color:transparent;background-image:none;top:15.3125rem;left:52.5625rem;border-top:0.0625rem solid #562cac;border-left:0.0625rem solid #562cac;border-right:0.0625rem solid #562cac;border-bottom:0.0625rem solid #562cac;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#IDQmcGBTOFhfdhWoUKnqCkHXONWdvgu9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:18.0625rem;left:68.8125rem; }
#IDQmcGBTOFhfdhWoUKnqCkHXONWdvgu9 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#yJAmx2ovRNmwDCGRcRFX01y5p3GIWkgx { position:absolute;display:block;z-index:15030;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:12.4995rem;width:12.4995rem;top:1.1875rem;left:5.625rem;overflow:hidden;display:block; }
#dLRUNurTTLyTp9zZVoZyfq7ShKwn2M1p { box-sizing:content-box;height:7.5rem;width:21.24975rem;position:absolute;display:block;z-index:15035;background-color:transparent;background-image:none;top:15.0625rem;left:1.875rem;border-top:0.0625rem solid #562cac;border-left:0.0625rem solid #562cac;border-right:0.0625rem solid #562cac;border-bottom:0.0625rem solid #562cac;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#zx4AD9Nwt7fyTXLD3lbNNeN4zVElhFJx { color:rgba(var(--color-tertiary-4),1);display:block;width:20.68725rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15042;line-height:1.3;letter-spacing:0;top:16.5625rem;left:3.8125rem;height:5.197275rem;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:left;text-align-last:left;display:block; }
#M20Eevwe18oo0pUMn5fXiz7RrBUWPWIN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:17.9375rem;left:18.875rem; }
#M20Eevwe18oo0pUMn5fXiz7RrBUWPWIN > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#ItbJb4HZlRwRBoFNrqPwIu2rivxNIyxo { 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; }#ItbJb4HZlRwRBoFNrqPwIu2rivxNIyxo > .row .container { background-color: transparent; background-image: none; }#ItbJb4HZlRwRBoFNrqPwIu2rivxNIyxo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ItbJb4HZlRwRBoFNrqPwIu2rivxNIyxo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ItbJb4HZlRwRBoFNrqPwIu2rivxNIyxo > .row .container > .video-iframe-container { display: none; }#ItbJb4HZlRwRBoFNrqPwIu2rivxNIyxo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ItbJb4HZlRwRBoFNrqPwIu2rivxNIyxo > .row > .video-iframe-container { display: none; }#ItbJb4HZlRwRBoFNrqPwIu2rivxNIyxo > .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); }#ItbJb4HZlRwRBoFNrqPwIu2rivxNIyxo > .row .container { border-width: 0; border-radius: 0; }#ItbJb4HZlRwRBoFNrqPwIu2rivxNIyxo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ItbJb4HZlRwRBoFNrqPwIu2rivxNIyxo > .row .container { font-size:0.875rem;font-family:arial;height:23.0625rem;width:75rem;position:relative;display:block; }#CPe7FIRctFqiuS0UrZ8RuXN5PZB6TKeB { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.6875rem;width:13.6875rem;top:16.5rem;left:58.25rem;overflow:hidden;display:none; }
#aeBu1BfqVApMaPzPL875br25U4aDGTln { position:absolute;display:block;z-index:15029;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:12.75rem;width:12.8125rem;top:0.8125rem;left:55.25rem;overflow:hidden;display:block; }
#xNDxCAxWXdkTKhOHid2qzcXeUyPrJgRX { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.8125rem;width:12.8125rem;top:0.875rem;left:30.5rem;overflow:hidden;display:block; }
#bKN6Z8PE3fw5on24hD3TRxXa1zhdGqEK { box-sizing:content-box;height:7.5rem;width:21.25rem;position:absolute;display:block;z-index:15041;background-color:transparent;background-image:none;top:14.6875rem;left:26.625rem;border-top:0.0625rem solid #562cac;border-left:0.0625rem solid #562cac;border-right:0.0625rem solid #562cac;border-bottom:0.0625rem solid #562cac;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#bclaUOllNiK9PbUz9XRqpaXHzeNhNbvy { color:rgba(var(--color-tertiary-4),1);display:block;width:20.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15049;line-height:1.3;letter-spacing:0;top:16.125rem;left:28.25rem;height:5.19726875rem;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:left;text-align-last:left;display:block; }
#ewqPDIrHX3kwEAFIX01iasn1L4mPhQNw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15051;opacity:1;top:17.5625rem;left:44rem; }
#ewqPDIrHX3kwEAFIX01iasn1L4mPhQNw > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#FriUZ6csIZBD0kI9HtnwiAXsywt3Uqe5 { color:rgba(var(--color-tertiary-4),1);display:block;width:20.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15052;line-height:1.3;letter-spacing:0;top:16.125rem;left:52.625rem;height:5.197275rem;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:left;text-align-last:left;display:block; }
#nnSKAw27snX8xUpu1RDEZv4bvzOUiswF { box-sizing:content-box;height:7.5rem;width:21.25rem;position:absolute;display:block;z-index:15044;background-color:transparent;background-image:none;top:14.75rem;left:51.125rem;border-top:0.0625rem solid #562cac;border-left:0.0625rem solid #562cac;border-right:0.0625rem solid #562cac;border-bottom:0.0625rem solid #562cac;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#Sv6pkm3y99WxPayokHzXAuPEnndmVdUe { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15054;opacity:1;top:17.75rem;left:69.375rem; }
#Sv6pkm3y99WxPayokHzXAuPEnndmVdUe > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#y3nvJblZC3GogN0RsVZxyL451Hqm2V0q { position:absolute;display:block;z-index:15027;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:12.4995rem;width:12.4995rem;top:1.125rem;left:5.5625rem;overflow:hidden;display:block; }
#mqeJa8MsDu0vxd18mZXzHyx67CDpuSeC { box-sizing:content-box;height:7.5rem;width:21.24975rem;position:absolute;display:block;z-index:15038;background-color:transparent;background-image:none;top:14.4375rem;left:1.1875rem;border-top:0.0625rem solid #562cac;border-left:0.0625rem solid #562cac;border-right:0.0625rem solid #562cac;border-bottom:0.0625rem solid #562cac;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#WtE9O4Ux77xXIAI523SHpNkoCVdzTpTn { color:rgba(var(--color-tertiary-4),1);display:block;width:20.68725rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:15.5625rem;left:2.9375rem;height:5.197275rem;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:left;text-align-last:left;display:block; }
#tDac9ygWinykrRI6E8bEOrv7y3mc77es { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15048;opacity:1;top:17.25rem;left:18.0625rem; }
#tDac9ygWinykrRI6E8bEOrv7y3mc77es > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#g1zE0O155z1DOcNUpO3iFCf583gZ43ww { 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; }#g1zE0O155z1DOcNUpO3iFCf583gZ43ww > .row .container { background-color: transparent; background-image: none; }#g1zE0O155z1DOcNUpO3iFCf583gZ43ww::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g1zE0O155z1DOcNUpO3iFCf583gZ43ww > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g1zE0O155z1DOcNUpO3iFCf583gZ43ww > .row .container > .video-iframe-container { display: none; }#g1zE0O155z1DOcNUpO3iFCf583gZ43ww > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g1zE0O155z1DOcNUpO3iFCf583gZ43ww > .row > .video-iframe-container { display: none; }#g1zE0O155z1DOcNUpO3iFCf583gZ43ww > .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); }#g1zE0O155z1DOcNUpO3iFCf583gZ43ww > .row .container { border-width: 0; border-radius: 0; }#g1zE0O155z1DOcNUpO3iFCf583gZ43ww > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g1zE0O155z1DOcNUpO3iFCf583gZ43ww > .row .container { font-size:0.875rem;font-family:arial;height:23.875rem;width:75rem;position:relative;display:block; }#w9P21seLC2i5mgmJHiSTNkhiZvxV8lpZ { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.6875rem;width:13.6875rem;top:16.5rem;left:58.25rem;overflow:hidden;display:none; }
#VOaJSmqzWW5i7Fv3t8xnCDAFoyWugF0F { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:2.0625rem;left:56.4375rem;overflow:hidden;display:block; }
#sc7NGzw1KRodWGJzqcfhesGCZrZGibf1 { position:absolute;display:block;z-index:15027;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:12.5rem;width:12.5rem;top:2.0625rem;left:31.5625rem;overflow:hidden;display:block; }
#HCkGMZGGMPx0TuZL69peyLOaLEd8V3w8 { box-sizing:content-box;height:7.5rem;width:21.25rem;position:absolute;display:block;z-index:15050;background-color:transparent;background-image:none;top:15.3125rem;left:27.5625rem;border-top:0.0625rem solid #562cac;border-left:0.0625rem solid #562cac;border-right:0.0625rem solid #562cac;border-bottom:0.0625rem solid #562cac;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#J7TJFii2hwpmrPugVDLLQuIsdHldeQsM { color:rgba(var(--color-tertiary-4),1);display:block;width:20.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15058;line-height:1.3;letter-spacing:0;top:16.4375rem;left:29rem;height:5.197275rem;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:left;text-align-last:left;display:block; }
#Tpi6hg4HlzHNek35zBHK6imDR0p0XKrs { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15060;opacity:1;top:18.125rem;left:45.25rem; }
#Tpi6hg4HlzHNek35zBHK6imDR0p0XKrs > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#Fl3vEAIb7qyWdIwk2xRztnOubq0SdUpf { box-sizing:content-box;height:7.5rem;width:21.25rem;position:absolute;display:block;z-index:15053;background-color:transparent;background-image:none;top:15.3125rem;left:52.875rem;border-top:0.0625rem solid #562cac;border-left:0.0625rem solid #562cac;border-right:0.0625rem solid #562cac;border-bottom:0.0625rem solid #562cac;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#GTHKyvG49KhpAS0QuN9TgoDQxK7IqLBD { color:rgba(var(--color-tertiary-4),1);display:block;width:20.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15061;line-height:1.3;letter-spacing:0;top:16.5rem;left:54.375rem;height:5.197275rem;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:left;text-align-last:left;display:block; }
#cHcDRUQcrEFNbhhmG1y2ZMLCZqFHAoE4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15063;opacity:1;top:18.125rem;left:70.5625rem; }
#cHcDRUQcrEFNbhhmG1y2ZMLCZqFHAoE4 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#WWffuSXnHT9SMs1F4k7GiTvclf5FpWBB { position:absolute;display:block;z-index:15030;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:12.81225rem;width:12.81225rem;top:1.1875rem;left:6.625rem;overflow:hidden;display:block; }
#RD4NisREFAH3xuId2cTp35wsze4GSUdb { box-sizing:content-box;height:7.5rem;width:21.24975rem;position:absolute;display:block;z-index:15047;background-color:transparent;background-image:none;top:15.1875rem;left:2.6875rem;border-top:0.0625rem solid #562cac;border-left:0.0625rem solid #562cac;border-right:0.0625rem solid #562cac;border-bottom:0.0625rem solid #562cac;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#wfaFoI5aJNWVCp3JbehzHoi97NKNTTnu { color:rgba(var(--color-tertiary-4),1);display:block;width:20.68725rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15055;line-height:1.3;letter-spacing:0;top:16.5625rem;left:4.1875rem;height:5.19726875rem;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:left;text-align-last:left;display:block; }
#SeawbT7SdZuvhLSEXzHhbhpoaNnrCTfA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15057;opacity:1;top:18rem;left:20.4375rem; }
#SeawbT7SdZuvhLSEXzHhbhpoaNnrCTfA > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#cGXpf2blCsbcNkBputDoMAweBqMOVX5M { 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; }#cGXpf2blCsbcNkBputDoMAweBqMOVX5M > .row .container { background-color: transparent; background-image: none; }#cGXpf2blCsbcNkBputDoMAweBqMOVX5M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cGXpf2blCsbcNkBputDoMAweBqMOVX5M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cGXpf2blCsbcNkBputDoMAweBqMOVX5M > .row .container > .video-iframe-container { display: none; }#cGXpf2blCsbcNkBputDoMAweBqMOVX5M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cGXpf2blCsbcNkBputDoMAweBqMOVX5M > .row > .video-iframe-container { display: none; }#cGXpf2blCsbcNkBputDoMAweBqMOVX5M > .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); }#cGXpf2blCsbcNkBputDoMAweBqMOVX5M > .row .container { border-width: 0; border-radius: 0; }#cGXpf2blCsbcNkBputDoMAweBqMOVX5M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cGXpf2blCsbcNkBputDoMAweBqMOVX5M > .row .container { font-size:0.875rem;font-family:arial;height:24.0625rem;width:75rem;position:relative;display:block; }#iO6OLm382R7kdp90NxCiHKGtCqr5aMAI { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.6875rem;width:13.6875rem;top:16.5rem;left:58.25rem;overflow:hidden;display:none; }
#xDe0gpuIo61J2RvuWwrg3JK385ig5dZd { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:1.5rem;left:31.875rem;overflow:hidden;display:block; }
#MUUS3eTQwOMuV0nxHuEirU7gi9z9yJK2 { box-sizing:content-box;height:7.5rem;width:21.25rem;position:absolute;display:block;z-index:15056;background-color:transparent;background-image:none;top:14.8125rem;left:28.1875rem;border-top:0.0625rem solid #562cac;border-left:0.0625rem solid #562cac;border-right:0.0625rem solid #562cac;border-bottom:0.0625rem solid #562cac;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#MGxHGsJmTWVQkHSD4hF3nAb1IA1SvLbH { color:rgba(var(--color-tertiary-4),1);display:block;width:20.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15064;line-height:1.3;letter-spacing:0;top:15.9375rem;left:29.6875rem;height:5.197275rem;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:left;text-align-last:left;display:block; }
#meho89ATkfWdSr51a0TpaSgE4Cp2k31H { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15066;opacity:1;top:17.5625rem;left:45.3125rem; }
#meho89ATkfWdSr51a0TpaSgE4Cp2k31H > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#CtkttCIXQdeE82OZd5fNPtamEJC9p1nh { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:1.5rem;left:57.6875rem;overflow:hidden;display:block; }
#UNaF13dCalJqwbCS94zLnvcSQpu5JDEb { box-sizing:content-box;height:7.5rem;width:21.25rem;position:absolute;display:block;z-index:15059;background-color:transparent;background-image:none;top:15rem;left:52.875rem;border-top:0.0625rem solid #562cac;border-left:0.0625rem solid #562cac;border-right:0.0625rem solid #562cac;border-bottom:0.0625rem solid #562cac;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#LetQhP1AVJaCmp54HKyPAX24Sk2b2Unt { color:rgba(var(--color-tertiary-4),1);display:block;width:20.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15067;line-height:1.3;letter-spacing:0;top:16.125rem;left:54.375rem;height:5.197275rem;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:left;text-align-last:left;display:block; }
#WpW7Wl4JpMmt8nEFyNQZG5i5CzcDi3If { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15069;opacity:1;top:17.5625rem;left:70.1875rem; }
#WpW7Wl4JpMmt8nEFyNQZG5i5CzcDi3If > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#A7gTxHQ8EBTmh7qvp6bRKwBx3QqwLUSR { position:absolute;display:block;z-index:15029;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:12.4995rem;width:12.4995rem;top:1.5rem;left:8.0625rem;overflow:hidden;display:block; }
#Ob2JPs8EZ0PT5ogxhnTfV7OaBqk0N2bc { box-sizing:content-box;height:7.5rem;width:21.24975rem;position:absolute;display:block;z-index:15056;background-color:transparent;background-image:none;top:14.8125rem;left:2.5rem;border-top:0.0625rem solid #562cac;border-left:0.0625rem solid #562cac;border-right:0.0625rem solid #562cac;border-bottom:0.0625rem solid #562cac;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#XEGuAXyX1QTwlaxzGhayU0ti29C4ytpZ { color:rgba(var(--color-tertiary-4),1);display:block;width:14.31225rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15064;line-height:1.3;letter-spacing:0;top:16rem;left:4rem;height:5.197275rem;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:left;text-align-last:left;display:block; }
#KwPvllkaiBwaye6xxB1k7Lw15urnLz7m { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15066;opacity:1;top:17.625rem;left:20.1875rem; }
#KwPvllkaiBwaye6xxB1k7Lw15urnLz7m > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#ttpAfrWkdV52VNkOmb05VVeM561oRsOL { 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; }#ttpAfrWkdV52VNkOmb05VVeM561oRsOL > .row .container { background-color: transparent; background-image: none; }#ttpAfrWkdV52VNkOmb05VVeM561oRsOL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ttpAfrWkdV52VNkOmb05VVeM561oRsOL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ttpAfrWkdV52VNkOmb05VVeM561oRsOL > .row .container > .video-iframe-container { display: none; }#ttpAfrWkdV52VNkOmb05VVeM561oRsOL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ttpAfrWkdV52VNkOmb05VVeM561oRsOL > .row > .video-iframe-container { display: none; }#ttpAfrWkdV52VNkOmb05VVeM561oRsOL > .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); }#ttpAfrWkdV52VNkOmb05VVeM561oRsOL > .row .container { border-width: 0; border-radius: 0; }#ttpAfrWkdV52VNkOmb05VVeM561oRsOL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ttpAfrWkdV52VNkOmb05VVeM561oRsOL > .row .container { font-size:0.875rem;font-family:arial;height:29.875rem;width:75rem;position:relative;display:block; }#NJtudG7p2tOOsHbksNKTxBmucixG5Rmc { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.6875rem;width:13.6875rem;top:16.5rem;left:58.25rem;overflow:hidden;display:none; }
#BMCPThLymWNBBWC1hmyfziofTD1g1BmF { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.6875rem;width:13.6875rem;top:23.875rem;left:61.3125rem;overflow:hidden;display:block; }
#oztoDSFF7VIN4bykis5m8KnT2qXH9nFT { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:1.25rem;left:32.0625rem;overflow:hidden;display:block; }
#MP71U58wE6N3IIHy677rJytXTr2fP9lb { box-sizing:content-box;height:7.5rem;width:21.25rem;position:absolute;display:block;z-index:15065;background-color:transparent;background-image:none;top:15.5rem;left:27.25rem;border-top:0.0625rem solid #562cac;border-left:0.0625rem solid #562cac;border-right:0.0625rem solid #562cac;border-bottom:0.0625rem solid #562cac;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#IugTaF6NbUQbeaZmA6i5Mu7ByKJynvO3 { color:rgba(var(--color-tertiary-4),1);display:block;width:20.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15073;line-height:1.3;letter-spacing:0;top:17.125rem;left:28.6875rem;height:5.197275rem;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:left;text-align-last:left;display:block; }
#FOO51BpL8BA0N3eLQT8549CIxICZwIE6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15075;opacity:1;top:18.375rem;left:44.5625rem; }
#FOO51BpL8BA0N3eLQT8549CIxICZwIE6 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#uCdEaznqTX45rdJmlVNcRKe9JPL4NHRJ { position:absolute;display:block;z-index:15027;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:12.49875rem;width:12.49875rem;top:1.248779296875rem;left:6.749267578125rem;overflow:hidden;display:block; }
#JNhGsCkiAQlZQ4kJKL7BvuSprTIvD9pr { box-sizing:content-box;height:7.5rem;width:21.249rem;position:absolute;display:block;z-index:15062;background-color:transparent;background-image:none;top:15.5625rem;left:3.0625rem;border-top:0.0625rem solid #562cac;border-left:0.0625rem solid #562cac;border-right:0.0625rem solid #562cac;border-bottom:0.0625rem solid #562cac;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#mcWGkiElCEcTkisZSOl5V4MOCdEiE5xL { color:rgba(var(--color-tertiary-4),1);display:block;width:20.68725rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15070;line-height:1.3;letter-spacing:0;top:16.75rem;left:4.5625rem;height:5.197275rem;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:left;text-align-last:left;display:block; }
#SyW1rbvLJbEbIE0yOTo73qsbApdIO9fC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15072;opacity:1;top:18.35888671875rem;left:19.99951171875rem; }
#SyW1rbvLJbEbIE0yOTo73qsbApdIO9fC > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/88586ab8-6f17-4efd-8267-70ef912343cd/orangebackground.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng.adaptive-delivery-prevent-bg, #EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng.lazyload, #EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng.lazyloading { background-image: none; }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng > .row .container { background-color: transparent; background-image: none; }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng > .row .container > .video-iframe-container { display: none; }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng > .row > .video-iframe-container { display: none; }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng > .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); }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng > .row .container { border-width: 0; border-radius: 0; }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng > .row .container { font-size:0.875rem;font-family:arial;height:42.5rem;width:75rem;position:relative;display:block; }#rH9qmTUTgF7vsqKv2yvkHfDMnUvPv91D { color:#562cac;display:block;width:34.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15023;line-height:1;letter-spacing:0;top:3.0625rem;left:0rem;height:;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#STuPNnhb2QMh6b2QAuiXZIktcPG3c7LE { color:rgba(var(--color-tertiary-0),1);display:block;width:33.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15026;line-height:1;letter-spacing:0;top:9.3125rem;left:0rem;height:1.375rem;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; }
#LbSoezkPTAwNLchzdUH3uhLDkvCrDL0o { position:absolute;display:block;z-index:15041;background-color:rgba(var(--color-primary-2),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:19.6875rem;width:0.125rem;top:12.34375rem;left:35.837890625rem;display:block; }
#ecmJe1daIrQASR2gWpPxJCAqX6BXd7Oq { position:absolute;display:block;z-index:15042;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:12.5rem;width:12.5rem;top:13rem;left:1.6875rem;overflow:hidden;display:block; }
#R2NdSbdBJTSp02UL0OxsnDZCcsmv4VTT { color:rgba(var(--color-tertiary-0),1);display:block;width:16.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:15.51318359375rem;left:16.125rem;height:11.05079375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LNo8LsDUgXoT9fmCx6ggbnnJ5zhNWkyJ { color:rgba(var(--color-tertiary-0),1);display:block;width:33.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15027;line-height:1;letter-spacing:0;top:9rem;left:41.125rem;height:1.37475625rem;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; }
#msUllDfXQmKPdeW4FIaUpMnyXQKlJOHp .widget-form-header { font-size:0.75rem; }
#msUllDfXQmKPdeW4FIaUpMnyXQKlJOHp .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.75rem;font-weight:bold;color:#909090;width:17.9375rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left; }
#msUllDfXQmKPdeW4FIaUpMnyXQKlJOHp .widget-input-text { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.9375rem;box-sizing:border-box;height:2.9375rem;color:#010101;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#msUllDfXQmKPdeW4FIaUpMnyXQKlJOHp .widget-input-text {padding-top: 0; padding-bottom: 0;}#msUllDfXQmKPdeW4FIaUpMnyXQKlJOHp .widget-textarea { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;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;width:17.9375rem;box-sizing:border-box;height:4.375rem;color:#010101;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#msUllDfXQmKPdeW4FIaUpMnyXQKlJOHp .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.9375rem;box-sizing:border-box;height:2.5rem;color:#646464;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#msUllDfXQmKPdeW4FIaUpMnyXQKlJOHp .widget-input-select {padding-top: 0; padding-bottom: 0;}#msUllDfXQmKPdeW4FIaUpMnyXQKlJOHp .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#msUllDfXQmKPdeW4FIaUpMnyXQKlJOHp .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#msUllDfXQmKPdeW4FIaUpMnyXQKlJOHp .widget-input-button { border-top-left-radius:2.625rem;border-top-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-bottom-right-radius:2.625rem;background-color:#7700fd;background-image:none;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:0.9375rem;font-weight:bold;color:#f2f9ff;width:17.9375rem;height:3.4375rem;font-family:"open sans";overflow:hidden; }
#msUllDfXQmKPdeW4FIaUpMnyXQKlJOHp [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem;text-align:center;text-align-last:center; }
#msUllDfXQmKPdeW4FIaUpMnyXQKlJOHp [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem;text-align:center;text-align-last:center; }
#msUllDfXQmKPdeW4FIaUpMnyXQKlJOHp [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem;text-align:center;text-align-last:center; }
#msUllDfXQmKPdeW4FIaUpMnyXQKlJOHp [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem;text-align:center;text-align-last:center; }
#msUllDfXQmKPdeW4FIaUpMnyXQKlJOHp .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.6875rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:16.75rem;overflow:hidden;font-style:normal;float:none; }
#msUllDfXQmKPdeW4FIaUpMnyXQKlJOHp .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; }
#msUllDfXQmKPdeW4FIaUpMnyXQKlJOHp .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5;float:none; }
#msUllDfXQmKPdeW4FIaUpMnyXQKlJOHp .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#msUllDfXQmKPdeW4FIaUpMnyXQKlJOHp .widget-container:first-of-type{padding-top:0;}#msUllDfXQmKPdeW4FIaUpMnyXQKlJOHp .widget-container:last-of-type{padding-bottom:0;}#msUllDfXQmKPdeW4FIaUpMnyXQKlJOHp  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.9375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left: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: 0.0625rem 0.125rem 0.625rem rgba(var(--color-tertiary-4),0.15) ;left:41.124755859375rem;top:13.187255859375rem;z-index:15043;position:absolute;font-size:0.75rem; }
#msUllDfXQmKPdeW4FIaUpMnyXQKlJOHp .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.9375rem;display:block;vertical-align:top; }
#msUllDfXQmKPdeW4FIaUpMnyXQKlJOHp .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.6875rem;line-height:1.3;font-weight:700;color:#909090;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#msUllDfXQmKPdeW4FIaUpMnyXQKlJOHp {display:block;}#msUllDfXQmKPdeW4FIaUpMnyXQKlJOHp { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.9375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left: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: 0.0625rem 0.125rem 0.625rem rgba(var(--color-tertiary-4),0.15) ;left:41.124755859375rem;top:13.187255859375rem;z-index:15043;position:absolute;font-size:0.75rem; }
#msUllDfXQmKPdeW4FIaUpMnyXQKlJOHp #ID7RRma10yb5qRwTIlnndfgIMqBxRkCW { position:relative; }
#msUllDfXQmKPdeW4FIaUpMnyXQKlJOHp #lg70kfu6OII9a03TfCdTBnR48R5TfmBA { position:relative;display:block; }
#msUllDfXQmKPdeW4FIaUpMnyXQKlJOHp #ctX21iavsvcNwvkOtRGZDUQynf6EUazA { position:relative; }
#msUllDfXQmKPdeW4FIaUpMnyXQKlJOHp #RyO24OBQ9VbabCUkUAkRaE09mvMCiyPV { position:relative; }
#msUllDfXQmKPdeW4FIaUpMnyXQKlJOHp #xyAJx2SHn8qTos5fv9cbgwgkCU1nzRXZ { position:relative;display:block; }
#msUllDfXQmKPdeW4FIaUpMnyXQKlJOHp #FrsNRluxDWHruB2LcUER4fT0GcTCeWXe { position:relative; }
#msUllDfXQmKPdeW4FIaUpMnyXQKlJOHp #Hr2bMNKQTe1M0Tkd1iIaiy6ErCpH0Tzb { position:relative; }
#msUllDfXQmKPdeW4FIaUpMnyXQKlJOHp #VXDsuGiPSwEfOFzgIVFyclGGum8zlzGe { position:relative; }
#H0dSKgnRyTHNHewcc6J0ScoLyRHRhP04 { color:rgba(var(--color-tertiary-4),1);display:block;width:28.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.5625rem;font-weight:normal;z-index:15024;line-height:1.6;letter-spacing:0;top:30.98876953125rem;left:41.125rem;height:10.79296875rem;display:block; }
#psSylwnyb5zaMGJ3JVvkcbNUBrN1U26R { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-1),1);background-image:none;display:none; }
#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row .container { background-color: transparent; background-image: none; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row .container > .video-iframe-container { display: none; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row > .video-iframe-container { display: none; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .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); }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row .container { border-width: 0; border-radius: 0; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row .container { font-size:0.875rem;font-family:arial;height:11.3125rem;width:75rem;overflow:visible;position:relative;display:block; }#os701EHTAmJvGyzFDIERIO03hzRmZXqS { color:rgba(var(--color-tertiary-4),1);display:block;width:23.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15023;line-height:1.6;letter-spacing:0;top:2.50146484375rem;left:11.5625rem;height:7.9980625rem;display:block; }
#MXxZTwspnCaH3EZtlz5ks5LFVKLq25Th { 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:6.5625rem;width:6.5625rem;top:2.50146484375rem;left:1.75rem;overflow:hidden;display:block; }
#VoAk7k4yEPRclfHv4KruF5ZTOffNbT4W { color:rgba(var(--color-tertiary-4),1);display:block;width:11.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15025;line-height:1.6;letter-spacing:0;top:2.6640625rem;left:38.0625rem;height:4.7988375rem;display:block; }
#lXUvHIEFv9HFx0QRxGID3qih8M6hQuuM { color:rgba(var(--color-tertiary-4),1);display:block;width:18.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15026;line-height:1.6;letter-spacing:0;top:2.6640625rem;left:56.125rem;height:3.199225rem;display:block; }
#OeUBnhk7gnZOEG3OTlmSuRO57l84nB65 { color:rgba(var(--color-tertiary-4),1);display:block;width:8.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15027;line-height:1.6;letter-spacing:0;top:5.830078125rem;left:56.125rem;height:1.5996125rem;display:block; }
#f07PppradTfy2Dx1U1Zw7iFvGnRknu6I { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:5.64990234375rem;left:64.125rem; }
#f07PppradTfy2Dx1U1Zw7iFvGnRknu6I > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #sT0kRbHQXbuzv0yqk9wrvTSm2iu91ZBy { display:block; }#sT0kRbHQXbuzv0yqk9wrvTSm2iu91ZBy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BJxBfFzlwkyqgfW83cuPnZcQ5sdK82qR { top:0.3125rem;left:0rem;width:3.375rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTMfFq3ZSJlnce1xlxiqOrHyGxthD6qs { top:0.5rem;left:45.1875rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQHt0x6WLxGWXvni2x9OzlVi8woDdIro { top:4rem;left:39.1875rem;width:8.5625rem;height:8rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wu1XMueHfCTa6ge5Ad03OHzJd3abzC1r { top:10.9375rem;left:3.6875rem;width:18.5rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 { display:block; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EZXFfw3yuhGCOt37wighsT82AiguIOU8 { top:25.8125rem;left:0rem;width:47.75rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhbWQdIfc5mt0wZJ2FF4fr7r0flKR2Sw { top:4.3125rem;left:0rem;width:13.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGw3s9KEQtMz9euBoIimLDcVBJrQDWRC { top:8.0625rem;left:4.83544921875rem;width:35.875rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMyMdhPpTkHT98wusb7Q5UXwpLFrrqNp { width:12.1875rem;height:1.5625rem;top:4.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZwakH5hTs6hL0t825vm1LofIPpZZvqE { top:4.3125rem;left:14.9375rem;width:20.625rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvI2UE4mgXpi8QaxRswiM5U47Qqa8yd7 { width:22.5rem;height:1.5625rem;top:4.75rem;left:15.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrXCM7E95JRqkFCHmeVPefqIrWTkqzFR { top:4.3125rem;left:33.5rem;width:14.25rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0DUazIkZ8WNafgscn5Ik92PtsZtkvni { width:14.375rem;height:1.5625rem;top:4.75rem;left:33.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0p6gCmu4PG2LA84LTaDe1Moq4T3irZC { top:37.125rem;left:22.65625rem;width:2.4375rem;height:2.4375rem;display:block; }
#W0p6gCmu4PG2LA84LTaDe1Moq4T3irZC > img { max-width: 100%;max-height:100%; width:2.4375rem; height:2.4375rem; } }@media only screen and (max-width: 763px) { #CaWpqQkZhr3WtekHtyLRaTCg03cA5ckP { top:30.75rem;left:29.5625rem;width:3.125rem;height:3.125rem;display:block; }
#CaWpqQkZhr3WtekHtyLRaTCg03cA5ckP > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #D3Dn7G5sWJJlEv9TBTlT6ttMbC4GzdGk { top:30.75rem;left:24.375rem;width:3.125rem;height:3.125rem;display:block; }
#D3Dn7G5sWJJlEv9TBTlT6ttMbC4GzdGk > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #AA2XhJI4n9v6nbb5eLNr5LdWyPzBVNnI { top:31.375rem;left:8.375rem;width:14.375rem;height:1.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClTKIaUvNDsfNKOPSTBztSJV7JDtET54 { top:0.6875rem;left:44.9375rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ND5NAZaBPP59RohHQ5Bw4GzT0xP9rdAt { top:29.9375rem;left:37.5625rem;width:10.1875rem;height:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6uBhbsglP8SoinbhvM7qQByJ8K1wlVy { top:2.125rem;left:2.625rem;width:11.75rem;height:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 { display:block; }#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #muCDpV43RGXTWTTxm1O0c8AvS0JhGRXZ { width:33.75rem;height:16.1875rem;top:11.375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbtDqkmhs3NEh42GqNtTkFHHHfivfBbK { width:31.1875rem;height:;top:4.625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ui6rhpWC83vbHwOXfIGJPW2RrNmNlK3I { top:4.5625rem;left:0rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMffD0RBDAN9NAlMgAJvACRpZL6q1Vr9 { top:5.5625rem;left:0rem;width:2.5rem;height:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #fdbdo519fZ2vfuytN99JSSCQs3oKFCe8 { top:4.8125rem;left:23.875rem;width:23.8125rem;height:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ { display:block; }#vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x6lf9ArpBCuC3xsiSxbRF2G0k9A8Ilaf { top:8.4375rem;left:0rem;width:47.75rem;height:12.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLZl6PyE8XF395gQrvCo2T5BdaInOqDh { width:47.75rem;height:;top:3.375rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwXaBw4m7Uy3R7PWfXcSgihCONTVrlzJ { top:3.375rem;left:15.1875rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W57CozzHuZk3TBbnqtrNIPwlvkxsLw7x { top:5.5625rem;left:0rem;width:2.5rem;height:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #tX4K0TAnN4ZqPn6CSPTli17zdrbtM0Fh { top:20.5625rem;left:34.9375rem;width:12.8125rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UsAgCTJoJptTKtiMz57OGfgQ6CpDZ16t { display:block; }#UsAgCTJoJptTKtiMz57OGfgQ6CpDZ16t > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZBMNnk2uFdHuiS4oEItN35RnfsH3RBS7 { width:47.75rem;height:2.25rem;top:5.3125rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tq7ISQQpXmy3NCoa55qbsCMxnaTt6rUl { top:4.9375rem;left:10.875rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gci9xz7aS5QhZS9kLW1PTALhWm2KXCBR { top:5.5625rem;left:0rem;width:2.5rem;height:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #eZUSBqEwLOvVZLk2xiUnc3hsiOGiJfBT { display:block; }#eZUSBqEwLOvVZLk2xiUnc3hsiOGiJfBT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lDeWM1Vq3dMtPOzt8Ro8UN0xtgOlnLgy { top:5.125rem;left:22.125rem;width:25.625rem;height:32.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKHbW98vyOn3fekgOpVsstNV589vUAsq { top:5.125rem;left:0rem;width:27.875rem;height:19.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxLckCyl8foNOK5oiXU84uA5CLB8H0cI { width:0.125rem;height:40.625rem;top:4.375rem;left:22.26025390625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANxz3TxVUZFT8kegxe8rkIAbaTObrnXO { top:26.6875rem;left:4.40625rem;width:3.125rem;height:3.125rem;display:block; }
#ANxz3TxVUZFT8kegxe8rkIAbaTObrnXO > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #qgT6TwypMa8pZooZWwmUxAKgAx9lgWHu { top:26.6875rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
#qgT6TwypMa8pZooZWwmUxAKgAx9lgWHu > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #VJPx3ZQB2eqwVoHet0mrRJmGU8rvIM3W { display:none; }
 }@media only screen and (max-width: 763px) { #Rw0bX2hO2FhkvJ6KthKEIURJktdewZSQ { top:35.3125rem;left:0rem;width:8.9375rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzawFTV4OqLMMzq4TAUeWqURa31LpsBy { display:none; }
 }@media only screen and (max-width: 763px) { #quMIvPAkMDNss7FK6mRaKQFfOywqcndT { display:block; }#quMIvPAkMDNss7FK6mRaKQFfOywqcndT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yTbxUSfgfMrJfCSUkgKWbTlydL8P0I1h { width:47.75rem;height:;top:4.1875rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPBH9QrW267l2P78AJpnURvqahETJooa { top:4rem;left:9.78125rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJp7ttWcstTuUoLKXx9ocqdTNq5TMAsy { top:10.0625rem;left:0rem;width:47.75rem;height:3.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VuMMRnQaz7peDpUOfnK6m8qx72OhKIrX { top:16.6875rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3DaN5qlTJgpV960nsnUxCwMZUgrzyKJ { top:16.6875rem;left:17.625rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #b57OJC9ihFItDSCsVlWxuJLUTc1qLx6Z { top:5.5625rem;left:0rem;width:2.5rem;height:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #TT6XTqbxb5Psr3MIrwIwQCVqkS6b4AwB { top:16.6875rem;left:35.25rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeUCe3WVikJpBbUZUTVeNOaEyE0AgClM { top:31rem;left:0rem;width:20.6875rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sv5VHosvaVQGi3bArEBARHBwxsrwOrkr { top:30.4375rem;left:0rem;width:21.25rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBzS6HgTSFQW8seiFy7swtW2otnimkiT { top:33.3125rem;left:7.96875rem;width:1.875rem;height:1.875rem;display:block; }
#vBzS6HgTSFQW8seiFy7swtW2otnimkiT > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #P6u5WWR8r9oUlwV9l7Jesd3aILnlOlUP { top:31.625rem;left:15.875rem;width:20.6875rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyRKRGmKsSX0O2DbqSTEsFCto7MMKXtb { top:33.3125rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
#fyRKRGmKsSX0O2DbqSTEsFCto7MMKXtb > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #N968TkTKHCw3Tloyay0EyLTtPc5lufhs { top:33.3125rem;left:31.3125rem;width:1.875rem;height:1.875rem;display:block; }
#N968TkTKHCw3Tloyay0EyLTtPc5lufhs > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #wPIsMiXPt9oFZJ9SipoSETGRAgXKranQ { top:30.4375rem;left:13.6875rem;width:21.25rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJTNS8hUrwT6XSmMWCUeKdC983yLnb3S { top:31.625rem;left:27.0625rem;width:20.6875rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #biLuN9x7oWRCQKaZKvidKFaqwbB8iqHO { top:30.4375rem;left:26.375rem;width:21.25rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ceynpHVlArVUb8c9yEOw4DfOu5VwwWfK { display:block; }#ceynpHVlArVUb8c9yEOw4DfOu5VwwWfK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E3OThfyVgOLAEhpup8x3erxAtPLa6tbT { top:16.5rem;left:34.0625rem;width:13.6875rem;height:13.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #VtMpofnTM9F6x44wxJqW0qxZevrbp508 { top:1.3125rem;left:35.25rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #znd52oXHxfVTCZqg38GZrvNQT4V1oxgG { top:1.3125rem;left:18.4375rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yd07MdG5T1ywHiX0QJEpJoN7aISuOWuc { top:1.3125rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIxC32LFvZ6fpM1sWn3Rvn2TigFi8UQL { top:15.6875rem;left:0rem;width:20.6875rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #crCbfVKI20JAI5NM58eg7BEOv6KTvNgB { top:17.3125rem;left:7.0625rem;width:1.875rem;height:1.875rem;display:block; }
#crCbfVKI20JAI5NM58eg7BEOv6KTvNgB > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #eQq0CKbxNXTtnJ5qp62FZqGzFisHKxX4 { top:14.4375rem;left:0rem;width:21.25rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AoHCa0P97pQmuFlD7eUBHIkmnZuQGfNA { top:15.6875rem;left:15.375rem;width:20.6875rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vxf9ci6UGFoWTty1JDaOsWt2qbBGwI8h { top:17.3125rem;left:31.84375rem;width:1.875rem;height:1.875rem;display:block; }
#Vxf9ci6UGFoWTty1JDaOsWt2qbBGwI8h > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #vtaVTi9B73nOA00xN5c4KplSgqzsGQzS { top:14.4375rem;left:14rem;width:21.25rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmAt244JEIJBSGrWocTEzt2333Bk64nn { top:15.6875rem;left:27.0625rem;width:20.6875rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qy9m1ADZJTMWNFLOmZuudV0ywN0OnFag { top:17.3125rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
#Qy9m1ADZJTMWNFLOmZuudV0ywN0OnFag > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #yyw5IpV2VTaLEcCg32VC2ZaZUWLlmO06 { top:14.4375rem;left:26.375rem;width:21.25rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0wpmmPvpD8nqP5nFvANTt8rG73mCg7q { display:block; }#q0wpmmPvpD8nqP5nFvANTt8rG73mCg7q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VZg3e28r9EnEXWdCPHhAmy0rSAJtOARz { top:16.5rem;left:34.0625rem;width:13.6875rem;height:13.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rxPKrxNBo0MIqsbV7W9ulcQbfIEExEr0 { top:0.8125rem;left:35.25rem;width:12.4375rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNDH5g9JF2ZkcxCv0fMdl4TldZxebmeD { top:0.8125rem;left:18.0625rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRrUezzASHQFXKVyFXmlbTVntGJfuGlC { top:0.8125rem;left:0rem;width:12.8125rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ird2wAiVcqCh7Iw1GTpHWDTD500lwHHT { top:16.125rem;left:0rem;width:20.6875rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPdfq0KAhgZfzKhbsbKBpBEVfZGtMhnR { top:17.8125rem;left:5.3125rem;width:1.875rem;height:1.875rem;display:block; }
#WPdfq0KAhgZfzKhbsbKBpBEVfZGtMhnR > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #WSTmESRIsekbJSTTDV9BO4nSiz2GDfUX { top:14.6875rem;left:0rem;width:21.25rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JT5wIqlTHdFL79TLlJ9LkiQFzl2w2mli { top:15.75rem;left:15.4375rem;width:20.6875rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3eKgtr8mAkmo9EqWT3ntKacx2UA0wa3 { top:17.1875rem;left:30.25rem;width:1.875rem;height:1.875rem;display:block; }
#g3eKgtr8mAkmo9EqWT3ntKacx2UA0wa3 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #cGKT8LfhpEKJiKwNBGDNQH92T7KJF4OX { top:14.5625rem;left:13.625rem;width:21.25rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MACFpyNsiMzHFASJpxyZbfxM1BpgWPIf { top:16.125rem;left:27.125rem;width:20.625rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dq87fQ61UKopXZFWTxRO6xSmlnhAm5LF { top:17.5625rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
#Dq87fQ61UKopXZFWTxRO6xSmlnhAm5LF > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #ZmhzyH76bQJBFvWtNMCc4qbUZdlrHQPX { top:14.6875rem;left:26.375rem;width:21.25rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBOJSfmRVxp4m4SJV1Uub1XsgKaNrkgf { display:block; }#ZBOJSfmRVxp4m4SJV1Uub1XsgKaNrkgf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rWW4qWTaxBwl4EfRJ7y7NFWKHUcTcWwd { top:16.5rem;left:34.0625rem;width:13.6875rem;height:13.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #mJCD9FTzWXW0kDqt4lU3NW6Wa2xakMFp { top:2rem;left:35.25rem;width:12.4375rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M41WQKaM09TPkdu5pumaKTqLblJUhti0 { top:2rem;left:17.1875rem;width:12.4375rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DiOzXlcu1zse5IvIReyqyqUi5ZQiL5m4 { top:16.4375rem;left:16.375rem;width:20.625rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqmwnVDWgdDwLqUw2TB91E6PgaaOLTXr { top:14.9375rem;left:14.5625rem;width:21.1875rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IS0BthP3tvSv9pvH8PEAN8BBoGcaMoTc { top:17.5625rem;left:31.375rem;width:1.875rem;height:1.875rem;display:block; }
#IS0BthP3tvSv9pvH8PEAN8BBoGcaMoTc > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #XBeU8l8kk9zyXoby9NE9G7VWSzXe364D { top:16.6875rem;left:27.0625rem;width:20.625rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlhuFf48oPQLlyLNReTQATth0CHKT72F { top:15.3125rem;left:26.375rem;width:21.1875rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDQmcGBTOFhfdhWoUKnqCkHXONWdvgu9 { top:18.0625rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
#IDQmcGBTOFhfdhWoUKnqCkHXONWdvgu9 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #yJAmx2ovRNmwDCGRcRFX01y5p3GIWkgx { top:1.1875rem;left:0rem;width:12.4375rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLRUNurTTLyTp9zZVoZyfq7ShKwn2M1p { top:15.0625rem;left:0rem;width:21.1875rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zx4AD9Nwt7fyTXLD3lbNNeN4zVElhFJx { top:16.5625rem;left:0rem;width:20.625rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M20Eevwe18oo0pUMn5fXiz7RrBUWPWIN { top:17.9375rem;left:5.25rem;width:1.875rem;height:1.875rem;display:block; }
#M20Eevwe18oo0pUMn5fXiz7RrBUWPWIN > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #ItbJb4HZlRwRBoFNrqPwIu2rivxNIyxo { display:block; }#ItbJb4HZlRwRBoFNrqPwIu2rivxNIyxo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CPe7FIRctFqiuS0UrZ8RuXN5PZB6TKeB { top:16.5rem;left:34.0625rem;width:13.6875rem;height:13.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #aeBu1BfqVApMaPzPL875br25U4aDGTln { top:0.8125rem;left:34.9375rem;width:12.75rem;height:12.688052449804rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNDxCAxWXdkTKhOHid2qzcXeUyPrJgRX { top:0.875rem;left:16.875rem;width:12.75rem;height:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKN6Z8PE3fw5on24hD3TRxXa1zhdGqEK { top:14.6875rem;left:13rem;width:21.1875rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bclaUOllNiK9PbUz9XRqpaXHzeNhNbvy { top:16.125rem;left:14.625rem;width:20.625rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewqPDIrHX3kwEAFIX01iasn1L4mPhQNw { top:17.5625rem;left:30.375rem;width:1.875rem;height:1.875rem;display:block; }
#ewqPDIrHX3kwEAFIX01iasn1L4mPhQNw > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #FriUZ6csIZBD0kI9HtnwiAXsywt3Uqe5 { top:16.125rem;left:27.0625rem;width:20.625rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nnSKAw27snX8xUpu1RDEZv4bvzOUiswF { top:14.75rem;left:26.375rem;width:21.1875rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sv6pkm3y99WxPayokHzXAuPEnndmVdUe { top:17.75rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
#Sv6pkm3y99WxPayokHzXAuPEnndmVdUe > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #y3nvJblZC3GogN0RsVZxyL451Hqm2V0q { top:1.125rem;left:0rem;width:12.4375rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqeJa8MsDu0vxd18mZXzHyx67CDpuSeC { top:14.4375rem;left:0rem;width:21.1875rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtE9O4Ux77xXIAI523SHpNkoCVdzTpTn { top:15.5625rem;left:0rem;width:20.625rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDac9ygWinykrRI6E8bEOrv7y3mc77es { top:17.25rem;left:4.4375rem;width:1.875rem;height:1.875rem;display:block; }
#tDac9ygWinykrRI6E8bEOrv7y3mc77es > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #g1zE0O155z1DOcNUpO3iFCf583gZ43ww { display:block; }#g1zE0O155z1DOcNUpO3iFCf583gZ43ww > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w9P21seLC2i5mgmJHiSTNkhiZvxV8lpZ { top:16.5rem;left:34.0625rem;width:13.6875rem;height:13.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #VOaJSmqzWW5i7Fv3t8xnCDAFoyWugF0F { top:2.0625rem;left:35.25rem;width:12.4375rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sc7NGzw1KRodWGJzqcfhesGCZrZGibf1 { top:2.0625rem;left:17.9375rem;width:12.4375rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCkGMZGGMPx0TuZL69peyLOaLEd8V3w8 { top:15.3125rem;left:13.9375rem;width:21.1875rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7TJFii2hwpmrPugVDLLQuIsdHldeQsM { top:16.4375rem;left:15.375rem;width:20.625rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tpi6hg4HlzHNek35zBHK6imDR0p0XKrs { top:18.125rem;left:31.625rem;width:1.875rem;height:1.875rem;display:block; }
#Tpi6hg4HlzHNek35zBHK6imDR0p0XKrs > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #Fl3vEAIb7qyWdIwk2xRztnOubq0SdUpf { top:15.3125rem;left:26.375rem;width:21.1875rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTHKyvG49KhpAS0QuN9TgoDQxK7IqLBD { top:16.5rem;left:27.0625rem;width:20.625rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHcDRUQcrEFNbhhmG1y2ZMLCZqFHAoE4 { top:18.125rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
#cHcDRUQcrEFNbhhmG1y2ZMLCZqFHAoE4 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #WWffuSXnHT9SMs1F4k7GiTvclf5FpWBB { top:1.1875rem;left:0rem;width:12.75rem;height:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RD4NisREFAH3xuId2cTp35wsze4GSUdb { top:15.1875rem;left:0rem;width:21.1875rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfaFoI5aJNWVCp3JbehzHoi97NKNTTnu { top:16.5625rem;left:0rem;width:20.625rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SeawbT7SdZuvhLSEXzHhbhpoaNnrCTfA { top:18rem;left:6.8125rem;width:1.875rem;height:1.875rem;display:block; }
#SeawbT7SdZuvhLSEXzHhbhpoaNnrCTfA > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #cGXpf2blCsbcNkBputDoMAweBqMOVX5M { display:block; }#cGXpf2blCsbcNkBputDoMAweBqMOVX5M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iO6OLm382R7kdp90NxCiHKGtCqr5aMAI { top:16.5rem;left:34.0625rem;width:13.6875rem;height:13.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xDe0gpuIo61J2RvuWwrg3JK385ig5dZd { top:1.5rem;left:18.25rem;width:12.4375rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUUS3eTQwOMuV0nxHuEirU7gi9z9yJK2 { top:14.8125rem;left:14.5625rem;width:21.1875rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGxHGsJmTWVQkHSD4hF3nAb1IA1SvLbH { top:15.9375rem;left:16.0625rem;width:20.625rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #meho89ATkfWdSr51a0TpaSgE4Cp2k31H { top:17.5625rem;left:31.6875rem;width:1.875rem;height:1.875rem;display:block; }
#meho89ATkfWdSr51a0TpaSgE4Cp2k31H > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #CtkttCIXQdeE82OZd5fNPtamEJC9p1nh { top:1.5rem;left:35.25rem;width:12.4375rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNaF13dCalJqwbCS94zLnvcSQpu5JDEb { top:15rem;left:26.375rem;width:21.1875rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LetQhP1AVJaCmp54HKyPAX24Sk2b2Unt { top:16.125rem;left:27.0625rem;width:20.625rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WpW7Wl4JpMmt8nEFyNQZG5i5CzcDi3If { top:17.5625rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
#WpW7Wl4JpMmt8nEFyNQZG5i5CzcDi3If > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #A7gTxHQ8EBTmh7qvp6bRKwBx3QqwLUSR { top:1.5rem;left:0rem;width:12.4375rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ob2JPs8EZ0PT5ogxhnTfV7OaBqk0N2bc { top:14.8125rem;left:0rem;width:21.1875rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XEGuAXyX1QTwlaxzGhayU0ti29C4ytpZ { top:16rem;left:0rem;width:14.25rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KwPvllkaiBwaye6xxB1k7Lw15urnLz7m { top:17.625rem;left:6.5625rem;width:1.875rem;height:1.875rem;display:block; }
#KwPvllkaiBwaye6xxB1k7Lw15urnLz7m > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #ttpAfrWkdV52VNkOmb05VVeM561oRsOL { display:block; }#ttpAfrWkdV52VNkOmb05VVeM561oRsOL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NJtudG7p2tOOsHbksNKTxBmucixG5Rmc { top:16.5rem;left:34.0625rem;width:13.6875rem;height:13.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #BMCPThLymWNBBWC1hmyfziofTD1g1BmF { top:23.875rem;left:34.0625rem;width:13.6875rem;height:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oztoDSFF7VIN4bykis5m8KnT2qXH9nFT { top:1.25rem;left:18.4375rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MP71U58wE6N3IIHy677rJytXTr2fP9lb { top:15.5rem;left:13.625rem;width:21.25rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IugTaF6NbUQbeaZmA6i5Mu7ByKJynvO3 { top:17.125rem;left:15.0625rem;width:20.6875rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOO51BpL8BA0N3eLQT8549CIxICZwIE6 { top:18.375rem;left:30.9375rem;width:1.875rem;height:1.875rem;display:block; }
#FOO51BpL8BA0N3eLQT8549CIxICZwIE6 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #uCdEaznqTX45rdJmlVNcRKe9JPL4NHRJ { top:1.1875rem;left:0rem;width:12.4375rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNhGsCkiAQlZQ4kJKL7BvuSprTIvD9pr { top:15.5625rem;left:0rem;width:21.1875rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcWGkiElCEcTkisZSOl5V4MOCdEiE5xL { top:16.75rem;left:0rem;width:20.625rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SyW1rbvLJbEbIE0yOTo73qsbApdIO9fC { top:18.3125rem;left:6.37451171875rem;width:1.875rem;height:1.875rem;display:block; }
#SyW1rbvLJbEbIE0yOTo73qsbApdIO9fC > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng { display:block; }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rH9qmTUTgF7vsqKv2yvkHfDMnUvPv91D { width:34.4375rem;height:;top:3.0625rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #STuPNnhb2QMh6b2QAuiXZIktcPG3c7LE { width:33.875rem;height:1.375rem;top:9.3125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbSoezkPTAwNLchzdUH3uhLDkvCrDL0o { width:0.125rem;height:19.6875rem;top:12.3125rem;left:22.212890625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecmJe1daIrQASR2gWpPxJCAqX6BXd7Oq { top:13rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2NdSbdBJTSp02UL0OxsnDZCcsmv4VTT { width:16.5rem;height:11rem;top:15.5rem;left:2.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNo8LsDUgXoT9fmCx6ggbnnJ5zhNWkyJ { width:33.875rem;height:1.375rem;top:9rem;left:13.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #msUllDfXQmKPdeW4FIaUpMnyXQKlJOHp .widget-regular-label { display:block;width:17.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#msUllDfXQmKPdeW4FIaUpMnyXQKlJOHp .widget-input-text { width:17.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#msUllDfXQmKPdeW4FIaUpMnyXQKlJOHp .widget-input-text {padding-top: 0; padding-bottom: 0;}#msUllDfXQmKPdeW4FIaUpMnyXQKlJOHp .widget-textarea { width:17.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#msUllDfXQmKPdeW4FIaUpMnyXQKlJOHp .widget-input-select { width:17.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#msUllDfXQmKPdeW4FIaUpMnyXQKlJOHp .widget-input-select {padding-top: 0; padding-bottom: 0;}#msUllDfXQmKPdeW4FIaUpMnyXQKlJOHp .widget-input-button { width:17.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#msUllDfXQmKPdeW4FIaUpMnyXQKlJOHp .widget-checkbox-label { width:16.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#msUllDfXQmKPdeW4FIaUpMnyXQKlJOHp  { width:17.9375rem;height:auto;top:13.125rem;left:27.3125rem; }
#msUllDfXQmKPdeW4FIaUpMnyXQKlJOHp .radio-container { width:17.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#msUllDfXQmKPdeW4FIaUpMnyXQKlJOHp {display:block;}#msUllDfXQmKPdeW4FIaUpMnyXQKlJOHp { width:17.9375rem;height:auto;top:13.125rem;left:27.3125rem; }
 }@media only screen and (max-width: 763px) { #msUllDfXQmKPdeW4FIaUpMnyXQKlJOHp #ID7RRma10yb5qRwTIlnndfgIMqBxRkCW {  }
 }@media only screen and (max-width: 763px) { #msUllDfXQmKPdeW4FIaUpMnyXQKlJOHp #lg70kfu6OII9a03TfCdTBnR48R5TfmBA { display:block; }
 }@media only screen and (max-width: 763px) { #msUllDfXQmKPdeW4FIaUpMnyXQKlJOHp #ctX21iavsvcNwvkOtRGZDUQynf6EUazA {  }
 }@media only screen and (max-width: 763px) { #msUllDfXQmKPdeW4FIaUpMnyXQKlJOHp #RyO24OBQ9VbabCUkUAkRaE09mvMCiyPV {  }
 }@media only screen and (max-width: 763px) { #msUllDfXQmKPdeW4FIaUpMnyXQKlJOHp #xyAJx2SHn8qTos5fv9cbgwgkCU1nzRXZ { display:block; }
 }@media only screen and (max-width: 763px) { #msUllDfXQmKPdeW4FIaUpMnyXQKlJOHp #FrsNRluxDWHruB2LcUER4fT0GcTCeWXe {  }
 }@media only screen and (max-width: 763px) { #msUllDfXQmKPdeW4FIaUpMnyXQKlJOHp #Hr2bMNKQTe1M0Tkd1iIaiy6ErCpH0Tzb {  }
 }@media only screen and (max-width: 763px) { #msUllDfXQmKPdeW4FIaUpMnyXQKlJOHp #VXDsuGiPSwEfOFzgIVFyclGGum8zlzGe {  }
 }@media only screen and (max-width: 763px) { #H0dSKgnRyTHNHewcc6J0ScoLyRHRhP04 { top:30.9375rem;left:19.375rem;width:28.375rem;height:8.9375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #psSylwnyb5zaMGJ3JVvkcbNUBrN1U26R { display:none; }
 }@media only screen and (max-width: 763px) { #AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt { display:block; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #os701EHTAmJvGyzFDIERIO03hzRmZXqS { top:2.5rem;left:0rem;width:23.875rem;height:7.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXxZTwspnCaH3EZtlz5ks5LFVKLq25Th { top:2.5rem;left:0rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VoAk7k4yEPRclfHv4KruF5ZTOffNbT4W { top:2.625rem;left:24.4375rem;width:11.75rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXUvHIEFv9HFx0QRxGID3qih8M6hQuuM { top:2.625rem;left:28.875rem;width:18.875rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OeUBnhk7gnZOEG3OTlmSuRO57l84nB65 { top:5.8125rem;left:39.125rem;width:8.625rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f07PppradTfy2Dx1U1Zw7iFvGnRknu6I { top:5.625rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
#f07PppradTfy2Dx1U1Zw7iFvGnRknu6I > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #sT0kRbHQXbuzv0yqk9wrvTSm2iu91ZBy { display:block; }#sT0kRbHQXbuzv0yqk9wrvTSm2iu91ZBy > .row .container { width:20rem;height:11.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BJxBfFzlwkyqgfW83cuPnZcQ5sdK82qR { width:2.25rem;height:2rem;top:0.53125rem;left:0.9375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #aTMfFq3ZSJlnce1xlxiqOrHyGxthD6qs { display:flex;width:2.25rem;height:2.25rem;top:0.40625rem;left:15.5rem; }
 }@media only screen and (max-width: 763px) { #vQHt0x6WLxGWXvni2x9OzlVi8woDdIro { width:8.5625rem;height:8.0488375rem;top:3.224609375rem;left:10.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wu1XMueHfCTa6ge5Ad03OHzJd3abzC1r { width:4.4375rem;height:4.4375rem;top:25.46044921875rem;left:14.40625rem;display:none; }
 }@media only screen and (max-width: 763px) { #qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 { background-color:rgba(255,255,255,0.34);background-image:url("https://images.assets-landingi.com/uc/772882dc-1037-4b77-8472-fd889174aad5/1080x1920_keyvisual_orange.png");background-position:top center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1.adaptive-delivery-prevent-bg, #qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1.lazyload, #qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1.lazyloading { background-image: none; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container { background-color: transparent; background-image: none; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container > .video-iframe-container { display: none; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row > .video-iframe-container { display: none; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .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); }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container { width:20rem;height:38.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EZXFfw3yuhGCOt37wighsT82AiguIOU8 { width:20rem;height:2.76269375rem;top:20.9140625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MhbWQdIfc5mt0wZJ2FF4fr7r0flKR2Sw { width:11.3125rem;height:1.5rem;top:3.75rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGw3s9KEQtMz9euBoIimLDcVBJrQDWRC { width:20rem;height:9.75rem;top:10.48095703125rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #yMyMdhPpTkHT98wusb7Q5UXwpLFrrqNp { width:11.6875rem;height:1.22534375rem;top:3.875rem;left:4.1875rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #KZwakH5hTs6hL0t825vm1LofIPpZZvqE { width:17.375rem;height:1.5rem;top:8.375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvI2UE4mgXpi8QaxRswiM5U47Qqa8yd7 { width:20rem;height:1.22534375rem;top:8.5rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #JrXCM7E95JRqkFCHmeVPefqIrWTkqzFR { width:13.1875rem;height:1.5rem;top:6.0625rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0DUazIkZ8WNafgscn5Ik92PtsZtkvni { width:12.875rem;height:1.22534375rem;top:6.25rem;left:3.5625rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #W0p6gCmu4PG2LA84LTaDe1Moq4T3irZC { display:flex;width:2.4375rem;height:2.4375rem;top:34.3994140625rem;left:8.78125rem; }
#W0p6gCmu4PG2LA84LTaDe1Moq4T3irZC > img { max-width: 100%;max-height:100%; width:2.4375rem; height:2.4375rem; } }@media only screen and (max-width: 763px) { #CaWpqQkZhr3WtekHtyLRaTCg03cA5ckP { display:flex;width:2.5625rem;height:2.5625rem;top:28.53125rem;left:10.8125rem; }
#CaWpqQkZhr3WtekHtyLRaTCg03cA5ckP > img { max-width: 100%;max-height:100%; width:2.5625rem; height:2.5625rem; } }@media only screen and (max-width: 763px) { #D3Dn7G5sWJJlEv9TBTlT6ttMbC4GzdGk { display:flex;width:2.625rem;height:2.625rem;top:28.5rem;left:6.21875rem; }
#D3Dn7G5sWJJlEv9TBTlT6ttMbC4GzdGk > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #AA2XhJI4n9v6nbb5eLNr5LdWyPzBVNnI { width:14.375rem;height:1.38135rem;top:25.375rem;left:5.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClTKIaUvNDsfNKOPSTBztSJV7JDtET54 { display:flex;width:2.8125rem;height:2.8125rem;top:1rem;left:15.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ND5NAZaBPP59RohHQ5Bw4GzT0xP9rdAt { width:6.6875rem;height:6.6875rem;top:31.09375rem;left:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6uBhbsglP8SoinbhvM7qQByJ8K1wlVy { width:10.75rem;height:10.75rem;top:0.9140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 { display:block; }#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 > .row .container { width:20rem;height:45.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #muCDpV43RGXTWTTxm1O0c8AvS0JhGRXZ { width:19.875rem;height:25.499275rem;top:6.56201171875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #IbtDqkmhs3NEh42GqNtTkFHHHfivfBbK { width:16.75rem;height:2.0996125rem;top:2.71044921875rem;left:3.25rem;text-align:center;text-align-last:center;font-size:1.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Ui6rhpWC83vbHwOXfIGJPW2RrNmNlK3I { width:2.5rem;height:2.5rem;top:37.375rem;left:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #eMffD0RBDAN9NAlMgAJvACRpZL6q1Vr9 { width:2.3125rem;height:2.3125rem;top:2.60400390625rem;left:1.53125rem;z-index:15027;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #fdbdo519fZ2vfuytN99JSSCQs3oKFCe8 { width:10.25rem;height:10.25rem;top:33.9951171875rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ { background-color:rgba(255,255,255,0.34);background-image:url("https://images.assets-landingi.com/uc/88586ab8-6f17-4efd-8267-70ef912343cd/orangebackground.png");background-position:center right !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ.adaptive-delivery-prevent-bg, #vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ.lazyload, #vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ.lazyloading { background-image: none; }#vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ > .row .container { background-color: transparent; background-image: none; }#vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ > .row .container > .video-iframe-container { display: none; }#vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ > .row > .video-iframe-container { display: none; }#vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ > .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); }#vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ > .row .container { width:20rem;height:33.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x6lf9ArpBCuC3xsiSxbRF2G0k9A8Ilaf { width:20rem;height:23.9941625rem;top:5.75830078125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iLZl6PyE8XF395gQrvCo2T5BdaInOqDh { width:18.375rem;height:1.94970625rem;top:2.40625rem;left:1.625rem;text-align:center;text-align-last:center;font-size:1.625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #QwXaBw4m7Uy3R7PWfXcSgihCONTVrlzJ { width:2.5rem;height:2.5rem;top:26.22067578125rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #W57CozzHuZk3TBbnqtrNIPwlvkxsLw7x { width:2.1875rem;height:2.1875rem;top:2.287109375rem;left:3.625rem;z-index:15028;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #tX4K0TAnN4ZqPn6CSPTli17zdrbtM0Fh { width:8.5625rem;height:8.5625rem;top:32.126953125rem;left:11.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #UsAgCTJoJptTKtiMz57OGfgQ6CpDZ16t { display:block; }#UsAgCTJoJptTKtiMz57OGfgQ6CpDZ16t > .row .container { width:20rem;height:5.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZBMNnk2uFdHuiS4oEItN35RnfsH3RBS7 { width:15.25rem;height:1.94970625rem;top:3.30078125rem;left:3.8125rem;text-align:center;text-align-last:center;font-size:1.625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #tq7ISQQpXmy3NCoa55qbsCMxnaTt6rUl { width:2.5rem;height:2.5rem;top:20.23338671875rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Gci9xz7aS5QhZS9kLW1PTALhWm2KXCBR { width:2.0625rem;height:2.0625rem;top:3.1875rem;left:1.8125rem;z-index:15029;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #eZUSBqEwLOvVZLk2xiUnc3hsiOGiJfBT { display:block; }#eZUSBqEwLOvVZLk2xiUnc3hsiOGiJfBT > .row .container { width:20rem;height:78.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lDeWM1Vq3dMtPOzt8Ro8UN0xtgOlnLgy { width:20rem;height:30.3925625rem;top:33.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKHbW98vyOn3fekgOpVsstNV589vUAsq { width:20rem;height:19.19529375rem;top:3.54736328125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxLckCyl8foNOK5oiXU84uA5CLB8H0cI { width:0.125rem;height:40.625rem;top:4.375rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ANxz3TxVUZFT8kegxe8rkIAbaTObrnXO { display:flex;width:3.125rem;height:3.125rem;top:24.341796875rem;left:11.3125rem; }
#ANxz3TxVUZFT8kegxe8rkIAbaTObrnXO > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #qgT6TwypMa8pZooZWwmUxAKgAx9lgWHu { display:flex;width:3.125rem;height:3.125rem;top:24.341796875rem;left:4.5625rem; }
#qgT6TwypMa8pZooZWwmUxAKgAx9lgWHu > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #VJPx3ZQB2eqwVoHet0mrRJmGU8rvIM3W { top:30.46875rem;left:1.25rem;width:17.5rem;height:0.125rem;z-index:15045;background-color:#d2ff1d;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Rw0bX2hO2FhkvJ6KthKEIURJktdewZSQ { width:8.75rem;height:8.75rem;top:66.0166015625rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzawFTV4OqLMMzq4TAUeWqURa31LpsBy { top:77.75rem;left:1.25rem;width:17.5rem;height:0.125rem;z-index:15046;background-color:#d2ff1d;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #quMIvPAkMDNss7FK6mRaKQFfOywqcndT { display:block; }#quMIvPAkMDNss7FK6mRaKQFfOywqcndT > .row .container { width:20rem;height:80.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yTbxUSfgfMrJfCSUkgKWbTlydL8P0I1h { width:15.75rem;height:1.94970625rem;top:2.0625rem;left:3.125rem;text-align:center;text-align-last:center;font-size:1.625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #zPBH9QrW267l2P78AJpnURvqahETJooa { width:2.5rem;height:2.5rem;top:4.8994125rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #tJp7ttWcstTuUoLKXx9ocqdTNq5TMAsy { width:20rem;height:6.3984375rem;top:5.79833984375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VuMMRnQaz7peDpUOfnK6m8qx72OhKIrX { width:12.5rem;height:12.5rem;top:12.75927734375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3DaN5qlTJgpV960nsnUxCwMZUgrzyKJ { width:12.5rem;height:12.5rem;top:34.8125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #b57OJC9ihFItDSCsVlWxuJLUTc1qLx6Z { width:1.875rem;height:1.875rem;top:2.099609375rem;left:0.75rem;z-index:15030;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TT6XTqbxb5Psr3MIrwIwQCVqkS6b4AwB { width:12.5rem;height:12.5rem;top:57.88427734375rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeUCe3WVikJpBbUZUTVeNOaEyE0AgClM { width:18rem;height:6.49659375rem;top:26.75rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sv5VHosvaVQGi3bArEBARHBwxsrwOrkr { width:18.6875rem;height:7.5rem;top:26.1875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBzS6HgTSFQW8seiFy7swtW2otnimkiT { display:flex;width:1.875rem;height:1.875rem;top:74.193359375rem;left:17.0625rem; }
#vBzS6HgTSFQW8seiFy7swtW2otnimkiT > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #P6u5WWR8r9oUlwV9l7Jesd3aILnlOlUP { width:17.9375rem;height:5.197275rem;top:49.125rem;left:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyRKRGmKsSX0O2DbqSTEsFCto7MMKXtb { display:flex;width:1.875rem;height:1.875rem;top:29.0615234375rem;left:15.625rem; }
#fyRKRGmKsSX0O2DbqSTEsFCto7MMKXtb > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #N968TkTKHCw3Tloyay0EyLTtPc5lufhs { display:flex;width:1.875rem;height:1.875rem;top:50.787109375rem;left:16.25rem; }
#N968TkTKHCw3Tloyay0EyLTtPc5lufhs > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #wPIsMiXPt9oFZJ9SipoSETGRAgXKranQ { width:18.6875rem;height:7.5rem;top:48rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJTNS8hUrwT6XSmMWCUeKdC983yLnb3S { width:17.6875rem;height:5.197275rem;top:72.53125rem;left:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #biLuN9x7oWRCQKaZKvidKFaqwbB8iqHO { width:19rem;height:7.5rem;top:71.318359375rem;left:0.5625rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #ceynpHVlArVUb8c9yEOw4DfOu5VwwWfK { display:block; }#ceynpHVlArVUb8c9yEOw4DfOu5VwwWfK > .row .container { width:20rem;height:65.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E3OThfyVgOLAEhpup8x3erxAtPLa6tbT { width:13.6875rem;height:13.6875rem;top:22.15625rem;left:6.3125rem;z-index:15045;display:none; }
 }@media only screen and (max-width: 763px) { #VtMpofnTM9F6x44wxJqW0qxZevrbp508 { width:12.5rem;height:12.5rem;top:44.40625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #znd52oXHxfVTCZqg38GZrvNQT4V1oxgG { width:12.5rem;height:12.5rem;top:22.75927734375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yd07MdG5T1ywHiX0QJEpJoN7aISuOWuc { width:12.5rem;height:12.5rem;top:0rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIxC32LFvZ6fpM1sWn3Rvn2TigFi8UQL { width:17.6875rem;height:5.197275rem;top:14.4375rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #crCbfVKI20JAI5NM58eg7BEOv6KTvNgB { display:flex;width:1.875rem;height:1.875rem;top:16.099609375rem;left:17.125rem; }
#crCbfVKI20JAI5NM58eg7BEOv6KTvNgB > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #eQq0CKbxNXTtnJ5qp62FZqGzFisHKxX4 { width:19rem;height:7.5rem;top:13.1875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AoHCa0P97pQmuFlD7eUBHIkmnZuQGfNA { width:18.75rem;height:5.197275rem;top:37.125rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vxf9ci6UGFoWTty1JDaOsWt2qbBGwI8h { display:flex;width:1.875rem;height:1.875rem;top:38.787109375rem;left:17.125rem; }
#Vxf9ci6UGFoWTty1JDaOsWt2qbBGwI8h > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #vtaVTi9B73nOA00xN5c4KplSgqzsGQzS { width:19rem;height:7.5rem;top:35.875rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmAt244JEIJBSGrWocTEzt2333Bk64nn { width:17.75rem;height:5.197275rem;top:58.712890625rem;left:0.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qy9m1ADZJTMWNFLOmZuudV0ywN0OnFag { display:flex;width:1.875rem;height:1.875rem;top:60.375rem;left:17.125rem; }
#Qy9m1ADZJTMWNFLOmZuudV0ywN0OnFag > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #yyw5IpV2VTaLEcCg32VC2ZaZUWLlmO06 { width:19.0625rem;height:7.5rem;top:57.5rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0wpmmPvpD8nqP5nFvANTt8rG73mCg7q { display:block; }#q0wpmmPvpD8nqP5nFvANTt8rG73mCg7q > .row .container { width:20rem;height:65.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VZg3e28r9EnEXWdCPHhAmy0rSAJtOARz { width:13.6875rem;height:13.6875rem;top:22.15625rem;left:6.3125rem;z-index:15045;display:none; }
 }@media only screen and (max-width: 763px) { #rxPKrxNBo0MIqsbV7W9ulcQbfIEExEr0 { width:12.4375rem;height:12.4375rem;top:43.1875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNDH5g9JF2ZkcxCv0fMdl4TldZxebmeD { width:12.5rem;height:12.5rem;top:22.4375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRrUezzASHQFXKVyFXmlbTVntGJfuGlC { width:12.5rem;height:12.5rem;top:0rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ird2wAiVcqCh7Iw1GTpHWDTD500lwHHT { width:14.6875rem;height:5.197275rem;top:15.212890625rem;left:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPdfq0KAhgZfzKhbsbKBpBEVfZGtMhnR { display:flex;width:1.875rem;height:1.875rem;top:16.875rem;left:16.625rem; }
#WPdfq0KAhgZfzKhbsbKBpBEVfZGtMhnR > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #WSTmESRIsekbJSTTDV9BO4nSiz2GDfUX { width:19.0625rem;height:7.5rem;top:13.974609375rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JT5wIqlTHdFL79TLlJ9LkiQFzl2w2mli { width:17.0625rem;height:5.197275rem;top:36.75rem;left:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3eKgtr8mAkmo9EqWT3ntKacx2UA0wa3 { display:flex;width:1.875rem;height:1.875rem;top:38.1875rem;left:16.625rem; }
#g3eKgtr8mAkmo9EqWT3ntKacx2UA0wa3 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #cGKT8LfhpEKJiKwNBGDNQH92T7KJF4OX { width:18.8125rem;height:7.5rem;top:35.5625rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MACFpyNsiMzHFASJpxyZbfxM1BpgWPIf { width:18.8125rem;height:5.197275rem;top:58.4375rem;left:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dq87fQ61UKopXZFWTxRO6xSmlnhAm5LF { display:flex;width:1.875rem;height:1.875rem;top:60.099609375rem;left:16.625rem; }
#Dq87fQ61UKopXZFWTxRO6xSmlnhAm5LF > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #ZmhzyH76bQJBFvWtNMCc4qbUZdlrHQPX { width:18.875rem;height:7.5rem;top:57rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBOJSfmRVxp4m4SJV1Uub1XsgKaNrkgf { display:block; }#ZBOJSfmRVxp4m4SJV1Uub1XsgKaNrkgf > .row .container { width:20rem;height:68.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rWW4qWTaxBwl4EfRJ7y7NFWKHUcTcWwd { width:13.6875rem;height:13.6875rem;top:22.15625rem;left:6.3125rem;z-index:15045;display:none; }
 }@media only screen and (max-width: 763px) { #mJCD9FTzWXW0kDqt4lU3NW6Wa2xakMFp { width:12.4995rem;height:12.4995rem;top:22.75rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #M41WQKaM09TPkdu5pumaKTqLblJUhti0 { width:12.4995rem;height:12.4995rem;top:46.3125rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DiOzXlcu1zse5IvIReyqyqUi5ZQiL5m4 { width:18.9375rem;height:5.19726875rem;top:60.75rem;left:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqmwnVDWgdDwLqUw2TB91E6PgaaOLTXr { width:18.8125rem;height:7.5rem;top:59.5625rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IS0BthP3tvSv9pvH8PEAN8BBoGcaMoTc { display:flex;width:1.875rem;height:1.875rem;top:62.4375rem;left:16.25rem; }
#IS0BthP3tvSv9pvH8PEAN8BBoGcaMoTc > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #XBeU8l8kk9zyXoby9NE9G7VWSzXe364D { width:17.1875rem;height:5.197275rem;top:37.25rem;left:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlhuFf48oPQLlyLNReTQATth0CHKT72F { width:18.875rem;height:7.5rem;top:36.0625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDQmcGBTOFhfdhWoUKnqCkHXONWdvgu9 { display:flex;width:1.875rem;height:1.875rem;top:38.625rem;left:16.25rem; }
#IDQmcGBTOFhfdhWoUKnqCkHXONWdvgu9 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #yJAmx2ovRNmwDCGRcRFX01y5p3GIWkgx { width:12.4375rem;height:12.4375rem;top:0.671630859375rem;left:2.56201171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLRUNurTTLyTp9zZVoZyfq7ShKwn2M1p { width:19.875rem;height:7.5rem;top:14.1875rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zx4AD9Nwt7fyTXLD3lbNNeN4zVElhFJx { width:19.9995rem;height:5.197275rem;top:15.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M20Eevwe18oo0pUMn5fXiz7RrBUWPWIN { display:flex;width:1.875rem;height:1.875rem;top:17.0625rem;left:17.0625rem; }
#M20Eevwe18oo0pUMn5fXiz7RrBUWPWIN > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #ItbJb4HZlRwRBoFNrqPwIu2rivxNIyxo { display:block; }#ItbJb4HZlRwRBoFNrqPwIu2rivxNIyxo > .row .container { width:20rem;height:67.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CPe7FIRctFqiuS0UrZ8RuXN5PZB6TKeB { width:13.6875rem;height:13.6875rem;top:22.15625rem;left:6.3125rem;z-index:15045;display:none; }
 }@media only screen and (max-width: 763px) { #aeBu1BfqVApMaPzPL875br25U4aDGTln { width:12.8125rem;height:12.75rem;top:22.96875rem;left:3.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNDxCAxWXdkTKhOHid2qzcXeUyPrJgRX { width:12.8125rem;height:12.8125rem;top:0rem;left:3.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKN6Z8PE3fw5on24hD3TRxXa1zhdGqEK { width:19rem;height:7.5rem;top:13.875rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bclaUOllNiK9PbUz9XRqpaXHzeNhNbvy { width:18.375rem;height:5.19726875rem;top:15.087890625rem;left:0.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewqPDIrHX3kwEAFIX01iasn1L4mPhQNw { display:flex;width:1.875rem;height:1.875rem;top:16.8125rem;left:17.375rem; }
#ewqPDIrHX3kwEAFIX01iasn1L4mPhQNw > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #FriUZ6csIZBD0kI9HtnwiAXsywt3Uqe5 { width:18.9375rem;height:5.197275rem;top:37.625rem;left:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nnSKAw27snX8xUpu1RDEZv4bvzOUiswF { width:19.125rem;height:7.5rem;top:36.3125rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sv6pkm3y99WxPayokHzXAuPEnndmVdUe { display:flex;width:1.875rem;height:1.875rem;top:39.287109375rem;left:17.375rem; }
#Sv6pkm3y99WxPayokHzXAuPEnndmVdUe > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #y3nvJblZC3GogN0RsVZxyL451Hqm2V0q { width:12.5rem;height:12.5rem;top:44.25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqeJa8MsDu0vxd18mZXzHyx67CDpuSeC { width:18.6875rem;height:7.5rem;top:57.3125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtE9O4Ux77xXIAI523SHpNkoCVdzTpTn { width:17.1875rem;height:5.197275rem;top:58.4375rem;left:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDac9ygWinykrRI6E8bEOrv7y3mc77es { display:flex;width:1.875rem;height:1.875rem;top:60.125rem;left:16.875rem; }
#tDac9ygWinykrRI6E8bEOrv7y3mc77es > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #g1zE0O155z1DOcNUpO3iFCf583gZ43ww { display:block; }#g1zE0O155z1DOcNUpO3iFCf583gZ43ww > .row .container { width:20rem;height:67.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w9P21seLC2i5mgmJHiSTNkhiZvxV8lpZ { width:13.6875rem;height:13.6875rem;top:22.15625rem;left:6.3125rem;z-index:15045;display:none; }
 }@media only screen and (max-width: 763px) { #VOaJSmqzWW5i7Fv3t8xnCDAFoyWugF0F { width:12.5rem;height:12.5rem;top:22.6875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sc7NGzw1KRodWGJzqcfhesGCZrZGibf1 { width:12.5rem;height:12.5rem;top:0.5625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCkGMZGGMPx0TuZL69peyLOaLEd8V3w8 { width:19rem;height:7.5rem;top:14rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7TJFii2hwpmrPugVDLLQuIsdHldeQsM { width:18.9375rem;height:5.197275rem;top:15.125rem;left:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tpi6hg4HlzHNek35zBHK6imDR0p0XKrs { display:flex;width:1.875rem;height:1.875rem;top:16.875rem;left:16.875rem; }
#Tpi6hg4HlzHNek35zBHK6imDR0p0XKrs > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #Fl3vEAIb7qyWdIwk2xRztnOubq0SdUpf { width:18.5625rem;height:7.5rem;top:35.875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTHKyvG49KhpAS0QuN9TgoDQxK7IqLBD { width:18.625rem;height:5.197275rem;top:37.0625rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHcDRUQcrEFNbhhmG1y2ZMLCZqFHAoE4 { display:flex;width:1.875rem;height:1.875rem;top:38.75rem;left:16.875rem; }
#cHcDRUQcrEFNbhhmG1y2ZMLCZqFHAoE4 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #WWffuSXnHT9SMs1F4k7GiTvclf5FpWBB { width:12.8125rem;height:12.8125rem;top:45.40625rem;left:3.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RD4NisREFAH3xuId2cTp35wsze4GSUdb { width:19.0625rem;height:7.5rem;top:59.599609375rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfaFoI5aJNWVCp3JbehzHoi97NKNTTnu { width:19.375rem;height:5.19726875rem;top:60.8125rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SeawbT7SdZuvhLSEXzHhbhpoaNnrCTfA { display:flex;width:1.875rem;height:1.875rem;top:62.3125rem;left:17.375rem; }
#SeawbT7SdZuvhLSEXzHhbhpoaNnrCTfA > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #cGXpf2blCsbcNkBputDoMAweBqMOVX5M { display:block; }#cGXpf2blCsbcNkBputDoMAweBqMOVX5M > .row .container { width:20rem;height:67.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iO6OLm382R7kdp90NxCiHKGtCqr5aMAI { width:13.6875rem;height:13.6875rem;top:22.15625rem;left:6.3125rem;z-index:15045;display:none; }
 }@media only screen and (max-width: 763px) { #xDe0gpuIo61J2RvuWwrg3JK385ig5dZd { width:12.5rem;height:12.5rem;top:0rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUUS3eTQwOMuV0nxHuEirU7gi9z9yJK2 { width:18.75rem;height:7.5rem;top:12.5rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGxHGsJmTWVQkHSD4hF3nAb1IA1SvLbH { width:18.75rem;height:5.197275rem;top:13.712890625rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #meho89ATkfWdSr51a0TpaSgE4Cp2k31H { display:flex;width:1.875rem;height:1.875rem;top:15.375rem;left:16.875rem; }
#meho89ATkfWdSr51a0TpaSgE4Cp2k31H > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #CtkttCIXQdeE82OZd5fNPtamEJC9p1nh { width:12.5rem;height:12.5rem;top:22.1875rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNaF13dCalJqwbCS94zLnvcSQpu5JDEb { width:19rem;height:7.5rem;top:35.125rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LetQhP1AVJaCmp54HKyPAX24Sk2b2Unt { width:19.5rem;height:5.197275rem;top:36.25rem;left:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WpW7Wl4JpMmt8nEFyNQZG5i5CzcDi3If { display:flex;width:1.875rem;height:1.875rem;top:38rem;left:15.8125rem; }
#WpW7Wl4JpMmt8nEFyNQZG5i5CzcDi3If > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #A7gTxHQ8EBTmh7qvp6bRKwBx3QqwLUSR { width:12.5rem;height:12.5rem;top:44.75rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ob2JPs8EZ0PT5ogxhnTfV7OaBqk0N2bc { width:18.6875rem;height:7.5rem;top:58.5rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XEGuAXyX1QTwlaxzGhayU0ti29C4ytpZ { width:14.3125rem;height:5.197275rem;top:59.6875rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KwPvllkaiBwaye6xxB1k7Lw15urnLz7m { display:flex;width:1.875rem;height:1.875rem;top:61.349609375rem;left:16.25rem; }
#KwPvllkaiBwaye6xxB1k7Lw15urnLz7m > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #ttpAfrWkdV52VNkOmb05VVeM561oRsOL { display:block; }#ttpAfrWkdV52VNkOmb05VVeM561oRsOL > .row .container { width:20rem;height:66.78076171875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NJtudG7p2tOOsHbksNKTxBmucixG5Rmc { width:13.6875rem;height:13.6875rem;top:22.15625rem;left:6.3125rem;z-index:15045;display:none; }
 }@media only screen and (max-width: 763px) { #BMCPThLymWNBBWC1hmyfziofTD1g1BmF { width:13.6875rem;height:13.6875rem;top:28.8125rem;left:3.15625rem;display:none; }
 }@media only screen and (max-width: 763px) { #oztoDSFF7VIN4bykis5m8KnT2qXH9nFT { width:12.5rem;height:12.5rem;top:0rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MP71U58wE6N3IIHy677rJytXTr2fP9lb { width:18.875rem;height:7.5rem;top:13.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IugTaF6NbUQbeaZmA6i5Mu7ByKJynvO3 { width:18.875rem;height:5.197275rem;top:14.875rem;left:0.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOO51BpL8BA0N3eLQT8549CIxICZwIE6 { display:flex;width:1.875rem;height:1.875rem;top:16.125rem;left:16.5rem; }
#FOO51BpL8BA0N3eLQT8549CIxICZwIE6 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #uCdEaznqTX45rdJmlVNcRKe9JPL4NHRJ { width:12.5rem;height:12.5rem;top:45.875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNhGsCkiAQlZQ4kJKL7BvuSprTIvD9pr { width:18.875rem;height:7.5rem;top:59.1875rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcWGkiElCEcTkisZSOl5V4MOCdEiE5xL { width:19.1875rem;height:5.197275rem;top:60.375rem;left:0.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SyW1rbvLJbEbIE0yOTo73qsbApdIO9fC { display:flex;width:1.875rem;height:1.875rem;top:62.0625rem;left:16.25rem; }
#SyW1rbvLJbEbIE0yOTo73qsbApdIO9fC > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/88586ab8-6f17-4efd-8267-70ef912343cd/orangebackground.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng.adaptive-delivery-prevent-bg, #EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng.lazyload, #EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng.lazyloading { background-image: none; }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng > .row .container { background-color: transparent; background-image: none; }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng > .row .container > .video-iframe-container { display: none; }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng > .row > .video-iframe-container { display: none; }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng > .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); }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng > .row .container { width:20rem;height:81.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rH9qmTUTgF7vsqKv2yvkHfDMnUvPv91D { width:20rem;height:4.80029375rem;top:1.6728515625rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #STuPNnhb2QMh6b2QAuiXZIktcPG3c7LE { width:20rem;height:2.5004875rem;top:8.91015625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbSoezkPTAwNLchzdUH3uhLDkvCrDL0o { width:12.5rem;height:0.1875rem;top:44.5625rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ecmJe1daIrQASR2gWpPxJCAqX6BXd7Oq { width:12.5rem;height:12.5rem;top:14.41015625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2NdSbdBJTSp02UL0OxsnDZCcsmv4VTT { width:16.5rem;height:11.05079375rem;top:29.34765625rem;left:2.4375rem;text-align:left;text-align-last:left;font-size:1.0625rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #LNo8LsDUgXoT9fmCx6ggbnnJ5zhNWkyJ { width:20rem;height:2.5004875rem;top:43.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #msUllDfXQmKPdeW4FIaUpMnyXQKlJOHp .widget-regular-label { display:block;width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;color:#000000; }
#msUllDfXQmKPdeW4FIaUpMnyXQKlJOHp .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#msUllDfXQmKPdeW4FIaUpMnyXQKlJOHp .widget-input-text {padding-top: 0; padding-bottom: 0;}#msUllDfXQmKPdeW4FIaUpMnyXQKlJOHp .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#msUllDfXQmKPdeW4FIaUpMnyXQKlJOHp .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#msUllDfXQmKPdeW4FIaUpMnyXQKlJOHp .widget-input-select {padding-top: 0; padding-bottom: 0;}#msUllDfXQmKPdeW4FIaUpMnyXQKlJOHp .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#msUllDfXQmKPdeW4FIaUpMnyXQKlJOHp .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#msUllDfXQmKPdeW4FIaUpMnyXQKlJOHp  { width:17.5rem;height:auto;top:48.97265625rem;left:0rem; }
#msUllDfXQmKPdeW4FIaUpMnyXQKlJOHp .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#msUllDfXQmKPdeW4FIaUpMnyXQKlJOHp {display:block;}#msUllDfXQmKPdeW4FIaUpMnyXQKlJOHp { width:17.5rem;height:auto;top:48.97265625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #msUllDfXQmKPdeW4FIaUpMnyXQKlJOHp #ID7RRma10yb5qRwTIlnndfgIMqBxRkCW {  }
 }@media only screen and (max-width: 763px) { #msUllDfXQmKPdeW4FIaUpMnyXQKlJOHp #lg70kfu6OII9a03TfCdTBnR48R5TfmBA { display:block; }
 }@media only screen and (max-width: 763px) { #msUllDfXQmKPdeW4FIaUpMnyXQKlJOHp #ctX21iavsvcNwvkOtRGZDUQynf6EUazA {  }
 }@media only screen and (max-width: 763px) { #msUllDfXQmKPdeW4FIaUpMnyXQKlJOHp #RyO24OBQ9VbabCUkUAkRaE09mvMCiyPV {  }
 }@media only screen and (max-width: 763px) { #msUllDfXQmKPdeW4FIaUpMnyXQKlJOHp #xyAJx2SHn8qTos5fv9cbgwgkCU1nzRXZ { display:block; }
 }@media only screen and (max-width: 763px) { #msUllDfXQmKPdeW4FIaUpMnyXQKlJOHp #FrsNRluxDWHruB2LcUER4fT0GcTCeWXe {  }
 }@media only screen and (max-width: 763px) { #msUllDfXQmKPdeW4FIaUpMnyXQKlJOHp #Hr2bMNKQTe1M0Tkd1iIaiy6ErCpH0Tzb {  }
 }@media only screen and (max-width: 763px) { #msUllDfXQmKPdeW4FIaUpMnyXQKlJOHp #VXDsuGiPSwEfOFzgIVFyclGGum8zlzGe {  }
 }@media only screen and (max-width: 763px) { #H0dSKgnRyTHNHewcc6J0ScoLyRHRhP04 { width:20rem;height:13.49120625rem;top:67.08203125rem;left:0rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #psSylwnyb5zaMGJ3JVvkcbNUBrN1U26R { top:41.03125rem;left:1.25rem;width:17.5rem;height:0.125rem;z-index:15046;background-color:#d2ff1d;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt { background-color:#ffffff;background-image:none;display:block; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row .container { background-color: transparent; background-image: none; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row .container > .video-iframe-container { display: none; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row > .video-iframe-container { display: none; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .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); }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row .container { width:20rem;height:31.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #os701EHTAmJvGyzFDIERIO03hzRmZXqS { width:17.0625rem;height:9.59766875rem;top:8.3125rem;left:1.46875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MXxZTwspnCaH3EZtlz5ks5LFVKLq25Th { width:4.625rem;height:4.625rem;top:1.75rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VoAk7k4yEPRclfHv4KruF5ZTOffNbT4W { width:11.75rem;height:4.7988375rem;top:16.998046875rem;left:4.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lXUvHIEFv9HFx0QRxGID3qih8M6hQuuM { width:18.875rem;height:3.199225rem;top:23.484375rem;left:0.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OeUBnhk7gnZOEG3OTlmSuRO57l84nB65 { width:8.625rem;height:1.5996125rem;top:27.02099609375rem;left:0.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f07PppradTfy2Dx1U1Zw7iFvGnRknu6I { display:flex;width:1.875rem;height:1.875rem;top:26.87109375rem;left:8.5625rem; }
#f07PppradTfy2Dx1U1Zw7iFvGnRknu6I > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }