.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 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); }#tfCvwEeOJUyCg8261DcdSGTW4mDJrqPT { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #e7e6ec;background-color:#ffffff;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#tfCvwEeOJUyCg8261DcdSGTW4mDJrqPT > .row .container { background-color: transparent; background-image: none; }#tfCvwEeOJUyCg8261DcdSGTW4mDJrqPT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tfCvwEeOJUyCg8261DcdSGTW4mDJrqPT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tfCvwEeOJUyCg8261DcdSGTW4mDJrqPT > .row .container > .video-iframe-container { display: none; }#tfCvwEeOJUyCg8261DcdSGTW4mDJrqPT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tfCvwEeOJUyCg8261DcdSGTW4mDJrqPT > .row > .video-iframe-container { display: none; }#tfCvwEeOJUyCg8261DcdSGTW4mDJrqPT > .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); }#tfCvwEeOJUyCg8261DcdSGTW4mDJrqPT > .row .container { border-width: 0; border-radius: 0; }#tfCvwEeOJUyCg8261DcdSGTW4mDJrqPT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tfCvwEeOJUyCg8261DcdSGTW4mDJrqPT > .row .container { font-size:0.875rem;font-family:arial;height:5.25rem;width:75rem;position:relative;display:block; }#pSsp80PFaWWL4zsnnvPQSz0JgT2SXGOO { 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.75rem;left:3.8125rem;display:block; }
#VbasBlVzXSlAD1c41ChBpAXv32d9DUZr { 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 #0e0142;border-left:0.0625rem solid #0e0142;border-right:0.0625rem solid #0e0142;border-bottom:0.0625rem solid #0e0142;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:#ffffff;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:1.125rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:13.5625rem;height:3.020833375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.06201171875rem;left:61.437170028686rem;display:block; }
#cvRXedVyZizNX7MHPAw8LdFBgDShbUG7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { 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 { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:38.1875rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#CBpCvZIuxK88vOl7HaxTCnnHFfgBdAoR { 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:19.5625rem;width:18.75rem;top:11.875rem;left:0rem;overflow:hidden;display:block; }
#d6QymfC8lFpNNrQACIRJkHhGsoTpq41J { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.125rem;width:18.75rem;top:9.375rem;left:54.625rem;overflow:hidden;display:block; }
#aHVqMUeOEr6kLwNZTqwtBwcFcMaf4g13 { color:#0e0142;display:block;width:15.6875rem;position:absolute;font-family:"euclid circular a";font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:9.375rem;left:29.656251907349rem;height:1.79931875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nQognRTgdgNXiq0UgbyZtTS0Stt6RydL { color:#0e0142;display:block;width:34.375rem;position:absolute;font-family:"euclid circular a";font-size:3.4375rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:12.1875rem;left:20.278031349182rem;height:7.561875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TqqeJoMP3S6DLHpv2eusk3nPsPTRo0Nu { color:#0e0142;display:block;width:27.8125rem;position:absolute;font-family:"euclid circular a";font-size:1rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:20.75rem;left:23.750001907349rem;height:4.79980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kfgMEqiQNbXuLJr7zGlMhZufqpcdsZGQ { 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:#ffffff;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:1.125rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:13.5625rem;height:3.125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:28.1875rem;left:30.75rem;display:block; }
#V6bzu70W7ogA24elgw4ixgQZr6TTDtKo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ouuGQVaafZ0p8CRuZGR56EoMDqRWNZl5 { position:relative;display:block; }#ouuGQVaafZ0p8CRuZGR56EoMDqRWNZl5 { background-color: transparent; background-image: none; }#ouuGQVaafZ0p8CRuZGR56EoMDqRWNZl5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ouuGQVaafZ0p8CRuZGR56EoMDqRWNZl5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ouuGQVaafZ0p8CRuZGR56EoMDqRWNZl5 > .row .container > .video-iframe-container { display: none; }#ouuGQVaafZ0p8CRuZGR56EoMDqRWNZl5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ouuGQVaafZ0p8CRuZGR56EoMDqRWNZl5 > .row > .video-iframe-container { display: none; }#ouuGQVaafZ0p8CRuZGR56EoMDqRWNZl5 > .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); }#ouuGQVaafZ0p8CRuZGR56EoMDqRWNZl5 { border-width: 0; border-radius: 0; }#ouuGQVaafZ0p8CRuZGR56EoMDqRWNZl5 > .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; }#ouuGQVaafZ0p8CRuZGR56EoMDqRWNZl5 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:34.4375rem;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; }#IiKyXDTRFdpQeJLkQXzIPbVHB5c1RnPl { color:#0e0142;display:block;width:34.9375rem;position:absolute;font-family:"euclid circular a";font-size:3rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:3.125rem;left:4.75rem;height:3.89930625rem;font-style:normal;display:block; }
#JN1KRWaqiMOIoZQU2hhToPW6xseS7CZo { box-sizing:content-box;height:18.75rem;width:23.4375rem;position:absolute;display:block;z-index:15002;background-color:#f3efff;background-image:none;top:9.3125rem;left:0.2421875rem;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; }
#g7UQiTqECJC0twT74XJnEhN04O0dJDrR { box-sizing:content-box;height:18.75rem;width:23.4375rem;position:absolute;display:block;z-index:15003;background-color:#f3efff;background-image:none;top:9.3125rem;left:25.781251907349rem;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; }
#f6UbU1yiGz590SQ4GpsOfBZqoIc61BI3 { box-sizing:content-box;height:18.75rem;width:23.4375rem;position:absolute;display:block;z-index:15004;background-color:#f3efff;background-image:none;top:9.3125rem;left:51.249135971069rem;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; }
#LBFMv71V3UDt3yrxMqGnnoHgHkt9xtON { color:#0e0142;display:block;width:21.1875rem;position:absolute;font-family:"euclid circular a";font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:12.8125rem;left:2.3125rem;height:2.25rem;font-style:normal;display:block; }
#yk6DJA9g7c1VHCEwSTCsXCrSkP89U8BE { color:#0e0142;display:block;width:20.0625rem;position:absolute;font-family:"euclid circular a";font-size:1.875rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:12.8125rem;left:27.9375rem;height:2.25rem;font-style:normal;display:block; }
#xJAs4k5x1tavDcu0OSE2EMWOXDEv0OAK { color:#0e0142;display:block;width:19.375rem;position:absolute;font-family:"euclid circular a";font-size:1.875rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:12.8125rem;left:53.375rem;height:2.25rem;font-style:normal;display:block; }
#HthZeIEaScc8C9ETFL6a0erixBKVol8t { color:#0e0142;display:block;width:19.1875rem;position:absolute;font-family:"euclid circular a";font-size:1.0625rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:16.75rem;left:2.3125rem;height:6.3769375rem;display:block; }
#xpr89p64N6unkgIeNflOH9zHiG8kK1KN { color:#0e0142;display:block;width:19.1875rem;position:absolute;font-family:"euclid circular a";font-size:1.0625rem;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:16.75rem;left:27.906251907349rem;height:4.7827125rem;display:block; }
#f3aKr0uJU62QTm24p5iMwJRTWuTe4ofq { color:#0e0142;display:block;width:19.1875rem;position:absolute;font-family:"euclid circular a";font-size:1.0625rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:16.75rem;left:53.374135971069rem;height:7.9711875rem;display:block; }
#L1rIlBDNqBQRd2CipBT9NroMeZi9puNM { 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:9.875rem;width:14.5625rem;top:1.1875rem;left:60.4375rem;overflow:hidden;display:block; }
#ty6pQEbnXdu8roopggnLq3wdn00QMxyb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffe247;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ty6pQEbnXdu8roopggnLq3wdn00QMxyb > .row .container { background-color: transparent; background-image: none; }#ty6pQEbnXdu8roopggnLq3wdn00QMxyb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ty6pQEbnXdu8roopggnLq3wdn00QMxyb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ty6pQEbnXdu8roopggnLq3wdn00QMxyb > .row .container > .video-iframe-container { display: none; }#ty6pQEbnXdu8roopggnLq3wdn00QMxyb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ty6pQEbnXdu8roopggnLq3wdn00QMxyb > .row > .video-iframe-container { display: none; }#ty6pQEbnXdu8roopggnLq3wdn00QMxyb > .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); }#ty6pQEbnXdu8roopggnLq3wdn00QMxyb > .row .container { border-width: 0; border-radius: 0; }#ty6pQEbnXdu8roopggnLq3wdn00QMxyb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ty6pQEbnXdu8roopggnLq3wdn00QMxyb > .row .container { font-size:0.875rem;font-family:arial;height:67.5rem;width:75rem;position:relative;display:block; }#TrGd4aqURHsOExPw7VrUwcQVdbHM1w8m { box-sizing:content-box;height:15.75rem;width:31.5625rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:9.5rem;left:5.9223098754883rem;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; }
#i7Nwm25blCvVw61rL5qDk08aMThG3U33 { box-sizing:content-box;height:14.375rem;width:64.5625rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;top:43.6875rem;left:5.9223098754883rem;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; }
#BzVzGXbbDoOfqZCpPD6fhLZ1CDH3l2iT { box-sizing:content-box;height:15.75rem;width:31.5625rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;top:9.5rem;left:39.610242843628rem;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; }
#XdVyxw2Pqp4BTRSk07FsEilGE81Ctfqg { box-sizing:content-box;height:15.75rem;width:31.5625rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;top:26.625rem;left:5.9223098754883rem;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; }
#vbhl2xJfoaoh1QpwNIXzJGDuNDgSeXKe { box-sizing:content-box;height:15.75rem;width:31.5625rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;top:26.625rem;left:39.610242843628rem;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; }
#wq6mZq2fmmXcErRJbfI0qN2TTl1rh4ih { color:#0e0142;display:block;width:44.25rem;position:absolute;font-family:"euclid circular a";font-size:2.5rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:3.75rem;left:15.375rem;height:3.25rem;display:block; }
#RtAxlvef8efRaCrp14kp9Jc59MPIDLsy { color:#0e0142;display:block;width:22.9375rem;position:absolute;font-family:"euclid circular a";font-size:2rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:18.25rem;left:10.234375rem;height:4.79980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZvbXbewp01NnNtrzutlcqzFZnxe2ftuh { color:#0e0142;display:block;width:24.1875rem;position:absolute;font-family:"euclid circular a";font-size:2rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:18.25rem;left:43.297742843628rem;height:4.79980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#X8kInCCqe5HHEVFZ6tlE5akVdPislJoG { color:#0e0142;display:block;width:27.6875rem;position:absolute;font-family:"euclid circular a";font-size:2rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:34.756944656372rem;left:7.859375rem;height:4.79980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uilTArfZgI0vpkANAT0hPMlkqq0EzRWC { color:#0e0142;display:block;width:24.125rem;position:absolute;font-family:"euclid circular a";font-size:2rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:34.756944656372rem;left:43.328992843628rem;height:4.79980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PiR0UBANO6GUIPZLDEWgW9n2PIrl8zrk { color:#0e0142;display:block;width:53rem;position:absolute;font-family:"euclid circular a";font-size:2rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:52.4375rem;left:11.703125rem;height:2.3999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#v1EnswgHneauU1EcLZnr9SgsbIX5UGnq { position:absolute;display:block;z-index:15011;height:1.875rem;width:3.375rem;top:13.810762405396rem;left:20.015626907349rem;display:block; }
#UUMbkR66MnIhuuZ8EoozFCqNns1OEOX5 { box-sizing:content-box;height:4rem;width:4rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15010;background-color:#f3efff;background-image:none;top:12.75rem;left:19.6875rem;display:block; }
#rsuDtNFJQsRlo49gVON7aqsNfq6GTISx { box-sizing:content-box;height:4rem;width:4rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15011;background-color:#f3efff;background-image:none;top:12.75rem;left:52.625rem;display:block; }
#plHzKyNLk4ZwuFlMeTe5CcJsXFGI8Jk8 { position:absolute;display:block;z-index:15012;height:1.875rem;width:3.375rem;top:13.809894561767rem;left:52.936635971069rem;display:block; }
#XIoWSPIcGDaK62qzHgbzqpRENhUdz9Fx { box-sizing:content-box;height:4rem;width:4rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15011;background-color:#f3efff;background-image:none;top:29.875rem;left:19.703126907349rem;display:block; }
#F07lpFN8xIOwAB1TaGv8pfTh2XaCtFu1 { box-sizing:content-box;height:4rem;width:4rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15012;background-color:#f3efff;background-image:none;top:29.875rem;left:52.625rem;display:block; }
#dNoQQLLBTPyDbUOq6xhbzq4fdsoCT16S { position:absolute;display:block;z-index:15012;height:1.875rem;width:3.375rem;top:30.9375rem;left:20.015626907349rem;display:block; }
#lv72veuId0ODHOlMdBh92s7J7gHOeepb { position:absolute;display:block;z-index:15013;height:1.875rem;width:3.375rem;top:30.9375rem;left:52.936635971069rem;display:block; }
#HqNvas7nuA3RSCdL2haOchRKAHy5nLQP { box-sizing:content-box;height:4rem;width:4rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15012;background-color:#f3efff;background-image:none;top:46.9375rem;left:36.1875rem;display:block; }
#PlVaLdtEzaXNAPVZKe77wmw2Uc1zuFP9 { position:absolute;display:block;z-index:15013;height:2rem;width:3.6875rem;top:47.9375rem;left:36.359376907349rem;display:block; }
#EFmoHJuIh8diKqEHrTHqmVxUZWCg4mOE { 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:#ffffff;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:1.125rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:13.5625rem;height:3.125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:60.5625rem;left:30.75rem;display:block; }
#Z5zGUAS2zP6lQ9IBf0Dk8LWLNZkS60wp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XeaLLSNaGoCUxcdVsfIlVTTU2eF3719d { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.5625rem;width:18.4375rem;top:38.875rem;left:56.561635971069rem;overflow:hidden;display:block; }
#JmbQKQ2vk1Vdo3bL8K3fAKGZVrkznPZh { position:relative;display:block; }#JmbQKQ2vk1Vdo3bL8K3fAKGZVrkznPZh { background-color: transparent; background-image: none; }#JmbQKQ2vk1Vdo3bL8K3fAKGZVrkznPZh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JmbQKQ2vk1Vdo3bL8K3fAKGZVrkznPZh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JmbQKQ2vk1Vdo3bL8K3fAKGZVrkznPZh > .row .container > .video-iframe-container { display: none; }#JmbQKQ2vk1Vdo3bL8K3fAKGZVrkznPZh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JmbQKQ2vk1Vdo3bL8K3fAKGZVrkznPZh > .row > .video-iframe-container { display: none; }#JmbQKQ2vk1Vdo3bL8K3fAKGZVrkznPZh > .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); }#JmbQKQ2vk1Vdo3bL8K3fAKGZVrkznPZh { border-width: 0; border-radius: 0; }#JmbQKQ2vk1Vdo3bL8K3fAKGZVrkznPZh > .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; }#JmbQKQ2vk1Vdo3bL8K3fAKGZVrkznPZh > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:21.25rem;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; }#rPxo3Fkdy5F3aPdm1QT7tbVOnoxUPARN { color:#0e0142;display:block;width:45rem;position:absolute;font-family:"euclid circular a";font-size:3rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:5.25rem;left:15rem;height:3.89930625rem;font-style:normal;display:block; }
#IEPCxKKVTRbJlTl8B7QWdzpUbApPsVXr { color:#0e0142;display:block;width:15.8125rem;position:absolute;font-family:"euclid circular a";font-size:3rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:9.3125rem;left:19.243055343628rem;height:3.89930625rem;font-style:normal;display:block; }
#ZdhSfkgntIc7kyXJEP2brTDE95UmFfX8 { color:#0e0142;display:block;width:18.875rem;position:absolute;font-family:"euclid circular a";font-size:3rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:9.3125rem;left:41.179689407349rem;height:3.89930625rem;font-style:normal;display:block; }
#KpkUEpAqxGH8o10Nb47dPr3DQJTmk0WK { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:5.25rem;top:4.5746536254883rem;left:58.054685592651rem;overflow:hidden;display:block; }
#VxZ47Bk7m8gEcoO1u8ZL4PQSNlNoaWOT { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5rem;width:5.3125rem;top:8.5234375rem;left:35rem;overflow:hidden;display:block; }
#c1DviHBx2z1Tdg6CWCpULsvVOWHWJX7E { color:#0e0142;display:block;width:34.875rem;position:absolute;font-family:roboto;font-size:3.125rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:5.2352428436279rem;left:19.500001907349rem;height:4.0625rem;font-style:normal;display:none; }
#axRuBrQo0DUJAmOThcFvv2M87oeZPLZZ { color:#0e0142;display:block;width:34.5rem;position:absolute;font-family:"euclid circular a";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.59928125rem;top:15.8125rem;left:19.6875rem;text-align:center;text-align-last:center;display:block; }
#XRTKzGVbfuWthXIMbzOOwvXrczQmBOTP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e5e0ff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XRTKzGVbfuWthXIMbzOOwvXrczQmBOTP > .row .container { background-color: transparent; background-image: none; }#XRTKzGVbfuWthXIMbzOOwvXrczQmBOTP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XRTKzGVbfuWthXIMbzOOwvXrczQmBOTP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XRTKzGVbfuWthXIMbzOOwvXrczQmBOTP > .row .container > .video-iframe-container { display: none; }#XRTKzGVbfuWthXIMbzOOwvXrczQmBOTP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XRTKzGVbfuWthXIMbzOOwvXrczQmBOTP > .row > .video-iframe-container { display: none; }#XRTKzGVbfuWthXIMbzOOwvXrczQmBOTP > .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); }#XRTKzGVbfuWthXIMbzOOwvXrczQmBOTP > .row .container { border-width: 0; border-radius: 0; }#XRTKzGVbfuWthXIMbzOOwvXrczQmBOTP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XRTKzGVbfuWthXIMbzOOwvXrczQmBOTP > .row .container { font-size:0.875rem;font-family:arial;height:36.5rem;width:75rem;position:relative;display:block; }#GGxmo2uEqe3TnS6OmUotA0fMGrlik5GD { 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:#ffffff;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:1.125rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:13.5625rem;height:3.125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:26.9375rem;left:30.718751907349rem;display:block; }
#imsQKO4TKSPHq9Dq7gTqOLWzfP5zmfgU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#A0wf7FsATTnUG8qNJDvQOHWwOQKCwvO7 { color:#0e0142;display:block;width:38.125rem;position:absolute;font-family:"euclid circular a";font-size:2.5rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:3.75rem;left:18.437501907349rem;height:3rem;font-style:normal;display:block; }
#TPqGTw56sXIznRDGDB2DBegTGWydSa2V { color:#0e0142;display:block;width:6.0625rem;position:absolute;font-family:"euclid circular a";font-size:2rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:15.800347566604rem;left:13.6875rem;height:2.3999rem;font-style:normal;display:block; }
#v44bP61HZmAk14JAa6pvxHe8DO4GIPA9 { color:#0e0142;display:block;width:8.25rem;position:absolute;font-family:"euclid circular a";font-size:2rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:15.800347566604rem;left:33.375001907349rem;height:2.3999rem;font-style:normal;display:block; }
#mpJi0ZNzXpx3qlXv8qTvT0h1NnEPqRW1 { color:#0e0142;display:block;width:21.125rem;position:absolute;font-family:"euclid circular a";font-size:2rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:15.800347566604rem;left:47.874132156372rem;height:2.3999rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IueBGyRaTThHxJxSJodbQHH2hUKmiivo { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5rem;width:5.5rem;top:9.25rem;left:13.798610687256rem;overflow:hidden;display:block; }
#Dm603CcHF8te5EiEMWFBeOMXM39RZT9M { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5rem;width:5.5rem;top:9.25rem;left:34.75rem;overflow:hidden;display:block; }
#DS1ZAPs1eR8G1bhi6TpkpZzbFoXH6kuX { position:absolute;display:block;z-index:15014;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:5.5rem;width:5.5rem;top:9.25rem;left:55.6875rem;overflow:hidden;display:block; }
#iMzBWumSzuJfEkgypx48O9P8q48uSe7D { color:#0e0142;display:block;width:12.5rem;position:absolute;font-family:"euclid circular a";font-size:1rem;font-weight:normal;z-index:15015;line-height:1.2;letter-spacing:0;top:19.5625rem;left:10.298177719116rem;height:3.59895625rem;text-align:center;text-align-last:center;display:block; }
#kRkOxrvWlTm9A4Md749FyHIXpfkBQNC5 { color:#0e0142;display:block;width:12.5rem;position:absolute;font-family:"euclid circular a";font-size:1rem;font-weight:normal;z-index:15016;line-height:1.2;letter-spacing:0;top:19.5625rem;left:31.250001907349rem;height:3.59895625rem;text-align:center;text-align-last:center;display:block; }
#u0HVhqsPNp896KzpptyX8L8cIJrztE9O { color:#0e0142;display:block;width:12.5rem;position:absolute;font-family:"euclid circular a";font-size:1rem;font-weight:normal;z-index:15017;line-height:1.2;letter-spacing:0;top:19.561632156372rem;left:52.186635971069rem;height:3.59895625rem;text-align:center;text-align-last:center;display:block; }
#lEdIu0giTB8QZyc0yQKyxaqMrnGrKJBz { position:relative;display:block; }#lEdIu0giTB8QZyc0yQKyxaqMrnGrKJBz { background-color: transparent; background-image: none; }#lEdIu0giTB8QZyc0yQKyxaqMrnGrKJBz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lEdIu0giTB8QZyc0yQKyxaqMrnGrKJBz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lEdIu0giTB8QZyc0yQKyxaqMrnGrKJBz > .row .container > .video-iframe-container { display: none; }#lEdIu0giTB8QZyc0yQKyxaqMrnGrKJBz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lEdIu0giTB8QZyc0yQKyxaqMrnGrKJBz > .row > .video-iframe-container { display: none; }#lEdIu0giTB8QZyc0yQKyxaqMrnGrKJBz > .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); }#lEdIu0giTB8QZyc0yQKyxaqMrnGrKJBz { border-width: 0; border-radius: 0; }#lEdIu0giTB8QZyc0yQKyxaqMrnGrKJBz > .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; }#lEdIu0giTB8QZyc0yQKyxaqMrnGrKJBz > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:50.875rem;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; }#ircuLOtMtm8v4CkWiQWOq23oDPyowoiw { color:#0e0142;display:block;width:40rem;position:absolute;font-family:"euclid circular a";font-size:3rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:4.8125rem;left:3rem;height:3.89930625rem;font-style:normal;display:block; }
#yuT7Oz9FFHUV9BG4C9yqOsGKsoI8O0at .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#f3efff;background-image:none;vertical-align:top; }
#yuT7Oz9FFHUV9BG4C9yqOsGKsoI8O0at .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#yuT7Oz9FFHUV9BG4C9yqOsGKsoI8O0at .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.25rem;font-family:"euclid circular a";color:#0e0142; }
#yuT7Oz9FFHUV9BG4C9yqOsGKsoI8O0at .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:"euclid circular a";color:#0e0142; }
#yuT7Oz9FFHUV9BG4C9yqOsGKsoI8O0at .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#yuT7Oz9FFHUV9BG4C9yqOsGKsoI8O0at .accordion-trigger.adaptive-delivery-prevent-bg, #yuT7Oz9FFHUV9BG4C9yqOsGKsoI8O0at .accordion-trigger.lazyload, #yuT7Oz9FFHUV9BG4C9yqOsGKsoI8O0at .accordion-trigger.lazyloading { background-image: none; }
#yuT7Oz9FFHUV9BG4C9yqOsGKsoI8O0at { box-sizing:content-box;height:auto;width:66.060625rem;position:absolute;display:flex;flex-direction:column;gap:0.9375rem;z-index:15003;background-color:#f3efff;background-image:none;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem;top:11.25rem;left:3rem; }
#yuT7Oz9FFHUV9BG4C9yqOsGKsoI8O0at #WeOXp4SADypxZ18gdhmihcwX7LZZimLV { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#yuT7Oz9FFHUV9BG4C9yqOsGKsoI8O0at #SBVWBVUWloFzPPeCrGUMxdO24VA7nTNv { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#yuT7Oz9FFHUV9BG4C9yqOsGKsoI8O0at #STtOEMNpoo5bIASBr4qTukZvoSV0dEPc { display:block;position:relative; }
#yuT7Oz9FFHUV9BG4C9yqOsGKsoI8O0at #PzdObqn8oPkmdVhq7LSlRECaZdWyd1tp {  }
#yuT7Oz9FFHUV9BG4C9yqOsGKsoI8O0at #ixZTbuIu2t8D1QEJX1XPCebxxUslPglC {  }
#yuT7Oz9FFHUV9BG4C9yqOsGKsoI8O0at #Oh7viH4TXlwdCkpXishAXpt4DbEHdCQ1 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#yuT7Oz9FFHUV9BG4C9yqOsGKsoI8O0at #bZaNATTGCEmEiy7x6pfCMHx6bBrTtDnw { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#yuT7Oz9FFHUV9BG4C9yqOsGKsoI8O0at #alnAgEQwWwL4TAJzeM7lXA2dNdQ3fOzw { display:block;position:relative; }
#yuT7Oz9FFHUV9BG4C9yqOsGKsoI8O0at #zO8Mk5sMawz5dGcnxXp2r0UTBdAwWkRL {  }
#yuT7Oz9FFHUV9BG4C9yqOsGKsoI8O0at #DPSSkNZcex8AFxtcQ0ZiBxSVTchhXztB { display:none; }
#yuT7Oz9FFHUV9BG4C9yqOsGKsoI8O0at #MoDSp5SatDhUpaZ4EWnUyqZglObxZSyN { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#yuT7Oz9FFHUV9BG4C9yqOsGKsoI8O0at #ZUvs1D0tWrTuqTRMvegiwLJADJ4rhbQV { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#yuT7Oz9FFHUV9BG4C9yqOsGKsoI8O0at #sextfnsQVVsWuH59RAu3dpIQvIKauTLF { display:block;position:relative; }
#yuT7Oz9FFHUV9BG4C9yqOsGKsoI8O0at #eqT4vxorWGLKEDVk5mBRnb8IAOQrUEgJ {  }
#yuT7Oz9FFHUV9BG4C9yqOsGKsoI8O0at #qhzvHQxevNZ9MDhG05Ag86RPW5Ks2CTI { display:none; }
#yuT7Oz9FFHUV9BG4C9yqOsGKsoI8O0at #JdxFLaqVwaduXlK3n9eJhw3d1231oiup { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#yuT7Oz9FFHUV9BG4C9yqOsGKsoI8O0at #b5twbszdLCeF5MAvhk542TE47I9TycEI { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#yuT7Oz9FFHUV9BG4C9yqOsGKsoI8O0at #srTnLzTVO7MWduGx939S8miRZ99magTD { display:block;position:relative; }
#yuT7Oz9FFHUV9BG4C9yqOsGKsoI8O0at #E8WMTLziiT0TG04Sb3OPi2TzFTOMofed {  }
#yuT7Oz9FFHUV9BG4C9yqOsGKsoI8O0at #nLIFvRCs1tm39LroTaLyQmACn2NTznTL { display:none; }
#yuT7Oz9FFHUV9BG4C9yqOsGKsoI8O0at #HmiruzHOP8e0VCq2aCT3ZplOyRiJHCUa { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#yuT7Oz9FFHUV9BG4C9yqOsGKsoI8O0at #VgkCroQca3C5Eet3K3TWP5xwWcEXHhPb { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#yuT7Oz9FFHUV9BG4C9yqOsGKsoI8O0at #vgcvOR0ywqWJ3WCSv7BR5zmWCacBSSmm { display:block;position:relative; }
#yuT7Oz9FFHUV9BG4C9yqOsGKsoI8O0at #fICV8cw0OO13DX2Tmie6esDmbTPsT2ll {  }
#yuT7Oz9FFHUV9BG4C9yqOsGKsoI8O0at #GSEDX3eoSnCTOWR2TaEZNJ1PnrsQD2IF { display:none; }
#yuT7Oz9FFHUV9BG4C9yqOsGKsoI8O0at #ftvVTCLnw4gKWHrRcJVPKismoIy7nRqE { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#yuT7Oz9FFHUV9BG4C9yqOsGKsoI8O0at #uW46VKRqUxyDNt6T5lWfQcWTphIAENna { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#yuT7Oz9FFHUV9BG4C9yqOsGKsoI8O0at #MNbd7hXuxm7THX3e2VmKyCtI6WnvmTRv { display:block;position:relative; }
#yuT7Oz9FFHUV9BG4C9yqOsGKsoI8O0at #QiIa15nt4poxeLCZH6cEEcu7wJB90CZX {  }
#yuT7Oz9FFHUV9BG4C9yqOsGKsoI8O0at #wRBGPpI4ZmyGKmyWHCStqUOKJA49xGpD { display:none; }
#oNJTWmo33JA2hx0p3LKGhOOxtDh8W9h8 { position:relative;display:block; }#oNJTWmo33JA2hx0p3LKGhOOxtDh8W9h8 { background-color: transparent; background-image: none; }#oNJTWmo33JA2hx0p3LKGhOOxtDh8W9h8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oNJTWmo33JA2hx0p3LKGhOOxtDh8W9h8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oNJTWmo33JA2hx0p3LKGhOOxtDh8W9h8 > .row .container > .video-iframe-container { display: none; }#oNJTWmo33JA2hx0p3LKGhOOxtDh8W9h8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oNJTWmo33JA2hx0p3LKGhOOxtDh8W9h8 > .row > .video-iframe-container { display: none; }#oNJTWmo33JA2hx0p3LKGhOOxtDh8W9h8 > .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); }#oNJTWmo33JA2hx0p3LKGhOOxtDh8W9h8 { border-width: 0; border-radius: 0; }#oNJTWmo33JA2hx0p3LKGhOOxtDh8W9h8 > .row .container > .video-iframe-container { border-top-left-radius:1.25rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#oNJTWmo33JA2hx0p3LKGhOOxtDh8W9h8 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#0e0142;background-image:none;font-size:0.875rem;font-family:arial;height:14.5625rem;width:75rem;border-top-left-radius:1.25rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;position:relative;display:block; }#s4WDx0fK6RKCxt0IFyQFR6GE8k2FIoAk { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.8125rem;width:9.6875rem;top:4.7491321563721rem;left:0rem;overflow:hidden;display:block; }
#TSau0ho3uuC1A2rekFagMZDgZ4JQhXVB { color:#ffffff;display:block;width:30.9375rem;position:absolute;font-family:"euclid circular a";font-size:2.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:3.75rem;left:22.031251907349rem;height:2.92480625rem;font-style:normal;display:block; }
#Xu5ObRxiNiWLNHAKC2pvtB6U0x1fgrMt { color:#ffffff;display:block;width:24.4375rem;position:absolute;font-family:"euclid circular a";font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:7.375rem;left:24.531251907349rem;height:1.29964375rem;display:block; }
#nry3TK9NT7d1JDyrvaBDmzSWXkSRqNRt { background-color:#ffffff;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:#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:1.125rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:13.5625rem;height:3.125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:9.6875rem;left:30.718751907349rem;display:block; }
#To2IuCedNsD5XlLZmbLCGcOVEF3oqUwI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #tfCvwEeOJUyCg8261DcdSGTW4mDJrqPT { display:block; }#tfCvwEeOJUyCg8261DcdSGTW4mDJrqPT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pSsp80PFaWWL4zsnnvPQSz0JgT2SXGOO { width:8.25rem;height:1.6870337750301rem;top:1.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VbasBlVzXSlAD1c41ChBpAXv32d9DUZr { width:13.5625rem;height:3rem;top:1rem;left:34.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvRXedVyZizNX7MHPAw8LdFBgDShbUG7 { 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) { #CBpCvZIuxK88vOl7HaxTCnnHFfgBdAoR { top:11.875rem;left:0rem;width:18.75rem;height:19.5621875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6QymfC8lFpNNrQACIRJkHhGsoTpq41J { top:9.375rem;left:29rem;width:18.75rem;height:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHVqMUeOEr6kLwNZTqwtBwcFcMaf4g13 { top:9.375rem;left:16rem;width:15.6875rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQognRTgdgNXiq0UgbyZtTS0Stt6RydL { top:12.1875rem;left:6.625rem;width:34.375rem;height:7.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqqeJoMP3S6DLHpv2eusk3nPsPTRo0Nu { top:20.75rem;left:10.125rem;width:27.8125rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfgMEqiQNbXuLJr7zGlMhZufqpcdsZGQ { width:13.5625rem;height:3.125rem;top:28.1875rem;left:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6bzu70W7ogA24elgw4ixgQZr6TTDtKo { display:block; }
 }@media only screen and (max-width: 763px) { #ouuGQVaafZ0p8CRuZGR56EoMDqRWNZl5 { display:block; }#ouuGQVaafZ0p8CRuZGR56EoMDqRWNZl5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IiKyXDTRFdpQeJLkQXzIPbVHB5c1RnPl { top:3.125rem;left:0rem;width:34.9375rem;height:3.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #JN1KRWaqiMOIoZQU2hhToPW6xseS7CZo { top:9.3125rem;left:0rem;width:23.4375rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7UQiTqECJC0twT74XJnEhN04O0dJDrR { top:9.3125rem;left:12.1875rem;width:23.4375rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6UbU1yiGz590SQ4GpsOfBZqoIc61BI3 { top:9.3125rem;left:24.3125rem;width:23.4375rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBFMv71V3UDt3yrxMqGnnoHgHkt9xtON { top:12.8125rem;left:0rem;width:21.1875rem;height:2.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yk6DJA9g7c1VHCEwSTCsXCrSkP89U8BE { top:12.8125rem;left:14.3125rem;width:20.0625rem;height:2.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJAs4k5x1tavDcu0OSE2EMWOXDEv0OAK { top:12.8125rem;left:28.375rem;width:19.375rem;height:2.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HthZeIEaScc8C9ETFL6a0erixBKVol8t { top:16.75rem;left:0rem;width:19.1875rem;height:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpr89p64N6unkgIeNflOH9zHiG8kK1KN { top:16.75rem;left:14.3125rem;width:19.1875rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3aKr0uJU62QTm24p5iMwJRTWuTe4ofq { top:16.75rem;left:28.5625rem;width:19.1875rem;height:7.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1rIlBDNqBQRd2CipBT9NroMeZi9puNM { top:1.1875rem;left:33.1875rem;width:14.5625rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ty6pQEbnXdu8roopggnLq3wdn00QMxyb { display:block; }#ty6pQEbnXdu8roopggnLq3wdn00QMxyb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TrGd4aqURHsOExPw7VrUwcQVdbHM1w8m { top:9.5rem;left:0rem;width:31.5625rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7Nwm25blCvVw61rL5qDk08aMThG3U33 { top:43.6875rem;left:0rem;width:47.75rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BzVzGXbbDoOfqZCpPD6fhLZ1CDH3l2iT { top:9.5rem;left:16.1875rem;width:31.5625rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdVyxw2Pqp4BTRSk07FsEilGE81Ctfqg { top:26.625rem;left:0rem;width:31.5625rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbhl2xJfoaoh1QpwNIXzJGDuNDgSeXKe { top:26.625rem;left:16.1875rem;width:31.5625rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wq6mZq2fmmXcErRJbfI0qN2TTl1rh4ih { top:3.75rem;left:1.75rem;width:44.25rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtAxlvef8efRaCrp14kp9Jc59MPIDLsy { top:18.25rem;left:0rem;width:22.9375rem;height:4.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvbXbewp01NnNtrzutlcqzFZnxe2ftuh { top:18.25rem;left:23.5625rem;width:24.1875rem;height:4.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8kInCCqe5HHEVFZ6tlE5akVdPislJoG { top:34.75rem;left:0rem;width:27.6875rem;height:4.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #uilTArfZgI0vpkANAT0hPMlkqq0EzRWC { top:34.75rem;left:23.625rem;width:24.125rem;height:4.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #PiR0UBANO6GUIPZLDEWgW9n2PIrl8zrk { top:52.4375rem;left:0rem;width:47.75rem;height:2.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1EnswgHneauU1EcLZnr9SgsbIX5UGnq { top:13.75rem;left:6.3906269073488rem;width:3.375rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUMbkR66MnIhuuZ8EoozFCqNns1OEOX5 { top:12.75rem;left:6.0625rem;width:4rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsuDtNFJQsRlo49gVON7aqsNfq6GTISx { top:12.75rem;left:39rem;width:4rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #plHzKyNLk4ZwuFlMeTe5CcJsXFGI8Jk8 { top:13.75rem;left:39.311635971069rem;width:3.375rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIoWSPIcGDaK62qzHgbzqpRENhUdz9Fx { top:29.875rem;left:6.0625rem;width:4rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #F07lpFN8xIOwAB1TaGv8pfTh2XaCtFu1 { top:29.875rem;left:39rem;width:4rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNoQQLLBTPyDbUOq6xhbzq4fdsoCT16S { top:30.9375rem;left:6.3906269073488rem;width:3.375rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lv72veuId0ODHOlMdBh92s7J7gHOeepb { top:30.9375rem;left:39.311635971069rem;width:3.375rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqNvas7nuA3RSCdL2haOchRKAHy5nLQP { top:46.9375rem;left:22.5625rem;width:4rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #PlVaLdtEzaXNAPVZKe77wmw2Uc1zuFP9 { top:47.9375rem;left:22.734376907349rem;width:3.6875rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFmoHJuIh8diKqEHrTHqmVxUZWCg4mOE { width:13.5625rem;height:3.125rem;top:60.5625rem;left:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5zGUAS2zP6lQ9IBf0Dk8LWLNZkS60wp { display:block; }
 }@media only screen and (max-width: 763px) { #XeaLLSNaGoCUxcdVsfIlVTTU2eF3719d { top:38.875rem;left:29.3125rem;width:18.4375rem;height:28.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JmbQKQ2vk1Vdo3bL8K3fAKGZVrkznPZh { display:block; }#JmbQKQ2vk1Vdo3bL8K3fAKGZVrkznPZh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rPxo3Fkdy5F3aPdm1QT7tbVOnoxUPARN { top:5.25rem;left:1.375rem;width:45rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEPCxKKVTRbJlTl8B7QWdzpUbApPsVXr { top:9.3125rem;left:5.625rem;width:15.8125rem;height:3.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdhSfkgntIc7kyXJEP2brTDE95UmFfX8 { top:9.3125rem;left:27.5625rem;width:18.875rem;height:3.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpkUEpAqxGH8o10Nb47dPr3DQJTmk0WK { top:4.5625rem;left:42.5rem;width:5.25rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VxZ47Bk7m8gEcoO1u8ZL4PQSNlNoaWOT { top:8.5rem;left:21.375rem;width:5.3125rem;height:5.4997701875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1DviHBx2z1Tdg6CWCpULsvVOWHWJX7E { top:3.8125rem;left:0rem;width:16.3125rem;height:4.0625rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #axRuBrQo0DUJAmOThcFvv2M87oeZPLZZ { top:15.8125rem;left:6.0625rem;width:34.5rem;height:2.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #XRTKzGVbfuWthXIMbzOOwvXrczQmBOTP { display:block; }#XRTKzGVbfuWthXIMbzOOwvXrczQmBOTP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GGxmo2uEqe3TnS6OmUotA0fMGrlik5GD { width:13.5625rem;height:3.125rem;top:26.9375rem;left:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #imsQKO4TKSPHq9Dq7gTqOLWzfP5zmfgU { display:block; }
 }@media only screen and (max-width: 763px) { #A0wf7FsATTnUG8qNJDvQOHWwOQKCwvO7 { top:3.75rem;left:4.8125rem;width:38.125rem;height:3rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPqGTw56sXIznRDGDB2DBegTGWydSa2V { top:15.8125rem;left:0.0625rem;width:6.0625rem;height:2.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v44bP61HZmAk14JAa6pvxHe8DO4GIPA9 { top:15.75rem;left:19.750001907349rem;width:8.25rem;height:2.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpJi0ZNzXpx3qlXv8qTvT0h1NnEPqRW1 { top:15.75rem;left:26.625rem;width:21.125rem;height:2.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IueBGyRaTThHxJxSJodbQHH2hUKmiivo { top:9.25rem;left:0.1875rem;width:5.5rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dm603CcHF8te5EiEMWFBeOMXM39RZT9M { top:9.25rem;left:21.125rem;width:5.5rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DS1ZAPs1eR8G1bhi6TpkpZzbFoXH6kuX { top:9.25rem;left:42.0625rem;width:5.5rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMzBWumSzuJfEkgypx48O9P8q48uSe7D { top:19.5625rem;left:0rem;width:12.5rem;height:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRkOxrvWlTm9A4Md749FyHIXpfkBQNC5 { top:19.5625rem;left:17.625001907349rem;width:12.5rem;height:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0HVhqsPNp896KzpptyX8L8cIJrztE9O { top:19.5rem;left:35.25rem;width:12.5rem;height:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEdIu0giTB8QZyc0yQKyxaqMrnGrKJBz { display:block; }#lEdIu0giTB8QZyc0yQKyxaqMrnGrKJBz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ircuLOtMtm8v4CkWiQWOq23oDPyowoiw { top:4.8125rem;left:0rem;width:40rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuT7Oz9FFHUV9BG4C9yqOsGKsoI8O0at .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#yuT7Oz9FFHUV9BG4C9yqOsGKsoI8O0at { display:flex;height:auto;width:45.25rem;top:11.25rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yuT7Oz9FFHUV9BG4C9yqOsGKsoI8O0at #WeOXp4SADypxZ18gdhmihcwX7LZZimLV {  }
 }@media only screen and (max-width: 763px) { #yuT7Oz9FFHUV9BG4C9yqOsGKsoI8O0at #SBVWBVUWloFzPPeCrGUMxdO24VA7nTNv {  }
 }@media only screen and (max-width: 763px) { #yuT7Oz9FFHUV9BG4C9yqOsGKsoI8O0at #STtOEMNpoo5bIASBr4qTukZvoSV0dEPc {  }
 }@media only screen and (max-width: 763px) { #yuT7Oz9FFHUV9BG4C9yqOsGKsoI8O0at #PzdObqn8oPkmdVhq7LSlRECaZdWyd1tp {  }
 }@media only screen and (max-width: 763px) { #yuT7Oz9FFHUV9BG4C9yqOsGKsoI8O0at #ixZTbuIu2t8D1QEJX1XPCebxxUslPglC {  }
 }@media only screen and (max-width: 763px) { #yuT7Oz9FFHUV9BG4C9yqOsGKsoI8O0at #Oh7viH4TXlwdCkpXishAXpt4DbEHdCQ1 {  }
 }@media only screen and (max-width: 763px) { #yuT7Oz9FFHUV9BG4C9yqOsGKsoI8O0at #bZaNATTGCEmEiy7x6pfCMHx6bBrTtDnw {  }
 }@media only screen and (max-width: 763px) { #yuT7Oz9FFHUV9BG4C9yqOsGKsoI8O0at #alnAgEQwWwL4TAJzeM7lXA2dNdQ3fOzw {  }
 }@media only screen and (max-width: 763px) { #yuT7Oz9FFHUV9BG4C9yqOsGKsoI8O0at #zO8Mk5sMawz5dGcnxXp2r0UTBdAwWkRL {  }
 }@media only screen and (max-width: 763px) { #yuT7Oz9FFHUV9BG4C9yqOsGKsoI8O0at #DPSSkNZcex8AFxtcQ0ZiBxSVTchhXztB {  }
 }@media only screen and (max-width: 763px) { #yuT7Oz9FFHUV9BG4C9yqOsGKsoI8O0at #MoDSp5SatDhUpaZ4EWnUyqZglObxZSyN {  }
 }@media only screen and (max-width: 763px) { #yuT7Oz9FFHUV9BG4C9yqOsGKsoI8O0at #ZUvs1D0tWrTuqTRMvegiwLJADJ4rhbQV {  }
 }@media only screen and (max-width: 763px) { #yuT7Oz9FFHUV9BG4C9yqOsGKsoI8O0at #sextfnsQVVsWuH59RAu3dpIQvIKauTLF {  }
 }@media only screen and (max-width: 763px) { #yuT7Oz9FFHUV9BG4C9yqOsGKsoI8O0at #eqT4vxorWGLKEDVk5mBRnb8IAOQrUEgJ {  }
 }@media only screen and (max-width: 763px) { #yuT7Oz9FFHUV9BG4C9yqOsGKsoI8O0at #qhzvHQxevNZ9MDhG05Ag86RPW5Ks2CTI {  }
 }@media only screen and (max-width: 763px) { #yuT7Oz9FFHUV9BG4C9yqOsGKsoI8O0at #JdxFLaqVwaduXlK3n9eJhw3d1231oiup {  }
 }@media only screen and (max-width: 763px) { #yuT7Oz9FFHUV9BG4C9yqOsGKsoI8O0at #b5twbszdLCeF5MAvhk542TE47I9TycEI {  }
 }@media only screen and (max-width: 763px) { #yuT7Oz9FFHUV9BG4C9yqOsGKsoI8O0at #srTnLzTVO7MWduGx939S8miRZ99magTD {  }
 }@media only screen and (max-width: 763px) { #yuT7Oz9FFHUV9BG4C9yqOsGKsoI8O0at #E8WMTLziiT0TG04Sb3OPi2TzFTOMofed {  }
 }@media only screen and (max-width: 763px) { #yuT7Oz9FFHUV9BG4C9yqOsGKsoI8O0at #nLIFvRCs1tm39LroTaLyQmACn2NTznTL {  }
 }@media only screen and (max-width: 763px) { #yuT7Oz9FFHUV9BG4C9yqOsGKsoI8O0at #HmiruzHOP8e0VCq2aCT3ZplOyRiJHCUa {  }
 }@media only screen and (max-width: 763px) { #yuT7Oz9FFHUV9BG4C9yqOsGKsoI8O0at #VgkCroQca3C5Eet3K3TWP5xwWcEXHhPb {  }
 }@media only screen and (max-width: 763px) { #yuT7Oz9FFHUV9BG4C9yqOsGKsoI8O0at #vgcvOR0ywqWJ3WCSv7BR5zmWCacBSSmm {  }
 }@media only screen and (max-width: 763px) { #yuT7Oz9FFHUV9BG4C9yqOsGKsoI8O0at #fICV8cw0OO13DX2Tmie6esDmbTPsT2ll {  }
 }@media only screen and (max-width: 763px) { #yuT7Oz9FFHUV9BG4C9yqOsGKsoI8O0at #GSEDX3eoSnCTOWR2TaEZNJ1PnrsQD2IF {  }
 }@media only screen and (max-width: 763px) { #yuT7Oz9FFHUV9BG4C9yqOsGKsoI8O0at #ftvVTCLnw4gKWHrRcJVPKismoIy7nRqE {  }
 }@media only screen and (max-width: 763px) { #yuT7Oz9FFHUV9BG4C9yqOsGKsoI8O0at #uW46VKRqUxyDNt6T5lWfQcWTphIAENna {  }
 }@media only screen and (max-width: 763px) { #yuT7Oz9FFHUV9BG4C9yqOsGKsoI8O0at #MNbd7hXuxm7THX3e2VmKyCtI6WnvmTRv {  }
 }@media only screen and (max-width: 763px) { #yuT7Oz9FFHUV9BG4C9yqOsGKsoI8O0at #QiIa15nt4poxeLCZH6cEEcu7wJB90CZX {  }
 }@media only screen and (max-width: 763px) { #yuT7Oz9FFHUV9BG4C9yqOsGKsoI8O0at #wRBGPpI4ZmyGKmyWHCStqUOKJA49xGpD {  }
 }@media only screen and (max-width: 763px) { #oNJTWmo33JA2hx0p3LKGhOOxtDh8W9h8 { display:block; }#oNJTWmo33JA2hx0p3LKGhOOxtDh8W9h8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s4WDx0fK6RKCxt0IFyQFR6GE8k2FIoAk { top:4.6875rem;left:0rem;width:9.6875rem;height:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSau0ho3uuC1A2rekFagMZDgZ4JQhXVB { top:3.75rem;left:8.4375rem;width:30.9375rem;height:2.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xu5ObRxiNiWLNHAKC2pvtB6U0x1fgrMt { top:7.375rem;left:10.9375rem;width:24.4375rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nry3TK9NT7d1JDyrvaBDmzSWXkSRqNRt { width:13.5625rem;height:3.125rem;top:9.6875rem;left:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #To2IuCedNsD5XlLZmbLCGcOVEF3oqUwI { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #tfCvwEeOJUyCg8261DcdSGTW4mDJrqPT { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#tfCvwEeOJUyCg8261DcdSGTW4mDJrqPT > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pSsp80PFaWWL4zsnnvPQSz0JgT2SXGOO { 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) { #VbasBlVzXSlAD1c41ChBpAXv32d9DUZr { width:9.375rem;height:1.770833375rem;top:1.30126953125rem;left:10.624185919762rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvRXedVyZizNX7MHPAw8LdFBgDShbUG7 { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:44.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CBpCvZIuxK88vOl7HaxTCnnHFfgBdAoR { width:9.0625rem;height:9.4375rem;top:31.1875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6QymfC8lFpNNrQACIRJkHhGsoTpq41J { width:9.0625rem;height:10.5rem;top:31.1875rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHVqMUeOEr6kLwNZTqwtBwcFcMaf4g13 { width:15.6875rem;height:1.4998375rem;top:8.125rem;left:2.1562501192093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQognRTgdgNXiq0UgbyZtTS0Stt6RydL { width:20rem;height:4.19921875rem;top:10.625rem;left:0rem;font-size:1.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #TqqeJoMP3S6DLHpv2eusk3nPsPTRo0Nu { width:16.875rem;height:7.9996875rem;top:16.3125rem;left:1.5625000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfgMEqiQNbXuLJr7zGlMhZufqpcdsZGQ { width:13.5625rem;height:3.125rem;top:26.1875rem;left:3.2187501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6bzu70W7ogA24elgw4ixgQZr6TTDtKo { display:block; }
 }@media only screen and (max-width: 763px) { #ouuGQVaafZ0p8CRuZGR56EoMDqRWNZl5 { display:block; }#ouuGQVaafZ0p8CRuZGR56EoMDqRWNZl5 > .row .container { width:20rem;height:56rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IiKyXDTRFdpQeJLkQXzIPbVHB5c1RnPl { width:20rem;height:5.20019375rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JN1KRWaqiMOIoZQU2hhToPW6xseS7CZo { width:18rem;height:15.375rem;top:7.6875rem;left:1.0000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7UQiTqECJC0twT74XJnEhN04O0dJDrR { width:18rem;height:12.875rem;top:24.0625rem;left:1.0000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6UbU1yiGz590SQ4GpsOfBZqoIc61BI3 { width:18rem;height:15.5625rem;top:37.9375rem;left:1.0000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBFMv71V3UDt3yrxMqGnnoHgHkt9xtON { width:15.125rem;height:1.6503875rem;top:9.1875rem;left:2.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yk6DJA9g7c1VHCEwSTCsXCrSkP89U8BE { width:13.875rem;height:1.6503875rem;top:25.5625rem;left:2.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJAs4k5x1tavDcu0OSE2EMWOXDEv0OAK { width:9.3125rem;height:1.6503875rem;top:39.4375rem;left:2.5000000596046rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HthZeIEaScc8C9ETFL6a0erixBKVol8t { width:14.75rem;height:9.599625rem;top:11.8125rem;left:2.5rem;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #xpr89p64N6unkgIeNflOH9zHiG8kK1KN { width:14.75rem;height:6.39975rem;top:28.1875rem;left:2.5rem;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #f3aKr0uJU62QTm24p5iMwJRTWuTe4ofq { width:14.75rem;height:9.599625rem;top:42.0625rem;left:2.5rem;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #L1rIlBDNqBQRd2CipBT9NroMeZi9puNM { width:14.5625rem;height:9.875rem;top:29.693576812744rem;left:0rem;z-index:14999;display:none; }
 }@media only screen and (max-width: 763px) { #ty6pQEbnXdu8roopggnLq3wdn00QMxyb { display:block; }#ty6pQEbnXdu8roopggnLq3wdn00QMxyb > .row .container { width:20rem;height:76.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TrGd4aqURHsOExPw7VrUwcQVdbHM1w8m { width:18rem;height:11.3125rem;top:8.3125rem;left:1.0000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7Nwm25blCvVw61rL5qDk08aMThG3U33 { width:18rem;height:12.75rem;top:57.0625rem;left:1.0000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #BzVzGXbbDoOfqZCpPD6fhLZ1CDH3l2iT { width:18rem;height:11.0625rem;top:20.625rem;left:1.0000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdVyxw2Pqp4BTRSk07FsEilGE81Ctfqg { width:18rem;height:11.3125rem;top:32.6875rem;left:1.0000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbhl2xJfoaoh1QpwNIXzJGDuNDgSeXKe { width:18rem;height:11.0625rem;top:45rem;left:1.0000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #wq6mZq2fmmXcErRJbfI0qN2TTl1rh4ih { width:18.0625rem;height:5.20019375rem;top:1.875rem;left:0.96875005960463rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RtAxlvef8efRaCrp14kp9Jc59MPIDLsy { width:15.75rem;height:3.30078125rem;top:14.3125rem;left:2.1250001192093rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvbXbewp01NnNtrzutlcqzFZnxe2ftuh { width:15.75rem;height:3.30078125rem;top:26.625rem;left:2.1250001192093rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8kInCCqe5HHEVFZ6tlE5akVdPislJoG { width:15.75rem;height:3.30078125rem;top:38.6875rem;left:2.1250001192093rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uilTArfZgI0vpkANAT0hPMlkqq0EzRWC { width:15.75rem;height:3.30078125rem;top:51rem;left:2.1250001192093rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PiR0UBANO6GUIPZLDEWgW9n2PIrl8zrk { width:16.1875rem;height:4.951175rem;top:62.9375rem;left:1.9062500596046rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1EnswgHneauU1EcLZnr9SgsbIX5UGnq { width:3.375rem;height:1.875rem;top:10.875rem;left:8.3125005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUMbkR66MnIhuuZ8EoozFCqNns1OEOX5 { width:4rem;height:4rem;top:9.8125rem;left:8.0000001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsuDtNFJQsRlo49gVON7aqsNfq6GTISx { width:4rem;height:4rem;top:22.125rem;left:8.0000001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #plHzKyNLk4ZwuFlMeTe5CcJsXFGI8Jk8 { width:3.375rem;height:1.875rem;top:23.1875rem;left:8.3125005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIoWSPIcGDaK62qzHgbzqpRENhUdz9Fx { width:4rem;height:4rem;top:34.1875rem;left:8.0000001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #F07lpFN8xIOwAB1TaGv8pfTh2XaCtFu1 { width:4rem;height:4rem;top:46.5rem;left:8.0000001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNoQQLLBTPyDbUOq6xhbzq4fdsoCT16S { width:3.375rem;height:1.875rem;top:35rem;left:8.3125005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #lv72veuId0ODHOlMdBh92s7J7gHOeepb { width:3.375rem;height:1.875rem;top:47.5625rem;left:8.3125005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqNvas7nuA3RSCdL2haOchRKAHy5nLQP { width:4rem;height:4rem;top:58.5625rem;left:8.0000001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #PlVaLdtEzaXNAPVZKe77wmw2Uc1zuFP9 { width:3.375rem;height:1.875rem;top:59.624998092651rem;left:8.3125005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFmoHJuIh8diKqEHrTHqmVxUZWCg4mOE { width:13.5625rem;height:3.125rem;top:71.8125rem;left:3.2187500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5zGUAS2zP6lQ9IBf0Dk8LWLNZkS60wp { display:block; }
 }@media only screen and (max-width: 763px) { #XeaLLSNaGoCUxcdVsfIlVTTU2eF3719d { width:19.6875rem;height:30.5625rem;top:37.123698234558rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JmbQKQ2vk1Vdo3bL8K3fAKGZVrkznPZh { display:block; }#JmbQKQ2vk1Vdo3bL8K3fAKGZVrkznPZh > .row .container { width:20rem;height:24.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rPxo3Fkdy5F3aPdm1QT7tbVOnoxUPARN { width:20rem;height:5.19965rem;top:5.375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #IEPCxKKVTRbJlTl8B7QWdzpUbApPsVXr { width:11rem;height:2.6001rem;top:9.37673664093rem;left:5.6484375596046rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdhSfkgntIc7kyXJEP2brTDE95UmFfX8 { width:9.8125rem;height:2.6001rem;top:11.921009063721rem;left:6.7812500596044rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpkUEpAqxGH8o10Nb47dPr3DQJTmk0WK { width:3.3125rem;height:3.3125rem;top:6.7534732818606rem;left:15.437499582768rem;display:block; }
 }@media only screen and (max-width: 763px) { #VxZ47Bk7m8gEcoO1u8ZL4PQSNlNoaWOT { width:3.5rem;height:3.5625rem;top:11.013019561767rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1DviHBx2z1Tdg6CWCpULsvVOWHWJX7E { width:16.3125rem;height:5.2002rem;top:4.1788196563721rem;left:1.25rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #axRuBrQo0DUJAmOThcFvv2M87oeZPLZZ { top:16.375rem;left:2.5000000596046rem;width:15rem;height:6.39975rem;z-index:15005;font-family:"euclid circular a";font-size:1rem;text-align:center;text-align-last:center;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #XRTKzGVbfuWthXIMbzOOwvXrczQmBOTP { display:block; }#XRTKzGVbfuWthXIMbzOOwvXrczQmBOTP > .row .container { width:20rem;height:62.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GGxmo2uEqe3TnS6OmUotA0fMGrlik5GD { width:13.5625rem;height:3.125rem;top:56.5rem;left:3.2187501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #imsQKO4TKSPHq9Dq7gTqOLWzfP5zmfgU { display:block; }
 }@media only screen and (max-width: 763px) { #A0wf7FsATTnUG8qNJDvQOHWwOQKCwvO7 { width:16.3125rem;height:3.59895625rem;top:2.5rem;left:1.8437500596046rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TPqGTw56sXIznRDGDB2DBegTGWydSa2V { width:4.3125rem;height:1.6503875rem;top:15.125rem;left:7.8437505364419rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v44bP61HZmAk14JAa6pvxHe8DO4GIPA9 { width:5.625rem;height:1.6503875rem;top:31.75rem;left:7.1875000596044rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpJi0ZNzXpx3qlXv8qTvT0h1NnEPqRW1 { width:7.6875rem;height:1.6503875rem;top:48.25rem;left:6.1562500596046rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IueBGyRaTThHxJxSJodbQHH2hUKmiivo { width:5.5rem;height:5.5rem;top:8.125rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dm603CcHF8te5EiEMWFBeOMXM39RZT9M { width:5.5rem;height:5.5rem;top:24.75rem;left:7.2500001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #DS1ZAPs1eR8G1bhi6TpkpZzbFoXH6kuX { width:5.5rem;height:5.5rem;top:41.25rem;left:7.2500001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMzBWumSzuJfEkgypx48O9P8q48uSe7D { width:12.5rem;height:3.59895625rem;top:17.125rem;left:3.7500000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRkOxrvWlTm9A4Md749FyHIXpfkBQNC5 { width:12.5rem;height:3.59895625rem;top:33.875rem;left:3.7500000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0HVhqsPNp896KzpptyX8L8cIJrztE9O { width:12.5rem;height:3.59895625rem;top:50.375rem;left:3.7500000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEdIu0giTB8QZyc0yQKyxaqMrnGrKJBz { display:block; }#lEdIu0giTB8QZyc0yQKyxaqMrnGrKJBz > .row .container { width:20rem;height:44.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ircuLOtMtm8v4CkWiQWOq23oDPyowoiw { width:20rem;height:1.79948125rem;top:1.25rem;left:0rem;font-size:1.5rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #yuT7Oz9FFHUV9BG4C9yqOsGKsoI8O0at .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#yuT7Oz9FFHUV9BG4C9yqOsGKsoI8O0at { display:flex;height:auto;width:18.125rem;top:4.1865844726562rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yuT7Oz9FFHUV9BG4C9yqOsGKsoI8O0at #WeOXp4SADypxZ18gdhmihcwX7LZZimLV {  }
 }@media only screen and (max-width: 763px) { #yuT7Oz9FFHUV9BG4C9yqOsGKsoI8O0at #SBVWBVUWloFzPPeCrGUMxdO24VA7nTNv {  }
 }@media only screen and (max-width: 763px) { #yuT7Oz9FFHUV9BG4C9yqOsGKsoI8O0at #STtOEMNpoo5bIASBr4qTukZvoSV0dEPc {  }
 }@media only screen and (max-width: 763px) { #yuT7Oz9FFHUV9BG4C9yqOsGKsoI8O0at #PzdObqn8oPkmdVhq7LSlRECaZdWyd1tp {  }
 }@media only screen and (max-width: 763px) { #yuT7Oz9FFHUV9BG4C9yqOsGKsoI8O0at #ixZTbuIu2t8D1QEJX1XPCebxxUslPglC {  }
 }@media only screen and (max-width: 763px) { #yuT7Oz9FFHUV9BG4C9yqOsGKsoI8O0at #Oh7viH4TXlwdCkpXishAXpt4DbEHdCQ1 {  }
 }@media only screen and (max-width: 763px) { #yuT7Oz9FFHUV9BG4C9yqOsGKsoI8O0at #bZaNATTGCEmEiy7x6pfCMHx6bBrTtDnw {  }
 }@media only screen and (max-width: 763px) { #yuT7Oz9FFHUV9BG4C9yqOsGKsoI8O0at #alnAgEQwWwL4TAJzeM7lXA2dNdQ3fOzw {  }
 }@media only screen and (max-width: 763px) { #yuT7Oz9FFHUV9BG4C9yqOsGKsoI8O0at #zO8Mk5sMawz5dGcnxXp2r0UTBdAwWkRL {  }
 }@media only screen and (max-width: 763px) { #yuT7Oz9FFHUV9BG4C9yqOsGKsoI8O0at #DPSSkNZcex8AFxtcQ0ZiBxSVTchhXztB {  }
 }@media only screen and (max-width: 763px) { #yuT7Oz9FFHUV9BG4C9yqOsGKsoI8O0at #MoDSp5SatDhUpaZ4EWnUyqZglObxZSyN {  }
 }@media only screen and (max-width: 763px) { #yuT7Oz9FFHUV9BG4C9yqOsGKsoI8O0at #ZUvs1D0tWrTuqTRMvegiwLJADJ4rhbQV {  }
 }@media only screen and (max-width: 763px) { #yuT7Oz9FFHUV9BG4C9yqOsGKsoI8O0at #sextfnsQVVsWuH59RAu3dpIQvIKauTLF {  }
 }@media only screen and (max-width: 763px) { #yuT7Oz9FFHUV9BG4C9yqOsGKsoI8O0at #eqT4vxorWGLKEDVk5mBRnb8IAOQrUEgJ {  }
 }@media only screen and (max-width: 763px) { #yuT7Oz9FFHUV9BG4C9yqOsGKsoI8O0at #qhzvHQxevNZ9MDhG05Ag86RPW5Ks2CTI {  }
 }@media only screen and (max-width: 763px) { #yuT7Oz9FFHUV9BG4C9yqOsGKsoI8O0at #JdxFLaqVwaduXlK3n9eJhw3d1231oiup {  }
 }@media only screen and (max-width: 763px) { #yuT7Oz9FFHUV9BG4C9yqOsGKsoI8O0at #b5twbszdLCeF5MAvhk542TE47I9TycEI {  }
 }@media only screen and (max-width: 763px) { #yuT7Oz9FFHUV9BG4C9yqOsGKsoI8O0at #srTnLzTVO7MWduGx939S8miRZ99magTD {  }
 }@media only screen and (max-width: 763px) { #yuT7Oz9FFHUV9BG4C9yqOsGKsoI8O0at #E8WMTLziiT0TG04Sb3OPi2TzFTOMofed {  }
 }@media only screen and (max-width: 763px) { #yuT7Oz9FFHUV9BG4C9yqOsGKsoI8O0at #nLIFvRCs1tm39LroTaLyQmACn2NTznTL {  }
 }@media only screen and (max-width: 763px) { #yuT7Oz9FFHUV9BG4C9yqOsGKsoI8O0at #HmiruzHOP8e0VCq2aCT3ZplOyRiJHCUa {  }
 }@media only screen and (max-width: 763px) { #yuT7Oz9FFHUV9BG4C9yqOsGKsoI8O0at #VgkCroQca3C5Eet3K3TWP5xwWcEXHhPb {  }
 }@media only screen and (max-width: 763px) { #yuT7Oz9FFHUV9BG4C9yqOsGKsoI8O0at #vgcvOR0ywqWJ3WCSv7BR5zmWCacBSSmm {  }
 }@media only screen and (max-width: 763px) { #yuT7Oz9FFHUV9BG4C9yqOsGKsoI8O0at #fICV8cw0OO13DX2Tmie6esDmbTPsT2ll {  }
 }@media only screen and (max-width: 763px) { #yuT7Oz9FFHUV9BG4C9yqOsGKsoI8O0at #GSEDX3eoSnCTOWR2TaEZNJ1PnrsQD2IF {  }
 }@media only screen and (max-width: 763px) { #yuT7Oz9FFHUV9BG4C9yqOsGKsoI8O0at #ftvVTCLnw4gKWHrRcJVPKismoIy7nRqE {  }
 }@media only screen and (max-width: 763px) { #yuT7Oz9FFHUV9BG4C9yqOsGKsoI8O0at #uW46VKRqUxyDNt6T5lWfQcWTphIAENna {  }
 }@media only screen and (max-width: 763px) { #yuT7Oz9FFHUV9BG4C9yqOsGKsoI8O0at #MNbd7hXuxm7THX3e2VmKyCtI6WnvmTRv {  }
 }@media only screen and (max-width: 763px) { #yuT7Oz9FFHUV9BG4C9yqOsGKsoI8O0at #QiIa15nt4poxeLCZH6cEEcu7wJB90CZX {  }
 }@media only screen and (max-width: 763px) { #yuT7Oz9FFHUV9BG4C9yqOsGKsoI8O0at #wRBGPpI4ZmyGKmyWHCStqUOKJA49xGpD {  }
 }@media only screen and (max-width: 763px) { #oNJTWmo33JA2hx0p3LKGhOOxtDh8W9h8 { display:block; }#oNJTWmo33JA2hx0p3LKGhOOxtDh8W9h8 > .row .container > .video-iframe-container { border-top-left-radius:1.25rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#oNJTWmo33JA2hx0p3LKGhOOxtDh8W9h8 > .row .container { width:20rem;height:16.6875rem;border-top-left-radius:1.25rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s4WDx0fK6RKCxt0IFyQFR6GE8k2FIoAk { width:9.6875rem;height:9.8125rem;top:7.69921875rem;left:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TSau0ho3uuC1A2rekFagMZDgZ4JQhXVB { width:15rem;height:4.875rem;top:1.5625rem;left:2.5000000596046rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Xu5ObRxiNiWLNHAKC2pvtB6U0x1fgrMt { width:15rem;height:2.27430625rem;top:7.4375rem;left:2.5000000596046rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nry3TK9NT7d1JDyrvaBDmzSWXkSRqNRt { width:13.5625rem;height:3.125rem;top:11.625rem;left:3.2187501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #To2IuCedNsD5XlLZmbLCGcOVEF3oqUwI { display:block; }
 }