.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:224,224,231;--color-primary-1:153,153,176;--color-primary-2:50,51,96;--color-primary-3:25,26,48;--color-primary-4:8,8,14;--color-secondary-0:247,238,246;--color-secondary-1:230,198,226;--color-secondary-2:204,140,197;--color-secondary-3:102,70,99;--color-secondary-4:31,21,30;--color-tertiary-0:255,255,255;--color-tertiary-1:245,227,197;--color-tertiary-2:222,163,60;--color-tertiary-3:111,82,30;--color-tertiary-4:22,16,6;--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:rgba(var(--color-tertiary-0),1);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:transparent;background-image:url("https://images.assets-landingi.com/uc/e818c64a-4f93-4917-9204-884b59770d74/Projektbeznazwy83.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-primary-4),1);display:block;width:62.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.375rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:9.71875rem;left:6.375rem;height:11.7647056875rem;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:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.4368095625rem;width:25.9375rem;top:19.092370510101rem;left:24.528950691223rem;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-tertiary-2),0.83);background-image:none;top:12rem;left:11rem;display:block; }
#uTTg3fbLWTpgTTiPSCebmXEsxuFJUql4 { box-sizing:content-box;height:8.5rem;width:8.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:15019;background-color:rgba(var(--color-tertiary-2),0.82);background-image:none;top:9rem;left:45.75rem;display:block; }
#rWnOh9viQsfu0TnDqq4kNdVOc8ppcbTc { color:rgba(var(--color-primary-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:5.125rem;left:17.09375rem;height:1.76470575rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rrAzA5AioM4UbSLU742PPCIDIvJNdWNR { color:rgba(var(--color-primary-2),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.5;letter-spacing:0;top:26.125rem;left:59.125rem;height:4.1176471875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wBBiH9FQaRd9hL6wHsCAwIfiqf1sgvA9 { color:rgba(var(--color-tertiary-4),1);display:block;width:21.1875rem;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:12.1875rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-primary-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-primary-2),1);display:block;width:27.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-primary-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-primary-2),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.5;letter-spacing:0;top:34.6875rem;left:59.125rem;height:4.1176471875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AAiEHOsLI0gFXyaQNqlPT0iHuCGq0pr0 { box-sizing:content-box;height:2.3125rem;width:11.3125rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-primary-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:9.8125rem;width:11.0625rem;top:0rem;left:0.75rem;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:5.1875rem;width:4.0625rem;top:4.59375rem;left:60.8125rem;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.1875rem;width:4.8125rem;top:10.15625rem;left:65.9375rem;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:6.5rem;width:5.0625rem;top:1.03125rem;left:67.796875rem;overflow:hidden;display:block; }
#kqTU7w0tgb7tSp5IRhKrclroh61NxiSz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),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.510625rem;padding-right:0.469375rem;padding-bottom:0.510625rem;padding-left:0.469375rem;display:block;align-items:center;width:2.814375rem;min-width:2.814375rem;height:2.743125rem;position:relative;font-family:var(--paragraphs-font-family);font-size:2.0425rem;font-weight:400;line-height:43.89px;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-tertiary-2),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.319375rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.754375rem;height:1.083125rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.765625rem;font-weight:400;line-height:17.33px;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:18.625rem;height:5.1875rem;padding-top:0.638125rem;padding-right:0.670625rem;padding-bottom:0.638125rem;padding-left:0.670625rem;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:27.51611328125rem;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),0.83), rgba(var(--color-secondary-2),0.83));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),0.83), rgba(var(--color-secondary-2),0.83));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),0.83), rgba(var(--color-secondary-2),0.83));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),0.83), rgba(var(--color-secondary-2),0.83));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0.83)', endColorstr='rgba(var(--color-secondary-2),0.83)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0.83)', endColorstr='rgba(var(--color-secondary-2),0.83)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),0.83), rgba(var(--color-secondary-2),0.83));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-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.875rem;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:22.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15042;line-height:1.5;letter-spacing:0;top:2rem;left:1.875rem;height:2.4264705rem;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:rgba(var(--color-tertiary-0),1);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-4),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-secondary-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:rgba(var(--color-tertiary-0),1);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.4375rem;left:6.9375rem;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-2),1);background-image:none;top:0rem;left:4.8125rem;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:2.75rem;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.6323526875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MHRgxA3nVBvRaOyrDJytI7d7d9GOmto3 { color:rgba(var(--color-secondary-2),1);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-2),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; }
#hfPRTezlatXoC1mTfd84lvvADpwJawN6 { color:rgba(var(--color-tertiary-4),1);display:block;width:20.2493095625rem;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.896827697754rem;left:51.309742927551rem;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:51.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.25rem;left:55.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-2),1);background-image:none;top:0rem;left:52rem;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:4.75rem;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:rgba(var(--color-tertiary-0),1);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.9375rem;left:7.3125rem;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-2),0.83);background-image:none;top:0rem;left:4.75rem;box-shadow: 0.0625rem 0.0625rem 3.75rem rgba(0,0,0,0.4) ;display:block; }
#pU0hVz77ZNmIFuhg1Thu3OC5cVc4DUld { color:rgba(var(--color-secondary-2),1);display:block;width:20.625rem;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.1875rem;left:3.5625rem;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.25rem;left:4.75rem;height:6.176470375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qDUcX8AcGLESc5I9F1PoCTNDVcDLFmdc { color:rgba(var(--color-tertiary-4),1);display:block;width:21.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.3125rem;left:26.875rem;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.125rem;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-2),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:50.125rem;height:4.6323526875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gKd0HLrg4xxi1zqmRIiqzELliIsmtmS2 { color:rgba(var(--color-secondary-2),0.99);display:block;width:22.9375rem;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.1875rem;left:49.25rem;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.5625rem;width:11.6875rem;top:1.8125rem;left:55.25rem;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-2),0.83);background-image:none;top:0rem;left:51.9375rem;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(213deg, rgba(var(--color-secondary-1),0.46), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(213deg, rgba(var(--color-secondary-1),0.46), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(213deg, rgba(var(--color-secondary-1),0.46), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(213deg, rgba(var(--color-secondary-1),0.46), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),0.46)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),0.46)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(213deg, rgba(var(--color-secondary-1),0.46), rgba(var(--color-primary-2),1));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:3.0625rem;left:4.9375rem;height:8.235294375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#srZMtkd9l9x7cltAsTPbShwo7lfRu2oN { color:rgba(var(--color-tertiary-0),1);display:block;width:34.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:12.0625rem;left:4.9375rem;height:12.352940375rem;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-tertiary-2),1);background-image:none;top:2.4375rem;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:8.9375rem;width:10.125rem;top:25.03125rem;left:15.40625rem;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.5625rem;width:19.25rem;top:14.0625rem;left:55.75rem;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:8.3125rem;width:6.5625rem;top:0rem;left:67.5rem;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:5.3125rem;width:4.25rem;top:7.90625rem;left:63.3125rem;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:5.8125rem;width:4.5625rem;top:10.46875rem;left:69.5625rem;overflow:hidden;display:block; }
#KsI8TW2DUv6JrOLfcJ9E0ZSclf5q8QvL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#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:16.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:23.75rem;left:4.03125rem;height:3.088235125rem;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-secondary-3),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-3),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:12rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:23.75rem;left:31.5rem;height:3.088235125rem;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-primary-2),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),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-3),1), rgba(var(--color-tertiary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-3),1), rgba(var(--color-tertiary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-3),1), rgba(var(--color-tertiary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-3),1), rgba(var(--color-tertiary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-3),1)', endColorstr='rgba(var(--color-tertiary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-3),1)', endColorstr='rgba(var(--color-tertiary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-3),1), rgba(var(--color-tertiary-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:23.75rem;left:54.03125rem;height:3.088235125rem;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; }
#Vl16J0aL7vFWrMDw6KtTSWELH9dxtxf1 { 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:15003;line-height:1.6;letter-spacing:0;top:28.0625rem;left:4rem;height:3.088235125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nn4MSrUv7ica9eUOylfPEZBUEcqJVK8w { color:rgba(var(--color-tertiary-0),1);display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:32.6875rem;left:3.4375rem;height:3.088235125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#liyDfHKXqtEIocmT6JnEMbkHSCwXlF94 { color:rgba(var(--color-tertiary-0),1);display:block;width:14.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:28.0625rem;left:30.28125rem;height:3.088235125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WcAUTLfEmluapmWDDBm1CaSiLyQ4uK5L { color:rgba(var(--color-tertiary-0),1);display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:32.6875rem;left:28.4375rem;height:3.088235125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XfAunVhqsMehMw8cUQRwzJxRe9BfGnt4 { color:#f9f9f9;display:block;width:16.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:28.0625rem;left:54.03125rem;height:3.088235125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#e6WDEepkruvVIA6k5byAVnqkpM1OEHm6 { color:#f9f9f9;display:block;width:18.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:32.6875rem;left:53.46875rem;height:3.088235125rem;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:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:31.8125rem;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:72.9375rem;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:9.375rem;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:27.0625rem;left:1.1875rem;height:1.39705875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CORTvBUQl68ZW8zfOw00vokaXHTB0IgQ { box-sizing:content-box;height:14.9375rem;width:11.75rem;position:absolute;display:block;z-index:15016;background-color:transparent;background-image: -webkit-linear-gradient(134deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-3),0.9));background-image: -moz-linear-gradient(134deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-3),0.9));background-image: -ms-linear-gradient(134deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-3),0.9));background-image: -o-linear-gradient(134deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-3),0.9));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-secondary-3),0.9)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-secondary-3),0.9)' );";background-image: linear-gradient(134deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-3),0.9));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.4375rem;left:0rem;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:14.9375rem;width:11.8125rem;top:11.403259277344rem;left:12.717141151428rem;overflow:hidden;display:block; }
#I6ZXslEAdTMsyh1CozBhoZJtCvhx9l9C { color:rgba(var(--color-tertiary-4),1);display:block;width:31.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15041;line-height:1.1;letter-spacing:0;top:8.375rem;left:2.1875rem;height:1.1764705rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#trtP983TOPLxFaFQ16tpdpHrxWbuQ5u8 { 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:15.1875rem;width:11.6875rem;top:11.163131713868rem;left:0rem;overflow:hidden;display:block; }
#JIFTsW54ZTZKUxn1TrP2c07evIG8Oe3T { 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:14.875rem;width:11.75rem;top:11.5rem;left:25.25rem;overflow:hidden;display:block; }
#yLwu2aeF8GJ5M8b9RM5iwicBCSrFK6Z8 { 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:14.875rem;width:11.75rem;top:11.5rem;left:38.0625rem;overflow:hidden;display:block; }
#JcTZ8ruIOyHgGVS6TBuPtVB3GesTUqzI { position:absolute;display:block;z-index:15025;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:14.875rem;width:11.75rem;top:11.5rem;left:50.5625rem;overflow:hidden;display:block; }
#zZtRLZoyZ1ErafBO9yLuxlaQ6EGXPoXN { box-sizing:content-box;height:14.9375rem;width:11.75rem;position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(109deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(109deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(109deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(109deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(109deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-3),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.4375rem;left:12.75rem;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; }
#Ms1wAnN6JBcHUD6ktD9MHSuWuARemwnG { box-sizing:content-box;height:14.9375rem;width:11.75rem;position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(236deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-3),0.9));background-image: -moz-linear-gradient(236deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-3),0.9));background-image: -ms-linear-gradient(236deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-3),0.9));background-image: -o-linear-gradient(236deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-3),0.9));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-secondary-3),0.9)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-secondary-3),0.9)' );";background-image: linear-gradient(236deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-3),0.9));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.4375rem;left:25.25rem;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; }
#RZ7qTBxTGFZAeiI1Gx86KtsoC3SJEFEu { box-sizing:content-box;height:14.9375rem;width:11.75rem;position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(296deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-3),0.9));background-image: -moz-linear-gradient(296deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-3),0.9));background-image: -ms-linear-gradient(296deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-3),0.9));background-image: -o-linear-gradient(296deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-3),0.9));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-secondary-3),0.9)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-secondary-3),0.9)' );";background-image: linear-gradient(296deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-3),0.9));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.4375rem;left:38.0625rem;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; }
#XqoZV6tcZdgVx6BteJz1PhsTTnETxk2Q { box-sizing:content-box;height:14.9375rem;width:11.75rem;position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(346deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-3),0.9));background-image: -moz-linear-gradient(346deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-3),0.9));background-image: -ms-linear-gradient(346deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-3),0.9));background-image: -o-linear-gradient(346deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-3),0.9));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-secondary-3),0.9)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-secondary-3),0.9)' );";background-image: linear-gradient(346deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-3),0.9));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.4375rem;left:50.5625rem;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; }
#C4Nbbk6ywFJTbb7TeXpHZdTP69CtNJQv { box-sizing:content-box;height:14.9375rem;width:11.75rem;position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(88deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(88deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(88deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(88deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(88deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-3),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.4375rem;left:63.25rem;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; }
#vxt9hGaO9SLcdxSCJ0T5sqd2qThcCS0w { position:absolute;display:block;z-index:15026;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:14.75rem;width:11.8125rem;top:11.560671424805rem;left:63.194290346937rem;overflow:hidden;display:block; }
#LcX2BgSyfzm7KJSGVCU8X6cvts7qg2zl { color:#000000;display:block;width:9.375rem;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:27.0625rem;left:13.96875rem;height:1.39705875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GOX28mi9sK2aBUHUVw9aDTw9gegLcHCl { color:#000000;display:block;width:9.375rem;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:27.0625rem;left:26.4375rem;height:1.39705875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KOM7lDUAiUGi8lkhf1fyVSi8i3GOnK6z { color:#000000;display:block;width:9.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:27.0625rem;left:39.25rem;height:1.39705875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H9FuJqcAxsOggxQZrxuiu4wZBTkrgGc2 { color:#000000;display:block;width:9.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:27.0625rem;left:51.75rem;height:1.39705875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#elTASAKGTPpHGz3kepNQPg1oRgPRORUL { color:#000000;display:block;width:9.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:27.0625rem;left:64.4375rem;height:1.39705875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yelGbQNCJOfXtSsPQp4LiuhNBPoH6bfp { color:rgba(var(--color-tertiary-2),1);display:block;width:9.375rem;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:28.5rem;left:1.1875rem;height:1.39705875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ekuDQuI0ZCL5vC38WmppfrASuzSw10wP { color:rgba(var(--color-tertiary-2),1);display:block;width:9.375rem;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:28.5rem;left:13.96875rem;height:1.39705875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fyTE8rRKeGBoC1tcqd4XnFSBHhP24TeV { color:rgba(var(--color-tertiary-2),1);display:block;width:9.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:28.5rem;left:26.4375rem;height:1.39705875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ilCBIJhrdfhUTWrArUIOFBhvBE88Sxnc { color:rgba(var(--color-tertiary-2),1);display:block;width:9.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:28.5rem;left:39.25rem;height:1.39705875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UQopkFAz7ln38v5KwvnSAKy1uAHEzbWc { color:rgba(var(--color-tertiary-2),1);display:block;width:9.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:28.5rem;left:51.75rem;height:1.39705875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#w5StQy0nZCaOmcRTWKPdZxPH24TArf1r { color:rgba(var(--color-tertiary-2),1);display:block;width:9.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:28.5rem;left:64.4375rem;height:1.39705875rem;font-style:normal;text-align:center;text-align-last:center;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-1),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),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:5.25rem;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;letter-spacing:0;top:3.5625rem;left:29rem;height:1.102941125rem;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:9.3125rem;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:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#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:16.3125rem;width:75rem;position:relative;display:block; }#Cf4ihVFgNo9Hmfk2y9iso4JRvMnABOJz { color:rgba(var(--color-tertiary-4),1);display:block;width:16.9375rem;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:6.17647025rem;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:16.6875rem;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:4.6323528125rem;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:15.9375rem;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:1.5441175625rem;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:rgba(var(--color-tertiary-0),1);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:39.25rem;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:8.2490806875rem;width:6.5625rem;top:26.868103027344rem;left:62.905560493469rem;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.6875rem;width:6.125rem;top:5.25rem;left:4.375rem;overflow:hidden;display:block; }
#RRNmis1OJOOEaWnrdkgL11upgiPLiwBB { box-sizing:content-box;height:34.75rem;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.81227016449rem;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:2.5310363769531rem;left:17.936581611633rem; }
#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:2.5310363769531rem;left:17.936581611633rem; }
#udm3HtVAAhACSfFB3r8LwwBIswBPSczk #yNXAVBFhl2n9lBS0xl7WsdJlVboqk1xK { position:relative; }
#udm3HtVAAhACSfFB3r8LwwBIswBPSczk #M8y3d40TqFuokuW74243bh5Tsng9wtTb { position:relative;display:block; }
#udm3HtVAAhACSfFB3r8LwwBIswBPSczk #WvvT5XpsLSI2ylnopO05pcqUWa9WSx7S { 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 #FcTfst5m7I0e2hRUhnuHCw7Vpq45TKXB { position:relative; }
#udm3HtVAAhACSfFB3r8LwwBIswBPSczk #DMtknQ0UcwA0LD7fw3a4BmTOBFipqgVB { position:relative; }
#xuLQ6IahZXdGbSn5iedAWGPTwtzCCxLS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#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:61rem;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; }
#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:9.875rem;width:7.75rem;top:2.6240844726562rem;left:0.9466915130615rem;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:10.8743105rem;width:8.4995403125rem;top:51.391998291016rem;left:21.784237861633rem;overflow:hidden;display:block; }
#eipfB7Q2Ld3yz8wMPef3Vv921zWqkivl { box-sizing:content-box;height:2.311580875rem;width:2.311580875rem;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:14996;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-secondary-1),0.65));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-secondary-1),0.65));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-secondary-1),0.65));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-secondary-1),0.65));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.65)', endColorstr='rgba(var(--color-secondary-1),0.65)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.65)', endColorstr='rgba(var(--color-secondary-1),0.65)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-secondary-1),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:1.6670532226562rem;left:71.545262336731rem;display:block; }
#P5hvX7nPnLyPUgmHxzKlkK5T9QUtnQOG { box-sizing:content-box;height:3.6868105rem;width:3.6868105rem;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-primary-1),0.65), rgba(var(--color-secondary-1),0.65));background-image: -moz-linear-gradient(237deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-secondary-1),0.65));background-image: -ms-linear-gradient(237deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-secondary-1),0.65));background-image: -o-linear-gradient(237deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-secondary-1),0.65));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.65)', endColorstr='rgba(var(--color-secondary-1),0.65)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.65)', endColorstr='rgba(var(--color-secondary-1),0.65)' );";background-image: linear-gradient(237deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-secondary-1),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:6.5613403320312rem;left:70.170033454894rem;display:block; }
#PmhQsCOlE4czioNbBnCrZaKcJlsZC4Hf { box-sizing:content-box;height:5.3745403125rem;width:5.3745403125rem;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:14997;background-color:transparent;background-image: -webkit-linear-gradient(83deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-secondary-1),0.65));background-image: -moz-linear-gradient(83deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-secondary-1),0.65));background-image: -ms-linear-gradient(83deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-secondary-1),0.65));background-image: -o-linear-gradient(83deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-secondary-1),0.65));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.65)', endColorstr='rgba(var(--color-secondary-1),0.65)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.65)', endColorstr='rgba(var(--color-secondary-1),0.65)' );";background-image: linear-gradient(83deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-secondary-1),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:10.817321777344rem;left:0rem;display:block; }
#Ho5Grrmely3ogBXRxVXhOAvwuUA27psn { box-sizing:content-box;height:1.9370403125rem;width:1.9370403125rem;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-primary-1),0.65), rgba(var(--color-secondary-1),0.65));background-image: -moz-linear-gradient(246deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-secondary-1),0.65));background-image: -ms-linear-gradient(246deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-secondary-1),0.65));background-image: -o-linear-gradient(246deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-secondary-1),0.65));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.65)', endColorstr='rgba(var(--color-secondary-1),0.65)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.65)', endColorstr='rgba(var(--color-secondary-1),0.65)' );";background-image: linear-gradient(246deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-secondary-1),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:2.4666748046875rem;left:8.6937036514281rem;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:11.1247701875rem;width:8.6868105rem;top:28.458404541016rem;left:0rem;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:8.8120403125rem;width:6.8118105rem;top:0.53768920898438rem;left:65.497471809388rem;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:12.1875rem;width:9.4990806875rem;top:29.519073486328rem;left:65.500912666319rem;overflow:hidden;display:block; }
#I3hxe6m9luSyyipTp4pEFm3zdAvryAF1 { box-sizing:content-box;height:1.1247701875rem;width:1.1247701875rem;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-primary-1),0.65), rgba(var(--color-secondary-1),0.65));background-image: -moz-linear-gradient(252deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-secondary-1),0.65));background-image: -ms-linear-gradient(252deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-secondary-1),0.65));background-image: -o-linear-gradient(252deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-secondary-1),0.65));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.65)', endColorstr='rgba(var(--color-secondary-1),0.65)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.65)', endColorstr='rgba(var(--color-secondary-1),0.65)' );";background-image: linear-gradient(252deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-secondary-1),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:0.5526123046875rem;left:6.2477025985717rem;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-primary-1),0.65), rgba(var(--color-secondary-1),0.65));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-secondary-1),0.65));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-secondary-1),0.65));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-secondary-1),0.65));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.65)', endColorstr='rgba(var(--color-secondary-1),0.65)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.65)', endColorstr='rgba(var(--color-secondary-1),0.65)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-secondary-1),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:54.913818359375rem;left:1.7153043746948rem;display:block; }
#BpxdDWGTeNRDvQevytk9MxN4iwLR8IcI { box-sizing:content-box;height:1.499310625rem;width:1.499310625rem;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-primary-1),0.65), rgba(var(--color-secondary-1),0.65));background-image: -moz-linear-gradient(128deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-secondary-1),0.65));background-image: -ms-linear-gradient(128deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-secondary-1),0.65));background-image: -o-linear-gradient(128deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-secondary-1),0.65));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.65)', endColorstr='rgba(var(--color-secondary-1),0.65)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.65)', endColorstr='rgba(var(--color-secondary-1),0.65)' );";background-image: linear-gradient(128deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-secondary-1),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:5.2591857910156rem;left:56.892231941223rem;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:14998;background-color:transparent;background-image: -webkit-linear-gradient(172deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-secondary-1),0.65));background-image: -moz-linear-gradient(172deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-secondary-1),0.65));background-image: -ms-linear-gradient(172deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-secondary-1),0.65));background-image: -o-linear-gradient(172deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-secondary-1),0.65));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.65)', endColorstr='rgba(var(--color-secondary-1),0.65)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.65)', endColorstr='rgba(var(--color-secondary-1),0.65)' );";background-image: linear-gradient(172deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-secondary-1),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:1.1877136230469rem;left:60.953579902649rem;display:block; }
#eauqifr82dwc47dHrXXcdsilTAo4twD6 { position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-secondary-1),0.62));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-secondary-1),0.62));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-secondary-1),0.62));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-secondary-1),0.62));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.65)', endColorstr='rgba(var(--color-secondary-1),0.62)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.65)', endColorstr='rgba(var(--color-secondary-1),0.62)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-secondary-1),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.59) ;height:23.4375rem;width:20rem;top:9.562255859375rem;left:6.2499990463257rem;display:block; }
#zvP32dkAhudkh1Qy5DcQTpKprFQASrer { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-secondary-1),0.62));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-secondary-1),0.62));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-secondary-1),0.62));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-secondary-1),0.62));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.65)', endColorstr='rgba(var(--color-secondary-1),0.62)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.65)', endColorstr='rgba(var(--color-secondary-1),0.62)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-secondary-1),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.59) ;height:23.4375rem;width:20rem;top:9.5346984863281rem;left:28.183590888977rem;display:block; }
#h6Whd91g8QsVWTiKMyfJtsgZzUgPmJZI { position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-secondary-1),0.62));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-secondary-1),0.62));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-secondary-1),0.62));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-secondary-1),0.62));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.65)', endColorstr='rgba(var(--color-secondary-1),0.62)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.65)', endColorstr='rgba(var(--color-secondary-1),0.62)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-secondary-1),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.59) ;height:23.4375rem;width:20rem;top:9.5346984863281rem;left:49.810429573059rem;display:block; }
#d1LcSqimoEXSeo0zdHcuGG7lmT1PsBUM { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-secondary-1),0.62));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-secondary-1),0.62));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-secondary-1),0.62));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-secondary-1),0.62));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.65)', endColorstr='rgba(var(--color-secondary-1),0.62)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.65)', endColorstr='rgba(var(--color-secondary-1),0.62)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-secondary-1),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.59) ;height:23.4375rem;width:20rem;top:34.403717041016rem;left:6.2477025985717rem;display:block; }
#P5gwDc2IBU4yAfpPTOfDzumUBlTd5GE0 { position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-secondary-1),0.62));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-secondary-1),0.62));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-secondary-1),0.62));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-secondary-1),0.62));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.65)', endColorstr='rgba(var(--color-secondary-1),0.62)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.65)', endColorstr='rgba(var(--color-secondary-1),0.62)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-secondary-1),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.59) ;height:23.4375rem;width:20rem;top:34.421875rem;left:28.180146217346rem;display:block; }
#FXALfGD3JBtDWJCkR4b2w1WuZ9w3Ascd { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-secondary-1),0.62));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-secondary-1),0.62));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-secondary-1),0.62));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-secondary-1),0.62));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.65)', endColorstr='rgba(var(--color-secondary-1),0.62)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.65)', endColorstr='rgba(var(--color-secondary-1),0.62)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-secondary-1),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.59) ;height:23.4375rem;width:20rem;top:34.449676513672rem;left:49.881657600403rem;display:block; }
#M0Bt5uSSPlh1vt6UHO9JMbqU6kVhwAIz { 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:20.0620403125rem;width:15.9375rem;top:11.136260986328rem;left:8.2789525985719rem;overflow:hidden;display:block; }
#lRtASHnUmcta3DZHbIdKax1xfBpg5KOm { 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:19.875rem;width:15.875rem;top:11.136260986328rem;left:30.211396217346rem;overflow:hidden;display:block; }
#eyp72N71JWLmqBlz3x3l2AKqtLNIBuLE { 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:19.8125rem;width:15.8125rem;top:11.295959472656rem;left:51.869252204895rem;overflow:hidden;display:block; }
#p1TIhbUvxTRSJcTwLFaPboGZNggTIExt { 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:19.875rem;width:15.875rem;top:36.039520263672rem;left:8.2789525985719rem;overflow:hidden;display:block; }
#H6I6gMmyiAAAlWCfoQXD73U8pMEBS1Gi { 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:19.8125rem;width:15.8125rem;top:36.133941650391rem;left:30.243565559387rem;overflow:hidden;display:block; }
#xMZUhkbBGQEwateLB8S93nXh56XKh74i { 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:19.75rem;width:15.75rem;top:36.164978027344rem;left:51.900273323059rem;overflow:hidden;display:block; }
#ZTL8aLkBcRQog6yLyiT9XEPfPuTv2Is8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-3),0.7);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-tertiary-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-tertiary-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-tertiary-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-tertiary-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; }#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:14.3125rem;width:16.1875rem;top:1.9756164550781rem;left:29.403721809387rem;overflow:hidden;display:block; }
#FhScmmh8n6nOOxO0F1n5H5a32TbH2xSJ { background-color:rgba(var(--color-secondary-3),0);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; }
@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:9.6875rem;left:0rem;width:47.75rem;height:11.75rem;font-size:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOFkitoy9BwIuyN9LziRdDHk3ITMetyd { width:25.9375rem;height:32.4368095625rem;top:19.0625rem;left:10.903950691223rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqfswH2TnIZu1OW2fz5P6TzZcUiTmvwe { width:7.1875rem;height:7.1875rem;top:12rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTTg3fbLWTpgTTiPSCebmXEsxuFJUql4 { width:8.5rem;height:8.5rem;top:9rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWnOh9viQsfu0TnDqq4kNdVOc8ppcbTc { top:5.125rem;left:3.46875rem;width:40.8125rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrAzA5AioM4UbSLU742PPCIDIvJNdWNR { top:26.0625rem;left:31.9375rem;width:15.8125rem;height:4.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBBiH9FQaRd9hL6wHsCAwIfiqf1sgvA9 { top:36.125rem;left:0rem;width:21.1875rem;height:6.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwX1p8rhRorPfdJMEtXouSKQETbyC1xp { width:12.1875rem;height:2.3125rem;top:25.9375rem;left:35.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UEWJtAOkqeMAzNGXgZ4Ma297VwKURxvf { top:28.1875rem;left:0rem;width:27.875rem;height:7.75rem;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.625rem;left:31.9375rem;width:15.8125rem;height:4.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAiEHOsLI0gFXyaQNqlPT0iHuCGq0pr0 { width:11.3125rem;height:2.3125rem;top:34.4375rem;left:36.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKLuRPgWKcoKL9fKy9pB7eQIb7zpx5Un { top:0rem;left:0rem;width:11.0625rem;height:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyaI9JGfLo9pJNmbv74OziMtpg3RZpdy { top:4.5625rem;left:43.6875rem;width:4.0625rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEFOWRmHDWDyR3aTrfMOzJhPiJ40VSZu { top:10.125rem;left:42.9375rem;width:4.8125rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPaqmDyq5cdTNzAaVIsXu744pR5VmvUf { top:1rem;left:42.6875rem;width:5.0625rem;height:6.5rem;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:14.875rem;height:3.125rem;top:1.625rem;left:32.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZdPa53AfyZDl4yrpP03PPfOcTI2JNSk { display:block; }
 }@media only screen and (max-width: 763px) { #bGkkBoxKzAAkal2IcCuEVIPvSP4xXWoE { top:2rem;left:0rem;width:22.5625rem;height:2.4375rem;font-size:1.625rem;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:1.75rem;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:0.9375rem;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.4375rem;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.6875rem;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.6875rem;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:20.1875rem;height:3.0625rem;top:21.875rem;left:27.4375rem;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.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AalWuwQzmPGQ2pp2y5iOUzaR8mhbbdNQ { width:11rem;height:13.8125rem;top:2.25rem;left:33.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.9375rem;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:20.625rem;height:2.0625rem;top:19.1875rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqQRKOBo3Mp7CWJJnM5WVtNKNVMbxgg2 { width:18.25rem;height:6.25rem;top:21.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDUcX8AcGLESc5I9F1PoCTNDVcDLFmdc { width:21.25rem;height:3.125rem;top:21.3125rem;left:10.5rem;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.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHJtLl9CTPL1fNf8Sin03o86Td2rgoGb { width:13.6875rem;height:17.125rem;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:4.6875rem;top:21.3125rem;left:26.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKd0HLrg4xxi1zqmRIiqzELliIsmtmS2 { width:22.9375rem;height:2.0625rem;top:19.1875rem;left:8.8125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLJyfxnntzaM0ld9NT70NfFfAhiswkw8 { width:11.6875rem;height:14.5625rem;top:1.8125rem;left:32.4375rem;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:3.0625rem;left:0rem;width:33.3125rem;height:8.25rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #srZMtkd9l9x7cltAsTPbShwo7lfRu2oN { width:34.5rem;height:12.25rem;top:12.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZl8Sdv1BmXWqBqola1G9a5aFsOeieK1 { width:6.3125rem;height:5.1875rem;top:2.4375rem;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:25rem;left:1.78125rem;width:10.125rem;height:8.9375rem;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.0625rem;left:28.5rem;width:19.25rem;height:27.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGnIUwANfWSuOvppeWv8fOJ2iSBlmhF8 { top:0rem;left:41.1875rem;width:6.5625rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhZLSetiwlV72FlwHQLXxmhaqLBt9edB { top:7.875rem;left:43.5rem;width:4.25rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxWrKk3qyp57WdyT5z7BM6DrMHlu8Cya { top:10.4375rem;left:43.1875rem;width:4.5625rem;height:5.8125rem;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:16.9375rem;height:3.125rem;top:23.75rem;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:12rem;height:3.125rem;top:23.75rem;left:17.8125rem;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:3.125rem;top:23.75rem;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) { #Vl16J0aL7vFWrMDw6KtTSWELH9dxtxf1 { width:17rem;height:3.125rem;top:28.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nn4MSrUv7ica9eUOylfPEZBUEcqJVK8w { width:18.125rem;height:3.125rem;top:32.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #liyDfHKXqtEIocmT6JnEMbkHSCwXlF94 { width:14.4375rem;height:3.125rem;top:28.0625rem;left:16.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcAUTLfEmluapmWDDBm1CaSiLyQ4uK5L { width:18.125rem;height:3.125rem;top:32.6875rem;left:13.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfAunVhqsMehMw8cUQRwzJxRe9BfGnt4 { width:16.9375rem;height:3.125rem;top:28.0625rem;left:30.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6WDEepkruvVIA6k5byAVnqkpM1OEHm6 { width:18.0625rem;height:3.125rem;top:32.6875rem;left:29.5625rem;font-size:1rem;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:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TU8y4etbMC4N4hRSKblHPasf2gP8br7k { top:27.0625rem;left:0rem;width:9.375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CORTvBUQl68ZW8zfOw00vokaXHTB0IgQ { top:11.4375rem;left:0rem;width:11.75rem;height:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8BDbWS9UaIJGT5WQt6XezHewi5STuib { top:11.375rem;left:0.125rem;width:11.8125rem;height:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6ZXslEAdTMsyh1CozBhoZJtCvhx9l9C { top:8.375rem;left:0rem;width:31.0625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #trtP983TOPLxFaFQ16tpdpHrxWbuQ5u8 { top:11.125rem;left:0rem;width:11.6875rem;height:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JIFTsW54ZTZKUxn1TrP2c07evIG8Oe3T { top:11.5rem;left:12.125rem;width:11.75rem;height:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLwu2aeF8GJ5M8b9RM5iwicBCSrFK6Z8 { top:11.5rem;left:23.875rem;width:11.75rem;height:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcTZ8ruIOyHgGVS6TBuPtVB3GesTUqzI { top:11.5rem;left:24.0625rem;width:11.75rem;height:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZtRLZoyZ1ErafBO9yLuxlaQ6EGXPoXN { top:11.4375rem;left:0.1875rem;width:11.75rem;height:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ms1wAnN6JBcHUD6ktD9MHSuWuARemwnG { top:11.4375rem;left:12.125rem;width:11.75rem;height:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZ7qTBxTGFZAeiI1Gx86KtsoC3SJEFEu { top:11.4375rem;left:23.875rem;width:11.75rem;height:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqoZV6tcZdgVx6BteJz1PhsTTnETxk2Q { top:11.4375rem;left:24.0625rem;width:11.75rem;height:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4Nbbk6ywFJTbb7TeXpHZdTP69CtNJQv { top:11.4375rem;left:36rem;width:11.75rem;height:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxt9hGaO9SLcdxSCJ0T5sqd2qThcCS0w { top:11.5rem;left:35.9375rem;width:11.8125rem;height:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcX2BgSyfzm7KJSGVCU8X6cvts7qg2zl { top:27.0625rem;left:2.5625rem;width:9.375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOX28mi9sK2aBUHUVw9aDTw9gegLcHCl { top:27.0625rem;left:14.5rem;width:9.375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOM7lDUAiUGi8lkhf1fyVSi8i3GOnK6z { top:27.0625rem;left:23.875rem;width:9.375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9FuJqcAxsOggxQZrxuiu4wZBTkrgGc2 { top:27.0625rem;left:26.4375rem;width:9.375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #elTASAKGTPpHGz3kepNQPg1oRgPRORUL { top:27.0625rem;left:38.375rem;width:9.375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yelGbQNCJOfXtSsPQp4LiuhNBPoH6bfp { top:28.5rem;left:0rem;width:9.375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekuDQuI0ZCL5vC38WmppfrASuzSw10wP { top:28.5rem;left:2.5625rem;width:9.375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyTE8rRKeGBoC1tcqd4XnFSBHhP24TeV { top:28.5rem;left:14.5rem;width:9.375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilCBIJhrdfhUTWrArUIOFBhvBE88Sxnc { top:28.5rem;left:23.875rem;width:9.375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQopkFAz7ln38v5KwvnSAKy1uAHEzbWc { top:28.5rem;left:26.4375rem;width:9.375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5StQy0nZCaOmcRTWKPdZxPH24TArf1r { top:28.5rem;left:38.375rem;width:9.375rem;height:1.4375rem;font-size:1.125rem;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:5.25rem;left:0rem;width:47.75rem;height:3.4375rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBgT4EL6VPk3Pr9d0UvQ1x8i74A2tdbs { top:3.5625rem;left:15.375rem;width:17rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTIFwZ1BLA7UWriTVNZhDUl4i2tCrdGl { top:9.3125rem;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:16.875rem;height:6.125rem;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:16.6875rem;height:4.625rem;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:15.9375rem;height:1.5625rem;top:9.6875rem;left:31.8125rem;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:26.8125rem;left:41.1875rem;width:6.5625rem;height:8.2490806875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVBgiPM53nNLxTI0Q4AhnnLTBTrCT0sh { top:5.25rem;left:0rem;width:6.125rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRNmis1OJOOEaWnrdkgL11upgiPLiwBB { width:43.375rem;height:34.75rem;top:2.1875rem;left:2.1872701644898rem;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:2.5rem;left:4.3115816116333rem; }
#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:2.5rem;left:4.3115816116333rem; }
 }@media only screen and (max-width: 763px) { #udm3HtVAAhACSfFB3r8LwwBIswBPSczk #yNXAVBFhl2n9lBS0xl7WsdJlVboqk1xK {  }
 }@media only screen and (max-width: 763px) { #udm3HtVAAhACSfFB3r8LwwBIswBPSczk #M8y3d40TqFuokuW74243bh5Tsng9wtTb {  }
 }@media only screen and (max-width: 763px) { #udm3HtVAAhACSfFB3r8LwwBIswBPSczk #WvvT5XpsLSI2ylnopO05pcqUWa9WSx7S {  }
 }@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 #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) { #uIENU8LZTm2TODLQZyTwezqfS29Mcbd3 { top:2.5625rem;left:0rem;width:7.75rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQy92PJe0F9TwxuMfLBPL2ptA9seoAnb { top:51.375rem;left:8.1592378616331rem;width:8.4375rem;height:10.79493613423rem;display:block; }
 }@media only screen and (max-width: 763px) { #eipfB7Q2Ld3yz8wMPef3Vv921zWqkivl { top:1.625rem;left:45.4375rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5hvX7nPnLyPUgmHxzKlkK5T9QUtnQOG { top:6.5rem;left:44.0625rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmhQsCOlE4czioNbBnCrZaKcJlsZC4Hf { top:10.8125rem;left:0rem;width:5.3125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ho5Grrmely3ogBXRxVXhOAvwuUA27psn { top:2.4375rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xaag8QdNBbt2y1HTWARFGySKlW45TUSq { top:28.4375rem;left:0rem;width:8.625rem;height:11.045612525701rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3oT9WOG9rNghbQfZKnAodVBQ7dP4VxL { top:0.5rem;left:40.9375rem;width:6.75rem;height:8.7320796885608rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kzy6UECFNAblyPBMl1EdXrxKzt35gKUO { top:29.5rem;left:38.3125rem;width:9.4375rem;height:12.108490814417rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3hxe6m9luSyyipTp4pEFm3zdAvryAF1 { top:0.5rem;left:0rem;width:1.0625rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgUGhA8Q6z4OcLWMHEAxgEbECBJSl5ip { top:54.875rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpxdDWGTeNRDvQevytk9MxN4iwLR8IcI { top:5.25rem;left:43.267231941223rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFtlxUIFH42HkCydw5zTQVyu64nWQenm { top:1.1875rem;left:40.875rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eauqifr82dwc47dHrXXcdsilTAo4twD6 { top:9.5rem;left:0rem;width:20rem;height:23.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvP32dkAhudkh1Qy5DcQTpKprFQASrer { top:9.5rem;left:14.558590888977rem;width:20rem;height:23.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6Whd91g8QsVWTiKMyfJtsgZzUgPmJZI { top:9.5rem;left:27.75rem;width:20rem;height:23.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1LcSqimoEXSeo0zdHcuGG7lmT1PsBUM { top:34.375rem;left:0rem;width:20rem;height:23.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5gwDc2IBU4yAfpPTOfDzumUBlTd5GE0 { top:34.375rem;left:14.555146217346rem;width:20rem;height:23.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXALfGD3JBtDWJCkR4b2w1WuZ9w3Ascd { top:34.4375rem;left:27.75rem;width:20rem;height:23.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0Bt5uSSPlh1vt6UHO9JMbqU6kVhwAIz { top:11.125rem;left:0rem;width:15.9375rem;height:20.0620403125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRtASHnUmcta3DZHbIdKax1xfBpg5KOm { top:11.125rem;left:16.586396217346rem;width:15.875rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyp72N71JWLmqBlz3x3l2AKqtLNIBuLE { top:11.25rem;left:31.9375rem;width:15.8125rem;height:19.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1TIhbUvxTRSJcTwLFaPboGZNggTIExt { top:36rem;left:0rem;width:15.875rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6I6gMmyiAAAlWCfoQXD73U8pMEBS1Gi { top:36.125rem;left:16.618565559387rem;width:15.8125rem;height:19.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMZUhkbBGQEwateLB8S93nXh56XKh74i { top:36.125rem;left:32rem;width:15.75rem;height:19.75rem;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.0625rem;height:4.625rem;top:8.625rem;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) { #VAVG2UTM4HholEz2IsW3LcQPmvSSAWKw { top:1.9375rem;left:15.778721809388rem;width:16.1875rem;height:14.3125rem;display:block; }
 }@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.125rem;top:1.625rem;left:0rem;font-size:2.4375rem;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:76.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oA5IUumlCkhXB5XUH1ch8WTweJwDqGDh { width:20rem;height:4.2647056875rem;top:11.75rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #OOFkitoy9BwIuyN9LziRdDHk3ITMetyd { width:16.1868095625rem;height:20.2493095625rem;top:56.401649475097rem;left:1.9060200452804rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqfswH2TnIZu1OW2fz5P6TzZcUiTmvwe { width:4.6875rem;height:4.6243105rem;top:10.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTTg3fbLWTpgTTiPSCebmXEsxuFJUql4 { width:3.6247701875rem;height:3.6247701875rem;top:13.0625rem;left:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWnOh9viQsfu0TnDqq4kNdVOc8ppcbTc { width:20rem;height:3.235294125rem;top:19.284236907959rem;left:0rem;font-size:1.25rem;z-index:15010;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rrAzA5AioM4UbSLU742PPCIDIvJNdWNR { width:15.8743105rem;height:4.1176471875rem;top:46.375rem;left:2.0625rem;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.6247691875rem;height:8.5294113125rem;top:33.061809539795rem;left:0.68704044818881rem;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:12.25rem;height:2.25rem;top:46.375rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #UEWJtAOkqeMAzNGXgZ4Ma297VwKURxvf { width:20rem;height:4.705882125rem;top:25.6875rem;left:0rem;font-size:2rem;z-index:15044;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #pe0NFiyPZ8ficsBKGrCz7E5geNe4t2GT { width:11.9990806875rem;height:2.1875rem;top:52.285152435302rem;left:4.0004595518112rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcU7CJudeOungcP5MWREsd2XeSlwTWTp { display:flex;width:3.125rem;height:3.125rem;top:42.123157501221rem;left:8.4041813611981rem; }
#wcU7CJudeOungcP5MWREsd2XeSlwTWTp > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #P6OzPewyxiwq5ZpSJzpbRyd4aodTRtZC { width:15.8743105rem;height:4.1176471875rem;top:52.315477371216rem;left:2.0611211061478rem;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.311580875rem;top:25.6875rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKLuRPgWKcoKL9fKy9pB7eQIb7zpx5Un { width:10.0620403125rem;height:8.9993105rem;top:1.6980698108673rem;left:4.9689797163009rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyaI9JGfLo9pJNmbv74OziMtpg3RZpdy { width:2.8125rem;height:3.4995403125rem;top:39.827663421631rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEFOWRmHDWDyR3aTrfMOzJhPiJ40VSZu { width:2.9997701875rem;height:3.8740806875rem;top:41.628446578979rem;left:16.385569453239rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPaqmDyq5cdTNzAaVIsXu744pR5VmvUf { width:2.9997701875rem;height:3.8740806875rem;top:23.023895263672rem;left:16.385569453239rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqTU7w0tgb7tSp5IRhKrclroh61NxiSz { display:block; }#kqTU7w0tgb7tSp5IRhKrclroh61NxiSz > .row .container { width:20rem;height:13.4375rem;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:17.9997691875rem;height:5.0620403125rem;top:2.4919586181641rem;left:0.32743561267853rem; }
 }@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.7493105rem;height:3.4375rem;top:8.80973815918rem;left:3.6247700452804rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZdPa53AfyZDl4yrpP03PPfOcTI2JNSk { display:block; }
 }@media only screen and (max-width: 763px) { #bGkkBoxKzAAkal2IcCuEVIPvSP4xXWoE { width:18.4995403125rem;height:1.76470575rem;top:0.74907684326175rem;left:0.74908089637756rem;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:10.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U4w12KgIKiEsCvU2M6zISHt0tKCcsQnl { width:20rem;height:3.82352925rem;top:4.1119079589844rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l4TRlq3A4xcf0MNgFlhcPDTX8rNdXl6h { width:13.4995403125rem;height:1.1764705rem;top:1.7497711181641rem;left:3.2490807771682rem;font-size:1.125rem;z-index:15010;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dDU4UWTlJTXm9CW7avs8US1wZOEnTZrk { width:20rem;height:1.4705881875rem;top:8.4018859863281rem;left:0rem;font-size:0.9375rem;z-index:15010;line-height:1.6;text-align:center;text-align-last:center;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:85rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yqETsTosNsqqlSV835auqmAHtpuxUQsA { width:11.7497701875rem;height:14.6875rem;top:3.0491790771484rem;left:4.1245402097702rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6GuOPwPdio3uzvkNT69AVKTuXiUOqcW { width:18.2490806875rem;height:18.2490806875rem;top:1.25rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WliJdm904XohOGG2zGHz2vMPS4vGBAD6 { width:20rem;height:1.6176470625rem;top:20.7490806875rem;left:0rem;font-size:1.6875rem;line-height:1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PE7RDkqeMr8LocVNuwiZwSklh5U91PI6 { width:19.5622691875rem;height:4.6323526875rem;top:49.3125rem;left:0.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MHRgxA3nVBvRaOyrDJytI7d7d9GOmto3 { width:18.2490806875rem;height:1.6176470625rem;top:47.5rem;left:0.875rem;font-size:1.6875rem;line-height:1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vuOaE0QLwimmfrCH8xXGBEDa3IzFz2ST { width:11.8118105rem;height:14.8115806875rem;top:29.875rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WeExNeUZTNxpZcUf8U5JlzIAM6Jk01AT { width:18.2490806875rem;height:18.2490806875rem;top:28.1875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfPRTezlatXoC1mTfd84lvvADpwJawN6 { width:20rem;height:4.6323526875rem;top:77.375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XIdDwFnJzrEKlTw1pKUA3seuhsOKqr1W { width:19.6243095625rem;height:1.6176470625rem;top:75.625rem;left:0.125rem;font-size:1.6875rem;line-height:1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AalWuwQzmPGQ2pp2y5iOUzaR8mhbbdNQ { width:9.2497701875rem;height:11.5625rem;top:59.625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXxfgiX4BpagS3dyeOwRq2LutEoCc9il { width:18.2490806875rem;height:18.2490806875rem;top:56.25rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCaGPCFRPtf18oIcNA9T4ABrwSWSghir { width:18.2490806875rem;height:3.088235125rem;top:22.542510986328rem;left:0.87545955181119rem;font-size:1rem;text-align:center;text-align-last:center;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:84.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PZpUG3KR3c2wvToKdNQIQE9aGfyqOhLr { width:12.6872701875rem;height:15.8743105rem;top:1.8125rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pel2l8lHQSZs33BGVVKSpgTNInOurTRK { width:18.2490806875rem;height:18.2490806875rem;top:0.625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pU0hVz77ZNmIFuhg1Thu3OC5cVc4DUld { width:20rem;height:1.6176470625rem;top:20.122924804688rem;left:0.12545955181122rem;font-size:1.6875rem;line-height:1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OqQRKOBo3Mp7CWJJnM5WVtNKNVMbxgg2 { width:18.2490806875rem;height:6.176470375rem;top:21.890396118164rem;left:0.87545955181119rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qDUcX8AcGLESc5I9F1PoCTNDVcDLFmdc { width:20rem;height:4.6323526875rem;top:50.357070922851rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ACZKbOHbP7OsLUETmqAcT1PrEDIBdTR6 { width:20rem;height:1.6176470625rem;top:48.677383422851rem;left:0rem;font-size:1.6875rem;line-height:1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tHJtLl9CTPL1fNf8Sin03o86Td2rgoGb { width:12.3747701875rem;height:15.4997701875rem;top:30.9375rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mqrfi2nTB2LHJQo3m256D6QrWBSdy3oH { width:18.2490806875rem;height:18.2490806875rem;top:29.5rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMCiC1JEmmqKU797Hw4ChZUK2V6iQULT { width:19.1865806875rem;height:4.6323526875rem;top:77.882583618162rem;left:0.40670955181122rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gKd0HLrg4xxi1zqmRIiqzELliIsmtmS2 { width:20rem;height:1.6176470625rem;top:76.309982299806rem;left:0rem;font-size:1.6875rem;line-height:1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cLJyfxnntzaM0ld9NT70NfFfAhiswkw8 { width:10.4365806875rem;height:13.0618105rem;top:59.25rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #edSaPtAyWh0sSi0kzxaP9OwPkqfW0kT4 { width:18.2490806875rem;height:18.2490806875rem;top:56.6875rem;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:74.0625rem;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.9368095625rem;height:5.1470585rem;top:14.232543945312rem;left:0rem;font-size:2rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #srZMtkd9l9x7cltAsTPbShwo7lfRu2oN { width:20rem;height:16.9852934375rem;top:20.425323486328rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DZl8Sdv1BmXWqBqola1G9a5aFsOeieK1 { width:4.4370403125rem;height:3.125rem;top:13.681060791016rem;left:3.8097423315048rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oif24nQvv3iOXa6dvDSQ3ESC2rzMPtuy { width:20rem;height:1.1764705rem;top:12.064575195312rem;left:0rem;font-size:1.125rem;z-index:15010;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NanfZtdChH7hL6ImkgxB6WHgfe54fzB4 { width:20rem;height:2.3529410625rem;top:59.938873291016rem;left:0rem;font-size:1.8125rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sqnTsMqNJMHclBzl1JixBWbMWWATAAmr { width:20rem;height:4.411764625rem;top:39.682678222656rem;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:46.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wTghA8IqEwEaT3WoTNnUQiG0WM6oHr8z { width:10.8743105rem;height:19.9368095625rem;top:48.1875rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMfIEDkWpksVTe28Wvi7dgQXDDvXi6P8 { width:13.75rem;height:10.7490806875rem;top:56.5rem;left:3.125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TOFUzQAJBaDUIaPRJPGzKiyEPwVdRzcA { width:10.7490806875rem;height:9.4990806875rem;top:1.07421875rem;left:4.6243103742599rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJ4Pkqt91cu0cMOs5a3okoTTmPIBTW5y { display:flex;width:2.5620403125rem;height:2.5620403125rem;top:49.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #T6nTTqpOVx1wT1u6TkdCESvSl3WWXVyR { display:flex;width:2.5620403125rem;height:2.5620403125rem;top:52.375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RiyXIe1Rzn5oDmraJov14pAf5yXVVkoi { width:20rem;height:25.1872691875rem;top:46.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDTsPkCuG6Qgvo7uQfbISR7bp9WcieT8 { width:14.3125rem;height:20.5625rem;top:55.5rem;left:3.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #OGnIUwANfWSuOvppeWv8fOJ2iSBlmhF8 { width:4.8115806875rem;height:6.0615806875rem;top:43.180816650391rem;left:14.810431361198rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhZLSetiwlV72FlwHQLXxmhaqLBt9edB { width:3.561580875rem;height:4.4990806875rem;top:66.1867980957rem;left:0.31939339637756rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxWrKk3qyp57WdyT5z7BM6DrMHlu8Cya { width:3.75rem;height:4.7495403125rem;top:68.125rem;left:16.25rem;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:96.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eLCWVITofh43hxtWUJ5HGiDM4eypxsrS { width:18.75rem;height:1.323529375rem;top:16.733215332031rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CoR2ofnKM7Zn7B0HzVJnRZ80nSlQesBG { width:18.75rem;height:1.5441175625rem;top:21.971069335938rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCSaeLkvJCXfMbZhNOcRHUBkUfTpe7Qs { width:20rem;height:28.4375rem;top:37.3345585rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-3),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:17.9595585rem;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:46.272989286132rem;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:47.6470585rem;left:0.625rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #K24I71RtH7bgyf2RNGUH9uDprM1fZdSa { width:19.5622691875rem;height:1.5441175625rem;top:51.686584472656rem;left:0rem;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:7.6470585rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #c6JrcGQytxbu7TRP9RyZ2ub8xSugQ8eF { width:20rem;height:28.4375rem;top:67.0220585rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-3),1), rgba(var(--color-tertiary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-3),1), rgba(var(--color-tertiary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-3),1), rgba(var(--color-tertiary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-3),1), rgba(var(--color-tertiary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-3),1)', endColorstr='rgba(var(--color-tertiary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-3),1)', endColorstr='rgba(var(--color-tertiary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-3),1), rgba(var(--color-tertiary-2),1));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #dkfsiDFJR1oNIqWnBRDE1kgf1P57ShED { width:18.75rem;height:1.323529375rem;top:75.960489286131rem;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:77.3345585rem;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.9370403125rem;height:3.088235125rem;top:81.272989286131rem;left:1.5303344726562rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uiASHk1SZZqK2EdU2OxTKxqxXAydEM7q { width:5.9995403125rem;height:7.5620403125rem;top:9.0854892861325rem;left:6.9990787506106rem;display:block; }
 }@media only screen and (max-width: 763px) { #aa8tSRMIz96K1BadgUXyaFGDmTBwEAet { width:6.4372701875rem;height:6.4372701875rem;top:9.0854892861325rem;left:6.811809539795rem;display:block; }
 }@media only screen and (max-width: 763px) { #X64LiAQtM4rVCAtzFBsG8V8vzmMDZPf8 { width:6.4372701875rem;height:6.4372701875rem;top:38.772989286132rem;left:6.8118133544925rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bst7OzJB4LS5GT5r6ZXiCcTTWVoZFKxG { width:4.3118105rem;height:5.4365806875rem;top:39.272760404297rem;left:7.8745422363281rem;display:block; }
 }@media only screen and (max-width: 763px) { #VhwAsUwGvU6TC8C6icOPoHDTTZfHTCvw { width:6.4372701875rem;height:6.4372701875rem;top:68.460489286131rem;left:6.8118133544925rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOBitaz976QfLI7LcO4tH8fAs1vdmROJ { width:2.5620403125rem;height:3.1870403125rem;top:70.085031522463rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8Oo93OAzTO8FEdwVn3cqKf9ZGkV3JUX { width:20rem;height:5.1470585rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vl16J0aL7vFWrMDw6KtTSWELH9dxtxf1 { width:16.9990806875rem;height:3.088235125rem;top:25.834106445312rem;left:1.5004595518112rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nn4MSrUv7ica9eUOylfPEZBUEcqJVK8w { width:18.125rem;height:3.088235125rem;top:30.396392822266rem;left:0.90418195724488rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #liyDfHKXqtEIocmT6JnEMbkHSCwXlF94 { width:14.4370403125rem;height:3.088235125rem;top:55.459564208984rem;left:2.7814797163009rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcAUTLfEmluapmWDDBm1CaSiLyQ4uK5L { width:18.125rem;height:3.088235125rem;top:60.521575927734rem;left:0.90418195724488rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfAunVhqsMehMw8cUQRwzJxRe9BfGnt4 { width:16.9370403125rem;height:3.088235125rem;top:85.587310791012rem;left:1.5314797163009rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6WDEepkruvVIA6k5byAVnqkpM1OEHm6 { width:18.0606613125rem;height:3.088235125rem;top:90.147033691406rem;left:0.96966910362244rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOrHageHODr71diSORizlAByexZxsOKB { display:block; }#BOrHageHODr71diSORizlAByexZxsOKB > .row .container { width:20rem;height:137.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SBETcBviorI52s9I8tdoivSsb5H0l9lL { width:20rem;height:6.4705881875rem;top:0.5765380859375rem;left:0rem;font-size:2.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TU8y4etbMC4N4hRSKblHPasf2gP8br7k { width:14.4370403125rem;height:1.39705875rem;top:27.436828613281rem;left:2.7814797163009rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CORTvBUQl68ZW8zfOw00vokaXHTB0IgQ { width:12.8745403125rem;height:16.3120403125rem;top:10.426239013672rem;left:3.5627297163009rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8BDbWS9UaIJGT5WQt6XezHewi5STuib { width:13rem;height:16.375rem;top:31.3125rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6ZXslEAdTMsyh1CozBhoZJtCvhx9l9C { width:20rem;height:1.0294118125rem;top:7.7091064453125rem;left:0rem;font-size:0.9375rem;z-index:15010;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #trtP983TOPLxFaFQ16tpdpHrxWbuQ5u8 { width:12.8125rem;height:16.9370403125rem;top:9.8621520996094rem;left:3.5937498807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #JIFTsW54ZTZKUxn1TrP2c07evIG8Oe3T { width:12.875rem;height:16.375rem;top:52.090545654297rem;left:3.5627297163009rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLwu2aeF8GJ5M8b9RM5iwicBCSrFK6Z8 { width:12.8125rem;height:16.25rem;top:73.264251708988rem;left:3.5627297163009rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcTZ8ruIOyHgGVS6TBuPtVB3GesTUqzI { width:12.875rem;height:16.375rem;top:94.58615112305rem;left:3.5627297163009rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZtRLZoyZ1ErafBO9yLuxlaQ6EGXPoXN { width:12.8745403125rem;height:16.4993095625rem;top:30.875rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ms1wAnN6JBcHUD6ktD9MHSuWuARemwnG { width:12.9997701875rem;height:16.5625rem;top:51.950836181641rem;left:3.4995402097702rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZ7qTBxTGFZAeiI1Gx86KtsoC3SJEFEu { width:12.8745403125rem;height:16.4993095625rem;top:73.008972167969rem;left:3.5627297163009rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqoZV6tcZdgVx6BteJz1PhsTTnETxk2Q { width:12.9365806875rem;height:16.4993095625rem;top:94.48876953125rem;left:3.5317095518112rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4Nbbk6ywFJTbb7TeXpHZdTP69CtNJQv { width:12.9365806875rem;height:16.4993095625rem;top:115.93133544922rem;left:3.5317095518112rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxt9hGaO9SLcdxSCJ0T5sqd2qThcCS0w { width:12.875rem;height:16.125rem;top:116.23712158203rem;left:3.5627297163009rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcX2BgSyfzm7KJSGVCU8X6cvts7qg2zl { width:9.375rem;height:1.39705875rem;top:48.500701904297rem;left:5.2791818380356rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOX28mi9sK2aBUHUVw9aDTw9gegLcHCl { width:9.375rem;height:1.39705875rem;top:69.66796875rem;left:5.2791818380356rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOM7lDUAiUGi8lkhf1fyVSi8i3GOnK6z { width:9.375rem;height:1.39705875rem;top:90.587097167969rem;left:5.2791818380356rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9FuJqcAxsOggxQZrxuiu4wZBTkrgGc2 { width:9.375rem;height:1.39705875rem;top:112.07629394531rem;left:5.2791818380356rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #elTASAKGTPpHGz3kepNQPg1oRgPRORUL { width:9.375rem;height:1.39705875rem;top:133.25rem;left:5.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yelGbQNCJOfXtSsPQp4LiuhNBPoH6bfp { width:9.375rem;height:1.39705875rem;top:49.874786376953rem;left:5.2791818380356rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ekuDQuI0ZCL5vC38WmppfrASuzSw10wP { width:9.375rem;height:1.39705875rem;top:28.792510986328rem;left:5.2791818380356rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fyTE8rRKeGBoC1tcqd4XnFSBHhP24TeV { width:9.375rem;height:1.39705875rem;top:71.042053222656rem;left:5.2791818380356rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilCBIJhrdfhUTWrArUIOFBhvBE88Sxnc { width:9.375rem;height:1.39705875rem;top:91.965087890625rem;left:5.2791818380356rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQopkFAz7ln38v5KwvnSAKy1uAHEzbWc { width:9.375rem;height:1.39705875rem;top:113.43267822266rem;left:5.2791818380356rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w5StQy0nZCaOmcRTWKPdZxPH24TArf1r { width:9.375rem;height:1.39705875rem;top:134.63464355469rem;left:5.2791818380356rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E7kvlsPCsXlasxysayNsMS1RUQQUiExx { display:block; }#E7kvlsPCsXlasxysayNsMS1RUQQUiExx > .row .container { width:20rem;height:12.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TDapL7e4VUPwbb1tkOkbJnLswbgTeCP1 { width:17.2495403125rem;height:4.2647056875rem;top:3.41455078125rem;left:1.3752297163009rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oBgT4EL6VPk3Pr9d0UvQ1x8i74A2tdbs { width:18.5615806875rem;height:1.102941125rem;top:1.4410400390625rem;left:0.71920955181119rem;font-size:1.125rem;z-index:15010;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XTIFwZ1BLA7UWriTVNZhDUl4i2tCrdGl { width:18.5615806875rem;height:3.3823528125rem;top:8.5615844726562rem;left:0.71920955181119rem;font-size:1rem;z-index:15010;line-height:1.7;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ALi8DlhHNNAxTNeeL37wEm1UUgmz5SIc { display:block; }#ALi8DlhHNNAxTNeeL37wEm1UUgmz5SIc > .row .container { width:20rem;height:30.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cf4ihVFgNo9Hmfk2y9iso4JRvMnABOJz { width:15.7490806875rem;height:6.17647025rem;top:5.3170776367188rem;left:2.1254595518112rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kdzCJtfqPhWs83oHIpAwONzGVVy94Ql7 { width:12.8745403125rem;height:1.1764705rem;top:1.8451538085938rem;left:3.5627297163009rem;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.0620403125rem;height:1.76470575rem;top:3.3504333496094rem;left:2.4689797163009rem;font-size:1.375rem;text-align:center;text-align-last:center;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.8745403125rem;height:1.1764705rem;top:13.483459472656rem;left:3.5627297163009rem;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.8745403125rem;height:1.76470575rem;top:14.983947753906rem;left:3.5627297163009rem;font-size:1.375rem;text-align:center;text-align-last:center;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.7495403125rem;height:6.17647025rem;top:16.956604003906rem;left:2.6252297163009rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uwZmmudatMXQvdp5QveOznSWbgc8UsyT { width:12.8745403125rem;height:1.76470575rem;top:26.611938476562rem;left:3.5627297163009rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZzNwCKoxhiXK0G0mAXbm69BUSNyEdiwr { width:16.3740806875rem;height:1.5441175625rem;top:28.584594726562rem;left:1.8129595518112rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aVaAac6d1lUWiiVRb94niAGh8TwnLC8f { width:12.8745403125rem;height:1.1764705rem;top:25.115112304688rem;left:3.5627297163009rem;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.249080875rem;height:2.3747701875rem;top:2.9917602539062rem;left:2.1243106126785rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4oe8GS5CAHbwoXuknuKKxLOuvhFd0yv { width:3.249080875rem;height:2.3747701875rem;top:14.630065917969rem;left:2.4689797163009rem;display:block; }
 }@media only screen and (max-width: 763px) { #iR0oMQf3euHty7IKu7U4larqUsPLVatS { width:3.249080875rem;height:2.3747701875rem;top:26.258056640625rem;left:2.4689797163009rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lxn34rxABEDh1avVGgJcTen1wpOMo9Tm { display:block; }#Lxn34rxABEDh1avVGgJcTen1wpOMo9Tm > .row .container { width:20rem;height:56.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fxdQuWoxW6OHTGpleMQWwbSz1gMBc79p { width:4.5622701875rem;height:5.7490806875rem;top:50.352722167969rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #XVBgiPM53nNLxTI0Q4AhnnLTBTrCT0sh { width:5.3745403125rem;height:6.7497701875rem;top:1.25rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRNmis1OJOOEaWnrdkgL11upgiPLiwBB { width:20rem;height:41.5625rem;top:9.249755859375rem;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:9.59326171875rem;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:9.59326171875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #udm3HtVAAhACSfFB3r8LwwBIswBPSczk #yNXAVBFhl2n9lBS0xl7WsdJlVboqk1xK {  }
 }@media only screen and (max-width: 763px) { #udm3HtVAAhACSfFB3r8LwwBIswBPSczk #M8y3d40TqFuokuW74243bh5Tsng9wtTb { display:block; }
 }@media only screen and (max-width: 763px) { #udm3HtVAAhACSfFB3r8LwwBIswBPSczk #WvvT5XpsLSI2ylnopO05pcqUWa9WSx7S {  }
 }@media only screen and (max-width: 763px) { #udm3HtVAAhACSfFB3r8LwwBIswBPSczk #R2Gs3RgWMlfD8IN3ucG8SgupUSeC77rr {  }
 }@media only screen and (max-width: 763px) { #udm3HtVAAhACSfFB3r8LwwBIswBPSczk #WVGUgSfGo43lJkid8OhoiFTBU48zpHB8 { display:none; }
 }@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 { display:none; }
 }@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 { display:none; }
 }@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 { display:none; }
 }@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 #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:131.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p6tlfmNMDCt7x2PZHWF56bKxeAPR2ZPW { width:20rem;height:2.57352925rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIENU8LZTm2TODLQZyTwezqfS29Mcbd3 { width:4.6875rem;height:5.875rem;top:41.269287109375rem;left:1.0914521217346rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQy92PJe0F9TwxuMfLBPL2ptA9seoAnb { width:4.9368105rem;height:6.1868105rem;top:101.80151367188rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eipfB7Q2Ld3yz8wMPef3Vv921zWqkivl { width:2.3125rem;height:2.3125rem;top:10.827203763672rem;left:14.422790527344rem;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:6rem;height:7.75rem;top:79.881469726562rem;left:14.782857775688rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3oT9WOG9rNghbQfZKnAodVBQ7dP4VxL { width:5.125rem;height:6.5rem;top:21.719482421875rem;left:14.002465766894rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kzy6UECFNAblyPBMl1EdXrxKzt35gKUO { width:5.4997701875rem;height:6.9370403125rem;top:124.44873046875rem;left:14.500228762627rem;z-index:15048;display:block; }
 }@media only screen and (max-width: 763px) { #I3hxe6m9luSyyipTp4pEFm3zdAvryAF1 { width:1.125rem;height:1.125rem;top:3.0020570820312rem;left:13.92601108551rem;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) { #eauqifr82dwc47dHrXXcdsilTAo4twD6 { width:20rem;height:18.1875rem;top:25.6875rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-secondary-1),0.65));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-secondary-1),0.65));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-secondary-1),0.65));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-secondary-1),0.65));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.65)', endColorstr='rgba(var(--color-secondary-1),0.65)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.65)', endColorstr='rgba(var(--color-secondary-1),0.65)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-secondary-1),0.65));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #zvP32dkAhudkh1Qy5DcQTpKprFQASrer { width:20rem;height:18.0618095625rem;top:45.708679199219rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-secondary-1),0.65));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-secondary-1),0.65));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-secondary-1),0.65));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-secondary-1),0.65));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.65)', endColorstr='rgba(var(--color-secondary-1),0.65)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.65)', endColorstr='rgba(var(--color-secondary-1),0.65)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-secondary-1),0.65));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #h6Whd91g8QsVWTiKMyfJtsgZzUgPmJZI { width:20rem;height:17.9365806875rem;top:5.7146606445312rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-secondary-1),0.65));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-secondary-1),0.65));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-secondary-1),0.65));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-secondary-1),0.65));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.65)', endColorstr='rgba(var(--color-secondary-1),0.65)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.65)', endColorstr='rgba(var(--color-secondary-1),0.65)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-secondary-1),0.65));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #d1LcSqimoEXSeo0zdHcuGG7lmT1PsBUM { width:20rem;height:17.8125rem;top:65.976745605469rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-secondary-1),0.65));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-secondary-1),0.65));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-secondary-1),0.65));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-secondary-1),0.65));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.65)', endColorstr='rgba(var(--color-secondary-1),0.65)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.65)', endColorstr='rgba(var(--color-secondary-1),0.65)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-secondary-1),0.65));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #P5gwDc2IBU4yAfpPTOfDzumUBlTd5GE0 { width:20rem;height:17.8745403125rem;top:85.724975585938rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-secondary-1),0.65));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-secondary-1),0.65));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-secondary-1),0.65));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-secondary-1),0.65));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.65)', endColorstr='rgba(var(--color-secondary-1),0.65)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.65)', endColorstr='rgba(var(--color-secondary-1),0.65)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-secondary-1),0.65));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #FXALfGD3JBtDWJCkR4b2w1WuZ9w3Ascd { width:20rem;height:22.0625rem;top:105.45495605469rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-secondary-1),0.65));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-secondary-1),0.65));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-secondary-1),0.65));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-secondary-1),0.65));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.65)', endColorstr='rgba(var(--color-secondary-1),0.65)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.65)', endColorstr='rgba(var(--color-secondary-1),0.65)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.65), rgba(var(--color-secondary-1),0.65));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #M0Bt5uSSPlh1vt6UHO9JMbqU6kVhwAIz { width:15.9375rem;height:20.0620403125rem;top:4.5993041992188rem;left:2.0312498807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRtASHnUmcta3DZHbIdKax1xfBpg5KOm { width:15.8743105rem;height:19.8747691875rem;top:24.4375rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyp72N71JWLmqBlz3x3l2AKqtLNIBuLE { width:15.8122701875rem;height:19.8115806875rem;top:44.782897949219rem;left:2.0921415090561rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1TIhbUvxTRSJcTwLFaPboGZNggTIExt { width:15.8743105rem;height:19.8747691875rem;top:64.936828613281rem;left:2.0611211061478rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6I6gMmyiAAAlWCfoQXD73U8pMEBS1Gi { width:15.8122701875rem;height:19.8115806875rem;top:84.704284667969rem;left:2.0921415090561rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMZUhkbBGQEwateLB8S93nXh56XKh74i { width:15.7490806875rem;height:19.7495403125rem;top:106.60620117188rem;left:2.1254595518112rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTL8aLkBcRQog6yLyiT9XEPfPuTv2Is8 { display:block; }#ZTL8aLkBcRQog6yLyiT9XEPfPuTv2Is8 > .row .container { width:20rem;height:42rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aWIKsZiJrQPLLTBRiA88Du3XuEkxWU48 { width:18.125rem;height:1.76470575rem;top:19.748413085938rem;left:0.90418195724488rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UnGvd0srai3pUlW386eI4UKMUc0uhie5 { width:18.125rem;height:4.6323526875rem;top:21.5rem;left:0.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nVTVVafFaH6mG5SWNntAqZVqaCaN2NkN { width:17.1231613125rem;height:1.76470575rem;top:27.32421875rem;left:1.4372700452804rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oSNVtqF1GQ8zxuwDU7wVunHTzWJb58Nf { width:2.9997701875rem;height:2.9997701875rem;top:29.6875rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUlklRQsNCBJE6MI10WsRi9WmUXqX4LT { display:flex;width:1.374080875rem;height:1.374080875rem;top:30.5rem;left:4.1875rem; }
#DUlklRQsNCBJE6MI10WsRi9WmUXqX4LT > img { max-width: 100%;max-height:100%; width:1.374080875rem; height:1.374080875rem; } }@media only screen and (max-width: 763px) { #F1LbKg8LOdtIvBF6vcvuobvGKTDcAMnU { width:2.9997701875rem;height:2.9997701875rem;top:29.74951171875rem;left:8.49954020977rem;display:block; }
 }@media only screen and (max-width: 763px) { #VtNqK261FwD63Bzlzyodz3P6trHxC5zx { display:flex;width:1.374080875rem;height:1.374080875rem;top:30.5rem;left:9.3125rem; }
#VtNqK261FwD63Bzlzyodz3P6trHxC5zx > img { max-width: 100%;max-height:100%; width:1.374080875rem; height:1.374080875rem; } }@media only screen and (max-width: 763px) { #umRMRo98d9ALDGBfk8nBkhNXl9VSbEu2 { width:2.9997701875rem;height:2.9997701875rem;top:29.8125rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5fiVuIooOSw16ofM108J3SSBzSGBQZa { display:flex;width:1.374080875rem;height:1.374080875rem;top:30.625rem;left:14.5625rem; }
#f5fiVuIooOSw16ofM108J3SSBzSGBQZa > img { max-width: 100%;max-height:100%; width:1.374080875rem; height:1.374080875rem; } }@media only screen and (max-width: 763px) { #VAVG2UTM4HholEz2IsW3LcQPmvSSAWKw { width:15.8122701875rem;height:13.9993105rem;top:5.0023193359375rem;left:2.0921415090561rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhScmmh8n6nOOxO0F1n5H5a32TbH2xSJ { width:17.5rem;height:1.186810625rem;top:24.875rem;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.1231613125rem;height:6.17647025rem;top:34.06591796875rem;left:1.4372700452804rem;font-size:1rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #Rv3gUdPyAHuS0gR8t1QlMPpHrcR9L55e { width:20rem;height:3.89705875rem;top:1.1358032226562rem;left:0rem;font-size:2.4375rem;text-align:center;text-align-last:center;display:block; }
 }