.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:225,235,242;--color-primary-1:157,190,210;--color-primary-2:58,124,165;--color-primary-3:29,62,83;--color-primary-4:9,19,25;--color-secondary-0:253,247,228;--color-secondary-1:249,228,166;--color-secondary-2:242,201,76;--color-secondary-3:121,101,38;--color-secondary-4:36,30,11;--color-tertiary-0:255,255,255;--color-tertiary-1:215,218,203;--color-tertiary-2:122,132,80;--color-tertiary-3:61,66,40;--color-tertiary-4:12,13,8;--headlines-font-family:"Yeseva One";--paragraphs-font-family:"raleway"; }@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:#f4ede4;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UVdgEkqBAtfRUexbGlWy422wDKXlBqOD { background-color:#f4ede4;background-image:url("https://images.assets-landingi.com/uc/20a797d1-d26e-4141-a7cc-2a2155f15545/Projektbeznazwy77.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UVdgEkqBAtfRUexbGlWy422wDKXlBqOD.adaptive-delivery-prevent-bg, #UVdgEkqBAtfRUexbGlWy422wDKXlBqOD.lazyload, #UVdgEkqBAtfRUexbGlWy422wDKXlBqOD.lazyloading { background-image: none; }#UVdgEkqBAtfRUexbGlWy422wDKXlBqOD > .row .container { background-color: transparent; background-image: none; }#UVdgEkqBAtfRUexbGlWy422wDKXlBqOD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UVdgEkqBAtfRUexbGlWy422wDKXlBqOD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UVdgEkqBAtfRUexbGlWy422wDKXlBqOD > .row .container > .video-iframe-container { display: none; }#UVdgEkqBAtfRUexbGlWy422wDKXlBqOD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UVdgEkqBAtfRUexbGlWy422wDKXlBqOD > .row > .video-iframe-container { display: none; }#UVdgEkqBAtfRUexbGlWy422wDKXlBqOD > .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); }#UVdgEkqBAtfRUexbGlWy422wDKXlBqOD > .row .container { border-width: 0; border-radius: 0; }#UVdgEkqBAtfRUexbGlWy422wDKXlBqOD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UVdgEkqBAtfRUexbGlWy422wDKXlBqOD > .row .container { font-size:0.875rem;font-family:arial;height:51.5625rem;width:75rem;overflow:visible;position:relative;display:block; }#oA5IUumlCkhXB5XUH1ch8WTweJwDqGDh { color:rgba(var(--color-tertiary-4),1);display:block;width:68.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:6.375rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:11.1875rem;left:3.46875rem;height:6.985293875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OOFkitoy9BwIuyN9LziRdDHk3ITMetyd { 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:37.1875rem;width:36.75rem;top:14.375rem;left:19.125rem;overflow:hidden;display:block; }
#iqfswH2TnIZu1OW2fz5P6TzZcUiTmvwe { box-sizing:content-box;height:7.1875rem;width:7.1875rem;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:15018;background-color:rgba(var(--color-secondary-2),0.83);background-image:none;top:13.4375rem;left:12rem;display:block; }
#uTTg3fbLWTpgTTiPSCebmXEsxuFJUql4 { box-sizing:content-box;height:7.8125rem;width:7.8125rem;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:15019;background-color:rgba(var(--color-secondary-2),0.82);background-image:none;top:11.875rem;left:46.0625rem;display:block; }
#rWnOh9viQsfu0TnDqq4kNdVOc8ppcbTc { color:rgba(var(--color-tertiary-4),1);display:block;width:40.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:6.9375rem;left:17.0625rem;height:1.76470575rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rrAzA5AioM4UbSLU742PPCIDIvJNdWNR { color:rgba(var(--color-tertiary-4),1);display:block;width:15.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:26.125rem;left:59.125rem;height:5.2941174375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wBBiH9FQaRd9hL6wHsCAwIfiqf1sgvA9 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15038;line-height:1.4;letter-spacing:0;top:36.125rem;left:0.75rem;height:6.3970585rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lwX1p8rhRorPfdJMEtXouSKQETbyC1xp { box-sizing:content-box;height:2.3125rem;width:9.4375rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-tertiary-2),1);background-image:none;top:25.9375rem;left:58.5rem;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;display:block; }
#UEWJtAOkqeMAzNGXgZ4Ma297VwKURxvf { color:rgba(var(--color-tertiary-4),1);display:block;width:14.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:400;z-index:15039;line-height:1.5;letter-spacing:0;top:28.25rem;left:1.25rem;height:7.7941175rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pe0NFiyPZ8ficsBKGrCz7E5geNe4t2GT { box-sizing:content-box;height:3.5rem;width:11rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-tertiary-2),1);background-image:none;top:28.5rem;left:0rem;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;display:block; }
#wcU7CJudeOungcP5MWREsd2XeSlwTWTp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:43.875rem;left:0rem; }
#wcU7CJudeOungcP5MWREsd2XeSlwTWTp > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#P6OzPewyxiwq5ZpSJzpbRyd4aodTRtZC { color:rgba(var(--color-tertiary-4),1);display:block;width:15.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15041;line-height:1.3;letter-spacing:0;top:34.6875rem;left:59.125rem;height:3.5294115625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AAiEHOsLI0gFXyaQNqlPT0iHuCGq0pr0 { box-sizing:content-box;height:2.3125rem;width:7.8125rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-2),1);background-image:none;top:34.4375rem;left:58.5rem;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;display:block; }
#CKLuRPgWKcoKL9fKy9pB7eQIb7zpx5Un { position:absolute;display:block;z-index:15044;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:10.5625rem;width:14.9375rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#hyaI9JGfLo9pJNmbv74OziMtpg3RZpdy { position:absolute;display:block;z-index:15045;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.75rem;width:7rem;top:4.8125rem;left:61.6005859375rem;overflow:hidden;display:block; }
#cEFOWRmHDWDyR3aTrfMOzJhPiJ40VSZu { position:absolute;display:block;z-index:15046;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.4375rem;width:9.25rem;top:6.3125rem;left:65.75rem;overflow:hidden;display:block; }
#iPaqmDyq5cdTNzAaVIsXu744pR5VmvUf { position:absolute;display:block;z-index:15046;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:7.625rem;top:1.0625rem;left:66.3125rem;overflow:hidden;display:block; }
#kqTU7w0tgb7tSp5IRhKrclroh61NxiSz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kqTU7w0tgb7tSp5IRhKrclroh61NxiSz > .row .container { background-color: transparent; background-image: none; }#kqTU7w0tgb7tSp5IRhKrclroh61NxiSz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kqTU7w0tgb7tSp5IRhKrclroh61NxiSz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kqTU7w0tgb7tSp5IRhKrclroh61NxiSz > .row .container > .video-iframe-container { display: none; }#kqTU7w0tgb7tSp5IRhKrclroh61NxiSz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kqTU7w0tgb7tSp5IRhKrclroh61NxiSz > .row > .video-iframe-container { display: none; }#kqTU7w0tgb7tSp5IRhKrclroh61NxiSz > .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); }#kqTU7w0tgb7tSp5IRhKrclroh61NxiSz > .row .container { border-width: 0; border-radius: 0; }#kqTU7w0tgb7tSp5IRhKrclroh61NxiSz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kqTU7w0tgb7tSp5IRhKrclroh61NxiSz > .row .container { font-size:0.875rem;font-family:arial;height:6.4375rem;width:75rem;position:relative;display:block; }#smqNyZbCaFRTK8oSUZ6JOt0iruuskFKW .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#smqNyZbCaFRTK8oSUZ6JOt0iruuskFKW .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0.57rem;padding-right:0.5175rem;padding-bottom:0.57rem;padding-left:0.5175rem;display:block;align-items:center;width:3.1025rem;min-width:3.1025rem;height:3.0625rem;position:relative;font-family:var(--paragraphs-font-family);font-size:2.280625rem;font-weight:400;line-height:49px;text-align:center;text-align-last:center;top:0rem;left:0rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#smqNyZbCaFRTK8oSUZ6JOt0iruuskFKW .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-secondary-2),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.35625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.138125rem;height:1.209375rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.855rem;font-weight:400;line-height:19.35px;text-align:center;text-align-last:center;text-transform:none;top:-20%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#smqNyZbCaFRTK8oSUZ6JOt0iruuskFKW { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:20.5625rem;height:5.768125rem;padding-top:0.7125rem;padding-right:0.739375rem;padding-bottom:0.7125rem;padding-left:0.739375rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:26.4775390625rem;z-index:15084; }
#smqNyZbCaFRTK8oSUZ6JOt0iruuskFKW #ogDW9uTpc4qvpC3ahGuprwE8U0dT9vdc { display:flex;position:relative;top:0rem;left:0rem; }
#smqNyZbCaFRTK8oSUZ6JOt0iruuskFKW #CRtZzX0GP63CbQUqPacWisd5cLuoSE9F { width:auto; }
#smqNyZbCaFRTK8oSUZ6JOt0iruuskFKW #fIyHNNb6GLLTmIciTPfMBTlLxMXlaokP {  }
#smqNyZbCaFRTK8oSUZ6JOt0iruuskFKW #zGWZLVtmmR5u4oDM8VwnQhaE9CT3OuDd { display:flex;position:relative;top:0rem;left:0rem; }
#smqNyZbCaFRTK8oSUZ6JOt0iruuskFKW #QdGVFl8yAbFB1xJarpi52W7V4ygzM2TC {  }
#smqNyZbCaFRTK8oSUZ6JOt0iruuskFKW #xe7WMXeNXQAtXNgMD7TEqkfvLeqy1uPv {  }
#smqNyZbCaFRTK8oSUZ6JOt0iruuskFKW #TW4fveTtgtZxaXpmou8dxC3ERphQa0kI { display:flex;position:relative;top:0rem;left:0rem; }
#smqNyZbCaFRTK8oSUZ6JOt0iruuskFKW #OPIxfGLNh6FtTEszRC2wqeFtupXF7GxZ {  }
#smqNyZbCaFRTK8oSUZ6JOt0iruuskFKW #q6kJW4pSG05RcSrxeeT1bFS0Ol06akA4 {  }
#smqNyZbCaFRTK8oSUZ6JOt0iruuskFKW #koN9PQuaVIXvtkvoEo157BJUnFCEnuz7 { display:flex;position:relative;top:0rem;left:0rem; }
#smqNyZbCaFRTK8oSUZ6JOt0iruuskFKW #zxHnE3eroO48tybgyKR3Wdzhu6N70vzP {  }
#smqNyZbCaFRTK8oSUZ6JOt0iruuskFKW #SrpQ6GAwFtTpwoX3zpLRGKDtsHwruxtT {  }
#uTB7lwHqEZTLV9Ho7AUXSCyu7XTwvJ10 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.9375rem;border-top-right-radius:4.9375rem;border-bottom-left-radius:4.9375rem;border-bottom-right-radius:4.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-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:12.75rem;height:3.125rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:1.65625rem;left:50.6875rem;display:block; }
#RZdPa53AfyZDl4yrpP03PPfOcTI2JNSk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bGkkBoxKzAAkal2IcCuEVIPvSP4xXWoE { color:rgba(var(--color-tertiary-0),1);display:block;width:25.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15042;line-height:1.5;letter-spacing:0;top:2.1875rem;left:2.4775390625rem;height:2.0588235625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yV5JyTnibbfl3kVZOVre4XuNh9ZoIGo4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4ede4;background-image:none;position:relative;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; }#yV5JyTnibbfl3kVZOVre4XuNh9ZoIGo4 > .row .container { background-color: transparent; background-image: none; }#yV5JyTnibbfl3kVZOVre4XuNh9ZoIGo4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yV5JyTnibbfl3kVZOVre4XuNh9ZoIGo4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yV5JyTnibbfl3kVZOVre4XuNh9ZoIGo4 > .row .container > .video-iframe-container { display: none; }#yV5JyTnibbfl3kVZOVre4XuNh9ZoIGo4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yV5JyTnibbfl3kVZOVre4XuNh9ZoIGo4 > .row > .video-iframe-container { display: none; }#yV5JyTnibbfl3kVZOVre4XuNh9ZoIGo4 > .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); }#yV5JyTnibbfl3kVZOVre4XuNh9ZoIGo4 > .row .container { border-width: 0; border-radius: 0; }#yV5JyTnibbfl3kVZOVre4XuNh9ZoIGo4 > .row > .video-iframe-container { border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem; }#yV5JyTnibbfl3kVZOVre4XuNh9ZoIGo4 > .row .container { font-size:0.875rem;font-family:arial;height:15.125rem;width:75rem;position:relative;display:block; }#U4w12KgIKiEsCvU2M6zISHt0tKCcsQnl { color:rgba(var(--color-tertiary-2),1);display:block;width:66.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:400;z-index:15021;line-height:1.1;letter-spacing:0;top:6.4375rem;left:4.09375rem;height:3.3823528125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#l4TRlq3A4xcf0MNgFlhcPDTX8rNdXl6h { color:rgba(var(--color-tertiary-2),1);display:block;width:13.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15039;line-height:1.1;letter-spacing:0;top:3.125rem;left:30.125rem;height:1.1764705rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dDU4UWTlJTXm9CW7avs8US1wZOEnTZrk { color:rgba(var(--color-tertiary-4),1);display:block;width:56.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15039;line-height:1.6;letter-spacing:0;top:10.375rem;left:9.375rem;height:1.5441175625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OnqWEfgVUVtwJl9aZrtLM4swPf9IHW9I { position:relative;display:block; }#OnqWEfgVUVtwJl9aZrtLM4swPf9IHW9I { background-color: transparent; background-image: none; }#OnqWEfgVUVtwJl9aZrtLM4swPf9IHW9I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OnqWEfgVUVtwJl9aZrtLM4swPf9IHW9I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OnqWEfgVUVtwJl9aZrtLM4swPf9IHW9I > .row .container > .video-iframe-container { display: none; }#OnqWEfgVUVtwJl9aZrtLM4swPf9IHW9I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OnqWEfgVUVtwJl9aZrtLM4swPf9IHW9I > .row > .video-iframe-container { display: none; }#OnqWEfgVUVtwJl9aZrtLM4swPf9IHW9I > .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); }#OnqWEfgVUVtwJl9aZrtLM4swPf9IHW9I { border-width: 0; border-radius: 0; }#OnqWEfgVUVtwJl9aZrtLM4swPf9IHW9I > .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; }#OnqWEfgVUVtwJl9aZrtLM4swPf9IHW9I > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f4ede4;background-image:none;font-size:0.875rem;font-family:arial;height:29.5625rem;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; }#yqETsTosNsqqlSV835auqmAHtpuxUQsA { position:absolute;display:block;z-index:15005;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;box-shadow: none;height:17.4375rem;width:13.9375rem;top:0.40625rem;left:8.15625rem;overflow:hidden;display:block; }
#B6GuOPwPdio3uzvkNT69AVKTuXiUOqcW { box-sizing:content-box;height:18.25rem;width:18.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:14998;background-color:rgba(var(--color-primary-1),1);background-image:none;top:0rem;left:6rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 3.75rem rgba(0,0,0,0.4) ;display:block; }
#WliJdm904XohOGG2zGHz2vMPS4vGBAD6 { color:rgba(var(--color-primary-2),1);display:block;width:22.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15031;line-height:1.1;letter-spacing:0;top:19.875rem;left:3.96875rem;height:2.0588235625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PE7RDkqeMr8LocVNuwiZwSklh5U91PI6 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:21.9375rem;left:28.375rem;height:4.6323528125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MHRgxA3nVBvRaOyrDJytI7d7d9GOmto3 { color:rgba(var(--color-secondary-3),0.83);display:block;width:25.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15036;line-height:1.1;letter-spacing:0;top:19.78125rem;left:24.9375rem;height:2.0588235625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vuOaE0QLwimmfrCH8xXGBEDa3IzFz2ST { position:absolute;display:block;z-index:15010;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;box-shadow: none;height:15.125rem;width:12.0625rem;top:1.5625rem;left:31.65625rem;overflow:hidden;display:block; }
#WeExNeUZTNxpZcUf8U5JlzIAM6Jk01AT { box-sizing:content-box;height:18.25rem;width:18.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:15003;background-color:rgba(var(--color-secondary-1),0.83);background-image:none;top:0rem;left:28.5625rem;box-shadow: 0.0625rem 0.0625rem 3.75rem rgba(var(--color-tertiary-4),0.4) ;display:block; }
#hfPRTezlatXoC1mTfd84lvvADpwJawN6 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15015;line-height:1.6;letter-spacing:0;top:22rem;left:50.90625rem;height:3.088235125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XIdDwFnJzrEKlTw1pKUA3seuhsOKqr1W { color:rgba(var(--color-primary-2),1);display:block;width:19.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15041;line-height:1.1;letter-spacing:0;top:19.875rem;left:50.625rem;height:2.0588235625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AalWuwQzmPGQ2pp2y5iOUzaR8mhbbdNQ { position:absolute;display:block;z-index:15015;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;box-shadow: none;height:13.8125rem;width:11rem;top:2.21875rem;left:54.9375rem;overflow:hidden;display:block; }
#mXxfgiX4BpagS3dyeOwRq2LutEoCc9il { box-sizing:content-box;height:18.25rem;width:18.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:15008;background-color:rgba(var(--color-primary-1),1);background-image:none;top:0rem;left:51rem;box-shadow: 0.0625rem 0.0625rem 3.75rem rgba(0,0,0,0.4) ;display:block; }
#MCaGPCFRPtf18oIcNA9T4ABrwSWSghir { color:rgba(var(--color-tertiary-4),1);display:block;width:18.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.6;letter-spacing:0;top:21.9375rem;left:5.96875rem;height:3.088235125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oVprmHAdXsXkwSAAi9wzCMKRGEqVfOsa { position:relative;display:block; }#oVprmHAdXsXkwSAAi9wzCMKRGEqVfOsa { background-color: transparent; background-image: none; }#oVprmHAdXsXkwSAAi9wzCMKRGEqVfOsa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oVprmHAdXsXkwSAAi9wzCMKRGEqVfOsa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oVprmHAdXsXkwSAAi9wzCMKRGEqVfOsa > .row .container > .video-iframe-container { display: none; }#oVprmHAdXsXkwSAAi9wzCMKRGEqVfOsa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oVprmHAdXsXkwSAAi9wzCMKRGEqVfOsa > .row > .video-iframe-container { display: none; }#oVprmHAdXsXkwSAAi9wzCMKRGEqVfOsa > .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); }#oVprmHAdXsXkwSAAi9wzCMKRGEqVfOsa { border-width: 0; border-radius: 0; }#oVprmHAdXsXkwSAAi9wzCMKRGEqVfOsa > .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; }#oVprmHAdXsXkwSAAi9wzCMKRGEqVfOsa > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f4ede4;background-image:none;font-size:0.875rem;font-family:arial;height:29rem;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; }#PZpUG3KR3c2wvToKdNQIQE9aGfyqOhLr { position:absolute;display:block;z-index:15005;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;box-shadow: none;height:16.4375rem;width:13.125rem;top:0.90625rem;left:8.5625rem;overflow:hidden;display:block; }
#Pel2l8lHQSZs33BGVVKSpgTNInOurTRK { box-sizing:content-box;height:18.25rem;width:18.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:14998;background-color:rgba(var(--color-secondary-1),0.83);background-image:none;top:0rem;left:6rem;box-shadow: 0.0625rem 0.0625rem 3.75rem rgba(0,0,0,0.4) ;display:block; }
#pU0hVz77ZNmIFuhg1Thu3OC5cVc4DUld { color:rgba(var(--color-secondary-3),0.83);display:block;width:18.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15031;line-height:1.1;letter-spacing:0;top:19.25rem;left:5.78125rem;height:2.0588235625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OqQRKOBo3Mp7CWJJnM5WVtNKNVMbxgg2 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:21.3125rem;left:6rem;height:3.088235125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qDUcX8AcGLESc5I9F1PoCTNDVcDLFmdc { color:rgba(var(--color-tertiary-4),1);display:block;width:20.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:21.3125rem;left:27.4375rem;height:3.088235125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ACZKbOHbP7OsLUETmqAcT1PrEDIBdTR6 { color:rgba(var(--color-primary-2),1);display:block;width:21.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15036;line-height:1.1;letter-spacing:0;top:19.25rem;left:26.84375rem;height:2.0588235625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tHJtLl9CTPL1fNf8Sin03o86Td2rgoGb { position:absolute;display:block;z-index:15010;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;box-shadow: none;height:17.25rem;width:13.6875rem;top:0.5rem;left:30.65625rem;overflow:hidden;display:block; }
#Mqrfi2nTB2LHJQo3m256D6QrWBSdy3oH { box-sizing:content-box;height:18.25rem;width:18.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:15003;background-color:rgba(var(--color-primary-1),1);background-image:none;top:0rem;left:28.5625rem;box-shadow: 0.0625rem 0.0625rem 3.75rem rgba(0,0,0,0.4) ;display:block; }
#LMCiC1JEmmqKU797Hw4ChZUK2V6iQULT { color:rgba(var(--color-tertiary-4),1);display:block;width:21.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15015;line-height:1.6;letter-spacing:0;top:21.3125rem;left:49.1875rem;height:3.088235125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gKd0HLrg4xxi1zqmRIiqzELliIsmtmS2 { color:rgba(var(--color-secondary-3),0.83);display:block;width:18.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15041;line-height:1.1;letter-spacing:0;top:19.25rem;left:50.625rem;height:2.0588235625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cLJyfxnntzaM0ld9NT70NfFfAhiswkw8 { position:absolute;display:block;z-index:15015;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;box-shadow: none;height:14.6875rem;width:11.6875rem;top:1.78125rem;left:54.28125rem;overflow:hidden;display:block; }
#edSaPtAyWh0sSi0kzxaP9OwPkqfW0kT4 { box-sizing:content-box;height:18.25rem;width:18.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:15008;background-color:rgba(var(--color-secondary-1),0.83);background-image:none;top:0rem;left:51rem;box-shadow: 0.0625rem 0.0625rem 3.75rem rgba(0,0,0,0.4) ;display:block; }
#FCSLulZSzG27dmoh8oGrJOQuhL33FrO1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-1),0.46));background-image: -moz-linear-gradient(45deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-1),0.46));background-image: -ms-linear-gradient(45deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-1),0.46));background-image: -o-linear-gradient(45deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-1),0.46));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-1),0.46)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-1),0.46)' );";background-image: linear-gradient(45deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-1),0.46));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; }#FCSLulZSzG27dmoh8oGrJOQuhL33FrO1 > .row .container { background-color: transparent; background-image: none; }#FCSLulZSzG27dmoh8oGrJOQuhL33FrO1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FCSLulZSzG27dmoh8oGrJOQuhL33FrO1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FCSLulZSzG27dmoh8oGrJOQuhL33FrO1 > .row .container > .video-iframe-container { display: none; }#FCSLulZSzG27dmoh8oGrJOQuhL33FrO1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FCSLulZSzG27dmoh8oGrJOQuhL33FrO1 > .row > .video-iframe-container { display: none; }#FCSLulZSzG27dmoh8oGrJOQuhL33FrO1 > .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); }#FCSLulZSzG27dmoh8oGrJOQuhL33FrO1 > .row .container { border-width: 0; border-radius: 0; }#FCSLulZSzG27dmoh8oGrJOQuhL33FrO1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FCSLulZSzG27dmoh8oGrJOQuhL33FrO1 > .row .container { font-size:0.875rem;font-family:arial;height:41.625rem;width:75rem;position:relative;display:block; }#eaIdpaZI3whRP3zqJXxlVgw66m61BviQ { color:rgba(var(--color-tertiary-0),1);display:block;width:33.3125rem;position:absolute;font-family:"yeseva one";font-size:3.75rem;font-weight:400;z-index:15021;line-height:1.1;letter-spacing:0;top:4.1875rem;left:4.9375rem;height:8.2352943125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#srZMtkd9l9x7cltAsTPbShwo7lfRu2oN { color:rgba(var(--color-tertiary-0),1);display:block;width:28.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:13.15625rem;left:4.9375rem;height:9.9264705rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DZl8Sdv1BmXWqBqola1G9a5aFsOeieK1 { box-sizing:content-box;height:5.1875rem;width:6.3125rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:3.5625rem;left:4.9375rem;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;display:block; }
#Oif24nQvv3iOXa6dvDSQ3ESC2rzMPtuy { color:rgba(var(--color-tertiary-0),1);display:block;width:31.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15040;line-height:1.1;letter-spacing:0;top:0.8125rem;left:4.9375rem;height:1.1764705rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NanfZtdChH7hL6ImkgxB6WHgfe54fzB4 { color:rgba(var(--color-tertiary-0),1);display:block;width:33.9375rem;position:absolute;font-family:"marck script";font-size:1.8125rem;font-weight:400;z-index:15022;line-height:1.1;letter-spacing:0;top:27.75rem;left:4.9375rem;height:1.985294125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#sqnTsMqNJMHclBzl1JixBWbMWWATAAmr { color:rgba(var(--color-tertiary-0),1);display:block;width:22.125rem;position:absolute;font-family:"yeseva one";font-size:2.0625rem;font-weight:400;z-index:15022;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-3),0.39);top:35.1875rem;left:4.9375rem;height:4.411764625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#SDTGqCWIWoiM5K3kFSIdxmmN1Zuc1MtL { 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:15041;opacity:1;top:35.9375rem;left:28.0625rem; }
#wTghA8IqEwEaT3WoTNnUQiG0WM6oHr8z { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:31.3125rem;width:17.3125rem;top:3.5625rem;left:42.46875rem;display:block; }
#dMfIEDkWpksVTe28Wvi7dgQXDDvXi6P8 { position:absolute;display:block;z-index:14999;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:16.875rem;width:21.5rem;top:25.8125rem;left:40.375rem;overflow:hidden;display:block; }
#TOFUzQAJBaDUIaPRJPGzKiyEPwVdRzcA { position:absolute;display:block;z-index:15045;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:11.125rem;width:15.75rem;top:24.125rem;left:11.09375rem;overflow:hidden;display:block; }
#LJ4Pkqt91cu0cMOs5a3okoTTmPIBTW5y { 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:15042;opacity:1;top:35.90625rem;left:31.9375rem; }
#T6nTTqpOVx1wT1u6TkdCESvSl3WWXVyR { 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:15043;opacity:1;top:35.90625rem;left:35.96875rem; }
#RiyXIe1Rzn5oDmraJov14pAf5yXVVkoi { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:38.8125rem;width:30.875rem;top:0.8125rem;left:35.65625rem;overflow:hidden;display:block; }
#vDTsPkCuG6Qgvo7uQfbISR7bp9WcieT8 { position:absolute;display:block;z-index:15046;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:27.375rem;width:19.125rem;top:14.25rem;left:55.875rem;overflow:hidden;display:block; }
#OGnIUwANfWSuOvppeWv8fOJ2iSBlmhF8 { position:absolute;display:block;z-index:15047;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.0625rem;width:8.625rem;top:2.75rem;left:66.375rem;overflow:hidden;display:block; }
#UhZLSetiwlV72FlwHQLXxmhaqLBt9edB { position:absolute;display:block;z-index:15048;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:6.1875rem;top:8.1875rem;left:63.125rem;overflow:hidden;display:block; }
#GxWrKk3qyp57WdyT5z7BM6DrMHlu8Cya { position:absolute;display:block;z-index:15049;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:6.5rem;top:10.8125rem;left:68.5rem;overflow:hidden;display:block; }
#KsI8TW2DUv6JrOLfcJ9E0ZSclf5q8QvL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4ede4;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; }#KsI8TW2DUv6JrOLfcJ9E0ZSclf5q8QvL > .row .container { background-color: transparent; background-image: none; }#KsI8TW2DUv6JrOLfcJ9E0ZSclf5q8QvL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KsI8TW2DUv6JrOLfcJ9E0ZSclf5q8QvL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KsI8TW2DUv6JrOLfcJ9E0ZSclf5q8QvL > .row .container > .video-iframe-container { display: none; }#KsI8TW2DUv6JrOLfcJ9E0ZSclf5q8QvL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KsI8TW2DUv6JrOLfcJ9E0ZSclf5q8QvL > .row > .video-iframe-container { display: none; }#KsI8TW2DUv6JrOLfcJ9E0ZSclf5q8QvL > .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); }#KsI8TW2DUv6JrOLfcJ9E0ZSclf5q8QvL > .row .container { border-width: 0; border-radius: 0; }#KsI8TW2DUv6JrOLfcJ9E0ZSclf5q8QvL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KsI8TW2DUv6JrOLfcJ9E0ZSclf5q8QvL > .row .container { font-size:0.875rem;font-family:arial;height:37.9375rem;width:75rem;position:relative;display:block; }#eLCWVITofh43hxtWUJ5HGiDM4eypxsrS { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:18.4375rem;left:3.125rem;height:1.323529375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CoR2ofnKM7Zn7B0HzVJnRZ80nSlQesBG { color:rgba(var(--color-tertiary-0),1);display:block;width:17rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:22.875rem;left:4rem;height:13.8970585rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VCSaeLkvJCXfMbZhNOcRHUBkUfTpe7Qs { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-secondary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: none;height:28.4375rem;width:20rem;top:9.5rem;left:27.5rem;display:block; }
#TxrnEOnE4aT0tfMD9MoLRppkN47VkdMK { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:19.8125rem;left:3.125rem;height:3.014705875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rxdOARSf9VDWJ5Cfame1CICasDn1S66E { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:18.4375rem;left:28.125rem;height:1.323529375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ICNZ4Ql8zIniFeeWsaLb3McJCvLhwtIJ { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:19.8125rem;left:28.125rem;height:3.014705875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#K24I71RtH7bgyf2RNGUH9uDprM1fZdSa { color:rgba(var(--color-tertiary-0),1);display:block;width:18.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:22.875rem;left:28.3125rem;height:13.8970585rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oTkN7LKIE3dRAXUsatBsXKkpExl23TNC { position:absolute;display:block;z-index:14997;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-secondary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: none;height:28.4375rem;width:20rem;top:9.5rem;left:2.5rem;display:block; }
#c6JrcGQytxbu7TRP9RyZ2ub8xSugQ8eF { position:absolute;display:block;z-index:14996;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-secondary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: none;height:28.4375rem;width:20rem;top:9.5rem;left:52.5rem;display:block; }
#dkfsiDFJR1oNIqWnBRDE1kgf1P57ShED { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:18.4375rem;left:53.125rem;height:1.323529375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fxgElIVXrhhRmxtXfudMVTJGO78bU1rK { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:19.8125rem;left:53.125rem;height:3.014705875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kNisTJA0oEeVyrhr0AN5QEpwTpgePwap { color:#f9f9f9;display:block;width:16.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:22.875rem;left:54.0625rem;height:13.8970585rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uiASHk1SZZqK2EdU2OxTKxqxXAydEM7q { position:absolute;display:block;z-index:15010;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:7.5625rem;width:6rem;top:10.9375rem;left:9.5rem;overflow:hidden;display:block; }
#aa8tSRMIz96K1BadgUXyaFGDmTBwEAet { box-sizing:content-box;height:6.4375rem;width:6.4375rem;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:15009;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:10.9375rem;left:9.3125rem;display:block; }
#X64LiAQtM4rVCAtzFBsG8V8vzmMDZPf8 { box-sizing:content-box;height:6.4375rem;width:6.4375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15010;background-color: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:10.9375rem;left:34.3125rem;display:block; }
#Bst7OzJB4LS5GT5r6ZXiCcTTWVoZFKxG { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.4375rem;width:4.3125rem;top:11.4375rem;left:35.375rem;overflow:hidden;display:block; }
#VhwAsUwGvU6TC8C6icOPoHDTTZfHTCvw { box-sizing:content-box;height:6.4375rem;width:6.4375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15011;background-color: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:10.9375rem;left:59.3125rem;display:block; }
#kOBitaz976QfLI7LcO4tH8fAs1vdmROJ { position:absolute;display:block;z-index:15012;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:3.1875rem;width:2.5625rem;top:12.5625rem;left:61.25rem;overflow:hidden;display:block; }
#N8Oo93OAzTO8FEdwVn3cqKf9ZGkV3JUX { color:rgba(var(--color-tertiary-4),1);display:block;width:47.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.375rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:2.25rem;left:13.875rem;height:4.338235375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BOrHageHODr71diSORizlAByexZxsOKB { position:relative;display:block; }#BOrHageHODr71diSORizlAByexZxsOKB { background-color: transparent; background-image: none; }#BOrHageHODr71diSORizlAByexZxsOKB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BOrHageHODr71diSORizlAByexZxsOKB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BOrHageHODr71diSORizlAByexZxsOKB > .row .container > .video-iframe-container { display: none; }#BOrHageHODr71diSORizlAByexZxsOKB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BOrHageHODr71diSORizlAByexZxsOKB > .row > .video-iframe-container { display: none; }#BOrHageHODr71diSORizlAByexZxsOKB > .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); }#BOrHageHODr71diSORizlAByexZxsOKB { border-width: 0; border-radius: 0; }#BOrHageHODr71diSORizlAByexZxsOKB > .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; }#BOrHageHODr71diSORizlAByexZxsOKB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f4ede4;background-image:none;font-size:0.875rem;font-family:arial;height:33.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; }#SBETcBviorI52s9I8tdoivSsb5H0l9lL { color:rgba(var(--color-tertiary-4),1);display:block;width:56.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.0625rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:2.5625rem;left:1.875rem;height:5.2205881875rem;font-style:normal;display:block; }
#TU8y4etbMC4N4hRSKblHPasf2gP8br7k { color:#000000;display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:30.625rem;left:1.875rem;height:1.39705875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rxyhFvXH5mu3TmpErdB2Fh55DnmuPCtz { color:#000000;display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:30.625rem;left:20.9375rem;height:1.39705875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RkG5vRC5BLJNXJXG3kFvXrT3dSfDwEmf { color:#000000;display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:30.625rem;left:39.625rem;height:1.39705875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mp1gdU2uWFXygy8F5pdQA5TIz8tCE2E2 { color:#000000;display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:30.625rem;left:58.6875rem;height:1.39705875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CORTvBUQl68ZW8zfOw00vokaXHTB0IgQ { box-sizing:content-box;height:18.25rem;width:14.375rem;position:absolute;display:block;z-index:15016;background-color:transparent;background-image: -webkit-linear-gradient(314deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(314deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(314deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(314deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(314deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.75rem;left:2.1875rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#EfxuyuOKA2wLXPaVdgCJVRcUwvcxB5EW { box-sizing:content-box;height:18.25rem;width:14.375rem;position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(314deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(314deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(314deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(314deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(314deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.75rem;left:20.9375rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#bT6EGfx8RGTlDVszwu5hqswFOZDB113r { box-sizing:content-box;height:18.25rem;width:14.375rem;position:absolute;display:block;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(314deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(314deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(314deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(314deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(314deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.75rem;left:39.6875rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#XvzusooDlQ6WwLGNRSMHx303QgKykE4V { box-sizing:content-box;height:18.25rem;width:14.375rem;position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(314deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(314deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(314deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(314deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(314deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.75rem;left:58.4375rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#K8BDbWS9UaIJGT5WQt6XezHewi5STuib { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top: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:18.0625rem;width:14.3125rem;top:11.90625rem;left:2.1493367196702rem;overflow:hidden;display:block; }
#ocDEJVWqXncbmTC7O4UtJtH3QV5cPNnc { position:absolute;display:block;z-index:15022;border-bottom:0;border-left:0;border-right:0;border-top: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:18.125rem;width:14.4375rem;top:11.90625rem;left:20.869140625rem;overflow:hidden;display:block; }
#WX2V0N0c1MXTmW3IOrz3H7FswHHtvQwH { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top: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:18.0625rem;width:14.375rem;top:11.96875rem;left:39.71875rem;overflow:hidden;display:block; }
#MX8rZFpPgkqiK4NPsUtMH5puVWEDsNgn { position:absolute;display:block;z-index:15024;border-bottom:0;border-left:0;border-right:0;border-top: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:18.1875rem;width:14.5rem;top:11.78125rem;left:58.375rem;overflow:hidden;display:block; }
#E7kvlsPCsXlasxysayNsMS1RUQQUiExx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-size:cover !important;position:relative;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; }#E7kvlsPCsXlasxysayNsMS1RUQQUiExx > .row .container { background-color: transparent; background-image: none; }#E7kvlsPCsXlasxysayNsMS1RUQQUiExx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E7kvlsPCsXlasxysayNsMS1RUQQUiExx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E7kvlsPCsXlasxysayNsMS1RUQQUiExx > .row .container > .video-iframe-container { display: none; }#E7kvlsPCsXlasxysayNsMS1RUQQUiExx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E7kvlsPCsXlasxysayNsMS1RUQQUiExx > .row > .video-iframe-container { display: none; }#E7kvlsPCsXlasxysayNsMS1RUQQUiExx > .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); }#E7kvlsPCsXlasxysayNsMS1RUQQUiExx > .row .container { border-width: 0; border-radius: 0; }#E7kvlsPCsXlasxysayNsMS1RUQQUiExx > .row > .video-iframe-container { border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem; }#E7kvlsPCsXlasxysayNsMS1RUQQUiExx > .row .container { font-size:0.875rem;font-family:arial;height:13.9375rem;width:75rem;position:relative;display:block; }#TDapL7e4VUPwbb1tkOkbJnLswbgTeCP1 { color:rgba(var(--color-tertiary-0),1);display:block;width:56.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:400;z-index:15021;line-height:1.1;letter-spacing:0;top:6.375rem;left:9.375rem;height:3.3823528125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oBgT4EL6VPk3Pr9d0UvQ1x8i74A2tdbs { color:rgba(var(--color-tertiary-0),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15039;line-height:1.1;letter-spacing:0;top:3.0625rem;left:29rem;height:1.1764705rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XTIFwZ1BLA7UWriTVNZhDUl4i2tCrdGl { color:rgba(var(--color-tertiary-0),1);display:block;width:56.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15039;line-height:1.4;letter-spacing:0;top:10.375rem;left:9.375rem;height:1.39705875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ALi8DlhHNNAxTNeeL37wEm1UUgmz5SIc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4ede4;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; }#ALi8DlhHNNAxTNeeL37wEm1UUgmz5SIc > .row .container { background-color: transparent; background-image: none; }#ALi8DlhHNNAxTNeeL37wEm1UUgmz5SIc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ALi8DlhHNNAxTNeeL37wEm1UUgmz5SIc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ALi8DlhHNNAxTNeeL37wEm1UUgmz5SIc > .row .container > .video-iframe-container { display: none; }#ALi8DlhHNNAxTNeeL37wEm1UUgmz5SIc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ALi8DlhHNNAxTNeeL37wEm1UUgmz5SIc > .row > .video-iframe-container { display: none; }#ALi8DlhHNNAxTNeeL37wEm1UUgmz5SIc > .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); }#ALi8DlhHNNAxTNeeL37wEm1UUgmz5SIc > .row .container { border-width: 0; border-radius: 0; }#ALi8DlhHNNAxTNeeL37wEm1UUgmz5SIc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ALi8DlhHNNAxTNeeL37wEm1UUgmz5SIc > .row .container { font-size:0.875rem;font-family:arial;height:20.6875rem;width:75rem;position:relative;display:block; }#Cf4ihVFgNo9Hmfk2y9iso4JRvMnABOJz { color:rgba(var(--color-tertiary-4),1);display:block;width:12.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.6;letter-spacing:0;top:9.6875rem;left:7.8125rem;height:7.7205881875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kdzCJtfqPhWs83oHIpAwONzGVVy94Ql7 { color:rgba(var(--color-secondary-2),1);display:block;width:12.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15040;line-height:1.1;letter-spacing:0;top:3.3125rem;left:7.8125rem;height:1.1764705rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xR4GmX4rdBQuGs9QBnGqHnKZCMamgrEV { color:rgba(var(--color-tertiary-4),1);display:block;width:14.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:6rem;left:7.8125rem;height:1.76470575rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#n1yw0kqgRzgpmvVHyiAHFMw9mZXnSdrp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:5.875rem;left:28.1875rem; }
#gQmwV4ywio5U5BCuwB0UWdpkKdD7CxGT { box-sizing:content-box;height:0.125rem;width:4.375rem;position:absolute;display:block;z-index:15042;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:6.875rem;left:25rem;display:block; }
#K2XuEmZWTkgrTMWoTmTToikx9syxlmti { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:5.875rem;left:49.4375rem; }
#B5AvG6SUbM4Rbye1eErAun0nKbbEpXs1 { color:rgba(var(--color-secondary-2),1);display:block;width:12.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15045;line-height:1.1;letter-spacing:0;top:3.3125rem;left:32.6875rem;height:1.1764705rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#necSJHuxusRIyrgh0aT7exivAhL9lLJT { color:rgba(var(--color-tertiary-4),1);display:block;width:12.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:6.25rem;left:32.6875rem;height:1.76470575rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dcK3RwIwQqbhv7dq63ZukVTRfZwBOTW5 { box-sizing:content-box;height:0.125rem;width:4.375rem;position:absolute;display:block;z-index:15047;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:6.8125rem;left:46.25rem;display:block; }
#IeI8uixQNBPNekSDeXaHBTtLXQb3kmZx { color:rgba(var(--color-tertiary-4),1);display:block;width:12.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.6;letter-spacing:0;top:9.6875rem;left:32.6875rem;height:6.17647025rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uwZmmudatMXQvdp5QveOznSWbgc8UsyT { color:rgba(var(--color-tertiary-4),1);display:block;width:12.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:6.1875rem;left:53.875rem;height:1.76470575rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZzNwCKoxhiXK0G0mAXbm69BUSNyEdiwr { color:rgba(var(--color-tertiary-4),1);display:block;width:12.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15015;line-height:1.6;letter-spacing:0;top:9.6875rem;left:53.875rem;height:3.088235125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aVaAac6d1lUWiiVRb94niAGh8TwnLC8f { color:rgba(var(--color-secondary-2),1);display:block;width:12.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15048;line-height:1.1;letter-spacing:0;top:3.25rem;left:53.875rem;height:1.1764705rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#os9F1SoauaULP5keqzagwcWGhm86ItC3 { box-sizing:content-box;height:2.375rem;width:3.25rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-2),1);background-image:none;top:5.6875rem;left:6.75rem;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;display:block; }
#Z4oe8GS5CAHbwoXuknuKKxLOuvhFd0yv { box-sizing:content-box;height:2.375rem;width:3.25rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-2),1);background-image:none;top:5.75rem;left:32.125rem;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;display:block; }
#iR0oMQf3euHty7IKu7U4larqUsPLVatS { box-sizing:content-box;height:2.375rem;width:3.25rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-2),1);background-image:none;top:5.75rem;left:53.375rem;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;display:block; }
#Lxn34rxABEDh1avVGgJcTen1wpOMo9Tm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4ede4;background-image:none;position:relative;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; }#Lxn34rxABEDh1avVGgJcTen1wpOMo9Tm > .row .container { background-color: transparent; background-image: none; }#Lxn34rxABEDh1avVGgJcTen1wpOMo9Tm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lxn34rxABEDh1avVGgJcTen1wpOMo9Tm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lxn34rxABEDh1avVGgJcTen1wpOMo9Tm > .row .container > .video-iframe-container { display: none; }#Lxn34rxABEDh1avVGgJcTen1wpOMo9Tm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lxn34rxABEDh1avVGgJcTen1wpOMo9Tm > .row > .video-iframe-container { display: none; }#Lxn34rxABEDh1avVGgJcTen1wpOMo9Tm > .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); }#Lxn34rxABEDh1avVGgJcTen1wpOMo9Tm > .row .container { border-width: 0; border-radius: 0; }#Lxn34rxABEDh1avVGgJcTen1wpOMo9Tm > .row > .video-iframe-container { border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem; }#Lxn34rxABEDh1avVGgJcTen1wpOMo9Tm > .row .container { font-size:0.875rem;font-family:arial;height:49rem;width:75rem;position:relative;display:block; }#fxdQuWoxW6OHTGpleMQWwbSz1gMBc79p { position:absolute;display:block;z-index:15017;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:26.5625rem;width:11.1247701875rem;top:22.428527832031rem;left:61.683134078979rem;overflow:hidden;display:block; }
#XVBgiPM53nNLxTI0Q4AhnnLTBTrCT0sh { position:absolute;display:block;z-index:15018;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:7.5625rem;width:10.875rem;top:3.8125rem;left:1.875rem;overflow:hidden;display:block; }
#RRNmis1OJOOEaWnrdkgL11upgiPLiwBB { box-sizing:content-box;height:42.1875rem;width:43.375rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:2.1875rem;left:15.812269210816rem;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: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-primary-3),0.2) ;display:block; }
#udm3HtVAAhACSfFB3r8LwwBIswBPSczk .widget-form-header {  }
#udm3HtVAAhACSfFB3r8LwwBIswBPSczk .widget-regular-label { height:auto;display:block;font-family:arial;font-size:0.875rem;font-weight:bold;color:#000000;width:36.625rem;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; }
#udm3HtVAAhACSfFB3r8LwwBIswBPSczk .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #892eff;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:36.625rem;box-sizing:border-box;height:2.6875rem;color:rgba(var(--color-tertiary-4),1);font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family);text-align:center;text-align-last:center;vertical-align:top; }
#udm3HtVAAhACSfFB3r8LwwBIswBPSczk .widget-input-text {padding-top: 0; padding-bottom: 0;}#udm3HtVAAhACSfFB3r8LwwBIswBPSczk .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #892eff;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:36.625rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-tertiary-4),1);font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family);text-align:center;text-align-last:center;vertical-align:top; }
#udm3HtVAAhACSfFB3r8LwwBIswBPSczk .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:36.625rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:arial;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#udm3HtVAAhACSfFB3r8LwwBIswBPSczk .widget-input-select {padding-top: 0; padding-bottom: 0;}#udm3HtVAAhACSfFB3r8LwwBIswBPSczk .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; }
#udm3HtVAAhACSfFB3r8LwwBIswBPSczk .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#udm3HtVAAhACSfFB3r8LwwBIswBPSczk .widget-input-button { border-top-left-radius:4.5625rem;border-top-right-radius:4.5625rem;border-bottom-left-radius:4.5625rem;border-bottom-right-radius:4.5625rem;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:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:4.9375rem;margin-bottom:0.25rem;margin-left:4.9375rem;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:700;color:rgba(var(--color-tertiary-0),1);width:26.6875rem;height:3.125rem;font-family:var(--paragraphs-font-family);overflow:hidden;font-style:normal; }
#udm3HtVAAhACSfFB3r8LwwBIswBPSczk [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:1rem; }
#udm3HtVAAhACSfFB3r8LwwBIswBPSczk [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:1rem; }
#udm3HtVAAhACSfFB3r8LwwBIswBPSczk [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:1rem; }
#udm3HtVAAhACSfFB3r8LwwBIswBPSczk [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:1rem; }
#udm3HtVAAhACSfFB3r8LwwBIswBPSczk .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:arial;line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:35.375rem;overflow:hidden;font-style:normal;float:none; }
#udm3HtVAAhACSfFB3r8LwwBIswBPSczk .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; }
#udm3HtVAAhACSfFB3r8LwwBIswBPSczk .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:arial;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#udm3HtVAAhACSfFB3r8LwwBIswBPSczk .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#udm3HtVAAhACSfFB3r8LwwBIswBPSczk .widget-container:first-of-type{padding-top:0;}#udm3HtVAAhACSfFB3r8LwwBIswBPSczk .widget-container:last-of-type{padding-bottom:0;}#udm3HtVAAhACSfFB3r8LwwBIswBPSczk  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:36.625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15017;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:3.8063049316406rem;left:17.936578750611rem; }
#udm3HtVAAhACSfFB3r8LwwBIswBPSczk .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:36.625rem;display:block;vertical-align:top; }
#udm3HtVAAhACSfFB3r8LwwBIswBPSczk .widget-info-text { display:block;height:auto;font-family:arial;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#udm3HtVAAhACSfFB3r8LwwBIswBPSczk {display:block;}#udm3HtVAAhACSfFB3r8LwwBIswBPSczk { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:36.625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15017;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:3.8063049316406rem;left:17.936578750611rem; }
#udm3HtVAAhACSfFB3r8LwwBIswBPSczk #FgpcnvJ7aUXM9eCxOB6kS6q5pIc9vR9Q { position:relative; }
#udm3HtVAAhACSfFB3r8LwwBIswBPSczk #Mw0uTetnHSzGUknkvB3C0lLZfcUK1bah { position:relative;display:block; }
#udm3HtVAAhACSfFB3r8LwwBIswBPSczk #XHUvCyiZCGVlbFWtEpEudXktyO2GM1kI { position:relative; }
#udm3HtVAAhACSfFB3r8LwwBIswBPSczk #R2Gs3RgWMlfD8IN3ucG8SgupUSeC77rr { position:relative; }
#udm3HtVAAhACSfFB3r8LwwBIswBPSczk #WVGUgSfGo43lJkid8OhoiFTBU48zpHB8 { position:relative;display:none; }
#udm3HtVAAhACSfFB3r8LwwBIswBPSczk #eOGGcucNNII2JD8T4bPQb3BxHbS9fLMS { position:relative; }
#udm3HtVAAhACSfFB3r8LwwBIswBPSczk #Xl4ebmFlnbmow9J1064gu3ilwrWyEL7o { position:relative; }
#udm3HtVAAhACSfFB3r8LwwBIswBPSczk #bwQnDcDhpIR62nrCdBgNPp1dD5LvJa3u { position:relative;display:none; }
#udm3HtVAAhACSfFB3r8LwwBIswBPSczk #WEgHUprgNMUK5fvocmdCQAD85U3QzC0e { position:relative; }
#udm3HtVAAhACSfFB3r8LwwBIswBPSczk #pQp5PhJ4TMvlRhHaPQi7DHDGqW55be7n { position:relative; }
#udm3HtVAAhACSfFB3r8LwwBIswBPSczk #l5MzRMLwNI6yhCAtrW7HJU2Jg5nUQWV1 { position:relative;display:none; }
#udm3HtVAAhACSfFB3r8LwwBIswBPSczk #BoD5smQknmNJT1OwlZyxwaOsNihNmgqd { position:relative; }
#udm3HtVAAhACSfFB3r8LwwBIswBPSczk #XK5a0qQzZFdddTVEMCeFmXaW0GLl0Qzh { position:relative; }
#udm3HtVAAhACSfFB3r8LwwBIswBPSczk #gZ8aLMMJv7VovaQcndaPIR7ZMpbz2Tlo { position:relative;display:none; }
#udm3HtVAAhACSfFB3r8LwwBIswBPSczk #RutUmlFmvbgveWnqu8XeSJSTlECDmiLV { position:relative; }
#udm3HtVAAhACSfFB3r8LwwBIswBPSczk #GdGdWTmyUIodAPtbuopdtZm36y4CWlQE { position:relative; }
#udm3HtVAAhACSfFB3r8LwwBIswBPSczk #KyDALTIAfst2TXfydSgR7RGNTmZxL8kv { position:relative;z-index:2; }
#udm3HtVAAhACSfFB3r8LwwBIswBPSczk #ACTV1k9hoiMOvV0S5RacNaEs639cAEPG { position:relative; }
#udm3HtVAAhACSfFB3r8LwwBIswBPSczk #iMrrqHbt2mETM0xZdS3CgTbThpJa9Krz { position:relative; }
#udm3HtVAAhACSfFB3r8LwwBIswBPSczk #py57BLRtlBnfs17zppLt1vaTgXWEuIDD { position:relative;z-index:2; }
#udm3HtVAAhACSfFB3r8LwwBIswBPSczk #zLNE2Izq28JPqJNWq3qZeMbR2ih15Htg { position:relative; }
#udm3HtVAAhACSfFB3r8LwwBIswBPSczk #lfk6Wd3iyOIRmKbDGJ6eMbULgChxyEBz { position:relative; }
#udm3HtVAAhACSfFB3r8LwwBIswBPSczk #BgQ13kfbzOFeJau9CpluBcMKPzLIWpcf { position:relative;z-index:2; }
#udm3HtVAAhACSfFB3r8LwwBIswBPSczk #TfVz78w80Ck3ksKTWNWGaBQgdMDbkBN3 { position:relative; }
#udm3HtVAAhACSfFB3r8LwwBIswBPSczk #FcTfst5m7I0e2hRUhnuHCw7Vpq45TKXB { position:relative; }
#udm3HtVAAhACSfFB3r8LwwBIswBPSczk #DMtknQ0UcwA0LD7fw3a4BmTOBFipqgVB { position:relative; }
#xuLQ6IahZXdGbSn5iedAWGPTwtzCCxLS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4ede4;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; }#xuLQ6IahZXdGbSn5iedAWGPTwtzCCxLS > .row .container { background-color: transparent; background-image: none; }#xuLQ6IahZXdGbSn5iedAWGPTwtzCCxLS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xuLQ6IahZXdGbSn5iedAWGPTwtzCCxLS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xuLQ6IahZXdGbSn5iedAWGPTwtzCCxLS > .row .container > .video-iframe-container { display: none; }#xuLQ6IahZXdGbSn5iedAWGPTwtzCCxLS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xuLQ6IahZXdGbSn5iedAWGPTwtzCCxLS > .row > .video-iframe-container { display: none; }#xuLQ6IahZXdGbSn5iedAWGPTwtzCCxLS > .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); }#xuLQ6IahZXdGbSn5iedAWGPTwtzCCxLS > .row .container { border-width: 0; border-radius: 0; }#xuLQ6IahZXdGbSn5iedAWGPTwtzCCxLS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xuLQ6IahZXdGbSn5iedAWGPTwtzCCxLS > .row .container { font-size:0.875rem;font-family:arial;height:89.0625rem;width:75rem;position:relative;display:block; }#p6tlfmNMDCt7x2PZHWF56bKxeAPR2ZPW { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:1.6875rem;left:0rem;height:3.6764705rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zR99thMz8uprUvqOTrtFw46VauDtlUGZ { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:3.25rem;top:42.625rem;left:14.625rem;display:block; }
#XR8eaN9dkTBP6I5azkCK2TGfEMxbW24s { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:3.25rem;top:42.625rem;left:57.125rem;display:block; }
#uIENU8LZTm2TODLQZyTwezqfS29Mcbd3 { position:absolute;display:block;z-index:15029;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:3.375rem;width:2.6875rem;top:3.0625rem;left:0.5869140625rem;overflow:hidden;display:block; }
#WshsBMsrwsHbc91d2dr6UOS66CQIiWL0 { position:absolute;display:block;z-index:15030;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.625rem;width:2.0625rem;top:1.125rem;left:3.2744140625rem;overflow:hidden;display:block; }
#TQy92PJe0F9TwxuMfLBPL2ptA9seoAnb { position:absolute;display:block;z-index:15031;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.3125rem;width:9rem;top:1.6875rem;left:65.25rem;overflow:hidden;display:block; }
#kBeuqERx7DC4diRe1d15HSqe6TnAiBEk { color:rgba(var(--color-tertiary-4),1);display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:25.15625rem;left:8.375rem;height:12.3529405625rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#Kx96TRdlgP2fnap3Q4N1xthfClo30TQO { color:rgba(var(--color-tertiary-4),1);display:block;width:15.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.6;letter-spacing:0;top:42.625rem;left:8.375rem;height:1.5441175625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#avvMnmR7EfPX7h0cWTUGTWbzgnQTADgT { color:rgba(var(--color-tertiary-4),1);display:block;width:17.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.6;letter-spacing:0;top:21.25rem;left:28.84375rem;height:20.0735283125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#TsUQimfkTto2zTzObiLvil5MccUu3FVW { color:rgba(var(--color-tertiary-4),1);display:block;width:15.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.6;letter-spacing:0;top:42.6875rem;left:29.5625rem;height:1.5441175625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oOaRKBEV1hafN10PMrHpcpRcQHNmmxW6 { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:3.25rem;top:42.625rem;left:35.8125rem;display:block; }
#aAN8o7vmoTQkcp2ed9CKwWGB9WehF6l5 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.6;letter-spacing:0;top:22.8125rem;left:49.8125rem;height:16.9852943125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#uq88Gb1WQ33hETn39NbVRfkIFvG8vuIT { color:rgba(var(--color-tertiary-4),1);display:block;width:15.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.6;letter-spacing:0;top:42.625rem;left:50.875rem;height:1.5441175625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ccbANft42PnXpT2NDBmcdovC1CpaGDUE { position:absolute;display:block;z-index:14998;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-2),0.65), rgba(var(--color-secondary-2),0.62));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-2),0.65), rgba(var(--color-secondary-2),0.62));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-2),0.65), rgba(var(--color-secondary-2),0.62));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-2),0.65), rgba(var(--color-secondary-2),0.62));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),0.65)', endColorstr='rgba(var(--color-secondary-2),0.62)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),0.65)', endColorstr='rgba(var(--color-secondary-2),0.62)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-2),0.65), rgba(var(--color-secondary-2),0.62));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-primary-3),0.6) ;height:10.8125rem;width:26.3125rem;top:51.25rem;left:3.1875rem;display:block; }
#lTgGLCo0TADhNafc0ZW8Ktunm8pFicuX { position:absolute;display:block;z-index:15032;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:15.9375rem;width:22.5625rem;top:48.6875rem;left:5.0625rem;overflow:hidden;display:block; }
#f3C8DeGX49ns5i8oBe06do9tW7hJ58HK { position:absolute;display:block;z-index:15033;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:15.875rem;width:22.625rem;top:60.625rem;left:5rem;overflow:hidden;display:block; }
#BmKK4RUJRsNCetBFTAswpHvCW44RLAGr { position:absolute;display:block;z-index:15034;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:16rem;width:22.625rem;top:72.5rem;left:5rem;overflow:hidden;display:block; }
#TPGfX18ipdBZkKsKSnXA8ayx667ufQEr { position:absolute;display:block;z-index:15035;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:10.75rem;width:15.1875rem;top:54.875rem;left:34.25rem;overflow:hidden;display:block; }
#hobW7E3AlBRMrnvdSB2AmpFAC9wRqfes { position:absolute;display:block;z-index:15036;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:11.1875rem;width:15.8125rem;top:59.3125rem;left:57.375rem;overflow:hidden;display:block; }
#BguxXTAKFDTv5MNf0WxyLsqCSNbfBRdC { position:absolute;display:block;z-index:15036;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:9.4375rem;width:13.375rem;top:75.125rem;left:38.125rem;overflow:hidden;display:block; }
#BnCJIWP2RU9lACT192mT5O4wPpeo2n5b { position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-2),0.62), rgba(var(--color-secondary-2),0.65));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-2),0.62), rgba(var(--color-secondary-2),0.65));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-2),0.62), rgba(var(--color-secondary-2),0.65));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-2),0.62), rgba(var(--color-secondary-2),0.65));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),0.62)', endColorstr='rgba(var(--color-secondary-2),0.65)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),0.62)', endColorstr='rgba(var(--color-secondary-2),0.65)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-2),0.62), rgba(var(--color-secondary-2),0.65));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-primary-3),0.6) ;height:10.8125rem;width:26.3125rem;top:63.125rem;left:3.1875rem;display:block; }
#zbOMADHzS9lVnWs4gmh9NZbG5TT0avyW { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-2),0.62), rgba(var(--color-secondary-2),0.65));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-2),0.62), rgba(var(--color-secondary-2),0.65));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-2),0.62), rgba(var(--color-secondary-2),0.65));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-2),0.62), rgba(var(--color-secondary-2),0.65));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),0.62)', endColorstr='rgba(var(--color-secondary-2),0.65)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),0.62)', endColorstr='rgba(var(--color-secondary-2),0.65)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-2),0.62), rgba(var(--color-secondary-2),0.65));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-primary-3),0.6) ;height:10.8125rem;width:26.3125rem;top:75.0625rem;left:3.1875rem;display:block; }
#NAbuX8nzhFHka7zAAxFwTHH1fU0oBVf1 { position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-2),0.62), rgba(var(--color-secondary-2),0.65));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-2),0.62), rgba(var(--color-secondary-2),0.65));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-2),0.62), rgba(var(--color-secondary-2),0.65));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-2),0.62), rgba(var(--color-secondary-2),0.65));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),0.62)', endColorstr='rgba(var(--color-secondary-2),0.65)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),0.62)', endColorstr='rgba(var(--color-secondary-2),0.65)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-2),0.62), rgba(var(--color-secondary-2),0.65));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-primary-3),0.6) ;height:13.6875rem;width:19.3125rem;top:58.0625rem;left:55.6875rem;display:block; }
#ZsKTnTX0Xy07KzPH9cE1qfneqv7dLLRJ { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-2),0.62), rgba(var(--color-secondary-2),0.65));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-2),0.62), rgba(var(--color-secondary-2),0.65));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-2),0.62), rgba(var(--color-secondary-2),0.65));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-2),0.62), rgba(var(--color-secondary-2),0.65));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),0.62)', endColorstr='rgba(var(--color-secondary-2),0.65)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),0.62)', endColorstr='rgba(var(--color-secondary-2),0.65)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-2),0.62), rgba(var(--color-secondary-2),0.65));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-primary-3),0.6) ;height:13.6875rem;width:19.3125rem;top:53.375rem;left:32.25rem;display:block; }
#keN4hXR534Dvw9KlSAeNFAECZnXpRQ25 { position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-2),0.62), rgba(var(--color-secondary-2),0.65));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-2),0.62), rgba(var(--color-secondary-2),0.65));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-2),0.62), rgba(var(--color-secondary-2),0.65));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-2),0.62), rgba(var(--color-secondary-2),0.65));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),0.62)', endColorstr='rgba(var(--color-secondary-2),0.65)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),0.62)', endColorstr='rgba(var(--color-secondary-2),0.65)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-2),0.62), rgba(var(--color-secondary-2),0.65));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-primary-3),0.6) ;height:13.6875rem;width:19.3125rem;top:73rem;left:35.125rem;display:block; }
#eipfB7Q2Ld3yz8wMPef3Vv921zWqkivl { box-sizing:content-box;height:2.3125rem;width:2.3125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15037;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),0.65), rgba(var(--color-tertiary-2),0.65));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),0.65), rgba(var(--color-tertiary-2),0.65));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),0.65), rgba(var(--color-tertiary-2),0.65));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),0.65), rgba(var(--color-tertiary-2),0.65));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0.65)', endColorstr='rgba(var(--color-tertiary-2),0.65)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0.65)', endColorstr='rgba(var(--color-tertiary-2),0.65)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),0.65), rgba(var(--color-tertiary-2),0.65));background-size:auto !important;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.25) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:69.5rem;left:32rem;display:block; }
#P5hvX7nPnLyPUgmHxzKlkK5T9QUtnQOG { box-sizing:content-box;height:3.6875rem;width:3.6875rem;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:15038;background-color:transparent;background-image: -webkit-linear-gradient(237deg, rgba(var(--color-secondary-2),0.65), rgba(var(--color-tertiary-2),0.65));background-image: -moz-linear-gradient(237deg, rgba(var(--color-secondary-2),0.65), rgba(var(--color-tertiary-2),0.65));background-image: -ms-linear-gradient(237deg, rgba(var(--color-secondary-2),0.65), rgba(var(--color-tertiary-2),0.65));background-image: -o-linear-gradient(237deg, rgba(var(--color-secondary-2),0.65), rgba(var(--color-tertiary-2),0.65));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0.65)', endColorstr='rgba(var(--color-tertiary-2),0.65)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0.65)', endColorstr='rgba(var(--color-tertiary-2),0.65)' );";background-image: linear-gradient(237deg, rgba(var(--color-secondary-2),0.65), rgba(var(--color-tertiary-2),0.65));background-size:auto !important;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.25) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:74.25rem;left:68.8125rem;display:block; }
#PmhQsCOlE4czioNbBnCrZaKcJlsZC4Hf { box-sizing:content-box;height:5.375rem;width:5.375rem;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:15039;background-color:transparent;background-image: -webkit-linear-gradient(83deg, rgba(var(--color-tertiary-2),0.65), rgba(var(--color-secondary-2),0.65));background-image: -moz-linear-gradient(83deg, rgba(var(--color-tertiary-2),0.65), rgba(var(--color-secondary-2),0.65));background-image: -ms-linear-gradient(83deg, rgba(var(--color-tertiary-2),0.65), rgba(var(--color-secondary-2),0.65));background-image: -o-linear-gradient(83deg, rgba(var(--color-tertiary-2),0.65), rgba(var(--color-secondary-2),0.65));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),0.65)', endColorstr='rgba(var(--color-secondary-2),0.65)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),0.65)', endColorstr='rgba(var(--color-secondary-2),0.65)' );";background-image: linear-gradient(83deg, rgba(var(--color-tertiary-2),0.65), rgba(var(--color-secondary-2),0.65));background-size:auto !important;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.25) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:51.25rem;left:54.4375rem;display:block; }
#Ho5Grrmely3ogBXRxVXhOAvwuUA27psn { box-sizing:content-box;height:1.9375rem;width:1.9375rem;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:15040;background-color:transparent;background-image: -webkit-linear-gradient(246deg, rgba(var(--color-tertiary-2),0.65), rgba(var(--color-secondary-2),0.65));background-image: -moz-linear-gradient(246deg, rgba(var(--color-tertiary-2),0.65), rgba(var(--color-secondary-2),0.65));background-image: -ms-linear-gradient(246deg, rgba(var(--color-tertiary-2),0.65), rgba(var(--color-secondary-2),0.65));background-image: -o-linear-gradient(246deg, rgba(var(--color-tertiary-2),0.65), rgba(var(--color-secondary-2),0.65));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),0.65)', endColorstr='rgba(var(--color-secondary-2),0.65)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),0.65)', endColorstr='rgba(var(--color-secondary-2),0.65)' );";background-image: linear-gradient(246deg, rgba(var(--color-tertiary-2),0.65), rgba(var(--color-secondary-2),0.65));background-size:auto !important;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.25) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:50.375rem;left:51.5rem;display:block; }
#xaag8QdNBbt2y1HTWARFGySKlW45TUSq { position:absolute;display:block;z-index:15041;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.875rem;width:4.625rem;top:80.0625rem;left:59.8125rem;overflow:hidden;display:block; }
#q3oT9WOG9rNghbQfZKnAodVBQ7dP4VxL { position:absolute;display:block;z-index:15042;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:3.25rem;top:67.75rem;left:36.9375rem;overflow:hidden;display:block; }
#Kzy6UECFNAblyPBMl1EdXrxKzt35gKUO { position:absolute;display:block;z-index:15043;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:6.375rem;top:84.5625rem;left:0rem;overflow:hidden;display:block; }
#I3hxe6m9luSyyipTp4pEFm3zdAvryAF1 { box-sizing:content-box;height:1.125rem;width:1.125rem;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:15038;background-color:transparent;background-image: -webkit-linear-gradient(252deg, rgba(var(--color-secondary-2),0.65), rgba(var(--color-tertiary-2),0.65));background-image: -moz-linear-gradient(252deg, rgba(var(--color-secondary-2),0.65), rgba(var(--color-tertiary-2),0.65));background-image: -ms-linear-gradient(252deg, rgba(var(--color-secondary-2),0.65), rgba(var(--color-tertiary-2),0.65));background-image: -o-linear-gradient(252deg, rgba(var(--color-secondary-2),0.65), rgba(var(--color-tertiary-2),0.65));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0.65)', endColorstr='rgba(var(--color-tertiary-2),0.65)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0.65)', endColorstr='rgba(var(--color-tertiary-2),0.65)' );";background-image: linear-gradient(252deg, rgba(var(--color-secondary-2),0.65), rgba(var(--color-tertiary-2),0.65));background-size:auto !important;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.25) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:70.5rem;left:47.5rem;display:block; }
#OgUGhA8Q6z4OcLWMHEAxgEbECBJSl5ip { box-sizing:content-box;height:1.875rem;width:1.875rem;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:15039;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),0.65), rgba(var(--color-tertiary-2),0.65));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),0.65), rgba(var(--color-tertiary-2),0.65));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),0.65), rgba(var(--color-tertiary-2),0.65));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),0.65), rgba(var(--color-tertiary-2),0.65));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0.65)', endColorstr='rgba(var(--color-tertiary-2),0.65)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0.65)', endColorstr='rgba(var(--color-tertiary-2),0.65)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),0.65), rgba(var(--color-tertiary-2),0.65));background-size:auto !important;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.25) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:68.6875rem;left:44.5rem;display:block; }
#BpxdDWGTeNRDvQevytk9MxN4iwLR8IcI { box-sizing:content-box;height:1.5rem;width:1.5rem;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:15039;background-color:transparent;background-image: -webkit-linear-gradient(128deg, rgba(var(--color-secondary-2),0.65), rgba(var(--color-tertiary-2),0.65));background-image: -moz-linear-gradient(128deg, rgba(var(--color-secondary-2),0.65), rgba(var(--color-tertiary-2),0.65));background-image: -ms-linear-gradient(128deg, rgba(var(--color-secondary-2),0.65), rgba(var(--color-tertiary-2),0.65));background-image: -o-linear-gradient(128deg, rgba(var(--color-secondary-2),0.65), rgba(var(--color-tertiary-2),0.65));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0.65)', endColorstr='rgba(var(--color-tertiary-2),0.65)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0.65)', endColorstr='rgba(var(--color-tertiary-2),0.65)' );";background-image: linear-gradient(128deg, rgba(var(--color-secondary-2),0.65), rgba(var(--color-tertiary-2),0.65));background-size:auto !important;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.25) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:67.625rem;left:50.9375rem;display:block; }
#sFtlxUIFH42HkCydw5zTQVyu64nWQenm { box-sizing:content-box;height:6.875rem;width:6.875rem;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:15039;background-color:transparent;background-image: -webkit-linear-gradient(172deg, rgba(var(--color-secondary-2),0.65), rgba(var(--color-tertiary-2),0.65));background-image: -moz-linear-gradient(172deg, rgba(var(--color-secondary-2),0.65), rgba(var(--color-tertiary-2),0.65));background-image: -ms-linear-gradient(172deg, rgba(var(--color-secondary-2),0.65), rgba(var(--color-tertiary-2),0.65));background-image: -o-linear-gradient(172deg, rgba(var(--color-secondary-2),0.65), rgba(var(--color-tertiary-2),0.65));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0.65)', endColorstr='rgba(var(--color-tertiary-2),0.65)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0.65)', endColorstr='rgba(var(--color-tertiary-2),0.65)' );";background-image: linear-gradient(172deg, rgba(var(--color-secondary-2),0.65), rgba(var(--color-tertiary-2),0.65));background-size:auto !important;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.25) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:48.6875rem;left:66.3125rem;display:block; }
#bqhfTiR3xrEVW5xn1epWoMzO5qwEu9Uc { box-sizing:content-box;height:0.9375rem;width:4.5rem;position:absolute;display:block;z-index:15044;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:53.375rem;left:9.6875rem;display:block; }
#TUp9digtH5JObnWuzTqJXTVU5ow5lzon { box-sizing:content-box;height:1.375rem;width:4.6875rem;position:absolute;display:block;z-index:15045;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:65.1875rem;left:9.5rem;display:block; }
#gcT7foip889E44qB1KT4t2nDZOwcJtIw { box-sizing:content-box;height:1.375rem;width:4.5rem;position:absolute;display:block;z-index:15046;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:77.375rem;left:9.0625rem;display:block; }
#DN6ic9yDgMG9ZGuLnXThqhNKrFyubdle { position:absolute;display:block;z-index:14998;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-2),0.65), rgba(var(--color-secondary-2),0.7));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-2),0.65), rgba(var(--color-secondary-2),0.7));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-2),0.65), rgba(var(--color-secondary-2),0.7));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-2),0.65), rgba(var(--color-secondary-2),0.7));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),0.65)', endColorstr='rgba(var(--color-secondary-2),0.7)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),0.65)', endColorstr='rgba(var(--color-secondary-2),0.7)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-2),0.65), rgba(var(--color-secondary-2),0.7));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-primary-3),0.59) ;height:35.75rem;width:20rem;top:9.5rem;left:27.5rem;display:block; }
#eauqifr82dwc47dHrXXcdsilTAo4twD6 { position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-2),0.65), rgba(var(--color-secondary-2),0.7));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-2),0.65), rgba(var(--color-secondary-2),0.7));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-2),0.65), rgba(var(--color-secondary-2),0.7));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-2),0.65), rgba(var(--color-secondary-2),0.7));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),0.65)', endColorstr='rgba(var(--color-secondary-2),0.7)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),0.65)', endColorstr='rgba(var(--color-secondary-2),0.7)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-2),0.65), rgba(var(--color-secondary-2),0.7));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-primary-3),0.59) ;height:35.75rem;width:20rem;top:9.5625rem;left:6.25rem;display:block; }
#fV3rlvSspFgxkzO9l8XH270R6nX67pTV { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-2),0.7), rgba(var(--color-secondary-2),0.7));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-2),0.7), rgba(var(--color-secondary-2),0.7));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-2),0.7), rgba(var(--color-secondary-2),0.7));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-2),0.7), rgba(var(--color-secondary-2),0.7));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),0.7)', endColorstr='rgba(var(--color-secondary-2),0.7)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),0.7)', endColorstr='rgba(var(--color-secondary-2),0.7)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-2),0.7), rgba(var(--color-secondary-2),0.7));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-primary-3),0.59) ;height:35.75rem;width:20rem;top:9.5rem;left:48.75rem;display:block; }
#cPoJ4BQ8hOsNTRrx9rH7Mss5dJM6slNC { position:absolute;display:block;z-index:15047;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:14.875rem;width:11.875rem;top:8.75rem;left:52.8125rem;overflow:hidden;display:block; }
#bqH4qmUzTg3ZNzOEhTGXTePhzRGvp7JK { position:absolute;display:block;z-index:15048;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:17.125rem;width:13.625rem;top:7.625rem;left:30.6875rem;overflow:hidden;display:block; }
#fSiDTX9mqtxpTNhTT8hOxX1wT4S6lJLX { position:absolute;display:block;z-index:15050;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:11.3125rem;width:8.9375rem;top:10.53125rem;left:11.78125rem;overflow:hidden;display:block; }
#ZTL8aLkBcRQog6yLyiT9XEPfPuTv2Is8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZTL8aLkBcRQog6yLyiT9XEPfPuTv2Is8 > .row .container { background-color: transparent; background-image: none; }#ZTL8aLkBcRQog6yLyiT9XEPfPuTv2Is8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTL8aLkBcRQog6yLyiT9XEPfPuTv2Is8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTL8aLkBcRQog6yLyiT9XEPfPuTv2Is8 > .row .container > .video-iframe-container { display: none; }#ZTL8aLkBcRQog6yLyiT9XEPfPuTv2Is8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTL8aLkBcRQog6yLyiT9XEPfPuTv2Is8 > .row > .video-iframe-container { display: none; }#ZTL8aLkBcRQog6yLyiT9XEPfPuTv2Is8 > .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); }#ZTL8aLkBcRQog6yLyiT9XEPfPuTv2Is8 > .row .container { border-width: 0; border-radius: 0; }#ZTL8aLkBcRQog6yLyiT9XEPfPuTv2Is8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZTL8aLkBcRQog6yLyiT9XEPfPuTv2Is8 > .row .container { font-size:0.875rem;font-family:arial;height:18.3125rem;width:75rem;position:relative;display:block; }#aWIKsZiJrQPLLTBRiA88Du3XuEkxWU48 { color:rgba(var(--color-tertiary-0),1);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:6.5625rem;left:6.9375rem;height:1.76470575rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UnGvd0srai3pUlW386eI4UKMUc0uhie5 { color:rgba(var(--color-secondary-2),1);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.6;letter-spacing:0;top:8.6875rem;left:6.9375rem;height:4.6323526875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nVTVVafFaH6mG5SWNntAqZVqaCaN2NkN { color:rgba(var(--color-tertiary-0),1);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:1.9375rem;left:48.875rem;height:1.76470575rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#oSNVtqF1GQ8zxuwDU7wVunHTzWJb58Nf { box-sizing:content-box;height:3rem;width:3rem;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:15034;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:4.875rem;left:54.5625rem;display:block; }
#DUlklRQsNCBJE6MI10WsRi9WmUXqX4LT { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:5.6875rem;left:55.375rem; }
#DUlklRQsNCBJE6MI10WsRi9WmUXqX4LT > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; }#F1LbKg8LOdtIvBF6vcvuobvGKTDcAMnU { box-sizing:content-box;height:3rem;width:3rem;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:15036;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:4.875rem;left:58.8125rem;display:block; }
#VtNqK261FwD63Bzlzyodz3P6trHxC5zx { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:5.6875rem;left:59.625rem; }
#VtNqK261FwD63Bzlzyodz3P6trHxC5zx > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; }#umRMRo98d9ALDGBfk8nBkhNXl9VSbEu2 { box-sizing:content-box;height:3rem;width:3rem;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:15038;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:4.9375rem;left:63.0625rem;display:block; }
#f5fiVuIooOSw16ofM108J3SSBzSGBQZa { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:5.75rem;left:63.875rem; }
#f5fiVuIooOSw16ofM108J3SSBzSGBQZa > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; }#FhScmmh8n6nOOxO0F1n5H5a32TbH2xSJ { background-color:rgba(var(--color-tertiary-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-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:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15041;text-align:left;text-align-last:left;top:13.1875rem;left:6.9375rem;display:block; }
#qTNpLNTeRcPcKRgFnSqC7GuoLdQA8tue { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QfJklziCWlTdge1JNTbI1vUUJXezPcBN { color:rgba(var(--color-tertiary-0),0.6);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.6;letter-spacing:0;top:10.0625rem;left:48.8125rem;height:6.17647025rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Rv3gUdPyAHuS0gR8t1QlMPpHrcR9L55e { color:rgba(var(--color-tertiary-0),1);display:block;width:18.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:1.6875rem;left:6.9375rem;height:3.161764625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VAVG2UTM4HholEz2IsW3LcQPmvSSAWKw { position:absolute;display:block;z-index:15040;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:16.8125rem;width:23.875rem;top:1.5rem;left:26.9375rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #UVdgEkqBAtfRUexbGlWy422wDKXlBqOD { display:block; }#UVdgEkqBAtfRUexbGlWy422wDKXlBqOD > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oA5IUumlCkhXB5XUH1ch8WTweJwDqGDh { top:11.125rem;left:0rem;width:47.75rem;height:6.9375rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOFkitoy9BwIuyN9LziRdDHk3ITMetyd { width:36.75rem;height:37.1875rem;top:14.375rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqfswH2TnIZu1OW2fz5P6TzZcUiTmvwe { width:7.1875rem;height:7.1875rem;top:13.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTTg3fbLWTpgTTiPSCebmXEsxuFJUql4 { width:7.8125rem;height:7.8125rem;top:11.875rem;left:32.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWnOh9viQsfu0TnDqq4kNdVOc8ppcbTc { top:6.9375rem;left:3.4375rem;width:40.8125rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrAzA5AioM4UbSLU742PPCIDIvJNdWNR { top:26.125rem;left:31.875rem;width:15.875rem;height:5.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBBiH9FQaRd9hL6wHsCAwIfiqf1sgvA9 { top:36.125rem;left:0rem;width:19.125rem;height:6.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwX1p8rhRorPfdJMEtXouSKQETbyC1xp { width:9.4375rem;height:2.3125rem;top:25.9375rem;left:38.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UEWJtAOkqeMAzNGXgZ4Ma297VwKURxvf { top:28.25rem;left:0rem;width:14.9375rem;height:7.875rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pe0NFiyPZ8ficsBKGrCz7E5geNe4t2GT { width:11rem;height:3.5rem;top:28.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcU7CJudeOungcP5MWREsd2XeSlwTWTp { width:3.125rem;height:3.125rem;top:43.875rem;left:0rem;display:block; }
#wcU7CJudeOungcP5MWREsd2XeSlwTWTp > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #P6OzPewyxiwq5ZpSJzpbRyd4aodTRtZC { top:34.6875rem;left:31.875rem;width:15.875rem;height:3.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAiEHOsLI0gFXyaQNqlPT0iHuCGq0pr0 { width:7.8125rem;height:2.3125rem;top:34.4375rem;left:39.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKLuRPgWKcoKL9fKy9pB7eQIb7zpx5Un { top:0rem;left:0rem;width:14.9375rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyaI9JGfLo9pJNmbv74OziMtpg3RZpdy { top:4.8125rem;left:40.75rem;width:7rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEFOWRmHDWDyR3aTrfMOzJhPiJ40VSZu { top:6.3125rem;left:38.5rem;width:9.25rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPaqmDyq5cdTNzAaVIsXu744pR5VmvUf { top:1.0625rem;left:40.125rem;width:7.625rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqTU7w0tgb7tSp5IRhKrclroh61NxiSz { display:block; }#kqTU7w0tgb7tSp5IRhKrclroh61NxiSz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #smqNyZbCaFRTK8oSUZ6JOt0iruuskFKW .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#smqNyZbCaFRTK8oSUZ6JOt0iruuskFKW .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#smqNyZbCaFRTK8oSUZ6JOt0iruuskFKW .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#smqNyZbCaFRTK8oSUZ6JOt0iruuskFKW { display:flex;width:18rem;height:5.0625rem;top:0rem;left:12.8525390625rem; }
 }@media only screen and (max-width: 763px) { #smqNyZbCaFRTK8oSUZ6JOt0iruuskFKW #ogDW9uTpc4qvpC3ahGuprwE8U0dT9vdc { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #smqNyZbCaFRTK8oSUZ6JOt0iruuskFKW #CRtZzX0GP63CbQUqPacWisd5cLuoSE9F {  }
 }@media only screen and (max-width: 763px) { #smqNyZbCaFRTK8oSUZ6JOt0iruuskFKW #fIyHNNb6GLLTmIciTPfMBTlLxMXlaokP {  }
 }@media only screen and (max-width: 763px) { #smqNyZbCaFRTK8oSUZ6JOt0iruuskFKW #zGWZLVtmmR5u4oDM8VwnQhaE9CT3OuDd { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #smqNyZbCaFRTK8oSUZ6JOt0iruuskFKW #QdGVFl8yAbFB1xJarpi52W7V4ygzM2TC {  }
 }@media only screen and (max-width: 763px) { #smqNyZbCaFRTK8oSUZ6JOt0iruuskFKW #xe7WMXeNXQAtXNgMD7TEqkfvLeqy1uPv {  }
 }@media only screen and (max-width: 763px) { #smqNyZbCaFRTK8oSUZ6JOt0iruuskFKW #TW4fveTtgtZxaXpmou8dxC3ERphQa0kI { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #smqNyZbCaFRTK8oSUZ6JOt0iruuskFKW #OPIxfGLNh6FtTEszRC2wqeFtupXF7GxZ {  }
 }@media only screen and (max-width: 763px) { #smqNyZbCaFRTK8oSUZ6JOt0iruuskFKW #q6kJW4pSG05RcSrxeeT1bFS0Ol06akA4 {  }
 }@media only screen and (max-width: 763px) { #smqNyZbCaFRTK8oSUZ6JOt0iruuskFKW #koN9PQuaVIXvtkvoEo157BJUnFCEnuz7 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #smqNyZbCaFRTK8oSUZ6JOt0iruuskFKW #zxHnE3eroO48tybgyKR3Wdzhu6N70vzP {  }
 }@media only screen and (max-width: 763px) { #smqNyZbCaFRTK8oSUZ6JOt0iruuskFKW #SrpQ6GAwFtTpwoX3zpLRGKDtsHwruxtT {  }
 }@media only screen and (max-width: 763px) { #uTB7lwHqEZTLV9Ho7AUXSCyu7XTwvJ10 { width:12.75rem;height:3.125rem;top:1.625rem;left:35rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZdPa53AfyZDl4yrpP03PPfOcTI2JNSk { display:block; }
 }@media only screen and (max-width: 763px) { #bGkkBoxKzAAkal2IcCuEVIPvSP4xXWoE { top:2.1875rem;left:0rem;width:25.5rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yV5JyTnibbfl3kVZOVre4XuNh9ZoIGo4 { display:block; }#yV5JyTnibbfl3kVZOVre4XuNh9ZoIGo4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U4w12KgIKiEsCvU2M6zISHt0tKCcsQnl { top:6.4375rem;left:0rem;width:47.75rem;height:3.4375rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4TRlq3A4xcf0MNgFlhcPDTX8rNdXl6h { top:3.125rem;left:16.5rem;width:13.5rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDU4UWTlJTXm9CW7avs8US1wZOEnTZrk { top:10.375rem;left:0rem;width:47.75rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnqWEfgVUVtwJl9aZrtLM4swPf9IHW9I { display:block; }#OnqWEfgVUVtwJl9aZrtLM4swPf9IHW9I > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yqETsTosNsqqlSV835auqmAHtpuxUQsA { width:13.9375rem;height:17.4375rem;top:0.375rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6GuOPwPdio3uzvkNT69AVKTuXiUOqcW { width:18.25rem;height:18.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WliJdm904XohOGG2zGHz2vMPS4vGBAD6 { width:22.25rem;height:2.0625rem;top:19.875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PE7RDkqeMr8LocVNuwiZwSklh5U91PI6 { width:18.25rem;height:4.6875rem;top:21.9375rem;left:13.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHRgxA3nVBvRaOyrDJytI7d7d9GOmto3 { width:25.125rem;height:2.0625rem;top:19.75rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuOaE0QLwimmfrCH8xXGBEDa3IzFz2ST { width:12.0625rem;height:15.125rem;top:1.5625rem;left:17.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WeExNeUZTNxpZcUf8U5JlzIAM6Jk01AT { width:18.25rem;height:18.25rem;top:0rem;left:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfPRTezlatXoC1mTfd84lvvADpwJawN6 { width:19.0625rem;height:0;top:22rem;left:28.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIdDwFnJzrEKlTw1pKUA3seuhsOKqr1W { width:19.625rem;height:2.0625rem;top:19.875rem;left:28rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AalWuwQzmPGQ2pp2y5iOUzaR8mhbbdNQ { width:11rem;height:13.8125rem;top:2.1875rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXxfgiX4BpagS3dyeOwRq2LutEoCc9il { width:18.25rem;height:18.25rem;top:0rem;left:29.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCaGPCFRPtf18oIcNA9T4ABrwSWSghir { width:18.25rem;height:3.125rem;top:21.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVprmHAdXsXkwSAAi9wzCMKRGEqVfOsa { display:block; }#oVprmHAdXsXkwSAAi9wzCMKRGEqVfOsa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PZpUG3KR3c2wvToKdNQIQE9aGfyqOhLr { width:13.125rem;height:16.4375rem;top:0.875rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pel2l8lHQSZs33BGVVKSpgTNInOurTRK { width:18.25rem;height:18.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pU0hVz77ZNmIFuhg1Thu3OC5cVc4DUld { width:18.6875rem;height:2.0625rem;top:19.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqQRKOBo3Mp7CWJJnM5WVtNKNVMbxgg2 { width:18.25rem;height:3.125rem;top:21.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDUcX8AcGLESc5I9F1PoCTNDVcDLFmdc { width:20.125rem;height:3.125rem;top:21.3125rem;left:11.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACZKbOHbP7OsLUETmqAcT1PrEDIBdTR6 { width:21.3125rem;height:2.0625rem;top:19.25rem;left:10.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHJtLl9CTPL1fNf8Sin03o86Td2rgoGb { width:13.6875rem;height:17.25rem;top:0.5rem;left:16.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mqrfi2nTB2LHJQo3m256D6QrWBSdy3oH { width:18.25rem;height:18.25rem;top:0rem;left:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMCiC1JEmmqKU797Hw4ChZUK2V6iQULT { width:21.125rem;height:3.125rem;top:21.3125rem;left:10.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKd0HLrg4xxi1zqmRIiqzELliIsmtmS2 { width:18.25rem;height:2.0625rem;top:19.25rem;left:29.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLJyfxnntzaM0ld9NT70NfFfAhiswkw8 { width:11.6875rem;height:14.6875rem;top:1.75rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #edSaPtAyWh0sSi0kzxaP9OwPkqfW0kT4 { width:18.25rem;height:18.25rem;top:0rem;left:29.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCSLulZSzG27dmoh8oGrJOQuhL33FrO1 { display:block; }#FCSLulZSzG27dmoh8oGrJOQuhL33FrO1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eaIdpaZI3whRP3zqJXxlVgw66m61BviQ { top:4.1875rem;left:0rem;width:33.3125rem;height:8.25rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #srZMtkd9l9x7cltAsTPbShwo7lfRu2oN { width:28.0625rem;height:10rem;top:13.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZl8Sdv1BmXWqBqola1G9a5aFsOeieK1 { width:6.3125rem;height:5.1875rem;top:3.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oif24nQvv3iOXa6dvDSQ3ESC2rzMPtuy { top:0.8125rem;left:0rem;width:31.0625rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NanfZtdChH7hL6ImkgxB6WHgfe54fzB4 { top:27.75rem;left:0rem;width:33.9375rem;height:1.9375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqnTsMqNJMHclBzl1JixBWbMWWATAAmr { top:35.1875rem;left:0rem;width:22.125rem;height:4.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDTGqCWIWoiM5K3kFSIdxmmN1Zuc1MtL { top:35.9375rem;left:14.4375rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTghA8IqEwEaT3WoTNnUQiG0WM6oHr8z { top:3.5625rem;left:28.84375rem;width:17.3125rem;height:31.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMfIEDkWpksVTe28Wvi7dgQXDDvXi6P8 { top:25.8125rem;left:26.25rem;width:21.5rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOFUzQAJBaDUIaPRJPGzKiyEPwVdRzcA { top:24.125rem;left:0rem;width:15.75rem;height:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJ4Pkqt91cu0cMOs5a3okoTTmPIBTW5y { top:35.875rem;left:18.3125rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6nTTqpOVx1wT1u6TkdCESvSl3WWXVyR { top:35.875rem;left:22.34375rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RiyXIe1Rzn5oDmraJov14pAf5yXVVkoi { top:0.8125rem;left:16.875rem;width:30.875rem;height:38.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDTsPkCuG6Qgvo7uQfbISR7bp9WcieT8 { top:14.25rem;left:28.625rem;width:19.125rem;height:27.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGnIUwANfWSuOvppeWv8fOJ2iSBlmhF8 { top:2.75rem;left:39.125rem;width:8.625rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhZLSetiwlV72FlwHQLXxmhaqLBt9edB { top:8.1875rem;left:41.5625rem;width:6.1875rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxWrKk3qyp57WdyT5z7BM6DrMHlu8Cya { top:10.8125rem;left:41.25rem;width:6.5rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KsI8TW2DUv6JrOLfcJ9E0ZSclf5q8QvL { display:block; }#KsI8TW2DUv6JrOLfcJ9E0ZSclf5q8QvL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eLCWVITofh43hxtWUJ5HGiDM4eypxsrS { width:18.75rem;height:1.375rem;top:18.4375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CoR2ofnKM7Zn7B0HzVJnRZ80nSlQesBG { width:17rem;height:14.0625rem;top:22.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCSaeLkvJCXfMbZhNOcRHUBkUfTpe7Qs { top:9.5rem;left:11.75rem;width:20rem;height:28.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxrnEOnE4aT0tfMD9MoLRppkN47VkdMK { width:18.75rem;height:3.0625rem;top:19.8125rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxdOARSf9VDWJ5Cfame1CICasDn1S66E { width:18.75rem;height:1.375rem;top:18.4375rem;left:13rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICNZ4Ql8zIniFeeWsaLb3McJCvLhwtIJ { width:18.75rem;height:3.0625rem;top:19.8125rem;left:13rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K24I71RtH7bgyf2RNGUH9uDprM1fZdSa { width:18.375rem;height:14.0625rem;top:22.875rem;left:13.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTkN7LKIE3dRAXUsatBsXKkpExl23TNC { top:9.5rem;left:0rem;width:20rem;height:28.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6JrcGQytxbu7TRP9RyZ2ub8xSugQ8eF { top:9.5rem;left:27.625rem;width:20rem;height:28.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkfsiDFJR1oNIqWnBRDE1kgf1P57ShED { width:18.75rem;height:1.375rem;top:18.4375rem;left:28.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxgElIVXrhhRmxtXfudMVTJGO78bU1rK { width:18.75rem;height:3.0625rem;top:19.8125rem;left:28.875rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNisTJA0oEeVyrhr0AN5QEpwTpgePwap { width:16.9375rem;height:14.0625rem;top:22.875rem;left:30.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uiASHk1SZZqK2EdU2OxTKxqxXAydEM7q { top:10.9375rem;left:4.9375rem;width:6rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aa8tSRMIz96K1BadgUXyaFGDmTBwEAet { top:10.9375rem;left:4.75rem;width:6.4375rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X64LiAQtM4rVCAtzFBsG8V8vzmMDZPf8 { top:10.9375rem;left:20.625rem;width:6.4375rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bst7OzJB4LS5GT5r6ZXiCcTTWVoZFKxG { top:11.4375rem;left:21.6875rem;width:4.3125rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VhwAsUwGvU6TC8C6icOPoHDTTZfHTCvw { top:10.9375rem;left:36.5rem;width:6.4375rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOBitaz976QfLI7LcO4tH8fAs1vdmROJ { top:12.5625rem;left:38.4375rem;width:2.5625rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8Oo93OAzTO8FEdwVn3cqKf9ZGkV3JUX { width:47.25rem;height:4.375rem;top:2.25rem;left:0rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOrHageHODr71diSORizlAByexZxsOKB { display:block; }#BOrHageHODr71diSORizlAByexZxsOKB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SBETcBviorI52s9I8tdoivSsb5H0l9lL { top:2.5625rem;left:0rem;width:47.75rem;height:5.25rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TU8y4etbMC4N4hRSKblHPasf2gP8br7k { top:30.625rem;left:0rem;width:14.4375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxyhFvXH5mu3TmpErdB2Fh55DnmuPCtz { top:30.625rem;left:9.4375rem;width:14.4375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkG5vRC5BLJNXJXG3kFvXrT3dSfDwEmf { top:30.625rem;left:21.375rem;width:14.4375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mp1gdU2uWFXygy8F5pdQA5TIz8tCE2E2 { top:30.625rem;left:33.3125rem;width:14.4375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CORTvBUQl68ZW8zfOw00vokaXHTB0IgQ { top:11.75rem;left:0rem;width:14.375rem;height:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfxuyuOKA2wLXPaVdgCJVRcUwvcxB5EW { top:11.75rem;left:9.5rem;width:14.375rem;height:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bT6EGfx8RGTlDVszwu5hqswFOZDB113r { top:11.75rem;left:21.4375rem;width:14.375rem;height:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvzusooDlQ6WwLGNRSMHx303QgKykE4V { top:11.75rem;left:33.375rem;width:14.375rem;height:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8BDbWS9UaIJGT5WQt6XezHewi5STuib { top:11.875rem;left:0rem;width:14.3125rem;height:18.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocDEJVWqXncbmTC7O4UtJtH3QV5cPNnc { top:11.875rem;left:9.5625rem;width:14.4375rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WX2V0N0c1MXTmW3IOrz3H7FswHHtvQwH { top:11.9375rem;left:21.375rem;width:14.375rem;height:18.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MX8rZFpPgkqiK4NPsUtMH5puVWEDsNgn { top:11.75rem;left:33.25rem;width:14.5rem;height:18.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7kvlsPCsXlasxysayNsMS1RUQQUiExx { display:block; }#E7kvlsPCsXlasxysayNsMS1RUQQUiExx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TDapL7e4VUPwbb1tkOkbJnLswbgTeCP1 { top:6.375rem;left:0rem;width:47.75rem;height:3.4375rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBgT4EL6VPk3Pr9d0UvQ1x8i74A2tdbs { top:3.0625rem;left:15.375rem;width:17rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTIFwZ1BLA7UWriTVNZhDUl4i2tCrdGl { top:10.375rem;left:0rem;width:47.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALi8DlhHNNAxTNeeL37wEm1UUgmz5SIc { display:block; }#ALi8DlhHNNAxTNeeL37wEm1UUgmz5SIc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cf4ihVFgNo9Hmfk2y9iso4JRvMnABOJz { width:12.875rem;height:7.8125rem;top:9.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdzCJtfqPhWs83oHIpAwONzGVVy94Ql7 { top:3.3125rem;left:0rem;width:12.875rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xR4GmX4rdBQuGs9QBnGqHnKZCMamgrEV { top:6rem;left:0rem;width:14.125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1yw0kqgRzgpmvVHyiAHFMw9mZXnSdrp { width:2rem;height:2rem;top:5.875rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQmwV4ywio5U5BCuwB0UWdpkKdD7CxGT { width:4.375rem;height:0.125rem;top:6.875rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2XuEmZWTkgrTMWoTmTToikx9syxlmti { width:2rem;height:2rem;top:5.875rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5AvG6SUbM4Rbye1eErAun0nKbbEpXs1 { top:3.3125rem;left:19.0625rem;width:12.875rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #necSJHuxusRIyrgh0aT7exivAhL9lLJT { top:6.25rem;left:19.0625rem;width:12.875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcK3RwIwQqbhv7dq63ZukVTRfZwBOTW5 { width:4.375rem;height:0.125rem;top:6.8125rem;left:32.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IeI8uixQNBPNekSDeXaHBTtLXQb3kmZx { width:12.875rem;height:6.25rem;top:9.6875rem;left:19.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwZmmudatMXQvdp5QveOznSWbgc8UsyT { top:6.1875rem;left:34.875rem;width:12.875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzNwCKoxhiXK0G0mAXbm69BUSNyEdiwr { width:12.875rem;height:3.125rem;top:9.6875rem;left:34.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVaAac6d1lUWiiVRb94niAGh8TwnLC8f { top:3.25rem;left:34.875rem;width:12.875rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #os9F1SoauaULP5keqzagwcWGhm86ItC3 { width:3.25rem;height:2.375rem;top:5.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4oe8GS5CAHbwoXuknuKKxLOuvhFd0yv { width:3.25rem;height:2.375rem;top:5.75rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iR0oMQf3euHty7IKu7U4larqUsPLVatS { width:3.25rem;height:2.375rem;top:5.75rem;left:39.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lxn34rxABEDh1avVGgJcTen1wpOMo9Tm { display:block; }#Lxn34rxABEDh1avVGgJcTen1wpOMo9Tm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fxdQuWoxW6OHTGpleMQWwbSz1gMBc79p { top:22.375rem;left:36.625rem;width:11.0625rem;height:26.413818110164rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVBgiPM53nNLxTI0Q4AhnnLTBTrCT0sh { top:3.8125rem;left:0rem;width:10.875rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRNmis1OJOOEaWnrdkgL11upgiPLiwBB { width:43.375rem;height:42.1875rem;top:2.1875rem;left:2.1872692108154rem;display:block; }
 }@media only screen and (max-width: 763px) { #udm3HtVAAhACSfFB3r8LwwBIswBPSczk .widget-regular-label { width:36.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#udm3HtVAAhACSfFB3r8LwwBIswBPSczk .widget-input-text { width:36.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#udm3HtVAAhACSfFB3r8LwwBIswBPSczk .widget-input-text {padding-top: 0; padding-bottom: 0;}#udm3HtVAAhACSfFB3r8LwwBIswBPSczk .widget-textarea { width:36.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#udm3HtVAAhACSfFB3r8LwwBIswBPSczk .widget-input-select { width:36.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#udm3HtVAAhACSfFB3r8LwwBIswBPSczk .widget-input-select {padding-top: 0; padding-bottom: 0;}#udm3HtVAAhACSfFB3r8LwwBIswBPSczk .widget-input-button { width:26.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:4.9375rem; }
#udm3HtVAAhACSfFB3r8LwwBIswBPSczk .widget-checkbox-label { width:35.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#udm3HtVAAhACSfFB3r8LwwBIswBPSczk  { width:36.625rem;height:auto;top:3.75rem;left:4.3115787506104rem; }
#udm3HtVAAhACSfFB3r8LwwBIswBPSczk .radio-container { width:36.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#udm3HtVAAhACSfFB3r8LwwBIswBPSczk {display:block;}#udm3HtVAAhACSfFB3r8LwwBIswBPSczk { width:36.625rem;height:auto;top:3.75rem;left:4.3115787506104rem; }
 }@media only screen and (max-width: 763px) { #udm3HtVAAhACSfFB3r8LwwBIswBPSczk #FgpcnvJ7aUXM9eCxOB6kS6q5pIc9vR9Q {  }
 }@media only screen and (max-width: 763px) { #udm3HtVAAhACSfFB3r8LwwBIswBPSczk #Mw0uTetnHSzGUknkvB3C0lLZfcUK1bah {  }
 }@media only screen and (max-width: 763px) { #udm3HtVAAhACSfFB3r8LwwBIswBPSczk #XHUvCyiZCGVlbFWtEpEudXktyO2GM1kI {  }
 }@media only screen and (max-width: 763px) { #udm3HtVAAhACSfFB3r8LwwBIswBPSczk #R2Gs3RgWMlfD8IN3ucG8SgupUSeC77rr {  }
 }@media only screen and (max-width: 763px) { #udm3HtVAAhACSfFB3r8LwwBIswBPSczk #WVGUgSfGo43lJkid8OhoiFTBU48zpHB8 {  }
 }@media only screen and (max-width: 763px) { #udm3HtVAAhACSfFB3r8LwwBIswBPSczk #eOGGcucNNII2JD8T4bPQb3BxHbS9fLMS {  }
 }@media only screen and (max-width: 763px) { #udm3HtVAAhACSfFB3r8LwwBIswBPSczk #Xl4ebmFlnbmow9J1064gu3ilwrWyEL7o {  }
 }@media only screen and (max-width: 763px) { #udm3HtVAAhACSfFB3r8LwwBIswBPSczk #bwQnDcDhpIR62nrCdBgNPp1dD5LvJa3u {  }
 }@media only screen and (max-width: 763px) { #udm3HtVAAhACSfFB3r8LwwBIswBPSczk #WEgHUprgNMUK5fvocmdCQAD85U3QzC0e {  }
 }@media only screen and (max-width: 763px) { #udm3HtVAAhACSfFB3r8LwwBIswBPSczk #pQp5PhJ4TMvlRhHaPQi7DHDGqW55be7n {  }
 }@media only screen and (max-width: 763px) { #udm3HtVAAhACSfFB3r8LwwBIswBPSczk #l5MzRMLwNI6yhCAtrW7HJU2Jg5nUQWV1 {  }
 }@media only screen and (max-width: 763px) { #udm3HtVAAhACSfFB3r8LwwBIswBPSczk #BoD5smQknmNJT1OwlZyxwaOsNihNmgqd {  }
 }@media only screen and (max-width: 763px) { #udm3HtVAAhACSfFB3r8LwwBIswBPSczk #XK5a0qQzZFdddTVEMCeFmXaW0GLl0Qzh {  }
 }@media only screen and (max-width: 763px) { #udm3HtVAAhACSfFB3r8LwwBIswBPSczk #gZ8aLMMJv7VovaQcndaPIR7ZMpbz2Tlo {  }
 }@media only screen and (max-width: 763px) { #udm3HtVAAhACSfFB3r8LwwBIswBPSczk #RutUmlFmvbgveWnqu8XeSJSTlECDmiLV {  }
 }@media only screen and (max-width: 763px) { #udm3HtVAAhACSfFB3r8LwwBIswBPSczk #GdGdWTmyUIodAPtbuopdtZm36y4CWlQE {  }
 }@media only screen and (max-width: 763px) { #udm3HtVAAhACSfFB3r8LwwBIswBPSczk #KyDALTIAfst2TXfydSgR7RGNTmZxL8kv {  }
 }@media only screen and (max-width: 763px) { #udm3HtVAAhACSfFB3r8LwwBIswBPSczk #ACTV1k9hoiMOvV0S5RacNaEs639cAEPG {  }
 }@media only screen and (max-width: 763px) { #udm3HtVAAhACSfFB3r8LwwBIswBPSczk #iMrrqHbt2mETM0xZdS3CgTbThpJa9Krz {  }
 }@media only screen and (max-width: 763px) { #udm3HtVAAhACSfFB3r8LwwBIswBPSczk #py57BLRtlBnfs17zppLt1vaTgXWEuIDD {  }
 }@media only screen and (max-width: 763px) { #udm3HtVAAhACSfFB3r8LwwBIswBPSczk #zLNE2Izq28JPqJNWq3qZeMbR2ih15Htg {  }
 }@media only screen and (max-width: 763px) { #udm3HtVAAhACSfFB3r8LwwBIswBPSczk #lfk6Wd3iyOIRmKbDGJ6eMbULgChxyEBz {  }
 }@media only screen and (max-width: 763px) { #udm3HtVAAhACSfFB3r8LwwBIswBPSczk #BgQ13kfbzOFeJau9CpluBcMKPzLIWpcf {  }
 }@media only screen and (max-width: 763px) { #udm3HtVAAhACSfFB3r8LwwBIswBPSczk #TfVz78w80Ck3ksKTWNWGaBQgdMDbkBN3 {  }
 }@media only screen and (max-width: 763px) { #udm3HtVAAhACSfFB3r8LwwBIswBPSczk #FcTfst5m7I0e2hRUhnuHCw7Vpq45TKXB {  }
 }@media only screen and (max-width: 763px) { #udm3HtVAAhACSfFB3r8LwwBIswBPSczk #DMtknQ0UcwA0LD7fw3a4BmTOBFipqgVB {  }
 }@media only screen and (max-width: 763px) { #xuLQ6IahZXdGbSn5iedAWGPTwtzCCxLS { display:block; }#xuLQ6IahZXdGbSn5iedAWGPTwtzCCxLS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p6tlfmNMDCt7x2PZHWF56bKxeAPR2ZPW { width:47.75rem;height:3.6875rem;top:1.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zR99thMz8uprUvqOTrtFw46VauDtlUGZ { width:3.25rem;height:0.0625rem;top:42.625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XR8eaN9dkTBP6I5azkCK2TGfEMxbW24s { width:3.25rem;height:0.0625rem;top:42.625rem;left:43.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIENU8LZTm2TODLQZyTwezqfS29Mcbd3 { top:3.0625rem;left:0rem;width:2.6875rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WshsBMsrwsHbc91d2dr6UOS66CQIiWL0 { top:1.125rem;left:0rem;width:2.0625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQy92PJe0F9TwxuMfLBPL2ptA9seoAnb { top:1.6875rem;left:38.75rem;width:9rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBeuqERx7DC4diRe1d15HSqe6TnAiBEk { width:15.75rem;height:12.5rem;top:25.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kx96TRdlgP2fnap3Q4N1xthfClo30TQO { width:15.75rem;height:1.5625rem;top:42.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #avvMnmR7EfPX7h0cWTUGTWbzgnQTADgT { width:17.3125rem;height:20.3125rem;top:21.25rem;left:15.21875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsUQimfkTto2zTzObiLvil5MccUu3FVW { width:15.75rem;height:1.5625rem;top:42.6875rem;left:15.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOaRKBEV1hafN10PMrHpcpRcQHNmmxW6 { width:3.25rem;height:0.0625rem;top:42.625rem;left:22.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAN8o7vmoTQkcp2ed9CKwWGB9WehF6l5 { width:17.9375rem;height:17.1875rem;top:22.8125rem;left:29.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uq88Gb1WQ33hETn39NbVRfkIFvG8vuIT { width:15.75rem;height:1.5625rem;top:42.625rem;left:32rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccbANft42PnXpT2NDBmcdovC1CpaGDUE { top:51.25rem;left:0rem;width:26.3125rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTgGLCo0TADhNafc0ZW8Ktunm8pFicuX { top:48.6875rem;left:0rem;width:22.5625rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3C8DeGX49ns5i8oBe06do9tW7hJ58HK { top:60.625rem;left:0rem;width:22.625rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmKK4RUJRsNCetBFTAswpHvCW44RLAGr { top:72.5rem;left:0rem;width:22.625rem;height:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPGfX18ipdBZkKsKSnXA8ayx667ufQEr { top:54.875rem;left:20.625rem;width:15.1875rem;height:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hobW7E3AlBRMrnvdSB2AmpFAC9wRqfes { top:59.3125rem;left:31.8125rem;width:15.8125rem;height:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BguxXTAKFDTv5MNf0WxyLsqCSNbfBRdC { top:75.125rem;left:24.5rem;width:13.375rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnCJIWP2RU9lACT192mT5O4wPpeo2n5b { top:63.125rem;left:0rem;width:26.3125rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbOMADHzS9lVnWs4gmh9NZbG5TT0avyW { top:75.0625rem;left:0rem;width:26.3125rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAbuX8nzhFHka7zAAxFwTHH1fU0oBVf1 { top:58.0625rem;left:28.4375rem;width:19.3125rem;height:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsKTnTX0Xy07KzPH9cE1qfneqv7dLLRJ { top:53.375rem;left:18.625rem;width:19.3125rem;height:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #keN4hXR534Dvw9KlSAeNFAECZnXpRQ25 { top:73rem;left:21.5rem;width:19.3125rem;height:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eipfB7Q2Ld3yz8wMPef3Vv921zWqkivl { top:69.5rem;left:18.375rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5hvX7nPnLyPUgmHxzKlkK5T9QUtnQOG { top:74.25rem;left:44.0625rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmhQsCOlE4czioNbBnCrZaKcJlsZC4Hf { top:51.25rem;left:40.8125rem;width:5.375rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ho5Grrmely3ogBXRxVXhOAvwuUA27psn { top:50.375rem;left:37.875rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xaag8QdNBbt2y1HTWARFGySKlW45TUSq { top:80.0625rem;left:43.125rem;width:4.625rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3oT9WOG9rNghbQfZKnAodVBQ7dP4VxL { top:67.75rem;left:23.3125rem;width:3.25rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kzy6UECFNAblyPBMl1EdXrxKzt35gKUO { top:84.5625rem;left:0rem;width:6.375rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3hxe6m9luSyyipTp4pEFm3zdAvryAF1 { top:70.5rem;left:33.875rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgUGhA8Q6z4OcLWMHEAxgEbECBJSl5ip { top:68.6875rem;left:30.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpxdDWGTeNRDvQevytk9MxN4iwLR8IcI { top:67.625rem;left:37.3125rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFtlxUIFH42HkCydw5zTQVyu64nWQenm { top:48.6875rem;left:40.875rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqhfTiR3xrEVW5xn1epWoMzO5qwEu9Uc { top:53.375rem;left:0rem;width:4.5rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUp9digtH5JObnWuzTqJXTVU5ow5lzon { top:65.1875rem;left:0rem;width:4.6875rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcT7foip889E44qB1KT4t2nDZOwcJtIw { top:77.375rem;left:0rem;width:4.5rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DN6ic9yDgMG9ZGuLnXThqhNKrFyubdle { top:9.5rem;left:13.875rem;width:20rem;height:35.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eauqifr82dwc47dHrXXcdsilTAo4twD6 { top:9.5625rem;left:0rem;width:20rem;height:35.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fV3rlvSspFgxkzO9l8XH270R6nX67pTV { top:9.5rem;left:27.75rem;width:20rem;height:35.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPoJ4BQ8hOsNTRrx9rH7Mss5dJM6slNC { top:8.75rem;left:35.875rem;width:11.875rem;height:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqH4qmUzTg3ZNzOEhTGXTePhzRGvp7JK { top:7.625rem;left:17.0625rem;width:13.625rem;height:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSiDTX9mqtxpTNhTT8hOxX1wT4S6lJLX { top:10.5rem;left:0rem;width:8.9375rem;height:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTL8aLkBcRQog6yLyiT9XEPfPuTv2Is8 { display:block; }#ZTL8aLkBcRQog6yLyiT9XEPfPuTv2Is8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aWIKsZiJrQPLLTBRiA88Du3XuEkxWU48 { width:17.125rem;height:1.75rem;top:6.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnGvd0srai3pUlW386eI4UKMUc0uhie5 { width:17.125rem;height:4.6875rem;top:8.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVTVVafFaH6mG5SWNntAqZVqaCaN2NkN { width:17.125rem;height:1.75rem;top:1.9375rem;left:30.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSNVtqF1GQ8zxuwDU7wVunHTzWJb58Nf { width:3rem;height:3rem;top:4.875rem;left:40.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUlklRQsNCBJE6MI10WsRi9WmUXqX4LT { width:1.375rem;height:1.375rem;top:5.6875rem;left:41.75rem;display:block; }
#DUlklRQsNCBJE6MI10WsRi9WmUXqX4LT > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #F1LbKg8LOdtIvBF6vcvuobvGKTDcAMnU { width:3rem;height:3rem;top:4.875rem;left:44.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VtNqK261FwD63Bzlzyodz3P6trHxC5zx { width:1.375rem;height:1.375rem;top:5.6875rem;left:46rem;display:block; }
#VtNqK261FwD63Bzlzyodz3P6trHxC5zx > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #umRMRo98d9ALDGBfk8nBkhNXl9VSbEu2 { width:3rem;height:3rem;top:4.9375rem;left:44.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5fiVuIooOSw16ofM108J3SSBzSGBQZa { width:1.375rem;height:1.375rem;top:5.75rem;left:46.375rem;display:block; }
#f5fiVuIooOSw16ofM108J3SSBzSGBQZa > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #FhScmmh8n6nOOxO0F1n5H5a32TbH2xSJ { width:17.5rem;height:3.4375rem;top:13.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTNpLNTeRcPcKRgFnSqC7GuoLdQA8tue { display:block; }
 }@media only screen and (max-width: 763px) { #QfJklziCWlTdge1JNTbI1vUUJXezPcBN { width:17.125rem;height:6.25rem;top:10.0625rem;left:30.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rv3gUdPyAHuS0gR8t1QlMPpHrcR9L55e { width:18.4375rem;height:3.1875rem;top:1.6875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAVG2UTM4HholEz2IsW3LcQPmvSSAWKw { top:1.5rem;left:13.3125rem;width:23.875rem;height:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #UVdgEkqBAtfRUexbGlWy422wDKXlBqOD { display:block; }#UVdgEkqBAtfRUexbGlWy422wDKXlBqOD > .row .container { width:20rem;height:71.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oA5IUumlCkhXB5XUH1ch8WTweJwDqGDh { width:20rem;height:3.3823528125rem;top:6.0625rem;left:0rem;font-size:3.125rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #OOFkitoy9BwIuyN9LziRdDHk3ITMetyd { width:20rem;height:20.25rem;top:51.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqfswH2TnIZu1OW2fz5P6TzZcUiTmvwe { width:4.6875rem;height:4.6875rem;top:5.4375rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTTg3fbLWTpgTTiPSCebmXEsxuFJUql4 { width:3.625rem;height:3.625rem;top:9.375rem;left:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWnOh9viQsfu0TnDqq4kNdVOc8ppcbTc { width:20rem;height:3.235294125rem;top:1.5625rem;left:0rem;font-size:1.25rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #rrAzA5AioM4UbSLU742PPCIDIvJNdWNR { width:15.875rem;height:5.2941174375rem;top:40.3125rem;left:2.3125rem;font-size:1.375rem;z-index:15046;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wBBiH9FQaRd9hL6wHsCAwIfiqf1sgvA9 { width:18.625rem;height:6.3970585rem;top:23.5rem;left:0.6875rem;font-size:1.5625rem;z-index:15045;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lwX1p8rhRorPfdJMEtXouSKQETbyC1xp { width:9.5rem;height:2.3125rem;top:40.3125rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UEWJtAOkqeMAzNGXgZ4Ma297VwKURxvf { width:20rem;height:4.264705625rem;top:15.4375rem;left:0rem;font-size:2rem;z-index:15044;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #pe0NFiyPZ8ficsBKGrCz7E5geNe4t2GT { width:5rem;height:2.1875rem;top:15.4375rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcU7CJudeOungcP5MWREsd2XeSlwTWTp { display:flex;width:3.125rem;height:3.125rem;top:20.375rem;left:8.4375rem; }
#wcU7CJudeOungcP5MWREsd2XeSlwTWTp > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #P6OzPewyxiwq5ZpSJzpbRyd4aodTRtZC { width:15.875rem;height:3.5294115625rem;top:48.9375rem;left:2.3125rem;font-size:1.375rem;z-index:15047;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AAiEHOsLI0gFXyaQNqlPT0iHuCGq0pr0 { width:8.125rem;height:2.3125rem;top:48.9375rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKLuRPgWKcoKL9fKy9pB7eQIb7zpx5Un { width:11.9375rem;height:8.4375rem;top:30.6875rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyaI9JGfLo9pJNmbv74OziMtpg3RZpdy { width:4.75rem;height:3.3125rem;top:30.0625rem;left:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEFOWRmHDWDyR3aTrfMOzJhPiJ40VSZu { width:4.4375rem;height:3.0625rem;top:19.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPaqmDyq5cdTNzAaVIsXu744pR5VmvUf { width:4.125rem;height:2.8125rem;top:53.9375rem;left:15.759146341463rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqTU7w0tgb7tSp5IRhKrclroh61NxiSz { display:block; }#kqTU7w0tgb7tSp5IRhKrclroh61NxiSz > .row .container { width:20rem;height:14.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #smqNyZbCaFRTK8oSUZ6JOt0iruuskFKW .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#smqNyZbCaFRTK8oSUZ6JOt0iruuskFKW .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#smqNyZbCaFRTK8oSUZ6JOt0iruuskFKW .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:-9%;left:0rem; }
#smqNyZbCaFRTK8oSUZ6JOt0iruuskFKW { display:flex;width:18rem;height:5.0625rem;top:2.8125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #smqNyZbCaFRTK8oSUZ6JOt0iruuskFKW #ogDW9uTpc4qvpC3ahGuprwE8U0dT9vdc { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #smqNyZbCaFRTK8oSUZ6JOt0iruuskFKW #CRtZzX0GP63CbQUqPacWisd5cLuoSE9F {  }
 }@media only screen and (max-width: 763px) { #smqNyZbCaFRTK8oSUZ6JOt0iruuskFKW #fIyHNNb6GLLTmIciTPfMBTlLxMXlaokP {  }
 }@media only screen and (max-width: 763px) { #smqNyZbCaFRTK8oSUZ6JOt0iruuskFKW #zGWZLVtmmR5u4oDM8VwnQhaE9CT3OuDd { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #smqNyZbCaFRTK8oSUZ6JOt0iruuskFKW #QdGVFl8yAbFB1xJarpi52W7V4ygzM2TC {  }
 }@media only screen and (max-width: 763px) { #smqNyZbCaFRTK8oSUZ6JOt0iruuskFKW #xe7WMXeNXQAtXNgMD7TEqkfvLeqy1uPv {  }
 }@media only screen and (max-width: 763px) { #smqNyZbCaFRTK8oSUZ6JOt0iruuskFKW #TW4fveTtgtZxaXpmou8dxC3ERphQa0kI { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #smqNyZbCaFRTK8oSUZ6JOt0iruuskFKW #OPIxfGLNh6FtTEszRC2wqeFtupXF7GxZ {  }
 }@media only screen and (max-width: 763px) { #smqNyZbCaFRTK8oSUZ6JOt0iruuskFKW #q6kJW4pSG05RcSrxeeT1bFS0Ol06akA4 {  }
 }@media only screen and (max-width: 763px) { #smqNyZbCaFRTK8oSUZ6JOt0iruuskFKW #koN9PQuaVIXvtkvoEo157BJUnFCEnuz7 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #smqNyZbCaFRTK8oSUZ6JOt0iruuskFKW #zxHnE3eroO48tybgyKR3Wdzhu6N70vzP {  }
 }@media only screen and (max-width: 763px) { #smqNyZbCaFRTK8oSUZ6JOt0iruuskFKW #SrpQ6GAwFtTpwoX3zpLRGKDtsHwruxtT {  }
 }@media only screen and (max-width: 763px) { #uTB7lwHqEZTLV9Ho7AUXSCyu7XTwvJ10 { width:12.75rem;height:3.4375rem;top:9.2998046875rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZdPa53AfyZDl4yrpP03PPfOcTI2JNSk { display:block; }
 }@media only screen and (max-width: 763px) { #bGkkBoxKzAAkal2IcCuEVIPvSP4xXWoE { width:17.0625rem;height:1.76470575rem;top:1.0625rem;left:1.46875rem;font-size:1.375rem;z-index:15010;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #yV5JyTnibbfl3kVZOVre4XuNh9ZoIGo4 { display:block; }#yV5JyTnibbfl3kVZOVre4XuNh9ZoIGo4 > .row .container { width:20rem;height:17.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U4w12KgIKiEsCvU2M6zISHt0tKCcsQnl { width:20rem;height:7.7205881875rem;top:3.34375rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4TRlq3A4xcf0MNgFlhcPDTX8rNdXl6h { width:13.5rem;height:1.1764705rem;top:1.375rem;left:3.25rem;font-size:1.125rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #dDU4UWTlJTXm9CW7avs8US1wZOEnTZrk { width:20rem;height:3.088235125rem;top:12.162109375rem;left:0rem;font-size:1rem;z-index:15010;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #OnqWEfgVUVtwJl9aZrtLM4swPf9IHW9I { background-color:#ffffff;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; }#OnqWEfgVUVtwJl9aZrtLM4swPf9IHW9I > .row .container { background-color: transparent; background-image: none; }#OnqWEfgVUVtwJl9aZrtLM4swPf9IHW9I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OnqWEfgVUVtwJl9aZrtLM4swPf9IHW9I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OnqWEfgVUVtwJl9aZrtLM4swPf9IHW9I > .row .container > .video-iframe-container { display: none; }#OnqWEfgVUVtwJl9aZrtLM4swPf9IHW9I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OnqWEfgVUVtwJl9aZrtLM4swPf9IHW9I > .row > .video-iframe-container { display: none; }#OnqWEfgVUVtwJl9aZrtLM4swPf9IHW9I > .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); }#OnqWEfgVUVtwJl9aZrtLM4swPf9IHW9I > .row .container { border-width: 0; border-radius: 0; }#OnqWEfgVUVtwJl9aZrtLM4swPf9IHW9I > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OnqWEfgVUVtwJl9aZrtLM4swPf9IHW9I > .row .container { width:20rem;height:91.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yqETsTosNsqqlSV835auqmAHtpuxUQsA { width:11.75rem;height:14.6875rem;top:2.59375rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6GuOPwPdio3uzvkNT69AVKTuXiUOqcW { width:18.25rem;height:18.25rem;top:0.8125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WliJdm904XohOGG2zGHz2vMPS4vGBAD6 { width:20rem;height:1.83823525rem;top:20.8125rem;left:0rem;font-size:1.875rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #PE7RDkqeMr8LocVNuwiZwSklh5U91PI6 { width:18.25rem;height:4.6323528125rem;top:52.9375rem;left:0.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHRgxA3nVBvRaOyrDJytI7d7d9GOmto3 { width:18.25rem;height:1.83823525rem;top:51.125rem;left:0.875rem;font-size:1.875rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #vuOaE0QLwimmfrCH8xXGBEDa3IzFz2ST { width:11.8125rem;height:14.8125rem;top:33.3125rem;left:4.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WeExNeUZTNxpZcUf8U5JlzIAM6Jk01AT { width:18.25rem;height:18.25rem;top:31.59375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfPRTezlatXoC1mTfd84lvvADpwJawN6 { width:19.4375rem;height:3.088235125rem;top:82.6875rem;left:0.28125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIdDwFnJzrEKlTw1pKUA3seuhsOKqr1W { width:19.625rem;height:1.83823525rem;top:80.8125rem;left:0rem;font-size:1.875rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #AalWuwQzmPGQ2pp2y5iOUzaR8mhbbdNQ { width:9.25rem;height:11.5625rem;top:64.40625rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXxfgiX4BpagS3dyeOwRq2LutEoCc9il { width:18.25rem;height:18.25rem;top:61.0625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCaGPCFRPtf18oIcNA9T4ABrwSWSghir { width:18.25rem;height:3.088235125rem;top:22.6875rem;left:0.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVprmHAdXsXkwSAAi9wzCMKRGEqVfOsa { background-color:#ffffff;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; }#oVprmHAdXsXkwSAAi9wzCMKRGEqVfOsa > .row .container { background-color: transparent; background-image: none; }#oVprmHAdXsXkwSAAi9wzCMKRGEqVfOsa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oVprmHAdXsXkwSAAi9wzCMKRGEqVfOsa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oVprmHAdXsXkwSAAi9wzCMKRGEqVfOsa > .row .container > .video-iframe-container { display: none; }#oVprmHAdXsXkwSAAi9wzCMKRGEqVfOsa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oVprmHAdXsXkwSAAi9wzCMKRGEqVfOsa > .row > .video-iframe-container { display: none; }#oVprmHAdXsXkwSAAi9wzCMKRGEqVfOsa > .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); }#oVprmHAdXsXkwSAAi9wzCMKRGEqVfOsa > .row .container { border-width: 0; border-radius: 0; }#oVprmHAdXsXkwSAAi9wzCMKRGEqVfOsa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oVprmHAdXsXkwSAAi9wzCMKRGEqVfOsa > .row .container { width:20rem;height:86.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PZpUG3KR3c2wvToKdNQIQE9aGfyqOhLr { width:12.6875rem;height:15.875rem;top:0.625rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pel2l8lHQSZs33BGVVKSpgTNInOurTRK { width:18.25rem;height:18.25rem;top:0rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pU0hVz77ZNmIFuhg1Thu3OC5cVc4DUld { width:18.25rem;height:1.83823525rem;top:18.875rem;left:0.875rem;font-size:1.875rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #OqQRKOBo3Mp7CWJJnM5WVtNKNVMbxgg2 { width:18.25rem;height:3.088235125rem;top:22.625rem;left:0.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDUcX8AcGLESc5I9F1PoCTNDVcDLFmdc { width:20rem;height:3.088235125rem;top:52.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACZKbOHbP7OsLUETmqAcT1PrEDIBdTR6 { width:18.25rem;height:3.6764705rem;top:48.75rem;left:0.875rem;font-size:1.875rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #tHJtLl9CTPL1fNf8Sin03o86Td2rgoGb { width:12.375rem;height:15.5rem;top:31.25rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mqrfi2nTB2LHJQo3m256D6QrWBSdy3oH { width:18.25rem;height:18.25rem;top:29.875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMCiC1JEmmqKU797Hw4ChZUK2V6iQULT { width:18.25rem;height:3.088235125rem;top:80.5rem;left:0.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKd0HLrg4xxi1zqmRIiqzELliIsmtmS2 { width:18.25rem;height:1.83823525rem;top:78.625rem;left:0.875rem;font-size:1.875rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #cLJyfxnntzaM0ld9NT70NfFfAhiswkw8 { width:10.4375rem;height:13.1875rem;top:62.28125rem;left:4.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #edSaPtAyWh0sSi0kzxaP9OwPkqfW0kT4 { width:18.25rem;height:18.25rem;top:59.75rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCSLulZSzG27dmoh8oGrJOQuhL33FrO1 { display:block; }#FCSLulZSzG27dmoh8oGrJOQuhL33FrO1 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FCSLulZSzG27dmoh8oGrJOQuhL33FrO1 > .row .container { width:20rem;height:61.875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eaIdpaZI3whRP3zqJXxlVgw66m61BviQ { width:19.9375rem;height:6.0294118125rem;top:12.5625rem;left:0rem;font-size:2.375rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #srZMtkd9l9x7cltAsTPbShwo7lfRu2oN { width:20rem;height:7.7205878125rem;top:18.6875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DZl8Sdv1BmXWqBqola1G9a5aFsOeieK1 { width:4.4375rem;height:3.125rem;top:12.5625rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oif24nQvv3iOXa6dvDSQ3ESC2rzMPtuy { width:20rem;height:1.1764705rem;top:0.625rem;left:0rem;font-size:1.125rem;z-index:15010;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #NanfZtdChH7hL6ImkgxB6WHgfe54fzB4 { width:20rem;height:2.3529410625rem;top:37.125rem;left:0rem;font-size:1.8125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #sqnTsMqNJMHclBzl1JixBWbMWWATAAmr { width:20rem;height:4.411764625rem;top:28.625rem;left:0rem;font-size:1.75rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SDTGqCWIWoiM5K3kFSIdxmmN1Zuc1MtL { display:flex;width:2.5rem;height:2.5rem;top:34.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wTghA8IqEwEaT3WoTNnUQiG0WM6oHr8z { width:10.875rem;height:19.9375rem;top:36.4375rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMfIEDkWpksVTe28Wvi7dgQXDDvXi6P8 { width:13.75rem;height:10.75rem;top:51.125rem;left:3.125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TOFUzQAJBaDUIaPRJPGzKiyEPwVdRzcA { width:13.4375rem;height:9.5rem;top:2.375rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJ4Pkqt91cu0cMOs5a3okoTTmPIBTW5y { display:flex;width:2.5625rem;height:2.5625rem;top:42.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #T6nTTqpOVx1wT1u6TkdCESvSl3WWXVyR { display:flex;width:2.5625rem;height:2.5625rem;top:38.3125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RiyXIe1Rzn5oDmraJov14pAf5yXVVkoi { width:20rem;height:25.1875rem;top:34.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDTsPkCuG6Qgvo7uQfbISR7bp9WcieT8 { width:12.4375rem;height:17.875rem;top:55.5rem;left:3.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #OGnIUwANfWSuOvppeWv8fOJ2iSBlmhF8 { width:4.8125rem;height:3.375rem;top:33.8125rem;left:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhZLSetiwlV72FlwHQLXxmhaqLBt9edB { width:4.875rem;height:3.3125rem;top:56.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxWrKk3qyp57WdyT5z7BM6DrMHlu8Cya { width:5.875rem;height:4rem;top:52.4375rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KsI8TW2DUv6JrOLfcJ9E0ZSclf5q8QvL { background-color:rgba(var(--color-tertiary-0),1);background-image:none;display:block; }#KsI8TW2DUv6JrOLfcJ9E0ZSclf5q8QvL > .row .container { background-color: transparent; background-image: none; }#KsI8TW2DUv6JrOLfcJ9E0ZSclf5q8QvL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KsI8TW2DUv6JrOLfcJ9E0ZSclf5q8QvL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KsI8TW2DUv6JrOLfcJ9E0ZSclf5q8QvL > .row .container > .video-iframe-container { display: none; }#KsI8TW2DUv6JrOLfcJ9E0ZSclf5q8QvL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KsI8TW2DUv6JrOLfcJ9E0ZSclf5q8QvL > .row > .video-iframe-container { display: none; }#KsI8TW2DUv6JrOLfcJ9E0ZSclf5q8QvL > .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); }#KsI8TW2DUv6JrOLfcJ9E0ZSclf5q8QvL > .row .container { width:20rem;height:98.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eLCWVITofh43hxtWUJ5HGiDM4eypxsrS { width:18.75rem;height:1.323529375rem;top:16.8125rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CoR2ofnKM7Zn7B0HzVJnRZ80nSlQesBG { width:18.75rem;height:13.8970585rem;top:21.4375rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VCSaeLkvJCXfMbZhNOcRHUBkUfTpe7Qs { width:20rem;height:28.4375rem;top:38.8125rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-secondary-2),1));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #TxrnEOnE4aT0tfMD9MoLRppkN47VkdMK { width:18.75rem;height:2.57352925rem;top:18.1875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxdOARSf9VDWJ5Cfame1CICasDn1S66E { width:18.75rem;height:1.323529375rem;top:47.75rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICNZ4Ql8zIniFeeWsaLb3McJCvLhwtIJ { width:18.75rem;height:2.57352925rem;top:49.125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #K24I71RtH7bgyf2RNGUH9uDprM1fZdSa { width:18.375rem;height:13.8970585rem;top:52.1875rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTkN7LKIE3dRAXUsatBsXKkpExl23TNC { width:20rem;height:28.4375rem;top:8.0625rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-secondary-2),1));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #c6JrcGQytxbu7TRP9RyZ2ub8xSugQ8eF { width:20rem;height:28.4375rem;top:69.375rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-secondary-2),1));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #dkfsiDFJR1oNIqWnBRDE1kgf1P57ShED { width:18.75rem;height:1.323529375rem;top:78.3125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxgElIVXrhhRmxtXfudMVTJGO78bU1rK { width:18.75rem;height:2.57352925rem;top:79.6875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNisTJA0oEeVyrhr0AN5QEpwTpgePwap { width:16.9375rem;height:13.8970585rem;top:82.75rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uiASHk1SZZqK2EdU2OxTKxqxXAydEM7q { width:6rem;height:7.5625rem;top:9.25rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #aa8tSRMIz96K1BadgUXyaFGDmTBwEAet { width:6.4375rem;height:6.4375rem;top:9.25rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X64LiAQtM4rVCAtzFBsG8V8vzmMDZPf8 { width:6.4375rem;height:6.4375rem;top:40.25rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bst7OzJB4LS5GT5r6ZXiCcTTWVoZFKxG { width:4.3125rem;height:5.4375rem;top:40.75rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VhwAsUwGvU6TC8C6icOPoHDTTZfHTCvw { width:6.4375rem;height:6.4375rem;top:70.8125rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOBitaz976QfLI7LcO4tH8fAs1vdmROJ { width:2.5625rem;height:3.1875rem;top:72.4375rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8Oo93OAzTO8FEdwVn3cqKf9ZGkV3JUX { width:20rem;height:5.1470585rem;top:1.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOrHageHODr71diSORizlAByexZxsOKB { display:block; }#BOrHageHODr71diSORizlAByexZxsOKB > .row .container { width:20rem;height:94.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SBETcBviorI52s9I8tdoivSsb5H0l9lL { width:20rem;height:5.1470585rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TU8y4etbMC4N4hRSKblHPasf2gP8br7k { width:14.4375rem;height:1.39705875rem;top:26.5625rem;left:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxyhFvXH5mu3TmpErdB2Fh55DnmuPCtz { width:14.4375rem;height:1.39705875rem;top:48.125rem;left:2.78125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkG5vRC5BLJNXJXG3kFvXrT3dSfDwEmf { width:14.4375rem;height:1.39705875rem;top:69.8125rem;left:2.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mp1gdU2uWFXygy8F5pdQA5TIz8tCE2E2 { width:14.4375rem;height:1.39705875rem;top:91.625rem;left:2.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CORTvBUQl68ZW8zfOw00vokaXHTB0IgQ { width:14.375rem;height:18.25rem;top:7.5rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfxuyuOKA2wLXPaVdgCJVRcUwvcxB5EW { width:14.375rem;height:18.25rem;top:29rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bT6EGfx8RGTlDVszwu5hqswFOZDB113r { width:14.375rem;height:18.25rem;top:50.875rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvzusooDlQ6WwLGNRSMHx303QgKykE4V { width:14.375rem;height:18.25rem;top:72.75rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8BDbWS9UaIJGT5WQt6XezHewi5STuib { width:14.375rem;height:18.0625rem;top:7.625rem;left:2.9630281690141rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocDEJVWqXncbmTC7O4UtJtH3QV5cPNnc { width:14.3125rem;height:18.0625rem;top:29.125rem;left:2.9131696428571rem;display:block; }
 }@media only screen and (max-width: 763px) { #WX2V0N0c1MXTmW3IOrz3H7FswHHtvQwH { width:14.375rem;height:18.0625rem;top:51.1875rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MX8rZFpPgkqiK4NPsUtMH5puVWEDsNgn { width:14.5rem;height:18.125rem;top:72.8125rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7kvlsPCsXlasxysayNsMS1RUQQUiExx { display:block; }#E7kvlsPCsXlasxysayNsMS1RUQQUiExx > .row .container { width:20rem;height:15.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TDapL7e4VUPwbb1tkOkbJnLswbgTeCP1 { width:18.5625rem;height:5.1470585rem;top:4.6103515625rem;left:0.71875rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBgT4EL6VPk3Pr9d0UvQ1x8i74A2tdbs { width:18.5625rem;height:1.1764705rem;top:2.1875rem;left:0.71875rem;font-size:1.125rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #XTIFwZ1BLA7UWriTVNZhDUl4i2tCrdGl { width:18.5625rem;height:3.3823528125rem;top:10.4482421875rem;left:0.71875rem;font-size:1rem;z-index:15010;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #ALi8DlhHNNAxTNeeL37wEm1UUgmz5SIc { display:block; }#ALi8DlhHNNAxTNeeL37wEm1UUgmz5SIc > .row .container { width:20rem;height:37.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cf4ihVFgNo9Hmfk2y9iso4JRvMnABOJz { width:15.75rem;height:6.17647025rem;top:7.4375rem;left:2.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kdzCJtfqPhWs83oHIpAwONzGVVy94Ql7 { width:12.875rem;height:1.1764705rem;top:2.3125rem;left:3.5625rem;font-size:1.125rem;z-index:15010;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xR4GmX4rdBQuGs9QBnGqHnKZCMamgrEV { width:15.0625rem;height:1.76470575rem;top:4.4375rem;left:2.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1yw0kqgRzgpmvVHyiAHFMw9mZXnSdrp { display:flex;width:2rem;height:2rem;top:14rem;left:6.8125rem;opacity:1;display:none; }
 }@media only screen and (max-width: 763px) { #gQmwV4ywio5U5BCuwB0UWdpkKdD7CxGT { width:4.375rem;height:0.3125rem;top:15rem;left:3.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #K2XuEmZWTkgrTMWoTmTToikx9syxlmti { display:flex;width:2rem;height:2rem;top:32.6875rem;left:6.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #B5AvG6SUbM4Rbye1eErAun0nKbbEpXs1 { width:12.875rem;height:1.1764705rem;top:16.5625rem;left:3.8125rem;font-size:1.125rem;z-index:15010;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #necSJHuxusRIyrgh0aT7exivAhL9lLJT { width:12.875rem;height:1.76470575rem;top:18.5625rem;left:3.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcK3RwIwQqbhv7dq63ZukVTRfZwBOTW5 { width:4.375rem;height:0.125rem;top:33.625rem;left:3.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #IeI8uixQNBPNekSDeXaHBTtLXQb3kmZx { width:14.75rem;height:4.6323528125rem;top:21.5rem;left:2.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uwZmmudatMXQvdp5QveOznSWbgc8UsyT { width:12.875rem;height:1.76470575rem;top:31rem;left:3rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzNwCKoxhiXK0G0mAXbm69BUSNyEdiwr { width:16.375rem;height:1.5441175625rem;top:34.125rem;left:1.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aVaAac6d1lUWiiVRb94niAGh8TwnLC8f { width:12.875rem;height:1.1764705rem;top:28.875rem;left:3.5625rem;font-size:1.125rem;z-index:15010;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #os9F1SoauaULP5keqzagwcWGhm86ItC3 { width:3.25rem;height:2.375rem;top:3.875rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4oe8GS5CAHbwoXuknuKKxLOuvhFd0yv { width:3.25rem;height:2.375rem;top:18.25rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iR0oMQf3euHty7IKu7U4larqUsPLVatS { width:3.25rem;height:2.375rem;top:30.75rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lxn34rxABEDh1avVGgJcTen1wpOMo9Tm { display:block; }#Lxn34rxABEDh1avVGgJcTen1wpOMo9Tm > .row .container { width:20rem;height:61.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fxdQuWoxW6OHTGpleMQWwbSz1gMBc79p { width:4.2497701875rem;height:10.1240806875rem;top:51.635986328125rem;left:14.871322870254rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #XVBgiPM53nNLxTI0Q4AhnnLTBTrCT0sh { width:5.3745403125rem;height:3.8120403125rem;top:54.241760253906rem;left:0.93749988079069rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRNmis1OJOOEaWnrdkgL11upgiPLiwBB { width:20rem;height:51.9375rem;top:0.9375rem;left:0rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(71,58,183,0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #udm3HtVAAhACSfFB3r8LwwBIswBPSczk .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#udm3HtVAAhACSfFB3r8LwwBIswBPSczk .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#udm3HtVAAhACSfFB3r8LwwBIswBPSczk .widget-input-text {padding-top: 0; padding-bottom: 0;}#udm3HtVAAhACSfFB3r8LwwBIswBPSczk .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#udm3HtVAAhACSfFB3r8LwwBIswBPSczk .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#udm3HtVAAhACSfFB3r8LwwBIswBPSczk .widget-input-select {padding-top: 0; padding-bottom: 0;}#udm3HtVAAhACSfFB3r8LwwBIswBPSczk .widget-input-button { width:12.75rem;margin-top:0.25rem;margin-right:2.375rem;margin-bottom:0.25rem;margin-left:2.375rem; }
#udm3HtVAAhACSfFB3r8LwwBIswBPSczk .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#udm3HtVAAhACSfFB3r8LwwBIswBPSczk  { width:17.5rem;height:auto;top:1.644775390625rem;left:0rem; }
#udm3HtVAAhACSfFB3r8LwwBIswBPSczk .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#udm3HtVAAhACSfFB3r8LwwBIswBPSczk {display:block;}#udm3HtVAAhACSfFB3r8LwwBIswBPSczk { width:17.5rem;height:auto;top:1.644775390625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #udm3HtVAAhACSfFB3r8LwwBIswBPSczk #FgpcnvJ7aUXM9eCxOB6kS6q5pIc9vR9Q {  }
 }@media only screen and (max-width: 763px) { #udm3HtVAAhACSfFB3r8LwwBIswBPSczk #Mw0uTetnHSzGUknkvB3C0lLZfcUK1bah {  }
 }@media only screen and (max-width: 763px) { #udm3HtVAAhACSfFB3r8LwwBIswBPSczk #XHUvCyiZCGVlbFWtEpEudXktyO2GM1kI {  }
 }@media only screen and (max-width: 763px) { #udm3HtVAAhACSfFB3r8LwwBIswBPSczk #R2Gs3RgWMlfD8IN3ucG8SgupUSeC77rr {  }
 }@media only screen and (max-width: 763px) { #udm3HtVAAhACSfFB3r8LwwBIswBPSczk #WVGUgSfGo43lJkid8OhoiFTBU48zpHB8 {  }
 }@media only screen and (max-width: 763px) { #udm3HtVAAhACSfFB3r8LwwBIswBPSczk #eOGGcucNNII2JD8T4bPQb3BxHbS9fLMS {  }
 }@media only screen and (max-width: 763px) { #udm3HtVAAhACSfFB3r8LwwBIswBPSczk #Xl4ebmFlnbmow9J1064gu3ilwrWyEL7o {  }
 }@media only screen and (max-width: 763px) { #udm3HtVAAhACSfFB3r8LwwBIswBPSczk #bwQnDcDhpIR62nrCdBgNPp1dD5LvJa3u {  }
 }@media only screen and (max-width: 763px) { #udm3HtVAAhACSfFB3r8LwwBIswBPSczk #WEgHUprgNMUK5fvocmdCQAD85U3QzC0e {  }
 }@media only screen and (max-width: 763px) { #udm3HtVAAhACSfFB3r8LwwBIswBPSczk #pQp5PhJ4TMvlRhHaPQi7DHDGqW55be7n {  }
 }@media only screen and (max-width: 763px) { #udm3HtVAAhACSfFB3r8LwwBIswBPSczk #l5MzRMLwNI6yhCAtrW7HJU2Jg5nUQWV1 {  }
 }@media only screen and (max-width: 763px) { #udm3HtVAAhACSfFB3r8LwwBIswBPSczk #BoD5smQknmNJT1OwlZyxwaOsNihNmgqd {  }
 }@media only screen and (max-width: 763px) { #udm3HtVAAhACSfFB3r8LwwBIswBPSczk #XK5a0qQzZFdddTVEMCeFmXaW0GLl0Qzh {  }
 }@media only screen and (max-width: 763px) { #udm3HtVAAhACSfFB3r8LwwBIswBPSczk #gZ8aLMMJv7VovaQcndaPIR7ZMpbz2Tlo {  }
 }@media only screen and (max-width: 763px) { #udm3HtVAAhACSfFB3r8LwwBIswBPSczk #RutUmlFmvbgveWnqu8XeSJSTlECDmiLV {  }
 }@media only screen and (max-width: 763px) { #udm3HtVAAhACSfFB3r8LwwBIswBPSczk #GdGdWTmyUIodAPtbuopdtZm36y4CWlQE {  }
 }@media only screen and (max-width: 763px) { #udm3HtVAAhACSfFB3r8LwwBIswBPSczk #KyDALTIAfst2TXfydSgR7RGNTmZxL8kv {  }
 }@media only screen and (max-width: 763px) { #udm3HtVAAhACSfFB3r8LwwBIswBPSczk #ACTV1k9hoiMOvV0S5RacNaEs639cAEPG {  }
 }@media only screen and (max-width: 763px) { #udm3HtVAAhACSfFB3r8LwwBIswBPSczk #iMrrqHbt2mETM0xZdS3CgTbThpJa9Krz {  }
 }@media only screen and (max-width: 763px) { #udm3HtVAAhACSfFB3r8LwwBIswBPSczk #py57BLRtlBnfs17zppLt1vaTgXWEuIDD {  }
 }@media only screen and (max-width: 763px) { #udm3HtVAAhACSfFB3r8LwwBIswBPSczk #zLNE2Izq28JPqJNWq3qZeMbR2ih15Htg {  }
 }@media only screen and (max-width: 763px) { #udm3HtVAAhACSfFB3r8LwwBIswBPSczk #lfk6Wd3iyOIRmKbDGJ6eMbULgChxyEBz {  }
 }@media only screen and (max-width: 763px) { #udm3HtVAAhACSfFB3r8LwwBIswBPSczk #BgQ13kfbzOFeJau9CpluBcMKPzLIWpcf {  }
 }@media only screen and (max-width: 763px) { #udm3HtVAAhACSfFB3r8LwwBIswBPSczk #TfVz78w80Ck3ksKTWNWGaBQgdMDbkBN3 {  }
 }@media only screen and (max-width: 763px) { #udm3HtVAAhACSfFB3r8LwwBIswBPSczk #FcTfst5m7I0e2hRUhnuHCw7Vpq45TKXB {  }
 }@media only screen and (max-width: 763px) { #udm3HtVAAhACSfFB3r8LwwBIswBPSczk #DMtknQ0UcwA0LD7fw3a4BmTOBFipqgVB {  }
 }@media only screen and (max-width: 763px) { #xuLQ6IahZXdGbSn5iedAWGPTwtzCCxLS { display:block; }#xuLQ6IahZXdGbSn5iedAWGPTwtzCCxLS > .row .container { width:20rem;height:159.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p6tlfmNMDCt7x2PZHWF56bKxeAPR2ZPW { width:20rem;height:2.57352925rem;top:2rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zR99thMz8uprUvqOTrtFw46VauDtlUGZ { width:3.25rem;height:0.0625rem;top:26.9375rem;left:8.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #XR8eaN9dkTBP6I5azkCK2TGfEMxbW24s { width:3.25rem;height:0.0625rem;top:19.125rem;left:8.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #uIENU8LZTm2TODLQZyTwezqfS29Mcbd3 { width:2.6875rem;height:3.375rem;top:116.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WshsBMsrwsHbc91d2dr6UOS66CQIiWL0 { width:2.0625rem;height:2.625rem;top:119.5625rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQy92PJe0F9TwxuMfLBPL2ptA9seoAnb { width:4.9375rem;height:3.5rem;top:42.8125rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBeuqERx7DC4diRe1d15HSqe6TnAiBEk { width:15.75rem;height:12.3529405625rem;top:21.625rem;left:2.125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kx96TRdlgP2fnap3Q4N1xthfClo30TQO { width:15.75rem;height:1.5441175625rem;top:35.125rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #avvMnmR7EfPX7h0cWTUGTWbzgnQTADgT { width:17.3125rem;height:20.0735283125rem;top:57.3125rem;left:1.375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsUQimfkTto2zTzObiLvil5MccUu3FVW { width:15.75rem;height:1.5441175625rem;top:78.1875rem;left:2.125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOaRKBEV1hafN10PMrHpcpRcQHNmmxW6 { width:3.25rem;height:0.0625rem;top:38.4375rem;left:8.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #aAN8o7vmoTQkcp2ed9CKwWGB9WehF6l5 { width:15.75rem;height:18.5294113125rem;top:95.375rem;left:2.125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uq88Gb1WQ33hETn39NbVRfkIFvG8vuIT { width:15.75rem;height:1.5441175625rem;top:114.75rem;left:2.125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccbANft42PnXpT2NDBmcdovC1CpaGDUE { width:20rem;height:10.8125rem;top:121.4375rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),0.65), rgba(var(--color-tertiary-2),0.65));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),0.65), rgba(var(--color-tertiary-2),0.65));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),0.65), rgba(var(--color-tertiary-2),0.65));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),0.65), rgba(var(--color-tertiary-2),0.65));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0.65)', endColorstr='rgba(var(--color-tertiary-2),0.65)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0.65)', endColorstr='rgba(var(--color-tertiary-2),0.65)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),0.65), rgba(var(--color-tertiary-2),0.65));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #lTgGLCo0TADhNafc0ZW8Ktunm8pFicuX { width:18.875rem;height:13.25rem;top:132.25rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3C8DeGX49ns5i8oBe06do9tW7hJ58HK { width:18.8125rem;height:13.125rem;top:120.3125rem;left:0.625rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #BmKK4RUJRsNCetBFTAswpHvCW44RLAGr { width:18.8125rem;height:13.25rem;top:144.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPGfX18ipdBZkKsKSnXA8ayx667ufQEr { width:15.1875rem;height:10.75rem;top:98.96875rem;left:2.34375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hobW7E3AlBRMrnvdSB2AmpFAC9wRqfes { width:15.8125rem;height:11.1875rem;top:113.9375rem;left:2.03125rem;display:none; }
 }@media only screen and (max-width: 763px) { #BguxXTAKFDTv5MNf0WxyLsqCSNbfBRdC { width:13.375rem;height:9.4375rem;top:130.125rem;left:3.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #BnCJIWP2RU9lACT192mT5O4wPpeo2n5b { width:20rem;height:10.8125rem;top:133.4375rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),0.65), rgba(var(--color-tertiary-2),0.65));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),0.65), rgba(var(--color-tertiary-2),0.65));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),0.65), rgba(var(--color-tertiary-2),0.65));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),0.65), rgba(var(--color-tertiary-2),0.65));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0.65)', endColorstr='rgba(var(--color-tertiary-2),0.65)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0.65)', endColorstr='rgba(var(--color-tertiary-2),0.65)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),0.65), rgba(var(--color-tertiary-2),0.65));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #zbOMADHzS9lVnWs4gmh9NZbG5TT0avyW { width:20rem;height:10.8125rem;top:145.5rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),0.65), rgba(var(--color-tertiary-2),0.65));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),0.65), rgba(var(--color-tertiary-2),0.65));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),0.65), rgba(var(--color-tertiary-2),0.65));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),0.65), rgba(var(--color-tertiary-2),0.65));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0.65)', endColorstr='rgba(var(--color-tertiary-2),0.65)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0.65)', endColorstr='rgba(var(--color-tertiary-2),0.65)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),0.65), rgba(var(--color-tertiary-2),0.65));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #NAbuX8nzhFHka7zAAxFwTHH1fU0oBVf1 { width:20rem;height:13.6875rem;top:112.6875rem;left:0.09375rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),0.65), rgba(var(--color-tertiary-2),0.65));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),0.65), rgba(var(--color-tertiary-2),0.65));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),0.65), rgba(var(--color-tertiary-2),0.65));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),0.65), rgba(var(--color-tertiary-2),0.65));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0.65)', endColorstr='rgba(var(--color-tertiary-2),0.65)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0.65)', endColorstr='rgba(var(--color-tertiary-2),0.65)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),0.65), rgba(var(--color-tertiary-2),0.65));background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #ZsKTnTX0Xy07KzPH9cE1qfneqv7dLLRJ { width:20rem;height:13.6875rem;top:97.5rem;left:0.03125rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),0.65), rgba(var(--color-tertiary-2),0.65));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),0.65), rgba(var(--color-tertiary-2),0.65));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),0.65), rgba(var(--color-tertiary-2),0.65));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),0.65), rgba(var(--color-tertiary-2),0.65));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0.65)', endColorstr='rgba(var(--color-tertiary-2),0.65)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0.65)', endColorstr='rgba(var(--color-tertiary-2),0.65)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),0.65), rgba(var(--color-tertiary-2),0.65));background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #keN4hXR534Dvw9KlSAeNFAECZnXpRQ25 { width:20rem;height:13.6875rem;top:128rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),0.65), rgba(var(--color-tertiary-2),0.65));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),0.65), rgba(var(--color-tertiary-2),0.65));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),0.65), rgba(var(--color-tertiary-2),0.65));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),0.65), rgba(var(--color-tertiary-2),0.65));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0.65)', endColorstr='rgba(var(--color-tertiary-2),0.65)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0.65)', endColorstr='rgba(var(--color-tertiary-2),0.65)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),0.65), rgba(var(--color-tertiary-2),0.65));background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #eipfB7Q2Ld3yz8wMPef3Vv921zWqkivl { width:2.3125rem;height:2.3125rem;top:240.2841796875rem;left:8.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #P5hvX7nPnLyPUgmHxzKlkK5T9QUtnQOG { width:3.6875rem;height:3.6875rem;top:317.802734375rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PmhQsCOlE4czioNbBnCrZaKcJlsZC4Hf { width:5.375rem;height:5.375rem;top:230.9091796875rem;left:7.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ho5Grrmely3ogBXRxVXhOAvwuUA27psn { width:1.9375rem;height:1.9375rem;top:126.375rem;left:0.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xaag8QdNBbt2y1HTWARFGySKlW45TUSq { width:3.625rem;height:4.625rem;top:130.4375rem;left:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3oT9WOG9rNghbQfZKnAodVBQ7dP4VxL { width:3.25rem;height:4.0625rem;top:142.8125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kzy6UECFNAblyPBMl1EdXrxKzt35gKUO { width:5.5625rem;height:3.9375rem;top:154.25rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3hxe6m9luSyyipTp4pEFm3zdAvryAF1 { width:1.125rem;height:1.125rem;top:300.365234375rem;left:12.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #OgUGhA8Q6z4OcLWMHEAxgEbECBJSl5ip { width:1.875rem;height:1.875rem;top:249.1591796875rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #BpxdDWGTeNRDvQevytk9MxN4iwLR8IcI { width:1.5rem;height:1.5rem;top:237.5341796875rem;left:9.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #sFtlxUIFH42HkCydw5zTQVyu64nWQenm { width:4.1875rem;height:4.1875rem;top:147.9375rem;left:8.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bqhfTiR3xrEVW5xn1epWoMzO5qwEu9Uc { width:4.5rem;height:0.9375rem;top:148.4375rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUp9digtH5JObnWuzTqJXTVU5ow5lzon { width:4.375rem;height:1.375rem;top:135.875rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcT7foip889E44qB1KT4t2nDZOwcJtIw { width:4.3125rem;height:1.375rem;top:123.9375rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DN6ic9yDgMG9ZGuLnXThqhNKrFyubdle { width:20rem;height:35.75rem;top:45.25rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),0.65), rgba(var(--color-tertiary-2),0.65));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),0.65), rgba(var(--color-tertiary-2),0.65));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),0.65), rgba(var(--color-tertiary-2),0.65));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),0.65), rgba(var(--color-tertiary-2),0.65));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0.65)', endColorstr='rgba(var(--color-tertiary-2),0.65)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0.65)', endColorstr='rgba(var(--color-tertiary-2),0.65)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),0.65), rgba(var(--color-tertiary-2),0.65));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #eauqifr82dwc47dHrXXcdsilTAo4twD6 { width:20rem;height:35.75rem;top:7.0625rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),0.65), rgba(var(--color-tertiary-2),0.65));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),0.65), rgba(var(--color-tertiary-2),0.65));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),0.65), rgba(var(--color-tertiary-2),0.65));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),0.65), rgba(var(--color-tertiary-2),0.65));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0.65)', endColorstr='rgba(var(--color-tertiary-2),0.65)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0.65)', endColorstr='rgba(var(--color-tertiary-2),0.65)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),0.65), rgba(var(--color-tertiary-2),0.65));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #fV3rlvSspFgxkzO9l8XH270R6nX67pTV { width:20rem;height:35.75rem;top:83.3125rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),0.65), rgba(var(--color-tertiary-2),0.65));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),0.65), rgba(var(--color-tertiary-2),0.65));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),0.65), rgba(var(--color-tertiary-2),0.65));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),0.65), rgba(var(--color-tertiary-2),0.65));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0.65)', endColorstr='rgba(var(--color-tertiary-2),0.65)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0.65)', endColorstr='rgba(var(--color-tertiary-2),0.65)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),0.65), rgba(var(--color-tertiary-2),0.65));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #cPoJ4BQ8hOsNTRrx9rH7Mss5dJM6slNC { width:11.875rem;height:14.875rem;top:82.5625rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqH4qmUzTg3ZNzOEhTGXTePhzRGvp7JK { width:13.625rem;height:17.125rem;top:43.375rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSiDTX9mqtxpTNhTT8hOxX1wT4S6lJLX { width:8.9375rem;height:11.3125rem;top:8.0625rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTL8aLkBcRQog6yLyiT9XEPfPuTv2Is8 { display:block; }#ZTL8aLkBcRQog6yLyiT9XEPfPuTv2Is8 > .row .container { width:20rem;height:43.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aWIKsZiJrQPLLTBRiA88Du3XuEkxWU48 { width:18.125rem;height:1.76470575rem;top:18.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnGvd0srai3pUlW386eI4UKMUc0uhie5 { width:18.125rem;height:4.6323526875rem;top:20.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVTVVafFaH6mG5SWNntAqZVqaCaN2NkN { width:17.125rem;height:1.76470575rem;top:25.25rem;left:1.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oSNVtqF1GQ8zxuwDU7wVunHTzWJb58Nf { width:3rem;height:3rem;top:27.9375rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUlklRQsNCBJE6MI10WsRi9WmUXqX4LT { display:flex;width:1.375rem;height:1.375rem;top:28.75rem;left:4.9375rem; }
#DUlklRQsNCBJE6MI10WsRi9WmUXqX4LT > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #F1LbKg8LOdtIvBF6vcvuobvGKTDcAMnU { width:3rem;height:3rem;top:27.9375rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VtNqK261FwD63Bzlzyodz3P6trHxC5zx { display:flex;width:1.375rem;height:1.375rem;top:28.75rem;left:9.375rem; }
#VtNqK261FwD63Bzlzyodz3P6trHxC5zx > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #umRMRo98d9ALDGBfk8nBkhNXl9VSbEu2 { width:3rem;height:3rem;top:27.9375rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5fiVuIooOSw16ofM108J3SSBzSGBQZa { display:flex;width:1.375rem;height:1.375rem;top:28.75rem;left:13.75rem; }
#f5fiVuIooOSw16ofM108J3SSBzSGBQZa > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #FhScmmh8n6nOOxO0F1n5H5a32TbH2xSJ { width:17.5rem;height:1.1875rem;top:32.8125rem;left:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qTNpLNTeRcPcKRgFnSqC7GuoLdQA8tue { display:block; }
 }@media only screen and (max-width: 763px) { #QfJklziCWlTdge1JNTbI1vUUJXezPcBN { width:17.125rem;height:6.17647025rem;top:35.25rem;left:1.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Rv3gUdPyAHuS0gR8t1QlMPpHrcR9L55e { width:18.4375rem;height:3.161764625rem;top:1rem;left:0.78125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAVG2UTM4HholEz2IsW3LcQPmvSSAWKw { width:19.6875rem;height:13.9375rem;top:4.1875rem;left:0rem;display:block; }
 }