.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:253,228,211;--color-primary-1:249,173,124;--color-primary-2:245,118,36;--color-primary-3:255,183,21;--color-primary-4:49,24,7;--color-secondary-0:217,229,229;--color-secondary-1:129,170,170;--color-secondary-2:2,84,84;--color-secondary-3:1,42,42;--color-secondary-4:0,13,13;--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:"Montserrat";--paragraphs-font-family:"Montserrat"; }@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); }#pygucw6VATEyZmc73s8axpoQTLk8qC2x { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#pygucw6VATEyZmc73s8axpoQTLk8qC2x > .row .container { background-color: transparent; background-image: none; }#pygucw6VATEyZmc73s8axpoQTLk8qC2x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pygucw6VATEyZmc73s8axpoQTLk8qC2x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pygucw6VATEyZmc73s8axpoQTLk8qC2x > .row .container > .video-iframe-container { display: none; }#pygucw6VATEyZmc73s8axpoQTLk8qC2x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pygucw6VATEyZmc73s8axpoQTLk8qC2x > .row > .video-iframe-container { display: none; }#pygucw6VATEyZmc73s8axpoQTLk8qC2x > .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); }#pygucw6VATEyZmc73s8axpoQTLk8qC2x > .row .container { border-width: 0; border-radius: 0; }#pygucw6VATEyZmc73s8axpoQTLk8qC2x > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pygucw6VATEyZmc73s8axpoQTLk8qC2x > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:75rem;position:relative;display:block; }#oBuDRdJO1zta5zCanLB5OIikfdfrux6D { 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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.25rem;height:3.4375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:0.59244793653488rem;left:59.76432800293rem;display:block; }
#wZBhgEmNOlaIZBJ8LHgLDI5gIE2BCn1l { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BNBUtshgivETqaJgiMOVcMukgGv3OLxS { color:rgba(var(--color-tertiary-0),1);display:block;width:47.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.1744792461395rem;left:0.77018260955813rem;height:2.2744125rem;font-style:normal;display:block; }
#moh2qfiA2XtzV5GOPwgxU1Nvs8DCps6R { position:relative;display:block; }#moh2qfiA2XtzV5GOPwgxU1Nvs8DCps6R { background-color: transparent; background-image: none; }#moh2qfiA2XtzV5GOPwgxU1Nvs8DCps6R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#moh2qfiA2XtzV5GOPwgxU1Nvs8DCps6R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#moh2qfiA2XtzV5GOPwgxU1Nvs8DCps6R > .row .container > .video-iframe-container { display: none; }#moh2qfiA2XtzV5GOPwgxU1Nvs8DCps6R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#moh2qfiA2XtzV5GOPwgxU1Nvs8DCps6R > .row > .video-iframe-container { display: none; }#moh2qfiA2XtzV5GOPwgxU1Nvs8DCps6R > .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); }#moh2qfiA2XtzV5GOPwgxU1Nvs8DCps6R { border-width: 0; border-radius: 0; }#moh2qfiA2XtzV5GOPwgxU1Nvs8DCps6R > .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; }#moh2qfiA2XtzV5GOPwgxU1Nvs8DCps6R > .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:53rem;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; }#bm1QvVs7vErudqFIs0pTXHRKi9aN41vQ { 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:16.125rem;width:12.125rem;top:26.5rem;left:6.9375rem;overflow:hidden;display:block; }
#mhZhZ3TSn1vazNcBoeM5kPFtzrTQdh6u { color:rgba(var(--color-tertiary-4),1);display:block;width:50.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:16.9375rem;left:3.5625rem;height:5.84765625rem;display:block; }
#MtoHTD0mzfTSATtCmTCQcOxy5Gu6ZWag { color:rgba(var(--color-tertiary-0),1);display:block;width:7.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:42.8125rem;left:8.5rem;height:2.3984375rem;font-style:normal;display:block; }
#cbDodGRA5XkcubKKeGQ91prO3NmBDK0G { color:rgba(var(--color-tertiary-4),1);display:block;width:43.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:14988;line-height:1.3;letter-spacing:0;top:30.375rem;left:23.5625rem;height:16.89745625rem;display:block; }
#fqI5tIwR83kEmpxMTQ9ImQKp0rp643Dl { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:46.4375rem;left:23.5625rem;display:block; }
#gx2iOdV6c8DCDpcpHGOM9gz4ARLqpEzU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uxbDJ10fuKeg8l2HWlE2TKTU5GJ02ZiI { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:46.4375rem;left:43.4375rem;display:block; }
#JkIRZzh830hRx4WFhmMG5VpHMGI7Szw0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#biUuSuQ1OSIEsKQheL22BWePC7lGQT9C { color:rgba(var(--color-tertiary-4),1);display:block;width:47.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:10.375rem;left:3.5625rem;height:2.84375rem;font-style:normal;display:block; }
#NQRNS3UynLlhTLD5Qk83TSn8GSkHPUGm { position:absolute;display:block;z-index:15017;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:9.375rem;top:14.125rem;left:3.5625rem;display:block; }
#TlQX0Slv1yimlucJ35QvI9n3CRVWmfpo { 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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:9.5625rem;top:42rem;left:6.9375rem;display:block; }
#HvircBlt7KIdu1Te8N9ehlRVzUBuDsMq { position:absolute;display:block;z-index:14989;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:18.9375rem;top:26.5rem;left:23.5625rem;display:block; }
#o0XJ10fAHXd5kAg9pCpfp4OxkXrIQCMb { position:absolute;display:block;z-index:14991;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:11.0625rem;top:26.5rem;left:44.1875rem;display:block; }
#NTH0BGMaCKcJJzopifQdSZX3OKyoMsCT { color:rgba(var(--color-tertiary-0),1);display:block;width:17.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:14990;line-height:1.2;letter-spacing:0;top:27.25rem;left:24.5rem;height:1.19986875rem;font-style:normal;display:block; }
#t6dvtXypeb6BlWunX16wfTkyFQV1V8ir { color:rgba(var(--color-tertiary-0),1);display:block;width:9.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:14992;line-height:1.2;letter-spacing:0;top:27.25rem;left:45.25rem;height:1.19986875rem;font-style:normal;display:block; }
#EXF6Ln112Eu3kIgdTJWir1w6D1Gimyk1 { color:rgba(var(--color-tertiary-4),1);display:block;width:47.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:12.3125rem;left:26.770833015442rem;height:2.84375rem;font-style:normal;display:none; }
#Ud94ccb9m73JOTBOgBEodJXm3wwOECdM { position:relative;display:block; }#Ud94ccb9m73JOTBOgBEodJXm3wwOECdM { background-color: transparent; background-image: none; }#Ud94ccb9m73JOTBOgBEodJXm3wwOECdM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ud94ccb9m73JOTBOgBEodJXm3wwOECdM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ud94ccb9m73JOTBOgBEodJXm3wwOECdM > .row .container > .video-iframe-container { display: none; }#Ud94ccb9m73JOTBOgBEodJXm3wwOECdM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ud94ccb9m73JOTBOgBEodJXm3wwOECdM > .row > .video-iframe-container { display: none; }#Ud94ccb9m73JOTBOgBEodJXm3wwOECdM > .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); }#Ud94ccb9m73JOTBOgBEodJXm3wwOECdM { border-width: 0; border-radius: 0; }#Ud94ccb9m73JOTBOgBEodJXm3wwOECdM > .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; }#Ud94ccb9m73JOTBOgBEodJXm3wwOECdM > .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:44.9375rem;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; }#XTzh7HlJSBI5H4olAeZeVPemFb76GsMy { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.75rem;width:12.125rem;top:1.875rem;left:6.75rem;overflow:hidden;display:block; }
#cHPO5pDyUbEhcKpeZ48CPpGJLyEzC6pK { color:rgba(var(--color-tertiary-4),1);display:block;width:45.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:14942;line-height:1.3;letter-spacing:0;top:5.6875rem;left:23.125rem;height:32.495125rem;display:block; }
#HT6msIk2KEv4MrVNk00UAvo14SUP4EPm { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;z-index:14940;text-align:center;text-align-last:center;top:39.5625rem;left:43.5625rem;display:block; }
#VrpiGT4rMgJiRIwnnKonsAoT2PS5tI5d { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pbouSxuoFSl0C18ODzwRqA51AJg6aiLy { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:14941;text-align:center;text-align-last:center;top:39.5625rem;left:23.125rem;display:block; }
#Sf9nO0WviX7QztIrQZb8mw7Itzd2Mmcu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UNSWO8KhDPVEdqD9rvKq938CWxU5o5Pc { position:absolute;display:block;z-index:15019;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:8.0625rem;top:17.4375rem;left:6.75rem;display:block; }
#SEI4aRgnZIyKffmCWSo8bOKPFD0SfMXQ { color:rgba(var(--color-tertiary-0),1);display:block;width:7.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15030;line-height:1.2;letter-spacing:0;top:18.25rem;left:8.0625rem;height:2.3984375rem;font-style:normal;display:block; }
#ng3h5mUQPPbtwQ4Z1zpUpdVuz3JN8rso { position:absolute;display:block;z-index:14949;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:18.9375rem;top:1.875rem;left:23.0625rem;display:block; }
#u5eT6ez9FGMIhcJNrrLs1bv67eat0hS6 { color:rgba(var(--color-tertiary-0),1);display:block;width:17.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:14950;line-height:1.2;letter-spacing:0;top:2.625rem;left:24.1875rem;height:1.19986875rem;font-style:normal;display:block; }
#SMfov3AQ1leZcdtZy038ZeJTbJMueWUo { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:43.125rem;left:43.375rem;display:none; }
#VX4kTviLyfJsM0QTKpQV4MFdzapOGnX5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VUltQA5Tdn9lzoLSTlleQzKZgAt9IJr4 { position:relative;display:block; }#VUltQA5Tdn9lzoLSTlleQzKZgAt9IJr4 { background-color: transparent; background-image: none; }#VUltQA5Tdn9lzoLSTlleQzKZgAt9IJr4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VUltQA5Tdn9lzoLSTlleQzKZgAt9IJr4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VUltQA5Tdn9lzoLSTlleQzKZgAt9IJr4 > .row .container > .video-iframe-container { display: none; }#VUltQA5Tdn9lzoLSTlleQzKZgAt9IJr4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VUltQA5Tdn9lzoLSTlleQzKZgAt9IJr4 > .row > .video-iframe-container { display: none; }#VUltQA5Tdn9lzoLSTlleQzKZgAt9IJr4 > .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); }#VUltQA5Tdn9lzoLSTlleQzKZgAt9IJr4 { border-width: 0; border-radius: 0; }#VUltQA5Tdn9lzoLSTlleQzKZgAt9IJr4 > .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; }#VUltQA5Tdn9lzoLSTlleQzKZgAt9IJr4 > .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:41.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; }#rfTOFG24fT5sOC5V10PpLSnrCUPvLZbQ { position:absolute;display:block;z-index:15016;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:16.75rem;width:12.125rem;top:2rem;left:7.125rem;overflow:hidden;display:block; }
#mq4QoBtx9LsouI9zDsv1msgoA442T6iL { color:rgba(var(--color-tertiary-4),1);display:block;width:41.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:14953;line-height:1.3;letter-spacing:0;top:6.75rem;left:22.5625rem;height:25.99608125rem;display:block; }
#HTWb0iDZIbZRpNtcvL3AwP8uPOVKNHuA { position:absolute;display:block;z-index:15019;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:9.8125rem;top:17.5625rem;left:7.125rem;display:block; }
#NKb9TfkUep3tDSgrGFJ8atnCKN9fEnlf { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;z-index:14952;text-align:center;text-align-last:center;top:34.375rem;left:42.5rem;display:block; }
#SPTgUDpUWNvPIlCsJF5uEt1w0TKcLUSO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qErvO72yo0xTpmcuQ6hZ7JW0EqL2NuCo { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:14951;text-align:center;text-align-last:center;top:34.375rem;left:22.5625rem;display:block; }
#PkOPDLyrBM4ZUSapoAv5R8Tt0u3ZymLN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#d1QcNNbooEocxF5E0p476v3wa7fcRRof { color:rgba(var(--color-tertiary-0),1);display:block;width:7.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15030;line-height:1.2;letter-spacing:0;top:18.375rem;left:8.6875rem;height:2.3984375rem;font-style:normal;display:block; }
#amIB8DWNmQyxGbEdHEyTvZOMZS4PyPDT { position:absolute;display:block;z-index:14955;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:27.875rem;top:2rem;left:22.5625rem;display:block; }
#EIbQ37z6oOevIcEkTFyiG44dXFMQK5pK { color:rgba(var(--color-tertiary-0),1);display:block;width:28.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:14957;line-height:1.2;letter-spacing:0;top:2.75rem;left:23.75rem;height:1.19921875rem;font-style:normal;display:block; }
#kgnh2mSdhwMWy0qFZTdmbscUEMP1M3M3 { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:43.125rem;left:43.375rem;display:none; }
#Un3qDgNc7775PDtT3JnwbS23OZgSEbaw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XVTVDOTUUKdhTTNctHAh5buzzNr2QGrV { position:absolute;display:block;z-index:14992;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:11.0625rem;top:2rem;left:52.0625rem;display:block; }
#ItAp0u6W1c5Nxh37vNNqarZGgmOn3se2 { color:rgba(var(--color-tertiary-0),1);display:block;width:9.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:14993;line-height:1.2;letter-spacing:0;top:2.775390625rem;left:52.84375rem;height:1.19921875rem;font-style:normal;display:block; }
#ad0Ffa2gvLJSlX4DggWr0PAbIbbtweft { position:relative;display:block; }#ad0Ffa2gvLJSlX4DggWr0PAbIbbtweft { background-color: transparent; background-image: none; }#ad0Ffa2gvLJSlX4DggWr0PAbIbbtweft::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ad0Ffa2gvLJSlX4DggWr0PAbIbbtweft > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ad0Ffa2gvLJSlX4DggWr0PAbIbbtweft > .row .container > .video-iframe-container { display: none; }#ad0Ffa2gvLJSlX4DggWr0PAbIbbtweft > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ad0Ffa2gvLJSlX4DggWr0PAbIbbtweft > .row > .video-iframe-container { display: none; }#ad0Ffa2gvLJSlX4DggWr0PAbIbbtweft > .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); }#ad0Ffa2gvLJSlX4DggWr0PAbIbbtweft { border-width: 0; border-radius: 0; }#ad0Ffa2gvLJSlX4DggWr0PAbIbbtweft > .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; }#ad0Ffa2gvLJSlX4DggWr0PAbIbbtweft > .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:39.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; }#V9Zig3KTsyLtDWqGzw1HA22GHoVfEkS2 { position:absolute;display:block;z-index:14998;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:16.75rem;width:12.125rem;top:1.875rem;left:6.9375rem;overflow:hidden;display:block; }
#w8TaCTKuNfIldrO5gh8IOFRIOvBA57k4 { color:rgba(var(--color-tertiary-4),1);display:block;width:44.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:14935;line-height:1.3;letter-spacing:0;top:5.875rem;left:23.75rem;height:27.295875rem;display:block; }
#oVJe6v4z4HBON0tCOGg0PCvkJ6sZClKT { position:absolute;display:block;z-index:15025;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:10.875rem;top:17.5rem;left:6.9375rem;display:block; }
#JJ77ZrmBTRFRSXT2WqOluEtqeKbGQ7qr { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;z-index:14933;text-align:center;text-align-last:center;top:34.5625rem;left:44.1875rem;display:block; }
#tQoEJVf6mzqMWTfHuv5Ny275QkZR8TAR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bDSRr1KLbN2qmPfeOVqK3X0npbtuhsyS { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:14934;text-align:center;text-align-last:center;top:34.5625rem;left:23.75rem;display:block; }
#PLOOvuoiTS95TnZWDh5eQynd9dDCF08Q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lWbIug6Q26UcTDnV5TeiQdmaDDcqhw8J { color:rgba(var(--color-tertiary-0),1);display:block;width:8.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15036;line-height:1.2;letter-spacing:0;top:18.3125rem;left:8.625rem;height:2.3984375rem;font-style:normal;display:block; }
#Ove6p2OJ74uJTVLlQBQdEpXTyrTqV06O { position:absolute;display:block;z-index:14937;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:25.875rem;top:1.875rem;left:23.75rem;display:block; }
#TzTsp7emNgVEPE65tcFwsubpn0uPh1x3 { color:rgba(var(--color-tertiary-0),1);display:block;width:23.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:14939;line-height:1.2;letter-spacing:0;top:2.625rem;left:24.875rem;height:1.19921875rem;font-style:normal;display:block; }
#rwTUo2n2wBVwgoKoey0hcLgbNqHvcIpC { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:43.125rem;left:43.375rem;display:none; }
#gCWIvX1IgT6SD6IU3AJUHMZzIUTK12Tg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZOkGxpsa4zWpxSXPxKOfTRrhss4CE7zB { position:absolute;display:block;z-index:14958;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:11.4375rem;top:1.875rem;left:50.21875rem;display:block; }
#XUBFTHCBPxoeJqFloAUoiBJCovqQlRT5 { color:rgba(var(--color-tertiary-0),1);display:block;width:9.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:14960;line-height:1.2;letter-spacing:0;top:2.6875rem;left:51.15625rem;height:1.19921875rem;font-style:normal;display:block; }
#ubVpq8JHf4QrUtxpGv0pd8QdAPxgNWxJ { position:relative;display:block; }#ubVpq8JHf4QrUtxpGv0pd8QdAPxgNWxJ { background-color: transparent; background-image: none; }#ubVpq8JHf4QrUtxpGv0pd8QdAPxgNWxJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ubVpq8JHf4QrUtxpGv0pd8QdAPxgNWxJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ubVpq8JHf4QrUtxpGv0pd8QdAPxgNWxJ > .row .container > .video-iframe-container { display: none; }#ubVpq8JHf4QrUtxpGv0pd8QdAPxgNWxJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ubVpq8JHf4QrUtxpGv0pd8QdAPxgNWxJ > .row > .video-iframe-container { display: none; }#ubVpq8JHf4QrUtxpGv0pd8QdAPxgNWxJ > .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); }#ubVpq8JHf4QrUtxpGv0pd8QdAPxgNWxJ { border-width: 0; border-radius: 0; }#ubVpq8JHf4QrUtxpGv0pd8QdAPxgNWxJ > .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; }#ubVpq8JHf4QrUtxpGv0pd8QdAPxgNWxJ > .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:32.6875rem;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; }#cDcniZgfSs5vxmMIJG2cJNS9H0o6TaL5 { position:absolute;display:block;z-index:14998;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:16.75rem;width:12.125rem;top:1.875rem;left:6.9375rem;overflow:hidden;display:block; }
#leQiSxKd4lDVb1xEAKGPmP6JWKg7S96n { color:rgba(var(--color-tertiary-4),1);display:block;width:44.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:14935;line-height:1.3;letter-spacing:0;top:5.875rem;left:23.75rem;height:19.49705625rem;display:block; }
#R1zhF9nQZWMIXBhPTQh1MKUEcbtRlHak { position:absolute;display:block;z-index:15025;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:10.875rem;top:17.5rem;left:6.9375rem;display:block; }
#nmqwteKV6Pt2rnfHHCrJsXfJAUMLasXt { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;z-index:14933;text-align:center;text-align-last:center;top:26.5rem;left:44.1875rem;display:block; }
#IWzXvEq1qimq8ELT27htEv1l5R9CmATA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ES5soUVMMQ6rLFk6GNItRRrvHrhVbeA1 { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:14934;text-align:center;text-align-last:center;top:26.5rem;left:23.75rem;display:block; }
#xh4h62lXqC4IhfmqTaWax1FCaQyDuCxm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CGrf7HCCT5Q4CeMiGUbzoCuxiokTkTVU { color:rgba(var(--color-tertiary-0),1);display:block;width:8.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15036;line-height:1.2;letter-spacing:0;top:18.3125rem;left:8.625rem;height:2.3984375rem;font-style:normal;display:block; }
#tbLkIWwpLO9XTN1r3kd7A3q6JpEtmQxV { position:absolute;display:block;z-index:14937;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:25.875rem;top:1.875rem;left:23.75rem;display:block; }
#B0Pq9O3z49Ja3QWMIopm2zQoG3xluNh1 { color:rgba(var(--color-tertiary-0),1);display:block;width:23.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:14939;line-height:1.2;letter-spacing:0;top:2.625rem;left:24.875rem;height:1.19921875rem;font-style:normal;display:block; }
#uVTw79lEhvOi2BpS6TNv65Qbxvgk1Ulz { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:43.125rem;left:43.375rem;display:none; }
#TwC0g0AB3sH2iuknKz0LDmaebTwhaHNU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eeeL9eUi1TLm17C3OKtGfuxc8WmkqNPw { position:relative;display:block; }#eeeL9eUi1TLm17C3OKtGfuxc8WmkqNPw { background-color: transparent; background-image: none; }#eeeL9eUi1TLm17C3OKtGfuxc8WmkqNPw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eeeL9eUi1TLm17C3OKtGfuxc8WmkqNPw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eeeL9eUi1TLm17C3OKtGfuxc8WmkqNPw > .row .container > .video-iframe-container { display: none; }#eeeL9eUi1TLm17C3OKtGfuxc8WmkqNPw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eeeL9eUi1TLm17C3OKtGfuxc8WmkqNPw > .row > .video-iframe-container { display: none; }#eeeL9eUi1TLm17C3OKtGfuxc8WmkqNPw > .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); }#eeeL9eUi1TLm17C3OKtGfuxc8WmkqNPw { border-width: 0; border-radius: 0; }#eeeL9eUi1TLm17C3OKtGfuxc8WmkqNPw > .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; }#eeeL9eUi1TLm17C3OKtGfuxc8WmkqNPw > .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:36.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#oRfSGrh6JlHT9koXWmXApaiT3lPr6Jwu { position:absolute;display:block;z-index:15016;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:16.75rem;width:12.125rem;top:2rem;left:7.125rem;overflow:hidden;display:block; }
#I75ARogM7ZTnctSPcbvoEyRVOv9NhoRO { color:rgba(var(--color-tertiary-4),1);display:block;width:41.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:14953;line-height:1.3;letter-spacing:0;top:6.75rem;left:22.5625rem;height:23.3965rem;display:block; }
#WnyI3R8UPK6xbdBXg2NTdfhSui7ZIr6N { position:absolute;display:block;z-index:15019;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:9.8125rem;top:17.5625rem;left:7.125rem;display:block; }
#qyRVa8WrMI9z0HpdL7KoQNLDgW1sSufV { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;z-index:14952;text-align:center;text-align-last:center;top:31.5625rem;left:42.5rem;display:block; }
#RTx1l06fxBnTpsvWFMlzz3kPpONBxaqT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CyRFOPqRgvQUc9LhKTE8qc0bIndAWnQt { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:14951;text-align:center;text-align-last:center;top:31.5625rem;left:22.5625rem;display:block; }
#G2D3Rfhaq6RiNyyMynTqhoxyOqxsPD75 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#le1lliuT3dHdXhzJHHaeTmRfhaqqaZDl { color:rgba(var(--color-tertiary-0),1);display:block;width:7.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15030;line-height:1.2;letter-spacing:0;top:18.375rem;left:8.6875rem;height:2.3984375rem;font-style:normal;display:block; }
#Hawv6J2Q5cLHzkLP0bUSrLcgTu7iuxh6 { position:absolute;display:block;z-index:14955;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:26.25rem;top:2rem;left:22.5625rem;display:block; }
#BbfdtmrfTzZscBTM7CvPc0GvUplXQf1M { color:rgba(var(--color-tertiary-0),1);display:block;width:28.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:14957;line-height:1.2;letter-spacing:0;top:2.75rem;left:23.75rem;height:1.19921875rem;font-style:normal;display:block; }
#kiGaEVi4cyDxWLTH4UXc3zFQdVgkKdRq { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:43.125rem;left:43.375rem;display:none; }
#KkkH4mgs30pGJ6ngT5xUB4WpsaHBe47y { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KLCEHvaQJfQwh8ykeN25FwgTvrPCI4e9 { position:absolute;display:block;z-index:14992;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:18.8125rem;top:2rem;left:49.875rem;display:block; }
#BRzZqZOo4OZ316QkHBH0TThkbSVVl0TQ { color:rgba(var(--color-tertiary-0),1);display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:14993;line-height:1.2;letter-spacing:0;top:2.775390625rem;left:50.65625rem;height:1.19921875rem;font-style:normal;display:block; }
#JnG3bhwLTkJ79ctbyniJdTFTHW08D36V { position:relative;display:block; }#JnG3bhwLTkJ79ctbyniJdTFTHW08D36V { background-color: transparent; background-image: none; }#JnG3bhwLTkJ79ctbyniJdTFTHW08D36V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JnG3bhwLTkJ79ctbyniJdTFTHW08D36V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JnG3bhwLTkJ79ctbyniJdTFTHW08D36V > .row .container > .video-iframe-container { display: none; }#JnG3bhwLTkJ79ctbyniJdTFTHW08D36V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JnG3bhwLTkJ79ctbyniJdTFTHW08D36V > .row > .video-iframe-container { display: none; }#JnG3bhwLTkJ79ctbyniJdTFTHW08D36V > .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); }#JnG3bhwLTkJ79ctbyniJdTFTHW08D36V { border-width: 0; border-radius: 0; }#JnG3bhwLTkJ79ctbyniJdTFTHW08D36V > .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; }#JnG3bhwLTkJ79ctbyniJdTFTHW08D36V > .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:34.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#RzgP6D12TgRWCVvTMENnuhU6hCVpxG3H { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.75rem;width:12.125rem;top:1.875rem;left:6.75rem;overflow:hidden;display:block; }
#G1zKdPSxM9xMK1QRWeP8hZKWUT5XooDw { color:rgba(var(--color-tertiary-4),1);display:block;width:45.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:14942;line-height:1.3;letter-spacing:0;top:5.6875rem;left:23.125rem;height:22.09664375rem;display:block; }
#ezzOc6lrE6v14c0gldVxoZnXmiFNrxrx { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;z-index:14940;text-align:center;text-align-last:center;top:29rem;left:43.5625rem;display:block; }
#o0G7HPvytOk48w4BJm2bSenGJ5PAsU4C { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Wk9eMOSZ8CLuVggg5yaR29koI8e5XJpM { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:14941;text-align:center;text-align-last:center;top:29rem;left:23.125rem;display:block; }
#vKzowm201Vcg5fPseSdXTeRyvnHalkz1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Pkzn2VDAOWBedOy06Px4boJF5KMWk4QT { position:absolute;display:block;z-index:15019;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:8.0625rem;top:17.4375rem;left:6.75rem;display:block; }
#Mc09PzCFiATGxTSCRVqASnwgGWsSSPeC { color:rgba(var(--color-tertiary-0),1);display:block;width:7.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15030;line-height:1.2;letter-spacing:0;top:18.25rem;left:8.0625rem;height:3.59765625rem;font-style:normal;display:block; }
#URCJTT1vNFCcE0TfloaimdfsqEG1wUmq { position:absolute;display:block;z-index:14949;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:18.9375rem;top:1.875rem;left:23.0625rem;display:block; }
#nUb8XwRUdHE0HAO2DeHg7tsflT0Ngiok { color:rgba(var(--color-tertiary-0),1);display:block;width:17.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:14950;line-height:1.2;letter-spacing:0;top:2.625rem;left:24.1875rem;height:1.19986875rem;font-style:normal;display:block; }
#wBfMo9T5EplGOxT8pg4vlrFreBxI4pMK { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:43.125rem;left:43.375rem;display:none; }
#zHtCGx9plr75e0BfkdmcOf7LL5tcDeMQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T9w5VkObCZLKvJxLcXWCE85LgiyDlh3f { position:relative;display:block; }#T9w5VkObCZLKvJxLcXWCE85LgiyDlh3f { background-color: transparent; background-image: none; }#T9w5VkObCZLKvJxLcXWCE85LgiyDlh3f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T9w5VkObCZLKvJxLcXWCE85LgiyDlh3f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T9w5VkObCZLKvJxLcXWCE85LgiyDlh3f > .row .container > .video-iframe-container { display: none; }#T9w5VkObCZLKvJxLcXWCE85LgiyDlh3f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T9w5VkObCZLKvJxLcXWCE85LgiyDlh3f > .row > .video-iframe-container { display: none; }#T9w5VkObCZLKvJxLcXWCE85LgiyDlh3f > .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); }#T9w5VkObCZLKvJxLcXWCE85LgiyDlh3f { border-width: 0; border-radius: 0; }#T9w5VkObCZLKvJxLcXWCE85LgiyDlh3f > .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; }#T9w5VkObCZLKvJxLcXWCE85LgiyDlh3f > .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:32.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; }#Vh2z091bv0C9WUls1P45dKGsTpkfQTCh { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.75rem;width:12.125rem;top:1.8125rem;left:6.9375rem;overflow:hidden;display:block; }
#DulekcdL6UF8gvt7wHtTwTAm9trcLoh5 { color:rgba(var(--color-tertiary-4),1);display:block;width:44.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:14967;line-height:1.3;letter-spacing:0;top:9.6875rem;left:23.75rem;height:15.59765rem;display:block; }
#c8kmaJD575TUN7AEWUCW3rm1DFHrsTil { position:absolute;display:block;z-index:15037;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:7.9375rem;top:17.4375rem;left:6.9375rem;display:block; }
#ATvoACckV3s2VK0RzRN6RI138omSKyBa { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:14966;text-align:center;text-align-last:center;top:26.4375rem;left:23.875rem;display:block; }
#d9Hp3cbZ5Q72baBqNZeURXGrqfzr44aa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LWand6LqAWhqd65g7aMRuZmdntpi6xZ0 { color:rgba(var(--color-tertiary-0),1);display:block;width:8.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15048;line-height:1.2;letter-spacing:0;top:18.25rem;left:8.5rem;height:2.3984375rem;font-style:normal;display:block; }
#NGOA1kz6B1EouN0z7e7VpI5KJ93Z7CGG { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;z-index:14965;text-align:center;text-align-last:center;top:26.4375rem;left:44.3125rem;display:block; }
#CLTKwOX50NsHqRptyEykESN2uUyhhKcM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vLJGN75MTSiaW5gk3kEU71MPto8iXHLH { position:absolute;display:block;z-index:14972;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:18.9375rem;top:1.8125rem;left:23.75rem;display:block; }
#xBtsdUVzUN6LKAdzpfBzZ8pqm9GWEkza { position:absolute;display:block;z-index:14970;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:16.0625rem;top:1.8125rem;left:44.9375rem;display:block; }
#n5DqtgcsPtFbiR5xqTh2Ac0JzioUACyT { color:rgba(var(--color-tertiary-0),1);display:block;width:14.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:14971;line-height:1.2;letter-spacing:0;top:2.5625rem;left:46rem;height:1.19986875rem;font-style:normal;display:block; }
#MqTIJizVdhhTWqyc8Ur1ZLWU1OL1WvVu { color:rgba(var(--color-tertiary-0),1);display:block;width:17.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:14973;line-height:1.2;letter-spacing:0;top:2.5625rem;left:24.875rem;height:1.19986875rem;font-style:normal;display:block; }
#V8440sqwFZGdvyW6o4FaeRD27N1LWBJ7 { position:absolute;display:block;z-index:14968;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:19.875rem;top:5.5625rem;left:23.75rem;display:block; }
#zIyA4E1naFH3f47wUbkwozIxPXLAUvEA { color:rgba(var(--color-tertiary-0),1);display:block;width:18.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:14969;line-height:1.2;letter-spacing:0;top:6.3125rem;left:24.875rem;height:1.19986875rem;font-style:normal;display:block; }
#eAnqKWIk6oKRM6tGLe439PmxJO7pd5Xh { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:43.125rem;left:43.375rem;display:none; }
#doMTSB9JRMiM5te4OI2Iz5sAwccnsR71 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Rs5vnIptSSVrDkZoJ2dQuJM5o7KXh2TH { position:relative;display:block; }#Rs5vnIptSSVrDkZoJ2dQuJM5o7KXh2TH { background-color: transparent; background-image: none; }#Rs5vnIptSSVrDkZoJ2dQuJM5o7KXh2TH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rs5vnIptSSVrDkZoJ2dQuJM5o7KXh2TH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rs5vnIptSSVrDkZoJ2dQuJM5o7KXh2TH > .row .container > .video-iframe-container { display: none; }#Rs5vnIptSSVrDkZoJ2dQuJM5o7KXh2TH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rs5vnIptSSVrDkZoJ2dQuJM5o7KXh2TH > .row > .video-iframe-container { display: none; }#Rs5vnIptSSVrDkZoJ2dQuJM5o7KXh2TH > .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); }#Rs5vnIptSSVrDkZoJ2dQuJM5o7KXh2TH { border-width: 0; border-radius: 0; }#Rs5vnIptSSVrDkZoJ2dQuJM5o7KXh2TH > .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; }#Rs5vnIptSSVrDkZoJ2dQuJM5o7KXh2TH > .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:36.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#P1WSfn6HqI7K4HJrGMpttZFvJVGJMgUR { position:absolute;display:block;z-index:15016;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:16.75rem;width:12.125rem;top:2rem;left:7.125rem;overflow:hidden;display:block; }
#ITlWql5ruhLT1iEuUwax34iUofCGtb9H { color:rgba(var(--color-tertiary-4),1);display:block;width:41.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:14953;line-height:1.3;letter-spacing:0;top:6.75rem;left:22.5625rem;height:23.39645625rem;display:block; }
#KdHuVBdb9xFAnhmm4sCqgihrPmqrTfO4 { position:absolute;display:block;z-index:15019;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:9.8125rem;top:17.5625rem;left:7.125rem;display:block; }
#vlno3xkC7vcLS0D9JT6qgAgQLMZQichl { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;z-index:14952;text-align:center;text-align-last:center;top:31.5625rem;left:42.5rem;display:block; }
#hPIukvDHakBG2BOnPQC9DcMlfGopbtVo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TAriNd9eKkm9uDCvAklmIvOsckEW1h6u { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:14951;text-align:center;text-align-last:center;top:31.5625rem;left:22.5625rem;display:block; }
#JChhPpW1WvGsMKTcFu4ICxwRvo8StmGI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PhLVb6Q6fvLHnkABVvsDQrcR95foMnPq { color:rgba(var(--color-tertiary-0),1);display:block;width:7.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15030;line-height:1.2;letter-spacing:0;top:18.375rem;left:8.6875rem;height:2.3984375rem;font-style:normal;display:block; }
#wh41sf8rJiqJlhS9hxEPtTV4pWzPV7yL { position:absolute;display:block;z-index:14955;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:26.25rem;top:2rem;left:22.5625rem;display:block; }
#aRF3BrXtThxthoCtpFbyROmUNnDMiZDa { color:rgba(var(--color-tertiary-0),1);display:block;width:28.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:14957;line-height:1.2;letter-spacing:0;top:2.75rem;left:23.75rem;height:1.19921875rem;font-style:normal;display:block; }
#n1nB2hTHEURetPyyhDD0tglfzzGZsl4T { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:43.125rem;left:43.375rem;display:none; }
#wAsOXIbJnMPticCq9ZU44Cx5pBLThC8k { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hlsgfysI00muqibNhSBix7JGEnw22EzN { position:relative;display:block; }#hlsgfysI00muqibNhSBix7JGEnw22EzN { background-color: transparent; background-image: none; }#hlsgfysI00muqibNhSBix7JGEnw22EzN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hlsgfysI00muqibNhSBix7JGEnw22EzN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hlsgfysI00muqibNhSBix7JGEnw22EzN > .row .container > .video-iframe-container { display: none; }#hlsgfysI00muqibNhSBix7JGEnw22EzN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hlsgfysI00muqibNhSBix7JGEnw22EzN > .row > .video-iframe-container { display: none; }#hlsgfysI00muqibNhSBix7JGEnw22EzN > .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); }#hlsgfysI00muqibNhSBix7JGEnw22EzN { border-width: 0; border-radius: 0; }#hlsgfysI00muqibNhSBix7JGEnw22EzN > .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; }#hlsgfysI00muqibNhSBix7JGEnw22EzN > .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:46.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; }#q1EyxZvpzyp5Glg7KuSEvfTUDqbxa6aX { position:absolute;display:block;z-index:15065;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:9.125rem;top:16.875rem;left:6.875rem;display:block; }
#QBQthFS69ILUcTG8ouE8zi1VIaTuIfwA { color:rgba(var(--color-tertiary-0),1);display:block;width:8.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15076;line-height:1.2;letter-spacing:0;top:17.6875rem;left:7.8125009536744rem;height:2.3984375rem;font-style:normal;display:block; }
#tspepS8xFerqJVy5B4hKJmVCiigxShBO { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.9375rem;width:11.5rem;top:1.875rem;left:6.875rem;overflow:hidden;display:block; }
#em99cShROV3r7GXqacLFCckZXCo8940N { color:rgba(var(--color-tertiary-4),1);display:block;width:44.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:14915;line-height:1.3;letter-spacing:0;top:6.125rem;left:23.4375rem;height:33.794925rem;display:block; }
#So7vvG2F1uS4dE8PhVHkkeynf8fynVGe { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:14914;text-align:center;text-align-last:center;top:41.125rem;left:23.375rem;display:block; }
#FuLuECsvrPiKbmJiF0cbZpMr0SzwBoqK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rlKyTqnTiq2EENfXqfQ8lTlads6E58nR { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;z-index:14913;text-align:center;text-align-last:center;top:41.125rem;left:43.375rem;display:block; }
#Otto16wrUrQsi0K9rRV6AOBlrvhDc9Ac { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vpyZIfECplqMyT9XcvcCyZTwiy9VSJnn { position:absolute;display:block;z-index:14916;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:11.1875rem;top:1.875rem;left:43.1875rem;display:block; }
#LXTNJmEeZNKkI5cRhmXTEnDp0wbhK1uf { color:rgba(var(--color-tertiary-0),1);display:block;width:9.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:14918;line-height:1.2;letter-spacing:0;top:2.625rem;left:44.25rem;height:1.19921875rem;font-style:normal;display:block; }
#kdLrwoB7Ok4rX7m4QIG9l2EHIhDhHPSV { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:43.125rem;left:43.375rem;display:none; }
#D5po5C6nT8J572bDpAzdSzqpENxhA0Nu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NcTASRIkSTywJqeXEoxpRnlLerPxl4O4 { position:absolute;display:block;z-index:14931;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:18.9375rem;top:1.875rem;left:23.4375rem;display:block; }
#Hk8KuWWc55xMHl2bWhFizi5KaU7WSKhs { color:rgba(var(--color-tertiary-0),1);display:block;width:17.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:14934;line-height:1.2;letter-spacing:0;top:2.625rem;left:24.5625rem;height:1.19921875rem;font-style:normal;display:block; }
#CcSPxOlVnKFSiQpzqW3hmNIaHxt83nXG { position:absolute;display:block;z-index:14918;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:14.4375rem;top:1.875rem;left:55.125rem;display:block; }
#ZknbpX4EuTM5Cvwmk5lixdrGmSTCb4ws { color:rgba(var(--color-tertiary-0),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:14920;line-height:1.2;letter-spacing:0;top:2.625rem;left:55.875rem;height:1.19921875rem;font-style:normal;display:block; }
#UdOSkz1vnSa9gm9bEgpBvswPu8pDdnKq { position:relative;display:block; }#UdOSkz1vnSa9gm9bEgpBvswPu8pDdnKq { background-color: transparent; background-image: none; }#UdOSkz1vnSa9gm9bEgpBvswPu8pDdnKq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UdOSkz1vnSa9gm9bEgpBvswPu8pDdnKq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UdOSkz1vnSa9gm9bEgpBvswPu8pDdnKq > .row .container > .video-iframe-container { display: none; }#UdOSkz1vnSa9gm9bEgpBvswPu8pDdnKq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UdOSkz1vnSa9gm9bEgpBvswPu8pDdnKq > .row > .video-iframe-container { display: none; }#UdOSkz1vnSa9gm9bEgpBvswPu8pDdnKq > .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); }#UdOSkz1vnSa9gm9bEgpBvswPu8pDdnKq { border-width: 0; border-radius: 0; }#UdOSkz1vnSa9gm9bEgpBvswPu8pDdnKq > .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; }#UdOSkz1vnSa9gm9bEgpBvswPu8pDdnKq > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:29.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; }#SbhZ28mJWwTwNwlrHowgxq4dT5L0Scix { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.75rem;width:12.125rem;top:1.875rem;left:6.75rem;overflow:hidden;display:block; }
#HlmoKXTuB3svQnGLozfbFgQXKmTaD21M { color:rgba(var(--color-tertiary-4),1);display:block;width:45.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:14942;line-height:1.3;letter-spacing:0;top:6.75rem;left:23.125rem;height:15.59761875rem;display:block; }
#Cf1Uz2dOQQGtwlslK9cJPS7zQt8mM3Pq { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;z-index:14940;text-align:center;text-align-last:center;top:23.5625rem;left:43.5625rem;display:block; }
#v15t77gg6pqS2dsg0OPCAOS4InHV6Udp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vhNZtIa720BFIEWBedrurfMw9zNOlk9J { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:14941;text-align:center;text-align-last:center;top:23.5625rem;left:23.125rem;display:block; }
#Vbxzx8aNTeaGRES4TQmxErTwDRbUKImB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Pw9MhFdg1gwNe5L6Ep6fOEi23WRehQbT { position:absolute;display:block;z-index:15019;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:6.9375rem;top:17.4375rem;left:6.75rem;display:block; }
#ESclN8QEFmlcRnCrmmKpocaS7uxmt5py { color:rgba(var(--color-tertiary-0),1);display:block;width:7.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15030;line-height:1.2;letter-spacing:0;top:18.25rem;left:8.0625rem;height:2.3984375rem;font-style:normal;display:block; }
#VGtOqqQNJEVXlWcc0nt6gPDPKKvCZkuy { position:absolute;display:block;z-index:14947;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:16.0625rem;top:1.875rem;left:23.125rem;display:block; }
#bD0slL3Lm8gWRNr5NqlSP9qx01B3c0EG { color:rgba(var(--color-tertiary-0),1);display:block;width:14.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:14948;line-height:1.2;letter-spacing:0;top:2.625rem;left:24.1875rem;height:1.19921875rem;font-style:normal;display:block; }
#yABf1CnKgGfCgfSkBqqGTq3qyeLenWb7 { position:absolute;display:block;z-index:14943;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:19.875rem;top:1.875rem;left:41.5rem;display:block; }
#A4zcBTdEgeFGBmo90n5Va7JWN0tGXTNr { color:rgba(var(--color-tertiary-0),1);display:block;width:18.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:14944;line-height:1.2;letter-spacing:0;top:2.625rem;left:42.625rem;height:1.19921875rem;font-style:normal;display:block; }
#KQAumRHPwlEMOOWq6PmaGQcalITeTFWP { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:43.125rem;left:43.375rem;display:none; }
#CK3ZLFvgHCr9afzcuOd9wNMGqvqop9ki { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qxfDzkhQzXvd88KaWwzo23CyvV4fPUm1 { position:relative;display:block; }#qxfDzkhQzXvd88KaWwzo23CyvV4fPUm1 { background-color: transparent; background-image: none; }#qxfDzkhQzXvd88KaWwzo23CyvV4fPUm1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qxfDzkhQzXvd88KaWwzo23CyvV4fPUm1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qxfDzkhQzXvd88KaWwzo23CyvV4fPUm1 > .row .container > .video-iframe-container { display: none; }#qxfDzkhQzXvd88KaWwzo23CyvV4fPUm1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qxfDzkhQzXvd88KaWwzo23CyvV4fPUm1 > .row > .video-iframe-container { display: none; }#qxfDzkhQzXvd88KaWwzo23CyvV4fPUm1 > .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); }#qxfDzkhQzXvd88KaWwzo23CyvV4fPUm1 { border-width: 0; border-radius: 0; }#qxfDzkhQzXvd88KaWwzo23CyvV4fPUm1 > .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; }#qxfDzkhQzXvd88KaWwzo23CyvV4fPUm1 > .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:41.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#fPcqWOns5Tm3Nbud4hDnWKPbQ3RysLnT { position:absolute;display:block;z-index:14996;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:17.5625rem;width:12.0625rem;top:2rem;left:6.875rem;overflow:hidden;display:block; }
#eMUhB0DasAWlUR1fkkA9ec2RUC0Sr3nz { color:rgba(var(--color-tertiary-4),1);display:block;width:43.9995rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:14926;line-height:1.3;letter-spacing:0;top:6.6240234375rem;left:23.93701171875rem;height:25.99608125rem;display:block; }
#TeRBZB0vhlBLrMBx1PvMAqxgqUq4f2VS { position:absolute;display:block;z-index:15037;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:10.4375rem;top:17.625rem;left:6.875rem;display:block; }
#G4Edaq26OzGT1vT1ThT7izMG5PdhJm2e { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.499rem;height:3.436525rem;text-decoration:none;z-index:14925;text-align:center;text-align-last:center;top:34.4375rem;left:23.9375rem;display:block; }
#CBvgw0a3J7dTVNHpsWqlT8BocTH9ddKR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KW8mkVpcPgGsfzpHnaXALx6VtUTTCQKx { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.436525rem;text-decoration:none;z-index:14924;text-align:center;text-align-last:center;top:34.4375rem;left:44.4375rem;display:block; }
#ctPI7Czdq2a1vIgBB6LiZ8x2iboshnb4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aywk1TDqnpqawnTWBQtWpw7SXhz8AdLD { color:rgba(var(--color-tertiary-0),1);display:block;width:8.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15048;line-height:1.2;letter-spacing:0;top:18.4375rem;left:8.4375rem;height:2.3984375rem;font-style:normal;display:block; }
#kPmhQrc8Bvl4FvFgfkStDn1CqUPqNROM { position:absolute;display:block;z-index:14929;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:18.9375rem;top:2rem;left:23.9375rem;display:block; }
#bMOygx0BPfugOFZAJKq9pdoOCsPqXQ5O { color:rgba(var(--color-tertiary-0),1);display:block;width:17.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:14932;line-height:1.2;letter-spacing:0;top:2.75rem;left:25.0625rem;height:1.19921875rem;font-style:normal;display:block; }
#mh21IQu3cU6ZtnTpUxk9mdV665aKpbw4 { position:absolute;display:block;z-index:14928;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:16.0625rem;top:2rem;left:45.125rem;display:block; }
#RhMEd0tNTfNv2zWBvd6guviDkZRCmDur { color:rgba(var(--color-tertiary-0),1);display:block;width:14.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:14931;line-height:1.2;letter-spacing:0;top:2.75rem;left:46.1875rem;height:1.19986875rem;font-style:normal;display:block; }
#ok5zTTgMn8D7ro0mva62NuThlAUMrlRP { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:43.125rem;left:43.375rem;display:none; }
#XpPPAddHyzarlxCEKE49gdSvdGHAikzT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NQEuk8ekcGDdER1Cs25TT8nece2FnPwB { position:relative;display:block; }#NQEuk8ekcGDdER1Cs25TT8nece2FnPwB { background-color: transparent; background-image: none; }#NQEuk8ekcGDdER1Cs25TT8nece2FnPwB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NQEuk8ekcGDdER1Cs25TT8nece2FnPwB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NQEuk8ekcGDdER1Cs25TT8nece2FnPwB > .row .container > .video-iframe-container { display: none; }#NQEuk8ekcGDdER1Cs25TT8nece2FnPwB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NQEuk8ekcGDdER1Cs25TT8nece2FnPwB > .row > .video-iframe-container { display: none; }#NQEuk8ekcGDdER1Cs25TT8nece2FnPwB > .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); }#NQEuk8ekcGDdER1Cs25TT8nece2FnPwB { border-width: 0; border-radius: 0; }#NQEuk8ekcGDdER1Cs25TT8nece2FnPwB > .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; }#NQEuk8ekcGDdER1Cs25TT8nece2FnPwB > .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:52.6875rem;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; }#AFTQhEtTil3s895K6O6pgN33TeGnzpI8 { position:absolute;display:block;z-index:15016;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:16.75rem;width:12.125rem;top:2rem;left:7.125rem;overflow:hidden;display:block; }
#X1LChZB4ENbeKeu6gfgMs9QvIGyJ5qe5 { color:rgba(var(--color-tertiary-4),1);display:block;width:41.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:14953;line-height:1.3;letter-spacing:0;top:6.75rem;left:22.5625rem;height:37.69429375rem;display:block; }
#plZfgQQG9641etCBRwqpsn5uC3pFQq1n { position:absolute;display:block;z-index:15019;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:9.8125rem;top:17.5625rem;left:7.125rem;display:block; }
#O2K6TDquDSgUwO4F8cabUTAOV6uQPpo0 { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;z-index:14952;text-align:center;text-align-last:center;top:47.3125rem;left:43rem;display:block; }
#EMG3kD3tbWkiP1R6cgUTRwxMp6nXgEhN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RVnqH7ciA9Dq9UXSJpMSfTMMzrkai3Gm { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:14951;text-align:center;text-align-last:center;top:47.3125rem;left:22.5625rem;display:block; }
#GotiIhGn3o8a7FyFO2V0kIGttoZR3uTp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KBsSU9uwRzJM0nrdakS2pkrmxkBNAMgT { color:rgba(var(--color-tertiary-0),1);display:block;width:7.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15030;line-height:1.2;letter-spacing:0;top:18.375rem;left:8.6875rem;height:2.3984375rem;font-style:normal;display:block; }
#GZZGlWT16Vum94UI5PelGPfTpaC75xFE { position:absolute;display:block;z-index:14955;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:18.9375rem;top:2rem;left:22.5625rem;display:block; }
#AwFxLDs4FR9wArMThgtaJQqTaGRgOnQT { color:rgba(var(--color-tertiary-0),1);display:block;width:17.874rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:14957;line-height:1.2;letter-spacing:0;top:2.75rem;left:23.75rem;height:1.19986875rem;font-style:normal;display:block; }
#RsxSZ7PBsgWPtwtHMa2eMNRBRRdmyP45 { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:43.125rem;left:43.375rem;display:none; }
#ka2lzUuZczwTfvvD8r0oJarLPKdt3o0p { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#a1Qz3s4tJWt0sTIst7Ties60bSG6lsIu { position:absolute;display:block;z-index:14957;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:11.4375rem;top:2rem;left:43.8125rem;display:block; }
#mwvCV5o7ws0wMvsTFramk9OcLu6o9tgd { color:rgba(var(--color-tertiary-0),1);display:block;width:17.874rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:14959;line-height:1.2;letter-spacing:0;top:2.75rem;left:45rem;height:1.19986875rem;font-style:normal;display:block; }
#EfK8yKbviqQcCUO1Kha2qsVoL6Etkiqf { position:relative;display:block; }#EfK8yKbviqQcCUO1Kha2qsVoL6Etkiqf { background-color: transparent; background-image: none; }#EfK8yKbviqQcCUO1Kha2qsVoL6Etkiqf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EfK8yKbviqQcCUO1Kha2qsVoL6Etkiqf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EfK8yKbviqQcCUO1Kha2qsVoL6Etkiqf > .row .container > .video-iframe-container { display: none; }#EfK8yKbviqQcCUO1Kha2qsVoL6Etkiqf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EfK8yKbviqQcCUO1Kha2qsVoL6Etkiqf > .row > .video-iframe-container { display: none; }#EfK8yKbviqQcCUO1Kha2qsVoL6Etkiqf > .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); }#EfK8yKbviqQcCUO1Kha2qsVoL6Etkiqf { border-width: 0; border-radius: 0; }#EfK8yKbviqQcCUO1Kha2qsVoL6Etkiqf > .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; }#EfK8yKbviqQcCUO1Kha2qsVoL6Etkiqf > .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:40.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#DMW6rTL4EPdUMaWe4CkC73Z3sml036hl { position:absolute;display:block;z-index:15016;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:16.75rem;width:12.125rem;top:2rem;left:7.125rem;overflow:hidden;display:block; }
#LUENzi4vB3WEluQzPGzDCH0na2iv37ZI { color:rgba(var(--color-tertiary-4),1);display:block;width:41.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:14953;line-height:1.3;letter-spacing:0;top:6.75rem;left:22.5625rem;height:25.9961rem;display:block; }
#xrkS2ogNb2NT4iCRITK6zdQ0C7kTukdw { position:absolute;display:block;z-index:15019;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:9.8125rem;top:17.5625rem;left:7.125rem;display:block; }
#Ok4DBIX4ZgboQ042WdVa1SH6Xixklhni { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;z-index:14952;text-align:center;text-align-last:center;top:34.9375rem;left:43rem;display:block; }
#eJt5TztpTPdZTmT5yZRKBeTAnPnyPTe2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oRfzc1a4C59DdPOQUMMOGd3cG7dRNlaD { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:14951;text-align:center;text-align-last:center;top:34.9375rem;left:22.5625rem;display:block; }
#HX1lJgSSuU4sO3lDJEQI68rAw0blHlzN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gIRXBQZr76lhdtvz6HGGzVgnwxR8UZED { color:rgba(var(--color-tertiary-0),1);display:block;width:8.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15030;line-height:1.2;letter-spacing:0;top:18.375rem;left:8.6875rem;height:2.3984375rem;font-style:normal;display:block; }
#mXf5yTiGheLDuH5lRrM6GaOVQprcoxg7 { position:absolute;display:block;z-index:14955;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:18.9375rem;top:2rem;left:22.5625rem;display:block; }
#KJb944yhTTtzueh2l4pOmOVhRICAmlll { color:rgba(var(--color-tertiary-0),1);display:block;width:17.874rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:14957;line-height:1.2;letter-spacing:0;top:2.75rem;left:23.75rem;height:1.19986875rem;font-style:normal;display:block; }
#hpP5WTTpBKhFCStIKPghVzhewfyqDCf5 { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:43.125rem;left:43.375rem;display:none; }
#VcKBPJzCEKZ1c75Vu5H7IWyBbJvtc0tm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#phH44DeTPmvHbA7Dq3JbKBOxJolPGBuv { position:absolute;display:block;z-index:14957;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:11.4375rem;top:2rem;left:43.8125rem;display:block; }
#TGuKgowUW5WaoD3J0cwdvWGqTyeTzvV8 { color:rgba(var(--color-tertiary-0),1);display:block;width:17.874rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:14959;line-height:1.2;letter-spacing:0;top:2.75rem;left:45rem;height:1.19986875rem;font-style:normal;display:block; }
#prAlgrsQ1ae1D0vxckkSoPReUBSV88Ok { position:relative;display:block; }#prAlgrsQ1ae1D0vxckkSoPReUBSV88Ok { background-color: transparent; background-image: none; }#prAlgrsQ1ae1D0vxckkSoPReUBSV88Ok::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#prAlgrsQ1ae1D0vxckkSoPReUBSV88Ok > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#prAlgrsQ1ae1D0vxckkSoPReUBSV88Ok > .row .container > .video-iframe-container { display: none; }#prAlgrsQ1ae1D0vxckkSoPReUBSV88Ok > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#prAlgrsQ1ae1D0vxckkSoPReUBSV88Ok > .row > .video-iframe-container { display: none; }#prAlgrsQ1ae1D0vxckkSoPReUBSV88Ok > .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); }#prAlgrsQ1ae1D0vxckkSoPReUBSV88Ok { border-width: 0; border-radius: 0; }#prAlgrsQ1ae1D0vxckkSoPReUBSV88Ok > .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; }#prAlgrsQ1ae1D0vxckkSoPReUBSV88Ok > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:29.9375rem;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; }#V1qD6Zg3RqP3Ft8MSXLb7wvG897rGThd { position:absolute;display:block;z-index:15016;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:16.75rem;width:12.125rem;top:2rem;left:7.125rem;overflow:hidden;display:block; }
#NIcBCSRitshCz9GaTk5lODy4TEtBDZNf { color:rgba(var(--color-tertiary-4),1);display:block;width:41.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:14953;line-height:1.3;letter-spacing:0;top:6.75rem;left:22.5625rem;height:15.597625rem;display:block; }
#b31CSeMFN1PPrTkE4IPXnXActpi9EeMq { position:absolute;display:block;z-index:15019;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:9.8125rem;top:17.5625rem;left:7.125rem;display:block; }
#ookKTP7S6EyKmUdKnLiFRFu0hNeQywyu { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;z-index:14952;text-align:center;text-align-last:center;top:24.6875rem;left:43rem;display:block; }
#HBoqnWcyOBAohNez7L2TPkT2mTvJaOkS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OfTuA637wXvzfM2AH6qszNCMMyOLJ86Q { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:14951;text-align:center;text-align-last:center;top:24.6875rem;left:22.5625rem;display:block; }
#M4Zsr6KT41ETCXMIlcVqVECXqO3R15U9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ILSd8TdKwz9W7WgaHW8ltmOEhXknwnxJ { color:rgba(var(--color-tertiary-0),1);display:block;width:8.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15030;line-height:1.2;letter-spacing:0;top:18.375rem;left:8.6875rem;height:2.3984375rem;font-style:normal;display:block; }
#Fyo0TZXFqlhXOXtIuJdUUuCC9ACX9eZ1 { position:absolute;display:block;z-index:14955;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:27.875rem;top:2rem;left:22.5625rem;display:block; }
#uFHlER2DonGf2V3ykOuOh5h677fA4LlH { color:rgba(var(--color-tertiary-0),1);display:block;width:29.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:14957;line-height:1.2;letter-spacing:0;top:2.75rem;left:23.75rem;height:1.19921875rem;font-style:normal;display:block; }
#w8lRaQGmfegmx1dcvs3TZVeUS77iwRxF { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:43.125rem;left:43.375rem;display:none; }
#oJVr9DSTt92dUz6MFagreds9TUUrWlbh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NmiSRRb65DfZgdEcKKDRN8svR2awVR6C { position:relative;display:block; }#NmiSRRb65DfZgdEcKKDRN8svR2awVR6C { background-color: transparent; background-image: none; }#NmiSRRb65DfZgdEcKKDRN8svR2awVR6C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NmiSRRb65DfZgdEcKKDRN8svR2awVR6C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NmiSRRb65DfZgdEcKKDRN8svR2awVR6C > .row .container > .video-iframe-container { display: none; }#NmiSRRb65DfZgdEcKKDRN8svR2awVR6C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NmiSRRb65DfZgdEcKKDRN8svR2awVR6C > .row > .video-iframe-container { display: none; }#NmiSRRb65DfZgdEcKKDRN8svR2awVR6C > .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); }#NmiSRRb65DfZgdEcKKDRN8svR2awVR6C { border-width: 0; border-radius: 0; }#NmiSRRb65DfZgdEcKKDRN8svR2awVR6C > .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; }#NmiSRRb65DfZgdEcKKDRN8svR2awVR6C > .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:45.9375rem;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; }#H0r6PDmZ8kFaZVGUT4iWcmR1CMEVhThp { position:absolute;display:block;z-index:15016;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:16.75rem;width:12.125rem;top:2rem;left:7.125rem;overflow:hidden;display:block; }
#nuTDH6BDZ9mx6DdGSBGixBF5We50Zugb { color:rgba(var(--color-tertiary-4),1);display:block;width:41.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:14953;line-height:1.3;letter-spacing:0;top:6.75rem;left:22.5625rem;height:31.1953rem;display:block; }
#NTsCbO4JA9uWT2Rnci8hCksRSN8yNZhm { position:absolute;display:block;z-index:15019;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:9.8125rem;top:17.5625rem;left:7.125rem;display:block; }
#TM5a0y44S7B92DLs6cL1l9hBwQNLAf1U { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;z-index:14952;text-align:center;text-align-last:center;top:40.125rem;left:43rem;display:block; }
#e0Pmi6EpQZECWhCV55aMFPwnvh5xQFRv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zJSQAoy3siXvA88Lz9AsGl5xl9DFwBS6 { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:14951;text-align:center;text-align-last:center;top:40.125rem;left:22.5625rem;display:block; }
#RibsKCubWPTbU7ridAsbVApdX1fPdGHz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BrgI0GzlaXn47T7MdVfx9uCiEvb9h2ce { color:rgba(var(--color-tertiary-0),1);display:block;width:8.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15030;line-height:1.2;letter-spacing:0;top:18.375rem;left:8.6875rem;height:2.3984375rem;font-style:normal;display:block; }
#TgyVzX4sJUF7gzDkrkyvQw5dOQDrQBSD { position:absolute;display:block;z-index:14955;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:26.125rem;top:2rem;left:22.5625rem;display:block; }
#LGqL1Po3UC6eTTbS6BbtvOKOTKWDatNJ { color:rgba(var(--color-tertiary-0),1);display:block;width:29.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:14957;line-height:1.2;letter-spacing:0;top:2.75rem;left:23.75rem;height:1.19921875rem;font-style:normal;display:block; }
#kFztov4A4nZyRKZiZsU08CqTOVAEqNgd { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:43.125rem;left:43.375rem;display:none; }
#Nb1p1xcP0O7sMCcasFvZTqpJJmIzpx2C { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FbyPDgVP4h1m7xsm9CKxcUI8Wy6WCeWc { position:relative;display:none; }#FbyPDgVP4h1m7xsm9CKxcUI8Wy6WCeWc { border-width: 0; border-radius: 0; }#FbyPDgVP4h1m7xsm9CKxcUI8Wy6WCeWc > .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; }#FbyPDgVP4h1m7xsm9CKxcUI8Wy6WCeWc > .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:45.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#rPFFkD5q0QAhVFIBX0WwrIrmHnkOFwp2 { color:rgba(var(--color-tertiary-4),1);display:block;width:28.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:10.8125rem;left:40.500001907349rem;height:15.5859rem;display:block; }
#U3cRy8HqgIZ9hqagunKb0HqBJqCGLzen { position:absolute;display:block;z-index:15010;height:21.375rem;width:34.3125rem;top:5.091796875rem;left:3.0615234375rem;display:block; }
#LCIXf3n0pRDOn0R2PiB4fZmA74UPgTxx { color:rgba(var(--color-tertiary-4),1);display:block;width:31.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15014;line-height:1.2;letter-spacing:0;top:4.5625rem;left:40.5rem;height:2.6245125rem;font-style:normal;display:block; }
#rAz7ucZB89WPNrEU8PJwe6K1Ag7hWxvm { position:absolute;display:block;z-index:15026;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.31171875rem;width:9.375rem;top:7.9375rem;left:40.500001907349rem;display:block; }
#M3HpbLVJucPbxwZ7DZDWiE9OJLFh7GEo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#M3HpbLVJucPbxwZ7DZDWiE9OJLFh7GEo > .row .container { background-color: transparent; background-image: none; }#M3HpbLVJucPbxwZ7DZDWiE9OJLFh7GEo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M3HpbLVJucPbxwZ7DZDWiE9OJLFh7GEo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M3HpbLVJucPbxwZ7DZDWiE9OJLFh7GEo > .row .container > .video-iframe-container { display: none; }#M3HpbLVJucPbxwZ7DZDWiE9OJLFh7GEo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M3HpbLVJucPbxwZ7DZDWiE9OJLFh7GEo > .row > .video-iframe-container { display: none; }#M3HpbLVJucPbxwZ7DZDWiE9OJLFh7GEo > .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); }#M3HpbLVJucPbxwZ7DZDWiE9OJLFh7GEo > .row .container { border-width: 0; border-radius: 0; }#M3HpbLVJucPbxwZ7DZDWiE9OJLFh7GEo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#M3HpbLVJucPbxwZ7DZDWiE9OJLFh7GEo > .row .container { font-size:0.875rem;font-family:arial;height:28rem;width:75rem;position:relative;display:block; }#aSyIvv2TplyyCZdwAo5zCIsOubwgayF3 .widget-form-header { font-size:0.875rem; }
#aSyIvv2TplyyCZdwAo5zCIsOubwgayF3 .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:5.6875rem;padding-top:0;padding-right:0.625rem;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:right;text-align-last:right;vertical-align:middle;line-height:1;overflow:hidden; }
#aSyIvv2TplyyCZdwAo5zCIsOubwgayF3 .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:inline-block;*zoom:1;*display:inline;width:24.25rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:middle; }
#aSyIvv2TplyyCZdwAo5zCIsOubwgayF3 .widget-input-text {padding-top: 0; padding-bottom: 0;}#aSyIvv2TplyyCZdwAo5zCIsOubwgayF3 .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:inline-block;*zoom:1;*display:inline;width:24.25rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:middle; }
#aSyIvv2TplyyCZdwAo5zCIsOubwgayF3 .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:inline-block;*zoom:1;*display:inline;width:24.25rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:arial;font-size:0.875rem;overflow:hidden;vertical-align:middle; }
#aSyIvv2TplyyCZdwAo5zCIsOubwgayF3 .widget-input-select {padding-top: 0; padding-bottom: 0;}#aSyIvv2TplyyCZdwAo5zCIsOubwgayF3 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:6.3125rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:middle; }
#aSyIvv2TplyyCZdwAo5zCIsOubwgayF3 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#aSyIvv2TplyyCZdwAo5zCIsOubwgayF3 .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-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:6.3125rem;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:24.25rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#aSyIvv2TplyyCZdwAo5zCIsOubwgayF3 [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#aSyIvv2TplyyCZdwAo5zCIsOubwgayF3 [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#aSyIvv2TplyyCZdwAo5zCIsOubwgayF3 [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#aSyIvv2TplyyCZdwAo5zCIsOubwgayF3 [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#aSyIvv2TplyyCZdwAo5zCIsOubwgayF3 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:arial;line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:23rem;overflow:hidden;font-style:normal;float:none; }
#aSyIvv2TplyyCZdwAo5zCIsOubwgayF3 .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; }
#aSyIvv2TplyyCZdwAo5zCIsOubwgayF3 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:arial;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#aSyIvv2TplyyCZdwAo5zCIsOubwgayF3 .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0;width:100%;font-size:0;height:auto;display:flex;align-items:center;justify-content:flex-end; }
#aSyIvv2TplyyCZdwAo5zCIsOubwgayF3 .widget-container:first-of-type{padding-top:0;}#aSyIvv2TplyyCZdwAo5zCIsOubwgayF3 .widget-container:last-of-type{padding-bottom:0;}#aSyIvv2TplyyCZdwAo5zCIsOubwgayF3  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:30.5625rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15007;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:5.1832275390625rem;left:37.371528625488rem;font-size:0.875rem; }
#aSyIvv2TplyyCZdwAo5zCIsOubwgayF3 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:24.25rem;display:inline-block;*zoom:1;*display:inline;vertical-align:middle; }
#aSyIvv2TplyyCZdwAo5zCIsOubwgayF3 .widget-info-text { display:block;height:auto;font-family:arial;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; }
#aSyIvv2TplyyCZdwAo5zCIsOubwgayF3 {display:block;}#aSyIvv2TplyyCZdwAo5zCIsOubwgayF3 { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:30.5625rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15007;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:5.1832275390625rem;left:37.371528625488rem;font-size:0.875rem; }
#aSyIvv2TplyyCZdwAo5zCIsOubwgayF3 #Nhxd66oHxRqaA1E5wnnTGa4CWztDcVWV { position:relative; }
#aSyIvv2TplyyCZdwAo5zCIsOubwgayF3 #zcyOszHAIIchtXbBXoIGo1b6cMKIUIB8 { position:relative;display:block; }
#aSyIvv2TplyyCZdwAo5zCIsOubwgayF3 #nmURxRhrKQewshsUxQ95MJG801I4Px2Q { position:relative; }
#aSyIvv2TplyyCZdwAo5zCIsOubwgayF3 #HHLDZKRk56S5H1rsFZZOpUMPNVdX9LLL { position:relative; }
#aSyIvv2TplyyCZdwAo5zCIsOubwgayF3 #J3t0BLVxVDKmT1rODEni753NupcTPOTR { position:relative;display:block; }
#aSyIvv2TplyyCZdwAo5zCIsOubwgayF3 #smErUoTOqatST6szFudQ9vD4UOJ3c98i { position:relative; }
#aSyIvv2TplyyCZdwAo5zCIsOubwgayF3 #B6Q8At4ORJSWnw1peffPCsOFs4ovNGOI { position:relative; }
#aSyIvv2TplyyCZdwAo5zCIsOubwgayF3 #aMGi1bo045qk4DqKRGZb5oNq5aK7qMBE { position:relative;display:block; }
#aSyIvv2TplyyCZdwAo5zCIsOubwgayF3 #Ts7wmoAZ0P9ZhJROGlRwzITd80sS6TUz { position:relative; }
#aSyIvv2TplyyCZdwAo5zCIsOubwgayF3 #CurLwvFqvV5NHT2KMLDlI3QwVJ0Apd7z { position:relative; }
#aSyIvv2TplyyCZdwAo5zCIsOubwgayF3 #dBnZSZ4Tr0pi5uqMWiPLPShCKNIIC1kL { position:relative;z-index:2; }
#aSyIvv2TplyyCZdwAo5zCIsOubwgayF3 #rZTSxgIMIkCc1CptqZiOTFVUTJMQVmHV { position:relative; }
#aSyIvv2TplyyCZdwAo5zCIsOubwgayF3 #x44yQwalXc7qaE9MlybUfrxVIwoe4cPd { position:relative; }
#aSyIvv2TplyyCZdwAo5zCIsOubwgayF3 #F8ai4E6nh8TG3kDuUGOH91CTc4vOZfL3 { position:relative; }
#XQuoTb46Qc6dzyDuMVdAqViAAe6hZaGn { color:rgba(var(--color-tertiary-0),1);display:block;width:24.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15016;line-height:1.2;letter-spacing:0;top:8rem;left:3.5rem;height:5.25rem;font-style:normal;display:block; }
#WQBRJobaB9DS2axhFfmlWXldPU2JcGzZ { position:absolute;display:block;z-index:15028;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.31171875rem;width:9.375rem;top:14.935544967651rem;left:3.5rem;display:block; }
#GuIi1nGeJ2EcJTwi5ipqRki1dtWKpE7z { color:rgba(var(--color-tertiary-0),1);display:block;width:20.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:16.993360519409rem;left:3.5rem;height:2.5996125rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #pygucw6VATEyZmc73s8axpoQTLk8qC2x { display:block; }#pygucw6VATEyZmc73s8axpoQTLk8qC2x > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oBuDRdJO1zta5zCanLB5OIikfdfrux6D { width:14.25rem;height:3.4375rem;top:0.5625rem;left:24.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZBhgEmNOlaIZBJ8LHgLDI5gIE2BCn1l { display:block; }
 }@media only screen and (max-width: 763px) { #BNBUtshgivETqaJgiMOVcMukgGv3OLxS { width:47.375rem;height:2.25rem;top:1.125rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #moh2qfiA2XtzV5GOPwgxU1Nvs8DCps6R { display:block; }#moh2qfiA2XtzV5GOPwgxU1Nvs8DCps6R > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bm1QvVs7vErudqFIs0pTXHRKi9aN41vQ { width:12.125rem;height:16.125rem;top:26.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhZhZ3TSn1vazNcBoeM5kPFtzrTQdh6u { width:47.75rem;height:5.8125rem;top:16.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtoHTD0mzfTSATtCmTCQcOxy5Gu6ZWag { width:7.1875rem;height:2.375rem;top:42.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbDodGRA5XkcubKKeGQ91prO3NmBDK0G { width:43.3125rem;height:16.875rem;top:30.375rem;left:4.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqI5tIwR83kEmpxMTQ9ImQKp0rp643Dl { width:17.4375rem;height:3.375rem;top:46.4375rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gx2iOdV6c8DCDpcpHGOM9gz4ARLqpEzU { display:block; }
 }@media only screen and (max-width: 763px) { #uxbDJ10fuKeg8l2HWlE2TKTU5GJ02ZiI { width:14.0625rem;height:3.375rem;top:46.4375rem;left:29.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkIRZzh830hRx4WFhmMG5VpHMGI7Szw0 { display:block; }
 }@media only screen and (max-width: 763px) { #biUuSuQ1OSIEsKQheL22BWePC7lGQT9C { width:47.375rem;height:2.8125rem;top:10.375rem;left:0rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NQRNS3UynLlhTLD5Qk83TSn8GSkHPUGm { width:9.375rem;height:0.25rem;top:14.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlQX0Slv1yimlucJ35QvI9n3CRVWmfpo { width:9.5625rem;height:3.9375rem;top:42rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HvircBlt7KIdu1Te8N9ehlRVzUBuDsMq { width:18.9375rem;height:2.6875rem;top:26.5rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0XJ10fAHXd5kAg9pCpfp4OxkXrIQCMb { width:11.0625rem;height:2.6875rem;top:26.5rem;left:30.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTH0BGMaCKcJJzopifQdSZX3OKyoMsCT { width:17.8125rem;height:1.1875rem;top:27.25rem;left:10.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6dvtXypeb6BlWunX16wfTkyFQV1V8ir { width:9.375rem;height:1.1875rem;top:27.25rem;left:31.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXF6Ln112Eu3kIgdTJWir1w6D1Gimyk1 { width:15.375rem;height:2.5625rem;top:7.4375rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ud94ccb9m73JOTBOgBEodJXm3wwOECdM { display:block; }#Ud94ccb9m73JOTBOgBEodJXm3wwOECdM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XTzh7HlJSBI5H4olAeZeVPemFb76GsMy { width:12.125rem;height:16.75rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHPO5pDyUbEhcKpeZ48CPpGJLyEzC6pK { width:45.125rem;height:32.4375rem;top:5.6875rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HT6msIk2KEv4MrVNk00UAvo14SUP4EPm { width:14.0625rem;height:3.4375rem;top:39.5625rem;left:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrpiGT4rMgJiRIwnnKonsAoT2PS5tI5d { display:block; }
 }@media only screen and (max-width: 763px) { #pbouSxuoFSl0C18ODzwRqA51AJg6aiLy { width:17.5rem;height:3.4375rem;top:39.5625rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sf9nO0WviX7QztIrQZb8mw7Itzd2Mmcu { display:block; }
 }@media only screen and (max-width: 763px) { #UNSWO8KhDPVEdqD9rvKq938CWxU5o5Pc { width:8.0625rem;height:4rem;top:17.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEI4aRgnZIyKffmCWSo8bOKPFD0SfMXQ { width:7.25rem;height:2.375rem;top:18.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ng3h5mUQPPbtwQ4Z1zpUpdVuz3JN8rso { width:18.9375rem;height:2.6875rem;top:1.875rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5eT6ez9FGMIhcJNrrLs1bv67eat0hS6 { width:17.8125rem;height:1.1875rem;top:2.625rem;left:10.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMfov3AQ1leZcdtZy038ZeJTbJMueWUo { width:14.0625rem;height:3.375rem;top:43.125rem;left:29.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #VX4kTviLyfJsM0QTKpQV4MFdzapOGnX5 { display:block; }
 }@media only screen and (max-width: 763px) { #VUltQA5Tdn9lzoLSTlleQzKZgAt9IJr4 { display:block; }#VUltQA5Tdn9lzoLSTlleQzKZgAt9IJr4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rfTOFG24fT5sOC5V10PpLSnrCUPvLZbQ { width:12.125rem;height:16.75rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mq4QoBtx9LsouI9zDsv1msgoA442T6iL { width:41.625rem;height:25.9375rem;top:6.75rem;left:6.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTWb0iDZIbZRpNtcvL3AwP8uPOVKNHuA { width:9.75rem;height:3.9375rem;top:17.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKb9TfkUep3tDSgrGFJ8atnCKN9fEnlf { width:14.0625rem;height:3.4375rem;top:34.375rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPTgUDpUWNvPIlCsJF5uEt1w0TKcLUSO { display:block; }
 }@media only screen and (max-width: 763px) { #qErvO72yo0xTpmcuQ6hZ7JW0EqL2NuCo { width:17.5rem;height:3.4375rem;top:34.375rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkOPDLyrBM4ZUSapoAv5R8Tt0u3ZymLN { display:block; }
 }@media only screen and (max-width: 763px) { #d1QcNNbooEocxF5E0p476v3wa7fcRRof { width:7.25rem;height:2.375rem;top:18.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #amIB8DWNmQyxGbEdHEyTvZOMZS4PyPDT { width:27.875rem;height:2.75rem;top:2rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EIbQ37z6oOevIcEkTFyiG44dXFMQK5pK { width:28.1875rem;height:1.1875rem;top:2.75rem;left:10.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgnh2mSdhwMWy0qFZTdmbscUEMP1M3M3 { width:14.0625rem;height:3.375rem;top:43.125rem;left:29.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Un3qDgNc7775PDtT3JnwbS23OZgSEbaw { display:block; }
 }@media only screen and (max-width: 763px) { #XVTVDOTUUKdhTTNctHAh5buzzNr2QGrV { width:11.0625rem;height:2.75rem;top:2rem;left:36.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItAp0u6W1c5Nxh37vNNqarZGgmOn3se2 { width:9.375rem;height:1.1875rem;top:2.75rem;left:38.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ad0Ffa2gvLJSlX4DggWr0PAbIbbtweft { display:block; }#ad0Ffa2gvLJSlX4DggWr0PAbIbbtweft > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V9Zig3KTsyLtDWqGzw1HA22GHoVfEkS2 { width:12.125rem;height:16.75rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8TaCTKuNfIldrO5gh8IOFRIOvBA57k4 { width:44.25rem;height:27.25rem;top:5.875rem;left:3.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVJe6v4z4HBON0tCOGg0PCvkJ6sZClKT { width:10.875rem;height:3.9375rem;top:17.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJ77ZrmBTRFRSXT2WqOluEtqeKbGQ7qr { width:14.0625rem;height:3.375rem;top:34.5625rem;left:30.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQoEJVf6mzqMWTfHuv5Ny275QkZR8TAR { display:block; }
 }@media only screen and (max-width: 763px) { #bDSRr1KLbN2qmPfeOVqK3X0npbtuhsyS { width:17.4375rem;height:3.375rem;top:34.5625rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLOOvuoiTS95TnZWDh5eQynd9dDCF08Q { display:block; }
 }@media only screen and (max-width: 763px) { #lWbIug6Q26UcTDnV5TeiQdmaDDcqhw8J { width:8.5625rem;height:2.375rem;top:18.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ove6p2OJ74uJTVLlQBQdEpXTyrTqV06O { width:25.875rem;height:2.75rem;top:1.875rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzTsp7emNgVEPE65tcFwsubpn0uPh1x3 { width:23.875rem;height:2.375rem;top:2.625rem;left:11.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwTUo2n2wBVwgoKoey0hcLgbNqHvcIpC { width:14.0625rem;height:3.375rem;top:43.125rem;left:29.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #gCWIvX1IgT6SD6IU3AJUHMZzIUTK12Tg { display:block; }
 }@media only screen and (max-width: 763px) { #ZOkGxpsa4zWpxSXPxKOfTRrhss4CE7zB { width:11.4375rem;height:2.75rem;top:1.875rem;left:36.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUBFTHCBPxoeJqFloAUoiBJCovqQlRT5 { width:9.5625rem;height:1.1875rem;top:2.6875rem;left:37.53125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubVpq8JHf4QrUtxpGv0pd8QdAPxgNWxJ { display:block; }#ubVpq8JHf4QrUtxpGv0pd8QdAPxgNWxJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cDcniZgfSs5vxmMIJG2cJNS9H0o6TaL5 { width:12.125rem;height:16.75rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #leQiSxKd4lDVb1xEAKGPmP6JWKg7S96n { width:44.25rem;height:19.4375rem;top:5.875rem;left:3.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1zhF9nQZWMIXBhPTQh1MKUEcbtRlHak { width:10.875rem;height:3.9375rem;top:17.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmqwteKV6Pt2rnfHHCrJsXfJAUMLasXt { width:14.0625rem;height:3.375rem;top:26.5rem;left:30.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWzXvEq1qimq8ELT27htEv1l5R9CmATA { display:block; }
 }@media only screen and (max-width: 763px) { #ES5soUVMMQ6rLFk6GNItRRrvHrhVbeA1 { width:17.4375rem;height:3.375rem;top:26.5rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xh4h62lXqC4IhfmqTaWax1FCaQyDuCxm { display:block; }
 }@media only screen and (max-width: 763px) { #CGrf7HCCT5Q4CeMiGUbzoCuxiokTkTVU { width:8.5625rem;height:2.375rem;top:18.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbLkIWwpLO9XTN1r3kd7A3q6JpEtmQxV { width:25.875rem;height:2.75rem;top:1.875rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0Pq9O3z49Ja3QWMIopm2zQoG3xluNh1 { width:23.875rem;height:2.375rem;top:2.625rem;left:11.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVTw79lEhvOi2BpS6TNv65Qbxvgk1Ulz { width:14.0625rem;height:3.375rem;top:43.125rem;left:29.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #TwC0g0AB3sH2iuknKz0LDmaebTwhaHNU { display:block; }
 }@media only screen and (max-width: 763px) { #eeeL9eUi1TLm17C3OKtGfuxc8WmkqNPw { display:block; }#eeeL9eUi1TLm17C3OKtGfuxc8WmkqNPw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oRfSGrh6JlHT9koXWmXApaiT3lPr6Jwu { width:12.125rem;height:16.75rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I75ARogM7ZTnctSPcbvoEyRVOv9NhoRO { width:41.625rem;height:23.375rem;top:6.75rem;left:6.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnyI3R8UPK6xbdBXg2NTdfhSui7ZIr6N { width:9.75rem;height:3.9375rem;top:17.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyRVa8WrMI9z0HpdL7KoQNLDgW1sSufV { width:14.0625rem;height:3.4375rem;top:31.5625rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTx1l06fxBnTpsvWFMlzz3kPpONBxaqT { display:block; }
 }@media only screen and (max-width: 763px) { #CyRFOPqRgvQUc9LhKTE8qc0bIndAWnQt { width:17.5rem;height:3.4375rem;top:31.5625rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2D3Rfhaq6RiNyyMynTqhoxyOqxsPD75 { display:block; }
 }@media only screen and (max-width: 763px) { #le1lliuT3dHdXhzJHHaeTmRfhaqqaZDl { width:7.25rem;height:2.375rem;top:18.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hawv6J2Q5cLHzkLP0bUSrLcgTu7iuxh6 { width:26.25rem;height:2.75rem;top:2rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbfdtmrfTzZscBTM7CvPc0GvUplXQf1M { width:28.1875rem;height:1.1875rem;top:2.75rem;left:10.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kiGaEVi4cyDxWLTH4UXc3zFQdVgkKdRq { width:14.0625rem;height:3.375rem;top:43.125rem;left:29.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #KkkH4mgs30pGJ6ngT5xUB4WpsaHBe47y { display:block; }
 }@media only screen and (max-width: 763px) { #KLCEHvaQJfQwh8ykeN25FwgTvrPCI4e9 { width:18.8125rem;height:2.75rem;top:2rem;left:28.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRzZqZOo4OZ316QkHBH0TThkbSVVl0TQ { width:17.8125rem;height:1.1875rem;top:2.75rem;left:29.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnG3bhwLTkJ79ctbyniJdTFTHW08D36V { display:block; }#JnG3bhwLTkJ79ctbyniJdTFTHW08D36V > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RzgP6D12TgRWCVvTMENnuhU6hCVpxG3H { width:12.125rem;height:16.75rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1zKdPSxM9xMK1QRWeP8hZKWUT5XooDw { width:45.125rem;height:22.0625rem;top:5.6875rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezzOc6lrE6v14c0gldVxoZnXmiFNrxrx { width:14.0625rem;height:3.4375rem;top:29rem;left:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0G7HPvytOk48w4BJm2bSenGJ5PAsU4C { display:block; }
 }@media only screen and (max-width: 763px) { #Wk9eMOSZ8CLuVggg5yaR29koI8e5XJpM { width:17.5rem;height:3.4375rem;top:29rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKzowm201Vcg5fPseSdXTeRyvnHalkz1 { display:block; }
 }@media only screen and (max-width: 763px) { #Pkzn2VDAOWBedOy06Px4boJF5KMWk4QT { width:8.0625rem;height:4rem;top:17.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mc09PzCFiATGxTSCRVqASnwgGWsSSPeC { width:7.25rem;height:3.5625rem;top:18.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #URCJTT1vNFCcE0TfloaimdfsqEG1wUmq { width:18.9375rem;height:2.6875rem;top:1.875rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUb8XwRUdHE0HAO2DeHg7tsflT0Ngiok { width:17.8125rem;height:1.1875rem;top:2.625rem;left:10.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBfMo9T5EplGOxT8pg4vlrFreBxI4pMK { width:14.0625rem;height:3.375rem;top:43.125rem;left:29.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #zHtCGx9plr75e0BfkdmcOf7LL5tcDeMQ { display:block; }
 }@media only screen and (max-width: 763px) { #T9w5VkObCZLKvJxLcXWCE85LgiyDlh3f { display:block; }#T9w5VkObCZLKvJxLcXWCE85LgiyDlh3f > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vh2z091bv0C9WUls1P45dKGsTpkfQTCh { width:12.0625rem;height:16.663352096994rem;top:1.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DulekcdL6UF8gvt7wHtTwTAm9trcLoh5 { width:44.25rem;height:15.5625rem;top:9.6875rem;left:3.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8kmaJD575TUN7AEWUCW3rm1DFHrsTil { width:7.875rem;height:3.9375rem;top:17.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATvoACckV3s2VK0RzRN6RI138omSKyBa { width:17.4375rem;height:3.375rem;top:26.4375rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9Hp3cbZ5Q72baBqNZeURXGrqfzr44aa { display:block; }
 }@media only screen and (max-width: 763px) { #LWand6LqAWhqd65g7aMRuZmdntpi6xZ0 { width:8.5rem;height:2.375rem;top:18.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGOA1kz6B1EouN0z7e7VpI5KJ93Z7CGG { width:14.0625rem;height:3.375rem;top:26.4375rem;left:30.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLTKwOX50NsHqRptyEykESN2uUyhhKcM { display:block; }
 }@media only screen and (max-width: 763px) { #vLJGN75MTSiaW5gk3kEU71MPto8iXHLH { width:18.9375rem;height:2.6875rem;top:1.8125rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBtsdUVzUN6LKAdzpfBzZ8pqm9GWEkza { width:16rem;height:2.6875rem;top:1.8125rem;left:31.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5DqtgcsPtFbiR5xqTh2Ac0JzioUACyT { width:14.6875rem;height:1.1875rem;top:2.5625rem;left:32.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MqTIJizVdhhTWqyc8Ur1ZLWU1OL1WvVu { width:17.8125rem;height:1.1875rem;top:2.5625rem;left:11.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8440sqwFZGdvyW6o4FaeRD27N1LWBJ7 { width:19.875rem;height:2.6875rem;top:5.5625rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIyA4E1naFH3f47wUbkwozIxPXLAUvEA { width:18.625rem;height:1.1875rem;top:6.3125rem;left:11.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAnqKWIk6oKRM6tGLe439PmxJO7pd5Xh { width:14.0625rem;height:3.375rem;top:43.125rem;left:29.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #doMTSB9JRMiM5te4OI2Iz5sAwccnsR71 { display:block; }
 }@media only screen and (max-width: 763px) { #Rs5vnIptSSVrDkZoJ2dQuJM5o7KXh2TH { display:block; }#Rs5vnIptSSVrDkZoJ2dQuJM5o7KXh2TH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P1WSfn6HqI7K4HJrGMpttZFvJVGJMgUR { width:12.125rem;height:16.75rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITlWql5ruhLT1iEuUwax34iUofCGtb9H { width:41.625rem;height:23.375rem;top:6.75rem;left:6.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KdHuVBdb9xFAnhmm4sCqgihrPmqrTfO4 { width:9.75rem;height:3.9375rem;top:17.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlno3xkC7vcLS0D9JT6qgAgQLMZQichl { width:14.0625rem;height:3.4375rem;top:31.5625rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPIukvDHakBG2BOnPQC9DcMlfGopbtVo { display:block; }
 }@media only screen and (max-width: 763px) { #TAriNd9eKkm9uDCvAklmIvOsckEW1h6u { width:17.5rem;height:3.4375rem;top:31.5625rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JChhPpW1WvGsMKTcFu4ICxwRvo8StmGI { display:block; }
 }@media only screen and (max-width: 763px) { #PhLVb6Q6fvLHnkABVvsDQrcR95foMnPq { width:7.25rem;height:2.375rem;top:18.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wh41sf8rJiqJlhS9hxEPtTV4pWzPV7yL { width:26.25rem;height:2.75rem;top:2rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRF3BrXtThxthoCtpFbyROmUNnDMiZDa { width:28.1875rem;height:1.1875rem;top:2.75rem;left:10.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1nB2hTHEURetPyyhDD0tglfzzGZsl4T { width:14.0625rem;height:3.375rem;top:43.125rem;left:29.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #wAsOXIbJnMPticCq9ZU44Cx5pBLThC8k { display:block; }
 }@media only screen and (max-width: 763px) { #hlsgfysI00muqibNhSBix7JGEnw22EzN { display:block; }#hlsgfysI00muqibNhSBix7JGEnw22EzN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q1EyxZvpzyp5Glg7KuSEvfTUDqbxa6aX { width:9.125rem;height:4rem;top:16.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBQthFS69ILUcTG8ouE8zi1VIaTuIfwA { width:8.6875rem;height:2.375rem;top:17.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tspepS8xFerqJVy5B4hKJmVCiigxShBO { width:11.5rem;height:15.9375rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #em99cShROV3r7GXqacLFCckZXCo8940N { width:44.8125rem;height:33.75rem;top:6.125rem;left:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #So7vvG2F1uS4dE8PhVHkkeynf8fynVGe { width:17.5rem;height:3.4375rem;top:41.125rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FuLuECsvrPiKbmJiF0cbZpMr0SzwBoqK { display:block; }
 }@media only screen and (max-width: 763px) { #rlKyTqnTiq2EENfXqfQ8lTlads6E58nR { width:14.0625rem;height:3.4375rem;top:41.125rem;left:29.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Otto16wrUrQsi0K9rRV6AOBlrvhDc9Ac { display:block; }
 }@media only screen and (max-width: 763px) { #vpyZIfECplqMyT9XcvcCyZTwiy9VSJnn { width:11.1875rem;height:2.75rem;top:1.875rem;left:29.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXTNJmEeZNKkI5cRhmXTEnDp0wbhK1uf { width:9.4375rem;height:1.1875rem;top:2.625rem;left:30.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdLrwoB7Ok4rX7m4QIG9l2EHIhDhHPSV { width:14.0625rem;height:3.375rem;top:43.125rem;left:29.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #D5po5C6nT8J572bDpAzdSzqpENxhA0Nu { display:block; }
 }@media only screen and (max-width: 763px) { #NcTASRIkSTywJqeXEoxpRnlLerPxl4O4 { width:18.9375rem;height:2.75rem;top:1.875rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hk8KuWWc55xMHl2bWhFizi5KaU7WSKhs { width:17.875rem;height:1.1875rem;top:2.625rem;left:10.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcSPxOlVnKFSiQpzqW3hmNIaHxt83nXG { width:14.4375rem;height:2.75rem;top:1.875rem;left:33.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZknbpX4EuTM5Cvwmk5lixdrGmSTCb4ws { width:13.125rem;height:1.1875rem;top:2.625rem;left:34.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UdOSkz1vnSa9gm9bEgpBvswPu8pDdnKq { display:block; }#UdOSkz1vnSa9gm9bEgpBvswPu8pDdnKq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SbhZ28mJWwTwNwlrHowgxq4dT5L0Scix { width:12.0625rem;height:16.663352096994rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlmoKXTuB3svQnGLozfbFgQXKmTaD21M { width:45.0625rem;height:15.5625rem;top:6.75rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cf1Uz2dOQQGtwlslK9cJPS7zQt8mM3Pq { width:14.0625rem;height:3.4375rem;top:23.5625rem;left:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v15t77gg6pqS2dsg0OPCAOS4InHV6Udp { display:block; }
 }@media only screen and (max-width: 763px) { #vhNZtIa720BFIEWBedrurfMw9zNOlk9J { width:17.5rem;height:3.4375rem;top:23.5625rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vbxzx8aNTeaGRES4TQmxErTwDRbUKImB { display:block; }
 }@media only screen and (max-width: 763px) { #Pw9MhFdg1gwNe5L6Ep6fOEi23WRehQbT { width:6.9375rem;height:3.9375rem;top:17.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESclN8QEFmlcRnCrmmKpocaS7uxmt5py { width:7.1875rem;height:2.375rem;top:18.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGtOqqQNJEVXlWcc0nt6gPDPKKvCZkuy { width:16.0625rem;height:2.75rem;top:1.875rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bD0slL3Lm8gWRNr5NqlSP9qx01B3c0EG { width:14.75rem;height:1.1875rem;top:2.625rem;left:10.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yABf1CnKgGfCgfSkBqqGTq3qyeLenWb7 { width:19.875rem;height:2.75rem;top:1.875rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4zcBTdEgeFGBmo90n5Va7JWN0tGXTNr { width:18.6875rem;height:1.1875rem;top:2.625rem;left:29rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQAumRHPwlEMOOWq6PmaGQcalITeTFWP { width:14.0625rem;height:3.375rem;top:43.125rem;left:29.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #CK3ZLFvgHCr9afzcuOd9wNMGqvqop9ki { display:block; }
 }@media only screen and (max-width: 763px) { #qxfDzkhQzXvd88KaWwzo23CyvV4fPUm1 { display:block; }#qxfDzkhQzXvd88KaWwzo23CyvV4fPUm1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fPcqWOns5Tm3Nbud4hDnWKPbQ3RysLnT { width:12.0625rem;height:17.563456037806rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMUhB0DasAWlUR1fkkA9ec2RUC0Sr3nz { width:43.9375rem;height:25.9375rem;top:6.5625rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeRBZB0vhlBLrMBx1PvMAqxgqUq4f2VS { width:10.375rem;height:3.9375rem;top:17.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4Edaq26OzGT1vT1ThT7izMG5PdhJm2e { width:17.4375rem;height:3.375rem;top:34.4375rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBvgw0a3J7dTVNHpsWqlT8BocTH9ddKR { display:block; }
 }@media only screen and (max-width: 763px) { #KW8mkVpcPgGsfzpHnaXALx6VtUTTCQKx { width:14.0625rem;height:3.375rem;top:34.4375rem;left:30.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctPI7Czdq2a1vIgBB6LiZ8x2iboshnb4 { display:block; }
 }@media only screen and (max-width: 763px) { #aywk1TDqnpqawnTWBQtWpw7SXhz8AdLD { width:8.5rem;height:2.375rem;top:18.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPmhQrc8Bvl4FvFgfkStDn1CqUPqNROM { width:18.9375rem;height:2.6875rem;top:2rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMOygx0BPfugOFZAJKq9pdoOCsPqXQ5O { width:17.8125rem;height:1.1875rem;top:2.75rem;left:11.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mh21IQu3cU6ZtnTpUxk9mdV665aKpbw4 { width:16rem;height:2.6875rem;top:2rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhMEd0tNTfNv2zWBvd6guviDkZRCmDur { width:14.6875rem;height:1.1875rem;top:2.75rem;left:32.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ok5zTTgMn8D7ro0mva62NuThlAUMrlRP { width:14.0625rem;height:3.375rem;top:43.125rem;left:29.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #XpPPAddHyzarlxCEKE49gdSvdGHAikzT { display:block; }
 }@media only screen and (max-width: 763px) { #NQEuk8ekcGDdER1Cs25TT8nece2FnPwB { display:block; }#NQEuk8ekcGDdER1Cs25TT8nece2FnPwB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AFTQhEtTil3s895K6O6pgN33TeGnzpI8 { width:12.125rem;height:16.75rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1LChZB4ENbeKeu6gfgMs9QvIGyJ5qe5 { width:41.625rem;height:37.625rem;top:6.75rem;left:6.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #plZfgQQG9641etCBRwqpsn5uC3pFQq1n { width:9.75rem;height:3.9375rem;top:17.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2K6TDquDSgUwO4F8cabUTAOV6uQPpo0 { width:14.0625rem;height:3.4375rem;top:47.3125rem;left:29.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMG3kD3tbWkiP1R6cgUTRwxMp6nXgEhN { display:block; }
 }@media only screen and (max-width: 763px) { #RVnqH7ciA9Dq9UXSJpMSfTMMzrkai3Gm { width:17.5rem;height:3.4375rem;top:47.3125rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GotiIhGn3o8a7FyFO2V0kIGttoZR3uTp { display:block; }
 }@media only screen and (max-width: 763px) { #KBsSU9uwRzJM0nrdakS2pkrmxkBNAMgT { width:7.25rem;height:2.375rem;top:18.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZZGlWT16Vum94UI5PelGPfTpaC75xFE { width:18.9375rem;height:2.6875rem;top:2rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwFxLDs4FR9wArMThgtaJQqTaGRgOnQT { width:17.8125rem;height:1.1875rem;top:2.75rem;left:10.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RsxSZ7PBsgWPtwtHMa2eMNRBRRdmyP45 { width:14.0625rem;height:3.375rem;top:43.125rem;left:29.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ka2lzUuZczwTfvvD8r0oJarLPKdt3o0p { display:block; }
 }@media only screen and (max-width: 763px) { #a1Qz3s4tJWt0sTIst7Ties60bSG6lsIu { width:11.4375rem;height:2.75rem;top:2rem;left:30.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwvCV5o7ws0wMvsTFramk9OcLu6o9tgd { width:17.8125rem;height:1.1875rem;top:2.75rem;left:29.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfK8yKbviqQcCUO1Kha2qsVoL6Etkiqf { display:block; }#EfK8yKbviqQcCUO1Kha2qsVoL6Etkiqf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DMW6rTL4EPdUMaWe4CkC73Z3sml036hl { width:12.125rem;height:16.75rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUENzi4vB3WEluQzPGzDCH0na2iv37ZI { width:41.625rem;height:25.9375rem;top:6.75rem;left:6.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrkS2ogNb2NT4iCRITK6zdQ0C7kTukdw { width:9.75rem;height:3.9375rem;top:17.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ok4DBIX4ZgboQ042WdVa1SH6Xixklhni { width:14.0625rem;height:3.4375rem;top:34.9375rem;left:29.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJt5TztpTPdZTmT5yZRKBeTAnPnyPTe2 { display:block; }
 }@media only screen and (max-width: 763px) { #oRfzc1a4C59DdPOQUMMOGd3cG7dRNlaD { width:17.5rem;height:3.4375rem;top:34.9375rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HX1lJgSSuU4sO3lDJEQI68rAw0blHlzN { display:block; }
 }@media only screen and (max-width: 763px) { #gIRXBQZr76lhdtvz6HGGzVgnwxR8UZED { width:8.125rem;height:2.375rem;top:18.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXf5yTiGheLDuH5lRrM6GaOVQprcoxg7 { width:18.9375rem;height:2.6875rem;top:2rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJb944yhTTtzueh2l4pOmOVhRICAmlll { width:17.8125rem;height:1.1875rem;top:2.75rem;left:10.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hpP5WTTpBKhFCStIKPghVzhewfyqDCf5 { width:14.0625rem;height:3.375rem;top:43.125rem;left:29.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #VcKBPJzCEKZ1c75Vu5H7IWyBbJvtc0tm { display:block; }
 }@media only screen and (max-width: 763px) { #phH44DeTPmvHbA7Dq3JbKBOxJolPGBuv { width:11.4375rem;height:2.75rem;top:2rem;left:30.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGuKgowUW5WaoD3J0cwdvWGqTyeTzvV8 { width:17.8125rem;height:1.1875rem;top:2.75rem;left:29.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #prAlgrsQ1ae1D0vxckkSoPReUBSV88Ok { display:block; }#prAlgrsQ1ae1D0vxckkSoPReUBSV88Ok > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V1qD6Zg3RqP3Ft8MSXLb7wvG897rGThd { width:12.125rem;height:16.75rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIcBCSRitshCz9GaTk5lODy4TEtBDZNf { width:41.625rem;height:15.5625rem;top:6.75rem;left:6.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b31CSeMFN1PPrTkE4IPXnXActpi9EeMq { width:9.75rem;height:3.9375rem;top:17.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ookKTP7S6EyKmUdKnLiFRFu0hNeQywyu { width:14.0625rem;height:3.4375rem;top:24.6875rem;left:29.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBoqnWcyOBAohNez7L2TPkT2mTvJaOkS { display:block; }
 }@media only screen and (max-width: 763px) { #OfTuA637wXvzfM2AH6qszNCMMyOLJ86Q { width:17.5rem;height:3.4375rem;top:24.6875rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4Zsr6KT41ETCXMIlcVqVECXqO3R15U9 { display:block; }
 }@media only screen and (max-width: 763px) { #ILSd8TdKwz9W7WgaHW8ltmOEhXknwnxJ { width:8.125rem;height:2.375rem;top:18.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fyo0TZXFqlhXOXtIuJdUUuCC9ACX9eZ1 { width:27.875rem;height:2.75rem;top:2rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFHlER2DonGf2V3ykOuOh5h677fA4LlH { width:29.875rem;height:1.1875rem;top:2.75rem;left:10.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8lRaQGmfegmx1dcvs3TZVeUS77iwRxF { width:14.0625rem;height:3.375rem;top:43.125rem;left:29.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #oJVr9DSTt92dUz6MFagreds9TUUrWlbh { display:block; }
 }@media only screen and (max-width: 763px) { #NmiSRRb65DfZgdEcKKDRN8svR2awVR6C { display:block; }#NmiSRRb65DfZgdEcKKDRN8svR2awVR6C > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H0r6PDmZ8kFaZVGUT4iWcmR1CMEVhThp { width:12.125rem;height:16.75rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nuTDH6BDZ9mx6DdGSBGixBF5We50Zugb { width:41.625rem;height:31.125rem;top:6.75rem;left:6.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTsCbO4JA9uWT2Rnci8hCksRSN8yNZhm { width:9.75rem;height:3.9375rem;top:17.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TM5a0y44S7B92DLs6cL1l9hBwQNLAf1U { width:14.0625rem;height:3.4375rem;top:40.125rem;left:29.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0Pmi6EpQZECWhCV55aMFPwnvh5xQFRv { display:block; }
 }@media only screen and (max-width: 763px) { #zJSQAoy3siXvA88Lz9AsGl5xl9DFwBS6 { width:17.5rem;height:3.4375rem;top:40.125rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RibsKCubWPTbU7ridAsbVApdX1fPdGHz { display:block; }
 }@media only screen and (max-width: 763px) { #BrgI0GzlaXn47T7MdVfx9uCiEvb9h2ce { width:8.125rem;height:2.375rem;top:18.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgyVzX4sJUF7gzDkrkyvQw5dOQDrQBSD { width:26.125rem;height:2.75rem;top:2rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGqL1Po3UC6eTTbS6BbtvOKOTKWDatNJ { width:29.875rem;height:1.1875rem;top:2.75rem;left:10.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFztov4A4nZyRKZiZsU08CqTOVAEqNgd { width:14.0625rem;height:3.375rem;top:43.125rem;left:29.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Nb1p1xcP0O7sMCcasFvZTqpJJmIzpx2C { display:block; }
 }@media only screen and (max-width: 763px) { #FbyPDgVP4h1m7xsm9CKxcUI8Wy6WCeWc { display:none; }#FbyPDgVP4h1m7xsm9CKxcUI8Wy6WCeWc > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rPFFkD5q0QAhVFIBX0WwrIrmHnkOFwp2 { width:28.5625rem;height:15.5625rem;top:10.8125rem;left:19.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3cRy8HqgIZ9hqagunKb0HqBJqCGLzen { width:34.3125rem;height:21.375rem;top:5.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCIXf3n0pRDOn0R2PiB4fZmA74UPgTxx { width:31.75rem;height:2.625rem;top:4.5625rem;left:16rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAz7ucZB89WPNrEU8PJwe6K1Ag7hWxvm { width:9.375rem;height:0.25rem;top:7.9375rem;left:26.875001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3HpbLVJucPbxwZ7DZDWiE9OJLFh7GEo { display:block; }#M3HpbLVJucPbxwZ7DZDWiE9OJLFh7GEo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aSyIvv2TplyyCZdwAo5zCIsOubwgayF3 .widget-regular-label { width:7.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#aSyIvv2TplyyCZdwAo5zCIsOubwgayF3 .widget-input-text { width:22.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aSyIvv2TplyyCZdwAo5zCIsOubwgayF3 .widget-input-text {padding-top: 0; padding-bottom: 0;}#aSyIvv2TplyyCZdwAo5zCIsOubwgayF3 .widget-textarea { width:22.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aSyIvv2TplyyCZdwAo5zCIsOubwgayF3 .widget-input-select { width:22.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aSyIvv2TplyyCZdwAo5zCIsOubwgayF3 .widget-input-select {padding-top: 0; padding-bottom: 0;}#aSyIvv2TplyyCZdwAo5zCIsOubwgayF3 .widget-input-button { width:22.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:8.125rem; }
#aSyIvv2TplyyCZdwAo5zCIsOubwgayF3 .widget-checkbox-label { width:21.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#aSyIvv2TplyyCZdwAo5zCIsOubwgayF3 .widget-container { display:flex;align-items:center;justify-content:flex-end; }
#aSyIvv2TplyyCZdwAo5zCIsOubwgayF3 .widget-container:first-of-type{padding-top:0;}#aSyIvv2TplyyCZdwAo5zCIsOubwgayF3 .widget-container:last-of-type{padding-bottom:0;}#aSyIvv2TplyyCZdwAo5zCIsOubwgayF3  { width:30.5625rem;height:auto;top:5.125rem;left:14.6875rem; }
#aSyIvv2TplyyCZdwAo5zCIsOubwgayF3 .radio-container { width:22.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aSyIvv2TplyyCZdwAo5zCIsOubwgayF3 {display:block;}#aSyIvv2TplyyCZdwAo5zCIsOubwgayF3 { width:30.5625rem;height:auto;top:5.125rem;left:14.6875rem; }
 }@media only screen and (max-width: 763px) { #aSyIvv2TplyyCZdwAo5zCIsOubwgayF3 #Nhxd66oHxRqaA1E5wnnTGa4CWztDcVWV {  }
 }@media only screen and (max-width: 763px) { #aSyIvv2TplyyCZdwAo5zCIsOubwgayF3 #zcyOszHAIIchtXbBXoIGo1b6cMKIUIB8 { display:block; }
 }@media only screen and (max-width: 763px) { #aSyIvv2TplyyCZdwAo5zCIsOubwgayF3 #nmURxRhrKQewshsUxQ95MJG801I4Px2Q {  }
 }@media only screen and (max-width: 763px) { #aSyIvv2TplyyCZdwAo5zCIsOubwgayF3 #HHLDZKRk56S5H1rsFZZOpUMPNVdX9LLL {  }
 }@media only screen and (max-width: 763px) { #aSyIvv2TplyyCZdwAo5zCIsOubwgayF3 #J3t0BLVxVDKmT1rODEni753NupcTPOTR { display:block; }
 }@media only screen and (max-width: 763px) { #aSyIvv2TplyyCZdwAo5zCIsOubwgayF3 #smErUoTOqatST6szFudQ9vD4UOJ3c98i {  }
 }@media only screen and (max-width: 763px) { #aSyIvv2TplyyCZdwAo5zCIsOubwgayF3 #B6Q8At4ORJSWnw1peffPCsOFs4ovNGOI {  }
 }@media only screen and (max-width: 763px) { #aSyIvv2TplyyCZdwAo5zCIsOubwgayF3 #aMGi1bo045qk4DqKRGZb5oNq5aK7qMBE { display:block; }
 }@media only screen and (max-width: 763px) { #aSyIvv2TplyyCZdwAo5zCIsOubwgayF3 #Ts7wmoAZ0P9ZhJROGlRwzITd80sS6TUz {  }
 }@media only screen and (max-width: 763px) { #aSyIvv2TplyyCZdwAo5zCIsOubwgayF3 #CurLwvFqvV5NHT2KMLDlI3QwVJ0Apd7z {  }
 }@media only screen and (max-width: 763px) { #aSyIvv2TplyyCZdwAo5zCIsOubwgayF3 #dBnZSZ4Tr0pi5uqMWiPLPShCKNIIC1kL {  }
 }@media only screen and (max-width: 763px) { #aSyIvv2TplyyCZdwAo5zCIsOubwgayF3 #rZTSxgIMIkCc1CptqZiOTFVUTJMQVmHV {  }
 }@media only screen and (max-width: 763px) { #aSyIvv2TplyyCZdwAo5zCIsOubwgayF3 #x44yQwalXc7qaE9MlybUfrxVIwoe4cPd {  }
 }@media only screen and (max-width: 763px) { #aSyIvv2TplyyCZdwAo5zCIsOubwgayF3 #F8ai4E6nh8TG3kDuUGOH91CTc4vOZfL3 {  }
 }@media only screen and (max-width: 763px) { #XQuoTb46Qc6dzyDuMVdAqViAAe6hZaGn { width:24.5625rem;height:5.25rem;top:8rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQBRJobaB9DS2axhFfmlWXldPU2JcGzZ { width:9.375rem;height:0.25rem;top:14.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuIi1nGeJ2EcJTwi5ipqRki1dtWKpE7z { width:20.5rem;height:2.625rem;top:17rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #pygucw6VATEyZmc73s8axpoQTLk8qC2x { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#pygucw6VATEyZmc73s8axpoQTLk8qC2x > .row .container { width:20rem;height:5.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oBuDRdJO1zta5zCanLB5OIikfdfrux6D { width:9.3125rem;height:1.625rem;top:0.5625rem;left:5.34375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZBhgEmNOlaIZBJ8LHgLDI5gIE2BCn1l { display:block; }
 }@media only screen and (max-width: 763px) { #BNBUtshgivETqaJgiMOVcMukgGv3OLxS { width:20rem;height:1.625rem;top:3.16796875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #moh2qfiA2XtzV5GOPwgxU1Nvs8DCps6R { display:block; }#moh2qfiA2XtzV5GOPwgxU1Nvs8DCps6R > .row .container { width:20rem;height:84rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bm1QvVs7vErudqFIs0pTXHRKi9aN41vQ { width:12.5rem;height:16.625rem;top:13.8125rem;left:1.125rem;z-index:14899;display:block; }
 }@media only screen and (max-width: 763px) { #mhZhZ3TSn1vazNcBoeM5kPFtzrTQdh6u { width:17.4375rem;height:13rem;top:7.3722648620606rem;left:1.0625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #MtoHTD0mzfTSATtCmTCQcOxy5Gu6ZWag { width:12.4991875rem;height:1.19986875rem;top:28rem;left:7.5625rem;font-size:1rem;z-index:14901;display:block; }
 }@media only screen and (max-width: 763px) { #cbDodGRA5XkcubKKeGQ91prO3NmBDK0G { width:18.1241875rem;height:36.39454375rem;top:39.125rem;left:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqI5tIwR83kEmpxMTQ9ImQKp0rp643Dl { width:17.5rem;height:3.4375rem;top:74.3125rem;left:1rem;z-index:14898;display:block; }
 }@media only screen and (max-width: 763px) { #gx2iOdV6c8DCDpcpHGOM9gz4ARLqpEzU { display:block; }
 }@media only screen and (max-width: 763px) { #uxbDJ10fuKeg8l2HWlE2TKTU5GJ02ZiI { width:17.5rem;height:3.25rem;top:78.6875rem;left:1rem;z-index:14897;display:block; }
 }@media only screen and (max-width: 763px) { #JkIRZzh830hRx4WFhmMG5VpHMGI7Szw0 { display:block; }
 }@media only screen and (max-width: 763px) { #biUuSuQ1OSIEsKQheL22BWePC7lGQT9C { width:18.1875rem;height:0;top:8.125rem;left:1.125rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #NQRNS3UynLlhTLD5Qk83TSn8GSkHPUGm { width:9.375rem;height:0.25rem;top:11.0625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlQX0Slv1yimlucJ35QvI9n3CRVWmfpo { width:12.5625rem;height:3rem;top:27.125rem;left:6.375rem;z-index:14900;display:block; }
 }@media only screen and (max-width: 763px) { #HvircBlt7KIdu1Te8N9ehlRVzUBuDsMq { width:18.9375rem;height:2.75rem;top:32.25rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0XJ10fAHXd5kAg9pCpfp4OxkXrIQCMb { width:11.0625rem;height:2.75rem;top:35.5625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTH0BGMaCKcJJzopifQdSZX3OKyoMsCT { width:17.874625rem;height:1.19986875rem;top:33rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6dvtXypeb6BlWunX16wfTkyFQV1V8ir { width:9.375rem;height:1.19986875rem;top:36.3125rem;left:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXF6Ln112Eu3kIgdTJWir1w6D1Gimyk1 { width:15.375rem;height:2.5996125rem;top:7.4375rem;left:1.125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ud94ccb9m73JOTBOgBEodJXm3wwOECdM { display:block; }#Ud94ccb9m73JOTBOgBEodJXm3wwOECdM > .row .container { width:20rem;height:114.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XTzh7HlJSBI5H4olAeZeVPemFb76GsMy { width:12.125rem;height:16.75rem;top:2.4375rem;left:1.0625rem;z-index:14869;display:block; }
 }@media only screen and (max-width: 763px) { #cHPO5pDyUbEhcKpeZ48CPpGJLyEzC6pK { width:18rem;height:79.288125rem;top:25.125rem;left:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HT6msIk2KEv4MrVNk00UAvo14SUP4EPm { width:14.0625rem;height:3.375rem;top:335.0625rem;left:2.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VrpiGT4rMgJiRIwnnKonsAoT2PS5tI5d { display:block; }
 }@media only screen and (max-width: 763px) { #pbouSxuoFSl0C18ODzwRqA51AJg6aiLy { width:17.4375rem;height:3.375rem;top:106rem;left:1.3125rem;z-index:14868;display:block; }
 }@media only screen and (max-width: 763px) { #Sf9nO0WviX7QztIrQZb8mw7Itzd2Mmcu { display:block; }
 }@media only screen and (max-width: 763px) { #UNSWO8KhDPVEdqD9rvKq938CWxU5o5Pc { width:7.5rem;height:3.9375rem;top:14.625rem;left:10.3125rem;z-index:14870;display:block; }
 }@media only screen and (max-width: 763px) { #SEI4aRgnZIyKffmCWSo8bOKPFD0SfMXQ { width:7.187125rem;height:2.3984375rem;top:15.375rem;left:11.3125rem;font-size:1rem;z-index:14871;display:block; }
 }@media only screen and (max-width: 763px) { #ng3h5mUQPPbtwQ4Z1zpUpdVuz3JN8rso { width:18.5625rem;height:2.6875rem;top:21.3125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5eT6ez9FGMIhcJNrrLs1bv67eat0hS6 { width:17.8125rem;height:1.19986875rem;top:22.0625rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMfov3AQ1leZcdtZy038ZeJTbJMueWUo { width:17.499rem;height:3.249025rem;top:110.1875rem;left:1.3125rem;z-index:14903;display:block; }
 }@media only screen and (max-width: 763px) { #VX4kTviLyfJsM0QTKpQV4MFdzapOGnX5 { display:block; }
 }@media only screen and (max-width: 763px) { #VUltQA5Tdn9lzoLSTlleQzKZgAt9IJr4 { display:block; }#VUltQA5Tdn9lzoLSTlleQzKZgAt9IJr4 > .row .container { width:20rem;height:93.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rfTOFG24fT5sOC5V10PpLSnrCUPvLZbQ { width:12.125rem;height:16.75rem;top:1.9375rem;left:1.125rem;z-index:14874;display:block; }
 }@media only screen and (max-width: 763px) { #mq4QoBtx9LsouI9zDsv1msgoA442T6iL { width:18.683625rem;height:54.59179375rem;top:28.8125rem;left:0.6572265625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTWb0iDZIbZRpNtcvL3AwP8uPOVKNHuA { width:9.75rem;height:3.9375rem;top:14.125rem;left:8.8125rem;z-index:14875;display:block; }
 }@media only screen and (max-width: 763px) { #NKb9TfkUep3tDSgrGFJ8atnCKN9fEnlf { width:14.0625rem;height:3.375rem;top:271.5625rem;left:2.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #SPTgUDpUWNvPIlCsJF5uEt1w0TKcLUSO { display:block; }
 }@media only screen and (max-width: 763px) { #qErvO72yo0xTpmcuQ6hZ7JW0EqL2NuCo { width:17.4375rem;height:3.375rem;top:84.75rem;left:1.1875rem;z-index:14873;display:block; }
 }@media only screen and (max-width: 763px) { #PkOPDLyrBM4ZUSapoAv5R8Tt0u3ZymLN { display:block; }
 }@media only screen and (max-width: 763px) { #d1QcNNbooEocxF5E0p476v3wa7fcRRof { width:7.187125rem;height:2.3984375rem;top:14.9375rem;left:10.375rem;font-size:1rem;z-index:14876;display:block; }
 }@media only screen and (max-width: 763px) { #amIB8DWNmQyxGbEdHEyTvZOMZS4PyPDT { width:18.9375rem;height:3.9375rem;top:20.25rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EIbQ37z6oOevIcEkTFyiG44dXFMQK5pK { width:16.0625rem;height:2.3984375rem;top:21rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgnh2mSdhwMWy0qFZTdmbscUEMP1M3M3 { width:17.499rem;height:3.249025rem;top:89.0625rem;left:1.3125rem;z-index:14902;display:block; }
 }@media only screen and (max-width: 763px) { #Un3qDgNc7775PDtT3JnwbS23OZgSEbaw { display:block; }
 }@media only screen and (max-width: 763px) { #XVTVDOTUUKdhTTNctHAh5buzzNr2QGrV { width:11.0625rem;height:2.75rem;top:24.9375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItAp0u6W1c5Nxh37vNNqarZGgmOn3se2 { width:9.375rem;height:1.19921875rem;top:25.6875rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ad0Ffa2gvLJSlX4DggWr0PAbIbbtweft { display:block; }#ad0Ffa2gvLJSlX4DggWr0PAbIbbtweft > .row .container { width:20rem;height:105.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V9Zig3KTsyLtDWqGzw1HA22GHoVfEkS2 { width:12.125rem;height:16.75rem;top:2rem;left:1.25rem;z-index:14864;display:block; }
 }@media only screen and (max-width: 763px) { #w8TaCTKuNfIldrO5gh8IOFRIOvBA57k4 { width:18.3125rem;height:66.29rem;top:28.125rem;left:1.0625rem;font-size:1rem;z-index:14940;display:block; }
 }@media only screen and (max-width: 763px) { #oVJe6v4z4HBON0tCOGg0PCvkJ6sZClKT { width:10.875rem;height:3.9375rem;top:14rem;left:7.8125rem;z-index:14865;display:block; }
 }@media only screen and (max-width: 763px) { #JJ77ZrmBTRFRSXT2WqOluEtqeKbGQ7qr { width:14.0625rem;height:3.375rem;top:396.125rem;left:2.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #tQoEJVf6mzqMWTfHuv5Ny275QkZR8TAR { display:block; }
 }@media only screen and (max-width: 763px) { #bDSRr1KLbN2qmPfeOVqK3X0npbtuhsyS { width:17.4375rem;height:3.375rem;top:95.4375rem;left:1.3125rem;z-index:14863;display:block; }
 }@media only screen and (max-width: 763px) { #PLOOvuoiTS95TnZWDh5eQynd9dDCF08Q { display:block; }
 }@media only screen and (max-width: 763px) { #lWbIug6Q26UcTDnV5TeiQdmaDDcqhw8J { width:8.499625rem;height:2.3984375rem;top:14.8125rem;left:9.375rem;font-size:1rem;z-index:14866;display:block; }
 }@media only screen and (max-width: 763px) { #Ove6p2OJ74uJTVLlQBQdEpXTyrTqV06O { width:18.9375rem;height:3.75rem;top:20.375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzTsp7emNgVEPE65tcFwsubpn0uPh1x3 { width:17.8125rem;height:2.3984375rem;top:21rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwTUo2n2wBVwgoKoey0hcLgbNqHvcIpC { width:17.499rem;height:3.249025rem;top:99.720703125rem;left:1.3125rem;z-index:14904;display:block; }
 }@media only screen and (max-width: 763px) { #gCWIvX1IgT6SD6IU3AJUHMZzIUTK12Tg { display:block; }
 }@media only screen and (max-width: 763px) { #ZOkGxpsa4zWpxSXPxKOfTRrhss4CE7zB { width:11.4375rem;height:2.75rem;top:24.9375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUBFTHCBPxoeJqFloAUoiBJCovqQlRT5 { width:9.5625rem;height:1.19921875rem;top:25.75rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubVpq8JHf4QrUtxpGv0pd8QdAPxgNWxJ { display:block; }#ubVpq8JHf4QrUtxpGv0pd8QdAPxgNWxJ > .row .container { width:20rem;height:83.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cDcniZgfSs5vxmMIJG2cJNS9H0o6TaL5 { width:12.125rem;height:16.75rem;top:2rem;left:1.25rem;z-index:14864;display:block; }
 }@media only screen and (max-width: 763px) { #leQiSxKd4lDVb1xEAKGPmP6JWKg7S96n { width:18.3125rem;height:46.79299375rem;top:25.4375rem;left:1.0625rem;font-size:1rem;z-index:14940;display:block; }
 }@media only screen and (max-width: 763px) { #R1zhF9nQZWMIXBhPTQh1MKUEcbtRlHak { width:10.875rem;height:3.9375rem;top:14rem;left:7.8125rem;z-index:14865;display:block; }
 }@media only screen and (max-width: 763px) { #nmqwteKV6Pt2rnfHHCrJsXfJAUMLasXt { width:14.0625rem;height:3.375rem;top:396.125rem;left:2.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #IWzXvEq1qimq8ELT27htEv1l5R9CmATA { display:block; }
 }@media only screen and (max-width: 763px) { #ES5soUVMMQ6rLFk6GNItRRrvHrhVbeA1 { width:17.4375rem;height:3.375rem;top:73.5rem;left:1.3125rem;z-index:14863;display:block; }
 }@media only screen and (max-width: 763px) { #xh4h62lXqC4IhfmqTaWax1FCaQyDuCxm { display:block; }
 }@media only screen and (max-width: 763px) { #CGrf7HCCT5Q4CeMiGUbzoCuxiokTkTVU { width:8.499625rem;height:2.3984375rem;top:14.8125rem;left:9.375rem;font-size:1rem;z-index:14866;display:block; }
 }@media only screen and (max-width: 763px) { #tbLkIWwpLO9XTN1r3kd7A3q6JpEtmQxV { width:18.9375rem;height:3.75rem;top:20.375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0Pq9O3z49Ja3QWMIopm2zQoG3xluNh1 { width:17.8125rem;height:2.3984375rem;top:21.125rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVTw79lEhvOi2BpS6TNv65Qbxvgk1Ulz { width:17.499rem;height:3.249025rem;top:77.783203125rem;left:1.3125rem;z-index:14904;display:block; }
 }@media only screen and (max-width: 763px) { #TwC0g0AB3sH2iuknKz0LDmaebTwhaHNU { display:block; }
 }@media only screen and (max-width: 763px) { #eeeL9eUi1TLm17C3OKtGfuxc8WmkqNPw { display:block; }#eeeL9eUi1TLm17C3OKtGfuxc8WmkqNPw > .row .container { width:20rem;height:93.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oRfSGrh6JlHT9koXWmXApaiT3lPr6Jwu { width:12.125rem;height:16.75rem;top:1.9375rem;left:1.125rem;z-index:14874;display:block; }
 }@media only screen and (max-width: 763px) { #I75ARogM7ZTnctSPcbvoEyRVOv9NhoRO { width:18.683625rem;height:50.692375rem;top:30rem;left:0.6572265625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnyI3R8UPK6xbdBXg2NTdfhSui7ZIr6N { width:9.75rem;height:3.9375rem;top:14.125rem;left:8.8125rem;z-index:14875;display:block; }
 }@media only screen and (max-width: 763px) { #qyRVa8WrMI9z0HpdL7KoQNLDgW1sSufV { width:14.0625rem;height:3.375rem;top:271.5625rem;left:2.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #RTx1l06fxBnTpsvWFMlzz3kPpONBxaqT { display:block; }
 }@media only screen and (max-width: 763px) { #CyRFOPqRgvQUc9LhKTE8qc0bIndAWnQt { width:17.4375rem;height:3.375rem;top:83.5rem;left:1.1875rem;z-index:14873;display:block; }
 }@media only screen and (max-width: 763px) { #G2D3Rfhaq6RiNyyMynTqhoxyOqxsPD75 { display:block; }
 }@media only screen and (max-width: 763px) { #le1lliuT3dHdXhzJHHaeTmRfhaqqaZDl { width:7.187125rem;height:2.3984375rem;top:14.9375rem;left:10.375rem;font-size:1rem;z-index:14876;display:block; }
 }@media only screen and (max-width: 763px) { #Hawv6J2Q5cLHzkLP0bUSrLcgTu7iuxh6 { width:18rem;height:3.9375rem;top:20.25rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbfdtmrfTzZscBTM7CvPc0GvUplXQf1M { width:16.0625rem;height:2.3984375rem;top:21rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kiGaEVi4cyDxWLTH4UXc3zFQdVgkKdRq { width:17.499rem;height:3.249025rem;top:87.8125rem;left:1.3125rem;z-index:14902;display:block; }
 }@media only screen and (max-width: 763px) { #KkkH4mgs30pGJ6ngT5xUB4WpsaHBe47y { display:block; }
 }@media only screen and (max-width: 763px) { #KLCEHvaQJfQwh8ykeN25FwgTvrPCI4e9 { width:11.0625rem;height:3.875rem;top:24.9375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRzZqZOo4OZ316QkHBH0TThkbSVVl0TQ { width:9.375rem;height:2.3984375rem;top:25.6875rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnG3bhwLTkJ79ctbyniJdTFTHW08D36V { display:block; }#JnG3bhwLTkJ79ctbyniJdTFTHW08D36V > .row .container { width:20rem;height:87.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RzgP6D12TgRWCVvTMENnuhU6hCVpxG3H { width:12.125rem;height:16.75rem;top:2.4375rem;left:1.0625rem;z-index:14869;display:block; }
 }@media only screen and (max-width: 763px) { #G1zKdPSxM9xMK1QRWeP8hZKWUT5XooDw { width:18rem;height:48.09273125rem;top:25.125rem;left:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezzOc6lrE6v14c0gldVxoZnXmiFNrxrx { width:14.0625rem;height:3.375rem;top:335.0625rem;left:2.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #o0G7HPvytOk48w4BJm2bSenGJ5PAsU4C { display:block; }
 }@media only screen and (max-width: 763px) { #Wk9eMOSZ8CLuVggg5yaR29koI8e5XJpM { width:17.4375rem;height:3.375rem;top:75.9375rem;left:1.3125rem;z-index:14868;display:block; }
 }@media only screen and (max-width: 763px) { #vKzowm201Vcg5fPseSdXTeRyvnHalkz1 { display:block; }
 }@media only screen and (max-width: 763px) { #Pkzn2VDAOWBedOy06Px4boJF5KMWk4QT { width:7.5rem;height:3.9375rem;top:14.625rem;left:10.3125rem;z-index:14870;display:block; }
 }@media only screen and (max-width: 763px) { #Mc09PzCFiATGxTSCRVqASnwgGWsSSPeC { width:7.187125rem;height:3.59765625rem;top:15.375rem;left:11.3125rem;font-size:1rem;z-index:14871;display:block; }
 }@media only screen and (max-width: 763px) { #URCJTT1vNFCcE0TfloaimdfsqEG1wUmq { width:18.9375rem;height:2.6875rem;top:21.3125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUb8XwRUdHE0HAO2DeHg7tsflT0Ngiok { width:17.8125rem;height:1.19986875rem;top:22.0625rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBfMo9T5EplGOxT8pg4vlrFreBxI4pMK { width:17.499rem;height:3.249025rem;top:80.125rem;left:1.3125rem;z-index:14903;display:block; }
 }@media only screen and (max-width: 763px) { #zHtCGx9plr75e0BfkdmcOf7LL5tcDeMQ { display:block; }
 }@media only screen and (max-width: 763px) { #T9w5VkObCZLKvJxLcXWCE85LgiyDlh3f { display:block; }#T9w5VkObCZLKvJxLcXWCE85LgiyDlh3f > .row .container { width:20rem;height:80.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vh2z091bv0C9WUls1P45dKGsTpkfQTCh { width:12.312rem;height:17.0625rem;top:0.875rem;left:1.1875rem;z-index:14882;display:block; }
 }@media only screen and (max-width: 763px) { #DulekcdL6UF8gvt7wHtTwTAm9trcLoh5 { width:17.5rem;height:38.99418125rem;top:32rem;left:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8kmaJD575TUN7AEWUCW3rm1DFHrsTil { width:7.875rem;height:3.9375rem;top:13.125rem;left:10rem;z-index:14885;display:block; }
 }@media only screen and (max-width: 763px) { #ATvoACckV3s2VK0RzRN6RI138omSKyBa { width:17.4375rem;height:3.375rem;top:72.4375rem;left:1.125rem;z-index:14883;display:block; }
 }@media only screen and (max-width: 763px) { #d9Hp3cbZ5Q72baBqNZeURXGrqfzr44aa { display:block; }
 }@media only screen and (max-width: 763px) { #LWand6LqAWhqd65g7aMRuZmdntpi6xZ0 { width:8.499625rem;height:2.3984375rem;top:13.9375rem;left:11.5625rem;font-size:1rem;z-index:14886;display:block; }
 }@media only screen and (max-width: 763px) { #NGOA1kz6B1EouN0z7e7VpI5KJ93Z7CGG { width:14.0625rem;height:3.375rem;top:526.12419128418rem;left:2.9367184937rem;display:none; }
 }@media only screen and (max-width: 763px) { #CLTKwOX50NsHqRptyEykESN2uUyhhKcM { display:block; }
 }@media only screen and (max-width: 763px) { #vLJGN75MTSiaW5gk3kEU71MPto8iXHLH { width:18.9375rem;height:2.6875rem;top:19.375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBtsdUVzUN6LKAdzpfBzZ8pqm9GWEkza { width:16.0625rem;height:2.75rem;top:22.75rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5DqtgcsPtFbiR5xqTh2Ac0JzioUACyT { width:14.7491875rem;height:1.19986875rem;top:23.5rem;left:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MqTIJizVdhhTWqyc8Ur1ZLWU1OL1WvVu { width:17.8125rem;height:1.19986875rem;top:20.125rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8440sqwFZGdvyW6o4FaeRD27N1LWBJ7 { width:12.1875rem;height:4rem;top:26.375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIyA4E1naFH3f47wUbkwozIxPXLAUvEA { width:11rem;height:2.3984375rem;top:27.125rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAnqKWIk6oKRM6tGLe439PmxJO7pd5Xh { width:17.499rem;height:3.249025rem;top:76.8134765625rem;left:1.248046875rem;z-index:14900;display:block; }
 }@media only screen and (max-width: 763px) { #doMTSB9JRMiM5te4OI2Iz5sAwccnsR71 { display:block; }
 }@media only screen and (max-width: 763px) { #Rs5vnIptSSVrDkZoJ2dQuJM5o7KXh2TH { display:block; }#Rs5vnIptSSVrDkZoJ2dQuJM5o7KXh2TH > .row .container { width:20rem;height:85rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P1WSfn6HqI7K4HJrGMpttZFvJVGJMgUR { width:12.125rem;height:16.75rem;top:1.9375rem;left:1.125rem;z-index:14874;display:block; }
 }@media only screen and (max-width: 763px) { #ITlWql5ruhLT1iEuUwax34iUofCGtb9H { width:18.683625rem;height:48.0928rem;top:25.4375rem;left:0.6572265625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KdHuVBdb9xFAnhmm4sCqgihrPmqrTfO4 { width:9.75rem;height:3.9375rem;top:14.125rem;left:8.8125rem;z-index:14875;display:block; }
 }@media only screen and (max-width: 763px) { #vlno3xkC7vcLS0D9JT6qgAgQLMZQichl { width:14.0625rem;height:3.375rem;top:271.5625rem;left:2.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hPIukvDHakBG2BOnPQC9DcMlfGopbtVo { display:block; }
 }@media only screen and (max-width: 763px) { #TAriNd9eKkm9uDCvAklmIvOsckEW1h6u { width:17.4375rem;height:3.375rem;top:74.9375rem;left:1.1875rem;z-index:14873;display:block; }
 }@media only screen and (max-width: 763px) { #JChhPpW1WvGsMKTcFu4ICxwRvo8StmGI { display:block; }
 }@media only screen and (max-width: 763px) { #PhLVb6Q6fvLHnkABVvsDQrcR95foMnPq { width:7.187125rem;height:2.3984375rem;top:14.9375rem;left:10.375rem;font-size:1rem;z-index:14876;display:block; }
 }@media only screen and (max-width: 763px) { #wh41sf8rJiqJlhS9hxEPtTV4pWzPV7yL { width:18rem;height:3.9375rem;top:20.25rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRF3BrXtThxthoCtpFbyROmUNnDMiZDa { width:16.0625rem;height:2.3984375rem;top:21rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1nB2hTHEURetPyyhDD0tglfzzGZsl4T { width:17.499rem;height:3.249025rem;top:79.25rem;left:1.3125rem;z-index:14902;display:block; }
 }@media only screen and (max-width: 763px) { #wAsOXIbJnMPticCq9ZU44Cx5pBLThC8k { display:block; }
 }@media only screen and (max-width: 763px) { #hlsgfysI00muqibNhSBix7JGEnw22EzN { display:block; }#hlsgfysI00muqibNhSBix7JGEnw22EzN > .row .container { width:20rem;height:128.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q1EyxZvpzyp5Glg7KuSEvfTUDqbxa6aX { width:9.25rem;height:4rem;top:12.25rem;left:9.0625rem;z-index:14845;display:block; }
 }@media only screen and (max-width: 763px) { #QBQthFS69ILUcTG8ouE8zi1VIaTuIfwA { width:6.9375rem;height:2.3984375rem;top:13.0625rem;left:10.0625rem;font-size:1rem;z-index:14846;display:block; }
 }@media only screen and (max-width: 763px) { #tspepS8xFerqJVy5B4hKJmVCiigxShBO { width:11.5rem;height:15.9375rem;top:1.1875rem;left:1.5625rem;z-index:14844;display:block; }
 }@media only screen and (max-width: 763px) { #em99cShROV3r7GXqacLFCckZXCo8940N { width:17.875rem;height:87.0868625rem;top:28.7490234375rem;left:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #So7vvG2F1uS4dE8PhVHkkeynf8fynVGe { width:17.5rem;height:3.4375rem;top:117.3125rem;left:1.25rem;z-index:14843;display:block; }
 }@media only screen and (max-width: 763px) { #FuLuECsvrPiKbmJiF0cbZpMr0SzwBoqK { display:block; }
 }@media only screen and (max-width: 763px) { #rlKyTqnTiq2EENfXqfQ8lTlads6E58nR { width:14.0625rem;height:3.4375rem;top:41.125rem;left:2.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Otto16wrUrQsi0K9rRV6AOBlrvhDc9Ac { display:block; }
 }@media only screen and (max-width: 763px) { #vpyZIfECplqMyT9XcvcCyZTwiy9VSJnn { width:10.1875rem;height:2.75rem;top:18.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXTNJmEeZNKkI5cRhmXTEnDp0wbhK1uf { width:9.4375rem;height:1.19921875rem;top:19.3125rem;left:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdLrwoB7Ok4rX7m4QIG9l2EHIhDhHPSV { width:17.499rem;height:3.249025rem;top:121.4375rem;left:1.25rem;z-index:14908;display:block; }
 }@media only screen and (max-width: 763px) { #D5po5C6nT8J572bDpAzdSzqpENxhA0Nu { display:block; }
 }@media only screen and (max-width: 763px) { #NcTASRIkSTywJqeXEoxpRnlLerPxl4O4 { width:18.0625rem;height:2.75rem;top:21.75rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hk8KuWWc55xMHl2bWhFizi5KaU7WSKhs { width:17.875rem;height:1.19921875rem;top:22.5rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcSPxOlVnKFSiQpzqW3hmNIaHxt83nXG { width:14.4375rem;height:2.75rem;top:25.0625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZknbpX4EuTM5Cvwmk5lixdrGmSTCb4ws { width:13.125rem;height:1.19921875rem;top:25.8125rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UdOSkz1vnSa9gm9bEgpBvswPu8pDdnKq { display:block; }#UdOSkz1vnSa9gm9bEgpBvswPu8pDdnKq > .row .container { width:20rem;height:75.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SbhZ28mJWwTwNwlrHowgxq4dT5L0Scix { width:12.375rem;height:17.125rem;top:2.4375rem;left:1.0625rem;z-index:14869;display:block; }
 }@media only screen and (max-width: 763px) { #HlmoKXTuB3svQnGLozfbFgQXKmTaD21M { width:18rem;height:35.09474375rem;top:29.8125rem;left:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cf1Uz2dOQQGtwlslK9cJPS7zQt8mM3Pq { width:14.0625rem;height:3.375rem;top:335.0625rem;left:2.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #v15t77gg6pqS2dsg0OPCAOS4InHV6Udp { display:block; }
 }@media only screen and (max-width: 763px) { #vhNZtIa720BFIEWBedrurfMw9zNOlk9J { width:17.4375rem;height:3.375rem;top:66.6875rem;left:1.25rem;z-index:14868;display:block; }
 }@media only screen and (max-width: 763px) { #Vbxzx8aNTeaGRES4TQmxErTwDRbUKImB { display:block; }
 }@media only screen and (max-width: 763px) { #Pw9MhFdg1gwNe5L6Ep6fOEi23WRehQbT { width:6.9375rem;height:3.9375rem;top:14.625rem;left:10.3125rem;z-index:14870;display:block; }
 }@media only screen and (max-width: 763px) { #ESclN8QEFmlcRnCrmmKpocaS7uxmt5py { width:7.187125rem;height:2.3984375rem;top:15.375rem;left:11.3125rem;font-size:1rem;z-index:14871;display:block; }
 }@media only screen and (max-width: 763px) { #VGtOqqQNJEVXlWcc0nt6gPDPKKvCZkuy { width:16rem;height:2.6875rem;top:20.8125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bD0slL3Lm8gWRNr5NqlSP9qx01B3c0EG { width:14.687125rem;height:1.19921875rem;top:21.5625rem;left:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yABf1CnKgGfCgfSkBqqGTq3qyeLenWb7 { width:12.1875rem;height:4rem;top:24.5rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4zcBTdEgeFGBmo90n5Va7JWN0tGXTNr { width:11rem;height:2.3984375rem;top:25.3125rem;left:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQAumRHPwlEMOOWq6PmaGQcalITeTFWP { width:17.499rem;height:3.249025rem;top:70.875rem;left:1.25rem;z-index:14903;display:block; }
 }@media only screen and (max-width: 763px) { #CK3ZLFvgHCr9afzcuOd9wNMGqvqop9ki { display:block; }
 }@media only screen and (max-width: 763px) { #qxfDzkhQzXvd88KaWwzo23CyvV4fPUm1 { display:block; }#qxfDzkhQzXvd88KaWwzo23CyvV4fPUm1 > .row .container { width:20rem;height:98.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fPcqWOns5Tm3Nbud4hDnWKPbQ3RysLnT { width:9.125rem;height:13.3125rem;top:1.8125rem;left:1.125rem;z-index:14859;display:block; }
 }@media only screen and (max-width: 763px) { #eMUhB0DasAWlUR1fkkA9ec2RUC0Sr3nz { width:18.1875rem;height:62.390675rem;top:25.248046875rem;left:0.9052734375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeRBZB0vhlBLrMBx1PvMAqxgqUq4f2VS { width:10.375rem;height:3.9375rem;top:10rem;left:8.8125rem;z-index:14860;display:block; }
 }@media only screen and (max-width: 763px) { #G4Edaq26OzGT1vT1ThT7izMG5PdhJm2e { width:17.4375rem;height:3.375rem;top:88.875rem;left:1.25rem;z-index:14858;display:block; }
 }@media only screen and (max-width: 763px) { #CBvgw0a3J7dTVNHpsWqlT8BocTH9ddKR { display:block; }
 }@media only screen and (max-width: 763px) { #KW8mkVpcPgGsfzpHnaXALx6VtUTTCQKx { width:14.0625rem;height:3.375rem;top:592.5rem;left:2.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ctPI7Czdq2a1vIgBB6LiZ8x2iboshnb4 { display:block; }
 }@media only screen and (max-width: 763px) { #aywk1TDqnpqawnTWBQtWpw7SXhz8AdLD { width:8.499rem;height:2.3984375rem;top:10.75rem;left:9.75rem;font-size:1rem;z-index:14861;display:block; }
 }@media only screen and (max-width: 763px) { #kPmhQrc8Bvl4FvFgfkStDn1CqUPqNROM { width:18.9375rem;height:2.6875rem;top:17.3125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMOygx0BPfugOFZAJKq9pdoOCsPqXQ5O { width:17.8125rem;height:1.19986875rem;top:18.0625rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mh21IQu3cU6ZtnTpUxk9mdV665aKpbw4 { width:16rem;height:2.6875rem;top:20.625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhMEd0tNTfNv2zWBvd6guviDkZRCmDur { width:14.687125rem;height:1.19986875rem;top:21.375rem;left:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ok5zTTgMn8D7ro0mva62NuThlAUMrlRP { width:17.499rem;height:3.249025rem;top:92.9375rem;left:1.25rem;z-index:14905;display:block; }
 }@media only screen and (max-width: 763px) { #XpPPAddHyzarlxCEKE49gdSvdGHAikzT { display:block; }
 }@media only screen and (max-width: 763px) { #NQEuk8ekcGDdER1Cs25TT8nece2FnPwB { display:block; }#NQEuk8ekcGDdER1Cs25TT8nece2FnPwB > .row .container { width:20rem;height:119rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AFTQhEtTil3s895K6O6pgN33TeGnzpI8 { width:12.125rem;height:16.75rem;top:1.9375rem;left:1.125rem;z-index:14874;display:block; }
 }@media only screen and (max-width: 763px) { #X1LChZB4ENbeKeu6gfgMs9QvIGyJ5qe5 { width:18.683625rem;height:77.988225rem;top:28.749959468841rem;left:0.65755212306975rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #plZfgQQG9641etCBRwqpsn5uC3pFQq1n { width:9.75rem;height:3.9375rem;top:14.125rem;left:8.8125rem;z-index:14875;display:block; }
 }@media only screen and (max-width: 763px) { #O2K6TDquDSgUwO4F8cabUTAOV6uQPpo0 { width:14.0625rem;height:3.375rem;top:271.5625rem;left:2.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #EMG3kD3tbWkiP1R6cgUTRwxMp6nXgEhN { display:block; }
 }@media only screen and (max-width: 763px) { #RVnqH7ciA9Dq9UXSJpMSfTMMzrkai3Gm { width:17.4375rem;height:3.375rem;top:109.4375rem;left:1.1875rem;z-index:14873;display:block; }
 }@media only screen and (max-width: 763px) { #GotiIhGn3o8a7FyFO2V0kIGttoZR3uTp { display:block; }
 }@media only screen and (max-width: 763px) { #KBsSU9uwRzJM0nrdakS2pkrmxkBNAMgT { width:7.187125rem;height:2.3984375rem;top:14.9375rem;left:10.375rem;font-size:1rem;z-index:14876;display:block; }
 }@media only screen and (max-width: 763px) { #GZZGlWT16Vum94UI5PelGPfTpaC75xFE { width:18.9375rem;height:2.6875rem;top:20.25rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwFxLDs4FR9wArMThgtaJQqTaGRgOnQT { width:17.8125rem;height:1.19986875rem;top:21rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RsxSZ7PBsgWPtwtHMa2eMNRBRRdmyP45 { width:17.499rem;height:3.249025rem;top:113.75rem;left:1.3125rem;z-index:14902;display:block; }
 }@media only screen and (max-width: 763px) { #ka2lzUuZczwTfvvD8r0oJarLPKdt3o0p { display:block; }
 }@media only screen and (max-width: 763px) { #a1Qz3s4tJWt0sTIst7Ties60bSG6lsIu { width:11.4375rem;height:2.75rem;top:24.0625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwvCV5o7ws0wMvsTFramk9OcLu6o9tgd { width:12.8125rem;height:1.19986875rem;top:24.8125rem;left:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfK8yKbviqQcCUO1Kha2qsVoL6Etkiqf { display:block; }#EfK8yKbviqQcCUO1Kha2qsVoL6Etkiqf > .row .container { width:20rem;height:98rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DMW6rTL4EPdUMaWe4CkC73Z3sml036hl { width:12.125rem;height:16.75rem;top:1.9375rem;left:1.125rem;z-index:14874;display:block; }
 }@media only screen and (max-width: 763px) { #LUENzi4vB3WEluQzPGzDCH0na2iv37ZI { width:18.683625rem;height:55.89165625rem;top:28.749959468841rem;left:0.65755212306975rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrkS2ogNb2NT4iCRITK6zdQ0C7kTukdw { width:9.75rem;height:3.9375rem;top:14.125rem;left:8.8125rem;z-index:14875;display:block; }
 }@media only screen and (max-width: 763px) { #Ok4DBIX4ZgboQ042WdVa1SH6Xixklhni { width:14.0625rem;height:3.375rem;top:271.5625rem;left:2.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #eJt5TztpTPdZTmT5yZRKBeTAnPnyPTe2 { display:block; }
 }@media only screen and (max-width: 763px) { #oRfzc1a4C59DdPOQUMMOGd3cG7dRNlaD { width:17.4375rem;height:3.375rem;top:88.125rem;left:1.1875rem;z-index:14873;display:block; }
 }@media only screen and (max-width: 763px) { #HX1lJgSSuU4sO3lDJEQI68rAw0blHlzN { display:block; }
 }@media only screen and (max-width: 763px) { #gIRXBQZr76lhdtvz6HGGzVgnwxR8UZED { width:7.187125rem;height:2.3984375rem;top:14.9375rem;left:10.375rem;font-size:1rem;z-index:14876;display:block; }
 }@media only screen and (max-width: 763px) { #mXf5yTiGheLDuH5lRrM6GaOVQprcoxg7 { width:18.9375rem;height:2.6875rem;top:20.25rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJb944yhTTtzueh2l4pOmOVhRICAmlll { width:17.8125rem;height:1.19986875rem;top:21rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hpP5WTTpBKhFCStIKPghVzhewfyqDCf5 { width:17.499rem;height:3.249025rem;top:92.4375rem;left:1.3125rem;z-index:14902;display:block; }
 }@media only screen and (max-width: 763px) { #VcKBPJzCEKZ1c75Vu5H7IWyBbJvtc0tm { display:block; }
 }@media only screen and (max-width: 763px) { #phH44DeTPmvHbA7Dq3JbKBOxJolPGBuv { width:11.4375rem;height:2.75rem;top:24.0625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGuKgowUW5WaoD3J0cwdvWGqTyeTzvV8 { width:12.8125rem;height:1.19986875rem;top:24.8125rem;left:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #prAlgrsQ1ae1D0vxckkSoPReUBSV88Ok { display:block; }#prAlgrsQ1ae1D0vxckkSoPReUBSV88Ok > .row .container { width:20rem;height:72.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V1qD6Zg3RqP3Ft8MSXLb7wvG897rGThd { width:12.125rem;height:16.75rem;top:1.9375rem;left:1.125rem;z-index:14874;display:block; }
 }@media only screen and (max-width: 763px) { #NIcBCSRitshCz9GaTk5lODy4TEtBDZNf { width:18.683625rem;height:35.09475rem;top:25.186199188233rem;left:0.65755212306975rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b31CSeMFN1PPrTkE4IPXnXActpi9EeMq { width:9.75rem;height:3.9375rem;top:14.125rem;left:8.8125rem;z-index:14875;display:block; }
 }@media only screen and (max-width: 763px) { #ookKTP7S6EyKmUdKnLiFRFu0hNeQywyu { width:14.0625rem;height:3.375rem;top:271.5625rem;left:2.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #HBoqnWcyOBAohNez7L2TPkT2mTvJaOkS { display:block; }
 }@media only screen and (max-width: 763px) { #OfTuA637wXvzfM2AH6qszNCMMyOLJ86Q { width:17.4375rem;height:3.375rem;top:62.8125rem;left:1.1875rem;z-index:14873;display:block; }
 }@media only screen and (max-width: 763px) { #M4Zsr6KT41ETCXMIlcVqVECXqO3R15U9 { display:block; }
 }@media only screen and (max-width: 763px) { #ILSd8TdKwz9W7WgaHW8ltmOEhXknwnxJ { width:7.187125rem;height:2.3984375rem;top:14.9375rem;left:10.375rem;font-size:1rem;z-index:14876;display:block; }
 }@media only screen and (max-width: 763px) { #Fyo0TZXFqlhXOXtIuJdUUuCC9ACX9eZ1 { width:18.9375rem;height:3.625rem;top:20.25rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFHlER2DonGf2V3ykOuOh5h677fA4LlH { width:16.1875rem;height:2.3984375rem;top:21rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8lRaQGmfegmx1dcvs3TZVeUS77iwRxF { width:17.499rem;height:3.249025rem;top:67.125rem;left:1.3125rem;z-index:14902;display:block; }
 }@media only screen and (max-width: 763px) { #oJVr9DSTt92dUz6MFagreds9TUUrWlbh { display:block; }
 }@media only screen and (max-width: 763px) { #NmiSRRb65DfZgdEcKKDRN8svR2awVR6C { display:block; }#NmiSRRb65DfZgdEcKKDRN8svR2awVR6C > .row .container { width:20rem;height:104.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H0r6PDmZ8kFaZVGUT4iWcmR1CMEVhThp { width:12.125rem;height:16.75rem;top:1.9375rem;left:1.125rem;z-index:14874;display:block; }
 }@media only screen and (max-width: 763px) { #nuTDH6BDZ9mx6DdGSBGixBF5We50Zugb { width:18.683625rem;height:68.889675rem;top:25.186199188233rem;left:0.65755212306975rem;font-size:1rem;z-index:14872;display:block; }
 }@media only screen and (max-width: 763px) { #NTsCbO4JA9uWT2Rnci8hCksRSN8yNZhm { width:9.75rem;height:3.9375rem;top:14.125rem;left:8.8125rem;z-index:14875;display:block; }
 }@media only screen and (max-width: 763px) { #TM5a0y44S7B92DLs6cL1l9hBwQNLAf1U { width:14.0625rem;height:3.375rem;top:271.5625rem;left:2.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #e0Pmi6EpQZECWhCV55aMFPwnvh5xQFRv { display:block; }
 }@media only screen and (max-width: 763px) { #zJSQAoy3siXvA88Lz9AsGl5xl9DFwBS6 { width:17.4375rem;height:3.375rem;top:95.875rem;left:1.25rem;z-index:14873;display:block; }
 }@media only screen and (max-width: 763px) { #RibsKCubWPTbU7ridAsbVApdX1fPdGHz { display:block; }
 }@media only screen and (max-width: 763px) { #BrgI0GzlaXn47T7MdVfx9uCiEvb9h2ce { width:7.187125rem;height:2.3984375rem;top:14.9375rem;left:10.375rem;font-size:1rem;z-index:14876;display:block; }
 }@media only screen and (max-width: 763px) { #TgyVzX4sJUF7gzDkrkyvQw5dOQDrQBSD { width:18.9375rem;height:3.625rem;top:20.25rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGqL1Po3UC6eTTbS6BbtvOKOTKWDatNJ { width:16.1875rem;height:2.3984375rem;top:21rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFztov4A4nZyRKZiZsU08CqTOVAEqNgd { width:17.499rem;height:3.249025rem;top:100.1875rem;left:1.375rem;z-index:14902;display:block; }
 }@media only screen and (max-width: 763px) { #Nb1p1xcP0O7sMCcasFvZTqpJJmIzpx2C { display:block; }
 }@media only screen and (max-width: 763px) { #FbyPDgVP4h1m7xsm9CKxcUI8Wy6WCeWc { display:none; }#FbyPDgVP4h1m7xsm9CKxcUI8Wy6WCeWc > .row .container { width:20rem;height:64.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rPFFkD5q0QAhVFIBX0WwrIrmHnkOFwp2 { width:17.6855625rem;height:16.8911375rem;top:6.623046875rem;left:1.15625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3cRy8HqgIZ9hqagunKb0HqBJqCGLzen { width:20rem;height:31.9375rem;top:24.9052734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCIXf3n0pRDOn0R2PiB4fZmA74UPgTxx { width:17.4991875rem;height:2.25rem;top:2.2500011445954rem;left:1.2492187023163rem;font-size:1.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #rAz7ucZB89WPNrEU8PJwe6K1Ag7hWxvm { width:9.375rem;height:0.24921875rem;top:5.0601558685303rem;left:1.1554687023163rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3HpbLVJucPbxwZ7DZDWiE9OJLFh7GEo { display:block; }#M3HpbLVJucPbxwZ7DZDWiE9OJLFh7GEo > .row .container { width:20rem;height:39.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aSyIvv2TplyyCZdwAo5zCIsOubwgayF3 .widget-regular-label { width:16.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;display:block;vertical-align:top;height:auto; }
#aSyIvv2TplyyCZdwAo5zCIsOubwgayF3 .widget-input-text { width:16.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#aSyIvv2TplyyCZdwAo5zCIsOubwgayF3 .widget-input-text {padding-top: 0; padding-bottom: 0;}#aSyIvv2TplyyCZdwAo5zCIsOubwgayF3 .widget-textarea { width:16.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#aSyIvv2TplyyCZdwAo5zCIsOubwgayF3 .widget-input-select { width:16.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#aSyIvv2TplyyCZdwAo5zCIsOubwgayF3 .widget-input-select {padding-top: 0; padding-bottom: 0;}#aSyIvv2TplyyCZdwAo5zCIsOubwgayF3 .widget-input-checkbox { margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#aSyIvv2TplyyCZdwAo5zCIsOubwgayF3 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#aSyIvv2TplyyCZdwAo5zCIsOubwgayF3 .widget-input-button { width:16.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aSyIvv2TplyyCZdwAo5zCIsOubwgayF3 .widget-checkbox-label { width:15.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#aSyIvv2TplyyCZdwAo5zCIsOubwgayF3  { width:16.6234375rem;height:auto;top:16.875rem;left:0rem; }
#aSyIvv2TplyyCZdwAo5zCIsOubwgayF3 .radio-container { width:16.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#aSyIvv2TplyyCZdwAo5zCIsOubwgayF3 {display:block;}#aSyIvv2TplyyCZdwAo5zCIsOubwgayF3 { width:16.6234375rem;height:auto;top:16.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #aSyIvv2TplyyCZdwAo5zCIsOubwgayF3 #Nhxd66oHxRqaA1E5wnnTGa4CWztDcVWV {  }
 }@media only screen and (max-width: 763px) { #aSyIvv2TplyyCZdwAo5zCIsOubwgayF3 #zcyOszHAIIchtXbBXoIGo1b6cMKIUIB8 { display:block; }
 }@media only screen and (max-width: 763px) { #aSyIvv2TplyyCZdwAo5zCIsOubwgayF3 #nmURxRhrKQewshsUxQ95MJG801I4Px2Q {  }
 }@media only screen and (max-width: 763px) { #aSyIvv2TplyyCZdwAo5zCIsOubwgayF3 #HHLDZKRk56S5H1rsFZZOpUMPNVdX9LLL {  }
 }@media only screen and (max-width: 763px) { #aSyIvv2TplyyCZdwAo5zCIsOubwgayF3 #J3t0BLVxVDKmT1rODEni753NupcTPOTR { display:block; }
 }@media only screen and (max-width: 763px) { #aSyIvv2TplyyCZdwAo5zCIsOubwgayF3 #smErUoTOqatST6szFudQ9vD4UOJ3c98i {  }
 }@media only screen and (max-width: 763px) { #aSyIvv2TplyyCZdwAo5zCIsOubwgayF3 #B6Q8At4ORJSWnw1peffPCsOFs4ovNGOI {  }
 }@media only screen and (max-width: 763px) { #aSyIvv2TplyyCZdwAo5zCIsOubwgayF3 #aMGi1bo045qk4DqKRGZb5oNq5aK7qMBE { display:block; }
 }@media only screen and (max-width: 763px) { #aSyIvv2TplyyCZdwAo5zCIsOubwgayF3 #Ts7wmoAZ0P9ZhJROGlRwzITd80sS6TUz {  }
 }@media only screen and (max-width: 763px) { #aSyIvv2TplyyCZdwAo5zCIsOubwgayF3 #CurLwvFqvV5NHT2KMLDlI3QwVJ0Apd7z {  }
 }@media only screen and (max-width: 763px) { #aSyIvv2TplyyCZdwAo5zCIsOubwgayF3 #dBnZSZ4Tr0pi5uqMWiPLPShCKNIIC1kL {  }
 }@media only screen and (max-width: 763px) { #aSyIvv2TplyyCZdwAo5zCIsOubwgayF3 #rZTSxgIMIkCc1CptqZiOTFVUTJMQVmHV {  }
 }@media only screen and (max-width: 763px) { #aSyIvv2TplyyCZdwAo5zCIsOubwgayF3 #x44yQwalXc7qaE9MlybUfrxVIwoe4cPd {  }
 }@media only screen and (max-width: 763px) { #aSyIvv2TplyyCZdwAo5zCIsOubwgayF3 #F8ai4E6nh8TG3kDuUGOH91CTc4vOZfL3 {  }
 }@media only screen and (max-width: 763px) { #XQuoTb46Qc6dzyDuMVdAqViAAe6hZaGn { width:15rem;height:4.79948125rem;top:3.625rem;left:1.0625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQBRJobaB9DS2axhFfmlWXldPU2JcGzZ { width:9.375rem;height:0.24921875rem;top:10.124218940735rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuIi1nGeJ2EcJTwi5ipqRki1dtWKpE7z { width:16.4375rem;height:3.8994125rem;top:11.625rem;left:1.3429688215256rem;font-size:1rem;display:block; }
 }