.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;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:229,221,234;--color-primary-1:169,143,186;--color-primary-2:83,31,117;--color-primary-3:42,16,59;--color-primary-4:12,5,18;--color-secondary-0:254,236,222;--color-secondary-1:250,193,144;--color-secondary-2:245,130,32;--color-secondary-3:123,65,16;--color-secondary-4:37,20,5;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"Lora";--paragraphs-font-family:"Nunito Sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:199999;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:fixed;top:0rem;left:0rem;right:0rem;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:6.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#v9NUyP8V9ebMuOKmiW2SPzkm2UAivSmm { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:14.5rem;top:1.3433227539062rem;left:0rem;overflow:hidden;display:block; }
#f4CUuRVCJ45cHQgng8BruJCxUlFqiKwu { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:17.9375rem;top:0.5625rem;left:56.25rem;overflow:hidden;display:block; }
#LUaTCfgJtq2ZKnmoOB0AvNebP6vwP2ba { background-color:#f4f4f4;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"nunito sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.7498125rem;height:2.43706875rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:4.1875rem;left:31.0625rem;display:block; }
#IspIxvmTu5ZKph30F2s5I2DSypOFQw8l { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Gi5eox8PTxQKWLVFnu9HJbSepDSBI5K6 { background-color:#f4f4f4;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"nunito sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.4375rem;height:2.4375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:4.1875rem;left:41.875rem;display:block; }
#gMeXUbfZ9TIgKI4sLmkdIXvolMpdTSV2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#S2TlIhFRynNlysa0V6NpkyTDIn9P1G5E { background-color:#f4f4f4;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"nunito sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.9375rem;height:2.43706875rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:4.1875rem;left:49.375rem;display:block; }
#W7lg9uwOwl08SlrVT2tqRTRBSVl3nUtx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hQ0NLUaeB93yxV2kJgwHXF46Wpixudqv { background-color:#f4f4f4;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"nunito sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8125rem;height:2.4375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:4.1875rem;left:22.1875rem;display:block; }
#QgpMfMgKEf11S5ikuPlqkSy2BxGJlm5a { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ytPH4s3bk2n1y8nq9unqLvdTdELuAu59 { background-color:#f4f4f4;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"nunito sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.5625rem;height:2.4375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:4.1875rem;left:61.375rem;display:block; }
#QLLr3huTwb3fAS0ui0VJCGK5ysTBUfy0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mezlhzRx2nJy0hr4dvSgKNHTsq3owKTi { background-color:#f4f4f4;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"nunito sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.9375rem;height:2.43706875rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:4.1875rem;left:55.375rem;display:block; }
#l4lXfFsRmAnxCvTRop5TkPRXOEI0yp9u { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yffVL2goT5XPRHPW5sVIQ2btu13bkbhA { background-color:#f4f4f4;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"nunito sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.9375rem;height:2.4375rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:4.1875rem;left:67.0625rem;display:block; }
#Jkgk4fSH8k5eQV5ibJTWFGqtKQ0OqMu7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OTPhgCfzq4hhfAMGOyrTokG5Q86COa4N { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#OTPhgCfzq4hhfAMGOyrTokG5Q86COa4N > .row .container { background-color: transparent; background-image: none; }#OTPhgCfzq4hhfAMGOyrTokG5Q86COa4N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OTPhgCfzq4hhfAMGOyrTokG5Q86COa4N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OTPhgCfzq4hhfAMGOyrTokG5Q86COa4N > .row .container > .video-iframe-container { display: none; }#OTPhgCfzq4hhfAMGOyrTokG5Q86COa4N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OTPhgCfzq4hhfAMGOyrTokG5Q86COa4N > .row > .video-iframe-container { display: none; }#OTPhgCfzq4hhfAMGOyrTokG5Q86COa4N > .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); }#OTPhgCfzq4hhfAMGOyrTokG5Q86COa4N > .row .container { border-width: 0; border-radius: 0; }#OTPhgCfzq4hhfAMGOyrTokG5Q86COa4N > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OTPhgCfzq4hhfAMGOyrTokG5Q86COa4N > .row .container { font-size:0.875rem;font-family:arial;height:6.8125rem;width:75rem;position:relative;display:block; }#Er1lKc2hXRL6I11RF9rWotJtg35rUEHe { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#xsDuJNCUR6n7ATBpwJ7TO0OTxyfDT2Nu { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:11.625rem;top:0.6875rem;left:0rem;overflow:hidden;display:none; }
#AD9NgQQ77sBVhAQLnbmZ8CGUObT80WUE { background-color:#f4f4f4;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"nunito sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.811875rem;height:2.43706875rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:2.1875rem;left:15.8125rem;display:block; }
#xTTlHln5kxLMwArTObh4wgnyFKBQfE7y { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PP6DDlqWpUB4URtg2GO7sNmIb3yLd4TT { background-color:#f4f4f4;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"nunito sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.7498125rem;height:2.43706875rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:2.1875rem;left:24.6875rem;display:block; }
#uFE2zLAM3ZLet8NaLq9MxWk6gURTrogC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ETX6KrE7AclbDk6T5r0apNziI4oVWFU5 { background-color:#f4f4f4;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"nunito sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.4370625rem;height:2.43706875rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:2.1875rem;left:35.5rem;display:block; }
#DMgNPcFxz0qGVTDZtM8rkD44Ehulv2Q2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aLzBtclIw7i1gJOeg7vzbDTrgQgEpKg8 { background-color:#f4f4f4;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"nunito sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.9375rem;height:2.43706875rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:2.1875rem;left:43rem;display:block; }
#fTR2u9uExIDtxOCnIy7hNrRFOHAS49nu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#for1XZbzBVZzeV8JS9zVL8WMsfxooCdI { background-color:#f4f4f4;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"nunito sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.9375rem;height:2.43706875rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:2.1875rem;left:49rem;display:block; }
#wkJGDIyt2ip8QED3CuJRg1f2hncHn6ug { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lGEbPD088IJEPdWWcqTc4cOOA1wg0puZ { background-color:#f4f4f4;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"nunito sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.56206875rem;height:2.43706875rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:2.1875rem;left:55rem;display:block; }
#OTQz7EWRiXtpwlmPHw8nPhkHUuGE49N6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TeOerzmhexGHaG5bB1HTyZytnSWX6NoA { background-color:#f4f4f4;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"nunito sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.9373125rem;height:2.43706875rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:2.1875rem;left:60.6875rem;display:block; }
#nIbQp88zSW3EGXB88gFMyx06fIT7WQ8L { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ll0VemWTgibamDfGp8JwNifqC1QiIaIJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6581ca51-e53d-45af-8099-06e485d8c376/spjimr1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Ll0VemWTgibamDfGp8JwNifqC1QiIaIJ.adaptive-delivery-prevent-bg, #Ll0VemWTgibamDfGp8JwNifqC1QiIaIJ.lazyload, #Ll0VemWTgibamDfGp8JwNifqC1QiIaIJ.lazyloading { background-image: none; }#Ll0VemWTgibamDfGp8JwNifqC1QiIaIJ > .row .container { background-color: transparent; background-image: none; }#Ll0VemWTgibamDfGp8JwNifqC1QiIaIJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(83,31,117,0.9); }#Ll0VemWTgibamDfGp8JwNifqC1QiIaIJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ll0VemWTgibamDfGp8JwNifqC1QiIaIJ > .row .container > .video-iframe-container { display: none; }#Ll0VemWTgibamDfGp8JwNifqC1QiIaIJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(83,31,117,0.9); }#Ll0VemWTgibamDfGp8JwNifqC1QiIaIJ > .row > .video-iframe-container { display: none; }#Ll0VemWTgibamDfGp8JwNifqC1QiIaIJ > .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); }#Ll0VemWTgibamDfGp8JwNifqC1QiIaIJ > .row .container { border-width: 0; border-radius: 0; }#Ll0VemWTgibamDfGp8JwNifqC1QiIaIJ::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ll0VemWTgibamDfGp8JwNifqC1QiIaIJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ll0VemWTgibamDfGp8JwNifqC1QiIaIJ > .row .container { font-size:0.875rem;font-family:arial;height:42.8125rem;width:75rem;position:relative;display:block; }#uD71IW4yvoLTz6cENuHZy2mUTsrQlo68 { color:#ffffff;display:block;width:42.0625rem;position:absolute;font-family:lora;font-size:4.375rem;font-weight:700;z-index:15026;line-height:1.1;letter-spacing:0;top:5.8125rem;left:0rem;height:9.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FIC46OLAXT1EgDsGSTrJBOebmEsQbWc1 { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25rem;height:3.4375rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:33.8125rem;left:0rem;display:none; }
#GuX7aLHgOiLUVCmpAplkXtNr3aTVNA5B { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#K8vi8b9SlbMTMP3eCFt1eWZRiPvBV9iT { color:#531f75;display:block;width:18.375rem;position:absolute;font-family:lora;font-size:1.625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:8.6868476867675rem;left:54.124353408814rem;height:2.11263125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OWfZZuhITKDyOICkLZLnxw0eQcQhFIRz { box-sizing:content-box;height:3.1875rem;width:20.875rem;position:absolute;display:block;z-index:15034;background-color:rgba(0,0,0,0);background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);top:25.75rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#xkROOv0ZzInEaRxfLEkTRuCLHKazdDJg { color:#ffffff;display:block;width:17rem;position:absolute;font-family:"nunito sans";font-size:1.25rem;font-weight:400;z-index:15034;line-height:1.3;letter-spacing:0;top:26.625rem;left:3.5625rem;height:1.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Er7I2O8HKT962aqx16UANBzwWmkqHEU4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:26.5625rem;left:1rem; }
#yaJ9dfvKTrs1Tv2k7CVREKK4RNHE2VAl { color:#ffffff;display:block;width:21.1870625rem;position:absolute;font-family:"nunito sans";font-size:1.25rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:26.625rem;left:25.625rem;height:1.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#V6B8kZNShsWFpnF5pTIBTZN6JRwsfDEF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:26.5625rem;left:23.4375rem; }
#MBgZkZF8MWravsnTNbPWIzBeq7uB7Hf3 .widget-form-header {  }
#MBgZkZF8MWravsnTNbPWIzBeq7uB7Hf3 .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:20.9375rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#MBgZkZF8MWravsnTNbPWIzBeq7uB7Hf3 .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.9375rem;box-sizing:border-box;height:2.5625rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);box-shadow: none;vertical-align:top; }
#MBgZkZF8MWravsnTNbPWIzBeq7uB7Hf3 .widget-input-text {padding-top: 0; padding-bottom: 0;}#MBgZkZF8MWravsnTNbPWIzBeq7uB7Hf3 .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.9375rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial;vertical-align:top; }
#MBgZkZF8MWravsnTNbPWIzBeq7uB7Hf3 .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.9375rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;box-shadow: none;vertical-align:top; }
#MBgZkZF8MWravsnTNbPWIzBeq7uB7Hf3 .widget-input-select {padding-top: 0; padding-bottom: 0;}#MBgZkZF8MWravsnTNbPWIzBeq7uB7Hf3 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#MBgZkZF8MWravsnTNbPWIzBeq7uB7Hf3 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#MBgZkZF8MWravsnTNbPWIzBeq7uB7Hf3 .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:20.9375rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: none; }
#MBgZkZF8MWravsnTNbPWIzBeq7uB7Hf3 [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#MBgZkZF8MWravsnTNbPWIzBeq7uB7Hf3 [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#MBgZkZF8MWravsnTNbPWIzBeq7uB7Hf3 [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#MBgZkZF8MWravsnTNbPWIzBeq7uB7Hf3 [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#MBgZkZF8MWravsnTNbPWIzBeq7uB7Hf3 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:19.5625rem;overflow:hidden;font-style:normal;float:none; }
#MBgZkZF8MWravsnTNbPWIzBeq7uB7Hf3 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#MBgZkZF8MWravsnTNbPWIzBeq7uB7Hf3 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#MBgZkZF8MWravsnTNbPWIzBeq7uB7Hf3 .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#MBgZkZF8MWravsnTNbPWIzBeq7uB7Hf3 .widget-container:first-of-type{padding-top:0;}#MBgZkZF8MWravsnTNbPWIzBeq7uB7Hf3 .widget-container:last-of-type{padding-bottom:0;}#MBgZkZF8MWravsnTNbPWIzBeq7uB7Hf3  { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.9375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15042;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;position:absolute;top:10.6875rem;left:51.5625rem; }
#MBgZkZF8MWravsnTNbPWIzBeq7uB7Hf3 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:20.9375rem;display:block;vertical-align:top; }
#MBgZkZF8MWravsnTNbPWIzBeq7uB7Hf3 .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#MBgZkZF8MWravsnTNbPWIzBeq7uB7Hf3 {display:block;}#MBgZkZF8MWravsnTNbPWIzBeq7uB7Hf3 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.9375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15042;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;position:absolute;top:10.6875rem;left:51.5625rem; }
#MBgZkZF8MWravsnTNbPWIzBeq7uB7Hf3 #RKV5CnCwwmsAtXpvfOBeK4WIkO1NyUTa { position:relative; }
#MBgZkZF8MWravsnTNbPWIzBeq7uB7Hf3 #F9cJRm5vaARwLSdR2Fhu4yMhV5A8D4u1 { position:relative;display:none; }
#MBgZkZF8MWravsnTNbPWIzBeq7uB7Hf3 #NUNERz5yN2r25Fw47H75G8O1H4pTsc4f { position:relative; }
#MBgZkZF8MWravsnTNbPWIzBeq7uB7Hf3 #nnnpb9b2xvgxVlsnytXZg7yz4OHEllFg { position:relative; }
#MBgZkZF8MWravsnTNbPWIzBeq7uB7Hf3 #oFI1VcvpgSBhaVW4F4TDX2H3tXic1D7Q { position:relative;display:none; }
#MBgZkZF8MWravsnTNbPWIzBeq7uB7Hf3 #Zxt5SDQe1x4rmzwKl2PgInEBLRvDHH3o { position:relative; }
#MBgZkZF8MWravsnTNbPWIzBeq7uB7Hf3 #IR8VVs3wUeW96lHb6rnDZ7Z16AgFysON { position:relative; }
#MBgZkZF8MWravsnTNbPWIzBeq7uB7Hf3 #RO6knyE9ORkWHoTSMbzWSbZnIs78dBRa { position:relative;display:none; }
#MBgZkZF8MWravsnTNbPWIzBeq7uB7Hf3 #Q3OuUL3OOFvqhERd0nTteUQIgytSkpOc { position:relative; }
#MBgZkZF8MWravsnTNbPWIzBeq7uB7Hf3 #HQaptW53Hm3mmwXcctOPyNoHZQT00Bi0 { position:relative; }
#MBgZkZF8MWravsnTNbPWIzBeq7uB7Hf3 #oclI1IvVvEXET7mo5QBdnrAS1EgTLf0t { position:relative;display:none; }
#MBgZkZF8MWravsnTNbPWIzBeq7uB7Hf3 #gV2PGR7S5OBRWQ2cbW6s67MRxrxFvE3K { position:relative; }
#MBgZkZF8MWravsnTNbPWIzBeq7uB7Hf3 #oCCzIp6aWzyipKL3TGMD0zA849wsdS1o { position:relative; }
#MBgZkZF8MWravsnTNbPWIzBeq7uB7Hf3 #U05A0llO47fA2P6cJWSiHVlAyKO9N7au { position:relative;display:none; }
#MBgZkZF8MWravsnTNbPWIzBeq7uB7Hf3 #bUgth0aWKT8BNcy2NzZl1zQvSG5O30eu { position:relative; }
#MBgZkZF8MWravsnTNbPWIzBeq7uB7Hf3 #T66wPl9AVmBEqeF5V6O1MomLZQdwN6Qg { position:relative; }
#MBgZkZF8MWravsnTNbPWIzBeq7uB7Hf3 #wdsaQx0Xosrg0piXZxnoksLgTNQlrARH { position:relative; }
#a4rgVVyy2dWMaF6Ua0NCFvSP2QfaA0pi { box-sizing:content-box;height:2.75rem;width:23.4375rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.0625rem;left:51.5625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:0.25rem;display:block; }
#tXMPgwW17UU0rx39gcgkRTe7z6IlvBCB { color:#ffffff;display:block;width:39rem;position:absolute;font-family:"nunito sans";font-size:1.5625rem;font-weight:400;z-index:15028;line-height:1.4;letter-spacing:0;top:18.0625rem;left:0rem;height:4.375rem;font-style:normal;display:block; }
#DBfdicG8BJHiPieuTuOXET1AIqxqEUFF { box-sizing:content-box;height:3.25rem;width:22.75rem;position:absolute;display:block;z-index:15003;background-color:rgba(0,0,0,0);background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);top:25.8125rem;left:22.5625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#Q5cXGeDStpOO7iPVHNPMa1ZrdqqId54F { box-sizing:content-box;height:3.1875rem;width:20.875rem;position:absolute;display:block;z-index:15034;background-color:rgba(0,0,0,0);background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);top:25.75rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:none; }
#NLR5A7wpNqtUd7ccqB37ygdVQRH8N4yv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6581ca51-e53d-45af-8099-06e485d8c376/spjimr1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#NLR5A7wpNqtUd7ccqB37ygdVQRH8N4yv.adaptive-delivery-prevent-bg, #NLR5A7wpNqtUd7ccqB37ygdVQRH8N4yv.lazyload, #NLR5A7wpNqtUd7ccqB37ygdVQRH8N4yv.lazyloading { background-image: none; }#NLR5A7wpNqtUd7ccqB37ygdVQRH8N4yv > .row .container { border-width: 0; border-radius: 0; }#NLR5A7wpNqtUd7ccqB37ygdVQRH8N4yv::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NLR5A7wpNqtUd7ccqB37ygdVQRH8N4yv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NLR5A7wpNqtUd7ccqB37ygdVQRH8N4yv > .row .container { font-size:0.875rem;font-family:arial;height:47.6875rem;width:75rem;position:relative;display:none; }#GgNUWGriR6aUVcvwI4PchbgDnpTrMAPx { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:7.5rem;border-top-right-radius:7.5rem;border-bottom-left-radius:7.5rem;border-bottom-right-radius:7.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.1875rem;height:3.125rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:32.749786376953rem;left:0rem;display:block; }
#AsRUsu07rkhXiGAgBgbfBcdZ5yy0hFum { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OeDlVxc6509HzCX5NL4VU3WtaHGWNF5J .widget-form-header {  }
#OeDlVxc6509HzCX5NL4VU3WtaHGWNF5J .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:20.9375rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#OeDlVxc6509HzCX5NL4VU3WtaHGWNF5J .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.9375rem;box-sizing:border-box;height:2.5625rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);box-shadow: none;vertical-align:top; }
#OeDlVxc6509HzCX5NL4VU3WtaHGWNF5J .widget-input-text {padding-top: 0; padding-bottom: 0;}#OeDlVxc6509HzCX5NL4VU3WtaHGWNF5J .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.9375rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial;vertical-align:top; }
#OeDlVxc6509HzCX5NL4VU3WtaHGWNF5J .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.9375rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;box-shadow: none;vertical-align:top; }
#OeDlVxc6509HzCX5NL4VU3WtaHGWNF5J .widget-input-select {padding-top: 0; padding-bottom: 0;}#OeDlVxc6509HzCX5NL4VU3WtaHGWNF5J .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#OeDlVxc6509HzCX5NL4VU3WtaHGWNF5J .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#OeDlVxc6509HzCX5NL4VU3WtaHGWNF5J .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:20.9375rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: none; }
#OeDlVxc6509HzCX5NL4VU3WtaHGWNF5J [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#OeDlVxc6509HzCX5NL4VU3WtaHGWNF5J [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#OeDlVxc6509HzCX5NL4VU3WtaHGWNF5J [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#OeDlVxc6509HzCX5NL4VU3WtaHGWNF5J [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#OeDlVxc6509HzCX5NL4VU3WtaHGWNF5J .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:19.5625rem;overflow:hidden;font-style:normal;float:none; }
#OeDlVxc6509HzCX5NL4VU3WtaHGWNF5J .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#OeDlVxc6509HzCX5NL4VU3WtaHGWNF5J .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#OeDlVxc6509HzCX5NL4VU3WtaHGWNF5J .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#OeDlVxc6509HzCX5NL4VU3WtaHGWNF5J .widget-container:first-of-type{padding-top:0;}#OeDlVxc6509HzCX5NL4VU3WtaHGWNF5J .widget-container:last-of-type{padding-bottom:0;}#OeDlVxc6509HzCX5NL4VU3WtaHGWNF5J  { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.9375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15042;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;top:10.060764312744rem;left:51.562503814698rem; }
#OeDlVxc6509HzCX5NL4VU3WtaHGWNF5J .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:20.9375rem;display:block;vertical-align:top; }
#OeDlVxc6509HzCX5NL4VU3WtaHGWNF5J .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#OeDlVxc6509HzCX5NL4VU3WtaHGWNF5J {display:block;}#OeDlVxc6509HzCX5NL4VU3WtaHGWNF5J { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.9375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15042;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;top:10.060764312744rem;left:51.562503814698rem; }
#OeDlVxc6509HzCX5NL4VU3WtaHGWNF5J #sG5Nxuc3dGNBDC2IdOSZ6BUU7DyM31RC { position:relative; }
#OeDlVxc6509HzCX5NL4VU3WtaHGWNF5J #z7f3dTRs3vpVnksueqKLM1cPHNTlWFOU { position:relative;display:none; }
#OeDlVxc6509HzCX5NL4VU3WtaHGWNF5J #nX5Vye6shQHgK6Fvlb2xI3zvXgw6ve3p { position:relative; }
#OeDlVxc6509HzCX5NL4VU3WtaHGWNF5J #nqKiNRwWIm0e2P5L24nTuZ4Ahd3GdvX3 { position:relative; }
#OeDlVxc6509HzCX5NL4VU3WtaHGWNF5J #h8UHZTTeB4Q3MSgaKZiXuUgFaIpO0QA7 { position:relative;display:none; }
#OeDlVxc6509HzCX5NL4VU3WtaHGWNF5J #lgSLDRe3ELtgarbTx9Ppi2tdU9zBs57M { position:relative; }
#OeDlVxc6509HzCX5NL4VU3WtaHGWNF5J #pE0skiWKztnRbZQDtq42IRJ7mzk1h490 { position:relative; }
#OeDlVxc6509HzCX5NL4VU3WtaHGWNF5J #aE0FiTr8eNRq3aLRlzSxnfVR2VAe0W0t { position:relative;display:none; }
#OeDlVxc6509HzCX5NL4VU3WtaHGWNF5J #Xe718WyJXxwBlhaC1Vw321lvpDTwpMsn { position:relative; }
#OeDlVxc6509HzCX5NL4VU3WtaHGWNF5J #wcrJkE4mMD4NRTW9yv9J9knNt6plOyKd { position:relative; }
#OeDlVxc6509HzCX5NL4VU3WtaHGWNF5J #rcZivyTuJ96pw33B5KgkkZRr4DBHU9Im { position:relative;display:none; }
#OeDlVxc6509HzCX5NL4VU3WtaHGWNF5J #rT1H7fnUStlqkqM7FlgE18JbGeaCNAV6 { position:relative; }
#OeDlVxc6509HzCX5NL4VU3WtaHGWNF5J #wS6xXn15TPghvBnqEImF9awMdzr6MicG { position:relative; }
#OeDlVxc6509HzCX5NL4VU3WtaHGWNF5J #w3UKNDlosWWEapUtClRmXdEVFgsdEZwX { position:relative;display:none; }
#OeDlVxc6509HzCX5NL4VU3WtaHGWNF5J #D7x5kC3lzZP4WphWnltVfq6pk6lhF1m5 { position:relative; }
#OeDlVxc6509HzCX5NL4VU3WtaHGWNF5J #J00IB1Wi7DewrxttFAzlWA80ML8oL6NG { position:relative; }
#OeDlVxc6509HzCX5NL4VU3WtaHGWNF5J #Xho4b2Pe5J86ncD2UpF9s6ZSNyVDSidU { position:relative; }
#CTJU3zPEmf4RGaOM5pthylsw2QQbsl9i { box-sizing:content-box;height:2.75rem;width:23.5rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.3350715637206rem;left:51.562503814698rem;display:block; }
#XcOH7TaaGkldfIRNAv1tRs6NixBLk8cg { color:rgba(var(--color-tertiary-0),1);display:block;width:13.0620625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:7.6529960632325rem;left:52.624786376953rem;height:2.11230625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#CzivZkEXEZkL7mTSgPym5oio2wds0JS1 { position:relative;display:block; }#CzivZkEXEZkL7mTSgPym5oio2wds0JS1 { background-color: transparent; background-image: none; }#CzivZkEXEZkL7mTSgPym5oio2wds0JS1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CzivZkEXEZkL7mTSgPym5oio2wds0JS1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CzivZkEXEZkL7mTSgPym5oio2wds0JS1 > .row .container > .video-iframe-container { display: none; }#CzivZkEXEZkL7mTSgPym5oio2wds0JS1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CzivZkEXEZkL7mTSgPym5oio2wds0JS1 > .row > .video-iframe-container { display: none; }#CzivZkEXEZkL7mTSgPym5oio2wds0JS1 > .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); }#CzivZkEXEZkL7mTSgPym5oio2wds0JS1 { border-width: 0; border-radius: 0; }#CzivZkEXEZkL7mTSgPym5oio2wds0JS1 > .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; }#CzivZkEXEZkL7mTSgPym5oio2wds0JS1 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:20.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#qZfLWD4cRseVLOctK7iWEwFIhT8f6BIA { position:absolute;display:block;z-index:15017;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:4.25rem;width:6.0625rem;top:10.1875rem;left:2.0625rem;overflow:hidden;display:block; }
#TeIxTnqu7U3l9f8NicDeETPxSPp4Tg3k { position:absolute;display:block;z-index:15018;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:4.25rem;width:6.0625rem;top:10.1875rem;left:10.6875rem;overflow:hidden;display:block; }
#NN1Sq3Qr3ni1QBlQw81R0ahhaMuo1F2p { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:6.0625rem;top:10.1875rem;left:29.4375rem;overflow:hidden;display:block; }
#NlGC36Ow1kDUsM9wTePmXPrLiesMSx4w { position:absolute;display:block;z-index:15019;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:4.25rem;width:6.0625rem;top:10.1875rem;left:20.8125rem;overflow:hidden;display:block; }
#wqsKdwCiAliNIPdZFtxJfq1MJBU0kOhn { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:6.0625rem;top:10.1875rem;left:48.1875rem;overflow:hidden;display:block; }
#ADiN3rpQ5KqAPgh2mNtaAArEnUkD5ieC { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:6.0625rem;top:10.1875rem;left:39.5625rem;overflow:hidden;display:block; }
#yl1g0sLi8J0dATNLEgUgNZDgTJ4Gn7fc { color:#f58220;display:block;width:3.9987rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:9.3125rem;left:3.09375rem;height:4.0625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#bWbW4hoif1KyDAiSfPJ6iC6GOAHATA67 { color:#f58220;display:block;width:3.9987rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:400;z-index:15041;line-height:1.3;letter-spacing:0;top:9.3125rem;left:11.71875rem;height:4.0625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#PMTtOSsdNXeRn6LhrfyF0m0TMq8mvqpq { color:#f58220;display:block;width:3.9987rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:9.3125rem;left:21.84375rem;height:4.0625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#qJU1ey6NoyIt1EuR6VonRdQedV76Gf2R { color:#f58220;display:block;width:3.9987rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:400;z-index:15043;line-height:1.3;letter-spacing:0;top:9.3125rem;left:30.46875rem;height:4.0625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#rgTwXTHIpbzUI6hLOQNBQmuZkNFBKQbn { color:#f58220;display:block;width:3.9987rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:400;z-index:15044;line-height:1.3;letter-spacing:0;top:9.3125rem;left:40.5625rem;height:4.0625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#TgFsoIP2tmofUvo8OdL2W1VxFF8nRvJo { color:#f58220;display:block;width:3.9987rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:400;z-index:15045;line-height:1.3;letter-spacing:0;top:9.3125rem;left:49.1875rem;height:4.0625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#yJZ5db1EPzle1ivtQFe0xf6X1R3oQNqF { color:rgba(var(--color-tertiary-2),1);display:block;width:9.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:15.6875rem;left:0.53125rem;height:2.2734375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kboIXbxDNBbl42GiEQCOSJx1BBvy7P8U { color:rgba(var(--color-tertiary-2),1);display:block;width:6.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15044;line-height:1.3;letter-spacing:0;top:15.6875rem;left:10.4375rem;height:1.13671875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pb8o8uWq6vEZFr4EhB2Tu3IvCaNdX73c { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:6rem;left:3.125rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RnZ6J6GDgggKakki5AdXLwvJL9H8T4HF { color:rgba(var(--color-tertiary-2),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:6.0013008117676rem;left:20rem;height:2.599825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#U6bGs6EAXSVCF1xOZnu5hQzyhPqfhXT2 { color:rgba(var(--color-tertiary-2),1);display:block;width:13.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:6rem;left:40.25rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tiaiH0vwxvyHr4oydUDrbKbdByGR4uO8 { color:rgba(var(--color-tertiary-2),1);display:block;width:9.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:15.6875rem;left:19.28125rem;height:2.2734375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tMQDhVyAMvTm6E9tuH7w0oRe93vsLQJO { color:rgba(var(--color-tertiary-2),1);display:block;width:6.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15034;line-height:1.3;letter-spacing:0;top:15.6875rem;left:29.03125rem;height:1.13671875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Tn2L241CaPpl0TQKDePfOlgCuwGbgnMi { color:rgba(var(--color-tertiary-2),1);display:block;width:8.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:15.6875rem;left:38.5rem;height:2.2734375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rTNIaBZotuv4MF0og9QBw0qZfRlSM4p2 { color:rgba(var(--color-tertiary-2),1);display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:15.6875rem;left:48.09375rem;height:1.13671875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zLmrlzm8qGKDlLv1yLP2Sb7dmI2FGdXy { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9370125rem;width:16.437rem;top:10.5625rem;left:57.4375rem;overflow:hidden;display:block; }
#e250tshlABMAqzcLygDSuvInsGxNBcUQ { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:7.0625rem;left:57.625rem;height:2.923825rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZJUKIHVzrJOCuocALUXHehGNshQ17gnk { color:#582d78;display:block;width:18.624rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:1.7490234375rem;left:28.4033203125rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#grrba7iXtApWR8cofiiUTE4aroFrFCf8 { color:rgba(var(--color-tertiary-2),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:6.0013008117676rem;left:20rem;height:2.599825rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#xgdCy7AnyiyEWL9frIAnKGivIgOkBtbM { color:rgba(var(--color-tertiary-2),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:6.0013008117676rem;left:20rem;height:2.599825rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#F0T58T5d81FfUsdCOaK5h4RQ1MtoDnnF { color:rgba(var(--color-tertiary-2),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:6.0013008117676rem;left:20rem;height:2.599825rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#mGZIVJc3omWhgwqJEa0N88B5AQqmPVta { color:#f58220;display:block;width:3.9987rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:9.3125rem;left:21.84375rem;height:4.0625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#PdMDqtWahWszkOlm33T0ion3Mmeqb8Wp { position:absolute;display:block;z-index:15017;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:4.25rem;width:6.0625rem;top:10.1875rem;left:2.0625rem;overflow:hidden;display:none; }
#hgwVfU5X9PLNpDPcEOyUOA97mCpz1aCQ { position:absolute;display:block;z-index:15018;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:4.25rem;width:6.0625rem;top:10.1875rem;left:10.6875rem;overflow:hidden;display:none; }
#X9WmdrpNNtazpVutzRD9EKbxr3dQiAxH { color:#f58220;display:block;width:3.9987rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:400;z-index:15041;line-height:1.3;letter-spacing:0;top:9.3125rem;left:11.71875rem;height:4.0625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#fGvZqVSSBHgL9BS14FhwRasvZqTg9FHE { color:rgba(var(--color-tertiary-2),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:6.0013008117676rem;left:20rem;height:2.599825rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#hb3AaUHI6211m2J6JMVaCbZBTd5sG4bV { color:rgba(var(--color-tertiary-2),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:6.0013008117676rem;left:20rem;height:2.599825rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ksHgIEPqhzskXofTzUibG5hw7iZHgoVf { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#IVXR3ZPw3J1uMooozy9BdZmrCwTJbN54 { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#dVPN5lGp5SEMB2WcBkXDLpxrAsWANM2P { color:rgba(var(--color-tertiary-2),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:6.0013008117676rem;left:20rem;height:2.599825rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#OKIUTozN1JJL73BeyCzh27hEusgnPKsw { color:#f58220;display:block;width:3.9987rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:9.3125rem;left:21.84375rem;height:4.0625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#KXxGAKbFPNq22DQlQH6EWA6yznNFdDcy { position:absolute;display:block;z-index:15017;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:4.25rem;width:6.0625rem;top:10.1875rem;left:2.0625rem;overflow:hidden;display:none; }
#Ag2O2ZsLubQkgAL4JaswKHZQL79vUJnt { position:absolute;display:block;z-index:15018;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:4.25rem;width:6.0625rem;top:10.1875rem;left:10.6875rem;overflow:hidden;display:none; }
#BPDpFkM9qwDM9N2SVniXvcc5mcpQAHIC { color:rgba(var(--color-tertiary-2),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:6.0013008117676rem;left:20rem;height:2.599825rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#hueF6yO6JkhRW9kb1ZiU6ZxSbMZkTCl0 { color:rgba(var(--color-tertiary-2),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:6.0013008117676rem;left:20rem;height:2.599825rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#a87D63EN5Mzpr32Gv8mb8QccDqUPvlIp { color:#f58220;display:block;width:3.9987rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:400;z-index:15041;line-height:1.3;letter-spacing:0;top:9.3125rem;left:11.71875rem;height:4.0625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#eMNu3EgmANlQHNnvJ5qsxsZPIQeDZcGT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f3f8;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; }#eMNu3EgmANlQHNnvJ5qsxsZPIQeDZcGT > .row .container { background-color: transparent; background-image: none; }#eMNu3EgmANlQHNnvJ5qsxsZPIQeDZcGT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eMNu3EgmANlQHNnvJ5qsxsZPIQeDZcGT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eMNu3EgmANlQHNnvJ5qsxsZPIQeDZcGT > .row .container > .video-iframe-container { display: none; }#eMNu3EgmANlQHNnvJ5qsxsZPIQeDZcGT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eMNu3EgmANlQHNnvJ5qsxsZPIQeDZcGT > .row > .video-iframe-container { display: none; }#eMNu3EgmANlQHNnvJ5qsxsZPIQeDZcGT > .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); }#eMNu3EgmANlQHNnvJ5qsxsZPIQeDZcGT > .row .container { border-width: 0; border-radius: 0; }#eMNu3EgmANlQHNnvJ5qsxsZPIQeDZcGT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eMNu3EgmANlQHNnvJ5qsxsZPIQeDZcGT > .row .container { font-size:0.875rem;font-family:arial;height:39.5rem;width:75rem;position:relative;display:block; }#E3T9lmnd3ZWFTWDlprbyzVxa1x6Qg9Xa { color:rgba(var(--color-primary-2),1);display:block;width:32.4375rem;position:absolute;font-family:lora;font-size:2rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:3rem;left:37.6875rem;height:2.5996125rem;display:block; }
#ci2DTbElN5hpMTC37cTagF3ePgETKDeB { box-sizing:content-box;height:0.1875rem;width:6.25rem;position:absolute;display:block;z-index:15032;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.4375rem;left:37.5625rem;display:block; }
#oNbQcg9oZLxBUONrgTWCOcIDo3OyM31V { box-sizing:content-box;height:6.25rem;width:36.5625rem;position:absolute;display:block;z-index:15031;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8rem;left:37.5625rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#v62wFhsGC9TP7IwETsuEZQVBBJKCnIx5 { color:#000000;display:block;width:32.9986875rem;position:absolute;font-family:"nunito sans";font-size:1.125rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:9.6875rem;left:41.1875rem;height:2.923825rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PAAwnDeUO0zAJNqLS12U4fHk2nGByzEH { box-sizing:content-box;height:10.625rem;width:34.0625rem;position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.25rem;left:35.9375rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:none; }
#ItZqPMyicpxKCTyoUeZXzXVI1QBx285u { position:absolute;display:block;z-index:15045;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;height:22.9375rem;width:34.8125rem;top:9.6875rem;left:1.125rem;overflow:hidden;display:block; }
#lSTJvDDGzdSWKrx5qrM5oRrl18EDnFfI { color:#000000;display:block;width:32.9986875rem;position:absolute;font-family:"nunito sans";font-size:1.125rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:16.5rem;left:41.1875rem;height:2.923825rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FyX1tWobXakiFM5qti2neOiq5kAwCNdE { color:#000000;display:block;width:32.9986875rem;position:absolute;font-family:"nunito sans";font-size:1.125rem;font-weight:400;z-index:15041;line-height:1.3;letter-spacing:0;top:23.375rem;left:41.25rem;height:2.923825rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vzLFG8QAdy7VTEXUrQWt1qGN1J1o11h5 { color:#000000;display:block;width:32.125rem;position:absolute;font-family:"nunito sans";font-size:1.125rem;font-weight:400;z-index:15045;line-height:1.3;letter-spacing:0;top:30.25rem;left:41.25rem;height:2.923825rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CbLdX9N2JGCLIHd1TsXN3ZZ4kXkI2OFR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:10.0625rem;left:38.5rem; }
#aQpcHxXCZHoEqSKdpTHveJN6LqkcUvuT { box-sizing:content-box;height:6.25rem;width:36.5625rem;position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.5625rem;left:37.625rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#GgzanBTAGRTgCZr4bMcJJQID33oknFXH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:30.625rem;left:38.625rem; }
#rzOyCpsvFSu7xidGD8pmrwIZs7dgIPXL { box-sizing:content-box;height:6.25rem;width:36.5625rem;position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.6875rem;left:37.625rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#dupAyyL8vrapzONT7DFoh936CAGPtnh7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:23.75rem;left:38.625rem; }
#diCwtsVfqJBkbOEn7zcNagu2hU9g1kp9 { box-sizing:content-box;height:6.25rem;width:36.5625rem;position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.8125rem;left:37.5625rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#SVKZvyiHTVyfAJ4knrzrxkeEoabXfzsT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:16.875rem;left:38.5rem; }
#hqFh1BprIgElwfop1zubZcMJ7QexoIST { position:relative;display:block; }#hqFh1BprIgElwfop1zubZcMJ7QexoIST { background-color: transparent; background-image: none; }#hqFh1BprIgElwfop1zubZcMJ7QexoIST::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hqFh1BprIgElwfop1zubZcMJ7QexoIST > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hqFh1BprIgElwfop1zubZcMJ7QexoIST > .row .container > .video-iframe-container { display: none; }#hqFh1BprIgElwfop1zubZcMJ7QexoIST > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hqFh1BprIgElwfop1zubZcMJ7QexoIST > .row > .video-iframe-container { display: none; }#hqFh1BprIgElwfop1zubZcMJ7QexoIST > .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); }#hqFh1BprIgElwfop1zubZcMJ7QexoIST { border-width: 0; border-radius: 0; }#hqFh1BprIgElwfop1zubZcMJ7QexoIST > .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; }#hqFh1BprIgElwfop1zubZcMJ7QexoIST > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:24.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; }#M0IH5UuWeMHau4Zi9qcoflqGszWtXvNn { color:rgba(var(--color-primary-2),1);display:block;width:22.0625rem;position:absolute;font-family:lora;font-size:2rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:3.1875rem;left:1.3740234375rem;height:2.5996125rem;display:block; }
#HrQ3valxqxOhqShLgzyQtrCONqLeOVDF { box-sizing:content-box;height:0.1875rem;width:6.25rem;position:absolute;display:block;z-index:15034;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.6240234375rem;left:1.24951171875rem;display:block; }
#fQR6FZEgrNs8ycrByV0nyXPSKqX2agRm { box-sizing:content-box;height:10.4375rem;width:11rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0rem 0rem 0.5rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.125rem;left:1.24951171875rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#tIxiR5KuPCCbMAMhLStG4fzQoffzyMUF { box-sizing:content-box;height:10.4375rem;width:11rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0rem 0rem 0.5rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.125rem;left:15rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#t4ITGP61CUVBKRx9yCn98PLVoCEKCWn8 { box-sizing:content-box;height:10.4375rem;width:11rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0rem 0rem 0.5rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.125rem;left:28.9365234375rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#l9Mf2spuVotJAhFp2A4xOusLoA7mWsPk { box-sizing:content-box;height:10.4375rem;width:11rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0rem 0rem 0.5rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.125rem;left:43.06201171875rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#WzVvQPHAW2fsrNTO2nUhKLTCEc7rHGC9 { box-sizing:content-box;height:16.6875rem;width:17.625rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.9572486877441rem;left:56.20725440979rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#Nzfv4osLN12nZwnndxfWxBZKR7TcHzmr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.4375rem;width:3.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:11.34375rem;left:5.18701171875rem; }
#lyxR0cUXKBkFF7b9tPR0XHhGU63hBe2A { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.0625rem;width:3.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:11.53125rem;left:18.96826171875rem; }
#HaiUx9HwQ80GHtoDWPstruVkDTarh1mz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.0625rem;width:3.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:11.37451171875rem;left:32.90625rem; }
#MAL6JuisEDkTIhtmBBnZ1RvPRWEStfW5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.0625rem;width:3.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:11.37451171875rem;left:47.0302734375rem; }
#E7TlEyPTTTUe5L9Ao0Zv1QJMyIX4koWx { color:#000000;display:block;width:7.9375rem;position:absolute;font-family:"nunito sans";font-size:1rem;font-weight:400;z-index:15046;line-height:1.3;letter-spacing:0;top:15.6240234375rem;left:2.7802734375rem;height:2.599825rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rJgrw0Qa7XDmW8yrHTZoknQi7xzDMnPH { color:#000000;display:block;width:7.9375rem;position:absolute;font-family:"nunito sans";font-size:1rem;font-weight:400;z-index:15047;line-height:1.3;letter-spacing:0;top:15.6240234375rem;left:16.53076171875rem;height:3.8994125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PZgfhm1bEuofm9c6Nyg1Tw1BxARHvGtZ { color:#000000;display:block;width:7.9375rem;position:absolute;font-family:"nunito sans";font-size:1rem;font-weight:400;z-index:15048;line-height:1.3;letter-spacing:0;top:15.6240234375rem;left:30.46875rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DLTrw2ed3Shmk4PpTXcBF6VyfTIuUmsR { color:#000000;display:block;width:9.9375rem;position:absolute;font-family:"nunito sans";font-size:1rem;font-weight:400;z-index:15049;line-height:1.3;letter-spacing:0;top:15.6240234375rem;left:43.59375rem;height:3.89941875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Q6wGgugO5qlLOAT7JeTZ9dnzKONWTgcF { color:#ffffff;display:block;width:11.625rem;position:absolute;font-family:"nunito sans";font-size:1.25rem;font-weight:400;z-index:15046;line-height:1.6;letter-spacing:0;top:5.7486982345581rem;left:59.499353408814rem;height:8rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JsGRPVahh3GRfrZf2qV4ATb6OvxlwzBK { background-color:#ea7e21;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.9375rem;text-decoration:none;z-index:15045;text-align:center;text-align-last:center;top:14.749349594116rem;left:57.998704910278rem;display:block; }
#ezRwPMn5I6fH898oWPTr3T2guDt5ASpD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pm4VqFV4V2fNsDalcBy3LCmbtl3rLHMM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),0.3);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; }#pm4VqFV4V2fNsDalcBy3LCmbtl3rLHMM > .row .container { background-color: transparent; background-image: none; }#pm4VqFV4V2fNsDalcBy3LCmbtl3rLHMM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pm4VqFV4V2fNsDalcBy3LCmbtl3rLHMM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pm4VqFV4V2fNsDalcBy3LCmbtl3rLHMM > .row .container > .video-iframe-container { display: none; }#pm4VqFV4V2fNsDalcBy3LCmbtl3rLHMM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pm4VqFV4V2fNsDalcBy3LCmbtl3rLHMM > .row > .video-iframe-container { display: none; }#pm4VqFV4V2fNsDalcBy3LCmbtl3rLHMM > .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); }#pm4VqFV4V2fNsDalcBy3LCmbtl3rLHMM > .row .container { border-width: 0; border-radius: 0; }#pm4VqFV4V2fNsDalcBy3LCmbtl3rLHMM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pm4VqFV4V2fNsDalcBy3LCmbtl3rLHMM > .row .container { font-size:0.875rem;font-family:arial;height:23.3125rem;width:75rem;position:relative;display:block; }#Dpq0H97b9naIM2QSvZEQWKt2swDubbED { color:rgba(var(--color-primary-2),1);display:block;width:36.749125rem;position:absolute;font-family:lora;font-size:2rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:2.8125rem;left:19.187284469604rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#nDagtQRhUrPhMXZXpZT6TVzcNaHeF9co { box-sizing:content-box;height:0.1875rem;width:6.25rem;position:absolute;display:block;z-index:15032;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.4995670318606rem;left:34.375001907349rem;display:block; }
#DVtqSTZga3wg3McpNa2oDpwHkJNNedqF { box-sizing:content-box;height:10.437rem;width:10.9995rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0rem 0rem 0.5rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.4375rem;left:1.3125rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#HUC0nSGdQrKlZ8IolizgTLu81y51FJQz { box-sizing:content-box;height:10.4355625rem;width:10.9980625rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0rem 0rem 0.5rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.4375rem;left:13.5rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#n3ZtPp3WTu3X9evHJXCPWOJmxM29VTeB { box-sizing:content-box;height:10.4355625rem;width:10.9980625rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0rem 0rem 0.5rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.4375rem;left:25.8125rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#cbovasTq1ebQoJRJGCKgJ5X0vuZPoxRM { box-sizing:content-box;height:10.4355625rem;width:10.9980625rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0rem 0rem 0.5rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.4375rem;left:38.3125rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#wBDgME65vO9r7UknHW4NaCu87Bf4iBe4 { box-sizing:content-box;height:10.4355625rem;width:10.9980625rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0rem 0rem 0.5rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.4375rem;left:50.625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#oQo4HUHkRiQMOJ0QuTbKPAu7Sk5C4ROk { box-sizing:content-box;height:10.4355625rem;width:10.9980625rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0rem 0rem 0.5rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.4375rem;left:62.75rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#cfgMy6qSeG2VKAW6zs0Sk7LKcyVTUETy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1239125rem;width:3.1239125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:11.5625rem;left:5.25rem; }
#W5sDGPLFSROueKBaTCBPddEbT5Ul16Eo { color:#000000;display:block;width:8.3745rem;position:absolute;font-family:"nunito sans";font-size:1rem;font-weight:400;z-index:15038;line-height:1.3;letter-spacing:0;top:15.375rem;left:2.6875rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dShZgAX0mkepaB6CB5ESQ4LuEsAtSb8J { color:#000000;display:block;width:8.3735rem;position:absolute;font-family:"nunito sans";font-size:1rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:15.1875rem;left:14.8125rem;height:2.599825rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#J6eaquMmM6SpcqTLyxzn03CayNZcLwmN { color:#000000;display:block;width:8.3735rem;position:absolute;font-family:"nunito sans";font-size:1rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:15.1875rem;left:27.125rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kKqoT0qH0SHDhguXa4C9BbloWTXBmNNp { color:#000000;display:block;width:8.3735rem;position:absolute;font-family:"nunito sans";font-size:1rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:15.1875rem;left:39.625rem;height:2.599825rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MKBo24mwKq7V6VMdq6q3L73Cb1uc9pMl { color:#000000;display:block;width:8.3735rem;position:absolute;font-family:"nunito sans";font-size:1rem;font-weight:400;z-index:15041;line-height:1.3;letter-spacing:0;top:15.1875rem;left:51.9375rem;height:2.599825rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PEpWmkvlaPA1HcfqPbBDJ5FalHTBRASD { color:#000000;display:block;width:8.3735rem;position:absolute;font-family:"nunito sans";font-size:1rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:15.1875rem;left:64.4375rem;height:2.599825rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ltbsfVvefCfgbTe1BGwmegQpXrhhkoqO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15051;opacity:1;top:11.5625rem;left:54.5625rem; }
#BuzZgXkkoN0U4ME2W9mkc4S54y0OmoA8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:11.5625rem;left:29.75rem; }
#TtoEXaKifwofpxuzWPwF6ZK1Lg3NZOAP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15052;opacity:1;top:11.5625rem;left:66.6875rem; }
#AkM7wXIwVdt508hCHt4H8ppHd7i3T8NV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.62413125rem;width:3.62413125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15048;opacity:1;top:11.3125rem;left:17.1875rem; }
#BT0TVilG7VcnICqJvftbO2qGsh8LFRsT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:11.5625rem;left:42.25rem; }
#vE3TuTXuid8Naflo9Z5UV7U8A1UKZFJC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vE3TuTXuid8Naflo9Z5UV7U8A1UKZFJC > .row .container { background-color: transparent; background-image: none; }#vE3TuTXuid8Naflo9Z5UV7U8A1UKZFJC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vE3TuTXuid8Naflo9Z5UV7U8A1UKZFJC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vE3TuTXuid8Naflo9Z5UV7U8A1UKZFJC > .row .container > .video-iframe-container { display: none; }#vE3TuTXuid8Naflo9Z5UV7U8A1UKZFJC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vE3TuTXuid8Naflo9Z5UV7U8A1UKZFJC > .row > .video-iframe-container { display: none; }#vE3TuTXuid8Naflo9Z5UV7U8A1UKZFJC > .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); }#vE3TuTXuid8Naflo9Z5UV7U8A1UKZFJC > .row .container { border-width: 0; border-radius: 0; }#vE3TuTXuid8Naflo9Z5UV7U8A1UKZFJC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vE3TuTXuid8Naflo9Z5UV7U8A1UKZFJC > .row .container { font-size:0.875rem;font-family:arial;height:30.125rem;width:75rem;position:relative;display:block; }#IIumGPV8Kfic2J4nPshlNc19cGiTRwMG { color:#531f75;display:block;width:20.8125rem;position:absolute;font-family:lora;font-size:2rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:7.375rem;left:0rem;height:2.5996125rem;display:block; }
#GUccWU7togMMUCWCgbwgRwsKgBTH7VrE { color:#000000;display:block;width:30.5620625rem;position:absolute;font-family:"nunito sans";font-size:1rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:13.6875rem;left:0rem;height:9.099375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#F6O8EgvbfsQiFbkNBN0Cc1cdsX3WkywX { box-sizing:content-box;height:0.1875rem;width:6.25rem;position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.874572753906rem;left:0rem;display:block; }
#TZ8tK4upqC89VZy2rADtgzA8Oxi4ug2T { position:absolute;display:block;z-index:15031;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:22.5rem;width:40rem;top:3.8125rem;left:35rem;display:block; }
#m4vw2bwLN7HN4QZTJFvlCDT7vx4JFH6w { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),0.3);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; }#m4vw2bwLN7HN4QZTJFvlCDT7vx4JFH6w > .row .container { background-color: transparent; background-image: none; }#m4vw2bwLN7HN4QZTJFvlCDT7vx4JFH6w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m4vw2bwLN7HN4QZTJFvlCDT7vx4JFH6w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m4vw2bwLN7HN4QZTJFvlCDT7vx4JFH6w > .row .container > .video-iframe-container { display: none; }#m4vw2bwLN7HN4QZTJFvlCDT7vx4JFH6w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m4vw2bwLN7HN4QZTJFvlCDT7vx4JFH6w > .row > .video-iframe-container { display: none; }#m4vw2bwLN7HN4QZTJFvlCDT7vx4JFH6w > .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); }#m4vw2bwLN7HN4QZTJFvlCDT7vx4JFH6w > .row .container { border-width: 0; border-radius: 0; }#m4vw2bwLN7HN4QZTJFvlCDT7vx4JFH6w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m4vw2bwLN7HN4QZTJFvlCDT7vx4JFH6w > .row .container { font-size:0.875rem;font-family:arial;height:40.6875rem;width:75rem;position:relative;display:block; }#f887wZe8nAZF62W0siXSHJxCbiibFXrZ { box-sizing:content-box;height:15rem;width:18.1875rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.811634063721rem;left:0.37434959411621rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#MPHJNcA8IdVxUtutlV99k8xq9AaHH1K2 { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;height:12.6875rem;width:18.1875rem;top:9.3120651245119rem;left:0.37434959411621rem;overflow:hidden;display:block; }
#GlO9ayqanJdA3iPKTxJmTzpSrzmMQq68 { color:rgba(var(--color-primary-2),1);display:block;width:11.5625rem;position:absolute;font-family:"nunito sans";font-size:1.25rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:23.685982465744rem;left:1.5625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#O1EEsKTNQ8H36zFPWvZsby898csGtxJF { color:#3f3f3f;display:block;width:14.25rem;position:absolute;font-family:"nunito sans";font-size:1rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:25.874132871627rem;left:1.5625rem;height:3.8997375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mxThkl5SdSho6cUr4O6pg8VxaxDVTtll { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.62478125rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:31.001518964767rem;left:1.5625rem;display:block; }
#gBrUXTHrEit3WUwEeywNqs2882TfeOpX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mXV1CzGmq2ie0WZSs9PsSa2z1Ft16Lx1 { box-sizing:content-box;height:15rem;width:18rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.811634063721rem;left:19.124349594116rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#nq71qoKq5TRMzUfxBTva5Xf6lkSzWcFf { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;height:12.5625rem;width:18rem;top:9.3120651245119rem;left:19.124349594116rem;overflow:hidden;display:block; }
#cWzZunwcoWAwU5vvBE9g1NPiqfdhvoDU { color:#3f3f3f;display:block;width:15.9375rem;position:absolute;font-family:"nunito sans";font-size:1rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:25.874132871627rem;left:20.312501907349rem;height:3.8997375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uV9mhTrteJxXHJWcW3pmw4MVTa0lPISb { color:rgba(var(--color-primary-2),1);display:block;width:11.5625rem;position:absolute;font-family:"nunito sans";font-size:1.25rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:23.685982465744rem;left:20.312501907349rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#orIH0bHbGUUpJ0KyIUNDtbMQzaNLxWfq { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.62478125rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:31.003689527512rem;left:20.312501907349rem;display:block; }
#ABeltamvaMTVZ6Lf19CXSzGhxX77dK9P { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XwRJyprkxMnR3z2Vbuoq22NQOLiNRumr { box-sizing:content-box;height:15rem;width:18rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.811634063721rem;left:37.874353408814rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#TEgI5S2guislah1zChVH01U6rsaW5NMM { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;height:12.5625rem;width:18rem;top:9.3120651245119rem;left:37.874353408814rem;overflow:hidden;display:block; }
#p3esZn5BiIM6bfcNoLdVy6AEAs3qLwnQ { color:#3f3f3f;display:block;width:14.25rem;position:absolute;font-family:"nunito sans";font-size:1rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:25.874132871627rem;left:39.062501907349rem;height:2.599825rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ri7v45vxLvSLLX7GAVpq86MPFvI9LlqR { color:rgba(var(--color-primary-2),1);display:block;width:11.5625rem;position:absolute;font-family:"nunito sans";font-size:1.25rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:23.685982465744rem;left:39.062501907349rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fhNfnSykf6tfJHzNU8nOquiXLFddGvvy { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.62478125rem;text-decoration:none;z-index:15043;text-align:center;text-align-last:center;top:30.999352216721rem;left:39.062501907349rem;display:block; }
#NsClUyCU4cmUKGEIzZXkvbHzpLIkWgEa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UGAaRXXJAT2Un2CJzvfEcsUbacofQ9Vq { box-sizing:content-box;height:15rem;width:18rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.811634063721rem;left:56.624353408814rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#vysInu1LWvDi9wXp4Zi1oebxArN4lXU6 { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;height:12.5625rem;width:18rem;top:9.3120651245119rem;left:56.624353408814rem;overflow:hidden;display:block; }
#F1gNHPUTUR3kdfoNeOKd3kpW2Uf0u79s { color:#3f3f3f;display:block;width:14.25rem;position:absolute;font-family:"nunito sans";font-size:1rem;font-weight:400;z-index:15047;line-height:1.3;letter-spacing:0;top:25.874132871627rem;left:57.812501907349rem;height:3.8997375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hSq0txbEcTysTTobzgMtFb8FQTVruucC { color:rgba(var(--color-primary-2),1);display:block;width:11.5625rem;position:absolute;font-family:"nunito sans";font-size:1.25rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:23.685982465744rem;left:57.812501907349rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GvEcpexcFfoWsLTCRMCL6fV9lmx6TXcm { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.62478125rem;text-decoration:none;z-index:15048;text-align:center;text-align-last:center;top:30.999352216721rem;left:57.812501907349rem;display:block; }
#ezEdl0fm8nT5vPCnAKzHtNLwRzune4RZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DO0QVEnv1sUwqQxgpmNmfZXLcORh7Ga5 { color:rgba(var(--color-primary-2),1);display:block;width:36.7480625rem;position:absolute;font-family:lora;font-size:2rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:2.5rem;left:19.125rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#f6nX4XKrl6hEJirCT2nP63gCVHXUM7n8 { box-sizing:content-box;height:0.186631875rem;width:6.25rem;position:absolute;display:block;z-index:15034;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.1875rem;left:34.3125rem;display:block; }
#nlw0d9d4FKHblmZMPTrP8hGTDkkTHXSs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nlw0d9d4FKHblmZMPTrP8hGTDkkTHXSs > .row .container { background-color: transparent; background-image: none; }#nlw0d9d4FKHblmZMPTrP8hGTDkkTHXSs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nlw0d9d4FKHblmZMPTrP8hGTDkkTHXSs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nlw0d9d4FKHblmZMPTrP8hGTDkkTHXSs > .row .container > .video-iframe-container { display: none; }#nlw0d9d4FKHblmZMPTrP8hGTDkkTHXSs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nlw0d9d4FKHblmZMPTrP8hGTDkkTHXSs > .row > .video-iframe-container { display: none; }#nlw0d9d4FKHblmZMPTrP8hGTDkkTHXSs > .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); }#nlw0d9d4FKHblmZMPTrP8hGTDkkTHXSs > .row .container { border-width: 0; border-radius: 0; }#nlw0d9d4FKHblmZMPTrP8hGTDkkTHXSs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nlw0d9d4FKHblmZMPTrP8hGTDkkTHXSs > .row .container { font-size:0.875rem;font-family:arial;height:45.125rem;width:75rem;position:relative;display:block; }#t0SyT4BCUlss6ioF3iTLuDyJpGO79Bsl { box-sizing:content-box;height:32.6875rem;width:18.1875rem;position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);top:8.9375rem;left:0rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#lVvHH4XO1RGkIfzdtmTtCEPouTrJdVM5 { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.62478125rem;text-decoration:none;z-index:15061;text-align:center;text-align-last:center;top:37.375rem;left:1.1875rem;display:block; }
#iWLvyATfIx6ewvmKwJHgznmuCAIvTOgp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nNOcTo9q8TRFNnFHn2LUEhmepsEP4aeR { color:#3f3f3f;display:block;width:13.5rem;position:absolute;font-family:"nunito sans";font-size:1rem;font-weight:400;z-index:15060;line-height:1.3;letter-spacing:0;top:32.3125rem;left:1.1875rem;height:2.599825rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#iR90rTEnlVcKWf10TTcIQpaAg5Bq3aWD { color:rgba(var(--color-primary-2),1);display:block;width:11.5625rem;position:absolute;font-family:"nunito sans";font-size:1.25rem;font-weight:700;z-index:15059;line-height:1.3;letter-spacing:0;top:29.875rem;left:1.1875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DpT22JrmWufkBNSl7Lc0m0CIQ6tRkk3a { position:absolute;display:block;z-index:15029;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:18.3745625rem;width:18.3745625rem;top:8.9375rem;left:0rem;overflow:hidden;display:block; }
#IW2KICL4g2m6ihNZg3O3iGER56TlCfqD { box-sizing:content-box;height:32.6875rem;width:18.1875rem;position:absolute;display:block;z-index:15033;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);top:8.9375rem;left:18.875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#UTDgwb831li2ln21eJcepwxwkeTEwFvs { position:absolute;display:block;z-index:15034;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:18.3125rem;width:18.3125rem;top:8.9375rem;left:18.875rem;overflow:hidden;display:block; }
#QF42c0tvWrsFuFesNsrud8AaaQ3EkGkk { color:#3f3f3f;display:block;width:14.249125rem;position:absolute;font-family:"nunito sans";font-size:1rem;font-weight:400;z-index:15065;line-height:1.3;letter-spacing:0;top:31.75rem;left:20.0625rem;height:1.2999125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UvEObbFVXLGUn7NBVMmG3QlfRA1ag2X0 { color:rgba(var(--color-primary-2),1);display:block;width:11.5625rem;position:absolute;font-family:"nunito sans";font-size:1.25rem;font-weight:700;z-index:15064;line-height:1.3;letter-spacing:0;top:29.3125rem;left:20.0625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#D7fe9vFIkmIhS2xgZLydwava1sDSyAXR { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.62478125rem;text-decoration:none;z-index:15066;text-align:center;text-align-last:center;top:36.8125rem;left:20.0625rem;display:block; }
#G3ETloEwQLxHorhXLs1FFL0npcDyDJN4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Imk59zkTAnNrV9TXMmAUUHyUeRu3cwmd { box-sizing:content-box;height:32.6875rem;width:18.1875rem;position:absolute;display:block;z-index:15038;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);top:8.9375rem;left:37.8125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#v2Q7CBunXzhdtyX7ZbbkuqrVnqE3h5O4 { position:absolute;display:block;z-index:15039;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:18.1875rem;width:18.1875rem;top:9.1241302490238rem;left:37.875001907349rem;overflow:hidden;display:block; }
#G1HsuUJ9Tcnr2WPgOmUWeSLopiJotJso { color:#3f3f3f;display:block;width:14.9375rem;position:absolute;font-family:"nunito sans";font-size:1rem;font-weight:400;z-index:15070;line-height:1.3;letter-spacing:0;top:31.75rem;left:39rem;height:3.8997375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hlhApJQq9zbGhJzy6sCZJOLgqDKPJLTF { color:rgba(var(--color-primary-2),1);display:block;width:11.5625rem;position:absolute;font-family:"nunito sans";font-size:1.25rem;font-weight:700;z-index:15069;line-height:1.3;letter-spacing:0;top:29.3125rem;left:39rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LCTpDJ8RnUuitAJNykyTM6paSTUxuDyO { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.62478125rem;text-decoration:none;z-index:15071;text-align:center;text-align-last:center;top:36.8125rem;left:39rem;display:block; }
#xs4GIdTCQAHsRfmTvJw4cdrMpAuKsxTH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#csO5adHyQ9TQZl8tTNIlCmXkGNq3NtfE { box-sizing:content-box;height:32.6875rem;width:18.1875rem;position:absolute;display:block;z-index:15043;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);top:8.9375rem;left:56.6875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#rkFxzNtpoRMbUryBASRpFlbRH1auHgmG { position:absolute;display:block;z-index:15044;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:18.0625rem;width:18.0625rem;top:9.1241302490238rem;left:56.812288284302rem;overflow:hidden;display:block; }
#pbhif1H59QNqACAmbtWRZzcpPbhXgveh { color:#3f3f3f;display:block;width:14.249125rem;position:absolute;font-family:"nunito sans";font-size:1.0625rem;font-weight:400;z-index:15075;line-height:1.3;letter-spacing:0;top:31.75rem;left:57.875rem;height:1.3808625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#A40Wg9ZvMXaV6PbsTSTbP7124IyQud8O { color:rgba(var(--color-primary-2),1);display:block;width:11.5625rem;position:absolute;font-family:"nunito sans";font-size:1.25rem;font-weight:700;z-index:15074;line-height:1.3;letter-spacing:0;top:29.3125rem;left:57.875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Pg5WcJSirzQG7PJkX4icseiTesRZksEc { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.62478125rem;text-decoration:none;z-index:15076;text-align:center;text-align-last:center;top:36.8125rem;left:57.875rem;display:block; }
#pTmTT40K3Icvvntc2LFuW6g4BzPrwoca { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#blrq7ym75aaR7CXk5L9msWPQULckIyLl { color:rgba(var(--color-primary-2),1);display:block;width:36.7480625rem;position:absolute;font-family:lora;font-size:2rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:2.0625rem;left:19.125rem;height:;text-align:center;text-align-last:center;display:block; }
#DweRRGNGJ4rW2J81NBRXqw3UL0dcTaD0 { box-sizing:content-box;height:0.185546875rem;width:6.25rem;position:absolute;display:block;z-index:15036;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.75rem;left:34.3125rem;display:block; }
#ORiQtArEP8dGBwSFO4bRPHUODOknle2q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),0.3);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; }#ORiQtArEP8dGBwSFO4bRPHUODOknle2q > .row .container { background-color: transparent; background-image: none; }#ORiQtArEP8dGBwSFO4bRPHUODOknle2q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ORiQtArEP8dGBwSFO4bRPHUODOknle2q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ORiQtArEP8dGBwSFO4bRPHUODOknle2q > .row .container > .video-iframe-container { display: none; }#ORiQtArEP8dGBwSFO4bRPHUODOknle2q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ORiQtArEP8dGBwSFO4bRPHUODOknle2q > .row > .video-iframe-container { display: none; }#ORiQtArEP8dGBwSFO4bRPHUODOknle2q > .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); }#ORiQtArEP8dGBwSFO4bRPHUODOknle2q > .row .container { border-width: 0; border-radius: 0; }#ORiQtArEP8dGBwSFO4bRPHUODOknle2q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ORiQtArEP8dGBwSFO4bRPHUODOknle2q > .row .container { font-size:0.875rem;font-family:arial;height:23.3125rem;width:75rem;position:relative;display:block; }#o4MqTsq4cdFQ687kRTu47XbRPJcr6IFa { color:rgba(var(--color-primary-2),1);display:block;width:36.749125rem;position:absolute;font-family:lora;font-size:2rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:2.8125rem;left:19.187284469604rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#pKleahGQlyPGLn2XtkZ5TJqNxBgnVSTN { box-sizing:content-box;height:0.1875rem;width:6.25rem;position:absolute;display:block;z-index:15032;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.4995670318606rem;left:34.375001907349rem;display:block; }
#C26CnUJP9ZvpsxrtoUWnOUdURRQ9VEU5 { box-sizing:content-box;height:10.437rem;width:10.9995rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0rem 0rem 0.5rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.4375rem;left:1.3125rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#ryaK7k0qKoALn0lrKkFng7ZH6FbKxJzL { box-sizing:content-box;height:10.4355625rem;width:10.9980625rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0rem 0rem 0.5rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.4375rem;left:13.5rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#FRKf98XV6wJx4UIB1CzxlTAupUfTbeQU { box-sizing:content-box;height:10.4355625rem;width:10.9980625rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0rem 0rem 0.5rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.4375rem;left:25.8125rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#Llgs8QIH8DkC4TSJbqcT6nZOcP4EDpEB { box-sizing:content-box;height:10.4355625rem;width:10.9980625rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0rem 0rem 0.5rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.4375rem;left:38.3125rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#DAblgngFuXyTTFEdf6IsdQQwKw5TDmhd { box-sizing:content-box;height:10.4355625rem;width:10.9980625rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0rem 0rem 0.5rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.4375rem;left:50.625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#wXnIZ6v5TVIzVx6MvxZrkyhSTUrQJy2u { box-sizing:content-box;height:10.4355625rem;width:10.9980625rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0rem 0rem 0.5rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.4375rem;left:62.75rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#HLz4mwKgqcb5ANgGx7gQWB2K5VQgERMb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1239125rem;width:3.1239125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:11.5625rem;left:5.25rem; }
#EWE6wAdQ0noBbxMn96fZ5uvdrecFTtaB { color:#000000;display:block;width:8.3735rem;position:absolute;font-family:"nunito sans";font-size:1rem;font-weight:400;z-index:15038;line-height:1.3;letter-spacing:0;top:15.186632633209rem;left:2.6247844696045rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#q5ycsPA93tX4gc34ofHkcQ8r135XAe2V { color:#000000;display:block;width:8.3735rem;position:absolute;font-family:"nunito sans";font-size:1rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:15.186632633209rem;left:14.810113906861rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IoRtTXsA27EqGMZBdaT5y5BfeXN4MLga { color:#000000;display:block;width:7.4370625rem;position:absolute;font-family:"nunito sans";font-size:1rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:15.186632633209rem;left:27.590063095092rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WCv4WiaUHWq6WsR9xfyBTpSBTLBQHT1u { color:#000000;display:block;width:8.3735rem;position:absolute;font-family:"nunito sans";font-size:1rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:15.1875rem;left:39.625rem;height:2.599825rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sTMs9DmvCTloG7PcsWtzhhelWQ0cxp4t { color:#000000;display:block;width:8.3735rem;position:absolute;font-family:"nunito sans";font-size:1rem;font-weight:400;z-index:15041;line-height:1.3;letter-spacing:0;top:15.185534000397rem;left:51.93577003479rem;height:2.599825rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gfvECDqzW5Oyhs2QcFUfPii6WkAXv285 { color:#000000;display:block;width:8.3735rem;position:absolute;font-family:"nunito sans";font-size:1rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:15.185534000397rem;left:64.0603351593rem;height:2.599825rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#chsK23Q0GSiMLInNWEEqvkEhC0LoOhGI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15051;opacity:1;top:11.5625rem;left:54.5625rem; }
#pTWeINoa2F8OQZyh2nTvoxMHdtaGZKI7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.62413125rem;width:3.62413125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15048;opacity:1;top:11.3125rem;left:17.1875rem; }
#HL0diA059a6QfiEDDFNqR0V0485Hcb9m { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:11.5625rem;left:42.25rem; }
#M69LNMJhUFNoc55RaKATdOt3demLBB17 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15053;opacity:1;top:11.561415195465rem;left:29.747182846069rem; }
#oKFk2aEekDVIkFXB6BVfOqQ4MgNVgAyH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.99913125rem;width:2.99913125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15052;opacity:1;top:11.623264789581rem;left:66.746965408325rem; }
#QNUJXeUsKZ5LKzVlfiiDkFAK4WSXnNkC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QNUJXeUsKZ5LKzVlfiiDkFAK4WSXnNkC > .row .container { background-color: transparent; background-image: none; }#QNUJXeUsKZ5LKzVlfiiDkFAK4WSXnNkC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QNUJXeUsKZ5LKzVlfiiDkFAK4WSXnNkC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QNUJXeUsKZ5LKzVlfiiDkFAK4WSXnNkC > .row .container > .video-iframe-container { display: none; }#QNUJXeUsKZ5LKzVlfiiDkFAK4WSXnNkC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QNUJXeUsKZ5LKzVlfiiDkFAK4WSXnNkC > .row > .video-iframe-container { display: none; }#QNUJXeUsKZ5LKzVlfiiDkFAK4WSXnNkC > .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); }#QNUJXeUsKZ5LKzVlfiiDkFAK4WSXnNkC > .row .container { border-width: 0; border-radius: 0; }#QNUJXeUsKZ5LKzVlfiiDkFAK4WSXnNkC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QNUJXeUsKZ5LKzVlfiiDkFAK4WSXnNkC > .row .container { font-size:0.875rem;font-family:arial;height:28.5rem;width:75rem;position:relative;display:block; }#KkENV0OwpnXteOBq2tGvCa7gTzdM39Qd { color:#531f75;display:block;width:17.5625rem;position:absolute;font-family:lora;font-size:2rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:2.5rem;left:0.125rem;height:2.5996125rem;display:block; }
#MCCCpMxAxngAlGnAzQeQphRQ19evRKDg { box-sizing:content-box;height:0.186631875rem;width:6.25rem;position:absolute;display:block;z-index:15035;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.9375rem;left:0rem;display:block; }
#fMnkXzftombcHWFVGRr63b0AIm8l7zbv { box-sizing:content-box;height:16.125rem;width:24.25rem;position:absolute;display:block;z-index:15033;background-color:#531f75;background-image:none;box-shadow: none;border-top:0.0625rem solid #531f75;border-left:0.0625rem solid #531f75;border-right:0.0625rem solid #531f75;border-bottom:0.0625rem solid #531f75;top:8.6875rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#DEZlhlXnoVQv8CTIpdBzMWqBUTwwZdDq { color:#ffffff;display:block;width:19.9370625rem;position:absolute;font-family:"nunito sans";font-size:1rem;font-weight:400;z-index:15034;line-height:1.4;letter-spacing:0;top:10.0625rem;left:1.5625rem;height:2.799475rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DJnx5afwozzMQTCuAuau5FXILqRUlXIm { color:#ffffff;display:block;width:19.936rem;position:absolute;font-family:"nunito sans";font-size:2.875rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:13.5rem;left:1.5625rem;height:3.7380625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#r4tNxmCxVFpZ7LD37luUNZb1F51TiITs { color:#ffffff;display:block;width:19.936rem;position:absolute;font-family:"nunito sans";font-size:1rem;font-weight:400;z-index:15036;line-height:2.4;letter-spacing:0;top:17.1875rem;left:1.5625rem;height:2.3994125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dl9wJ1oG5VCEAdfqxuL5x2356RwVoF0p { box-sizing:content-box;height:16.125rem;width:24.25rem;position:absolute;display:block;z-index:15037;background-color:#531f75;background-image:none;box-shadow: none;border-top:0.0625rem solid #531f75;border-left:0.0625rem solid #531f75;border-right:0.0625rem solid #531f75;border-bottom:0.0625rem solid #531f75;top:8.6875rem;left:25rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#uaN6GxfWEytGwJ9PGRPqEwLIUJCgUZgp { color:#ffffff;display:block;width:19.936rem;position:absolute;font-family:"nunito sans";font-size:1rem;font-weight:400;z-index:15040;line-height:2.4;letter-spacing:0;top:17.1875rem;left:26.5rem;height:2.3994125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fRZL4i49EWk0ViTRtI9dXii78VhKUxur { color:#ffffff;display:block;width:19.936rem;position:absolute;font-family:"nunito sans";font-size:2.875rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:13.5rem;left:26.5rem;height:3.7380625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wGUQmNO05q1ITheEuIq4FTTR1e1zXKO1 { color:#ffffff;display:block;width:19.9370625rem;position:absolute;font-family:"nunito sans";font-size:1rem;font-weight:400;z-index:15038;line-height:1.4;letter-spacing:0;top:10.0625rem;left:26.5rem;height:2.799475rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#v2lxn50vyKmJhFczpRyEJpJGpifHGDJD { box-sizing:content-box;height:16.125rem;width:25rem;position:absolute;display:block;z-index:15041;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:8.75rem;left:50rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#KZmDv4K5iSIcM84aAIaIkwKo8l0oMLPa { color:#ffffff;display:block;width:19.936rem;position:absolute;font-family:"nunito sans";font-size:1.125rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:13.5625rem;left:50.8125rem;height:1.462675rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IxQOlL6KP4oLm1HHGcolbNOd5WA1gJay { color:#ffffff;display:block;width:23.3125rem;position:absolute;font-family:"nunito sans";font-size:1.125rem;font-weight:400;z-index:15042;line-height:2.4;letter-spacing:0;top:10.625rem;left:50.8125rem;height:2.69970625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nm5geyFzOFEBXE4NTvxOpxGe6HCaJ8AK { color:#ffffff;display:block;width:19.936rem;position:absolute;font-family:"nunito sans";font-size:1.125rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:16rem;left:50.8125rem;height:2.923825rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#G0XmmgcnT5uF5ZB49IDEozeZm2Rv3sWC { background-color:#ea7e21;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.1248125rem;height:2.99805rem;text-decoration:none;z-index:15045;text-align:center;text-align-last:center;top:20.511058807373rem;left:26.499567031861rem;display:block; }
#t9fwELoPXTPJEQ1d7CTmHozH6y89NOBn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vqNglwyzcVHBN45gwKtiDaVWRyWbvNFD { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-primary-0),1);border-left:0.1875rem solid rgba(var(--color-primary-0),1);border-right:0.1875rem solid rgba(var(--color-primary-0),1);border-bottom:0.1875rem solid rgba(var(--color-primary-0),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.097035rem;height:2.9702725rem;text-decoration:none;z-index:15046;text-align:center;text-align-last:center;top:20.0625rem;left:50.8125rem;display:block; }
#beiMDWpNQQhJFuWbMC4v7PsPQhDcOs34 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KEGmodDWSBuhu8Z6AqWTrgMlRnyRyDSQ { background-color:#ea7e21;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.1248125rem;height:2.99805rem;text-decoration:none;z-index:15046;text-align:center;text-align-last:center;top:20.509983062744rem;left:1.5625rem;display:block; }
#esPu65P9BokTwbtme71FrXNtsFcimGDm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IQIaDGMVLLftKWlGWEbthTcRu2b4iT1M { color:#ffffff;display:block;width:19.9370625rem;position:absolute;font-family:"nunito sans";font-size:1rem;font-weight:400;z-index:15038;line-height:1.4;letter-spacing:0;top:10.0625rem;left:26.5rem;height:2.799475rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#keRU7dPchE7lXHttWoe9ufUTwtzKmhCA { color:#ffffff;display:block;width:19.936rem;position:absolute;font-family:"nunito sans";font-size:2.875rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:13.5rem;left:26.5rem;height:3.7380625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#QcE1FsN35bqJQ0fJE8kwPwTSuF3X0Nfe { color:#ffffff;display:block;width:19.936rem;position:absolute;font-family:"nunito sans";font-size:1rem;font-weight:400;z-index:15040;line-height:2.4;letter-spacing:0;top:17.1875rem;left:26.5rem;height:2.40088125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#uXn5synXSRGIuwATm6GvLVZQdt3FILp0 { background-color:#ea7e21;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.2498125rem;height:3.68706875rem;text-decoration:none;z-index:15046;text-align:center;text-align-last:center;top:10.8125rem;left:30.875rem;display:none; }
#TgSpognmHGg4oX6rrEo4IZFI9piGgHqG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JZk44r3J9x76qx6RZxEPpH73OrbOS1QB { position:relative;display:block; }#JZk44r3J9x76qx6RZxEPpH73OrbOS1QB { background-color: transparent; background-image: none; }#JZk44r3J9x76qx6RZxEPpH73OrbOS1QB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JZk44r3J9x76qx6RZxEPpH73OrbOS1QB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JZk44r3J9x76qx6RZxEPpH73OrbOS1QB > .row .container > .video-iframe-container { display: none; }#JZk44r3J9x76qx6RZxEPpH73OrbOS1QB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JZk44r3J9x76qx6RZxEPpH73OrbOS1QB > .row > .video-iframe-container { display: none; }#JZk44r3J9x76qx6RZxEPpH73OrbOS1QB > .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); }#JZk44r3J9x76qx6RZxEPpH73OrbOS1QB { border-width: 0; border-radius: 0; }#JZk44r3J9x76qx6RZxEPpH73OrbOS1QB > .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; }#JZk44r3J9x76qx6RZxEPpH73OrbOS1QB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#531f75;background-image:none;font-size:0.875rem;font-family:arial;height:16.3125rem;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; }#wtfcB81Fxb0SV3xGWGvbBSmpBvOyHhye { color:#ffffff;display:block;width:28.4375rem;position:absolute;font-family:lora;font-size:2rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:1.875rem;left:23.3125rem;height:5.19921875rem;text-align:center;text-align-last:center;display:block; }
#Qu0MDzpqTVu4Tr8UCKmHfmshA1W506HD { color:#ffffff;display:block;width:25.5620625rem;position:absolute;font-family:"nunito sans";font-size:1rem;font-weight:400;z-index:15041;line-height:2.4;letter-spacing:0;top:7.25rem;left:24.75rem;height:2.3994125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#oE14bILzHQFdHLChlwfTyxgct3h7Sccg { background-color:#ea7e21;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.2498125rem;height:3.68706875rem;text-decoration:none;z-index:15046;text-align:center;text-align-last:center;top:10.8125rem;left:30.875rem;display:block; }
#MaKluVctvk6iH3CqRUqiPQQlods5bFxP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#c7EHXvd9eCBs02Hzyp5dNE1nwJFdR9nC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#c7EHXvd9eCBs02Hzyp5dNE1nwJFdR9nC > .row .container { border-width: 0; border-radius: 0; }#c7EHXvd9eCBs02Hzyp5dNE1nwJFdR9nC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#c7EHXvd9eCBs02Hzyp5dNE1nwJFdR9nC > .row .container { font-size:0.875rem;font-family:arial;height:27.25rem;width:75rem;position:relative;display:none; }#Ak7DepnDgT7shDRemeZMgBQefZk2MV6x { color:rgba(var(--color-primary-2),1);display:block;width:51.25rem;position:absolute;font-family:lora;font-size:2.125rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:2.9361991882324rem;left:11.875001907349rem;height:2.76171875rem;text-align:center;text-align-last:center;display:block; }
#akUHEWT0vmN5T6SQT8pbmPBJvz3yUlRH { color:#000000;display:block;width:64.75rem;position:absolute;font-family:"nunito sans";font-size:1.125rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:8.375rem;left:5.3125rem;height:2.92535rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lmoEcQQWHBErNWEmDnGxMygmrBbWyE06 { box-sizing:content-box;height:0.1875rem;width:18.75rem;position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7rem;left:28.3125rem;display:block; }
#wImrC8KsuZPtifX4CSZuUZbd3qk9WTGQ { box-sizing:content-box;height:6.6875rem;width:16.625rem;position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.5625rem;left:1.125rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
#EdNHBPTqWaN5ewBpO5douaNa6l4kTQA7 { box-sizing:content-box;height:6.6875rem;width:16.625rem;position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.5625rem;left:19.8125rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
#fTOdXtWkATq26CAff7ES8rO6JMqfcb3E { box-sizing:content-box;height:6.6875rem;width:16.625rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.5625rem;left:38.5625rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
#yugAT5LXSG4o9yu1dxMbTsdRl2Q50Ilx { box-sizing:content-box;height:6.6875rem;width:16.9375rem;position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.5625rem;left:57.3125rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
#fGJzrp7PZgDyDwu6pUTIDbyb5TxGEnax { color:rgba(var(--color-tertiary-0),1);display:block;width:2.625rem;position:absolute;font-family:lora;font-size:2rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:13.9375rem;left:2.0625rem;height:2.5996125rem;display:block; }
#nS3XgXgvqEw9IVV2burpsgO4NmTPwI0u { color:rgba(var(--color-tertiary-0),1);display:block;width:2.625rem;position:absolute;font-family:lora;font-size:2rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:13.9375rem;left:20.875rem;height:2.5996125rem;display:block; }
#tIy4Zex5oFND6zLkEP7exM74D82RUHTQ { color:rgba(var(--color-tertiary-0),1);display:block;width:2.625rem;position:absolute;font-family:lora;font-size:2rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:13.9375rem;left:39.5625rem;height:2.5996125rem;display:block; }
#HIvpye2xCQWJNrFLaeLWoFdq2b2mZT92 { color:rgba(var(--color-tertiary-0),1);display:block;width:2.625rem;position:absolute;font-family:lora;font-size:2rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:13.9375rem;left:58.3125rem;height:2.5996125rem;display:block; }
#kDTAWxqaLE596TRtq5HAly366xR4dFCz { color:#ffffff;display:block;width:11.875rem;position:absolute;font-family:"nunito sans";font-size:1.125rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:16.5625rem;left:2.0625rem;height:2.92535rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rfFxHcNmxFdLfzevHJd1qn3J1x59SeH2 { color:rgba(var(--color-tertiary-0),1);display:block;width:14.5rem;position:absolute;font-family:"nunito sans";font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:16.5625rem;left:20.875rem;height:2.92535rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Fh1ShCAPTFF8fb3AZTReI6iRDzrrNbEy { color:rgba(var(--color-tertiary-0),1);display:block;width:15.25rem;position:absolute;font-family:"nunito sans";font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:16.5625rem;left:39.625rem;height:2.92535rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fy1K8fhb0vhwQGGxSCBLdKIGTw3Urv86 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.6875rem;position:absolute;font-family:"nunito sans";font-size:1.125rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:16.5625rem;left:58.3125rem;height:2.92535rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#r1JX9WRzDfnDUigqG3qslWkrdrCoboSN { color:#000000;display:block;width:36.0625rem;position:absolute;font-family:"nunito sans";font-size:1.125rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:22.1875rem;left:19.625rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ditmWGPLckyIoTPwLPSHcTDpT848elw4 { box-sizing:content-box;height:6.6875rem;width:16.625rem;position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.5625rem;left:0.8125rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
#Bk1po42qPO2Ez4sq3Kwd05e14RWVT3Gi { box-sizing:content-box;height:6.6875rem;width:16.625rem;position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.5625rem;left:19.5rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
#Q2syuSJZg7soSJWU0VzViqTs2OoXHr80 { box-sizing:content-box;height:6.6875rem;width:16.625rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.5625rem;left:38.25rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
#BczgZk7tMdhwUoEVpeA25l3HtdMmiTmf { box-sizing:content-box;height:6.6875rem;width:16.625rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.5625rem;left:57rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
#rcAmZp4gszoozMUxv7f0BthzqVRQANsT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.3);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:none; }#rcAmZp4gszoozMUxv7f0BthzqVRQANsT > .row .container { border-width: 0; border-radius: 0; }#rcAmZp4gszoozMUxv7f0BthzqVRQANsT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rcAmZp4gszoozMUxv7f0BthzqVRQANsT > .row .container { font-size:0.875rem;font-family:arial;height:34.625rem;width:75rem;position:relative;display:none; }#MLiT9Fkd4RLsdRWqAJ8G6xmNq1s1bk8I { color:rgba(var(--color-primary-2),1);display:block;width:27.3123125rem;position:absolute;font-family:lora;font-size:2rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:2.4375rem;left:23.8125rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#sXW4AVP3gEpDkTwivNrD8hDSpEWL7719 { box-sizing:content-box;height:0.186631875rem;width:18.75rem;position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.7476010322571rem;left:28.125rem;display:block; }
#w4dP4HMaiyByS1gdz678OgJFLp8llF2V { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.310125rem;height:3.75rem;text-decoration:none;z-index:15051;text-align:center;text-align-last:center;top:22.194012165069rem;left:52.375221252441rem;display:block; }
#zN8wkQgA2cueBGxUK4aiUv4F0TARthoZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UbcD1VXZ8sMmpa5SzTSzVoiNHUolmFqf { box-sizing:content-box;height:4.25rem;width:29.375rem;position:absolute;display:block;z-index:15028;background-color:#f1e9f4;background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);top:8.8125rem;left:0rem;display:block; }
#pJcohtX0ZoaxEctJx3NzmttIQTzWfAHv { color:rgba(var(--color-primary-2),1);display:block;width:21.186rem;position:absolute;font-family:"nunito sans";font-size:1.375rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:10.25rem;left:4.875rem;height:1.7871125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#c6LgPD5bs5RVFx2BptONPrfrBn1XR8X9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:9.625rem;left:1.25rem; }
#Owa8M58QDVfLPK3pQnZ3EEzlpMTVhoOO { box-sizing:content-box;height:4.25rem;width:29.375rem;position:absolute;display:block;z-index:15031;background-color:#f1e9f4;background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);top:14.125rem;left:0rem;display:block; }
#f5mD5QI7Lz82zU8lON7egrB2AxdA0SyT { color:rgba(var(--color-primary-2),1);display:block;width:23.4375rem;position:absolute;font-family:"nunito sans";font-size:1.375rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:15.625rem;left:4.875rem;height:1.7871125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zFioAENmyS8BqI7XOHiLciZ2IfhzguVb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:15.0625rem;left:1.375rem; }
#GRr952JRTTw3uzMHN4FJhL8f3Vkg18MG { box-sizing:content-box;height:4.25rem;width:29.375rem;position:absolute;display:block;z-index:15034;background-color:#f1e9f4;background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);top:19.5625rem;left:0rem;display:block; }
#FwuTlwc2UJKscGApvmisEtQeN7pO1iMZ { color:rgba(var(--color-primary-2),1);display:block;width:21.186rem;position:absolute;font-family:"nunito sans";font-size:1.375rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:21.0625rem;left:4.875rem;height:1.7871125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XMCuFn8rRNfR7PAKTHWguMpLxd1MyQ1L { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:20.5rem;left:1.375rem; }
#fnPHkIqQJE22GeT7c05kvJyyqpHivLZT { box-sizing:content-box;height:4.25rem;width:29.375rem;position:absolute;display:block;z-index:15037;background-color:#f1e9f4;background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);top:24.9375rem;left:0rem;display:block; }
#X4QLoetQPQ0r0yg90mmP6v145WThItF2 { color:rgba(var(--color-primary-2),1);display:block;width:21.186rem;position:absolute;font-family:"nunito sans";font-size:1.375rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:26.4375rem;left:4.875rem;height:1.7871125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#N0CUHq2wBRf6Pnl93B6QiTPe4ufEm4UN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15049;opacity:1;top:25.875rem;left:1.375rem; }
#vyvU32q9JqJZwWeXPaInKhXMpOL1iqXo { box-sizing:content-box;height:20.499125rem;width:32.9373125rem;position:absolute;display:block;z-index:15050;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.8118491172788rem;left:42.061634063721rem;display:block; }
#ACLbkdTn92lXLEBKByDI2XZNHtGgW7QI { color:rgba(var(--color-tertiary-0),1);display:block;width:23.4375rem;position:absolute;font-family:"nunito sans";font-size:1.8125rem;font-weight:700;z-index:15052;line-height:1.3;letter-spacing:0;top:12.784288883209rem;left:46.875003814698rem;height:7.066375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HxJl76Jphx7mU9TS6PC1Z0u6fIfObVxr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#HxJl76Jphx7mU9TS6PC1Z0u6fIfObVxr > .row .container { border-width: 0; border-radius: 0; }#HxJl76Jphx7mU9TS6PC1Z0u6fIfObVxr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HxJl76Jphx7mU9TS6PC1Z0u6fIfObVxr > .row .container { font-size:0.875rem;font-family:arial;height:24.6875rem;width:75rem;position:relative;display:none; }#sfbRdQnX8cpZ1chN5krh3URRc3yPKgTa { color:rgba(var(--color-primary-2),1);display:block;width:20.874rem;position:absolute;font-family:lora;font-size:2rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:2.686767578125rem;left:27.061767578125rem;height:2.59895625rem;display:block; }
#rVs3XuapaqPvRTKgURe35cPfRXh6e9WE { box-sizing:content-box;height:0.1867675rem;width:18.75rem;position:absolute;display:block;z-index:15035;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.5625rem;left:28.1875rem;display:block; }
#OgaiC1TozvM6baK1TfMGsO1rOSmx3wnc { color:#000000;display:block;width:12.8125rem;position:absolute;font-family:"nunito sans";font-size:1.125rem;font-weight:400;z-index:15034;line-height:1.3;letter-spacing:0;top:17.81005859375rem;left:3.546142578125rem;height:2.92535rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gcu3bxGUnyCUsMiK6y20MbsZTBEdXs6s { box-sizing:content-box;height:6.25rem;width:6.25rem;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:15030;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);top:9.5625rem;left:6.75rem;display:block; }
#omTvTV28lCVKeun2sdFvT1E3Rr1aJwna { box-sizing:content-box;height:6.25rem;width:6.25rem;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:15029;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);top:9.5625rem;left:20.5625rem;display:block; }
#gxTXmDbTrUbSFGpbpB2CZE4bbbdgt6EB { box-sizing:content-box;height:6.25rem;width:6.25rem;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:15028;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);top:9.5625rem;left:34.3125rem;display:block; }
#M5dmLy7XPlXJZt0nvBFQ18Jvw2ioJUK4 { box-sizing:content-box;height:6.25rem;width:6.25rem;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:15027;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);top:9.5625rem;left:48.0625rem;display:block; }
#Ayr9PTBewfskIPGf1HtFJQgTQMuDAL1H { box-sizing:content-box;height:6.25rem;width:6.25rem;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:15026;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);top:9.5625rem;left:61.8125rem;display:block; }
#naheRpRUkbbSR1VBaswnB5Pe1bBNhylQ { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.81225625rem;width:3.81225625rem;top:10.875rem;left:14.875rem;overflow:hidden;display:block; }
#MSKhDOsEqHH9bI98GUdH8WnReMkmEe2k { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.81225625rem;width:3.81225625rem;top:10.875rem;left:28.1875rem;overflow:hidden;display:block; }
#yTERmyzvBSTJ7VOQVe7qmM1Cm46To1LD { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.81225625rem;width:3.81225625rem;top:10.875rem;left:42.3125rem;overflow:hidden;display:block; }
#TeovCaQRlEtLluQl5TWlLJ7PLbF7ftse { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.81225625rem;width:3.81225625rem;top:10.875rem;left:56.375rem;overflow:hidden;display:block; }
#ziocCQaXvpuzrdHr3SZUlSc8Pf19PvKr { color:#000000;display:block;width:12.8125rem;position:absolute;font-family:"nunito sans";font-size:1.125rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:17.81005859375rem;left:17.3583984375rem;height:2.92535rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cL0D8n0PhTIVUDRqBCbFS9ZDuZcdf5lV { color:#000000;display:block;width:12.8125rem;position:absolute;font-family:"nunito sans";font-size:1.125rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:17.81005859375rem;left:31.09375rem;height:2.92535rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kxHOit3VfbvThi90ElvzFqU5XWvCWJO6 { color:#000000;display:block;width:12.8125rem;position:absolute;font-family:"nunito sans";font-size:1.125rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:17.81005859375rem;left:44.8583984375rem;height:2.92535rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zwxRcIXsXg7Z3rTKm3c7TTQObreVeUVs { color:#000000;display:block;width:12.8125rem;position:absolute;font-family:"nunito sans";font-size:1.125rem;font-weight:400;z-index:15038;line-height:1.3;letter-spacing:0;top:17.81005859375rem;left:58.6083984375rem;height:2.92535rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VLIzAs8Vdp0IiBFoT5SpSNdKsNlFcPti { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:11.202392578125rem;left:8.389892578125rem; }
#c25E0RzHDIxtc3E9TTWCv2kkTXUmznIB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:11.358642578125rem;left:22.3583984375rem; }
#bUbx6Pq376WQaStrHOXEH7gOm2bSuOnT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.374025rem;width:3.374025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:11.07666015625rem;left:35.81298828125rem; }
#wvkLDqCkTzqaTlg7F9uCODyKZBdXmyEA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.061525rem;width:3.061525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:11.23291015625rem;left:49.73388671875rem; }
#VFaKhqkJsmH4BaFsfTmMAeKhf4Kgo9Vw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.061525rem;width:3.061525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:11.23291015625rem;left:63.48388671875rem; }
#BymKQ8pGsq1uXxAZg9TTGgEpre0uNrqu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbf4ff;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:none; }#BymKQ8pGsq1uXxAZg9TTGgEpre0uNrqu > .row .container { border-width: 0; border-radius: 0; }#BymKQ8pGsq1uXxAZg9TTGgEpre0uNrqu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BymKQ8pGsq1uXxAZg9TTGgEpre0uNrqu > .row .container { font-size:0.875rem;font-family:arial;height:24.25rem;width:75rem;position:relative;display:none; }#Q6IWxXH7BJTOXyrie1nqX71xgrH956X0 { color:#000000;display:block;width:27.1875rem;position:absolute;font-family:"nunito sans";font-size:1.125rem;font-weight:400;z-index:15034;line-height:1.3;letter-spacing:0;top:9.5625rem;left:23.875rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Fkwl13DPA2iF4BOeTgp69oRlWT4luJMD { color:rgba(var(--color-primary-2),1);display:block;width:25.249rem;position:absolute;font-family:lora;font-size:2rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:5.375rem;left:24.875rem;height:2.5996125rem;display:block; }
#M1NpI7mfdo9spXfHbRpAnBahXqzLX3kd { box-sizing:content-box;height:3.8745125rem;width:30.7483125rem;position:absolute;display:block;z-index:15037;background-color:rgba(0,0,0,0);background-image:none;box-shadow: none;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);top:4.5625rem;left:22rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#BsB2yqstQrN4x8GVNPFoXP3ZO1B9nreb { color:#ffffff;display:block;width:21.624375rem;position:absolute;font-family:"nunito sans";font-size:1.125rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:12.4375rem;left:26.6875rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZkBhhJhFGQwkb1oqDk6ThF339OXVaEiF { box-sizing:content-box;height:3.06206875rem;width:26.749125rem;position:absolute;display:block;z-index:15033;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.625rem;left:24.125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#TfcP99ie0ApAMxSTzmULHLOTVachkGRT { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#Cyd7KqUJ2vnNZuZcrLTLMQFnGARo2nFT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NAo4kdylcFJe1eRpJG4zm6XWSN4y9rsT { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.62413125rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:16.125rem;left:28.75rem;display:block; }
#yXZyVAJqAJXK77Z2L0fTyUpBFix4ggma { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MTHczEnaNKVmp5fR66BhHolVZRbSyhvB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#MTHczEnaNKVmp5fR66BhHolVZRbSyhvB > .row .container { border-width: 0; border-radius: 0; }#MTHczEnaNKVmp5fR66BhHolVZRbSyhvB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MTHczEnaNKVmp5fR66BhHolVZRbSyhvB > .row .container { font-size:0.875rem;font-family:arial;height:17.4375rem;width:75rem;position:relative;display:none; }#iBxrHTqadE2sRddUJuw5alLQsBf37mFt { display:block;width:27.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15014;line-height:1.2;top:8.4375rem;left:7.125rem;background-color:transparent;background-image:none;height:1.79904375rem;text-align:center;text-align-last:center;color:rgba(var(--color-primary-2),1);display:block; }
#fqfTrEVuOTIwgpgsTd1c7bO3reyl4KbA { display:block;width:27.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15015;line-height:1.2;top:10.5rem;left:7.125rem;background-color:transparent;background-image:none;height:1.79904375rem;text-align:center;text-align-last:center;color:rgba(var(--color-primary-2),1);display:block; }
#MuFbgFxDAqp478EcnWAT4IXmyTF8V80g { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15054;top:3.5rem;left:19.75rem; }
#ymKIKsvG766EeVeefo6fy4tRv96cM3Qv { display:block;width:27.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.4;top:13.875rem;left:7.125rem;background-color:transparent;background-image:none;height:1.5744375rem;text-align:center;text-align-last:center;color:rgba(var(--color-primary-2),1);font-style:normal;display:block; }
#wJeAqfR8ronW4hsavHrfs0VzcTk14hnT { display:block;width:27.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15017;line-height:1.2;top:8.3125rem;left:40.125rem;background-color:transparent;background-image:none;height:1.79904375rem;text-align:center;text-align-last:center;color:rgba(var(--color-primary-2),1);display:block; }
#OVst9COuCQ5iaRo22CQCdIyyzVod7xnx { display:block;width:18.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15016;line-height:1.4;top:11.5625rem;left:44.6875rem;background-color:transparent;background-image:none;height:1.5744375rem;text-align:center;text-align-last:center;color:rgba(var(--color-primary-2),1);font-style:normal;display:block; }
#nsQ5HKosQC3xDQzIZPNhgPNIVuKgV0l1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15056;opacity:1;top:13.75rem;left:49.6875rem; }
#nsQ5HKosQC3xDQzIZPNhgPNIVuKgV0l1 > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; }#Fown9J6FPbCqAV7mBQHGTwZ1wTvUofDn { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15055;top:3.5rem;left:52.75rem; }
#pqkc37nO8Fuuuz6ViqwFmdio5FVTEVOx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15057;opacity:1;top:13.566623687744rem;left:52.843317031861rem; }
#pqkc37nO8Fuuuz6ViqwFmdio5FVTEVOx > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#FVDByFIo3KAGyJ78QTrT4CHMWhV4qBTi { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#UcSykXK7JqTb9J4yEWWwSzl2kmTTZNeK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15058;opacity:1;top:13.625rem;left:56.125rem; }
#UcSykXK7JqTb9J4yEWWwSzl2kmTTZNeK > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#pt7U58CHhSg5fFqivcn1ui2vgbItZeLe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pt7U58CHhSg5fFqivcn1ui2vgbItZeLe > .row .container { background-color: transparent; background-image: none; }#pt7U58CHhSg5fFqivcn1ui2vgbItZeLe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pt7U58CHhSg5fFqivcn1ui2vgbItZeLe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pt7U58CHhSg5fFqivcn1ui2vgbItZeLe > .row .container > .video-iframe-container { display: none; }#pt7U58CHhSg5fFqivcn1ui2vgbItZeLe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pt7U58CHhSg5fFqivcn1ui2vgbItZeLe > .row > .video-iframe-container { display: none; }#pt7U58CHhSg5fFqivcn1ui2vgbItZeLe > .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); }#pt7U58CHhSg5fFqivcn1ui2vgbItZeLe > .row .container { border-width: 0; border-radius: 0; }#pt7U58CHhSg5fFqivcn1ui2vgbItZeLe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pt7U58CHhSg5fFqivcn1ui2vgbItZeLe > .row .container { font-size:0.875rem;font-family:arial;height:3.0625rem;width:75rem;position:relative;display:block; }#nrwVLOWHM5TRymrgqJG9g6fCLgTOC99J { display:block;width:60.1236875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.4;top:0.830078125rem;left:7.4370670318606rem;background-color:transparent;background-image:none;height:1.4003875rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #v9NUyP8V9ebMuOKmiW2SPzkm2UAivSmm { width:7.75rem;height:2.5rem;top:1.25rem;left:1.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4CUuRVCJ45cHQgng8BruJCxUlFqiKwu { width:17.9375rem;height:3.125rem;top:0.5625rem;left:29.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUaTCfgJtq2ZKnmoOB0AvNebP6vwP2ba { width:10.6875rem;height:2.375rem;top:4.1875rem;left:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IspIxvmTu5ZKph30F2s5I2DSypOFQw8l { display:block; }
 }@media only screen and (max-width: 763px) { #Gi5eox8PTxQKWLVFnu9HJbSepDSBI5K6 { width:7.375rem;height:2.375rem;top:4.1875rem;left:28.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMeXUbfZ9TIgKI4sLmkdIXvolMpdTSV2 { display:block; }
 }@media only screen and (max-width: 763px) { #S2TlIhFRynNlysa0V6NpkyTDIn9P1G5E { width:5.9375rem;height:2.375rem;top:4.1875rem;left:35.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7lg9uwOwl08SlrVT2tqRTRBSVl3nUtx { display:block; }
 }@media only screen and (max-width: 763px) { #hQ0NLUaeB93yxV2kJgwHXF46Wpixudqv { width:8.75rem;height:2.375rem;top:4.1875rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgpMfMgKEf11S5ikuPlqkSy2BxGJlm5a { display:block; }
 }@media only screen and (max-width: 763px) { #ytPH4s3bk2n1y8nq9unqLvdTdELuAu59 { width:5.5rem;height:2.375rem;top:4.1875rem;left:42.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLLr3huTwb3fAS0ui0VJCGK5ysTBUfy0 { display:block; }
 }@media only screen and (max-width: 763px) { #mezlhzRx2nJy0hr4dvSgKNHTsq3owKTi { width:5.9375rem;height:2.375rem;top:4.1875rem;left:41.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4lXfFsRmAnxCvTRop5TkPRXOEI0yp9u { display:block; }
 }@media only screen and (max-width: 763px) { #yffVL2goT5XPRHPW5sVIQ2btu13bkbhA { width:7.875rem;height:2.375rem;top:4.1875rem;left:39.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jkgk4fSH8k5eQV5ibJTWFGqtKQ0OqMu7 { display:block; }
 }@media only screen and (max-width: 763px) { #OTPhgCfzq4hhfAMGOyrTokG5Q86COa4N { display:none; }#OTPhgCfzq4hhfAMGOyrTokG5Q86COa4N > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Er1lKc2hXRL6I11RF9rWotJtg35rUEHe { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xsDuJNCUR6n7ATBpwJ7TO0OTxyfDT2Nu { width:8.0625rem;height:2.625rem;top:1.25rem;left:1.40625rem;display:none; }
 }@media only screen and (max-width: 763px) { #AD9NgQQ77sBVhAQLnbmZ8CGUObT80WUE { width:8.75rem;height:2.375rem;top:2.1875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTTlHln5kxLMwArTObh4wgnyFKBQfE7y { display:block; }
 }@media only screen and (max-width: 763px) { #PP6DDlqWpUB4URtg2GO7sNmIb3yLd4TT { width:10.6875rem;height:2.375rem;top:2.1875rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFE2zLAM3ZLet8NaLq9MxWk6gURTrogC { display:block; }
 }@media only screen and (max-width: 763px) { #ETX6KrE7AclbDk6T5r0apNziI4oVWFU5 { width:7.375rem;height:2.375rem;top:2.1875rem;left:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMgNPcFxz0qGVTDZtM8rkD44Ehulv2Q2 { display:block; }
 }@media only screen and (max-width: 763px) { #aLzBtclIw7i1gJOeg7vzbDTrgQgEpKg8 { width:5.9375rem;height:2.375rem;top:2.1875rem;left:29.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTR2u9uExIDtxOCnIy7hNrRFOHAS49nu { display:block; }
 }@media only screen and (max-width: 763px) { #for1XZbzBVZzeV8JS9zVL8WMsfxooCdI { width:5.9375rem;height:2.375rem;top:2.1875rem;left:35.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkJGDIyt2ip8QED3CuJRg1f2hncHn6ug { display:block; }
 }@media only screen and (max-width: 763px) { #lGEbPD088IJEPdWWcqTc4cOOA1wg0puZ { width:5.5rem;height:2.375rem;top:2.1875rem;left:41.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTQz7EWRiXtpwlmPHw8nPhkHUuGE49N6 { display:block; }
 }@media only screen and (max-width: 763px) { #TeOerzmhexGHaG5bB1HTyZytnSWX6NoA { width:7.875rem;height:2.375rem;top:2.1875rem;left:39.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIbQp88zSW3EGXB88gFMyx06fIT7WQ8L { display:block; }
 }@media only screen and (max-width: 763px) { #Ll0VemWTgibamDfGp8JwNifqC1QiIaIJ { display:block; }#Ll0VemWTgibamDfGp8JwNifqC1QiIaIJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uD71IW4yvoLTz6cENuHZy2mUTsrQlo68 { width:42.0625rem;height:9.625rem;top:5.8125rem;left:0rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIC46OLAXT1EgDsGSTrJBOebmEsQbWc1 { width:25rem;height:3.4375rem;top:33.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #GuX7aLHgOiLUVCmpAplkXtNr3aTVNA5B { display:block; }
 }@media only screen and (max-width: 763px) { #K8vi8b9SlbMTMP3eCFt1eWZRiPvBV9iT { width:18.375rem;height:2.0625rem;top:8.625rem;left:29.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWfZZuhITKDyOICkLZLnxw0eQcQhFIRz { width:20.875rem;height:3.1875rem;top:25.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkROOv0ZzInEaRxfLEkTRuCLHKazdDJg { width:17rem;height:1.625rem;top:26.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Er7I2O8HKT962aqx16UANBzwWmkqHEU4 { width:1.875rem;height:1.875rem;top:26.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yaJ9dfvKTrs1Tv2k7CVREKK4RNHE2VAl { width:21.125rem;height:1.5625rem;top:26.625rem;left:12rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6B8kZNShsWFpnF5pTIBTZN6JRwsfDEF { width:1.875rem;height:1.875rem;top:26.5625rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBgZkZF8MWravsnTNbPWIzBeq7uB7Hf3 .widget-regular-label { width:20.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#MBgZkZF8MWravsnTNbPWIzBeq7uB7Hf3 .widget-input-text { width:20.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MBgZkZF8MWravsnTNbPWIzBeq7uB7Hf3 .widget-input-text {padding-top: 0; padding-bottom: 0;}#MBgZkZF8MWravsnTNbPWIzBeq7uB7Hf3 .widget-textarea { width:20.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MBgZkZF8MWravsnTNbPWIzBeq7uB7Hf3 .widget-input-select { width:20.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MBgZkZF8MWravsnTNbPWIzBeq7uB7Hf3 .widget-input-select {padding-top: 0; padding-bottom: 0;}#MBgZkZF8MWravsnTNbPWIzBeq7uB7Hf3 .widget-input-button { width:20.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MBgZkZF8MWravsnTNbPWIzBeq7uB7Hf3 .widget-checkbox-label { width:19.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#MBgZkZF8MWravsnTNbPWIzBeq7uB7Hf3  { width:20.9375rem;height:auto;top:10.6875rem;left:24.3125rem; }
#MBgZkZF8MWravsnTNbPWIzBeq7uB7Hf3 .radio-container { width:20.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MBgZkZF8MWravsnTNbPWIzBeq7uB7Hf3 {display:block;}#MBgZkZF8MWravsnTNbPWIzBeq7uB7Hf3 { width:20.9375rem;height:auto;top:10.6875rem;left:24.3125rem; }
 }@media only screen and (max-width: 763px) { #MBgZkZF8MWravsnTNbPWIzBeq7uB7Hf3 #RKV5CnCwwmsAtXpvfOBeK4WIkO1NyUTa {  }
 }@media only screen and (max-width: 763px) { #MBgZkZF8MWravsnTNbPWIzBeq7uB7Hf3 #F9cJRm5vaARwLSdR2Fhu4yMhV5A8D4u1 {  }
 }@media only screen and (max-width: 763px) { #MBgZkZF8MWravsnTNbPWIzBeq7uB7Hf3 #NUNERz5yN2r25Fw47H75G8O1H4pTsc4f {  }
 }@media only screen and (max-width: 763px) { #MBgZkZF8MWravsnTNbPWIzBeq7uB7Hf3 #nnnpb9b2xvgxVlsnytXZg7yz4OHEllFg {  }
 }@media only screen and (max-width: 763px) { #MBgZkZF8MWravsnTNbPWIzBeq7uB7Hf3 #oFI1VcvpgSBhaVW4F4TDX2H3tXic1D7Q {  }
 }@media only screen and (max-width: 763px) { #MBgZkZF8MWravsnTNbPWIzBeq7uB7Hf3 #Zxt5SDQe1x4rmzwKl2PgInEBLRvDHH3o {  }
 }@media only screen and (max-width: 763px) { #MBgZkZF8MWravsnTNbPWIzBeq7uB7Hf3 #IR8VVs3wUeW96lHb6rnDZ7Z16AgFysON {  }
 }@media only screen and (max-width: 763px) { #MBgZkZF8MWravsnTNbPWIzBeq7uB7Hf3 #RO6knyE9ORkWHoTSMbzWSbZnIs78dBRa {  }
 }@media only screen and (max-width: 763px) { #MBgZkZF8MWravsnTNbPWIzBeq7uB7Hf3 #Q3OuUL3OOFvqhERd0nTteUQIgytSkpOc {  }
 }@media only screen and (max-width: 763px) { #MBgZkZF8MWravsnTNbPWIzBeq7uB7Hf3 #HQaptW53Hm3mmwXcctOPyNoHZQT00Bi0 {  }
 }@media only screen and (max-width: 763px) { #MBgZkZF8MWravsnTNbPWIzBeq7uB7Hf3 #oclI1IvVvEXET7mo5QBdnrAS1EgTLf0t {  }
 }@media only screen and (max-width: 763px) { #MBgZkZF8MWravsnTNbPWIzBeq7uB7Hf3 #gV2PGR7S5OBRWQ2cbW6s67MRxrxFvE3K {  }
 }@media only screen and (max-width: 763px) { #MBgZkZF8MWravsnTNbPWIzBeq7uB7Hf3 #oCCzIp6aWzyipKL3TGMD0zA849wsdS1o {  }
 }@media only screen and (max-width: 763px) { #MBgZkZF8MWravsnTNbPWIzBeq7uB7Hf3 #U05A0llO47fA2P6cJWSiHVlAyKO9N7au {  }
 }@media only screen and (max-width: 763px) { #MBgZkZF8MWravsnTNbPWIzBeq7uB7Hf3 #bUgth0aWKT8BNcy2NzZl1zQvSG5O30eu {  }
 }@media only screen and (max-width: 763px) { #MBgZkZF8MWravsnTNbPWIzBeq7uB7Hf3 #T66wPl9AVmBEqeF5V6O1MomLZQdwN6Qg {  }
 }@media only screen and (max-width: 763px) { #MBgZkZF8MWravsnTNbPWIzBeq7uB7Hf3 #wdsaQx0Xosrg0piXZxnoksLgTNQlrARH {  }
 }@media only screen and (max-width: 763px) { #a4rgVVyy2dWMaF6Ua0NCFvSP2QfaA0pi { width:23.4375rem;height:2.6875rem;top:8.0625rem;left:24.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXMPgwW17UU0rx39gcgkRTe7z6IlvBCB { width:39rem;height:4.375rem;top:18.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBfdicG8BJHiPieuTuOXET1AIqxqEUFF { width:22.6875rem;height:3.1875rem;top:25.8125rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5cXGeDStpOO7iPVHNPMa1ZrdqqId54F { width:20.875rem;height:3.1875rem;top:25.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NLR5A7wpNqtUd7ccqB37ygdVQRH8N4yv { display:none; }#NLR5A7wpNqtUd7ccqB37ygdVQRH8N4yv > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GgNUWGriR6aUVcvwI4PchbgDnpTrMAPx { width:10.125rem;height:3.125rem;top:32.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AsRUsu07rkhXiGAgBgbfBcdZ5yy0hFum { display:block; }
 }@media only screen and (max-width: 763px) { #OeDlVxc6509HzCX5NL4VU3WtaHGWNF5J .widget-regular-label { width:20.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#OeDlVxc6509HzCX5NL4VU3WtaHGWNF5J .widget-input-text { width:20.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#OeDlVxc6509HzCX5NL4VU3WtaHGWNF5J .widget-input-text {padding-top: 0; padding-bottom: 0;}#OeDlVxc6509HzCX5NL4VU3WtaHGWNF5J .widget-textarea { width:20.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#OeDlVxc6509HzCX5NL4VU3WtaHGWNF5J .widget-input-select { width:20.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#OeDlVxc6509HzCX5NL4VU3WtaHGWNF5J .widget-input-select {padding-top: 0; padding-bottom: 0;}#OeDlVxc6509HzCX5NL4VU3WtaHGWNF5J .widget-input-button { width:20.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#OeDlVxc6509HzCX5NL4VU3WtaHGWNF5J .widget-checkbox-label { width:19.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#OeDlVxc6509HzCX5NL4VU3WtaHGWNF5J  { width:20.9375rem;height:auto;top:10rem;left:24.3125rem; }
#OeDlVxc6509HzCX5NL4VU3WtaHGWNF5J .radio-container { width:20.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#OeDlVxc6509HzCX5NL4VU3WtaHGWNF5J {display:block;}#OeDlVxc6509HzCX5NL4VU3WtaHGWNF5J { width:20.9375rem;height:auto;top:10rem;left:24.3125rem; }
 }@media only screen and (max-width: 763px) { #OeDlVxc6509HzCX5NL4VU3WtaHGWNF5J #sG5Nxuc3dGNBDC2IdOSZ6BUU7DyM31RC {  }
 }@media only screen and (max-width: 763px) { #OeDlVxc6509HzCX5NL4VU3WtaHGWNF5J #z7f3dTRs3vpVnksueqKLM1cPHNTlWFOU {  }
 }@media only screen and (max-width: 763px) { #OeDlVxc6509HzCX5NL4VU3WtaHGWNF5J #nX5Vye6shQHgK6Fvlb2xI3zvXgw6ve3p {  }
 }@media only screen and (max-width: 763px) { #OeDlVxc6509HzCX5NL4VU3WtaHGWNF5J #nqKiNRwWIm0e2P5L24nTuZ4Ahd3GdvX3 {  }
 }@media only screen and (max-width: 763px) { #OeDlVxc6509HzCX5NL4VU3WtaHGWNF5J #h8UHZTTeB4Q3MSgaKZiXuUgFaIpO0QA7 {  }
 }@media only screen and (max-width: 763px) { #OeDlVxc6509HzCX5NL4VU3WtaHGWNF5J #lgSLDRe3ELtgarbTx9Ppi2tdU9zBs57M {  }
 }@media only screen and (max-width: 763px) { #OeDlVxc6509HzCX5NL4VU3WtaHGWNF5J #pE0skiWKztnRbZQDtq42IRJ7mzk1h490 {  }
 }@media only screen and (max-width: 763px) { #OeDlVxc6509HzCX5NL4VU3WtaHGWNF5J #aE0FiTr8eNRq3aLRlzSxnfVR2VAe0W0t {  }
 }@media only screen and (max-width: 763px) { #OeDlVxc6509HzCX5NL4VU3WtaHGWNF5J #Xe718WyJXxwBlhaC1Vw321lvpDTwpMsn {  }
 }@media only screen and (max-width: 763px) { #OeDlVxc6509HzCX5NL4VU3WtaHGWNF5J #wcrJkE4mMD4NRTW9yv9J9knNt6plOyKd {  }
 }@media only screen and (max-width: 763px) { #OeDlVxc6509HzCX5NL4VU3WtaHGWNF5J #rcZivyTuJ96pw33B5KgkkZRr4DBHU9Im {  }
 }@media only screen and (max-width: 763px) { #OeDlVxc6509HzCX5NL4VU3WtaHGWNF5J #rT1H7fnUStlqkqM7FlgE18JbGeaCNAV6 {  }
 }@media only screen and (max-width: 763px) { #OeDlVxc6509HzCX5NL4VU3WtaHGWNF5J #wS6xXn15TPghvBnqEImF9awMdzr6MicG {  }
 }@media only screen and (max-width: 763px) { #OeDlVxc6509HzCX5NL4VU3WtaHGWNF5J #w3UKNDlosWWEapUtClRmXdEVFgsdEZwX {  }
 }@media only screen and (max-width: 763px) { #OeDlVxc6509HzCX5NL4VU3WtaHGWNF5J #D7x5kC3lzZP4WphWnltVfq6pk6lhF1m5 {  }
 }@media only screen and (max-width: 763px) { #OeDlVxc6509HzCX5NL4VU3WtaHGWNF5J #J00IB1Wi7DewrxttFAzlWA80ML8oL6NG {  }
 }@media only screen and (max-width: 763px) { #OeDlVxc6509HzCX5NL4VU3WtaHGWNF5J #Xho4b2Pe5J86ncD2UpF9s6ZSNyVDSidU {  }
 }@media only screen and (max-width: 763px) { #CTJU3zPEmf4RGaOM5pthylsw2QQbsl9i { width:23.5rem;height:2.75rem;top:7.3125rem;left:24.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcOH7TaaGkldfIRNAv1tRs6NixBLk8cg { width:15.625rem;height:;top:0.1875rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #CzivZkEXEZkL7mTSgPym5oio2wds0JS1 { display:block; }#CzivZkEXEZkL7mTSgPym5oio2wds0JS1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qZfLWD4cRseVLOctK7iWEwFIhT8f6BIA { width:6.0625rem;height:4.25rem;top:10.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeIxTnqu7U3l9f8NicDeETPxSPp4Tg3k { width:6.0625rem;height:4.25rem;top:10.1875rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NN1Sq3Qr3ni1QBlQw81R0ahhaMuo1F2p { width:6.0625rem;height:4.25rem;top:10.1875rem;left:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NlGC36Ow1kDUsM9wTePmXPrLiesMSx4w { width:6.0625rem;height:4.25rem;top:10.1875rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqsKdwCiAliNIPdZFtxJfq1MJBU0kOhn { width:6.0625rem;height:4.25rem;top:10.1875rem;left:29.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADiN3rpQ5KqAPgh2mNtaAArEnUkD5ieC { width:6.0625rem;height:4.25rem;top:10.1875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yl1g0sLi8J0dATNLEgUgNZDgTJ4Gn7fc { width:3.9375rem;height:4.0625rem;top:9.3125rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWbW4hoif1KyDAiSfPJ6iC6GOAHATA67 { width:3.9375rem;height:;top:9.3125rem;left:8rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMTtOSsdNXeRn6LhrfyF0m0TMq8mvqpq { width:3.9375rem;height:;top:9.3125rem;left:11.9375rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJU1ey6NoyIt1EuR6VonRdQedV76Gf2R { width:3.9375rem;height:;top:9.3125rem;left:19.9375rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgTwXTHIpbzUI6hLOQNBQmuZkNFBKQbn { width:3.9375rem;height:4.0625rem;top:9.3125rem;left:23.875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgFsoIP2tmofUvo8OdL2W1VxFF8nRvJo { width:3.9375rem;height:4.0625rem;top:9.3125rem;left:31.875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJZ5db1EPzle1ivtQFe0xf6X1R3oQNqF { width:9.125rem;height:2.25rem;top:15.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kboIXbxDNBbl42GiEQCOSJx1BBvy7P8U { width:6.5625rem;height:1.125rem;top:15.6875rem;left:5.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pb8o8uWq6vEZFr4EhB2Tu3IvCaNdX73c { width:12.5rem;height:1.25rem;top:6rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnZ6J6GDgggKakki5AdXLwvJL9H8T4HF { width:16.25rem;height:2.5625rem;top:6rem;left:7.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6bGs6EAXSVCF1xOZnu5hQzyhPqfhXT2 { width:13.25rem;height:1.25rem;top:6rem;left:22.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tiaiH0vwxvyHr4oydUDrbKbdByGR4uO8 { width:9.125rem;height:2.25rem;top:15.6875rem;left:11.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMQDhVyAMvTm6E9tuH7w0oRe93vsLQJO { width:6.875rem;height:1.125rem;top:15.6875rem;left:17rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tn2L241CaPpl0TQKDePfOlgCuwGbgnMi { width:8.1875rem;height:2.25rem;top:15.6875rem;left:23.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTNIaBZotuv4MF0og9QBw0qZfRlSM4p2 { width:6.25rem;height:1.125rem;top:15.6875rem;left:29.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLmrlzm8qGKDlLv1yLP2Sb7dmI2FGdXy { width:16.375rem;height:2.9259341538906rem;top:10.5625rem;left:31.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e250tshlABMAqzcLygDSuvInsGxNBcUQ { width:15.9375rem;height:2.875rem;top:7.0625rem;left:31.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJUKIHVzrJOCuocALUXHehGNshQ17gnk { width:18.5625rem;height:2.5625rem;top:1.6875rem;left:5.3125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #grrba7iXtApWR8cofiiUTE4aroFrFCf8 { width:16.25rem;height:2.5625rem;top:6rem;left:7.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #xgdCy7AnyiyEWL9frIAnKGivIgOkBtbM { width:16.25rem;height:1.25rem;top:17.4375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #F0T58T5d81FfUsdCOaK5h4RQ1MtoDnnF { width:8.125rem;height:1.25rem;top:12.5625rem;left:3.8125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #mGZIVJc3omWhgwqJEa0N88B5AQqmPVta { width:3.9375rem;height:;top:9.3125rem;left:11.9375rem;font-size:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PdMDqtWahWszkOlm33T0ion3Mmeqb8Wp { width:6.0625rem;height:4.25rem;top:10.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hgwVfU5X9PLNpDPcEOyUOA97mCpz1aCQ { width:6.0625rem;height:4.25rem;top:10.1875rem;left:5.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #X9WmdrpNNtazpVutzRD9EKbxr3dQiAxH { width:3.875rem;height:;top:21.5625rem;left:8rem;font-size:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fGvZqVSSBHgL9BS14FhwRasvZqTg9FHE { width:16.25rem;height:1.25rem;top:17.4375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #hb3AaUHI6211m2J6JMVaCbZBTd5sG4bV { width:8.125rem;height:1.25rem;top:12.5625rem;left:3.8125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ksHgIEPqhzskXofTzUibG5hw7iZHgoVf { width:18.75rem;height:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #IVXR3ZPw3J1uMooozy9BdZmrCwTJbN54 { width:18.75rem;height:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dVPN5lGp5SEMB2WcBkXDLpxrAsWANM2P { width:16.25rem;height:1.25rem;top:31.3125rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #OKIUTozN1JJL73BeyCzh27hEusgnPKsw { width:3.9375rem;height:;top:9.3125rem;left:11.9375rem;font-size:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #KXxGAKbFPNq22DQlQH6EWA6yznNFdDcy { width:6.0625rem;height:4.25rem;top:10.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ag2O2ZsLubQkgAL4JaswKHZQL79vUJnt { width:6.0625rem;height:4.25rem;top:10.1875rem;left:5.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #BPDpFkM9qwDM9N2SVniXvcc5mcpQAHIC { width:16.25rem;height:1.25rem;top:17.4375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #hueF6yO6JkhRW9kb1ZiU6ZxSbMZkTCl0 { width:8.125rem;height:1.25rem;top:12.5625rem;left:3.8125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #a87D63EN5Mzpr32Gv8mb8QccDqUPvlIp { width:3.875rem;height:;top:21.5625rem;left:8rem;font-size:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #eMNu3EgmANlQHNnvJ5qsxsZPIQeDZcGT { display:block; }#eMNu3EgmANlQHNnvJ5qsxsZPIQeDZcGT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E3T9lmnd3ZWFTWDlprbyzVxa1x6Qg9Xa { width:32.4375rem;height:2.5625rem;top:3rem;left:15.3125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ci2DTbElN5hpMTC37cTagF3ePgETKDeB { width:6.25rem;height:0.1875rem;top:6.4375rem;left:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNbQcg9oZLxBUONrgTWCOcIDo3OyM31V { width:36.5625rem;height:6.25rem;top:8rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v62wFhsGC9TP7IwETsuEZQVBBJKCnIx5 { width:32.9375rem;height:2.875rem;top:9.6875rem;left:14.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PAAwnDeUO0zAJNqLS12U4fHk2nGByzEH { width:34.0625rem;height:10.625rem;top:4.25rem;left:13.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ItZqPMyicpxKCTyoUeZXzXVI1QBx285u { width:34.8125rem;height:22.9375rem;top:9.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSTJvDDGzdSWKrx5qrM5oRrl18EDnFfI { width:32.9375rem;height:2.875rem;top:16.5rem;left:14.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyX1tWobXakiFM5qti2neOiq5kAwCNdE { width:32.9375rem;height:2.875rem;top:23.375rem;left:14.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzLFG8QAdy7VTEXUrQWt1qGN1J1o11h5 { width:32.125rem;height:2.875rem;top:30.25rem;left:15.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CbLdX9N2JGCLIHd1TsXN3ZZ4kXkI2OFR { width:2.125rem;height:2.125rem;top:10.0625rem;left:24.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQpcHxXCZHoEqSKdpTHveJN6LqkcUvuT { width:36.5625rem;height:6.25rem;top:28.5625rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GgzanBTAGRTgCZr4bMcJJQID33oknFXH { width:2.125rem;height:2.125rem;top:30.625rem;left:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzOyCpsvFSu7xidGD8pmrwIZs7dgIPXL { width:36.5625rem;height:6.25rem;top:21.6875rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dupAyyL8vrapzONT7DFoh936CAGPtnh7 { width:2.125rem;height:2.125rem;top:23.75rem;left:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #diCwtsVfqJBkbOEn7zcNagu2hU9g1kp9 { width:36.5625rem;height:6.25rem;top:14.8125rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVKZvyiHTVyfAJ4knrzrxkeEoabXfzsT { width:2.125rem;height:2.125rem;top:16.875rem;left:24.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqFh1BprIgElwfop1zubZcMJ7QexoIST { display:block; }#hqFh1BprIgElwfop1zubZcMJ7QexoIST > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M0IH5UuWeMHau4Zi9qcoflqGszWtXvNn { width:22.0625rem;height:2.5625rem;top:3.1875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrQ3valxqxOhqShLgzyQtrCONqLeOVDF { width:6.25rem;height:0.1875rem;top:6.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQR6FZEgrNs8ycrByV0nyXPSKqX2agRm { width:11rem;height:10.4375rem;top:10.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIxiR5KuPCCbMAMhLStG4fzQoffzyMUF { width:11rem;height:10.4375rem;top:10.125rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4ITGP61CUVBKRx9yCn98PLVoCEKCWn8 { width:11rem;height:10.4375rem;top:10.125rem;left:15.3115234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9Mf2spuVotJAhFp2A4xOusLoA7mWsPk { width:11rem;height:10.4375rem;top:10.125rem;left:29.43701171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzVvQPHAW2fsrNTO2nUhKLTCEc7rHGC9 { width:17.625rem;height:16.6875rem;top:3.9375rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nzfv4osLN12nZwnndxfWxBZKR7TcHzmr { width:3.4375rem;height:3.4375rem;top:11.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyxR0cUXKBkFF7b9tPR0XHhGU63hBe2A { width:3.0625rem;height:3.0625rem;top:11.5rem;left:5.34326171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HaiUx9HwQ80GHtoDWPstruVkDTarh1mz { width:3.0625rem;height:3.0625rem;top:11.3125rem;left:19.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAL6JuisEDkTIhtmBBnZ1RvPRWEStfW5 { width:3.0625rem;height:3.0625rem;top:11.3125rem;left:33.4052734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7TlEyPTTTUe5L9Ao0Zv1QJMyIX4koWx { width:7.9375rem;height:2.5625rem;top:15.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJgrw0Qa7XDmW8yrHTZoknQi7xzDMnPH { width:7.9375rem;height:3.875rem;top:15.5625rem;left:2.90576171875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZgfhm1bEuofm9c6Nyg1Tw1BxARHvGtZ { width:7.9375rem;height:1.25rem;top:15.5625rem;left:16.84375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLTrw2ed3Shmk4PpTXcBF6VyfTIuUmsR { width:9.9375rem;height:3.875rem;top:15.5625rem;left:29.96875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6wGgugO5qlLOAT7JeTZ9dnzKONWTgcF { width:11.625rem;height:7.9375rem;top:5.6875rem;left:36.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JsGRPVahh3GRfrZf2qV4ATb6OvxlwzBK { width:14.0625rem;height:3.9375rem;top:14.6875rem;left:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezRwPMn5I6fH898oWPTr3T2guDt5ASpD { display:block; }
 }@media only screen and (max-width: 763px) { #pm4VqFV4V2fNsDalcBy3LCmbtl3rLHMM { display:block; }#pm4VqFV4V2fNsDalcBy3LCmbtl3rLHMM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dpq0H97b9naIM2QSvZEQWKt2swDubbED { width:36.6875rem;height:2.5625rem;top:2.8125rem;left:5.5622844696045rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDagtQRhUrPhMXZXpZT6TVzcNaHeF9co { width:6.25rem;height:0.125rem;top:6.4375rem;left:20.750001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVtqSTZga3wg3McpNa2oDpwHkJNNedqF { width:10.9375rem;height:10.375rem;top:9.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUC0nSGdQrKlZ8IolizgTLu81y51FJQz { width:10.9375rem;height:10.375rem;top:9.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3ZtPp3WTu3X9evHJXCPWOJmxM29VTeB { width:10.9375rem;height:10.375rem;top:9.4375rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbovasTq1ebQoJRJGCKgJ5X0vuZPoxRM { width:10.9375rem;height:10.375rem;top:9.4375rem;left:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBDgME65vO9r7UknHW4NaCu87Bf4iBe4 { width:10.9375rem;height:10.375rem;top:9.4375rem;left:36.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQo4HUHkRiQMOJ0QuTbKPAu7Sk5C4ROk { width:10.9375rem;height:10.375rem;top:9.4375rem;left:36.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfgMy6qSeG2VKAW6zs0Sk7LKcyVTUETy { width:3.0625rem;height:3.0625rem;top:11.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5sDGPLFSROueKBaTCBPddEbT5Ul16Eo { width:8.3125rem;height:1.25rem;top:15.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dShZgAX0mkepaB6CB5ESQ4LuEsAtSb8J { width:8.3125rem;height:2.5625rem;top:15.1875rem;left:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6eaquMmM6SpcqTLyxzn03CayNZcLwmN { width:8.3125rem;height:1.25rem;top:15.1875rem;left:13.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKqoT0qH0SHDhguXa4C9BbloWTXBmNNp { width:8.3125rem;height:2.5625rem;top:15.1875rem;left:26rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKBo24mwKq7V6VMdq6q3L73Cb1uc9pMl { width:8.3125rem;height:2.5625rem;top:15.1875rem;left:38.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEpWmkvlaPA1HcfqPbBDJ5FalHTBRASD { width:8.3125rem;height:2.5625rem;top:15.1875rem;left:39.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltbsfVvefCfgbTe1BGwmegQpXrhhkoqO { width:3.125rem;height:3.125rem;top:11.5625rem;left:40.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BuzZgXkkoN0U4ME2W9mkc4S54y0OmoA8 { width:3.125rem;height:3.125rem;top:11.5625rem;left:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtoEXaKifwofpxuzWPwF6ZK1Lg3NZOAP { width:3.125rem;height:3.125rem;top:11.5625rem;left:44.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkM7wXIwVdt508hCHt4H8ppHd7i3T8NV { width:3.5625rem;height:3.5625rem;top:11.3125rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BT0TVilG7VcnICqJvftbO2qGsh8LFRsT { width:3.125rem;height:3.125rem;top:11.5625rem;left:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vE3TuTXuid8Naflo9Z5UV7U8A1UKZFJC { display:block; }#vE3TuTXuid8Naflo9Z5UV7U8A1UKZFJC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IIumGPV8Kfic2J4nPshlNc19cGiTRwMG { width:20.75rem;height:2.5625rem;top:7.375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUccWU7togMMUCWCgbwgRwsKgBTH7VrE { width:30.5rem;height:9.0625rem;top:13.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6O8EgvbfsQiFbkNBN0Cc1cdsX3WkywX { width:6.1875rem;height:0.1875rem;top:10.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZ8tK4upqC89VZy2rADtgzA8Oxi4ug2T { width:40rem;height:22.5rem;top:3.8125rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4vw2bwLN7HN4QZTJFvlCDT7vx4JFH6w { display:none; }#m4vw2bwLN7HN4QZTJFvlCDT7vx4JFH6w > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #f887wZe8nAZF62W0siXSHJxCbiibFXrZ { width:18.1875rem;height:15rem;top:20.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPHJNcA8IdVxUtutlV99k8xq9AaHH1K2 { width:18.125rem;height:12.643462833774rem;top:9.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GlO9ayqanJdA3iPKTxJmTzpSrzmMQq68 { width:11.5625rem;height:1.5625rem;top:23.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1EEsKTNQ8H36zFPWvZsby898csGtxJF { width:14.1875rem;height:3.875rem;top:25.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxThkl5SdSho6cUr4O6pg8VxaxDVTtll { width:9.375rem;height:2.5625rem;top:31rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBrUXTHrEit3WUwEeywNqs2882TfeOpX { display:block; }
 }@media only screen and (max-width: 763px) { #mXV1CzGmq2ie0WZSs9PsSa2z1Ft16Lx1 { width:18rem;height:15rem;top:20.75rem;left:5.4993495941162rem;display:block; }
 }@media only screen and (max-width: 763px) { #nq71qoKq5TRMzUfxBTva5Xf6lkSzWcFf { width:17.9375rem;height:12.518865934455rem;top:9.25rem;left:5.4993495941162rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWzZunwcoWAwU5vvBE9g1NPiqfdhvoDU { width:15.9375rem;height:3.875rem;top:25.8125rem;left:6.6875019073488rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uV9mhTrteJxXHJWcW3pmw4MVTa0lPISb { width:11.5625rem;height:1.5625rem;top:23.625rem;left:6.6875019073488rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #orIH0bHbGUUpJ0KyIUNDtbMQzaNLxWfq { width:9.375rem;height:2.5625rem;top:31rem;left:6.6875019073488rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABeltamvaMTVZ6Lf19CXSzGhxX77dK9P { display:block; }
 }@media only screen and (max-width: 763px) { #XwRJyprkxMnR3z2Vbuoq22NQOLiNRumr { width:18rem;height:15rem;top:20.75rem;left:24.249353408814rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEgI5S2guislah1zChVH01U6rsaW5NMM { width:17.9375rem;height:12.518865934455rem;top:9.25rem;left:24.249353408814rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3esZn5BiIM6bfcNoLdVy6AEAs3qLwnQ { width:14.1875rem;height:2.5625rem;top:25.8125rem;left:25.437501907349rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ri7v45vxLvSLLX7GAVpq86MPFvI9LlqR { width:11.5625rem;height:1.5625rem;top:23.625rem;left:25.437501907349rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhNfnSykf6tfJHzNU8nOquiXLFddGvvy { width:9.375rem;height:2.5625rem;top:30.9375rem;left:25.437501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #NsClUyCU4cmUKGEIzZXkvbHzpLIkWgEa { display:block; }
 }@media only screen and (max-width: 763px) { #UGAaRXXJAT2Un2CJzvfEcsUbacofQ9Vq { width:18rem;height:15rem;top:20.75rem;left:29.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vysInu1LWvDi9wXp4Zi1oebxArN4lXU6 { width:17.9375rem;height:12.518865934455rem;top:9.25rem;left:29.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1gNHPUTUR3kdfoNeOKd3kpW2Uf0u79s { width:14.1875rem;height:3.875rem;top:25.8125rem;left:33.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSq0txbEcTysTTobzgMtFb8FQTVruucC { width:11.5625rem;height:1.5625rem;top:23.625rem;left:36.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvEcpexcFfoWsLTCRMCL6fV9lmx6TXcm { width:9.375rem;height:2.5625rem;top:30.9375rem;left:38.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezEdl0fm8nT5vPCnAKzHtNLwRzune4RZ { display:block; }
 }@media only screen and (max-width: 763px) { #DO0QVEnv1sUwqQxgpmNmfZXLcORh7Ga5 { width:36.6875rem;height:;top:2.5rem;left:5.4993495941162rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6nX4XKrl6hEJirCT2nP63gCVHXUM7n8 { width:6.25rem;height:0.125rem;top:6.1875rem;left:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlw0d9d4FKHblmZMPTrP8hGTDkkTHXSs { display:none; }#nlw0d9d4FKHblmZMPTrP8hGTDkkTHXSs > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #t0SyT4BCUlss6ioF3iTLuDyJpGO79Bsl { width:18.125rem;height:32.625rem;top:8.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVvHH4XO1RGkIfzdtmTtCEPouTrJdVM5 { width:9.375rem;height:2.5625rem;top:37.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWLvyATfIx6ewvmKwJHgznmuCAIvTOgp { display:block; }
 }@media only screen and (max-width: 763px) { #nNOcTo9q8TRFNnFHn2LUEhmepsEP4aeR { width:13.4375rem;height:2.5625rem;top:32.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iR90rTEnlVcKWf10TTcIQpaAg5Bq3aWD { width:11.5625rem;height:1.5625rem;top:29.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpT22JrmWufkBNSl7Lc0m0CIQ6tRkk3a { width:18.3125rem;height:18.3125rem;top:8.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IW2KICL4g2m6ihNZg3O3iGER56TlCfqD { width:18.125rem;height:32.625rem;top:8.9375rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTDgwb831li2ln21eJcepwxwkeTEwFvs { width:18.25rem;height:18.25rem;top:8.9375rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QF42c0tvWrsFuFesNsrud8AaaQ3EkGkk { width:14.1875rem;height:1.25rem;top:31.75rem;left:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvEObbFVXLGUn7NBVMmG3QlfRA1ag2X0 { width:11.5625rem;height:1.5625rem;top:29.3125rem;left:6.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7fe9vFIkmIhS2xgZLydwava1sDSyAXR { width:9.375rem;height:2.5625rem;top:36.8125rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3ETloEwQLxHorhXLs1FFL0npcDyDJN4 { display:block; }
 }@media only screen and (max-width: 763px) { #Imk59zkTAnNrV9TXMmAUUHyUeRu3cwmd { width:18.125rem;height:32.625rem;top:8.9375rem;left:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2Q7CBunXzhdtyX7ZbbkuqrVnqE3h5O4 { width:18.1875rem;height:18.1875rem;top:9.0625rem;left:24.250001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1HsuUJ9Tcnr2WPgOmUWeSLopiJotJso { width:14.875rem;height:3.875rem;top:31.75rem;left:25.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlhApJQq9zbGhJzy6sCZJOLgqDKPJLTF { width:11.5625rem;height:1.5625rem;top:29.3125rem;left:25.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCTpDJ8RnUuitAJNykyTM6paSTUxuDyO { width:9.375rem;height:2.5625rem;top:36.8125rem;left:25.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xs4GIdTCQAHsRfmTvJw4cdrMpAuKsxTH { display:block; }
 }@media only screen and (max-width: 763px) { #csO5adHyQ9TQZl8tTNIlCmXkGNq3NtfE { width:18.125rem;height:32.625rem;top:8.9375rem;left:29.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkFxzNtpoRMbUryBASRpFlbRH1auHgmG { width:18.0625rem;height:18.0625rem;top:9.0625rem;left:29.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbhif1H59QNqACAmbtWRZzcpPbhXgveh { width:14.1875rem;height:1.375rem;top:31.75rem;left:33.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A40Wg9ZvMXaV6PbsTSTbP7124IyQud8O { width:11.5625rem;height:1.5625rem;top:29.3125rem;left:36.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pg5WcJSirzQG7PJkX4icseiTesRZksEc { width:9.375rem;height:2.5625rem;top:36.8125rem;left:38.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTmTT40K3Icvvntc2LFuW6g4BzPrwoca { display:block; }
 }@media only screen and (max-width: 763px) { #blrq7ym75aaR7CXk5L9msWPQULckIyLl { width:36.6875rem;height:;top:2.0625rem;left:5.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DweRRGNGJ4rW2J81NBRXqw3UL0dcTaD0 { width:6.25rem;height:0.125rem;top:5.75rem;left:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORiQtArEP8dGBwSFO4bRPHUODOknle2q { display:block; }#ORiQtArEP8dGBwSFO4bRPHUODOknle2q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o4MqTsq4cdFQ687kRTu47XbRPJcr6IFa { width:36.6875rem;height:;top:2.8125rem;left:5.5622844696045rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKleahGQlyPGLn2XtkZ5TJqNxBgnVSTN { width:6.25rem;height:0.125rem;top:6.4375rem;left:20.750001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #C26CnUJP9ZvpsxrtoUWnOUdURRQ9VEU5 { width:10.9375rem;height:10.375rem;top:9.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryaK7k0qKoALn0lrKkFng7ZH6FbKxJzL { width:10.9375rem;height:10.375rem;top:9.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRKf98XV6wJx4UIB1CzxlTAupUfTbeQU { width:10.9375rem;height:10.375rem;top:9.4375rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Llgs8QIH8DkC4TSJbqcT6nZOcP4EDpEB { width:10.9375rem;height:10.375rem;top:9.4375rem;left:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DAblgngFuXyTTFEdf6IsdQQwKw5TDmhd { width:10.9375rem;height:10.375rem;top:9.4375rem;left:36.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXnIZ6v5TVIzVx6MvxZrkyhSTUrQJy2u { width:10.9375rem;height:10.375rem;top:9.4375rem;left:36.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLz4mwKgqcb5ANgGx7gQWB2K5VQgERMb { width:3.0625rem;height:3.0625rem;top:11.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWE6wAdQ0noBbxMn96fZ5uvdrecFTtaB { width:8.3125rem;height:2.5625rem;top:15.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5ycsPA93tX4gc34ofHkcQ8r135XAe2V { width:8.3125rem;height:1.25rem;top:15.125rem;left:1.1851139068604rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IoRtTXsA27EqGMZBdaT5y5BfeXN4MLga { width:7.375rem;height:1.25rem;top:15.125rem;left:13.965063095092rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCv4WiaUHWq6WsR9xfyBTpSBTLBQHT1u { width:8.3125rem;height:2.5625rem;top:15.125rem;left:25.999567031861rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTMs9DmvCTloG7PcsWtzhhelWQ0cxp4t { width:8.3125rem;height:2.5625rem;top:15.125rem;left:38.31077003479rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfvECDqzW5Oyhs2QcFUfPii6WkAXv285 { width:8.3125rem;height:2.5625rem;top:15.125rem;left:39.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #chsK23Q0GSiMLInNWEEqvkEhC0LoOhGI { width:3.125rem;height:3.125rem;top:11.5625rem;left:40.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTWeINoa2F8OQZyh2nTvoxMHdtaGZKI7 { width:3.5625rem;height:3.5625rem;top:11.3125rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HL0diA059a6QfiEDDFNqR0V0485Hcb9m { width:3.125rem;height:3.125rem;top:11.5625rem;left:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M69LNMJhUFNoc55RaKATdOt3demLBB17 { width:3.125rem;height:3.125rem;top:11.5rem;left:16.122182846069rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKFk2aEekDVIkFXB6BVfOqQ4MgNVgAyH { width:2.9375rem;height:2.9375rem;top:11.5625rem;left:44.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNUJXeUsKZ5LKzVlfiiDkFAK4WSXnNkC { display:block; }#QNUJXeUsKZ5LKzVlfiiDkFAK4WSXnNkC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KkENV0OwpnXteOBq2tGvCa7gTzdM39Qd { width:17.5rem;height:2.5625rem;top:2.5rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCCCpMxAxngAlGnAzQeQphRQ19evRKDg { width:6.25rem;height:0.125rem;top:5.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMnkXzftombcHWFVGRr63b0AIm8l7zbv { width:24.1875rem;height:16.0625rem;top:8.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEZlhlXnoVQv8CTIpdBzMWqBUTwwZdDq { width:19.875rem;height:2.75rem;top:10.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJnx5afwozzMQTCuAuau5FXILqRUlXIm { width:19.875rem;height:3.6875rem;top:13.5rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4tNxmCxVFpZ7LD37luUNZb1F51TiITs { width:19.875rem;height:2.375rem;top:17.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dl9wJ1oG5VCEAdfqxuL5x2356RwVoF0p { width:24.1875rem;height:16.0625rem;top:8.6875rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uaN6GxfWEytGwJ9PGRPqEwLIUJCgUZgp { width:19.875rem;height:2.375rem;top:17.1875rem;left:11.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRZL4i49EWk0ViTRtI9dXii78VhKUxur { width:19.875rem;height:3.6875rem;top:13.5rem;left:11.875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGUQmNO05q1ITheEuIq4FTTR1e1zXKO1 { width:19.875rem;height:2.75rem;top:10.0625rem;left:11.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2lxn50vyKmJhFczpRyEJpJGpifHGDJD { width:25rem;height:16.0625rem;top:8.75rem;left:22.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZmDv4K5iSIcM84aAIaIkwKo8l0oMLPa { width:19.875rem;height:1.4375rem;top:13.5625rem;left:27.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxQOlL6KP4oLm1HHGcolbNOd5WA1gJay { width:23.25rem;height:2.6875rem;top:10.625rem;left:24.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nm5geyFzOFEBXE4NTvxOpxGe6HCaJ8AK { width:19.875rem;height:2.875rem;top:16rem;left:27.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0XmmgcnT5uF5ZB49IDEozeZm2Rv3sWC { width:10.0625rem;height:2.9375rem;top:20.5rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9fwELoPXTPJEQ1d7CTmHozH6y89NOBn { display:block; }
 }@media only screen and (max-width: 763px) { #vqNglwyzcVHBN45gwKtiDaVWRyWbvNFD { width:10.0625rem;height:2.9375rem;top:20.0625rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #beiMDWpNQQhJFuWbMC4v7PsPQhDcOs34 { display:block; }
 }@media only screen and (max-width: 763px) { #KEGmodDWSBuhu8Z6AqWTrgMlRnyRyDSQ { width:10.0625rem;height:2.9375rem;top:20.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #esPu65P9BokTwbtme71FrXNtsFcimGDm { display:block; }
 }@media only screen and (max-width: 763px) { #IQIaDGMVLLftKWlGWEbthTcRu2b4iT1M { width:19.875rem;height:2.75rem;top:10.0625rem;left:11.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #keRU7dPchE7lXHttWoe9ufUTwtzKmhCA { width:19.8125rem;height:3.25rem;top:11.6875rem;left:0rem;font-size:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #QcE1FsN35bqJQ0fJE8kwPwTSuF3X0Nfe { width:19.875rem;height:2.375rem;top:17.1875rem;left:11.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #uXn5synXSRGIuwATm6GvLVZQdt3FILp0 { width:13.1875rem;height:3.625rem;top:10.8125rem;left:17.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #TgSpognmHGg4oX6rrEo4IZFI9piGgHqG { display:block; }
 }@media only screen and (max-width: 763px) { #JZk44r3J9x76qx6RZxEPpH73OrbOS1QB { display:block; }#JZk44r3J9x76qx6RZxEPpH73OrbOS1QB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wtfcB81Fxb0SV3xGWGvbBSmpBvOyHhye { width:28.4375rem;height:5.1875rem;top:1.875rem;left:9.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qu0MDzpqTVu4Tr8UCKmHfmshA1W506HD { width:25.5rem;height:2.375rem;top:7.25rem;left:11.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oE14bILzHQFdHLChlwfTyxgct3h7Sccg { width:13.1875rem;height:3.625rem;top:10.8125rem;left:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MaKluVctvk6iH3CqRUqiPQQlods5bFxP { display:block; }
 }@media only screen and (max-width: 763px) { #c7EHXvd9eCBs02Hzyp5dNE1nwJFdR9nC { display:none; }#c7EHXvd9eCBs02Hzyp5dNE1nwJFdR9nC > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Ak7DepnDgT7shDRemeZMgBQefZk2MV6x { width:47.75rem;height:2.43706875rem;top:2.875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #akUHEWT0vmN5T6SQT8pbmPBJvz3yUlRH { width:47.75rem;height:2.92535rem;top:8.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmoEcQQWHBErNWEmDnGxMygmrBbWyE06 { width:18.75rem;height:0.1875rem;top:7rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wImrC8KsuZPtifX4CSZuUZbd3qk9WTGQ { width:16.625rem;height:6.6875rem;top:13.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdNHBPTqWaN5ewBpO5douaNa6l4kTQA7 { width:16.625rem;height:6.6875rem;top:13.5625rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTOdXtWkATq26CAff7ES8rO6JMqfcb3E { width:16.625rem;height:6.6875rem;top:13.5625rem;left:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yugAT5LXSG4o9yu1dxMbTsdRl2Q50Ilx { width:16.9375rem;height:6.6875rem;top:13.5625rem;left:30.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGJzrp7PZgDyDwu6pUTIDbyb5TxGEnax { width:2.625rem;height:2.59874375rem;top:13.9375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #nS3XgXgvqEw9IVV2burpsgO4NmTPwI0u { width:2.625rem;height:2.59874375rem;top:13.9375rem;left:7.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIy4Zex5oFND6zLkEP7exM74D82RUHTQ { width:2.625rem;height:2.59874375rem;top:13.9375rem;left:25.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIvpye2xCQWJNrFLaeLWoFdq2b2mZT92 { width:2.625rem;height:2.59874375rem;top:13.9375rem;left:44.6875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDTAWxqaLE596TRtq5HAly366xR4dFCz { width:11.875rem;height:2.92535rem;top:16.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfFxHcNmxFdLfzevHJd1qn3J1x59SeH2 { width:14.5rem;height:2.92535rem;top:16.5625rem;left:7.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fh1ShCAPTFF8fb3AZTReI6iRDzrrNbEy { width:15.25rem;height:2.92535rem;top:16.5625rem;left:26rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fy1K8fhb0vhwQGGxSCBLdKIGTw3Urv86 { width:15.6875rem;height:2.92535rem;top:16.5625rem;left:32.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1JX9WRzDfnDUigqG3qslWkrdrCoboSN { width:36.0625rem;height:1.462675rem;top:22.1875rem;left:6rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ditmWGPLckyIoTPwLPSHcTDpT848elw4 { width:16.625rem;height:6.6875rem;top:13.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bk1po42qPO2Ez4sq3Kwd05e14RWVT3Gi { width:16.625rem;height:6.6875rem;top:13.5625rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2syuSJZg7soSJWU0VzViqTs2OoXHr80 { width:16.625rem;height:6.6875rem;top:13.5625rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BczgZk7tMdhwUoEVpeA25l3HtdMmiTmf { width:16.625rem;height:6.6875rem;top:13.5625rem;left:31.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcAmZp4gszoozMUxv7f0BthzqVRQANsT { display:block; }#rcAmZp4gszoozMUxv7f0BthzqVRQANsT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MLiT9Fkd4RLsdRWqAJ8G6xmNq1s1bk8I { width:27.25rem;height:;top:2.375rem;left:10.186851501465rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXW4AVP3gEpDkTwivNrD8hDSpEWL7719 { width:18.75rem;height:0.125rem;top:5.6875rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4dP4HMaiyByS1gdz678OgJFLp8llF2V { width:12.25rem;height:3.75rem;top:22.1875rem;left:35.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zN8wkQgA2cueBGxUK4aiUv4F0TARthoZ { display:block; }
 }@media only screen and (max-width: 763px) { #UbcD1VXZ8sMmpa5SzTSzVoiNHUolmFqf { width:29.375rem;height:4.1875rem;top:8.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJcohtX0ZoaxEctJx3NzmttIQTzWfAHv { width:21.125rem;height:1.75rem;top:10.1875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6LgPD5bs5RVFx2BptONPrfrBn1XR8X9 { width:2.5rem;height:2.5rem;top:9.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Owa8M58QDVfLPK3pQnZ3EEzlpMTVhoOO { width:29.375rem;height:4.1875rem;top:14.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5mD5QI7Lz82zU8lON7egrB2AxdA0SyT { width:23.4375rem;height:1.75rem;top:15.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFioAENmyS8BqI7XOHiLciZ2IfhzguVb { width:2.5rem;height:2.5rem;top:15.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRr952JRTTw3uzMHN4FJhL8f3Vkg18MG { width:29.375rem;height:4.1875rem;top:19.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwuTlwc2UJKscGApvmisEtQeN7pO1iMZ { width:21.125rem;height:1.75rem;top:21rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMCuFn8rRNfR7PAKTHWguMpLxd1MyQ1L { width:2.5rem;height:2.5rem;top:20.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnPHkIqQJE22GeT7c05kvJyyqpHivLZT { width:29.375rem;height:4.1875rem;top:24.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4QLoetQPQ0r0yg90mmP6v145WThItF2 { width:21.125rem;height:1.75rem;top:26.375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0CUHq2wBRf6Pnl93B6QiTPe4ufEm4UN { width:2.5rem;height:2.5rem;top:25.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyvU32q9JqJZwWeXPaInKhXMpOL1iqXo { width:32.875rem;height:20.4375rem;top:8.75rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACLbkdTn92lXLEBKByDI2XZNHtGgW7QI { width:23.4375rem;height:7.0625rem;top:12.75rem;left:24.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxJl76Jphx7mU9TS6PC1Z0u6fIfObVxr { display:none; }#HxJl76Jphx7mU9TS6PC1Z0u6fIfObVxr > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #sfbRdQnX8cpZ1chN5krh3URRc3yPKgTa { width:20.8125rem;height:2.5625rem;top:2.625rem;left:13.436767578125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVs3XuapaqPvRTKgURe35cPfRXh6e9WE { width:18.75rem;height:0.125rem;top:6.5625rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgaiC1TozvM6baK1TfMGsO1rOSmx3wnc { width:12.8125rem;height:2.875rem;top:17.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcu3bxGUnyCUsMiK6y20MbsZTBEdXs6s { width:6.25rem;height:6.25rem;top:9.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #omTvTV28lCVKeun2sdFvT1E3Rr1aJwna { width:6.25rem;height:6.25rem;top:9.5625rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxTXmDbTrUbSFGpbpB2CZE4bbbdgt6EB { width:6.25rem;height:6.25rem;top:9.5625rem;left:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5dmLy7XPlXJZt0nvBFQ18Jvw2ioJUK4 { width:6.25rem;height:6.25rem;top:9.5625rem;left:34.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ayr9PTBewfskIPGf1HtFJQgTQMuDAL1H { width:6.25rem;height:6.25rem;top:9.5625rem;left:41.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #naheRpRUkbbSR1VBaswnB5Pe1bBNhylQ { width:3.75rem;height:3.75rem;top:10.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSKhDOsEqHH9bI98GUdH8WnReMkmEe2k { width:3.75rem;height:3.75rem;top:10.875rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTERmyzvBSTJ7VOQVe7qmM1Cm46To1LD { width:3.75rem;height:3.75rem;top:10.875rem;left:28.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeovCaQRlEtLluQl5TWlLJ7PLbF7ftse { width:3.75rem;height:3.75rem;top:10.875rem;left:42.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ziocCQaXvpuzrdHr3SZUlSc8Pf19PvKr { width:12.8125rem;height:2.875rem;top:17.75rem;left:3.7333984375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cL0D8n0PhTIVUDRqBCbFS9ZDuZcdf5lV { width:12.8125rem;height:2.875rem;top:17.75rem;left:17.46875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxHOit3VfbvThi90ElvzFqU5XWvCWJO6 { width:12.8125rem;height:2.875rem;top:17.75rem;left:31.2333984375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwxRcIXsXg7Z3rTKm3c7TTQObreVeUVs { width:12.8125rem;height:2.875rem;top:17.75rem;left:34.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLIzAs8Vdp0IiBFoT5SpSNdKsNlFcPti { width:3.125rem;height:3.125rem;top:11.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c25E0RzHDIxtc3E9TTWCv2kkTXUmznIB { width:2.8125rem;height:2.8125rem;top:11.3125rem;left:8.7333984375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUbx6Pq376WQaStrHOXEH7gOm2bSuOnT { width:3.3125rem;height:3.3125rem;top:11.0625rem;left:22.18798828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvkLDqCkTzqaTlg7F9uCODyKZBdXmyEA { width:3rem;height:3rem;top:11.1875rem;left:36.10888671875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFaKhqkJsmH4BaFsfTmMAeKhf4Kgo9Vw { width:3rem;height:3rem;top:11.1875rem;left:44.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BymKQ8pGsq1uXxAZg9TTGgEpre0uNrqu { display:none; }#BymKQ8pGsq1uXxAZg9TTGgEpre0uNrqu > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Q6IWxXH7BJTOXyrie1nqX71xgrH956X0 { width:27.1875rem;height:1.462675rem;top:9.5625rem;left:10.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fkwl13DPA2iF4BOeTgp69oRlWT4luJMD { width:25.1875rem;height:1.7871125rem;top:5.375rem;left:11.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1NpI7mfdo9spXfHbRpAnBahXqzLX3kd { width:30.6875rem;height:3.8125rem;top:4.5625rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BsB2yqstQrN4x8GVNPFoXP3ZO1B9nreb { width:21.5625rem;height:;top:12.375rem;left:13.062284469604rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkBhhJhFGQwkb1oqDk6ThF339OXVaEiF { width:26.6875rem;height:3rem;top:11.625rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfcP99ie0ApAMxSTzmULHLOTVachkGRT { width:17.5rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Cyd7KqUJ2vnNZuZcrLTLMQFnGARo2nFT { display:block; }
 }@media only screen and (max-width: 763px) { #NAo4kdylcFJe1eRpJG4zm6XWSN4y9rsT { width:17.5rem;height:3.5625rem;top:16.125rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXZyVAJqAJXK77Z2L0fTyUpBFix4ggma { display:block; }
 }@media only screen and (max-width: 763px) { #MTHczEnaNKVmp5fR66BhHolVZRbSyhvB { display:none; }#MTHczEnaNKVmp5fR66BhHolVZRbSyhvB > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #iBxrHTqadE2sRddUJuw5alLQsBf37mFt { top:5.875rem;left:4.1875rem;width:12.5rem;height:3.5980875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqfTrEVuOTIwgpgsTd1c7bO3reyl4KbA { top:5.875rem;left:4.1875rem;width:12.5rem;height:3.5980875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MuFbgFxDAqp478EcnWAT4IXmyTF8V80g { top:3.5rem;left:6.125rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymKIKsvG766EeVeefo6fy4tRv96cM3Qv { top:9.125rem;left:-0.0625rem;width:19.8125rem;height:1.5744375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJeAqfR8ronW4hsavHrfs0VzcTk14hnT { top:5.8125rem;left:31.9375rem;width:13.3125rem;height:1.79980625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVst9COuCQ5iaRo22CQCdIyyzVod7xnx { top:9.125rem;left:-0.0625rem;width:19.8125rem;height:1.5744375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsQ5HKosQC3xDQzIZPNhgPNIVuKgV0l1 { width:1.875rem;height:1.875rem;top:13.75rem;left:36.0625rem;display:block; }
#nsQ5HKosQC3xDQzIZPNhgPNIVuKgV0l1 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #Fown9J6FPbCqAV7mBQHGTwZ1wTvUofDn { top:3.5rem;left:39.125rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqkc37nO8Fuuuz6ViqwFmdio5FVTEVOx { width:2.1875rem;height:2.1875rem;top:13.5625rem;left:39.218317031861rem;display:block; }
#pqkc37nO8Fuuuz6ViqwFmdio5FVTEVOx > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #FVDByFIo3KAGyJ78QTrT4CHMWhV4qBTi { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #UcSykXK7JqTb9J4yEWWwSzl2kmTTZNeK { width:2.1875rem;height:2.1875rem;top:13.625rem;left:42.5rem;display:block; }
#UcSykXK7JqTb9J4yEWWwSzl2kmTTZNeK > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #pt7U58CHhSg5fFqivcn1ui2vgbItZeLe { display:block; }#pt7U58CHhSg5fFqivcn1ui2vgbItZeLe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nrwVLOWHM5TRymrgqJG9g6fCLgTOC99J { top:9.125rem;left:-0.0625rem;width:19.8125rem;height:3.14886875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { position:relative;z-index:auto;display:none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:33.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #v9NUyP8V9ebMuOKmiW2SPzkm2UAivSmm { width:8.8125rem;height:2.875rem;top:0.74978685379031rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #f4CUuRVCJ45cHQgng8BruJCxUlFqiKwu { width:14.625rem;height:2.6875rem;top:5.9700522422791rem;left:0.78125005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUaTCfgJtq2ZKnmoOB0AvNebP6vwP2ba { width:11.125rem;height:2.375rem;top:12.75rem;left:4.4375rem;font-size:0.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #IspIxvmTu5ZKph30F2s5I2DSypOFQw8l { display:block; }
 }@media only screen and (max-width: 763px) { #Gi5eox8PTxQKWLVFnu9HJbSepDSBI5K6 { width:11.125rem;height:2.375rem;top:15.4375rem;left:4.4375rem;font-size:0.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #gMeXUbfZ9TIgKI4sLmkdIXvolMpdTSV2 { display:block; }
 }@media only screen and (max-width: 763px) { #S2TlIhFRynNlysa0V6NpkyTDIn9P1G5E { width:11.125rem;height:2.375rem;top:18.125rem;left:4.4375rem;font-size:0.875rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4f4;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #W7lg9uwOwl08SlrVT2tqRTRBSVl3nUtx { display:block; }
 }@media only screen and (max-width: 763px) { #hQ0NLUaeB93yxV2kJgwHXF46Wpixudqv { width:11.125rem;height:2.43706875rem;top:10.0625rem;left:4.4375rem;font-size:0.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #QgpMfMgKEf11S5ikuPlqkSy2BxGJlm5a { display:block; }
 }@media only screen and (max-width: 763px) { #ytPH4s3bk2n1y8nq9unqLvdTdELuAu59 { width:11.125rem;height:2.4375rem;top:20.75rem;left:4.4375rem;font-size:0.875rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4f4;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #QLLr3huTwb3fAS0ui0VJCGK5ysTBUfy0 { display:block; }
 }@media only screen and (max-width: 763px) { #mezlhzRx2nJy0hr4dvSgKNHTsq3owKTi { width:5.9375rem;height:2.375rem;top:26.99805rem;left:7rem;font-size:0.875rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4f4;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #l4lXfFsRmAnxCvTRop5TkPRXOEI0yp9u { display:block; }
 }@media only screen and (max-width: 763px) { #yffVL2goT5XPRHPW5sVIQ2btu13bkbhA { width:7.9375rem;height:2.4375rem;top:30.62305rem;left:6rem;font-size:0.875rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4f4;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Jkgk4fSH8k5eQV5ibJTWFGqtKQ0OqMu7 { display:block; }
 }@media only screen and (max-width: 763px) { #OTPhgCfzq4hhfAMGOyrTokG5Q86COa4N { position:relative;z-index:auto;background-color:#fdfdfd;background-image:none;display:block; }#OTPhgCfzq4hhfAMGOyrTokG5Q86COa4N > .row .container { background-color: transparent; background-image: none; }#OTPhgCfzq4hhfAMGOyrTokG5Q86COa4N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OTPhgCfzq4hhfAMGOyrTokG5Q86COa4N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OTPhgCfzq4hhfAMGOyrTokG5Q86COa4N > .row .container > .video-iframe-container { display: none; }#OTPhgCfzq4hhfAMGOyrTokG5Q86COa4N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OTPhgCfzq4hhfAMGOyrTokG5Q86COa4N > .row > .video-iframe-container { display: none; }#OTPhgCfzq4hhfAMGOyrTokG5Q86COa4N > .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); }#OTPhgCfzq4hhfAMGOyrTokG5Q86COa4N > .row .container { width:20rem;height:24.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Er1lKc2hXRL6I11RF9rWotJtg35rUEHe { display:flex;top:1.4058151245118rem;left:17.311633408069rem;width:2.125rem;height:2.125rem;z-index:15016;font-size:1.4375rem; }
 }@media only screen and (max-width: 763px) { #xsDuJNCUR6n7ATBpwJ7TO0OTxyfDT2Nu { width:12rem;height:3.625rem;top:0.779079914093rem;left:0rem;overflow:hidden;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #AD9NgQQ77sBVhAQLnbmZ8CGUObT80WUE { width:20rem;height:2.375rem;top:6.4984812736513rem;left:0rem;font-size:0.875rem;border-top:0rem solid rgba(0,0,0,0);border-left:0rem solid rgba(0,0,0,0);border-right:0rem solid rgba(0,0,0,0);border-bottom:0.0625rem solid #a6a6a6;background-color:transparent;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xTTlHln5kxLMwArTObh4wgnyFKBQfE7y { display:block; }
 }@media only screen and (max-width: 763px) { #PP6DDlqWpUB4URtg2GO7sNmIb3yLd4TT { width:20rem;height:2.375rem;top:8.9965281486512rem;left:0rem;font-size:0.875rem;border-top:0rem solid #65686b;border-left:0rem solid #65686b;border-right:0rem solid #65686b;border-bottom:0.0625rem solid #65686b;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #uFE2zLAM3ZLet8NaLq9MxWk6gURTrogC { display:block; }
 }@media only screen and (max-width: 763px) { #ETX6KrE7AclbDk6T5r0apNziI4oVWFU5 { width:20rem;height:2.375rem;top:11.495442867279rem;left:0rem;font-size:0.875rem;border-top:0rem solid #65686b;border-left:0rem solid #65686b;border-right:0rem solid #65686b;border-bottom:0.0625rem solid #65686b;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #DMgNPcFxz0qGVTDZtM8rkD44Ehulv2Q2 { display:block; }
 }@media only screen and (max-width: 763px) { #aLzBtclIw7i1gJOeg7vzbDTrgQgEpKg8 { width:20rem;height:2.375rem;top:14rem;left:0rem;font-size:0.875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #65686b;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #fTR2u9uExIDtxOCnIy7hNrRFOHAS49nu { display:block; }
 }@media only screen and (max-width: 763px) { #for1XZbzBVZzeV8JS9zVL8WMsfxooCdI { width:20rem;height:2.375rem;top:16.5rem;left:0rem;font-size:0.875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #65686b;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #wkJGDIyt2ip8QED3CuJRg1f2hncHn6ug { display:block; }
 }@media only screen and (max-width: 763px) { #lGEbPD088IJEPdWWcqTc4cOOA1wg0puZ { width:20rem;height:2.375rem;top:19rem;left:0rem;font-size:0.875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #65686b;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #OTQz7EWRiXtpwlmPHw8nPhkHUuGE49N6 { display:block; }
 }@media only screen and (max-width: 763px) { #TeOerzmhexGHaG5bB1HTyZytnSWX6NoA { width:20rem;height:2.375rem;top:21.5rem;left:0rem;font-size:0.875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #65686b;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #nIbQp88zSW3EGXB88gFMyx06fIT7WQ8L { display:block; }
 }@media only screen and (max-width: 763px) { #Ll0VemWTgibamDfGp8JwNifqC1QiIaIJ { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/74b19d82-d007-40a1-8edf-980474e667ca/57151458_gruy271.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Ll0VemWTgibamDfGp8JwNifqC1QiIaIJ.adaptive-delivery-prevent-bg, #Ll0VemWTgibamDfGp8JwNifqC1QiIaIJ.lazyload, #Ll0VemWTgibamDfGp8JwNifqC1QiIaIJ.lazyloading { background-image: none; }#Ll0VemWTgibamDfGp8JwNifqC1QiIaIJ > .row .container { background-color: transparent; background-image: none; }#Ll0VemWTgibamDfGp8JwNifqC1QiIaIJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(83,31,117,0.95); }#Ll0VemWTgibamDfGp8JwNifqC1QiIaIJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ll0VemWTgibamDfGp8JwNifqC1QiIaIJ > .row .container > .video-iframe-container { display: none; }#Ll0VemWTgibamDfGp8JwNifqC1QiIaIJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(83,31,117,0.95); }#Ll0VemWTgibamDfGp8JwNifqC1QiIaIJ > .row > .video-iframe-container { display: none; }#Ll0VemWTgibamDfGp8JwNifqC1QiIaIJ > .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); }#Ll0VemWTgibamDfGp8JwNifqC1QiIaIJ > .row .container { width:20rem;height:32.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uD71IW4yvoLTz6cENuHZy2mUTsrQlo68 { width:20rem;height:4.39886875rem;top:1.7567253112793rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FIC46OLAXT1EgDsGSTrJBOebmEsQbWc1 { width:18.9355625rem;height:3.37456875rem;top:34.187283039093rem;left:0.5316841006279rem;z-index:15039;font-size:1.375rem;border-top-left-radius:7.5rem;border-top-right-radius:7.5rem;border-bottom-left-radius:7.5rem;border-bottom-right-radius:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #GuX7aLHgOiLUVCmpAplkXtNr3aTVNA5B { display:block; }
 }@media only screen and (max-width: 763px) { #K8vi8b9SlbMTMP3eCFt1eWZRiPvBV9iT { width:15.625rem;height:2.11230625rem;top:34.748912811279rem;left:2.1875000596046rem;text-align:center;text-align-last:center;font-size:1.625rem;color:rgba(var(--color-tertiary-0),1);display:none; }
 }@media only screen and (max-width: 763px) { #OWfZZuhITKDyOICkLZLnxw0eQcQhFIRz { width:17.625rem;height:4.25rem;top:14.124347686767rem;left:1.1870660185814rem;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkROOv0ZzInEaRxfLEkTRuCLHKazdDJg { width:10rem;height:3rem;top:14.874134063721rem;left:6.6243494153025rem;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Er7I2O8HKT962aqx16UANBzwWmkqHEU4 { display:flex;width:2.5rem;height:2.5rem;top:15.124782562256rem;left:3.3116319775581rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #yaJ9dfvKTrs1Tv2k7CVREKK4RNHE2VAl { width:11.25rem;height:3.25rem;top:20.061847686767rem;left:6.1241324543953rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6B8kZNShsWFpnF5pTIBTZN6JRwsfDEF { display:flex;width:2.5rem;height:2.5rem;top:20.437282562256rem;left:2.8125000596046rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #MBgZkZF8MWravsnTNbPWIzBeq7uB7Hf3 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#MBgZkZF8MWravsnTNbPWIzBeq7uB7Hf3 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MBgZkZF8MWravsnTNbPWIzBeq7uB7Hf3 .widget-input-text {padding-top: 0; padding-bottom: 0;}#MBgZkZF8MWravsnTNbPWIzBeq7uB7Hf3 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MBgZkZF8MWravsnTNbPWIzBeq7uB7Hf3 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MBgZkZF8MWravsnTNbPWIzBeq7uB7Hf3 .widget-input-select {padding-top: 0; padding-bottom: 0;}#MBgZkZF8MWravsnTNbPWIzBeq7uB7Hf3 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MBgZkZF8MWravsnTNbPWIzBeq7uB7Hf3 .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#MBgZkZF8MWravsnTNbPWIzBeq7uB7Hf3  { width:17.5rem;height:auto;top:37.174480438233rem;left:0rem; }
#MBgZkZF8MWravsnTNbPWIzBeq7uB7Hf3 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MBgZkZF8MWravsnTNbPWIzBeq7uB7Hf3 {display:block;}#MBgZkZF8MWravsnTNbPWIzBeq7uB7Hf3 { width:17.5rem;height:auto;top:37.174480438233rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #MBgZkZF8MWravsnTNbPWIzBeq7uB7Hf3 #RKV5CnCwwmsAtXpvfOBeK4WIkO1NyUTa {  }
 }@media only screen and (max-width: 763px) { #MBgZkZF8MWravsnTNbPWIzBeq7uB7Hf3 #F9cJRm5vaARwLSdR2Fhu4yMhV5A8D4u1 {  }
 }@media only screen and (max-width: 763px) { #MBgZkZF8MWravsnTNbPWIzBeq7uB7Hf3 #NUNERz5yN2r25Fw47H75G8O1H4pTsc4f {  }
 }@media only screen and (max-width: 763px) { #MBgZkZF8MWravsnTNbPWIzBeq7uB7Hf3 #nnnpb9b2xvgxVlsnytXZg7yz4OHEllFg {  }
 }@media only screen and (max-width: 763px) { #MBgZkZF8MWravsnTNbPWIzBeq7uB7Hf3 #oFI1VcvpgSBhaVW4F4TDX2H3tXic1D7Q {  }
 }@media only screen and (max-width: 763px) { #MBgZkZF8MWravsnTNbPWIzBeq7uB7Hf3 #Zxt5SDQe1x4rmzwKl2PgInEBLRvDHH3o {  }
 }@media only screen and (max-width: 763px) { #MBgZkZF8MWravsnTNbPWIzBeq7uB7Hf3 #IR8VVs3wUeW96lHb6rnDZ7Z16AgFysON {  }
 }@media only screen and (max-width: 763px) { #MBgZkZF8MWravsnTNbPWIzBeq7uB7Hf3 #RO6knyE9ORkWHoTSMbzWSbZnIs78dBRa {  }
 }@media only screen and (max-width: 763px) { #MBgZkZF8MWravsnTNbPWIzBeq7uB7Hf3 #Q3OuUL3OOFvqhERd0nTteUQIgytSkpOc {  }
 }@media only screen and (max-width: 763px) { #MBgZkZF8MWravsnTNbPWIzBeq7uB7Hf3 #HQaptW53Hm3mmwXcctOPyNoHZQT00Bi0 {  }
 }@media only screen and (max-width: 763px) { #MBgZkZF8MWravsnTNbPWIzBeq7uB7Hf3 #oclI1IvVvEXET7mo5QBdnrAS1EgTLf0t {  }
 }@media only screen and (max-width: 763px) { #MBgZkZF8MWravsnTNbPWIzBeq7uB7Hf3 #gV2PGR7S5OBRWQ2cbW6s67MRxrxFvE3K {  }
 }@media only screen and (max-width: 763px) { #MBgZkZF8MWravsnTNbPWIzBeq7uB7Hf3 #oCCzIp6aWzyipKL3TGMD0zA849wsdS1o {  }
 }@media only screen and (max-width: 763px) { #MBgZkZF8MWravsnTNbPWIzBeq7uB7Hf3 #U05A0llO47fA2P6cJWSiHVlAyKO9N7au {  }
 }@media only screen and (max-width: 763px) { #MBgZkZF8MWravsnTNbPWIzBeq7uB7Hf3 #bUgth0aWKT8BNcy2NzZl1zQvSG5O30eu {  }
 }@media only screen and (max-width: 763px) { #MBgZkZF8MWravsnTNbPWIzBeq7uB7Hf3 #T66wPl9AVmBEqeF5V6O1MomLZQdwN6Qg {  }
 }@media only screen and (max-width: 763px) { #MBgZkZF8MWravsnTNbPWIzBeq7uB7Hf3 #wdsaQx0Xosrg0piXZxnoksLgTNQlrARH {  }
 }@media only screen and (max-width: 763px) { #a4rgVVyy2dWMaF6Ua0NCFvSP2QfaA0pi { width:20rem;height:2.75rem;top:34.493275165558rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #tXMPgwW17UU0rx39gcgkRTe7z6IlvBCB { width:20rem;height:4.19824375rem;top:7.6866340637206rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DBfdicG8BJHiPieuTuOXET1AIqxqEUFF { width:16.9998125rem;height:3.68706875rem;top:24.449871301651rem;left:1.4290364384651rem;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q5cXGeDStpOO7iPVHNPMa1ZrdqqId54F { width:17.6248125rem;height:4.24913125rem;top:19.491100311279rem;left:1.1165365576744rem;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #NLR5A7wpNqtUd7ccqB37ygdVQRH8N4yv { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/74b19d82-d007-40a1-8edf-980474e667ca/57151458_gruy271.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#NLR5A7wpNqtUd7ccqB37ygdVQRH8N4yv.adaptive-delivery-prevent-bg, #NLR5A7wpNqtUd7ccqB37ygdVQRH8N4yv.lazyload, #NLR5A7wpNqtUd7ccqB37ygdVQRH8N4yv.lazyloading { background-image: none; }#NLR5A7wpNqtUd7ccqB37ygdVQRH8N4yv > .row .container { background-color: transparent; background-image: none; }#NLR5A7wpNqtUd7ccqB37ygdVQRH8N4yv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(83,31,117,0.95); }#NLR5A7wpNqtUd7ccqB37ygdVQRH8N4yv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NLR5A7wpNqtUd7ccqB37ygdVQRH8N4yv > .row .container > .video-iframe-container { display: none; }#NLR5A7wpNqtUd7ccqB37ygdVQRH8N4yv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(83,31,117,0.95); }#NLR5A7wpNqtUd7ccqB37ygdVQRH8N4yv > .row > .video-iframe-container { display: none; }#NLR5A7wpNqtUd7ccqB37ygdVQRH8N4yv > .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); }#NLR5A7wpNqtUd7ccqB37ygdVQRH8N4yv > .row .container { width:20rem;height:34.9990234375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GgNUWGriR6aUVcvwI4PchbgDnpTrMAPx { width:18.93675rem;height:4.1870125rem;top:40.242919921875rem;left:0.52978515625rem;display:none; }
 }@media only screen and (max-width: 763px) { #AsRUsu07rkhXiGAgBgbfBcdZ5yy0hFum { display:block; }
 }@media only screen and (max-width: 763px) { #OeDlVxc6509HzCX5NL4VU3WtaHGWNF5J .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;display:block;vertical-align:top;height:auto; }
#OeDlVxc6509HzCX5NL4VU3WtaHGWNF5J .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#OeDlVxc6509HzCX5NL4VU3WtaHGWNF5J .widget-input-text {padding-top: 0; padding-bottom: 0;}#OeDlVxc6509HzCX5NL4VU3WtaHGWNF5J .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#OeDlVxc6509HzCX5NL4VU3WtaHGWNF5J .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#OeDlVxc6509HzCX5NL4VU3WtaHGWNF5J .widget-input-select {padding-top: 0; padding-bottom: 0;}#OeDlVxc6509HzCX5NL4VU3WtaHGWNF5J .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#OeDlVxc6509HzCX5NL4VU3WtaHGWNF5J .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#OeDlVxc6509HzCX5NL4VU3WtaHGWNF5J .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#OeDlVxc6509HzCX5NL4VU3WtaHGWNF5J .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#OeDlVxc6509HzCX5NL4VU3WtaHGWNF5J  { width:17.5rem;height:auto;top:2.6865234375rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem; }
#OeDlVxc6509HzCX5NL4VU3WtaHGWNF5J .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#OeDlVxc6509HzCX5NL4VU3WtaHGWNF5J {display:block;}#OeDlVxc6509HzCX5NL4VU3WtaHGWNF5J { width:17.5rem;height:auto;top:2.6865234375rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem; }
 }@media only screen and (max-width: 763px) { #OeDlVxc6509HzCX5NL4VU3WtaHGWNF5J #sG5Nxuc3dGNBDC2IdOSZ6BUU7DyM31RC {  }
 }@media only screen and (max-width: 763px) { #OeDlVxc6509HzCX5NL4VU3WtaHGWNF5J #z7f3dTRs3vpVnksueqKLM1cPHNTlWFOU { display:none; }
 }@media only screen and (max-width: 763px) { #OeDlVxc6509HzCX5NL4VU3WtaHGWNF5J #nX5Vye6shQHgK6Fvlb2xI3zvXgw6ve3p {  }
 }@media only screen and (max-width: 763px) { #OeDlVxc6509HzCX5NL4VU3WtaHGWNF5J #nqKiNRwWIm0e2P5L24nTuZ4Ahd3GdvX3 {  }
 }@media only screen and (max-width: 763px) { #OeDlVxc6509HzCX5NL4VU3WtaHGWNF5J #h8UHZTTeB4Q3MSgaKZiXuUgFaIpO0QA7 { display:none; }
 }@media only screen and (max-width: 763px) { #OeDlVxc6509HzCX5NL4VU3WtaHGWNF5J #lgSLDRe3ELtgarbTx9Ppi2tdU9zBs57M {  }
 }@media only screen and (max-width: 763px) { #OeDlVxc6509HzCX5NL4VU3WtaHGWNF5J #pE0skiWKztnRbZQDtq42IRJ7mzk1h490 {  }
 }@media only screen and (max-width: 763px) { #OeDlVxc6509HzCX5NL4VU3WtaHGWNF5J #aE0FiTr8eNRq3aLRlzSxnfVR2VAe0W0t { display:none; }
 }@media only screen and (max-width: 763px) { #OeDlVxc6509HzCX5NL4VU3WtaHGWNF5J #Xe718WyJXxwBlhaC1Vw321lvpDTwpMsn {  }
 }@media only screen and (max-width: 763px) { #OeDlVxc6509HzCX5NL4VU3WtaHGWNF5J #wcrJkE4mMD4NRTW9yv9J9knNt6plOyKd {  }
 }@media only screen and (max-width: 763px) { #OeDlVxc6509HzCX5NL4VU3WtaHGWNF5J #rcZivyTuJ96pw33B5KgkkZRr4DBHU9Im { display:none; }
 }@media only screen and (max-width: 763px) { #OeDlVxc6509HzCX5NL4VU3WtaHGWNF5J #rT1H7fnUStlqkqM7FlgE18JbGeaCNAV6 {  }
 }@media only screen and (max-width: 763px) { #OeDlVxc6509HzCX5NL4VU3WtaHGWNF5J #wS6xXn15TPghvBnqEImF9awMdzr6MicG {  }
 }@media only screen and (max-width: 763px) { #OeDlVxc6509HzCX5NL4VU3WtaHGWNF5J #w3UKNDlosWWEapUtClRmXdEVFgsdEZwX { display:none; }
 }@media only screen and (max-width: 763px) { #OeDlVxc6509HzCX5NL4VU3WtaHGWNF5J #D7x5kC3lzZP4WphWnltVfq6pk6lhF1m5 {  }
 }@media only screen and (max-width: 763px) { #OeDlVxc6509HzCX5NL4VU3WtaHGWNF5J #J00IB1Wi7DewrxttFAzlWA80ML8oL6NG {  }
 }@media only screen and (max-width: 763px) { #OeDlVxc6509HzCX5NL4VU3WtaHGWNF5J #Xho4b2Pe5J86ncD2UpF9s6ZSNyVDSidU {  }
 }@media only screen and (max-width: 763px) { #CTJU3zPEmf4RGaOM5pthylsw2QQbsl9i { width:20rem;height:2.75rem;top:0rem;left:0rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:0.25rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #XcOH7TaaGkldfIRNAv1tRs6NixBLk8cg { width:15.625rem;height:1.7871125rem;top:0.80967712402344rem;left:2.1875000596046rem;text-align:center;text-align-last:center;font-size:1.375rem;color:#531f75;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #CzivZkEXEZkL7mTSgPym5oio2wds0JS1 { display:block; }#CzivZkEXEZkL7mTSgPym5oio2wds0JS1 > .row .container { width:20rem;height:51.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qZfLWD4cRseVLOctK7iWEwFIhT8f6BIA { width:6.06228125rem;height:4.24913125rem;top:7.8125rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeIxTnqu7U3l9f8NicDeETPxSPp4Tg3k { width:6.06228125rem;height:4.24913125rem;top:7.8125rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NN1Sq3Qr3ni1QBlQw81R0ahhaMuo1F2p { width:6.0625rem;height:4.2492845747011rem;top:69.867630004881rem;left:6.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #NlGC36Ow1kDUsM9wTePmXPrLiesMSx4w { width:6.0625rem;height:4.2492845747011rem;top:64.368498754881rem;left:6.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wqsKdwCiAliNIPdZFtxJfq1MJBU0kOhn { width:6.0625rem;height:4.2492845747011rem;top:83.414717504881rem;left:6.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ADiN3rpQ5KqAPgh2mNtaAArEnUkD5ieC { width:6.0625rem;height:4.2492845747011rem;top:77.915586254881rem;left:6.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #yl1g0sLi8J0dATNLEgUgNZDgTJ4Gn7fc { width:3.9375rem;height:0;top:1.1870670318604rem;left:2.8125000596046rem;font-size:4.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #bWbW4hoif1KyDAiSfPJ6iC6GOAHATA67 { width:3.93555rem;height:2.5996125rem;top:8.0000009536744rem;left:12.999132454395rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMTtOSsdNXeRn6LhrfyF0m0TMq8mvqpq { width:3.93555rem;height:2.5996125rem;top:8.1360673904419rem;left:3.1239150166511rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJU1ey6NoyIt1EuR6VonRdQedV76Gf2R { width:3.93663125rem;height:0;top:68.993057250975rem;left:7.9694023132325rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #rgTwXTHIpbzUI6hLOQNBQmuZkNFBKQbn { width:3.93663125rem;height:0;top:77.041013500975rem;left:7.9379348754881rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #TgFsoIP2tmofUvo8OdL2W1VxFF8nRvJo { width:3.93663125rem;height:0;top:82.540144750975rem;left:7.9379348754881rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #yJZ5db1EPzle1ivtQFe0xf6X1R3oQNqF { width:9.125rem;height:0;top:8.9366321563719rem;left:0.81163197755812rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #kboIXbxDNBbl42GiEQCOSJx1BBvy7P8U { width:9.1875rem;height:0;top:8.9366321563719rem;left:10.811632454395rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #pb8o8uWq6vEZFr4EhB2Tu3IvCaNdX73c { width:12.5rem;height:1.462675rem;top:5.6250025629998rem;left:3.7500002980233rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnZ6J6GDgggKakki5AdXLwvJL9H8T4HF { width:16.25rem;height:0;top:53.8125rem;left:1.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #U6bGs6EAXSVCF1xOZnu5hQzyhPqfhXT2 { width:13.2498125rem;height:0;top:75.366761254881rem;left:3.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #tiaiH0vwxvyHr4oydUDrbKbdByGR4uO8 { width:9.0625rem;height:0;top:42.797311782837rem;left:0.81163197755812rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #tMQDhVyAMvTm6E9tuH7w0oRe93vsLQJO { width:9.124375rem;height:0;top:42.812501907349rem;left:10.249566376209rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tn2L241CaPpl0TQKDePfOlgCuwGbgnMi { width:8.5rem;height:0;top:25.437284469604rem;left:0.81163197755812rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #rTNIaBZotuv4MF0og9QBw0qZfRlSM4p2 { width:7.9375rem;height:0;top:25.437284469604rem;left:10.811632454395rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zLmrlzm8qGKDlLv1yLP2Sb7dmI2FGdXy { width:17.7495625rem;height:2.87435rem;top:47.047964096069rem;left:1.1241319775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #e250tshlABMAqzcLygDSuvInsGxNBcUQ { width:17.5rem;height:2.923825rem;top:44.067060470581rem;left:1.2500000596046rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZJUKIHVzrJOCuocALUXHehGNshQ17gnk { width:14.8123125rem;height:2.11263125rem;top:1.7471809387207rem;left:2.5933161377907rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #grrba7iXtApWR8cofiiUTE4aroFrFCf8 { width:16.25rem;height:2.599825rem;top:17.329648971557rem;left:1.8750000596046rem;font-size:1rem;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #xgdCy7AnyiyEWL9frIAnKGivIgOkBtbM { width:8.125rem;height:2.599825rem;top:12.581382751465rem;left:1.0297309756279rem;font-size:1rem;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #F0T58T5d81FfUsdCOaK5h4RQ1MtoDnnF { width:8.125rem;height:1.2999125rem;top:12.581382751465rem;left:10.904948532581rem;font-size:1rem;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #mGZIVJc3omWhgwqJEa0N88B5AQqmPVta { width:3.93555rem;height:2.5996125rem;top:21.6875rem;left:3.125rem;font-size:2rem;z-index:15046;display:block; }
 }@media only screen and (max-width: 763px) { #PdMDqtWahWszkOlm33T0ion3Mmeqb8Wp { width:6.06228125rem;height:4.24913125rem;top:21.375rem;left:2.0625rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #hgwVfU5X9PLNpDPcEOyUOA97mCpz1aCQ { width:6.06228125rem;height:4.24913125rem;top:21.375rem;left:11.9375rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #X9WmdrpNNtazpVutzRD9EKbxr3dQiAxH { width:3.93555rem;height:2.5996125rem;top:21.5625rem;left:13rem;font-size:2rem;z-index:15045;display:block; }
 }@media only screen and (max-width: 763px) { #fGvZqVSSBHgL9BS14FhwRasvZqTg9FHE { width:8.125rem;height:2.599825rem;top:26.4375rem;left:1rem;font-size:1rem;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #hb3AaUHI6211m2J6JMVaCbZBTd5sG4bV { width:8.125rem;height:1.2999125rem;top:26.4375rem;left:10.875rem;font-size:1rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #ksHgIEPqhzskXofTzUibG5hw7iZHgoVf { top:15.956381797791rem;left:6.8750002980231rem;width:6.25rem;height:0.1875rem;z-index:15047;display:block; }
 }@media only screen and (max-width: 763px) { #IVXR3ZPw3J1uMooozy9BdZmrCwTJbN54 { top:29.830946922302rem;left:6.8750002980231rem;width:6.25rem;height:0.186631875rem;z-index:15048;display:block; }
 }@media only screen and (max-width: 763px) { #dVPN5lGp5SEMB2WcBkXDLpxrAsWANM2P { width:13.125rem;height:1.2999125rem;top:31.344184875488rem;left:3.4375002980233rem;font-size:1rem;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #OKIUTozN1JJL73BeyCzh27hEusgnPKsw { width:3.93555rem;height:2.5996125rem;top:34.6875rem;left:3.125rem;font-size:2rem;z-index:15052;display:block; }
 }@media only screen and (max-width: 763px) { #KXxGAKbFPNq22DQlQH6EWA6yznNFdDcy { width:6.06228125rem;height:4.24913125rem;top:34.375rem;left:2.0625rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #Ag2O2ZsLubQkgAL4JaswKHZQL79vUJnt { width:6.06228125rem;height:4.24913125rem;top:34.375rem;left:11.9375rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #BPDpFkM9qwDM9N2SVniXvcc5mcpQAHIC { width:8.125rem;height:2.599825rem;top:39.4375rem;left:1rem;font-size:1rem;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #hueF6yO6JkhRW9kb1ZiU6ZxSbMZkTCl0 { width:8.125rem;height:1.2999125rem;top:39.4375rem;left:10.875rem;font-size:1rem;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #a87D63EN5Mzpr32Gv8mb8QccDqUPvlIp { width:3.93555rem;height:2.5996125rem;top:34.5625rem;left:13rem;font-size:2rem;z-index:15051;display:block; }
 }@media only screen and (max-width: 763px) { #eMNu3EgmANlQHNnvJ5qsxsZPIQeDZcGT { display:block; }#eMNu3EgmANlQHNnvJ5qsxsZPIQeDZcGT > .row .container { width:20rem;height:55.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E3T9lmnd3ZWFTWDlprbyzVxa1x6Qg9Xa { width:15.5620625rem;height:4.2252625rem;top:0.87239646911619rem;left:2.2178819775581rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ci2DTbElN5hpMTC37cTagF3ePgETKDeB { width:6.25rem;height:0.185546875rem;top:6.2478313446045rem;left:6.6861980557444rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNbQcg9oZLxBUONrgTWCOcIDo3OyM31V { width:20rem;height:6.25rem;top:22.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v62wFhsGC9TP7IwETsuEZQVBBJKCnIx5 { width:14.375rem;height:3.8997375rem;top:24rem;left:4.5rem;font-size:1rem;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #PAAwnDeUO0zAJNqLS12U4fHk2nGByzEH { width:20rem;height:7.9358125rem;top:18.4375rem;left:0rem;z-index:15029;display:none; }
 }@media only screen and (max-width: 763px) { #ItZqPMyicpxKCTyoUeZXzXVI1QBx285u { width:19.6235rem;height:13.061rem;top:8.1853294372556rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSTJvDDGzdSWKrx5qrM5oRrl18EDnFfI { width:14.375rem;height:5.19965625rem;top:31.22425365448rem;left:4.4984019994736rem;font-size:1rem;z-index:15059;display:block; }
 }@media only screen and (max-width: 763px) { #FyX1tWobXakiFM5qti2neOiq5kAwCNdE { width:15rem;height:3.8997375rem;top:40.050601959229rem;left:4.5609019994736rem;font-size:1rem;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #vzLFG8QAdy7VTEXUrQWt1qGN1J1o11h5 { width:15.2494375rem;height:5.19965625rem;top:47.464487075806rem;left:4.563920378685rem;font-size:1rem;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #CbLdX9N2JGCLIHd1TsXN3ZZ4kXkI2OFR { display:flex;width:2.12456875rem;height:2.12456875rem;top:24.875rem;left:1.125rem; }
 }@media only screen and (max-width: 763px) { #aQpcHxXCZHoEqSKdpTHveJN6LqkcUvuT { width:20rem;height:6.25rem;top:46.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GgzanBTAGRTgCZr4bMcJJQID33oknFXH { display:flex;width:2.125rem;height:2.125rem;top:49rem;left:1rem; }
 }@media only screen and (max-width: 763px) { #rzOyCpsvFSu7xidGD8pmrwIZs7dgIPXL { width:20rem;height:6.25rem;top:38.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dupAyyL8vrapzONT7DFoh936CAGPtnh7 { display:flex;width:2.12446875rem;height:2.12446875rem;top:40.936612606049rem;left:1.1248223781586rem; }
 }@media only screen and (max-width: 763px) { #diCwtsVfqJBkbOEn7zcNagu2hU9g1kp9 { width:20rem;height:6.25rem;top:30.69779586792rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVKZvyiHTVyfAJ4knrzrxkeEoabXfzsT { display:flex;width:2.12446875rem;height:2.12446875rem;top:32.759233474731rem;left:1.1248223781586rem; }
 }@media only screen and (max-width: 763px) { #hqFh1BprIgElwfop1zubZcMJ7QexoIST { display:block; }#hqFh1BprIgElwfop1zubZcMJ7QexoIST > .row .container { width:20rem;height:73.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M0IH5UuWeMHau4Zi9qcoflqGszWtXvNn { width:20rem;height:2.11263125rem;top:1.25rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HrQ3valxqxOhqShLgzyQtrCONqLeOVDF { width:6.25rem;height:0.1875rem;top:4.61263125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQR6FZEgrNs8ycrByV0nyXPSKqX2agRm { width:11rem;height:10.4375rem;top:6.05013125rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIxiR5KuPCCbMAMhLStG4fzQoffzyMUF { width:11rem;height:10.4375rem;top:17.73763125rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4ITGP61CUVBKRx9yCn98PLVoCEKCWn8 { width:11rem;height:10.4375rem;top:29.42513125rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9Mf2spuVotJAhFp2A4xOusLoA7mWsPk { width:11rem;height:10.4375rem;top:41.11263125rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzVvQPHAW2fsrNTO2nUhKLTCEc7rHGC9 { width:17.625rem;height:16.6875rem;top:53.9375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nzfv4osLN12nZwnndxfWxBZKR7TcHzmr { display:flex;width:3.4375rem;height:3.4375rem;top:7.875rem;left:8.5rem; }
 }@media only screen and (max-width: 763px) { #lyxR0cUXKBkFF7b9tPR0XHhGU63hBe2A { display:flex;width:3.0625rem;height:3.0625rem;top:19rem;left:8.5rem; }
 }@media only screen and (max-width: 763px) { #HaiUx9HwQ80GHtoDWPstruVkDTarh1mz { display:flex;width:3.0625rem;height:3.0625rem;top:31.875rem;left:8.5rem; }
 }@media only screen and (max-width: 763px) { #MAL6JuisEDkTIhtmBBnZ1RvPRWEStfW5 { display:flex;width:3.0625rem;height:3.0625rem;top:42.25rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #E7TlEyPTTTUe5L9Ao0Zv1QJMyIX4koWx { width:7.9373125rem;height:2.599825rem;top:12.125rem;left:6.0625rem;font-size:1rem;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #rJgrw0Qa7XDmW8yrHTZoknQi7xzDMnPH { width:7.9373125rem;height:3.8997375rem;top:23.0625rem;left:6.0625rem;font-size:1rem;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #PZgfhm1bEuofm9c6Nyg1Tw1BxARHvGtZ { width:7.9373125rem;height:1.2999125rem;top:36.125rem;left:6.0625rem;font-size:1rem;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #DLTrw2ed3Shmk4PpTXcBF6VyfTIuUmsR { width:9.9370625rem;height:3.89941875rem;top:46.5rem;left:5rem;font-size:1rem;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #Q6wGgugO5qlLOAT7JeTZ9dnzKONWTgcF { width:11.624375rem;height:8rem;top:55.6875rem;left:4.5rem;font-size:1.25rem;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #JsGRPVahh3GRfrZf2qV4ATb6OvxlwzBK { width:14.0625rem;height:3.9375rem;top:64.6875rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezRwPMn5I6fH898oWPTr3T2guDt5ASpD { display:block; }
 }@media only screen and (max-width: 763px) { #pm4VqFV4V2fNsDalcBy3LCmbtl3rLHMM { display:block; }#pm4VqFV4V2fNsDalcBy3LCmbtl3rLHMM > .row .container { width:20rem;height:78.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dpq0H97b9naIM2QSvZEQWKt2swDubbED { width:18.872625rem;height:2.11263125rem;top:1.99658203125rem;left:0.5625rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nDagtQRhUrPhMXZXpZT6TVzcNaHeF9co { width:6.25rem;height:0.186035rem;top:5.1943359375rem;left:6.87451171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVtqSTZga3wg3McpNa2oDpwHkJNNedqF { width:10.9375rem;height:10.375rem;top:7.56103515625rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUC0nSGdQrKlZ8IolizgTLu81y51FJQz { width:10.9375rem;height:10.375rem;top:19.18603515625rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3ZtPp3WTu3X9evHJXCPWOJmxM29VTeB { width:10.9375rem;height:10.375rem;top:30.81103515625rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbovasTq1ebQoJRJGCKgJ5X0vuZPoxRM { width:10.9375rem;height:10.375rem;top:42.43603515625rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBDgME65vO9r7UknHW4NaCu87Bf4iBe4 { width:10.9375rem;height:10.375rem;top:54.06103515625rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQo4HUHkRiQMOJ0QuTbKPAu7Sk5C4ROk { width:10.9375rem;height:10.375rem;top:65.68603515625rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfgMy6qSeG2VKAW6zs0Sk7LKcyVTUETy { display:flex;width:2.5rem;height:2.5rem;top:10.49951171875rem;left:8.74951171875rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #W5sDGPLFSROueKBaTCBPddEbT5Ul16Eo { width:9.561625rem;height:1.2999125rem;top:13.75rem;left:5.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dShZgAX0mkepaB6CB5ESQ4LuEsAtSb8J { width:8.311625rem;height:2.599825rem;top:24.6865234375rem;left:5.8740234375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6eaquMmM6SpcqTLyxzn03CayNZcLwmN { width:8.311625rem;height:1.2999125rem;top:36.8740234375rem;left:5.8740234375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKqoT0qH0SHDhguXa4C9BbloWTXBmNNp { width:8.311625rem;height:2.599825rem;top:48.18701171875rem;left:5.8740234375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKBo24mwKq7V6VMdq6q3L73Cb1uc9pMl { width:8.311625rem;height:2.599825rem;top:59.62451171875rem;left:5.8740234375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEpWmkvlaPA1HcfqPbBDJ5FalHTBRASD { width:8.311625rem;height:2.599825rem;top:71.06201171875rem;left:5.8740234375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltbsfVvefCfgbTe1BGwmegQpXrhhkoqO { display:flex;width:2.499025rem;height:2.499025rem;top:56.3125rem;left:8.8125rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #BuzZgXkkoN0U4ME2W9mkc4S54y0OmoA8 { display:flex;width:2.499025rem;height:2.499025rem;top:33.62353515625rem;left:8.8125rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #TtoEXaKifwofpxuzWPwF6ZK1Lg3NZOAP { display:flex;width:2.499025rem;height:2.499025rem;top:67.9990234375rem;left:8.74951171875rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #AkM7wXIwVdt508hCHt4H8ppHd7i3T8NV { display:flex;width:3.249025rem;height:3.249025rem;top:21.4990234375rem;left:8.4375rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #BT0TVilG7VcnICqJvftbO2qGsh8LFRsT { display:flex;width:3.1245125rem;height:3.1245125rem;top:44.5rem;left:8.4990234375rem; }
 }@media only screen and (max-width: 763px) { #vE3TuTXuid8Naflo9Z5UV7U8A1UKZFJC { display:block; }#vE3TuTXuid8Naflo9Z5UV7U8A1UKZFJC > .row .container { width:20rem;height:39.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IIumGPV8Kfic2J4nPshlNc19cGiTRwMG { width:20rem;height:2.11263125rem;top:1.75rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #GUccWU7togMMUCWCgbwgRwsKgBTH7VrE { width:18.4365rem;height:17.9511875rem;top:6.24609375rem;left:0.779296875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F6O8EgvbfsQiFbkNBN0Cc1cdsX3WkywX { width:6.25rem;height:0.1875rem;top:5.0654296875rem;left:6.87451171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZ8tK4upqC89VZy2rADtgzA8Oxi4ug2T { height:11.25rem;width:20rem;top:25.407562255859rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4vw2bwLN7HN4QZTJFvlCDT7vx4JFH6w { display:block; }#m4vw2bwLN7HN4QZTJFvlCDT7vx4JFH6w > .row .container { width:20rem;height:118.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f887wZe8nAZF62W0siXSHJxCbiibFXrZ { width:18.186875rem;height:14.0625rem;top:19.1875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPHJNcA8IdVxUtutlV99k8xq9AaHH1K2 { width:18.186875rem;height:12.686625rem;top:6.5rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GlO9ayqanJdA3iPKTxJmTzpSrzmMQq68 { width:11.5625rem;height:1.8691375rem;top:20.375rem;left:4.3125rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O1EEsKTNQ8H36zFPWvZsby898csGtxJF { width:14.2480625rem;height:3.8997375rem;top:22.875rem;left:3rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mxThkl5SdSho6cUr4O6pg8VxaxDVTtll { width:9.375rem;height:2.6237rem;top:29.0625rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBrUXTHrEit3WUwEeywNqs2882TfeOpX { display:block; }
 }@media only screen and (max-width: 763px) { #mXV1CzGmq2ie0WZSs9PsSa2z1Ft16Lx1 { width:17.999125rem;height:14.0625rem;top:46.875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nq71qoKq5TRMzUfxBTva5Xf6lkSzWcFf { width:17.999125rem;height:12.561875rem;top:34.375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWzZunwcoWAwU5vvBE9g1NPiqfdhvoDU { width:15.9375rem;height:3.8997375rem;top:51.0625rem;left:2.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uV9mhTrteJxXHJWcW3pmw4MVTa0lPISb { width:11.5625rem;height:1.8691375rem;top:48.5rem;left:4.3125rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #orIH0bHbGUUpJ0KyIUNDtbMQzaNLxWfq { width:9.375rem;height:2.56185rem;top:56.5rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABeltamvaMTVZ6Lf19CXSzGhxX77dK9P { display:block; }
 }@media only screen and (max-width: 763px) { #XwRJyprkxMnR3z2Vbuoq22NQOLiNRumr { width:17.999125rem;height:14.0625rem;top:74.375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEgI5S2guislah1zChVH01U6rsaW5NMM { width:17.999125rem;height:12.561875rem;top:61.875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3esZn5BiIM6bfcNoLdVy6AEAs3qLwnQ { width:14.1873125rem;height:2.599825rem;top:78.5625rem;left:3rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ri7v45vxLvSLLX7GAVpq86MPFvI9LlqR { width:11.5625rem;height:1.8691375rem;top:75.875rem;left:4.3125rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fhNfnSykf6tfJHzNU8nOquiXLFddGvvy { width:9.375rem;height:2.56185rem;top:84rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NsClUyCU4cmUKGEIzZXkvbHzpLIkWgEa { display:block; }
 }@media only screen and (max-width: 763px) { #UGAaRXXJAT2Un2CJzvfEcsUbacofQ9Vq { width:18rem;height:14.0625rem;top:101.8125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vysInu1LWvDi9wXp4Zi1oebxArN4lXU6 { width:17.999125rem;height:12.561875rem;top:89.3125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1gNHPUTUR3kdfoNeOKd3kpW2Uf0u79s { width:14.1873125rem;height:3.8997375rem;top:106.0625rem;left:2.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hSq0txbEcTysTTobzgMtFb8FQTVruucC { width:11.5625rem;height:1.8691375rem;top:103.5625rem;left:4.25rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GvEcpexcFfoWsLTCRMCL6fV9lmx6TXcm { width:9.375rem;height:2.56185rem;top:111.75rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezEdl0fm8nT5vPCnAKzHtNLwRzune4RZ { display:block; }
 }@media only screen and (max-width: 763px) { #DO0QVEnv1sUwqQxgpmNmfZXLcORh7Ga5 { width:20rem;height:2.11263125rem;top:1.125rem;left:-0.125rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f6nX4XKrl6hEJirCT2nP63gCVHXUM7n8 { width:6.25rem;height:0.1875rem;top:4.5rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlw0d9d4FKHblmZMPTrP8hGTDkkTHXSs { display:block; }#nlw0d9d4FKHblmZMPTrP8hGTDkkTHXSs > .row .container { width:20rem;height:142rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t0SyT4BCUlss6ioF3iTLuDyJpGO79Bsl { width:18.1875rem;height:31.1875rem;top:9.373046875rem;left:0.8115234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVvHH4XO1RGkIfzdtmTtCEPouTrJdVM5 { width:9.375rem;height:2.56185rem;top:35.810546875rem;left:5.3115234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWLvyATfIx6ewvmKwJHgznmuCAIvTOgp { display:block; }
 }@media only screen and (max-width: 763px) { #nNOcTo9q8TRFNnFHn2LUEhmepsEP4aeR { width:13.499375rem;height:2.599825rem;top:31.3720703125rem;left:3.2490234375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iR90rTEnlVcKWf10TTcIQpaAg5Bq3aWD { width:11.5625rem;height:1.8684875rem;top:28.8232421875rem;left:4.21875rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DpT22JrmWufkBNSl7Lc0m0CIQ6tRkk3a { width:18.311625rem;height:18.311625rem;top:9.373046875rem;left:0.8115234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IW2KICL4g2m6ihNZg3O3iGER56TlCfqD { width:18.125rem;height:31.375rem;top:41.3125rem;left:0.873046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTDgwb831li2ln21eJcepwxwkeTEwFvs { width:18.311625rem;height:18.311625rem;top:41.3125rem;left:0.873046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QF42c0tvWrsFuFesNsrud8AaaQ3EkGkk { width:14.1873125rem;height:1.2999125rem;top:63.560546875rem;left:2.8740234375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UvEObbFVXLGUn7NBVMmG3QlfRA1ag2X0 { width:11.5625rem;height:1.8684875rem;top:61rem;left:4.1865234375rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D7fe9vFIkmIhS2xgZLydwava1sDSyAXR { width:9.375rem;height:2.56185rem;top:67.873046875rem;left:5.3115234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3ETloEwQLxHorhXLs1FFL0npcDyDJN4 { display:block; }
 }@media only screen and (max-width: 763px) { #Imk59zkTAnNrV9TXMmAUUHyUeRu3cwmd { width:18.125rem;height:32.6248125rem;top:73.6240234375rem;left:0.873046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2Q7CBunXzhdtyX7ZbbkuqrVnqE3h5O4 { width:18.1875rem;height:18.1875rem;top:73.6240234375rem;left:0.873046875rem;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);display:block; }
 }@media only screen and (max-width: 763px) { #G1HsuUJ9Tcnr2WPgOmUWeSLopiJotJso { width:14.936rem;height:3.8997375rem;top:96.0625rem;left:2.4990234375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hlhApJQq9zbGhJzy6sCZJOLgqDKPJLTF { width:11.5625rem;height:1.8684875rem;top:93.6865234375rem;left:4.1865234375rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LCTpDJ8RnUuitAJNykyTM6paSTUxuDyO { width:9.375rem;height:2.56185rem;top:101.7490234375rem;left:5.3115234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xs4GIdTCQAHsRfmTvJw4cdrMpAuKsxTH { display:block; }
 }@media only screen and (max-width: 763px) { #csO5adHyQ9TQZl8tTNIlCmXkGNq3NtfE { width:18.125rem;height:31.4375rem;top:107.435546875rem;left:0.873046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkFxzNtpoRMbUryBASRpFlbRH1auHgmG { width:18.125rem;height:18.125rem;top:107.435546875rem;left:0.873046875rem;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);display:block; }
 }@media only screen and (max-width: 763px) { #pbhif1H59QNqACAmbtWRZzcpPbhXgveh { width:14.1873125rem;height:1.2999125rem;top:130.123046875rem;left:2.8740234375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A40Wg9ZvMXaV6PbsTSTbP7124IyQud8O { width:11.5625rem;height:1.8684875rem;top:127.2490234375rem;left:4.1865234375rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Pg5WcJSirzQG7PJkX4icseiTesRZksEc { width:9.375rem;height:2.56185rem;top:133.9375rem;left:5.3115234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTmTT40K3Icvvntc2LFuW6g4BzPrwoca { display:block; }
 }@media only screen and (max-width: 763px) { #blrq7ym75aaR7CXk5L9msWPQULckIyLl { width:19.43725rem;height:4.2252625rem;top:1.4990234375rem;left:0.279541015625rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DweRRGNGJ4rW2J81NBRXqw3UL0dcTaD0 { width:6.249025rem;height:0.1875rem;top:6.81201171875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORiQtArEP8dGBwSFO4bRPHUODOknle2q { display:block; }#ORiQtArEP8dGBwSFO4bRPHUODOknle2q > .row .container { width:20rem;height:81.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o4MqTsq4cdFQ687kRTu47XbRPJcr6IFa { width:18.870125rem;height:4.2252625rem;top:1.1838111877441rem;left:0.56423610448838rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pKleahGQlyPGLn2XtkZ5TJqNxBgnVSTN { width:6.25rem;height:0.18457rem;top:6.9444446563719rem;left:6.8750002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #C26CnUJP9ZvpsxrtoUWnOUdURRQ9VEU5 { width:10.9375rem;height:10.375rem;top:9.75rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryaK7k0qKoALn0lrKkFng7ZH6FbKxJzL { width:10.9375rem;height:10.375rem;top:21.375rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRKf98XV6wJx4UIB1CzxlTAupUfTbeQU { width:10.9375rem;height:10.375rem;top:33rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Llgs8QIH8DkC4TSJbqcT6nZOcP4EDpEB { width:10.9375rem;height:10.375rem;top:44.625rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DAblgngFuXyTTFEdf6IsdQQwKw5TDmhd { width:10.9375rem;height:10.375rem;top:56.25rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXnIZ6v5TVIzVx6MvxZrkyhSTUrQJy2u { width:10.9375rem;height:10.375rem;top:67.875rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLz4mwKgqcb5ANgGx7gQWB2K5VQgERMb { display:flex;width:2.5rem;height:2.5rem;top:13.1875rem;left:8.8125rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #EWE6wAdQ0noBbxMn96fZ5uvdrecFTtaB { width:9.561625rem;height:1.29980625rem;top:16.4375rem;left:5.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5ycsPA93tX4gc34ofHkcQ8r135XAe2V { width:8.311625rem;height:1.29980625rem;top:27.375rem;left:5.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IoRtTXsA27EqGMZBdaT5y5BfeXN4MLga { width:8.311625rem;height:1.29980625rem;top:39.3125rem;left:5.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCv4WiaUHWq6WsR9xfyBTpSBTLBQHT1u { width:8.311625rem;height:2.5996125rem;top:50.25rem;left:5.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTMs9DmvCTloG7PcsWtzhhelWQ0cxp4t { width:8.311625rem;height:2.5996125rem;top:61.5625rem;left:5.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfvECDqzW5Oyhs2QcFUfPii6WkAXv285 { width:8.311625rem;height:2.5996125rem;top:73.375rem;left:5.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #chsK23Q0GSiMLInNWEEqvkEhC0LoOhGI { display:flex;width:2.5rem;height:2.5rem;top:58.6875rem;left:8.875rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #pTWeINoa2F8OQZyh2nTvoxMHdtaGZKI7 { display:flex;width:2.5rem;height:2.5rem;top:24.5625rem;left:8.8125rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #HL0diA059a6QfiEDDFNqR0V0485Hcb9m { display:flex;width:3.125rem;height:3.125rem;top:46.8125rem;left:8.5625rem; }
 }@media only screen and (max-width: 763px) { #M69LNMJhUFNoc55RaKATdOt3demLBB17 { display:flex;width:3.125rem;height:3.125rem;top:35.75rem;left:8.5625rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #oKFk2aEekDVIkFXB6BVfOqQ4MgNVgAyH { display:flex;width:2.9362rem;height:2.9362rem;top:70.1875rem;left:8.5625rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #QNUJXeUsKZ5LKzVlfiiDkFAK4WSXnNkC { display:block; }#QNUJXeUsKZ5LKzVlfiiDkFAK4WSXnNkC > .row .container { width:20rem;height:56.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KkENV0OwpnXteOBq2tGvCa7gTzdM39Qd { width:20rem;height:2.4375rem;top:1.3120651245118rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MCCCpMxAxngAlGnAzQeQphRQ19evRKDg { width:6.25rem;height:0.185546875rem;top:4.8086166381836rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMnkXzftombcHWFVGRr63b0AIm8l7zbv { width:19.875rem;height:11.875rem;top:6.9370651245119rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEZlhlXnoVQv8CTIpdBzMWqBUTwwZdDq { width:18.4375rem;height:0;top:10rem;left:0.8125rem;font-size:1.125rem;line-height:1.3;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #DJnx5afwozzMQTCuAuau5FXILqRUlXIm { width:19.8730625rem;height:0;top:12.125rem;left:0.125rem;font-size:2.5rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #r4tNxmCxVFpZ7LD37luUNZb1F51TiITs { width:12.6875rem;height:0;top:15.372394561767rem;left:3.65625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #dl9wJ1oG5VCEAdfqxuL5x2356RwVoF0p { width:19.874125rem;height:11.875rem;top:19.937282562256rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uaN6GxfWEytGwJ9PGRPqEwLIUJCgUZgp { width:19.8730625rem;height:2.69921875rem;top:28.062282562256rem;left:0.12478297948837rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fRZL4i49EWk0ViTRtI9dXii78VhKUxur { width:19.8730625rem;height:3.25rem;top:24.312282562256rem;left:0.12478297948837rem;font-size:2.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wGUQmNO05q1ITheEuIq4FTTR1e1zXKO1 { width:19.8730625rem;height:3.1484375rem;top:21.375003814698rem;left:0.12478297948837rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v2lxn50vyKmJhFczpRyEJpJGpifHGDJD { width:20rem;height:16.124125rem;top:32.937503814698rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZmDv4K5iSIcM84aAIaIkwKo8l0oMLPa { width:19.8730625rem;height:1.4622375rem;top:38.437503814698rem;left:0.12478297948837rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IxQOlL6KP4oLm1HHGcolbNOd5WA1gJay { width:20rem;height:2.92448125rem;top:34.686634063721rem;left:0rem;font-size:1.125rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nm5geyFzOFEBXE4NTvxOpxGe6HCaJ8AK { width:19.8730625rem;height:2.92448125rem;top:40.062503814698rem;left:0.12478297948837rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G0XmmgcnT5uF5ZB49IDEozeZm2Rv3sWC { width:8.811875rem;height:2.62478125rem;top:44.624782562256rem;left:0.49913197755814rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9fwELoPXTPJEQ1d7CTmHozH6y89NOBn { display:block; }
 }@media only screen and (max-width: 763px) { #vqNglwyzcVHBN45gwKtiDaVWRyWbvNFD { width:10.0340975rem;height:2.625rem;top:44.624782562256rem;left:9.561632454395rem;display:block; }
 }@media only screen and (max-width: 763px) { #beiMDWpNQQhJFuWbMC4v7PsPQhDcOs34 { display:block; }
 }@media only screen and (max-width: 763px) { #KEGmodDWSBuhu8Z6AqWTrgMlRnyRyDSQ { width:10.0625rem;height:2.9375rem;top:50.8105625rem;left:4.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #esPu65P9BokTwbtme71FrXNtsFcimGDm { display:block; }
 }@media only screen and (max-width: 763px) { #IQIaDGMVLLftKWlGWEbthTcRu2b4iT1M { width:19.8730625rem;height:3.1484375rem;top:8.25rem;left:0.125rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15041;display:block; }
 }@media only screen and (max-width: 763px) { #keRU7dPchE7lXHttWoe9ufUTwtzKmhCA { width:19.8730625rem;height:3.25rem;top:11.1875rem;left:0.125rem;font-size:2.5rem;text-align:center;text-align-last:center;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #QcE1FsN35bqJQ0fJE8kwPwTSuF3X0Nfe { width:19.8730625rem;height:2.69921875rem;top:14.9375rem;left:0.125rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #uXn5synXSRGIuwATm6GvLVZQdt3FILp0 { width:13.1861875rem;height:3.6237rem;top:50.871096611023rem;left:3.40625rem;z-index:15047;display:block; }
 }@media only screen and (max-width: 763px) { #TgSpognmHGg4oX6rrEo4IZFI9piGgHqG { display:block; }
 }@media only screen and (max-width: 763px) { #JZk44r3J9x76qx6RZxEPpH73OrbOS1QB { display:block; }#JZk44r3J9x76qx6RZxEPpH73OrbOS1QB > .row .container { width:20rem;height:16.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wtfcB81Fxb0SV3xGWGvbBSmpBvOyHhye { width:20rem;height:3.57421875rem;top:1.375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Qu0MDzpqTVu4Tr8UCKmHfmshA1W506HD { width:15.6875rem;height:2.79948125rem;top:6.09765625rem;left:2.15625rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #oE14bILzHQFdHLChlwfTyxgct3h7Sccg { width:13.186875rem;height:3.62413125rem;top:10.559894561767rem;left:3.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MaKluVctvk6iH3CqRUqiPQQlods5bFxP { display:block; }
 }@media only screen and (max-width: 763px) { #c7EHXvd9eCBs02Hzyp5dNE1nwJFdR9nC { display:none; }#c7EHXvd9eCBs02Hzyp5dNE1nwJFdR9nC > .row .container { width:20rem;height:58.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Ak7DepnDgT7shDRemeZMgBQefZk2MV6x { width:20rem;height:7.3111875rem;top:3.0625rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #akUHEWT0vmN5T6SQT8pbmPBJvz3yUlRH { width:20rem;height:7.313375rem;top:13.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmoEcQQWHBErNWEmDnGxMygmrBbWyE06 { width:18.75rem;height:0.1867675rem;top:11.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wImrC8KsuZPtifX4CSZuUZbd3qk9WTGQ { width:16.625rem;height:6.6875rem;top:22.1875rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdNHBPTqWaN5ewBpO5douaNa6l4kTQA7 { width:16.625rem;height:6.6875rem;top:29.9375rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTOdXtWkATq26CAff7ES8rO6JMqfcb3E { width:16.625rem;height:6.6875rem;top:37.6875rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yugAT5LXSG4o9yu1dxMbTsdRl2Q50Ilx { width:16.9375rem;height:6.6875rem;top:45.625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGJzrp7PZgDyDwu6pUTIDbyb5TxGEnax { width:2.62478125rem;height:2.5996125rem;top:22.5625rem;left:2.6875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #nS3XgXgvqEw9IVV2burpsgO4NmTPwI0u { width:2.62478125rem;height:2.5996125rem;top:30.375rem;left:2.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIy4Zex5oFND6zLkEP7exM74D82RUHTQ { width:2.62478125rem;height:2.5996125rem;top:38.0625rem;left:2.6875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIvpye2xCQWJNrFLaeLWoFdq2b2mZT92 { width:2.62478125rem;height:2.5996125rem;top:46rem;left:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDTAWxqaLE596TRtq5HAly366xR4dFCz { width:11.875rem;height:2.92535rem;top:25.1875rem;left:2.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfFxHcNmxFdLfzevHJd1qn3J1x59SeH2 { width:14.4998125rem;height:2.92535rem;top:33rem;left:2.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fh1ShCAPTFF8fb3AZTReI6iRDzrrNbEy { width:15.2495625rem;height:2.92535rem;top:40.6875rem;left:2.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fy1K8fhb0vhwQGGxSCBLdKIGTw3Urv86 { width:15.686875rem;height:2.92535rem;top:48.625rem;left:2.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1JX9WRzDfnDUigqG3qslWkrdrCoboSN { width:20rem;height:2.92535rem;top:53.808594703674rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ditmWGPLckyIoTPwLPSHcTDpT848elw4 { width:16.625rem;height:6.6875rem;top:21.9375rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bk1po42qPO2Ez4sq3Kwd05e14RWVT3Gi { width:16.625rem;height:6.6875rem;top:29.75rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2syuSJZg7soSJWU0VzViqTs2OoXHr80 { width:16.625rem;height:6.6875rem;top:37.4375rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BczgZk7tMdhwUoEVpeA25l3HtdMmiTmf { width:16.625rem;height:6.6875rem;top:45.375rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcAmZp4gszoozMUxv7f0BthzqVRQANsT { display:none; }#rcAmZp4gszoozMUxv7f0BthzqVRQANsT > .row .container { width:20rem;height:50rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MLiT9Fkd4RLsdRWqAJ8G6xmNq1s1bk8I { width:18.560125rem;height:1.94986875rem;top:2.1310768127441rem;left:0.71940106153488rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #sXW4AVP3gEpDkTwivNrD8hDSpEWL7719 { width:18.75rem;height:0.185546875rem;top:5.0596790313721rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4dP4HMaiyByS1gdz678OgJFLp8llF2V { width:10.8745625rem;height:2.5rem;top:42.6875rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zN8wkQgA2cueBGxUK4aiUv4F0TARthoZ { display:block; }
 }@media only screen and (max-width: 763px) { #UbcD1VXZ8sMmpa5SzTSzVoiNHUolmFqf { width:19.75rem;height:4.1875rem;top:6.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJcohtX0ZoaxEctJx3NzmttIQTzWfAHv { width:14.8123125rem;height:1.2999125rem;top:8rem;left:5.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6LgPD5bs5RVFx2BptONPrfrBn1XR8X9 { display:flex;width:1.875rem;height:1.875rem;top:7.6875rem;left:1.25rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #Owa8M58QDVfLPK3pQnZ3EEzlpMTVhoOO { width:19.75rem;height:4.1875rem;top:12.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5mD5QI7Lz82zU8lON7egrB2AxdA0SyT { width:14.8125rem;height:2.599825rem;top:12.9375rem;left:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFioAENmyS8BqI7XOHiLciZ2IfhzguVb { display:flex;width:1.875rem;height:1.875rem;top:13.3125rem;left:1.25rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #GRr952JRTTw3uzMHN4FJhL8f3Vkg18MG { width:19.75rem;height:4.1875rem;top:17.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwuTlwc2UJKscGApvmisEtQeN7pO1iMZ { width:14.8125rem;height:1.2999125rem;top:19.125rem;left:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMCuFn8rRNfR7PAKTHWguMpLxd1MyQ1L { display:flex;width:1.875rem;height:1.875rem;top:18.875rem;left:1.25rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #fnPHkIqQJE22GeT7c05kvJyyqpHivLZT { width:19.75rem;height:4.1875rem;top:23.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4QLoetQPQ0r0yg90mmP6v145WThItF2 { width:14.8125rem;height:1.2999125rem;top:24.6875rem;left:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0CUHq2wBRf6Pnl93B6QiTPe4ufEm4UN { display:flex;width:1.875rem;height:1.875rem;top:24.4375rem;left:1.25rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #vyvU32q9JqJZwWeXPaInKhXMpOL1iqXo { width:20rem;height:19.5rem;top:29.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACLbkdTn92lXLEBKByDI2XZNHtGgW7QI { width:13.8748125rem;height:7.795125rem;top:32.75rem;left:3.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxJl76Jphx7mU9TS6PC1Z0u6fIfObVxr { display:none; }#HxJl76Jphx7mU9TS6PC1Z0u6fIfObVxr > .row .container { width:20rem;height:37.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #sfbRdQnX8cpZ1chN5krh3URRc3yPKgTa { width:20rem;height:2.4375rem;top:1.99951171875rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rVs3XuapaqPvRTKgURe35cPfRXh6e9WE { width:18.75rem;height:0.123698125rem;top:5.4470500946045rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgaiC1TozvM6baK1TfMGsO1rOSmx3wnc { width:12.8125rem;height:2.599825rem;top:8.5188817977906rem;left:7.1864154934881rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gcu3bxGUnyCUsMiK6y20MbsZTBEdXs6s { width:5rem;height:5rem;top:7.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #omTvTV28lCVKeun2sdFvT1E3Rr1aJwna { width:5rem;height:5rem;top:13rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxTXmDbTrUbSFGpbpB2CZE4bbbdgt6EB { width:5rem;height:5rem;top:18.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5dmLy7XPlXJZt0nvBFQ18Jvw2ioJUK4 { width:5rem;height:5rem;top:24.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ayr9PTBewfskIPGf1HtFJQgTQMuDAL1H { width:5rem;height:5rem;top:30.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #naheRpRUkbbSR1VBaswnB5Pe1bBNhylQ { width:3.75rem;height:3.75rem;top:10.875rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MSKhDOsEqHH9bI98GUdH8WnReMkmEe2k { width:3.75rem;height:3.75rem;top:10.875rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #yTERmyzvBSTJ7VOQVe7qmM1Cm46To1LD { width:3.75rem;height:3.75rem;top:10.875rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TeovCaQRlEtLluQl5TWlLJ7PLbF7ftse { width:3.75rem;height:3.75rem;top:10.875rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ziocCQaXvpuzrdHr3SZUlSc8Pf19PvKr { width:12.8125rem;height:2.599825rem;top:14.3125rem;left:7.1875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cL0D8n0PhTIVUDRqBCbFS9ZDuZcdf5lV { width:12.8125rem;height:2.599825rem;top:20.019532203674rem;left:7.1864154934881rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kxHOit3VfbvThi90ElvzFqU5XWvCWJO6 { width:12.8125rem;height:2.599825rem;top:25.769325256347rem;left:7.1864154934881rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zwxRcIXsXg7Z3rTKm3c7TTQObreVeUVs { width:12.8125rem;height:2.599825rem;top:31.519099235534rem;left:7.1864154934881rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VLIzAs8Vdp0IiBFoT5SpSNdKsNlFcPti { display:flex;width:2.5rem;height:2.5rem;top:8.5625rem;left:1.3125rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #c25E0RzHDIxtc3E9TTWCv2kkTXUmznIB { display:flex;width:2.5rem;height:2.5rem;top:14.3125rem;left:1.3125rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #bUbx6Pq376WQaStrHOXEH7gOm2bSuOnT { display:flex;width:2.5rem;height:2.5rem;top:20.0625rem;left:1.3125rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #wvkLDqCkTzqaTlg7F9uCODyKZBdXmyEA { display:flex;width:2.5rem;height:2.5rem;top:25.8125rem;left:1.3125rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #VFaKhqkJsmH4BaFsfTmMAeKhf4Kgo9Vw { display:flex;width:2.5rem;height:2.5rem;top:31.5625rem;left:1.3125rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #BymKQ8pGsq1uXxAZg9TTGgEpre0uNrqu { display:none; }#BymKQ8pGsq1uXxAZg9TTGgEpre0uNrqu > .row .container { width:20rem;height:22.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Q6IWxXH7BJTOXyrie1nqX71xgrH956X0 { width:20rem;height:2.92535rem;top:6.1870670318604rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fkwl13DPA2iF4BOeTgp69oRlWT4luJMD { width:17.4365rem;height:1.7871125rem;top:2.9375rem;left:1.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1NpI7mfdo9spXfHbRpAnBahXqzLX3kd { width:19.624rem;height:2.56225625rem;top:2.391357421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BsB2yqstQrN4x8GVNPFoXP3ZO1B9nreb { width:20rem;height:2.92535rem;top:11.935764312744rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkBhhJhFGQwkb1oqDk6ThF339OXVaEiF { width:20rem;height:10.4375rem;top:10.24951171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfcP99ie0ApAMxSTzmULHLOTVachkGRT { top:15.437274932861rem;left:2.7810330986977rem;width:14.436875rem;height:3.4375rem;z-index:15039;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cyd7KqUJ2vnNZuZcrLTLMQFnGARo2nFT { display:block; }
 }@media only screen and (max-width: 763px) { #NAo4kdylcFJe1eRpJG4zm6XWSN4y9rsT { width:17.5rem;height:3.625rem;top:21.0009765625rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #yXZyVAJqAJXK77Z2L0fTyUpBFix4ggma { display:block; }
 }@media only screen and (max-width: 763px) { #MTHczEnaNKVmp5fR66BhHolVZRbSyhvB { background-color:rgba(var(--color-primary-0),1);background-image:none;display:none; }#MTHczEnaNKVmp5fR66BhHolVZRbSyhvB > .row .container { width:20rem;height:33.624133110046rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #iBxrHTqadE2sRddUJuw5alLQsBf37mFt { left:0rem;background-color:transparent;background-image:none;top:6.5rem;width:20rem;height:1.49956875rem;font-size:1.25rem;text-align:center;text-align-last:center;color:rgba(var(--color-primary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #fqfTrEVuOTIwgpgsTd1c7bO3reyl4KbA { left:0rem;background-color:transparent;background-image:none;top:8.625rem;width:20rem;height:1.49956875rem;font-size:1.25rem;text-align:center;text-align-last:center;color:rgba(var(--color-primary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #MuFbgFxDAqp478EcnWAT4IXmyTF8V80g { width:2.5rem;height:2.5rem;top:2.6875rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymKIKsvG766EeVeefo6fy4tRv96cM3Qv { left:0rem;background-color:transparent;background-image:none;top:17.8125rem;width:20rem;height:1.3997375rem;font-size:1rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;color:rgba(var(--color-primary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #wJeAqfR8ronW4hsavHrfs0VzcTk14hnT { left:0.875rem;background-color:transparent;background-image:none;top:15.5rem;width:18.18725rem;height:1.49956875rem;font-size:1.25rem;text-align:center;text-align-last:center;color:rgba(var(--color-primary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #OVst9COuCQ5iaRo22CQCdIyyzVod7xnx { left:6rem;background-color:transparent;background-image:none;top:22.9375rem;width:7.99925rem;height:1.5744375rem;font-size:1.125rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;color:rgba(var(--color-primary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #nsQ5HKosQC3xDQzIZPNhgPNIVuKgV0l1 { display:flex;width:1.875rem;height:1.875rem;top:25.625rem;left:6.0625rem; }
#nsQ5HKosQC3xDQzIZPNhgPNIVuKgV0l1 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #Fown9J6FPbCqAV7mBQHGTwZ1wTvUofDn { width:2.5rem;height:2.5rem;top:11.625rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqkc37nO8Fuuuz6ViqwFmdio5FVTEVOx { display:flex;width:2.1875rem;height:2.1875rem;top:25.468751907349rem;left:8.9062502980231rem; }
#pqkc37nO8Fuuuz6ViqwFmdio5FVTEVOx > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #FVDByFIo3KAGyJ78QTrT4CHMWhV4qBTi { top:21.125rem;left:5.3125rem;width:9.375rem;height:0.0625rem;z-index:15058;display:block; }
 }@media only screen and (max-width: 763px) { #UcSykXK7JqTb9J4yEWWwSzl2kmTTZNeK { display:flex;width:2.1875rem;height:2.1875rem;top:25.4375rem;left:11.75rem; }
#UcSykXK7JqTb9J4yEWWwSzl2kmTTZNeK > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #pt7U58CHhSg5fFqivcn1ui2vgbItZeLe { background-color:rgba(var(--color-primary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pt7U58CHhSg5fFqivcn1ui2vgbItZeLe > .row .container { background-color: transparent; background-image: none; }#pt7U58CHhSg5fFqivcn1ui2vgbItZeLe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pt7U58CHhSg5fFqivcn1ui2vgbItZeLe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pt7U58CHhSg5fFqivcn1ui2vgbItZeLe > .row .container > .video-iframe-container { display: none; }#pt7U58CHhSg5fFqivcn1ui2vgbItZeLe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pt7U58CHhSg5fFqivcn1ui2vgbItZeLe > .row > .video-iframe-container { display: none; }#pt7U58CHhSg5fFqivcn1ui2vgbItZeLe > .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); }#pt7U58CHhSg5fFqivcn1ui2vgbItZeLe > .row .container { border-width: 0; border-radius: 0; }#pt7U58CHhSg5fFqivcn1ui2vgbItZeLe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pt7U58CHhSg5fFqivcn1ui2vgbItZeLe > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nrwVLOWHM5TRymrgqJG9g6fCLgTOC99J { left:1.4995661377907rem;background-color:transparent;background-image:none;top:0.908203125rem;width:16.9986875rem;height:1.05615rem;font-size:0.8125rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }