.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:231,239,255;--color-primary-1:174,201,255;--color-primary-2:93,146,255;--color-primary-3:47,73,128;--color-primary-4:14,22,38;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"raleway";--paragraphs-font-family:"open sans"; }@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:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zSHsmaZkaH89Dy3rnOv1D7NI3WAsnan7 { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #e7e6ec;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;z-index:auto;display:block; }#zSHsmaZkaH89Dy3rnOv1D7NI3WAsnan7 > .row .container { background-color: transparent; background-image: none; }#zSHsmaZkaH89Dy3rnOv1D7NI3WAsnan7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zSHsmaZkaH89Dy3rnOv1D7NI3WAsnan7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zSHsmaZkaH89Dy3rnOv1D7NI3WAsnan7 > .row .container > .video-iframe-container { display: none; }#zSHsmaZkaH89Dy3rnOv1D7NI3WAsnan7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zSHsmaZkaH89Dy3rnOv1D7NI3WAsnan7 > .row > .video-iframe-container { display: none; }#zSHsmaZkaH89Dy3rnOv1D7NI3WAsnan7 > .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); }#zSHsmaZkaH89Dy3rnOv1D7NI3WAsnan7 > .row .container { border-width: 0; border-radius: 0; }#zSHsmaZkaH89Dy3rnOv1D7NI3WAsnan7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zSHsmaZkaH89Dy3rnOv1D7NI3WAsnan7 > .row .container { font-size:0.875rem;font-family:arial;height:5.25rem;width:75rem;position:relative;display:block; }#NRngHVmCwlAT5SGTCVI8vTbdftSSRuy0 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:8.25rem;top:1.78125rem;left:0rem;display:block; }
#ZOEVoD7TQaOuwgE6T5kChRgyvOBlLwvL { background-color:#0e0142;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"euclid circular a";font-size:1rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:11.3125rem;height:3.125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.0625rem;left:63.686635971069rem;display:block; }
#qN8qqi2su67DBf9Uyd5qRrCEDedk8NBw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/2aa91f02-eb24-4207-a9db-3ff3530c3da3/herobg.svg");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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:88.4375rem;width:75rem;overflow:visible;position:relative;display:block; }#H9NOtbOIXOzqJ59kIoNJuK0IedE3elGT { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:16.375rem;top:9.5rem;left:29.3125rem;overflow:hidden;display:block; }
#KQT2uLihng2nnA3ISMzKqCA4kXbN6E2D { color:#0e0142;display:block;width:44.1875rem;position:absolute;font-family:"euclid circular a";font-size:4rem;font-weight:400;z-index:15001;line-height:1.1;letter-spacing:0;top:14.75rem;left:15.40625rem;height:8.798625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#c6hvqxk7JPFUq7cn9WIXuZbkRH7Kzoy6 { color:#0e0142;display:block;width:28rem;position:absolute;font-family:"euclid circular a";font-size:1rem;font-weight:normal;z-index:15002;line-height:1.6;letter-spacing:0;top:24.5rem;left:23.5rem;height:3.19965rem;text-align:center;text-align-last:center;display:block; }
#goB0pkrC4D1TcXabie48I6vCSo0ANQhg { background-color:transparent;background-image: -webkit-linear-gradient(44deg, #f9b629, #9aed6b);background-image: -moz-linear-gradient(44deg, #f9b629, #9aed6b);background-image: -ms-linear-gradient(44deg, #f9b629, #9aed6b);background-image: -o-linear-gradient(44deg, #f9b629, #9aed6b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9b629', endColorstr='#9aed6b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9b629', endColorstr='#9aed6b' );";background-image: linear-gradient(44deg, #f9b629, #9aed6b);background-size:auto !important;border-top:0.0625rem solid #9aed6b;border-left:0.0625rem solid #9aed6b;border-right:0.0625rem solid #9aed6b;border-bottom:0.0625rem solid #9aed6b;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"euclid circular a";font-size:1rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:15.888671875rem;height:3.013671875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:30.25rem;left:29.5556640625rem;display:block; }
#kZdzak1BkkEKfAwS3VJWBaUTXhT889F6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#v9Tap4QBB3EO9rk39TqS9kM1Te8Vgh7M { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top: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:20.875rem;top:34.8125rem;left:27.0625rem;overflow:hidden;display:block; }
#XGKMKsaby27loFl2l0ZuICZ1NZ8Z6vzI { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.75rem;width:29rem;display:none; }
#aV8MOLv4lKiXLRklVJEc4lAfwqXcG8Wr { position:absolute;display:block;z-index:15007;height:42.8125rem;width:75rem;top:40.625rem;left:0rem;display:block; }
#Tceh2reWqbGd8I22NoGGmHZAd2bPSPx8 { position:relative;display:block; }#Tceh2reWqbGd8I22NoGGmHZAd2bPSPx8 { background-color: transparent; background-image: none; }#Tceh2reWqbGd8I22NoGGmHZAd2bPSPx8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tceh2reWqbGd8I22NoGGmHZAd2bPSPx8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tceh2reWqbGd8I22NoGGmHZAd2bPSPx8 > .row .container > .video-iframe-container { display: none; }#Tceh2reWqbGd8I22NoGGmHZAd2bPSPx8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tceh2reWqbGd8I22NoGGmHZAd2bPSPx8 > .row > .video-iframe-container { display: none; }#Tceh2reWqbGd8I22NoGGmHZAd2bPSPx8 > .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); }#Tceh2reWqbGd8I22NoGGmHZAd2bPSPx8 { border-width: 0; border-radius: 0; }#Tceh2reWqbGd8I22NoGGmHZAd2bPSPx8 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Tceh2reWqbGd8I22NoGGmHZAd2bPSPx8 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:21rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ViPpizyhld3BK1Eth1GiKoK8MdcVxF37 { color:#0e0142;display:block;width:36.5625rem;position:absolute;font-family:"euclid circular a";font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;top:4.8125004768372rem;left:19.218751907349rem;height:1.79948125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#L8KZWc6xCsQMhKZhCP8B1SuRV33i2xc7 { color:#0e0142;display:block;width:40.6875rem;position:absolute;font-family:"euclid circular a";font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;top:4.8125rem;left:17.125rem;height:1.79948125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#q2SwbJqyJJz0wNTXf0alwzHTf0lR8GNO { position:absolute;display:block;z-index:15018;height:5.625rem;width:75rem;top:7.6875rem;left:0rem;display:block; }
#y7vTQzTxUTgfN7DV7TdlN4aLKFqhAyOF { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#0e0142;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"euclid circular a";font-size:1rem;font-weight:700;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:17.5rem;height:2.3125rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:15.9375rem;left:28.750001907349rem;display:block; }
#bz5klqOK79FHBTJEC3SHJ73oE84J3Fz9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NLHrk7dHKoq4AcVyR7xe0VeDkRn98g9L { position:relative;display:block; }#NLHrk7dHKoq4AcVyR7xe0VeDkRn98g9L { background-color: transparent; background-image: none; }#NLHrk7dHKoq4AcVyR7xe0VeDkRn98g9L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NLHrk7dHKoq4AcVyR7xe0VeDkRn98g9L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NLHrk7dHKoq4AcVyR7xe0VeDkRn98g9L > .row .container > .video-iframe-container { display: none; }#NLHrk7dHKoq4AcVyR7xe0VeDkRn98g9L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NLHrk7dHKoq4AcVyR7xe0VeDkRn98g9L > .row > .video-iframe-container { display: none; }#NLHrk7dHKoq4AcVyR7xe0VeDkRn98g9L > .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); }#NLHrk7dHKoq4AcVyR7xe0VeDkRn98g9L { border-width: 0; border-radius: 0; }#NLHrk7dHKoq4AcVyR7xe0VeDkRn98g9L > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#NLHrk7dHKoq4AcVyR7xe0VeDkRn98g9L > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:98.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Wal6g8G3IDPrWMNFf3fGq9KhXp8CBr7x { color:#0e0142;display:block;width:7.3125rem;position:absolute;font-family:"euclid circular a";font-size:3.5rem;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;top:4.8446178436279rem;left:47.343751907349rem;height:3.849825rem;text-align:center;text-align-last:center;display:block; }
#T8LowQ5SgspKZH9ZEZGPfNED9ThQMDIO { color:#0e0142;display:block;width:12.125rem;position:absolute;font-family:"euclid circular a";font-size:3.5rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:9.5060806274412rem;left:39.843751907349rem;height:3.849825rem;text-align:left;text-align-last:left;display:block; }
#y5eKhSMd5HCCsIKfksDwnqWPPuTOmaZK { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top: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.375rem;width:6.5rem;top:3.5807294845581rem;left:41.625001907349rem;overflow:hidden;display:block; }
#Uq9D7ViXuhQzC8lztJDcSWVE1tkRLwTS { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top: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.125rem;width:4.1875rem;top:8.6961784362794rem;left:35.406251907349rem;overflow:hidden;display:block; }
#HsV7wAguodb7bBf4qmuuDfeb7mapTvub { color:#0e0142;display:block;width:32.625rem;position:absolute;font-family:"euclid circular a";font-size:3.5rem;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;top:4.8671839237213rem;left:22.3125rem;height:;text-align:center;text-align-last:center;display:none; }
#GNI4tmpiUGIuLcEoldqgagbTXlGUqXQe { color:#0e0142;display:block;width:37.1875rem;position:absolute;font-family:"euclid circular a";font-size:3.5rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:9rem;left:20rem;height:;text-align:center;text-align-last:center;display:none; }
#kvKOMMrf8QF45Q2DWWKvvdDS7LrK7CfJ { color:#0e0142;display:block;width:24.25rem;position:absolute;font-family:"euclid circular a";font-size:3.5rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:4.8428821563721rem;left:18.180555343628rem;height:3.849825rem;text-align:center;text-align-last:center;display:block; }
#vUlg6vFLGos2npLlBWGunKJCFIbvtsUw { color:#0e0142;display:block;width:14.9375rem;position:absolute;font-family:"euclid circular a";font-size:3.5rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:9.5052070617675rem;left:21.430555343628rem;height:;text-align:center;text-align-last:center;display:block; }
#tQ1tcQmzNur0TnGeVTUfcmO1PdB4o10C { color:#0e0142;display:block;width:32.625rem;position:absolute;font-family:"euclid circular a";font-size:3.5rem;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;top:4.8671839237213rem;left:22.3125rem;height:;text-align:center;text-align-last:center;display:none; }
#iT0tlH9K4uAwNX2owb7B2cDD3pUBIg8S { color:#0e0142;display:block;width:37.1875rem;position:absolute;font-family:"euclid circular a";font-size:3.5rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:9rem;left:20rem;height:;text-align:center;text-align-last:center;display:none; }
#IomamSpTiBVf5NnBq7o4CMCHT4IRu7ny { position:absolute;display:block;z-index:15005;height:79.5625rem;width:75rem;top:19.374131560326rem;left:0rem;display:block; }
#GiUsGT8NJLhTvAABg6BT4zyekekkN0tV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dde0ff;background-image:url("https://images.assets-landingi.com/uc/654a401e-ce1b-441c-b98d-38c8caf29dbe/aivector1401.svg");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; }#GiUsGT8NJLhTvAABg6BT4zyekekkN0tV.adaptive-delivery-prevent-bg, #GiUsGT8NJLhTvAABg6BT4zyekekkN0tV.lazyload, #GiUsGT8NJLhTvAABg6BT4zyekekkN0tV.lazyloading { background-image: none; }#GiUsGT8NJLhTvAABg6BT4zyekekkN0tV > .row .container { background-color: transparent; background-image: none; }#GiUsGT8NJLhTvAABg6BT4zyekekkN0tV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GiUsGT8NJLhTvAABg6BT4zyekekkN0tV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GiUsGT8NJLhTvAABg6BT4zyekekkN0tV > .row .container > .video-iframe-container { display: none; }#GiUsGT8NJLhTvAABg6BT4zyekekkN0tV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GiUsGT8NJLhTvAABg6BT4zyekekkN0tV > .row > .video-iframe-container { display: none; }#GiUsGT8NJLhTvAABg6BT4zyekekkN0tV > .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); }#GiUsGT8NJLhTvAABg6BT4zyekekkN0tV > .row .container { border-width: 0; border-radius: 0; }#GiUsGT8NJLhTvAABg6BT4zyekekkN0tV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GiUsGT8NJLhTvAABg6BT4zyekekkN0tV > .row .container { font-size:0.875rem;font-family:arial;height:47.5rem;width:75rem;position:relative;display:block; }#T1NIN3ZiUnKOxKoJ5TgEtJL3JlTByKmp { position:absolute;display:block;z-index:15005;height:47.5rem;width:75rem;top:-0.0625rem;left:0rem;display:block; }
#bNwZNJl0dCV1TWJdTi6Z2S5128A1Zgnr { position:relative;display:block; }#bNwZNJl0dCV1TWJdTi6Z2S5128A1Zgnr { background-color: transparent; background-image: none; }#bNwZNJl0dCV1TWJdTi6Z2S5128A1Zgnr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bNwZNJl0dCV1TWJdTi6Z2S5128A1Zgnr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bNwZNJl0dCV1TWJdTi6Z2S5128A1Zgnr > .row .container > .video-iframe-container { display: none; }#bNwZNJl0dCV1TWJdTi6Z2S5128A1Zgnr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bNwZNJl0dCV1TWJdTi6Z2S5128A1Zgnr > .row > .video-iframe-container { display: none; }#bNwZNJl0dCV1TWJdTi6Z2S5128A1Zgnr > .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); }#bNwZNJl0dCV1TWJdTi6Z2S5128A1Zgnr { border-width: 0; border-radius: 0; }#bNwZNJl0dCV1TWJdTi6Z2S5128A1Zgnr > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#bNwZNJl0dCV1TWJdTi6Z2S5128A1Zgnr > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:16rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#PqEssNI1nL200i61bAPtnl4JKoWdCS36 { color:#0e0142;display:block;width:39.8125rem;position:absolute;font-family:"euclid circular a";font-size:2.5rem;font-weight:400;z-index:15000;line-height:1.2;letter-spacing:0;top:6.25rem;left:17.593751907349rem;height:6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PiR3Uxq8XeeukyQbZwCMwWvUwgIqtDuP { position:relative;display:block; }#PiR3Uxq8XeeukyQbZwCMwWvUwgIqtDuP { background-color: transparent; background-image: none; }#PiR3Uxq8XeeukyQbZwCMwWvUwgIqtDuP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PiR3Uxq8XeeukyQbZwCMwWvUwgIqtDuP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PiR3Uxq8XeeukyQbZwCMwWvUwgIqtDuP > .row .container > .video-iframe-container { display: none; }#PiR3Uxq8XeeukyQbZwCMwWvUwgIqtDuP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PiR3Uxq8XeeukyQbZwCMwWvUwgIqtDuP > .row > .video-iframe-container { display: none; }#PiR3Uxq8XeeukyQbZwCMwWvUwgIqtDuP > .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); }#PiR3Uxq8XeeukyQbZwCMwWvUwgIqtDuP { border-width: 0; border-radius: 0; }#PiR3Uxq8XeeukyQbZwCMwWvUwgIqtDuP > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#PiR3Uxq8XeeukyQbZwCMwWvUwgIqtDuP > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:25.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#A8TGkBdkyc8Ws6o2NiTSgDJVWTdkopso { position:absolute;display:block;z-index:15000;height:25.625rem;width:75rem;top:0rem;left:0rem;display:block; }
#oabbcTTBBT6GaTo1JFCsXRvOpBr9AvTw { z-index:;position:relative;display:block; }#oabbcTTBBT6GaTo1JFCsXRvOpBr9AvTw { background-color: transparent; background-image: none; }#oabbcTTBBT6GaTo1JFCsXRvOpBr9AvTw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oabbcTTBBT6GaTo1JFCsXRvOpBr9AvTw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oabbcTTBBT6GaTo1JFCsXRvOpBr9AvTw > .row .container > .video-iframe-container { display: none; }#oabbcTTBBT6GaTo1JFCsXRvOpBr9AvTw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oabbcTTBBT6GaTo1JFCsXRvOpBr9AvTw > .row > .video-iframe-container { display: none; }#oabbcTTBBT6GaTo1JFCsXRvOpBr9AvTw > .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); }#oabbcTTBBT6GaTo1JFCsXRvOpBr9AvTw { border-width: 0; border-radius: 0; }#oabbcTTBBT6GaTo1JFCsXRvOpBr9AvTw > .row .container { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:17.75rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#syRFzMBw4weJ9FilQxS3T94Il4IPn9pP { color:#0e0142;display:block;width:42.4375rem;position:absolute;font-family:"euclid circular a";font-size:3.5rem;font-weight:400;z-index:15000;line-height:1.1;letter-spacing:0;top:3.8125rem;left:16.25rem;height:3.849825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dLfTiXimTsKkeBIfXkrnM0UkkZtzqm2P { color:#0e0142;display:block;width:13.625rem;position:absolute;font-family:"euclid circular a";font-size:3.5rem;font-weight:400;z-index:15001;line-height:1.1;letter-spacing:0;top:7.6614589691163rem;left:21.000001907349rem;height:3.849825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xqI93VthlJ2laizDKxCI5cUoMJHycnlG { color:#0e0142;display:block;width:13.375rem;position:absolute;font-family:"euclid circular a";font-size:3.5rem;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;top:7.6614589691163rem;left:40.031251907349rem;height:3.849825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#J5Abq4dEJIoJqcbbfZrbZ2HWKIEU2L0i { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.0625rem;width:5.0625rem;top:7.6614589691163rem;left:34.625001907349rem;overflow:hidden;display:block; }
#pwD72L9zDwJux3157LH8KQNQxBLTBGPM { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:4.5625rem;left:0rem;display:none; }
#NBeNtqwG87OTsvCL7am4XvQ9v4IoiK9v { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:7.75rem;left:6.75rem;display:none; }
#nVRWMha8rwZO4e4QMW8ohMID1ASbfQ9q { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:9.1875rem;left:5.5625rem;display:none; }
#J5xuztIuWHkRN6JAcSEn8pdFRW7NKHNm { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:12.9375rem;left:10.5rem;display:none; }
#EE8rFyKmPuES7VcJoP6ywZKmCXE0NAzB { position:relative;display:block; }#EE8rFyKmPuES7VcJoP6ywZKmCXE0NAzB { background-color: transparent; background-image: none; }#EE8rFyKmPuES7VcJoP6ywZKmCXE0NAzB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EE8rFyKmPuES7VcJoP6ywZKmCXE0NAzB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EE8rFyKmPuES7VcJoP6ywZKmCXE0NAzB > .row .container > .video-iframe-container { display: none; }#EE8rFyKmPuES7VcJoP6ywZKmCXE0NAzB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EE8rFyKmPuES7VcJoP6ywZKmCXE0NAzB > .row > .video-iframe-container { display: none; }#EE8rFyKmPuES7VcJoP6ywZKmCXE0NAzB > .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); }#EE8rFyKmPuES7VcJoP6ywZKmCXE0NAzB { border-width: 0; border-radius: 0; }#EE8rFyKmPuES7VcJoP6ywZKmCXE0NAzB > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#EE8rFyKmPuES7VcJoP6ywZKmCXE0NAzB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:31.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#V5kcUDAnrL6QvmcTy5bTr4nCJUabAJWp { box-sizing:content-box;height:20.125rem;width:17.8125rem;position:absolute;display:block;z-index:15000;background-color:#f3efff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.9375009536744rem;left:0.46875rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#bBSmrsaBCTOqvpokZTI57QIyHnOJCPWd { box-sizing:content-box;height:20.125rem;width:17.8125rem;position:absolute;display:block;z-index:15008;background-color:#f3efff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.9375009536744rem;left:19.1875rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#aatNlZywUhfamFbnZdGzc4mQAkSzVAs0 { box-sizing:content-box;height:20.125rem;width:17.8125rem;position:absolute;display:block;z-index:15016;background-color:#f3efff;background-image:none;box-shadow: none;border-top:0.125rem solid #5f43d0;border-left:0.125rem solid #5f43d0;border-right:0.125rem solid #5f43d0;border-bottom:0.125rem solid #5f43d0;top:7.57638835907rem;left:37.857637405396rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#TC51KI7crXbxJUWkuMGCdKVq2HhL0Kf3 { box-sizing:content-box;height:20.125rem;width:17.8125rem;position:absolute;display:block;z-index:15024;background-color:#f3efff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.5755205154419rem;left:56.717885971069rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#hJF1DZouIg1xiTNXvLTRpuvQg3xRNktD { color:#0e0142;display:block;width:6.625rem;position:absolute;font-family:"euclid circular a";font-size:2rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:9.375rem;left:1.9375rem;height:2.39930625rem;display:block; }
#Xm2A8aVGT0D9ioi3qFgBxr0ILGhaJAAh { color:#0e0142;display:block;width:11.5625rem;position:absolute;font-family:"euclid circular a";font-size:2rem;font-weight:700;z-index:15010;line-height:01.2;letter-spacing:0;top:9.375rem;left:20.625rem;height:;display:block; }
#vlV7EHQQXgz0NwCSDXv05zATwdIqksAd { color:#0e0142;display:block;width:4.25rem;position:absolute;font-family:"euclid circular a";font-size:2rem;font-weight:700;z-index:15018;line-height:01.2;letter-spacing:0;top:9.3750009536744rem;left:39.3125rem;height:2.39930625rem;display:block; }
#FJXTODyGMLXcGTXLaQEvMt3S7t1hDCqC { color:#0e0142;display:block;width:10.6875rem;position:absolute;font-family:"euclid circular a";font-size:2rem;font-weight:700;z-index:15026;line-height:01.2;letter-spacing:0;top:9.375rem;left:58.124998092651rem;height:2.39930625rem;display:block; }
#vKPQT36SIsvTcWtkzvacNP43KxaTnlFk { color:rgba(14,1,66,0.6);display:block;width:11.25rem;position:absolute;font-family:"euclid circular a";font-size:0.75rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:12.25rem;left:1.9375rem;height:2.09895625rem;display:block; }
#yKfyq2XVLDCxxouQI98ALypsiA3zmvRU { color:rgba(14,1,66,0.6);display:block;width:11.25rem;position:absolute;font-family:"euclid circular a";font-size:0.75rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:12.249133110046rem;left:20.625001907349rem;height:2.09895625rem;display:block; }
#NaDoJVVUiUe6Q1cVQlMe6s3abMLxVXWm { color:rgba(14,1,66,0.6);display:block;width:11.375rem;position:absolute;font-family:"euclid circular a";font-size:0.75rem;font-weight:normal;z-index:15019;line-height:1.4;letter-spacing:0;top:12.25rem;left:39.312501907349rem;height:2.09895625rem;display:block; }
#XWKA22hNggUq8JhCV83BOycuWUZtzciM { color:rgba(14,1,66,0.6);display:block;width:11.25rem;position:absolute;font-family:"euclid circular a";font-size:0.75rem;font-weight:normal;z-index:15027;line-height:1.4;letter-spacing:0;top:12.25rem;left:58.124998092651rem;height:2.09895625rem;display:block; }
#ThXZqRgu6gFc2d4SQPsKV3FMrTvome5c { box-sizing:content-box;height:1.625rem;width:5.0625rem;position:absolute;display:block;z-index:15017;background-color:#e5e0ff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.375rem;left:49.375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#aOmWV2fm3O6qlqzolevsoPlB2VKRdaOd { color:rgba(var(--color-tertiary-2),0.6);display:block;width:5.0625rem;position:absolute;font-family:"euclid circular a";font-size:0.75rem;font-weight:700;z-index:15020;line-height:1.2;letter-spacing:0;top:9.6875rem;left:49.375rem;height:0.89930625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iR4QNIvsf9Z4AZJ1ccvoRu4m8zVetuRo { color:#0e0142;display:block;width:3rem;position:absolute;font-family:"euclid circular a";font-size:2rem;font-weight:700;z-index:15003;line-height:01.2;letter-spacing:0;top:17.0625rem;left:1.9375rem;height:2.39930625rem;display:block; }
#JJ4itUZOwq5fiaIetIyPpfAhDz4oPVFG { color:#0e0142;display:block;width:2.9375rem;position:absolute;font-family:"euclid circular a";font-size:0.75rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:17.300347328186rem;left:4.9375rem;height:0.89930625rem;font-style:normal;display:block; }
#xrz3ZFi1ZxP4u9zAH8mB9f2TqxoqT7wM { color:#0e0142;display:block;width:3.4375rem;position:absolute;font-family:"euclid circular a";font-size:2rem;font-weight:700;z-index:15011;line-height:01.2;letter-spacing:0;top:17.062479972839rem;left:20.625001907349rem;height:2.39930625rem;display:block; }
#VasfIiqneLe8B7aUII6EaSn85xLnvMgc { color:#0e0142;display:block;width:2.9375rem;position:absolute;font-family:"euclid circular a";font-size:0.75rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:17.299458503723rem;left:24.062501907349rem;height:0.89930625rem;font-style:normal;display:block; }
#rCB90Xsrx5udSleWmHU3ZyJkmXXmmQhI { color:#0e0142;display:block;width:3.4375rem;position:absolute;font-family:"euclid circular a";font-size:2rem;font-weight:700;z-index:15019;line-height:01.2;letter-spacing:0;top:17.0625rem;left:39.312501907349rem;height:2.39930625rem;display:block; }
#UUT3lZ2OGHOlHlPPEqOM2Xb5qoJvL8H6 { color:#0e0142;display:block;width:2.9375rem;position:absolute;font-family:"euclid circular a";font-size:0.75rem;font-weight:700;z-index:15020;line-height:1.2;letter-spacing:0;top:17.300336837769rem;left:42.875rem;height:0.89930625rem;font-style:normal;display:block; }
#bzbm47A6pbVWVtw7FWsvyq9HgJsqRMRR { color:#0e0142;display:block;width:11.8125rem;position:absolute;font-family:"euclid circular a";font-size:2rem;font-weight:700;z-index:15027;line-height:01.2;letter-spacing:0;top:17.0625rem;left:58.124998092651rem;height:2.39930625rem;display:block; }
#ZMEueXC23e2lPEmbnZhIv7cgLVoW395h { color:rgba(14,1,66,0.6);display:block;width:7rem;position:absolute;font-family:"euclid circular a";font-size:0.75rem;font-weight:normal;z-index:15004;line-height:1.4;letter-spacing:0;top:19.461819648743rem;left:1.9375rem;height:1.04948125rem;display:block; }
#adkGVg5mAGk8TwC01ls9Vg32CKbAIyIq { color:rgba(14,1,66,0.6);display:block;width:7rem;position:absolute;font-family:"euclid circular a";font-size:0.75rem;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:19.461785316467rem;left:20.625001907349rem;height:1.04948125rem;display:block; }
#l5y5TekUopH7cSiV3kTQKPQHQF1PN5Un { color:rgba(14,1,66,0.6);display:block;width:7rem;position:absolute;font-family:"euclid circular a";font-size:0.75rem;font-weight:normal;z-index:15020;line-height:1.4;letter-spacing:0;top:19.461795806885rem;left:39.312501907349rem;height:1.04948125rem;display:block; }
#QWiCUNpt6JAzznJTnP8qWW6xMIyo9keE { color:rgba(14,1,66,0.6);display:block;width:9.375rem;position:absolute;font-family:"euclid circular a";font-size:0.75rem;font-weight:normal;z-index:15028;line-height:1.4;letter-spacing:0;top:19.461806297302rem;left:58.124998092651rem;height:1.04948125rem;display:block; }
#loZwGePcfvg8RamfKPawbZgdFucAbzGN { background-color:#0e0142;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"euclid circular a";font-size:0.75rem;font-weight:400;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:11.25rem;height:2.3125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:23.750000953674rem;left:3.75rem;display:block; }
#AdHdXH7WLBrKwJnFEwhWSBZUo3lm2hIc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Fu534KgCHlsUuR4XzRVdxvreCt73K6Jy { background-color:#0e0142;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"euclid circular a";font-size:0.75rem;font-weight:400;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:11.25rem;height:2.3125rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:23.749979972839rem;left:22.500001907349rem;display:block; }
#yZTNtPdsrcUKa4ah6bbm85nyOhpFEnQn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ST422klxg0NXDO31pc8ZMz3KwdXM82Li { background-color:#0e0142;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"euclid circular a";font-size:0.75rem;font-weight:400;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:11.25rem;height:2.3125rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:23.750000953674rem;left:41.250001907349rem;display:block; }
#N69uNCy9T8vgHy2dh7h4dy0hs1cvtGxd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#s8uplBfTfg2kXnls7rJBNoQqsTfOdoEe { background-color:#0e0142;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"euclid circular a";font-size:0.75rem;font-weight:400;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:11.25rem;height:2.3125rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:23.750000953674rem;left:59.999998092651rem;display:block; }
#VmniWeJQuRlDCIC1ZAnWfCbtTX9DoeLA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hLJykuOIm1nAUGXcvKEXofiUzNBWIAki { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:8.3125rem;width:9.6875rem;top:19.5625rem;left:46.125rem;overflow:hidden;display:block; }
#dzogGwuXtTT49suT9cFKF6aIdhBfoq32 { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:8.25rem;width:13.125rem;top:19.868054389954rem;left:5.2118053436279rem;overflow:hidden;display:block; }
#SC8bwwWv5XEIMLTp1sxGiwPxwQ80Tsf0 { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:7.4375rem;width:13.125rem;top:20.680535316467rem;left:23.930555343628rem;overflow:hidden;display:block; }
#XFfcmMnX3SZJs8L0pIVA6D49zbuHsmqv { position:absolute;display:block;z-index:15025;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:7.8125rem;width:10.75rem;top:19.943556785584rem;left:63.83593559265rem;overflow:hidden;display:block; }
#SGK6I77iQuQWPQOlywxcJeLt6lD11G9F { position:relative;display:block; }#SGK6I77iQuQWPQOlywxcJeLt6lD11G9F { background-color: transparent; background-image: none; }#SGK6I77iQuQWPQOlywxcJeLt6lD11G9F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SGK6I77iQuQWPQOlywxcJeLt6lD11G9F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SGK6I77iQuQWPQOlywxcJeLt6lD11G9F > .row .container > .video-iframe-container { display: none; }#SGK6I77iQuQWPQOlywxcJeLt6lD11G9F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SGK6I77iQuQWPQOlywxcJeLt6lD11G9F > .row > .video-iframe-container { display: none; }#SGK6I77iQuQWPQOlywxcJeLt6lD11G9F > .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); }#SGK6I77iQuQWPQOlywxcJeLt6lD11G9F { border-width: 0; border-radius: 0; }#SGK6I77iQuQWPQOlywxcJeLt6lD11G9F > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#SGK6I77iQuQWPQOlywxcJeLt6lD11G9F > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:25.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Gs2o24D3uNM7H1BCHfW2b8t2GtJSNIK9 { color:rgba(var(--color-tertiary-0),1);display:block;width:49.25rem;position:absolute;font-family:"euclid circular a";font-size:3rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.75rem;left:12.875rem;height:7.798625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#R0chrN2E3Du8EFtZEkxeAgcJ0kdEtObT { color:rgba(var(--color-tertiary-0),1);display:block;width:31.25rem;position:absolute;font-family:"euclid circular a";font-size:1rem;font-weight:normal;z-index:15003;line-height:1.6;letter-spacing:0;top:12.5625rem;left:21.875001907349rem;height:3.19965rem;text-align:center;text-align-last:center;display:block; }
#qpJrTq2TuBiMwVIlhccaTeU0gtWXnLz4 { background-color:transparent;background-image: -webkit-linear-gradient(44deg, #f9b629, #9aed6b);background-image: -moz-linear-gradient(44deg, #f9b629, #9aed6b);background-image: -ms-linear-gradient(44deg, #f9b629, #9aed6b);background-image: -o-linear-gradient(44deg, #f9b629, #9aed6b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9b629', endColorstr='#9aed6b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9b629', endColorstr='#9aed6b' );";background-image: linear-gradient(44deg, #f9b629, #9aed6b);background-size:auto !important;border-top:0.0625rem solid #9aed6b;border-left:0.0625rem solid #9aed6b;border-right:0.0625rem solid #9aed6b;border-bottom:0.0625rem solid #9aed6b;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"euclid circular a";font-size:1rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:14.0625rem;height:3.013888875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:18.25rem;left:23.5rem;display:block; }
#Mz0ZIIKQZtdzowDOMFvsHFm7Z9PwssOa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oJXpTnFhhv6XfVIVib2rxVEIkH0cg8T3 { background-color:#0e0142;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-secondary-0),1);border-left:0.0625rem solid rgba(var(--color-secondary-0),1);border-right:0.0625rem solid rgba(var(--color-secondary-0),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-0),1);border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"euclid circular a";font-size:1rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:13rem;height:3.013888875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:18.25rem;left:38.492189407349rem;display:block; }
#A8kJHagdwRTISwoDB8Ne44MWfMJunRfu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CTbLiT37zfrp1spzOElOZzUBRfc12B9i { box-sizing:content-box;height:25.875rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:#0e0142;background-image:none;top:0.0616455078125rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#rNnOakg1kRh6etmdXmc2DOe3onCLKuTD { color:rgba(var(--color-tertiary-0),1);display:block;width:44.75rem;position:absolute;font-family:"euclid circular a";font-size:3rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.75rem;left:15.125rem;height:7.798625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#AUPdlrRxyiwLiQqtZo5NgJsh48iX0kKe { color:rgba(var(--color-tertiary-0),1);display:block;width:31.25rem;position:absolute;font-family:"euclid circular a";font-size:1rem;font-weight:normal;z-index:15003;line-height:1.6;letter-spacing:0;top:12.5625rem;left:21.875rem;height:1.599825rem;text-align:center;text-align-last:center;display:none; }
#DkeS0VZvBgDOn99CrrpiOvs1Ls6dst50 { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#DkeS0VZvBgDOn99CrrpiOvs1Ls6dst50 { background-color: transparent; background-image: none; }#DkeS0VZvBgDOn99CrrpiOvs1Ls6dst50::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DkeS0VZvBgDOn99CrrpiOvs1Ls6dst50 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DkeS0VZvBgDOn99CrrpiOvs1Ls6dst50 > .row .container > .video-iframe-container { display: none; }#DkeS0VZvBgDOn99CrrpiOvs1Ls6dst50 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DkeS0VZvBgDOn99CrrpiOvs1Ls6dst50 > .row > .video-iframe-container { display: none; }#DkeS0VZvBgDOn99CrrpiOvs1Ls6dst50 > .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); }#DkeS0VZvBgDOn99CrrpiOvs1Ls6dst50 { border-width: 0; border-radius: 0; }#DkeS0VZvBgDOn99CrrpiOvs1Ls6dst50 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#DkeS0VZvBgDOn99CrrpiOvs1Ls6dst50 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ORreR3Dk4neNQCGyGzOsks2exNokXi74 { position:absolute;display:block;z-index:15000;height:5rem;width:37.5rem;top:0rem;left:37.5rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #zSHsmaZkaH89Dy3rnOv1D7NI3WAsnan7 { display:block; }#zSHsmaZkaH89Dy3rnOv1D7NI3WAsnan7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NRngHVmCwlAT5SGTCVI8vTbdftSSRuy0 { width:8.25rem;height:1.6875rem;top:1.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZOEVoD7TQaOuwgE6T5kChRgyvOBlLwvL { width:11.3125rem;height:3.125rem;top:1.0625rem;left:36.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qN8qqi2su67DBf9Uyd5qRrCEDedk8NBw { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H9NOtbOIXOzqJ59kIoNJuK0IedE3elGT { top:9.5rem;left:15.6875rem;width:16.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQT2uLihng2nnA3ISMzKqCA4kXbN6E2D { top:14.75rem;left:1.78125rem;width:44.1875rem;height:8.75rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6hvqxk7JPFUq7cn9WIXuZbkRH7Kzoy6 { top:24.5rem;left:9.875rem;width:28rem;height:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #goB0pkrC4D1TcXabie48I6vCSo0ANQhg { width:15.875rem;height:3rem;top:30.25rem;left:15.9306640625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZdzak1BkkEKfAwS3VJWBaUTXhT889F6 { display:block; }
 }@media only screen and (max-width: 763px) { #v9Tap4QBB3EO9rk39TqS9kM1Te8Vgh7M { top:34.8125rem;left:13.4375rem;width:20.875rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGKMKsaby27loFl2l0ZuICZ1NZ8Z6vzI { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #aV8MOLv4lKiXLRklVJEc4lAfwqXcG8Wr { top:40.625rem;left:0rem;width:47.75rem;height:42.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tceh2reWqbGd8I22NoGGmHZAd2bPSPx8 { display:block; }#Tceh2reWqbGd8I22NoGGmHZAd2bPSPx8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ViPpizyhld3BK1Eth1GiKoK8MdcVxF37 { top:4.8125rem;left:5.5937519073486rem;width:36.5625rem;height:1.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8KZWc6xCsQMhKZhCP8B1SuRV33i2xc7 { top:3rem;left:0rem;width:15rem;height:4.5rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #q2SwbJqyJJz0wNTXf0alwzHTf0lR8GNO { top:7.6875rem;left:0rem;width:47.75rem;height:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #y7vTQzTxUTgfN7DV7TdlN4aLKFqhAyOF { width:17.5rem;height:2.3125rem;top:15.9375rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bz5klqOK79FHBTJEC3SHJ73oE84J3Fz9 { display:block; }
 }@media only screen and (max-width: 763px) { #NLHrk7dHKoq4AcVyR7xe0VeDkRn98g9L { display:block; }#NLHrk7dHKoq4AcVyR7xe0VeDkRn98g9L > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wal6g8G3IDPrWMNFf3fGq9KhXp8CBr7x { top:4.8125rem;left:33.718751907349rem;width:7.3125rem;height:3.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8LowQ5SgspKZH9ZEZGPfNED9ThQMDIO { top:9.5rem;left:26.218751907349rem;width:12.125rem;height:3.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5eKhSMd5HCCsIKfksDwnqWPPuTOmaZK { top:3.5625rem;left:28.000001907349rem;width:6.5rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uq9D7ViXuhQzC8lztJDcSWVE1tkRLwTS { top:8.6875rem;left:21.781251907349rem;width:4.1875rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HsV7wAguodb7bBf4qmuuDfeb7mapTvub { top:1.5rem;left:0rem;width:8.8125rem;height:;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #GNI4tmpiUGIuLcEoldqgagbTXlGUqXQe { top:4.5625rem;left:0rem;width:8.3125rem;height:;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #kvKOMMrf8QF45Q2DWWKvvdDS7LrK7CfJ { top:4.8125rem;left:4.5555553436279rem;width:24.25rem;height:3.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUlg6vFLGos2npLlBWGunKJCFIbvtsUw { top:9.5rem;left:7.8055553436281rem;width:14.9375rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQ1tcQmzNur0TnGeVTUfcmO1PdB4o10C { top:3.75rem;left:0rem;width:4.6875rem;height:;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #iT0tlH9K4uAwNX2owb7B2cDD3pUBIg8S { top:5.8125rem;left:0rem;width:7.5rem;height:;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #IomamSpTiBVf5NnBq7o4CMCHT4IRu7ny { top:19.3125rem;left:0rem;width:47.75rem;height:79.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GiUsGT8NJLhTvAABg6BT4zyekekkN0tV { display:block; }#GiUsGT8NJLhTvAABg6BT4zyekekkN0tV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T1NIN3ZiUnKOxKoJ5TgEtJL3JlTByKmp { top:-0.0625rem;left:0rem;width:47.75rem;height:47.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNwZNJl0dCV1TWJdTi6Z2S5128A1Zgnr { display:block; }#bNwZNJl0dCV1TWJdTi6Z2S5128A1Zgnr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PqEssNI1nL200i61bAPtnl4JKoWdCS36 { top:6.25rem;left:4rem;width:39.8125rem;height:6rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PiR3Uxq8XeeukyQbZwCMwWvUwgIqtDuP { display:block; }#PiR3Uxq8XeeukyQbZwCMwWvUwgIqtDuP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A8TGkBdkyc8Ws6o2NiTSgDJVWTdkopso { top:0rem;left:0rem;width:47.75rem;height:25.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oabbcTTBBT6GaTo1JFCsXRvOpBr9AvTw { display:block; }#oabbcTTBBT6GaTo1JFCsXRvOpBr9AvTw > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #syRFzMBw4weJ9FilQxS3T94Il4IPn9pP { top:3.8125rem;left:2.625rem;width:42.4375rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLfTiXimTsKkeBIfXkrnM0UkkZtzqm2P { top:7.625rem;left:7.3750019073488rem;width:13.625rem;height:3.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqI93VthlJ2laizDKxCI5cUoMJHycnlG { top:7.625rem;left:26.406251907349rem;width:13.375rem;height:3.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5Abq4dEJIoJqcbbfZrbZ2HWKIEU2L0i { top:7.625rem;left:21.000001907349rem;width:5.0625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwD72L9zDwJux3157LH8KQNQxBLTBGPM { top:4.5625rem;left:0rem;width:20rem;height:;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #NBeNtqwG87OTsvCL7am4XvQ9v4IoiK9v { top:7.75rem;left:0rem;width:20rem;height:;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #nVRWMha8rwZO4e4QMW8ohMID1ASbfQ9q { top:9.1875rem;left:0rem;width:20rem;height:;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #J5xuztIuWHkRN6JAcSEn8pdFRW7NKHNm { top:12.9375rem;left:0rem;width:20rem;height:;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #EE8rFyKmPuES7VcJoP6ywZKmCXE0NAzB { display:block; }#EE8rFyKmPuES7VcJoP6ywZKmCXE0NAzB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V5kcUDAnrL6QvmcTy5bTr4nCJUabAJWp { top:7.9375rem;left:0rem;width:17.8125rem;height:20.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBSmrsaBCTOqvpokZTI57QIyHnOJCPWd { top:7.9375rem;left:6.0625rem;width:17.8125rem;height:20.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aatNlZywUhfamFbnZdGzc4mQAkSzVAs0 { top:7.5625rem;left:17.75rem;width:17.8125rem;height:20.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TC51KI7crXbxJUWkuMGCdKVq2HhL0Kf3 { top:7.5625rem;left:29.9375rem;width:17.8125rem;height:20.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJF1DZouIg1xiTNXvLTRpuvQg3xRNktD { top:9.375rem;left:0rem;width:6.625rem;height:2.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xm2A8aVGT0D9ioi3qFgBxr0ILGhaJAAh { top:9.375rem;left:11.9375rem;width:11.5625rem;height:;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlV7EHQQXgz0NwCSDXv05zATwdIqksAd { top:9.375rem;left:23.875rem;width:4.25rem;height:2.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJXTODyGMLXcGTXLaQEvMt3S7t1hDCqC { top:9.375rem;left:35.8125rem;width:10.6875rem;height:2.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKPQT36SIsvTcWtkzvacNP43KxaTnlFk { top:12.25rem;left:0rem;width:11.25rem;height:2.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKfyq2XVLDCxxouQI98ALypsiA3zmvRU { top:12.1875rem;left:11.9375rem;width:11.25rem;height:2.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NaDoJVVUiUe6Q1cVQlMe6s3abMLxVXWm { top:12.25rem;left:23.875rem;width:11.375rem;height:2.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWKA22hNggUq8JhCV83BOycuWUZtzciM { top:12.25rem;left:35.8125rem;width:11.25rem;height:2.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThXZqRgu6gFc2d4SQPsKV3FMrTvome5c { top:9.375rem;left:30.25rem;width:5.0625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOmWV2fm3O6qlqzolevsoPlB2VKRdaOd { top:9.6875rem;left:30.75rem;width:5.0625rem;height:0.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iR4QNIvsf9Z4AZJ1ccvoRu4m8zVetuRo { top:17.0625rem;left:0rem;width:3rem;height:2.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJ4itUZOwq5fiaIetIyPpfAhDz4oPVFG { top:17.25rem;left:1.53125rem;width:2.9375rem;height:0.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrz3ZFi1ZxP4u9zAH8mB9f2TqxoqT7wM { top:17rem;left:11.9375rem;width:3.4375rem;height:2.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #VasfIiqneLe8B7aUII6EaSn85xLnvMgc { top:17.25rem;left:13.843751907349rem;width:2.9375rem;height:0.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCB90Xsrx5udSleWmHU3ZyJkmXXmmQhI { top:17.0625rem;left:23.875rem;width:3.4375rem;height:2.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUT3lZ2OGHOlHlPPEqOM2Xb5qoJvL8H6 { top:17.3125rem;left:25.84375rem;width:2.9375rem;height:0.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bzbm47A6pbVWVtw7FWsvyq9HgJsqRMRR { top:17.0625rem;left:35.8125rem;width:11.8125rem;height:2.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMEueXC23e2lPEmbnZhIv7cgLVoW395h { top:19.4375rem;left:0rem;width:7rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #adkGVg5mAGk8TwC01ls9Vg32CKbAIyIq { top:19.4375rem;left:11.9375rem;width:7rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5y5TekUopH7cSiV3kTQKPQHQF1PN5Un { top:19.4375rem;left:23.875rem;width:7rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWiCUNpt6JAzznJTnP8qWW6xMIyo9keE { top:19.4375rem;left:35.8125rem;width:9.375rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #loZwGePcfvg8RamfKPawbZgdFucAbzGN { width:11.25rem;height:2.3125rem;top:23.75rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdHdXH7WLBrKwJnFEwhWSBZUo3lm2hIc { display:block; }
 }@media only screen and (max-width: 763px) { #Fu534KgCHlsUuR4XzRVdxvreCt73K6Jy { width:11.25rem;height:2.3125rem;top:23.6875rem;left:12.281251907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZTNtPdsrcUKa4ah6bbm85nyOhpFEnQn { display:block; }
 }@media only screen and (max-width: 763px) { #ST422klxg0NXDO31pc8ZMz3KwdXM82Li { width:11.25rem;height:2.3125rem;top:23.75rem;left:24.218751907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #N69uNCy9T8vgHy2dh7h4dy0hs1cvtGxd { display:block; }
 }@media only screen and (max-width: 763px) { #s8uplBfTfg2kXnls7rJBNoQqsTfOdoEe { width:11.25rem;height:2.3125rem;top:23.75rem;left:36.156248092651rem;display:block; }
 }@media only screen and (max-width: 763px) { #VmniWeJQuRlDCIC1ZAnWfCbtTX9DoeLA { display:block; }
 }@media only screen and (max-width: 763px) { #hLJykuOIm1nAUGXcvKEXofiUzNBWIAki { top:19.5625rem;left:26.125rem;width:9.6875rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzogGwuXtTT49suT9cFKF6aIdhBfoq32 { top:19.8125rem;left:0rem;width:13.125rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SC8bwwWv5XEIMLTp1sxGiwPxwQ80Tsf0 { top:20.625rem;left:10.75rem;width:13.125rem;height:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFfcmMnX3SZJs8L0pIVA6D49zbuHsmqv { top:19.9375rem;left:37rem;width:10.75rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGK6I77iQuQWPQOlywxcJeLt6lD11G9F { display:block; }#SGK6I77iQuQWPQOlywxcJeLt6lD11G9F > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gs2o24D3uNM7H1BCHfW2b8t2GtJSNIK9 { top:3.75rem;left:0rem;width:47.75rem;height:7.75rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0chrN2E3Du8EFtZEkxeAgcJ0kdEtObT { top:12.5625rem;left:8.2500019073488rem;width:31.25rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpJrTq2TuBiMwVIlhccaTeU0gtWXnLz4 { width:14.0625rem;height:3rem;top:18.25rem;left:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mz0ZIIKQZtdzowDOMFvsHFm7Z9PwssOa { display:block; }
 }@media only screen and (max-width: 763px) { #oJXpTnFhhv6XfVIVib2rxVEIkH0cg8T3 { width:13rem;height:3rem;top:18.25rem;left:24.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8kJHagdwRTISwoDB8Ne44MWfMJunRfu { display:block; }
 }@media only screen and (max-width: 763px) { #CTbLiT37zfrp1spzOElOZzUBRfc12B9i { top:0rem;left:0rem;width:47.75rem;height:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNnOakg1kRh6etmdXmc2DOe3onCLKuTD { top:2.5rem;left:0rem;width:15rem;height:5.375rem;font-size:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #AUPdlrRxyiwLiQqtZo5NgJsh48iX0kKe { top:8.875rem;left:0rem;width:15.4375rem;height:3.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #DkeS0VZvBgDOn99CrrpiOvs1Ls6dst50 { display:block; }#DkeS0VZvBgDOn99CrrpiOvs1Ls6dst50 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ORreR3Dk4neNQCGyGzOsks2exNokXi74 { top:0rem;left:10.25rem;width:37.5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #zSHsmaZkaH89Dy3rnOv1D7NI3WAsnan7 { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#zSHsmaZkaH89Dy3rnOv1D7NI3WAsnan7 > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NRngHVmCwlAT5SGTCVI8vTbdftSSRuy0 { top:1.69580078125rem;left:1.125rem;width:4.81055rem;height:0.982425rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ZOEVoD7TQaOuwgE6T5kChRgyvOBlLwvL { width:7.5rem;height:1.875rem;top:1.25rem;left:11.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qN8qqi2su67DBf9Uyd5qRrCEDedk8NBw { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:83.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H9NOtbOIXOzqJ59kIoNJuK0IedE3elGT { width:15rem;height:3.75rem;top:7.6875rem;left:2.5000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQT2uLihng2nnA3ISMzKqCA4kXbN6E2D { width:15rem;height:6.5989375rem;top:12.375rem;left:2.5000000596046rem;font-size:2rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #c6hvqxk7JPFUq7cn9WIXuZbkRH7Kzoy6 { width:15rem;height:6.3993125rem;top:20rem;left:2.5000000596046rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #goB0pkrC4D1TcXabie48I6vCSo0ANQhg { width:15rem;height:3.125rem;top:28.375rem;left:2.5000000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZdzak1BkkEKfAwS3VJWBaUTXhT889F6 { display:block; }
 }@media only screen and (max-width: 763px) { #v9Tap4QBB3EO9rk39TqS9kM1Te8Vgh7M { width:19.0625rem;height:2.125rem;top:36.459201812744rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #XGKMKsaby27loFl2l0ZuICZ1NZ8Z6vzI { top:32.875rem;left:2.5000000596046rem;width:15rem;height:2.4375rem;z-index:15007;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #aV8MOLv4lKiXLRklVJEc4lAfwqXcG8Wr { width:20rem;height:42.8125rem;top:36.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tceh2reWqbGd8I22NoGGmHZAd2bPSPx8 { display:block; }#Tceh2reWqbGd8I22NoGGmHZAd2bPSPx8 > .row .container { width:20rem;height:21.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ViPpizyhld3BK1Eth1GiKoK8MdcVxF37 { width:15rem;height:0;top:1.25rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #L8KZWc6xCsQMhKZhCP8B1SuRV33i2xc7 { width:15rem;height:4.5rem;top:3rem;left:2.5rem;font-size:1.25rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #q2SwbJqyJJz0wNTXf0alwzHTf0lR8GNO { width:20rem;height:6.5rem;top:9rem;left:0rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #y7vTQzTxUTgfN7DV7TdlN4aLKFqhAyOF { width:17.5rem;height:2.3125rem;top:16.75rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bz5klqOK79FHBTJEC3SHJ73oE84J3Fz9 { display:block; }
 }@media only screen and (max-width: 763px) { #NLHrk7dHKoq4AcVyR7xe0VeDkRn98g9L { display:block; }#NLHrk7dHKoq4AcVyR7xe0VeDkRn98g9L > .row .container { width:20rem;height:49.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wal6g8G3IDPrWMNFf3fGq9KhXp8CBr7x { width:15rem;height:0;top:3.5625rem;left:2.5000000596046rem;font-size:1.75rem;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #T8LowQ5SgspKZH9ZEZGPfNED9ThQMDIO { width:18rem;height:0;top:7.842881679535rem;left:1.0000000596046rem;font-size:1.75rem;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #y5eKhSMd5HCCsIKfksDwnqWPPuTOmaZK { width:2.5rem;height:2.4375rem;top:2.1605911254883rem;left:13.05555588007rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uq9D7ViXuhQzC8lztJDcSWVE1tkRLwTS { width:1.9375rem;height:2.8125rem;top:4.5980901718139rem;left:9.80555588007rem;display:block; }
 }@media only screen and (max-width: 763px) { #HsV7wAguodb7bBf4qmuuDfeb7mapTvub { width:3.875rem;height:2.099825rem;top:2.3298625946045rem;left:15.499999582768rem;font-size:1.75rem;line-height:1.2;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #GNI4tmpiUGIuLcEoldqgagbTXlGUqXQe { width:8.3125rem;height:2.099825rem;top:4.5980901718139rem;left:11.687500536442rem;font-size:1.75rem;line-height:1.2;z-index:15002;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kvKOMMrf8QF45Q2DWWKvvdDS7LrK7CfJ { width:20rem;height:auto;top:4.8125rem;left:0rem;font-size:1.75rem;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #vUlg6vFLGos2npLlBWGunKJCFIbvtsUw { width:14.9375rem;height:auto;top:9.5rem;left:2.5rem;font-size:1.75rem;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #tQ1tcQmzNur0TnGeVTUfcmO1PdB4o10C { width:12.1875rem;height:2.099825rem;top:2.3298625946045rem;left:0.75000005960463rem;font-size:1.75rem;line-height:1.2;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #iT0tlH9K4uAwNX2owb7B2cDD3pUBIg8S { width:7.5rem;height:2.099825rem;top:4.5980901718139rem;left:2.3611112236977rem;font-size:1.75rem;line-height:1.2;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #IomamSpTiBVf5NnBq7o4CMCHT4IRu7ny { width:20rem;height:39.375rem;top:8.6605987548825rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GiUsGT8NJLhTvAABg6BT4zyekekkN0tV { display:block; }#GiUsGT8NJLhTvAABg6BT4zyekekkN0tV > .row .container { width:20rem;height:66.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T1NIN3ZiUnKOxKoJ5TgEtJL3JlTByKmp { width:20rem;height:66.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNwZNJl0dCV1TWJdTi6Z2S5128A1Zgnr { display:block; }#bNwZNJl0dCV1TWJdTi6Z2S5128A1Zgnr > .row .container { width:20rem;height:9.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PqEssNI1nL200i61bAPtnl4JKoWdCS36 { width:14.375rem;height:3.59895625rem;top:3.8125rem;left:2.8125000596046rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PiR3Uxq8XeeukyQbZwCMwWvUwgIqtDuP { display:block; }#PiR3Uxq8XeeukyQbZwCMwWvUwgIqtDuP > .row .container { width:20rem;height:28.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A8TGkBdkyc8Ws6o2NiTSgDJVWTdkopso { width:20rem;height:28.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oabbcTTBBT6GaTo1JFCsXRvOpBr9AvTw { display:block; }#oabbcTTBBT6GaTo1JFCsXRvOpBr9AvTw > .row .container { width:20rem;height:12.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #syRFzMBw4weJ9FilQxS3T94Il4IPn9pP { width:7.625rem;height:0;top:3.2421875rem;left:1.2500000596046rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #dLfTiXimTsKkeBIfXkrnM0UkkZtzqm2P { width:9.0625rem;height:0;top:7.625rem;left:3.8055554032326rem;font-size:1.75rem;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #xqI93VthlJ2laizDKxCI5cUoMJHycnlG { width:7.1875rem;height:0;top:9.8480901718137rem;left:6.4062500596044rem;font-size:1.75rem;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #J5Abq4dEJIoJqcbbfZrbZ2HWKIEU2L0i { width:3.375rem;height:3.375rem;top:6.0546865463257rem;left:12.093750536442rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #pwD72L9zDwJux3157LH8KQNQxBLTBGPM { top:2.5rem;left:6.0937500596046rem;width:7.8125rem;height:2.099825rem;z-index:15004;color:#0e0142;font-size:1.75rem;line-height:1.2;font-family:"euclid circular a";font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #NBeNtqwG87OTsvCL7am4XvQ9v4IoiK9v { top:4.5980901718139rem;left:7.9062505364419rem;width:4.1875rem;height:2.099825rem;z-index:15005;color:#0e0142;font-size:1.75rem;line-height:1.2;font-weight:400;font-style:normal;font-family:"euclid circular a";display:block; }
 }@media only screen and (max-width: 763px) { #nVRWMha8rwZO4e4QMW8ohMID1ASbfQ9q { top:6.6953115463256rem;left:5.4618054032326rem;width:6.6875rem;height:2.099825rem;z-index:15006;color:#0e0142;font-size:1.75rem;line-height:1.2;font-family:"euclid circular a";font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #J5xuztIuWHkRN6JAcSEn8pdFRW7NKHNm { top:8.8550348281863rem;left:7.1562500596044rem;width:7.4375rem;height:2.099825rem;z-index:15007;color:#0e0142;font-size:1.75rem;line-height:1.2;font-family:"euclid circular a";font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #EE8rFyKmPuES7VcJoP6ywZKmCXE0NAzB { display:block; }#EE8rFyKmPuES7VcJoP6ywZKmCXE0NAzB > .row .container { width:20rem;height:98.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V5kcUDAnrL6QvmcTy5bTr4nCJUabAJWp { width:18rem;height:22rem;top:1.25rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBSmrsaBCTOqvpokZTI57QIyHnOJCPWd { width:18rem;height:22rem;top:24.625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aatNlZywUhfamFbnZdGzc4mQAkSzVAs0 { width:18rem;height:22rem;top:48rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TC51KI7crXbxJUWkuMGCdKVq2HhL0Kf3 { width:18rem;height:21.875rem;top:71.625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJF1DZouIg1xiTNXvLTRpuvQg3xRNktD { width:6.3125rem;height:2.39930625rem;top:2.875rem;left:2.625rem;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Xm2A8aVGT0D9ioi3qFgBxr0ILGhaJAAh { width:11.5625rem;height:2.39930625rem;top:26.25rem;left:2.625rem;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #vlV7EHQQXgz0NwCSDXv05zATwdIqksAd { width:4.25rem;height:2.39930625rem;top:49.625rem;left:2.625rem;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #FJXTODyGMLXcGTXLaQEvMt3S7t1hDCqC { width:11.5625rem;height:2.39930625rem;top:73.25rem;left:2.625rem;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #vKPQT36SIsvTcWtkzvacNP43KxaTnlFk { width:14.75rem;height:2.09895625rem;top:5.9375rem;left:2.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKfyq2XVLDCxxouQI98ALypsiA3zmvRU { width:14.6875rem;height:2.09895625rem;top:29.25rem;left:2.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NaDoJVVUiUe6Q1cVQlMe6s3abMLxVXWm { width:14.6875rem;height:2.09895625rem;top:52.625rem;left:2.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWKA22hNggUq8JhCV83BOycuWUZtzciM { width:14.6875rem;height:2.09895625rem;top:76.25rem;left:2.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThXZqRgu6gFc2d4SQPsKV3FMrTvome5c { width:6.875rem;height:1.625rem;top:50.125rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOmWV2fm3O6qlqzolevsoPlB2VKRdaOd { width:5.3125rem;height:0.75rem;top:50.46875rem;left:11.34375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iR4QNIvsf9Z4AZJ1ccvoRu4m8zVetuRo { width:3.125rem;height:2.599825rem;top:10.6875rem;left:2.5625rem;font-size:2rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #JJ4itUZOwq5fiaIetIyPpfAhDz4oPVFG { width:2.9375rem;height:0.89930625rem;top:11.0625rem;left:5.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrz3ZFi1ZxP4u9zAH8mB9f2TqxoqT7wM { width:3.4375rem;height:2.39930625rem;top:34rem;left:2.625rem;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #VasfIiqneLe8B7aUII6EaSn85xLnvMgc { width:2.9375rem;height:0.89930625rem;top:34.375rem;left:6.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCB90Xsrx5udSleWmHU3ZyJkmXXmmQhI { width:3.6875rem;height:2.599825rem;top:57.25rem;left:2.625rem;font-size:2rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #UUT3lZ2OGHOlHlPPEqOM2Xb5qoJvL8H6 { width:2.9375rem;height:0.89930625rem;top:57.625rem;left:6.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bzbm47A6pbVWVtw7FWsvyq9HgJsqRMRR { width:9.5rem;height:4.7986125rem;top:81rem;left:2.625rem;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ZMEueXC23e2lPEmbnZhIv7cgLVoW395h { width:7rem;height:1.04948125rem;top:13.3125rem;left:2.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #adkGVg5mAGk8TwC01ls9Vg32CKbAIyIq { width:7rem;height:1.04948125rem;top:36.75rem;left:2.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5y5TekUopH7cSiV3kTQKPQHQF1PN5Un { width:7rem;height:1.04948125rem;top:59.75rem;left:2.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWiCUNpt6JAzznJTnP8qWW6xMIyo9keE { width:9.375rem;height:1.04948125rem;top:85.79862213135rem;left:2.6250000596046rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #loZwGePcfvg8RamfKPawbZgdFucAbzGN { width:15rem;height:2.3125rem;top:17.5rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdHdXH7WLBrKwJnFEwhWSBZUo3lm2hIc { display:block; }
 }@media only screen and (max-width: 763px) { #Fu534KgCHlsUuR4XzRVdxvreCt73K6Jy { width:15rem;height:2.4375rem;top:40.9375rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZTNtPdsrcUKa4ah6bbm85nyOhpFEnQn { display:block; }
 }@media only screen and (max-width: 763px) { #ST422klxg0NXDO31pc8ZMz3KwdXM82Li { width:15rem;height:2.3125rem;top:64rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #N69uNCy9T8vgHy2dh7h4dy0hs1cvtGxd { display:block; }
 }@media only screen and (max-width: 763px) { #s8uplBfTfg2kXnls7rJBNoQqsTfOdoEe { width:15rem;height:2.3125rem;top:88rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VmniWeJQuRlDCIC1ZAnWfCbtTX9DoeLA { display:block; }
 }@media only screen and (max-width: 763px) { #hLJykuOIm1nAUGXcvKEXofiUzNBWIAki { width:11.6875rem;height:10.0625rem;top:60.0625rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzogGwuXtTT49suT9cFKF6aIdhBfoq32 { width:15.625rem;height:10.0625rem;top:13.25rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SC8bwwWv5XEIMLTp1sxGiwPxwQ80Tsf0 { width:17.5rem;height:9.8125rem;top:36.875rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFfcmMnX3SZJs8L0pIVA6D49zbuHsmqv { width:13.75rem;height:10.0625rem;top:83.5rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGK6I77iQuQWPQOlywxcJeLt6lD11G9F { display:block; }#SGK6I77iQuQWPQOlywxcJeLt6lD11G9F > .row .container { width:20rem;height:24rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gs2o24D3uNM7H1BCHfW2b8t2GtJSNIK9 { width:15rem;height:0;top:2.5rem;left:2.5rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #R0chrN2E3Du8EFtZEkxeAgcJ0kdEtObT { width:15.4375rem;height:0;top:8.875rem;left:2.2812500596046rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #qpJrTq2TuBiMwVIlhccaTeU0gtWXnLz4 { width:14.888888875rem;height:3.013888875rem;top:14.75rem;left:2.5538194775581rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mz0ZIIKQZtdzowDOMFvsHFm7Z9PwssOa { display:block; }
 }@media only screen and (max-width: 763px) { #oJXpTnFhhv6XfVIVib2rxVEIkH0cg8T3 { width:14.888888875rem;height:3.013888875rem;top:18.25rem;left:2.5538194775581rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8kJHagdwRTISwoDB8Ne44MWfMJunRfu { display:block; }
 }@media only screen and (max-width: 763px) { #CTbLiT37zfrp1spzOElOZzUBRfc12B9i { width:20rem;height:23.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNnOakg1kRh6etmdXmc2DOe3onCLKuTD { width:15rem;height:5.3984375rem;top:2.5rem;left:2.5000000596046rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.2;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #AUPdlrRxyiwLiQqtZo5NgJsh48iX0kKe { width:15.4375rem;height:3.8984375rem;top:8.875rem;left:2.2812500596046rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #DkeS0VZvBgDOn99CrrpiOvs1Ls6dst50 { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#DkeS0VZvBgDOn99CrrpiOvs1Ls6dst50 > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ORreR3Dk4neNQCGyGzOsks2exNokXi74 { width:20rem;height:5rem;top:1.25rem;left:0rem;display:block; }
 }