.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:226,234,246;--color-primary-1:133,176,214;--color-primary-2:52,123,186;--color-primary-3:1,90,169;--color-primary-4:10,25,37;--color-secondary-0:220,242,225;--color-secondary-1:137,210,156;--color-secondary-2:19,165,56;--color-secondary-3:10,83,28;--color-secondary-4:3,25,8;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"gt walsheim";--paragraphs-font-family:"gt walsheim"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GzyxsL4w4hb6KFCX6RcTwsRmoyxQ0qd5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/20cc39f3-6327-4787-aec3-a28833f11461/plastytczna_banner_desktpcopy.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#GzyxsL4w4hb6KFCX6RcTwsRmoyxQ0qd5.adaptive-delivery-prevent-bg, #GzyxsL4w4hb6KFCX6RcTwsRmoyxQ0qd5.lazyload, #GzyxsL4w4hb6KFCX6RcTwsRmoyxQ0qd5.lazyloading { background-image: none; }#GzyxsL4w4hb6KFCX6RcTwsRmoyxQ0qd5 > .row .container { background-color: transparent; background-image: none; }#GzyxsL4w4hb6KFCX6RcTwsRmoyxQ0qd5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GzyxsL4w4hb6KFCX6RcTwsRmoyxQ0qd5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GzyxsL4w4hb6KFCX6RcTwsRmoyxQ0qd5 > .row .container > .video-iframe-container { display: none; }#GzyxsL4w4hb6KFCX6RcTwsRmoyxQ0qd5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GzyxsL4w4hb6KFCX6RcTwsRmoyxQ0qd5 > .row > .video-iframe-container { display: none; }#GzyxsL4w4hb6KFCX6RcTwsRmoyxQ0qd5 > .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); }#GzyxsL4w4hb6KFCX6RcTwsRmoyxQ0qd5 > .row .container { border-width: 0; border-radius: 0; }#GzyxsL4w4hb6KFCX6RcTwsRmoyxQ0qd5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GzyxsL4w4hb6KFCX6RcTwsRmoyxQ0qd5 > .row .container { font-size:0.875rem;font-family:arial;height:38.625rem;width:75rem;position:relative;display:block; }#AtgQwvqelmf5inskzomZUSXAZMw5aqIi { color:rgba(var(--color-tertiary-0),1);display:block;width:26.3748125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:7.5227866172787rem;left:10.25rem;height:5.848525rem;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; }
#rKUyT6slR9ekWnqhiS2kcUlpZd4hVK79 { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:13rem;width:31.5625rem;top:11.685546875rem;left:7.5rem;display:block; }
#HXOKxvF5IzwUhOxGUEGH2zTfE1c58dyV { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.19) ;height:8.1875rem;width:31.5625rem;top:5.9990234375rem;left:7.5rem;display:block; }
#PQRqNnlk1FNmLfyiaz0uLQhL9iGnMIN4 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.0625rem;width:13.875rem;display:none; }
#ft43tLXhTeH7sfTTD0zUpOhLyTs7SBTT { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.19) ;height:9.875rem;width:31.5625rem;top:7.998046875rem;left:7.5rem;display:block; }
#LbvM7eyWQwiWsA0LDexO9WbwOPgukEko { color:rgba(var(--color-tertiary-0),1);display:block;width:27.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:14.9599609375rem;left:10.255859375rem;height:1.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#mNe4gKm7U0XpdBrnhRd2q7fhGshK37MS { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.19) ;height:12rem;width:29.375rem;top:7.9991321563719rem;left:7.5rem;display:none; }
#b56mQ0sAuQDCldUAi0LKdQKWRu9u65yf { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.87478125rem;width:9.4998125rem;top:19.6220703125rem;left:10.255859375rem;overflow:hidden;display:block; }
#CbkUKqgUeAoxJZgp1t0H3ufpiZsZXpT9 { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.25rem;height:3.4375rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:27.561849594116rem;left:7.8114166259762rem;display:block; }
#PLowbTMwahlGeFoUk1rNh8KXyvKpIvaM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ot3oPupDQEhtyPPwTFknLKyznViTrLz0 { position:relative;display:block; }#ot3oPupDQEhtyPPwTFknLKyznViTrLz0 { background-color: transparent; background-image: none; }#ot3oPupDQEhtyPPwTFknLKyznViTrLz0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ot3oPupDQEhtyPPwTFknLKyznViTrLz0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ot3oPupDQEhtyPPwTFknLKyznViTrLz0 > .row .container > .video-iframe-container { display: none; }#ot3oPupDQEhtyPPwTFknLKyznViTrLz0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ot3oPupDQEhtyPPwTFknLKyznViTrLz0 > .row > .video-iframe-container { display: none; }#ot3oPupDQEhtyPPwTFknLKyznViTrLz0 > .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); }#ot3oPupDQEhtyPPwTFknLKyznViTrLz0 { border-width: 0; border-radius: 0; }#ot3oPupDQEhtyPPwTFknLKyznViTrLz0 > .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; }#ot3oPupDQEhtyPPwTFknLKyznViTrLz0 > .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:18.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#I0ha4l1T8ei55WF9SPqIwdUzGL7gt7rC { color:#2a2a2a;display:block;width:62.3730625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:1.3118476867676rem;left:6.3129348754881rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#AzzKsxKJQH7XcXT3GVUf2X8MFStGybOp { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:62.375rem;height:3.4375rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:11.832681655884rem;left:7.5rem;display:block; }
#JncJoLF5qTrCrD029iESIZp2IBdPXXv3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#x6lqn58cdkwuSaSwoOFnA2SAoJACUTdv { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:62.375rem;height:3.4375rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:11.832681655884rem;left:7.5rem;display:none; }
#iTK6qUA2xZUFxIoyKkuzOXHoB7oO7by3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cH2RWF0zfUiHrysE3eCy9MnamS3DxFZ3 { position:relative;display:block; }#cH2RWF0zfUiHrysE3eCy9MnamS3DxFZ3 { background-color: transparent; background-image: none; }#cH2RWF0zfUiHrysE3eCy9MnamS3DxFZ3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cH2RWF0zfUiHrysE3eCy9MnamS3DxFZ3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cH2RWF0zfUiHrysE3eCy9MnamS3DxFZ3 > .row .container > .video-iframe-container { display: none; }#cH2RWF0zfUiHrysE3eCy9MnamS3DxFZ3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cH2RWF0zfUiHrysE3eCy9MnamS3DxFZ3 > .row > .video-iframe-container { display: none; }#cH2RWF0zfUiHrysE3eCy9MnamS3DxFZ3 > .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); }#cH2RWF0zfUiHrysE3eCy9MnamS3DxFZ3 { border-width: 0; border-radius: 0; }#cH2RWF0zfUiHrysE3eCy9MnamS3DxFZ3 > .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; }#cH2RWF0zfUiHrysE3eCy9MnamS3DxFZ3 > .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:33.125rem;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; }#zc0vBV12KO3igrHuyr4mTZNPxaRb1H1V { box-sizing:content-box;height:24.125rem;width:62.1875rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:8.6213111877444rem;left:7.451171875rem;border-top:0.1875rem solid rgba(var(--color-secondary-2),1);border-left:0.1875rem solid rgba(var(--color-secondary-2),1);border-right:0.1875rem solid rgba(var(--color-secondary-2),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;display:block; }
#z31TcAbSgsavH1ITe3VWb4XXT5L8S7Xk { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.19) ;height:11.1875rem;width:62.375rem;top:4.8115234375rem;left:7.5rem;display:block; }
#zDDiRdtV5e2mkX4MVSqE2Fpbp6OcUT2r { color:rgba(var(--color-tertiary-0),1);display:block;width:32.374125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:5.6566829681396rem;left:15.872829437256rem;height:2.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#L7TaEgDofRS9TCmVCU2lFhy0qyItd9rl { color:#2a2a2a;display:block;width:9.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:20.818141937256rem;left:11.500652313233rem;height:1.4236125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#sgyJkAm2GavBQvQmeZdM5iCohwwDOoxw { color:#2a2a2a;display:block;width:11.8120625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:20.755208015442rem;left:32.968967437744rem;height:1.4236125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Behsb92Bfg2KiDXmFDC3OaeoRlFFElgG { color:#2a2a2a;display:block;width:11.436625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:20.818141937256rem;left:55.251739501953rem;height:1.4236125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#O9kKNZECxCrfpHTQtaxgDRiayTVN7TOK { color:#2a2a2a;display:block;width:14.436875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:29.237631797791rem;left:9.1254348754881rem;height:1.4236125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#LATluBW6nTGkT5I9wcXpALlecDHmzJ0X { color:#2a2a2a;display:block;width:16.4355625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:29.300130128861rem;left:30.656684875488rem;height:1.4236125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#zfW9LL2OnQTRLiDBJ5st8Z2xsdM3Owkq { position:absolute;display:block;z-index:15008;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:4rem;width:5.3125rem;top:15.997177124024rem;left:36.21875rem;overflow:hidden;display:block; }
#ETmLzDZUF33pHnT6pMb71EmQX4yW4Umu { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:7.5rem;top:26.476782798767rem;left:12.594402313233rem;overflow:hidden;display:block; }
#FChMbQ504rE2i7fEzzMuwps2ArxyBGx2 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:5.3125rem;top:15.997180938721rem;left:13.688152313233rem;overflow:hidden;display:block; }
#O69FQSc4AkKPRGfT9eHi5HNuXDc4LCMi { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:5.3125rem;top:25.1953125rem;left:36.21875rem;overflow:hidden;display:block; }
#o6VZhHA9WadX7cGD0Q4CTbruxJVzEfES { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:5.3125rem;top:15.997180938721rem;left:58.314888000488rem;overflow:hidden;display:block; }
#PQT7lJqUVMAwrg0frJ9f39MmvoorDTxw { color:#2a2a2a;display:block;width:62.3730625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:1.4366321563721rem;left:6.3129348754881rem;height:2.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#I2ktqCo64d8CzXK4GPsouxNMepctmsCf { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.81206875rem;width:4.56163125rem;top:6.0651044845581rem;left:10.635417938233rem;overflow:hidden;display:block; }
#TUEzNKDWeXfPVtWgRvDSoDbOyIg59FlE { color:#2a2a2a;display:block;width:55.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:10.795356750488rem;left:9.9338111877444rem;height:2.847225rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#f5tXS9Md7woutk0Tf537BuMGLlOeDm74 { color:#2a2a2a;display:block;width:11.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:29.301001548767rem;left:55.187721252441rem;height:1.4236125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#G5aefTS82z85adalmMrTO3UELQMX4IQV { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:4.375rem;top:24.135199546814rem;left:58.781471252441rem;overflow:hidden;display:block; }
#zQvkrqcQitMJ8vTsqDwLIuuCa1kbsvNV { position:relative;display:block; }#zQvkrqcQitMJ8vTsqDwLIuuCa1kbsvNV { background-color: transparent; background-image: none; }#zQvkrqcQitMJ8vTsqDwLIuuCa1kbsvNV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zQvkrqcQitMJ8vTsqDwLIuuCa1kbsvNV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zQvkrqcQitMJ8vTsqDwLIuuCa1kbsvNV > .row .container > .video-iframe-container { display: none; }#zQvkrqcQitMJ8vTsqDwLIuuCa1kbsvNV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zQvkrqcQitMJ8vTsqDwLIuuCa1kbsvNV > .row > .video-iframe-container { display: none; }#zQvkrqcQitMJ8vTsqDwLIuuCa1kbsvNV > .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); }#zQvkrqcQitMJ8vTsqDwLIuuCa1kbsvNV { border-width: 0; border-radius: 0; }#zQvkrqcQitMJ8vTsqDwLIuuCa1kbsvNV > .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; }#zQvkrqcQitMJ8vTsqDwLIuuCa1kbsvNV > .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.375rem;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; }#PgNQBD25zA6QkQrzOwpr82xhbUQUtJM4 { box-sizing:content-box;height:24.875rem;width:62.1875rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:5.9333801269531rem;left:7.451171875rem;border-top:0.1875rem solid rgba(var(--color-primary-3),1);border-left:0.1875rem solid rgba(var(--color-primary-3),1);border-right:0.1875rem solid rgba(var(--color-primary-3),1);border-bottom:0.1875rem solid rgba(var(--color-primary-3),1);border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;display:block; }
#q6AiwqRbCEsrpf9p79i4uVoyuzGVhtXR { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.19) ;height:11.1875rem;width:62.375rem;top:2.1237030029297rem;left:7.5rem;display:block; }
#mSsuOTWIQ9wkNrnOnTeKcxPmTkpQnSDA { color:rgba(var(--color-tertiary-0),1);display:block;width:32.374125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:2.8680572509766rem;left:15.874565124512rem;height:2.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#U8dXqdJc8hKxuthXcdaNI9CrS1HZfzWh { color:#2a2a2a;display:block;width:15.5620625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:18.067710876465rem;left:8.5611991882325rem;height:2.847225rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#SsOLDRdPrhGTss6noUl5AFRHEnexTXhP { color:#2a2a2a;display:block;width:11.8120625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:18.067710876465rem;left:33.218318939209rem;height:1.4236125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#J3RlhrISF7xb4pOJtNa3pvUcinkVFHg4 { color:#2a2a2a;display:block;width:11.436625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:18.130645751953rem;left:55.251739501953rem;height:2.847225rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#AJFAVMpDBtcaUWfel13GH6vRk7kL5hCn { color:#2a2a2a;display:block;width:14.436875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:26.6875rem;left:9.125rem;height:2.847225rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#HrGNOi8eBE3TUHTqfTZ4bMmOqZ534PM3 { color:#2a2a2a;display:block;width:16.4355625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:26.8125rem;left:30.9375rem;height:1.4236125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Ab0htk2UkDb7c0D2AXfvuyQHhkxoUwuI { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:3.4375rem;top:13.059028625488rem;left:37.405601501465rem;overflow:hidden;display:block; }
#HPya3ssPUnw5QKEztEbcSwL1iwVmdnqk { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:4.6875rem;top:22.4375rem;left:14.125rem;overflow:hidden;display:block; }
#t0T7EiHHgn4B1FlvKXpAkGIG56tHHwMh { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:4.6875rem;top:13.309684753418rem;left:13.688152313233rem;overflow:hidden;display:block; }
#lRalhbmkewUA2Fz0znEwBX4S5UI8MFZ9 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:3.4375rem;top:22.3125rem;left:37.4375rem;overflow:hidden;display:block; }
#MfCSqiW3FtrsJWNyrbk7awsAf0tf0S32 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:4.125rem;top:14.26237487793rem;left:58.907341003418rem;overflow:hidden;display:block; }
#VyvuehAJZqS7PVVopc9mx4X37BJ3dCVX { position:absolute;display:block;z-index:15011;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:2.625rem;width:3.3125rem;top:2.6803436279297rem;left:11.1328125rem;overflow:hidden;display:block; }
#nkFRkrlxTX3A3MqikzqOQlNVCbxoh88H { color:#2a2a2a;display:block;width:55.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:8.1078567504881rem;left:9.9338111877444rem;height:2.847225rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Tm2csPEiJOSd7FhwTQiTf2C1nRInMm1O { position:absolute;display:block;z-index:15010;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:4rem;width:4.875rem;top:22.367841735534rem;left:58.645295550385rem;overflow:hidden;display:block; }
#qGQz9TNsTKZk9BBpgKObk7OMt2QGSMRn { color:#2a2a2a;display:block;width:16.4355625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:26.755644798279rem;left:52.751739501953rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#dvlVwscQ6d15N8sIcTBNo4LOGwuawery { position:relative;display:block; }#dvlVwscQ6d15N8sIcTBNo4LOGwuawery { background-color: transparent; background-image: none; }#dvlVwscQ6d15N8sIcTBNo4LOGwuawery::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dvlVwscQ6d15N8sIcTBNo4LOGwuawery > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dvlVwscQ6d15N8sIcTBNo4LOGwuawery > .row .container > .video-iframe-container { display: none; }#dvlVwscQ6d15N8sIcTBNo4LOGwuawery > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dvlVwscQ6d15N8sIcTBNo4LOGwuawery > .row > .video-iframe-container { display: none; }#dvlVwscQ6d15N8sIcTBNo4LOGwuawery > .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); }#dvlVwscQ6d15N8sIcTBNo4LOGwuawery { border-width: 0; border-radius: 0; }#dvlVwscQ6d15N8sIcTBNo4LOGwuawery > .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; }#dvlVwscQ6d15N8sIcTBNo4LOGwuawery > .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:26.0625rem;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; }#SeMXncKW0yJPqPc2caVycUW05RntCLE5 { box-sizing:content-box;height:19.1875rem;width:62.1875rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:5.8697967529297rem;left:7.451171875rem;border-top:0.1875rem solid rgba(var(--color-secondary-2),1);border-left:0.1875rem solid rgba(var(--color-secondary-2),1);border-right:0.1875rem solid rgba(var(--color-secondary-2),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;display:block; }
#TRefvozWRa1DwtZ6cqw3zx65lKNJqUrT { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.19) ;height:11.1875rem;width:62.375rem;top:2.0612030029297rem;left:7.5rem;display:block; }
#vzz0DQH33XHkUxTg6JkmmFfiGqWrf3Qx { color:rgba(var(--color-tertiary-0),1);display:block;width:32.374125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:2.9064712524414rem;left:15.872394561767rem;height:2.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#k9fxJUe0Bc1m8mv97wb8NwsE7oidBEXB { color:#2a2a2a;display:block;width:11.186rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:18.441413879394rem;left:10.750869750976rem;height:2.847225rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#l3Z17i7RDgnmfdWRiJTREeJz8nHT0ZQR { color:#2a2a2a;display:block;width:11.8120625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:18.441413879394rem;left:26.654731750488rem;height:1.4236125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#K4gEbVdLg8Ngb3W2EgdRNhzQEFSCSaS6 { color:#2a2a2a;display:block;width:11.4355625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:18.715934753418rem;left:41.99870300293rem;height:1.4236125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#cJnHmZrzas3O9bNSUZcKXgeVtWMC91yN { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:4.3125rem;top:13.247184753418rem;left:30.404731750488rem;overflow:hidden;display:block; }
#fKpy1XeCo361a0OrJgDKqA3HAULbXmu9 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:5.4375rem;top:13.414283752441rem;left:13.624134063721rem;overflow:hidden;display:block; }
#KZtklFG5dCbSd64wxB7qap613Zy8LUZJ { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:4rem;top:13.288414001465rem;left:45.717231750488rem;overflow:hidden;display:block; }
#WV6ooGGRGmrnGhyGosz2yXfxqRlTo5Ga { position:absolute;display:block;z-index:15011;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:2.8125rem;width:2.625rem;top:2.6243515014649rem;left:11.500652313233rem;overflow:hidden;display:block; }
#fDDNPy3yKZlGvJvtg0mMmuBB4JDtZcGw { color:#2a2a2a;display:block;width:55.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:8.0453567504881rem;left:9.9338111877444rem;height:2.847225rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#WrBi9zLyfnhqwpRdrR2TIPEl8GqiNdur { color:#2a2a2a;display:block;width:11.4355625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:18.715934753418rem;left:56.310768127441rem;height:2.847225rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#cQbMza254NKfnIxgwwyOeNAQy1Ffe8vs { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:5rem;top:13.351356506347rem;left:59.529083251953rem;overflow:hidden;display:block; }
#KChlhXof0rPzwZdh5uaW1xN3WoZENiwG { position:relative;display:block; }#KChlhXof0rPzwZdh5uaW1xN3WoZENiwG { background-color: transparent; background-image: none; }#KChlhXof0rPzwZdh5uaW1xN3WoZENiwG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KChlhXof0rPzwZdh5uaW1xN3WoZENiwG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KChlhXof0rPzwZdh5uaW1xN3WoZENiwG > .row .container > .video-iframe-container { display: none; }#KChlhXof0rPzwZdh5uaW1xN3WoZENiwG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KChlhXof0rPzwZdh5uaW1xN3WoZENiwG > .row > .video-iframe-container { display: none; }#KChlhXof0rPzwZdh5uaW1xN3WoZENiwG > .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); }#KChlhXof0rPzwZdh5uaW1xN3WoZENiwG { border-width: 0; border-radius: 0; }#KChlhXof0rPzwZdh5uaW1xN3WoZENiwG > .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; }#KChlhXof0rPzwZdh5uaW1xN3WoZENiwG > .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:38.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#leIOwASIrTmbfRwCTSfUOJTv5PbaLCuz { box-sizing:content-box;height:30.6875rem;width:62.1875rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:5.556640625rem;left:7.451171875rem;border-top:0.1875rem solid rgba(var(--color-primary-3),1);border-left:0.1875rem solid rgba(var(--color-primary-3),1);border-right:0.1875rem solid rgba(var(--color-primary-3),1);border-bottom:0.1875rem solid rgba(var(--color-primary-3),1);border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;display:block; }
#iXlaTZF60FlcT9BTfCoKnISDpcDEsCsZ { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.19) ;height:11.1875rem;width:62.375rem;top:1.7486877441406rem;left:7.5rem;display:block; }
#y9PKnHbN3mX4Mh39VsMP2nyU2opiSQ69 { color:rgba(var(--color-tertiary-0),1);display:block;width:32.374125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:2.4930419921875rem;left:15.874565124512rem;height:2.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#kS28fIlhvyNHyUQ2NyyzCGCtn5zVq5ib { position:absolute;display:block;z-index:15011;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:2.5rem;width:3.125rem;top:2.3671875rem;left:11.095920562744rem;overflow:hidden;display:block; }
#MawyhWUo6Qvvv9PKypUEub3EdrHV0OB4 { color:#2a2a2a;display:block;width:55.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:7.7328491210938rem;left:9.9338111877444rem;height:1.4236125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#hWD1aMMWvEkJVwl9K54coPSeasc76XLZ { color:rgba(var(--color-primary-3),1);display:block;width:55.061875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:11.87370300293rem;left:9.9359817504881rem;height:1.4236125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#hWD1aMMWvEkJVwl9K54coPSeasc76XLZ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#hWD1aMMWvEkJVwl9K54coPSeasc76XLZ li:before{  }
#ZerwAHIFlImazXHENM86Sdp3GvcRaSLV { color:#2a2a2a;display:block;width:55.061875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:13.373275756836rem;left:11.749134063721rem;height:2.847225rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#F8UtN4LVGBTAkiEXEuHbAgn63ghxTrlL { color:rgba(var(--color-primary-3),1);display:block;width:55.061875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:17.123275756836rem;left:9.9359817504881rem;height:1.4236125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#F8UtN4LVGBTAkiEXEuHbAgn63ghxTrlL li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#F8UtN4LVGBTAkiEXEuHbAgn63ghxTrlL li:before{  }
#de4OJR97XTPS0FBobVLv0dKDpyRnQl27 { color:#2a2a2a;display:block;width:55.061875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:18.622833251953rem;left:11.749134063721rem;height:2.847225rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#HEbUEVrF1vCt0Clf8tqCk2yXVGEukt02 { color:rgba(var(--color-primary-3),1);display:block;width:55.061875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15016;line-height:1.2;letter-spacing:0;top:22.185119628906rem;left:9.9359817504881rem;height:1.4236125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#HEbUEVrF1vCt0Clf8tqCk2yXVGEukt02 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#HEbUEVrF1vCt0Clf8tqCk2yXVGEukt02 li:before{  }
#mxTG4QUvccZxQM4ADGTB11lWqvUKUyCd { color:#2a2a2a;display:block;width:55.061875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15017;line-height:1.2;letter-spacing:0;top:23.685775756836rem;left:11.749134063721rem;height:1.4236125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#URkgGwhTRAWNOOysKGUJaEH01rfONNvO { color:rgba(var(--color-primary-3),1);display:block;width:55.061875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15018;line-height:1.2;letter-spacing:0;top:26.123916625976rem;left:9.9359817504881rem;height:1.4236125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#URkgGwhTRAWNOOysKGUJaEH01rfONNvO li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#URkgGwhTRAWNOOysKGUJaEH01rfONNvO li:before{  }
#ZwDV78frai4RXPuP7Fb48Dr09AxECGwX { color:#2a2a2a;display:block;width:55.061875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15019;line-height:1.2;letter-spacing:0;top:27.623489379882rem;left:11.749134063721rem;height:1.4236125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#ZP16f3dP0GT6HIe9l4b8023PI7KxIvtv { color:rgba(var(--color-primary-3),1);display:block;width:55.061875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15020;line-height:1.2;letter-spacing:0;top:29.935775756836rem;left:9.9359817504881rem;height:1.4236125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#ZP16f3dP0GT6HIe9l4b8023PI7KxIvtv li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ZP16f3dP0GT6HIe9l4b8023PI7KxIvtv li:before{  }
#Pa0x9Gaky1zkVT56W6bFptMqqCPdsDi8 { color:#2a2a2a;display:block;width:55.061875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15021;line-height:1.2;letter-spacing:0;top:31.436416625976rem;left:11.749134063721rem;height:2.847225rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#P7beC646rULm4trgQgvQVvfwQLQtmMb4 { position:relative;display:block; }#P7beC646rULm4trgQgvQVvfwQLQtmMb4 { background-color: transparent; background-image: none; }#P7beC646rULm4trgQgvQVvfwQLQtmMb4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P7beC646rULm4trgQgvQVvfwQLQtmMb4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P7beC646rULm4trgQgvQVvfwQLQtmMb4 > .row .container > .video-iframe-container { display: none; }#P7beC646rULm4trgQgvQVvfwQLQtmMb4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P7beC646rULm4trgQgvQVvfwQLQtmMb4 > .row > .video-iframe-container { display: none; }#P7beC646rULm4trgQgvQVvfwQLQtmMb4 > .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); }#P7beC646rULm4trgQgvQVvfwQLQtmMb4 { border-width: 0; border-radius: 0; }#P7beC646rULm4trgQgvQVvfwQLQtmMb4 > .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; }#P7beC646rULm4trgQgvQVvfwQLQtmMb4 > .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:6.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; }#TZehwaGgk15RaTU868WLScKO8cZGRy8a { color:#2a2a2a;display:block;width:48.6870625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:1.2424049377441rem;left:13.155384063721rem;height:3.45051875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#HzMtdJ7mIQaOUq52m0gV4seudQCXsWLd { position:relative;display:block; }#HzMtdJ7mIQaOUq52m0gV4seudQCXsWLd { background-color: transparent; background-image: none; }#HzMtdJ7mIQaOUq52m0gV4seudQCXsWLd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HzMtdJ7mIQaOUq52m0gV4seudQCXsWLd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HzMtdJ7mIQaOUq52m0gV4seudQCXsWLd > .row .container > .video-iframe-container { display: none; }#HzMtdJ7mIQaOUq52m0gV4seudQCXsWLd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HzMtdJ7mIQaOUq52m0gV4seudQCXsWLd > .row > .video-iframe-container { display: none; }#HzMtdJ7mIQaOUq52m0gV4seudQCXsWLd > .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); }#HzMtdJ7mIQaOUq52m0gV4seudQCXsWLd { border-width: 0; border-radius: 0; }#HzMtdJ7mIQaOUq52m0gV4seudQCXsWLd > .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; }#HzMtdJ7mIQaOUq52m0gV4seudQCXsWLd > .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:47.375rem;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; }#FM7ynzM4pQSHWPiwNrT1wHWLgaFb42S1 { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.19) ;height:40.625rem;width:31rem;top:0rem;left:7.5rem;display:block; }
#qJM1efiZQKy4RT59xKySHMdIggOBAffc { color:rgba(var(--color-tertiary-0),1);display:block;width:26.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:1.064453125rem;left:9.873046875rem;height:2.17480625rem;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; }
#XAhDkHRwkQrSVgqRuS8yMdbq6JPinInG { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:40.625rem;width:62.3125rem;top:0rem;left:7.5rem;overflow:hidden;display:block; }
#ztR2P30sZxuiwEDAzBFyrsdgKEnAmM2h .widget-form-header { font-size:0.875rem; }
#ztR2P30sZxuiwEDAzBFyrsdgKEnAmM2h .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:26.875rem;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;line-height:1.1;overflow:hidden; }
#ztR2P30sZxuiwEDAzBFyrsdgKEnAmM2h .widget-input-text { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:26.875rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:1.25rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;line-height:1; }
#ztR2P30sZxuiwEDAzBFyrsdgKEnAmM2h .widget-input-text {padding-top: 0; padding-bottom: 0;}#ztR2P30sZxuiwEDAzBFyrsdgKEnAmM2h .widget-textarea { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:26.875rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:1.25rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;line-height:1; }
#ztR2P30sZxuiwEDAzBFyrsdgKEnAmM2h .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:26.875rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;vertical-align:top; }
#ztR2P30sZxuiwEDAzBFyrsdgKEnAmM2h .widget-input-select {padding-top: 0; padding-bottom: 0;}#ztR2P30sZxuiwEDAzBFyrsdgKEnAmM2h .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; }
#ztR2P30sZxuiwEDAzBFyrsdgKEnAmM2h .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#ztR2P30sZxuiwEDAzBFyrsdgKEnAmM2h .widget-input-button { border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.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:0;margin-bottom:0.25rem;margin-left:10.75rem;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:16.125rem;height:2.875rem;font-family:var(--paragraphs-font-family);overflow:hidden;text-align:center;text-align-last:center; }
#ztR2P30sZxuiwEDAzBFyrsdgKEnAmM2h [class*="-text"]:-moz-placeholder { color:#2a2a2a;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#ztR2P30sZxuiwEDAzBFyrsdgKEnAmM2h [class*="-text"]::-moz-placeholder { color:#2a2a2a;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#ztR2P30sZxuiwEDAzBFyrsdgKEnAmM2h [class*="-text"]:-ms-input-placeholder { color:#2a2a2a;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#ztR2P30sZxuiwEDAzBFyrsdgKEnAmM2h [class*="-text"]::-webkit-input-placeholder { color:#2a2a2a;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#ztR2P30sZxuiwEDAzBFyrsdgKEnAmM2h .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.3;font-size:0.625rem;font-weight:300;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:25.625rem;overflow:hidden;font-style:normal;float:none; }
#ztR2P30sZxuiwEDAzBFyrsdgKEnAmM2h .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; }
#ztR2P30sZxuiwEDAzBFyrsdgKEnAmM2h .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#ztR2P30sZxuiwEDAzBFyrsdgKEnAmM2h .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#ztR2P30sZxuiwEDAzBFyrsdgKEnAmM2h .widget-container:first-of-type{padding-top:0;}#ztR2P30sZxuiwEDAzBFyrsdgKEnAmM2h .widget-container:last-of-type{padding-bottom:0;}#ztR2P30sZxuiwEDAzBFyrsdgKEnAmM2h  { background-color:rgba(var(--color-primary-3),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:26.875rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15026;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:17.119140625rem;left:8.310546875rem;font-size:0.875rem; }
#ztR2P30sZxuiwEDAzBFyrsdgKEnAmM2h .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:26.875rem;display:block;vertical-align:top; }
#ztR2P30sZxuiwEDAzBFyrsdgKEnAmM2h .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ztR2P30sZxuiwEDAzBFyrsdgKEnAmM2h {display:block;}#ztR2P30sZxuiwEDAzBFyrsdgKEnAmM2h { background-color:rgba(var(--color-primary-3),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:26.875rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15026;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:17.119140625rem;left:8.310546875rem;font-size:0.875rem; }
#ztR2P30sZxuiwEDAzBFyrsdgKEnAmM2h #OzLRa7EN07kKIx2GmMp14eyAo6qEyybT { position:relative; }
#ztR2P30sZxuiwEDAzBFyrsdgKEnAmM2h #P4qTtGglA0HQ179QiCIEniHiPvVWTnTa { position:relative;display:block; }
#ztR2P30sZxuiwEDAzBFyrsdgKEnAmM2h #mfgWtq07un037wNLUAT8u7htmUKoXz8X { position:relative; }
#ztR2P30sZxuiwEDAzBFyrsdgKEnAmM2h #tldVWN5092MRn2vDKdnEWNszIxGT9FAC { position:relative; }
#ztR2P30sZxuiwEDAzBFyrsdgKEnAmM2h #U2GfAmaCp9qpdfP5Dlh7FfViVWshTPBc { position:relative;display:block; }
#ztR2P30sZxuiwEDAzBFyrsdgKEnAmM2h #A6qeGaGPH4opq7ch7vPLTBftty6yJZTk { position:relative; }
#ztR2P30sZxuiwEDAzBFyrsdgKEnAmM2h #cOS0oShleNud7gxvBgwRr9kFU3l7RCfL { position:relative; }
#ztR2P30sZxuiwEDAzBFyrsdgKEnAmM2h #mdl4QzlGzXQsvWJXhhi83p4EuzkEiL6G { position:relative;z-index:2; }
#ztR2P30sZxuiwEDAzBFyrsdgKEnAmM2h #wusX04FT9XXy8cXz4bOUE8aP1buLXzov { position:relative; }
#ztR2P30sZxuiwEDAzBFyrsdgKEnAmM2h #ehVW1s0FfBtSWMh1Vnx5vCvR3Up5frRy { position:relative; }
#ztR2P30sZxuiwEDAzBFyrsdgKEnAmM2h #syunqD8l5Aowkpw6D8OLPl7EErRIdTGi { position:relative; }
#p7r5ZEX4AK1hCWFEcI8yGu0mwQ1pcFTi { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.75rem;width:22.625rem;display:none; }
#latFudion4iflgtTM45m1NtDev0P2Q1O { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.19) ;height:12.125rem;width:31rem;top:0.0010833740234375rem;left:7.5rem;display:block; }
#zQHOL37gyJBJcgTai6k7AEOOHGcZ5x4P { color:rgba(var(--color-tertiary-0),1);display:block;width:24.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.2;letter-spacing:0;top:3.9474792480469rem;left:9.873046875rem;height:2.69965rem;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; }
#TKFnhdkCuZ2eTgxMEo4JRT79SHhK4ZMZ { color:rgba(var(--color-tertiary-0),1);display:block;width:14.9370625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15013;line-height:1.2;letter-spacing:0;top:7.802734375rem;left:12.994792938233rem;height:2.17480625rem;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; }
#xczZHs0tsHmTrtf5a9ceKXBKSonAXxQJ { position:absolute;display:block;z-index:15027;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:2.5rem;width:2.5rem;top:7.63996887207rem;left:9.873046875rem;overflow:hidden;display:block; }
#ikaRmoIzaW8h8xvunfeMni9gA7sPa5fM { color:rgba(var(--color-tertiary-0),1);display:block;width:26.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15013;line-height:1.2;letter-spacing:0;top:13.785797119141rem;left:9.873046875rem;height:1.57551875rem;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; }
#WFl4PRM07GyrEcAnsmhwngEfpHtsPQJ7 { color:#2a2a2a;display:block;width:50rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.6875rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:42.807067871094rem;left:14.310981750488rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#epEGBie0F0zmbouO8N3WC79wLwV8vymp { position:relative;display:block; }#epEGBie0F0zmbouO8N3WC79wLwV8vymp { background-color: transparent; background-image: none; }#epEGBie0F0zmbouO8N3WC79wLwV8vymp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#epEGBie0F0zmbouO8N3WC79wLwV8vymp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#epEGBie0F0zmbouO8N3WC79wLwV8vymp > .row .container > .video-iframe-container { display: none; }#epEGBie0F0zmbouO8N3WC79wLwV8vymp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#epEGBie0F0zmbouO8N3WC79wLwV8vymp > .row > .video-iframe-container { display: none; }#epEGBie0F0zmbouO8N3WC79wLwV8vymp > .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); }#epEGBie0F0zmbouO8N3WC79wLwV8vymp { border-width: 0; border-radius: 0; }#epEGBie0F0zmbouO8N3WC79wLwV8vymp > .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; }#epEGBie0F0zmbouO8N3WC79wLwV8vymp > .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:37.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; }#ofcq0c8cT5CKiuvF9pT6VXuI8g5H7f6a { color:rgba(var(--color-tertiary-0),1);display:block;width:26.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:3.6243515014649rem;left:9.873046875rem;height:;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; }
#rmQcslLJom4FNaHCtoeieOGF58BFNd5q { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.19) ;height:26.125rem;width:62.1875rem;top:2.5553379058838rem;left:7.5rem;display:block; }
#weaXd5igbGQpkyJ7ETEiceLUwTmWhNP4 { color:rgba(var(--color-tertiary-0),1);display:block;width:24.6235rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15014;line-height:1.2;letter-spacing:0;top:15.312065124512rem;left:12.999134063721rem;height:3.298825rem;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; }
#wfwSJudPahNrIJ63glXWewx654kGc0uz { position:absolute;display:block;z-index:15028;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:2.5rem;width:1.75rem;top:15.6875rem;left:9.8741302490238rem;overflow:hidden;display:block; }
#BnAxnP5X4Uig0qTOHTXETRVm1Av0r16O { position:absolute;display:block;z-index:15029;height:23.25rem;width:32rem;top:3.6241321563721rem;left:36.061199188233rem;display:block; }
#Z9gStRsUf89Sk37uv5KWeSnyeLcClGLe { position:absolute;display:block;z-index:15030;height:23.2498125rem;width:31.9998125rem;top:8.8726119995119rem;left:36.123046875rem;display:none; }
#xlMdBvtIoXT6psDX3OT0ypWwXBgo9eRr { color:rgba(var(--color-tertiary-4),1);display:block;width:38.186875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:31.686859130859rem;left:3.1184902191162rem;height:1.13671875rem;display:block; }
#QhByCJzkFWB3UHTak8Csc6BzO2FX1Vqd { color:rgba(var(--color-tertiary-4),1);display:block;width:9.436875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:31.726989746094rem;left:44.69401550293rem;height:1.055775rem;text-align:right;text-align-last:right;display:block; }
#FlSTwzHL0QzSaiWudBMr7MxweT0i4b8X { color:rgba(var(--color-tertiary-4),1);display:block;width:14.1873125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:31.726989746094rem;left:58.503692626953rem;height:1.055775rem;text-align:right;text-align-last:right;display:block; }
#KK65d7D3PAw3H9avWKrriqSE0m9LETEa { color:rgba(var(--color-tertiary-0),1);display:block;width:24.6235rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15016;line-height:1.2;letter-spacing:0;top:10.5rem;left:13rem;height:;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; }
#VGUaSig3kQyPiBwzgBX1cZza23y7vmsf { position:absolute;display:block;z-index:15030;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:2.125rem;width:2.125rem;top:10.875rem;left:9.875rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #GzyxsL4w4hb6KFCX6RcTwsRmoyxQ0qd5 { display:block; }#GzyxsL4w4hb6KFCX6RcTwsRmoyxQ0qd5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AtgQwvqelmf5inskzomZUSXAZMw5aqIi { top:7.5rem;left:0rem;width:26.3125rem;height:5.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKUyT6slR9ekWnqhiS2kcUlpZd4hVK79 { top:11.625rem;left:0rem;width:31.5625rem;height:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXOKxvF5IzwUhOxGUEGH2zTfE1c58dyV { top:5.9375rem;left:0rem;width:31.5625rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQRqNnlk1FNmLfyiaz0uLQhL9iGnMIN4 { width:8.9375rem;height:5.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ft43tLXhTeH7sfTTD0zUpOhLyTs7SBTT { top:7.9375rem;left:0rem;width:31.5625rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbvM7eyWQwiWsA0LDexO9WbwOPgukEko { top:14.9375rem;left:0rem;width:27.8125rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNe4gKm7U0XpdBrnhRd2q7fhGshK37MS { top:7.9375rem;left:0rem;width:29.375rem;height:12rem;display:none; }
 }@media only screen and (max-width: 763px) { #b56mQ0sAuQDCldUAi0LKdQKWRu9u65yf { top:19.5625rem;left:0rem;width:9.4375rem;height:3.8489431453311rem;display:block; }
 }@media only screen and (max-width: 763px) { #CbkUKqgUeAoxJZgp1t0H3ufpiZsZXpT9 { width:31.25rem;height:3.4375rem;top:27.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLowbTMwahlGeFoUk1rNh8KXyvKpIvaM { display:block; }
 }@media only screen and (max-width: 763px) { #ot3oPupDQEhtyPPwTFknLKyznViTrLz0 { display:block; }#ot3oPupDQEhtyPPwTFknLKyznViTrLz0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I0ha4l1T8ei55WF9SPqIwdUzGL7gt7rC { top:1.25rem;left:0rem;width:47.75rem;height:;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzzKsxKJQH7XcXT3GVUf2X8MFStGybOp { width:46.75rem;height:3.4375rem;top:11.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JncJoLF5qTrCrD029iESIZp2IBdPXXv3 { display:block; }
 }@media only screen and (max-width: 763px) { #x6lqn58cdkwuSaSwoOFnA2SAoJACUTdv { width:46.75rem;height:3.4375rem;top:11.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #iTK6qUA2xZUFxIoyKkuzOXHoB7oO7by3 { display:block; }
 }@media only screen and (max-width: 763px) { #cH2RWF0zfUiHrysE3eCy9MnamS3DxFZ3 { display:block; }#cH2RWF0zfUiHrysE3eCy9MnamS3DxFZ3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zc0vBV12KO3igrHuyr4mTZNPxaRb1H1V { top:8.5625rem;left:0rem;width:47.375rem;height:24.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z31TcAbSgsavH1ITe3VWb4XXT5L8S7Xk { top:4.75rem;left:0rem;width:47.75rem;height:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDDiRdtV5e2mkX4MVSqE2Fpbp6OcUT2r { top:5.625rem;left:2.2478294372559rem;width:32.3125rem;height:2.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7TaEgDofRS9TCmVCU2lFhy0qyItd9rl { top:20.8125rem;left:0rem;width:9.6875rem;height:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgyJkAm2GavBQvQmeZdM5iCohwwDOoxw { top:20.75rem;left:19.343967437744rem;width:11.75rem;height:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Behsb92Bfg2KiDXmFDC3OaeoRlFFElgG { top:20.8125rem;left:36.3125rem;width:11.375rem;height:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9kKNZECxCrfpHTQtaxgDRiayTVN7TOK { top:29.1875rem;left:0rem;width:14.375rem;height:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LATluBW6nTGkT5I9wcXpALlecDHmzJ0X { top:29.25rem;left:17.031684875488rem;width:16.375rem;height:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfW9LL2OnQTRLiDBJ5st8Z2xsdM3Owkq { top:15.9375rem;left:22.59375rem;width:5.3125rem;height:3.99956875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETmLzDZUF33pHnT6pMb71EmQX4yW4Umu { top:26.4375rem;left:0rem;width:7.5rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FChMbQ504rE2i7fEzzMuwps2ArxyBGx2 { top:15.9375rem;left:0.063152313232425rem;width:5.3125rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O69FQSc4AkKPRGfT9eHi5HNuXDc4LCMi { top:25.1875rem;left:22.59375rem;width:5.3125rem;height:3.24978125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6VZhHA9WadX7cGD0Q4CTbruxJVzEfES { top:15.9375rem;left:42.4375rem;width:5.3125rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQT7lJqUVMAwrg0frJ9f39MmvoorDTxw { top:1.375rem;left:0rem;width:47.75rem;height:2.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2ktqCo64d8CzXK4GPsouxNMepctmsCf { top:6.0625rem;left:0rem;width:4.5rem;height:1.7875862664261rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUEzNKDWeXfPVtWgRvDSoDbOyIg59FlE { top:10.75rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5tXS9Md7woutk0Tf537BuMGLlOeDm74 { top:29.25rem;left:36.1875rem;width:11.5625rem;height:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5aefTS82z85adalmMrTO3UELQMX4IQV { top:24.125rem;left:43.375rem;width:4.375rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQvkrqcQitMJ8vTsqDwLIuuCa1kbsvNV { display:block; }#zQvkrqcQitMJ8vTsqDwLIuuCa1kbsvNV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PgNQBD25zA6QkQrzOwpr82xhbUQUtJM4 { top:5.875rem;left:0rem;width:47.375rem;height:24.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6AiwqRbCEsrpf9p79i4uVoyuzGVhtXR { top:2.0625rem;left:0rem;width:47.75rem;height:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSsuOTWIQ9wkNrnOnTeKcxPmTkpQnSDA { top:2.8125rem;left:2.2495651245117rem;width:32.3125rem;height:2.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8dXqdJc8hKxuthXcdaNI9CrS1HZfzWh { top:18.0625rem;left:0rem;width:15.5rem;height:2.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SsOLDRdPrhGTss6noUl5AFRHEnexTXhP { top:18.0625rem;left:19.593318939209rem;width:11.75rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3RlhrISF7xb4pOJtNa3pvUcinkVFHg4 { top:18.125rem;left:36.375rem;width:11.375rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJFAVMpDBtcaUWfel13GH6vRk7kL5hCn { top:26.6875rem;left:0rem;width:14.375rem;height:2.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrGNOi8eBE3TUHTqfTZ4bMmOqZ534PM3 { top:26.8125rem;left:17.3125rem;width:16.375rem;height:2.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ab0htk2UkDb7c0D2AXfvuyQHhkxoUwuI { top:13rem;left:23.780601501465rem;width:3.4375rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPya3ssPUnw5QKEztEbcSwL1iwVmdnqk { top:22.4375rem;left:0.5rem;width:4.6875rem;height:3.87478125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0T7EiHHgn4B1FlvKXpAkGIG56tHHwMh { top:13.25rem;left:0.063152313232425rem;width:4.6875rem;height:4.31206875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRalhbmkewUA2Fz0znEwBX4S5UI8MFZ9 { top:22.3125rem;left:23.8125rem;width:3.4375rem;height:4.31206875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfCSqiW3FtrsJWNyrbk7awsAf0tf0S32 { top:14.25rem;left:43.625rem;width:4.125rem;height:3.5628426676325rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyvuehAJZqS7PVVopc9mx4X37BJ3dCVX { top:2.625rem;left:0rem;width:3.3125rem;height:2.6254698166123rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkFRkrlxTX3A3MqikzqOQlNVCbxoh88H { top:8.0625rem;left:0rem;width:47.75rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tm2csPEiJOSd7FhwTQiTf2C1nRInMm1O { top:22.3125rem;left:42.875rem;width:4.875rem;height:4.0002816206991rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGQz9TNsTKZk9BBpgKObk7OMt2QGSMRn { top:26.75rem;left:31.375rem;width:16.375rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvlVwscQ6d15N8sIcTBNo4LOGwuawery { display:block; }#dvlVwscQ6d15N8sIcTBNo4LOGwuawery > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SeMXncKW0yJPqPc2caVycUW05RntCLE5 { top:5.8125rem;left:0rem;width:47.375rem;height:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRefvozWRa1DwtZ6cqw3zx65lKNJqUrT { top:2rem;left:0rem;width:47.75rem;height:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzz0DQH33XHkUxTg6JkmmFfiGqWrf3Qx { top:2.875rem;left:2.2473945617676rem;width:32.3125rem;height:;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9fxJUe0Bc1m8mv97wb8NwsE7oidBEXB { top:18.4375rem;left:0rem;width:11.125rem;height:2.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3Z17i7RDgnmfdWRiJTREeJz8nHT0ZQR { top:18.4375rem;left:13.029731750488rem;width:11.75rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4gEbVdLg8Ngb3W2EgdRNhzQEFSCSaS6 { top:18.6875rem;left:28.37370300293rem;width:11.375rem;height:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJnHmZrzas3O9bNSUZcKXgeVtWMC91yN { top:13.1875rem;left:16.779731750488rem;width:4.3125rem;height:4.5620874587459rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKpy1XeCo361a0OrJgDKqA3HAULbXmu9 { top:13.375rem;left:0rem;width:5.4375rem;height:4.3751760128281rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZtklFG5dCbSd64wxB7qap613Zy8LUZJ { top:13.25rem;left:32.092231750488rem;width:4rem;height:4.625067390078rem;display:block; }
 }@media only screen and (max-width: 763px) { #WV6ooGGRGmrnGhyGosz2yXfxqRlTo5Ga { top:2.5625rem;left:0rem;width:2.625rem;height:2.8127343945329rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDDNPy3yKZlGvJvtg0mMmuBB4JDtZcGw { top:8rem;left:0rem;width:47.75rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WrBi9zLyfnhqwpRdrR2TIPEl8GqiNdur { top:18.6875rem;left:36.375rem;width:11.375rem;height:2.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQbMza254NKfnIxgwwyOeNAQy1Ffe8vs { top:13.3125rem;left:42.75rem;width:5rem;height:4.49978125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KChlhXof0rPzwZdh5uaW1xN3WoZENiwG { display:block; }#KChlhXof0rPzwZdh5uaW1xN3WoZENiwG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #leIOwASIrTmbfRwCTSfUOJTv5PbaLCuz { top:5.5rem;left:0rem;width:47.375rem;height:30.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXlaTZF60FlcT9BTfCoKnISDpcDEsCsZ { top:1.6875rem;left:0rem;width:47.75rem;height:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9PKnHbN3mX4Mh39VsMP2nyU2opiSQ69 { top:2.4375rem;left:2.2495651245117rem;width:32.3125rem;height:;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kS28fIlhvyNHyUQ2NyyzCGCtn5zVq5ib { top:2.3125rem;left:0rem;width:3.125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MawyhWUo6Qvvv9PKypUEub3EdrHV0OB4 { top:7.6875rem;left:0rem;width:47.75rem;height:;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWD1aMMWvEkJVwl9K54coPSeasc76XLZ { top:11.8125rem;left:0rem;width:47.75rem;height:;font-size:1.125rem;display:block; }#hWD1aMMWvEkJVwl9K54coPSeasc76XLZ li:before{  }
 }@media only screen and (max-width: 763px) { #ZerwAHIFlImazXHENM86Sdp3GvcRaSLV { top:13.3125rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8UtN4LVGBTAkiEXEuHbAgn63ghxTrlL { top:17.0625rem;left:0rem;width:47.75rem;height:;font-size:1.125rem;display:block; }#F8UtN4LVGBTAkiEXEuHbAgn63ghxTrlL li:before{  }
 }@media only screen and (max-width: 763px) { #de4OJR97XTPS0FBobVLv0dKDpyRnQl27 { top:18.5625rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEbUEVrF1vCt0Clf8tqCk2yXVGEukt02 { top:22.125rem;left:0rem;width:47.75rem;height:;font-size:1.125rem;display:block; }#HEbUEVrF1vCt0Clf8tqCk2yXVGEukt02 li:before{  }
 }@media only screen and (max-width: 763px) { #mxTG4QUvccZxQM4ADGTB11lWqvUKUyCd { top:23.625rem;left:0rem;width:47.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #URkgGwhTRAWNOOysKGUJaEH01rfONNvO { top:26.0625rem;left:0rem;width:47.75rem;height:;font-size:1.125rem;display:block; }#URkgGwhTRAWNOOysKGUJaEH01rfONNvO li:before{  }
 }@media only screen and (max-width: 763px) { #ZwDV78frai4RXPuP7Fb48Dr09AxECGwX { top:27.5625rem;left:0rem;width:47.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZP16f3dP0GT6HIe9l4b8023PI7KxIvtv { top:29.875rem;left:0rem;width:47.75rem;height:;font-size:1.125rem;display:block; }#ZP16f3dP0GT6HIe9l4b8023PI7KxIvtv li:before{  }
 }@media only screen and (max-width: 763px) { #Pa0x9Gaky1zkVT56W6bFptMqqCPdsDi8 { top:31.375rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7beC646rULm4trgQgvQVvfwQLQtmMb4 { display:block; }#P7beC646rULm4trgQgvQVvfwQLQtmMb4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TZehwaGgk15RaTU868WLScKO8cZGRy8a { top:1.1875rem;left:0rem;width:47.75rem;height:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HzMtdJ7mIQaOUq52m0gV4seudQCXsWLd { display:block; }#HzMtdJ7mIQaOUq52m0gV4seudQCXsWLd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FM7ynzM4pQSHWPiwNrT1wHWLgaFb42S1 { top:0rem;left:0rem;width:31rem;height:40.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJM1efiZQKy4RT59xKySHMdIggOBAffc { top:1.0625rem;left:0rem;width:26.25rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAhDkHRwkQrSVgqRuS8yMdbq6JPinInG { top:0rem;left:0rem;width:47.75rem;height:31.130986352015rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztR2P30sZxuiwEDAzBFyrsdgKEnAmM2h .widget-regular-label { width:26.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ztR2P30sZxuiwEDAzBFyrsdgKEnAmM2h .widget-input-text { width:26.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ztR2P30sZxuiwEDAzBFyrsdgKEnAmM2h .widget-input-text {padding-top: 0; padding-bottom: 0;}#ztR2P30sZxuiwEDAzBFyrsdgKEnAmM2h .widget-textarea { width:26.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ztR2P30sZxuiwEDAzBFyrsdgKEnAmM2h .widget-input-select { width:26.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ztR2P30sZxuiwEDAzBFyrsdgKEnAmM2h .widget-input-select {padding-top: 0; padding-bottom: 0;}#ztR2P30sZxuiwEDAzBFyrsdgKEnAmM2h .widget-input-button { width:16.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:10.75rem; }
#ztR2P30sZxuiwEDAzBFyrsdgKEnAmM2h .widget-checkbox-label { width:25.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ztR2P30sZxuiwEDAzBFyrsdgKEnAmM2h  { width:26.875rem;height:auto;top:17.0625rem;left:0rem; }
#ztR2P30sZxuiwEDAzBFyrsdgKEnAmM2h .radio-container { width:26.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ztR2P30sZxuiwEDAzBFyrsdgKEnAmM2h {display:block;}#ztR2P30sZxuiwEDAzBFyrsdgKEnAmM2h { width:26.875rem;height:auto;top:17.0625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ztR2P30sZxuiwEDAzBFyrsdgKEnAmM2h #OzLRa7EN07kKIx2GmMp14eyAo6qEyybT {  }
 }@media only screen and (max-width: 763px) { #ztR2P30sZxuiwEDAzBFyrsdgKEnAmM2h #P4qTtGglA0HQ179QiCIEniHiPvVWTnTa {  }
 }@media only screen and (max-width: 763px) { #ztR2P30sZxuiwEDAzBFyrsdgKEnAmM2h #mfgWtq07un037wNLUAT8u7htmUKoXz8X {  }
 }@media only screen and (max-width: 763px) { #ztR2P30sZxuiwEDAzBFyrsdgKEnAmM2h #tldVWN5092MRn2vDKdnEWNszIxGT9FAC {  }
 }@media only screen and (max-width: 763px) { #ztR2P30sZxuiwEDAzBFyrsdgKEnAmM2h #U2GfAmaCp9qpdfP5Dlh7FfViVWshTPBc {  }
 }@media only screen and (max-width: 763px) { #ztR2P30sZxuiwEDAzBFyrsdgKEnAmM2h #A6qeGaGPH4opq7ch7vPLTBftty6yJZTk {  }
 }@media only screen and (max-width: 763px) { #ztR2P30sZxuiwEDAzBFyrsdgKEnAmM2h #cOS0oShleNud7gxvBgwRr9kFU3l7RCfL {  }
 }@media only screen and (max-width: 763px) { #ztR2P30sZxuiwEDAzBFyrsdgKEnAmM2h #mdl4QzlGzXQsvWJXhhi83p4EuzkEiL6G {  }
 }@media only screen and (max-width: 763px) { #ztR2P30sZxuiwEDAzBFyrsdgKEnAmM2h #wusX04FT9XXy8cXz4bOUE8aP1buLXzov {  }
 }@media only screen and (max-width: 763px) { #ztR2P30sZxuiwEDAzBFyrsdgKEnAmM2h #ehVW1s0FfBtSWMh1Vnx5vCvR3Up5frRy {  }
 }@media only screen and (max-width: 763px) { #ztR2P30sZxuiwEDAzBFyrsdgKEnAmM2h #syunqD8l5Aowkpw6D8OLPl7EErRIdTGi {  }
 }@media only screen and (max-width: 763px) { #p7r5ZEX4AK1hCWFEcI8yGu0mwQ1pcFTi { width:14.375rem;height:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #latFudion4iflgtTM45m1NtDev0P2Q1O { top:0rem;left:0rem;width:31rem;height:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQHOL37gyJBJcgTai6k7AEOOHGcZ5x4P { top:3.9375rem;left:0rem;width:24.5625rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKFnhdkCuZ2eTgxMEo4JRT79SHhK4ZMZ { top:7.75rem;left:0rem;width:14.875rem;height:;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xczZHs0tsHmTrtf5a9ceKXBKSonAXxQJ { top:7.625rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikaRmoIzaW8h8xvunfeMni9gA7sPa5fM { top:13.75rem;left:0rem;width:26.25rem;height:3.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFl4PRM07GyrEcAnsmhwngEfpHtsPQJ7 { top:42.75rem;left:0rem;width:47.75rem;height:;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #epEGBie0F0zmbouO8N3WC79wLwV8vymp { display:block; }#epEGBie0F0zmbouO8N3WC79wLwV8vymp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ofcq0c8cT5CKiuvF9pT6VXuI8g5H7f6a { top:3.5625rem;left:0rem;width:26.25rem;height:;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rmQcslLJom4FNaHCtoeieOGF58BFNd5q { top:2.5625rem;left:0rem;width:47.75rem;height:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #weaXd5igbGQpkyJ7ETEiceLUwTmWhNP4 { top:15.25rem;left:0rem;width:24.5625rem;height:3.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfwSJudPahNrIJ63glXWewx654kGc0uz { top:15.6875rem;left:0rem;width:1.6875rem;height:2.411911627558rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnAxnP5X4Uig0qTOHTXETRVm1Av0r16O { top:3.5625rem;left:15.125rem;width:32rem;height:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9gStRsUf89Sk37uv5KWeSnyeLcClGLe { top:8.8125rem;left:15.75rem;width:31.9375rem;height:23.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlMdBvtIoXT6psDX3OT0ypWwXBgo9eRr { top:31.625rem;left:0rem;width:38.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QhByCJzkFWB3UHTak8Csc6BzO2FX1Vqd { top:31.6875rem;left:31.06901550293rem;width:9.375rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlSTwzHL0QzSaiWudBMr7MxweT0i4b8X { top:31.6875rem;left:33.625rem;width:14.125rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KK65d7D3PAw3H9avWKrriqSE0m9LETEa { top:10.5rem;left:0rem;width:24.5625rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGUaSig3kQyPiBwzgBX1cZza23y7vmsf { top:10.875rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #GzyxsL4w4hb6KFCX6RcTwsRmoyxQ0qd5 { position:relative;z-index:auto;display:block; }#GzyxsL4w4hb6KFCX6RcTwsRmoyxQ0qd5 { background-color: transparent; background-image: none; }#GzyxsL4w4hb6KFCX6RcTwsRmoyxQ0qd5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GzyxsL4w4hb6KFCX6RcTwsRmoyxQ0qd5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GzyxsL4w4hb6KFCX6RcTwsRmoyxQ0qd5 > .row .container > .video-iframe-container { display: none; }#GzyxsL4w4hb6KFCX6RcTwsRmoyxQ0qd5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GzyxsL4w4hb6KFCX6RcTwsRmoyxQ0qd5 > .row > .video-iframe-container { display: none; }#GzyxsL4w4hb6KFCX6RcTwsRmoyxQ0qd5 > .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); }#GzyxsL4w4hb6KFCX6RcTwsRmoyxQ0qd5 { border-width: 0; border-radius: 0; }#GzyxsL4w4hb6KFCX6RcTwsRmoyxQ0qd5 > .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; }#GzyxsL4w4hb6KFCX6RcTwsRmoyxQ0qd5 > .row .container { width:20rem;height:28.125rem;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;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AtgQwvqelmf5inskzomZUSXAZMw5aqIi { width:13.9355625rem;height:3.15104375rem;top:14.531250953674rem;left:1.2500000596046rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKUyT6slR9ekWnqhiS2kcUlpZd4hVK79 { width:19rem;height:6.625rem;top:14.0625rem;left:0.5rem;z-index:14996;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HXOKxvF5IzwUhOxGUEGH2zTfE1c58dyV { width:20rem;height:4.0625rem;top:14.076823234558rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #PQRqNnlk1FNmLfyiaz0uLQhL9iGnMIN4 { top:5.0097661018372rem;left:0rem;width:19.375rem;height:11.3125rem;z-index:14997;overflow:hidden;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #ft43tLXhTeH7sfTTD0zUpOhLyTs7SBTT { width:20rem;height:6rem;top:15.233290672303rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #LbvM7eyWQwiWsA0LDexO9WbwOPgukEko { width:18.125rem;height:1.12413125rem;top:18.876302719116rem;left:1.2500000596046rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNe4gKm7U0XpdBrnhRd2q7fhGshK37MS { width:20rem;height:13.2498125rem;top:24.249132156372rem;left:0rem;z-index:14995;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #b56mQ0sAuQDCldUAi0LKdQKWRu9u65yf { width:5.625rem;height:2.3125rem;top:1.296658039093rem;left:1.4691842198372rem;display:block; }
 }@media only screen and (max-width: 763px) { #CbkUKqgUeAoxJZgp1t0H3ufpiZsZXpT9 { width:19rem;height:3.4375rem;top:22.482640672303rem;left:0.5rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLowbTMwahlGeFoUk1rNh8KXyvKpIvaM { display:block; }
 }@media only screen and (max-width: 763px) { #ot3oPupDQEhtyPPwTFknLKyznViTrLz0 { display:block; }#ot3oPupDQEhtyPPwTFknLKyznViTrLz0 > .row .container { width:20rem;height:23.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I0ha4l1T8ei55WF9SPqIwdUzGL7gt7rC { width:17.249375rem;height:14.4010625rem;top:0.97981739044187rem;left:1.3747830986977rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzzKsxKJQH7XcXT3GVUf2X8MFStGybOp { width:19rem;height:5.75rem;top:16.629791748047rem;left:0.5rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JncJoLF5qTrCrD029iESIZp2IBdPXXv3 { display:block; }
 }@media only screen and (max-width: 763px) { #x6lqn58cdkwuSaSwoOFnA2SAoJACUTdv { width:19rem;height:4.4375rem;top:17.123481035233rem;left:0.50021702051162rem;font-size:1.125rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #iTK6qUA2xZUFxIoyKkuzOXHoB7oO7by3 { display:block; }
 }@media only screen and (max-width: 763px) { #cH2RWF0zfUiHrysE3eCy9MnamS3DxFZ3 { display:block; }#cH2RWF0zfUiHrysE3eCy9MnamS3DxFZ3 > .row .container { width:20rem;height:39.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zc0vBV12KO3igrHuyr4mTZNPxaRb1H1V { width:20rem;height:24.0625rem;top:7.0290813446044rem;left:-0.24739584326744rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #z31TcAbSgsavH1ITe3VWb4XXT5L8S7Xk { width:20rem;height:12.8125rem;top:2.59765625rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #zDDiRdtV5e2mkX4MVSqE2Fpbp6OcUT2r { width:12.5rem;height:3.15104375rem;top:3.5078125rem;left:5.1920574307442rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #L7TaEgDofRS9TCmVCU2lFhy0qyItd9rl { width:6.624375rem;height:1.349825rem;top:9.7808170318606rem;left:5.1920574307442rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sgyJkAm2GavBQvQmeZdM5iCohwwDOoxw { width:11.8120625rem;height:1.349825rem;top:13.130642652512rem;left:5.1920574307442rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Behsb92Bfg2KiDXmFDC3OaeoRlFFElgG { width:11.1870625rem;height:1.349825rem;top:16.790365219116rem;left:5.1920574307442rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #O9kKNZECxCrfpHTQtaxgDRiayTVN7TOK { width:13.3105625rem;height:1.349825rem;top:20.346788406372rem;left:5.1920574307442rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LATluBW6nTGkT5I9wcXpALlecDHmzJ0X { width:12.3123125rem;height:1.349825rem;top:23.518880844116rem;left:5.1920574307442rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zfW9LL2OnQTRLiDBJ5st8Z2xsdM3Owkq { width:2.9375rem;height:2.1875rem;top:12.789930820465rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETmLzDZUF33pHnT6pMb71EmQX4yW4Umu { width:4.8125rem;height:0.9375rem;top:20.552953720092rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FChMbQ504rE2i7fEzzMuwps2ArxyBGx2 { width:2.75rem;height:2.1875rem;top:9.4390201568606rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #O69FQSc4AkKPRGfT9eHi5HNuXDc4LCMi { width:3.125rem;height:1.875rem;top:23.293188095092rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6VZhHA9WadX7cGD0Q4CTbruxJVzEfES { width:2.99913125rem;height:2.31228125rem;top:16.385633945465rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQT7lJqUVMAwrg0frJ9f39MmvoorDTxw { width:20rem;height:1.57551875rem;top:0rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2ktqCo64d8CzXK4GPsouxNMepctmsCf { width:3.875rem;height:1.5rem;top:4.6223964691162rem;left:0.53016501665116rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUEzNKDWeXfPVtWgRvDSoDbOyIg59FlE { width:18.75rem;height:6.0004375rem;top:32.530382633209rem;left:0.62500005960463rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f5tXS9Md7woutk0Tf537BuMGLlOeDm74 { width:11.5625rem;height:1.349825rem;top:26.770833849907rem;left:5.3157556653022rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #G5aefTS82z85adalmMrTO3UELQMX4IQV { width:2.5rem;height:2.375rem;top:26.258682131768rem;left:1.7556424736977rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQvkrqcQitMJ8vTsqDwLIuuCa1kbsvNV { display:block; }#zQvkrqcQitMJ8vTsqDwLIuuCa1kbsvNV > .row .container { width:20rem;height:43.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PgNQBD25zA6QkQrzOwpr82xhbUQUtJM4 { width:20rem;height:26.25rem;top:7.5933167934419rem;left:-0.24739584326744rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #q6AiwqRbCEsrpf9p79i4uVoyuzGVhtXR { width:20rem;height:12.8125rem;top:2.59765625rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #mSsuOTWIQ9wkNrnOnTeKcxPmTkpQnSDA { width:14.25rem;height:3.15104375rem;top:3.49609375rem;left:5.1875rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #U8dXqdJc8hKxuthXcdaNI9CrS1HZfzWh { width:13.0625rem;height:2.69965rem;top:9.2938365936281rem;left:5.1866319775581rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SsOLDRdPrhGTss6noUl5AFRHEnexTXhP { width:11.75rem;height:1.349825rem;top:14.006076812744rem;left:5.1866319775581rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #J3RlhrISF7xb4pOJtNa3pvUcinkVFHg4 { width:12rem;height:2.69965rem;top:17.574871063233rem;left:5.1866319775581rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AJFAVMpDBtcaUWfel13GH6vRk7kL5hCn { width:13.3105625rem;height:2.69965rem;top:22.006294250488rem;left:5.1866319775581rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HrGNOi8eBE3TUHTqfTZ4bMmOqZ534PM3 { width:12.3123125rem;height:2.69965rem;top:26.184897422791rem;left:5.1866319775581rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Ab0htk2UkDb7c0D2AXfvuyQHhkxoUwuI { width:2.1875rem;height:3.0625rem;top:13.228080749512rem;left:1.8869357705116rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPya3ssPUnw5QKEztEbcSwL1iwVmdnqk { width:2.8125rem;height:2.375rem;top:22.318794250488rem;left:1.8869357705116rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0T7EiHHgn4B1FlvKXpAkGIG56tHHwMh { width:2.8125rem;height:2.5rem;top:9.3912792205813rem;left:1.5744357705116rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRalhbmkewUA2Fz0znEwBX4S5UI8MFZ9 { width:2.1875rem;height:2.6875rem;top:26.191409111023rem;left:1.8869357705116rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfCSqiW3FtrsJWNyrbk7awsAf0tf0S32 { width:2.4375rem;height:2.125rem;top:18.136936187744rem;left:1.7599826455116rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyvuehAJZqS7PVVopc9mx4X37BJ3dCVX { width:3rem;height:2.3125rem;top:3.9138460159302rem;left:1.5744357705116rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkFRkrlxTX3A3MqikzqOQlNVCbxoh88H { width:20rem;height:7.2005rem;top:35.42969083786rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tm2csPEiJOSd7FhwTQiTf2C1nRInMm1O { width:2.8125rem;height:2.125rem;top:29.964194297791rem;left:1.7612848877907rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGQz9TNsTKZk9BBpgKObk7OMt2QGSMRn { width:9.8730625rem;height:1.349825rem;top:30.350478649139rem;left:5.1866319775581rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dvlVwscQ6d15N8sIcTBNo4LOGwuawery { display:block; }#dvlVwscQ6d15N8sIcTBNo4LOGwuawery > .row .container { width:20rem;height:33.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SeMXncKW0yJPqPc2caVycUW05RntCLE5 { width:20rem;height:19.3125rem;top:7.5933151245119rem;left:-0.24739584326744rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #TRefvozWRa1DwtZ6cqw3zx65lKNJqUrT { width:20rem;height:12.8125rem;top:2.59765625rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #vzz0DQH33XHkUxTg6JkmmFfiGqWrf3Qx { width:14.4998125rem;height:3.15104375rem;top:3.4939270019531rem;left:5.1931427121163rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #k9fxJUe0Bc1m8mv97wb8NwsE7oidBEXB { width:12.686625rem;height:2.69965rem;top:9.70703125rem;left:5.1931427121163rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #l3Z17i7RDgnmfdWRiJTREeJz8nHT0ZQR { width:9.25rem;height:1.349825rem;top:14.256511688233rem;left:5.1931427121163rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #K4gEbVdLg8Ngb3W2EgdRNhzQEFSCSaS6 { width:5.9375rem;height:1.349825rem;top:18.072917938233rem;left:5.1931427121163rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cJnHmZrzas3O9bNSUZcKXgeVtWMC91yN { width:2.625rem;height:2.6875rem;top:13.5859375rem;left:1.9194880127907rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKpy1XeCo361a0OrJgDKqA3HAULbXmu9 { width:3.125rem;height:2.3125rem;top:9.8990898132325rem;left:1.6710069775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZtklFG5dCbSd64wxB7qap613Zy8LUZJ { width:2.5625rem;height:2.9375rem;top:17.279079437256rem;left:1.9498699307442rem;display:block; }
 }@media only screen and (max-width: 763px) { #WV6ooGGRGmrnGhyGosz2yXfxqRlTo5Ga { width:2.5rem;height:2.625rem;top:3.8396282196045rem;left:1.8120661377907rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDDNPy3yKZlGvJvtg0mMmuBB4JDtZcGw { width:16.749125rem;height:4.80035rem;top:28.430557250976rem;left:1.1990018486977rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WrBi9zLyfnhqwpRdrR2TIPEl8GqiNdur { width:11.3748125rem;height:2.69965rem;top:21.430772781372rem;left:5.1931427121163rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cQbMza254NKfnIxgwwyOeNAQy1Ffe8vs { width:2.8125rem;height:2.4375rem;top:21.624567031861rem;left:1.8250868916511rem;display:block; }
 }@media only screen and (max-width: 763px) { #KChlhXof0rPzwZdh5uaW1xN3WoZENiwG { display:block; }#KChlhXof0rPzwZdh5uaW1xN3WoZENiwG > .row .container { width:20rem;height:57.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #leIOwASIrTmbfRwCTSfUOJTv5PbaLCuz { width:20rem;height:54.5625rem;top:0rem;left:-0.21484375rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #iXlaTZF60FlcT9BTfCoKnISDpcDEsCsZ { width:20rem;height:12.8125rem;top:2.59765625rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #y9PKnHbN3mX4Mh39VsMP2nyU2opiSQ69 { width:13.311625rem;height:1.57551875rem;top:4.520393371582rem;left:5.1875rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kS28fIlhvyNHyUQ2NyyzCGCtn5zVq5ib { width:2.8125rem;height:2.25rem;top:4.1807746887207rem;left:1.4366319775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #MawyhWUo6Qvvv9PKypUEub3EdrHV0OB4 { width:16.936875rem;height:5.69444375rem;top:9.3476572036744rem;left:1.5310330986977rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hWD1aMMWvEkJVwl9K54coPSeasc76XLZ { width:16.8120625rem;height:2.69965rem;top:16.375rem;left:1rem;font-size:1.125rem;display:block; }#hWD1aMMWvEkJVwl9K54coPSeasc76XLZ li:before{  }
 }@media only screen and (max-width: 763px) { #ZerwAHIFlImazXHENM86Sdp3GvcRaSLV { width:16.25rem;height:4.80035rem;top:19.125rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8UtN4LVGBTAkiEXEuHbAgn63ghxTrlL { width:16.9998125rem;height:1.349825rem;top:24.9375rem;left:1.0625rem;font-size:1.125rem;display:block; }#F8UtN4LVGBTAkiEXEuHbAgn63ghxTrlL li:before{  }
 }@media only screen and (max-width: 763px) { #de4OJR97XTPS0FBobVLv0dKDpyRnQl27 { width:16.124125rem;height:6.0004375rem;top:26.25rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEbUEVrF1vCt0Clf8tqCk2yXVGEukt02 { width:15.625rem;height:1.349825rem;top:33.75rem;left:1.125rem;font-size:1.125rem;display:block; }#HEbUEVrF1vCt0Clf8tqCk2yXVGEukt02 li:before{  }
 }@media only screen and (max-width: 763px) { #mxTG4QUvccZxQM4ADGTB11lWqvUKUyCd { width:16.0623125rem;height:3.6002625rem;top:35.0625rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #URkgGwhTRAWNOOysKGUJaEH01rfONNvO { width:13.936625rem;height:1.349825rem;top:39.9375rem;left:1rem;font-size:1.125rem;display:block; }#URkgGwhTRAWNOOysKGUJaEH01rfONNvO li:before{  }
 }@media only screen and (max-width: 763px) { #ZwDV78frai4RXPuP7Fb48Dr09AxECGwX { width:13.75rem;height:3.6002625rem;top:41.25rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZP16f3dP0GT6HIe9l4b8023PI7KxIvtv { width:14.436875rem;height:1.349825rem;top:45.8125rem;left:1rem;font-size:1.125rem;display:block; }#ZP16f3dP0GT6HIe9l4b8023PI7KxIvtv li:before{  }
 }@media only screen and (max-width: 763px) { #Pa0x9Gaky1zkVT56W6bFptMqqCPdsDi8 { width:14.375rem;height:4.80035rem;top:47.125rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7beC646rULm4trgQgvQVvfwQLQtmMb4 { display:block; }#P7beC646rULm4trgQgvQVvfwQLQtmMb4 > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TZehwaGgk15RaTU868WLScKO8cZGRy8a { width:20rem;height:3.6002625rem;top:1.342227935791rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HzMtdJ7mIQaOUq52m0gV4seudQCXsWLd { display:block; }#HzMtdJ7mIQaOUq52m0gV4seudQCXsWLd > .row .container { width:20rem;height:62.774526000977rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FM7ynzM4pQSHWPiwNrT1wHWLgaFb42S1 { width:20rem;height:36.75rem;top:14.032135009766rem;left:0rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #qJM1efiZQKy4RT59xKySHMdIggOBAffc { width:16.624375rem;height:1.7252625rem;top:10.686849594116rem;left:1.25rem;font-size:1.4375rem;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #XAhDkHRwkQrSVgqRuS8yMdbq6JPinInG { width:20rem;height:13.039156587231rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ztR2P30sZxuiwEDAzBFyrsdgKEnAmM2h .widget-regular-label { width:17rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ztR2P30sZxuiwEDAzBFyrsdgKEnAmM2h .widget-input-text { width:17rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ztR2P30sZxuiwEDAzBFyrsdgKEnAmM2h .widget-input-text {padding-top: 0; padding-bottom: 0;}#ztR2P30sZxuiwEDAzBFyrsdgKEnAmM2h .widget-textarea { width:17rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ztR2P30sZxuiwEDAzBFyrsdgKEnAmM2h .widget-input-select { width:17rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ztR2P30sZxuiwEDAzBFyrsdgKEnAmM2h .widget-input-select {padding-top: 0; padding-bottom: 0;}#ztR2P30sZxuiwEDAzBFyrsdgKEnAmM2h .widget-input-button { width:10.1875rem;margin-top:0.25rem;margin-right:3.5rem;margin-bottom:0.25rem;margin-left:3.375rem;text-align:center;text-align-last:center; }
#ztR2P30sZxuiwEDAzBFyrsdgKEnAmM2h .widget-checkbox-label { width:15.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ztR2P30sZxuiwEDAzBFyrsdgKEnAmM2h  { width:16.9998125rem;height:auto;top:28.183380126953rem;left:0.24956601858139rem;z-index:15031; }
#ztR2P30sZxuiwEDAzBFyrsdgKEnAmM2h .radio-container { width:17rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ztR2P30sZxuiwEDAzBFyrsdgKEnAmM2h {display:block;}#ztR2P30sZxuiwEDAzBFyrsdgKEnAmM2h { width:16.9998125rem;height:auto;top:28.183380126953rem;left:0.24956601858139rem;z-index:15031; }
 }@media only screen and (max-width: 763px) { #ztR2P30sZxuiwEDAzBFyrsdgKEnAmM2h #OzLRa7EN07kKIx2GmMp14eyAo6qEyybT {  }
 }@media only screen and (max-width: 763px) { #ztR2P30sZxuiwEDAzBFyrsdgKEnAmM2h #P4qTtGglA0HQ179QiCIEniHiPvVWTnTa { display:block; }
 }@media only screen and (max-width: 763px) { #ztR2P30sZxuiwEDAzBFyrsdgKEnAmM2h #mfgWtq07un037wNLUAT8u7htmUKoXz8X {  }
 }@media only screen and (max-width: 763px) { #ztR2P30sZxuiwEDAzBFyrsdgKEnAmM2h #tldVWN5092MRn2vDKdnEWNszIxGT9FAC {  }
 }@media only screen and (max-width: 763px) { #ztR2P30sZxuiwEDAzBFyrsdgKEnAmM2h #U2GfAmaCp9qpdfP5Dlh7FfViVWshTPBc { display:block; }
 }@media only screen and (max-width: 763px) { #ztR2P30sZxuiwEDAzBFyrsdgKEnAmM2h #A6qeGaGPH4opq7ch7vPLTBftty6yJZTk {  }
 }@media only screen and (max-width: 763px) { #ztR2P30sZxuiwEDAzBFyrsdgKEnAmM2h #cOS0oShleNud7gxvBgwRr9kFU3l7RCfL {  }
 }@media only screen and (max-width: 763px) { #ztR2P30sZxuiwEDAzBFyrsdgKEnAmM2h #mdl4QzlGzXQsvWJXhhi83p4EuzkEiL6G {  }
 }@media only screen and (max-width: 763px) { #ztR2P30sZxuiwEDAzBFyrsdgKEnAmM2h #wusX04FT9XXy8cXz4bOUE8aP1buLXzov {  }
 }@media only screen and (max-width: 763px) { #ztR2P30sZxuiwEDAzBFyrsdgKEnAmM2h #ehVW1s0FfBtSWMh1Vnx5vCvR3Up5frRy {  }
 }@media only screen and (max-width: 763px) { #ztR2P30sZxuiwEDAzBFyrsdgKEnAmM2h #syunqD8l5Aowkpw6D8OLPl7EErRIdTGi {  }
 }@media only screen and (max-width: 763px) { #p7r5ZEX4AK1hCWFEcI8yGu0mwQ1pcFTi { top:0rem;left:0rem;width:20rem;height:13rem;z-index:15027;overflow:hidden;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #latFudion4iflgtTM45m1NtDev0P2Q1O { width:20rem;height:12.8125rem;top:9.3793334960938rem;left:0rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #zQHOL37gyJBJcgTai6k7AEOOHGcZ5x4P { width:17.9375rem;height:3.37239375rem;top:13.060544967651rem;left:1.25rem;font-size:0.9375rem;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #TKFnhdkCuZ2eTgxMEo4JRT79SHhK4ZMZ { width:11.8125rem;height:1.57551875rem;top:17.463098526001rem;left:4.3825958371163rem;font-size:1.3125rem;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #xczZHs0tsHmTrtf5a9ceKXBKSonAXxQJ { width:2.1875rem;height:2.1875rem;top:17.157118797302rem;left:1.2500000596046rem;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #ikaRmoIzaW8h8xvunfeMni9gA7sPa5fM { width:17.9375rem;height:3.15104375rem;top:23.654296875rem;left:1.2500000596046rem;font-size:1.3125rem;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #WFl4PRM07GyrEcAnsmhwngEfpHtsPQJ7 { width:20rem;height:8.997375rem;top:53.778226852417rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #epEGBie0F0zmbouO8N3WC79wLwV8vymp { display:block; }#epEGBie0F0zmbouO8N3WC79wLwV8vymp > .row .container { width:20rem;height:50.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ofcq0c8cT5CKiuvF9pT6VXuI8g5H7f6a { width:16.624375rem;height:3.45051875rem;top:3.2493515014649rem;left:1.2500000596046rem;font-size:1.4375rem;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #rmQcslLJom4FNaHCtoeieOGF58BFNd5q { width:20rem;height:14.0625rem;top:1.9407577514649rem;left:0rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #weaXd5igbGQpkyJ7ETEiceLUwTmWhNP4 { width:14.6245625rem;height:3.37239375rem;top:11.502388000488rem;left:4.3825958371163rem;font-size:0.9375rem;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #wfwSJudPahNrIJ63glXWewx654kGc0uz { width:1.74913125rem;height:2.5010875rem;top:11.502388000488rem;left:1.4691842198372rem;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #BnAxnP5X4Uig0qTOHTXETRVm1Av0r16O { width:20rem;height:23.25rem;top:24.69075012207rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z9gStRsUf89Sk37uv5KWeSnyeLcClGLe { width:20rem;height:23.1875rem;top:17.252170562744rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlMdBvtIoXT6psDX3OT0ypWwXBgo9eRr { width:20rem;height:2.2721375rem;top:42.940105438233rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QhByCJzkFWB3UHTak8Csc6BzO2FX1Vqd { width:9.375rem;height:1.055775rem;top:46.462245941162rem;left:5.3125002980232rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FlSTwzHL0QzSaiWudBMr7MxweT0i4b8X { width:14.124375rem;height:1.055775rem;top:47.768016815186rem;left:2.9372830986977rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KK65d7D3PAw3H9avWKrriqSE0m9LETEa { width:10rem;height:1.12413125rem;top:8.4092885255812rem;left:4.5616319775581rem;font-size:0.9375rem;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #VGUaSig3kQyPiBwzgBX1cZza23y7vmsf { width:2.12456875rem;height:2.12456875rem;top:7.9079809188844rem;left:1.2500000596046rem;z-index:15032;display:block; }
 }