.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:254,254,253;--color-primary-1:252,251,248;--color-primary-2:249,246,240;--color-primary-3:125,123,120;--color-primary-4:37,37,36;--color-secondary-0:250,250,252;--color-secondary-1:238,240,246;--color-secondary-2:221,224,236;--color-secondary-3:111,112,118;--color-secondary-4:33,34,35;--color-tertiary-0:255,255,255;--color-tertiary-1:243,245,249;--color-tertiary-2:215,220,236;--color-tertiary-3:108,110,118;--color-tertiary-4:21,22,24;--headlines-font-family:"Montserrat";--paragraphs-font-family:"Lato"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;display:block; }
#I6Tv2aILvoA4SOv4TIrGWhsVqTaeUwZe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I6Tv2aILvoA4SOv4TIrGWhsVqTaeUwZe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I6Tv2aILvoA4SOv4TIrGWhsVqTaeUwZe > .row > .video-iframe-container { display: none; }#I6Tv2aILvoA4SOv4TIrGWhsVqTaeUwZe > .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); }#Ti2iA8mWSGOAVBNFOB9qTsyP5QXJumTT { 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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#Ti2iA8mWSGOAVBNFOB9qTsyP5QXJumTT > .row .container { background-color: transparent; background-image: none; }#Ti2iA8mWSGOAVBNFOB9qTsyP5QXJumTT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ti2iA8mWSGOAVBNFOB9qTsyP5QXJumTT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ti2iA8mWSGOAVBNFOB9qTsyP5QXJumTT > .row .container > .video-iframe-container { display: none; }#Ti2iA8mWSGOAVBNFOB9qTsyP5QXJumTT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ti2iA8mWSGOAVBNFOB9qTsyP5QXJumTT > .row > .video-iframe-container { display: none; }#Ti2iA8mWSGOAVBNFOB9qTsyP5QXJumTT > .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); }#Ti2iA8mWSGOAVBNFOB9qTsyP5QXJumTT > .row .container { border-width: 0; border-radius: 0; }#Ti2iA8mWSGOAVBNFOB9qTsyP5QXJumTT > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Ti2iA8mWSGOAVBNFOB9qTsyP5QXJumTT > .row .container { width:60rem;height:45.5rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#JDfucA9R8dQfxJBHvmErihG6UQ9UV2Vd { color:rgba(var(--color-tertiary-4),1);display:block;width:18.625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:16.612501144409rem;left:2.3500003814698rem;height:6.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#xadAfUitCxXqqzQqU6UuvHNZlPTXGWUt { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-secondary-4),1);border-left:0.125rem solid rgba(var(--color-secondary-4),1);border-right:0.125rem solid rgba(var(--color-secondary-4),1);border-bottom:0.125rem solid rgba(var(--color-secondary-4),1);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-secondary-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:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.225rem;height:3.6rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:32.612501144409rem;left:0rem;display:block; }
#tQ5QJ0o6JSTC4TDupDGxiCUiEdBfnLpT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ErOeBbsllLT7PdGaqeKFdcRZRvyh9tvz { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-4),1);border-left:0.125rem solid rgba(var(--color-tertiary-4),1);border-right:0.125rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);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-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:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.225rem;height:3.6rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:32.612501144409rem;left:20.925001144409rem;display:block; }
#LKwMIAaaPpOtMhFRQ73QdD0N2NvAVcl0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#E1DyN61uITpLK8iAMHk3KahwzLoT88vo { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9rem;width:22.1875rem;top:0.625rem;left:6.6500015258787rem;overflow:hidden;display:block; }
#x7L4zph1TBkihxiZi6OfbZTEeKKLKV1C { color:rgba(var(--color-tertiary-4),1);display:block;width:26.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15007;line-height:1.4;letter-spacing:0;top:27.5625rem;left:4.1625003814697rem;height:2.625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#PLh8piDAcDbAoL5DFi49Khhr8oHicfE9 { color:rgba(var(--color-tertiary-4),1);display:block;width:25.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:38.5rem;left:4.7562503814697rem;height:3.9375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xfpmotD9Icd9BxcU8bgXrc8dCvVaA2Ae { color:rgba(var(--color-tertiary-4),1);display:block;width:26.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15008;line-height:1.4;letter-spacing:0;top:9.6875rem;left:4.26171875rem;height:2.625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#zpufh6dGSrxGTSe0iK3tpdxRyPgTtnUT { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.125rem;width:8.9375rem;top:14.175000190735rem;left:22.53750038147rem;overflow:hidden;display:block; }
#HDnVQSCl7t8L6Fg0VqTqJC5wFxesoX1W { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HDnVQSCl7t8L6Fg0VqTqJC5wFxesoX1W > .row .container { background-color: transparent; background-image: none; }#HDnVQSCl7t8L6Fg0VqTqJC5wFxesoX1W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HDnVQSCl7t8L6Fg0VqTqJC5wFxesoX1W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HDnVQSCl7t8L6Fg0VqTqJC5wFxesoX1W > .row .container > .video-iframe-container { display: none; }#HDnVQSCl7t8L6Fg0VqTqJC5wFxesoX1W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HDnVQSCl7t8L6Fg0VqTqJC5wFxesoX1W > .row > .video-iframe-container { display: none; }#HDnVQSCl7t8L6Fg0VqTqJC5wFxesoX1W > .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); }#HDnVQSCl7t8L6Fg0VqTqJC5wFxesoX1W > .row .container { border-width: 0; border-radius: 0; }#HDnVQSCl7t8L6Fg0VqTqJC5wFxesoX1W > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HDnVQSCl7t8L6Fg0VqTqJC5wFxesoX1W > .row .container { font-size:0.875rem;font-family:arial;height:37.875rem;width:60rem;position:relative;display:block; }#tkRKemLDdmqIGZZt2lv1xzN8GGil13XC { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15rem;width:12.5rem;top:0rem;left:0rem;display:block; }
#h0yB0RbEDTIWMlopmELdmTnkOiPWO42H { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:15rem;width:12.5rem;top:0rem;left:12.5rem;display:block; }
#KHuRd6e3DLb0GlCKS0TxqEJPOLxcgG8u { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15rem;width:12.5rem;top:15rem;left:25rem;display:block; }
#TFywGxA63SMXBOIb0858xRJPRv0hGRFH { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15rem;width:12.5rem;top:0rem;left:25.000001907349rem;display:block; }
#W0nerQqWqNW1Fu3iIAlB8VcSmrhnSdXu { color:rgba(var(--color-tertiary-4),1);display:block;width:11.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:1.25rem;left:0.625rem;height:4.6875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#b1C59TVewwLh7fsIDRqueWTxwmyiLRPZ { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:5.1875rem;top:19.875rem;left:28.65625rem;overflow:hidden;display:block; }
#qEanN5cQDrTTqXzFbgQITu8UKoOsiIQy { color:rgba(var(--color-tertiary-4),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15008;line-height:1.1;letter-spacing:0;top:1.25rem;left:13.125rem;height:2.0625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WkdNyofa2RFb7E5PKDEb281B6daJzdg0 { color:rgba(var(--color-tertiary-4),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:5rem;left:13.125rem;height:4.9rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zJsRrk3NAD9k1hVNFpNGvgH0XTXBBhud { color:rgba(var(--color-tertiary-4),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15011;line-height:1.4;letter-spacing:0;top:20.1875rem;left:13.125rem;height:3.675rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ExVd93aE1qWWpiTseFIAw5EJi8J5HHmT { color:rgba(var(--color-tertiary-4),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15010;line-height:1.1;letter-spacing:0;top:16.25rem;left:13.125rem;height:1.03125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rMUTTi3AL0G6BrvCmtgOFFpOQSxBBf2y { color:rgba(var(--color-tertiary-4),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:5rem;left:25.625001907349rem;height:3.675rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cyIBB9ta8xGvZk8SCGEkpZzO7u9ZmwUU { color:rgba(var(--color-tertiary-4),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15012;line-height:1.1;letter-spacing:0;top:1.765625rem;left:25.000001907349rem;height:1.03125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Em7dKIfhLF7fsBM81zJecgc8co4SsrMP { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-primary-4),1);border-left:0.125rem solid rgba(var(--color-primary-4),1);border-right:0.125rem solid rgba(var(--color-primary-4),1);border-bottom:0.125rem solid rgba(var(--color-primary-4),1);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-primary-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:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.3rem;height:3.675rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:30rem;left:0rem;display:block; }
#Anb1gQJkyEbDhDy57mRXMvrx26WmNT3A { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Dzdildq79HGTNKvtpkTToqQLn10GHiTC { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:15rem;width:12.5rem;top:0rem;left:12.5rem;display:none; }
#t0FbQCN8LqTLbD9trkS81LdZdXzMkTXn { position:relative;display:block; }#t0FbQCN8LqTLbD9trkS81LdZdXzMkTXn { background-color: transparent; background-image: none; }#t0FbQCN8LqTLbD9trkS81LdZdXzMkTXn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t0FbQCN8LqTLbD9trkS81LdZdXzMkTXn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t0FbQCN8LqTLbD9trkS81LdZdXzMkTXn > .row .container > .video-iframe-container { display: none; }#t0FbQCN8LqTLbD9trkS81LdZdXzMkTXn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t0FbQCN8LqTLbD9trkS81LdZdXzMkTXn > .row > .video-iframe-container { display: none; }#t0FbQCN8LqTLbD9trkS81LdZdXzMkTXn > .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); }#t0FbQCN8LqTLbD9trkS81LdZdXzMkTXn { border-width: 0; border-radius: 0; }#t0FbQCN8LqTLbD9trkS81LdZdXzMkTXn > .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; }#t0FbQCN8LqTLbD9trkS81LdZdXzMkTXn > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:39.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#PIrbaS6IxFL5nTilgzSy8tg3gSkOqVQv { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15rem;width:12.5rem;top:15rem;left:25rem;display:block; }
#Tp9p6KkWoZDpNRfagpr4xVWkKGHp17a1 { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15rem;width:12.5rem;top:0rem;left:12.5rem;display:block; }
#a2qwXbCGKxIlE7MT9iatJdDuCIZzkrzb { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:15rem;width:12.5rem;top:0rem;left:25rem;display:block; }
#E6Qq61SXasWCkz8uIrk6k1O2UG78Ax1w { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15rem;width:12.5rem;top:15rem;left:0rem;display:block; }
#PTLowxz5yrTeUo0pmmiDIG7NLTF0yx8Q { color:rgba(var(--color-primary-4),1);display:block;width:8.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:1.3125rem;left:1.0625rem;height:7.03125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ub2fhCWDLZBBL0R0n3zaBZff1aVG7rod { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.0625rem;width:3.8125rem;top:19.96875rem;left:4.34375rem;overflow:hidden;display:block; }
#IiP4zrhAONT4Tr5JROUkTO0NDJqtKe8f { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-4),1);border-left:0.125rem solid rgba(var(--color-tertiary-4),1);border-right:0.125rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);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-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:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.3rem;height:3.675rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:32.5rem;left:0rem;display:block; }
#Vr2PcdXMuyoJqIOnsMh6T2WEAtqaXxPD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lzdtHVySBoKoElb3TeH3GTU6Dy6Le5t1 { color:rgba(var(--color-tertiary-4),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:5.05078125rem;left:13.125rem;height:4.9rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#q9qxlTG9FvrnpAW1OLdT4edg2k2CrTTq { color:rgba(var(--color-tertiary-4),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:5.05078125rem;left:25.625001907349rem;height:8.575rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vJIvgWBwl9BHJTyLkT1b7Z56sqW9OAhu { color:rgba(var(--color-tertiary-4),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:19.96875rem;left:25.625001907349rem;height:7.35rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rAWLVTk42Sv6bloSvxcc6fdrVVk2LQT9 { color:rgba(var(--color-tertiary-4),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15009;line-height:1.1;letter-spacing:0;top:1.3125rem;left:12.5rem;height:2.0625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#n9mAQQuybKK38t6nVH6to7VZteMc6A64 { color:rgba(var(--color-tertiary-4),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:0.92500019073488rem;left:25.625001907349rem;height:2.8125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wb6wlGUshmf4fnGXTRyGWCuRFP7a7myA { color:rgba(var(--color-tertiary-4),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15011;line-height:1.5;letter-spacing:0;top:16.21875rem;left:25.625001907349rem;height:2.8125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MCCOODDnL3gufOEhHhcTrc9FzoMf6lTc { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:15rem;width:12.5rem;top:15rem;left:12.5625rem;display:block; }
#f7sqlKKs1UhgyvkDllbPaLgDUb5z4IRo { color:rgba(var(--color-tertiary-4),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15012;line-height:1.1;letter-spacing:0;top:16.59375rem;left:13.8125rem;height:2.0625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#t3JTMh9equXZEnpiDAa0Q3clHILXVgWP { color:rgba(var(--color-tertiary-4),1);display:block;width:11.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:19.96875rem;left:12.75rem;height:9.8rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MeZpdaNorsp8mzk8H3CseTOKVax4yAD9 { position:relative;display:block; }#MeZpdaNorsp8mzk8H3CseTOKVax4yAD9 { background-color: transparent; background-image: none; }#MeZpdaNorsp8mzk8H3CseTOKVax4yAD9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MeZpdaNorsp8mzk8H3CseTOKVax4yAD9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MeZpdaNorsp8mzk8H3CseTOKVax4yAD9 > .row .container > .video-iframe-container { display: none; }#MeZpdaNorsp8mzk8H3CseTOKVax4yAD9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MeZpdaNorsp8mzk8H3CseTOKVax4yAD9 > .row > .video-iframe-container { display: none; }#MeZpdaNorsp8mzk8H3CseTOKVax4yAD9 > .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); }#MeZpdaNorsp8mzk8H3CseTOKVax4yAD9 { border-width: 0; border-radius: 0; }#MeZpdaNorsp8mzk8H3CseTOKVax4yAD9 > .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; }#MeZpdaNorsp8mzk8H3CseTOKVax4yAD9 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:72.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#zBmkSMsLQgobg4ga8SkSzwhT7qR0m5xX { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15rem;width:12.5rem;top:0rem;left:0rem;display:block; }
#Nxz3ZWqlr1I8y2Dlw5O4Gevhz0K6TQu3 { color:rgba(var(--color-tertiary-4),1);display:block;width:8.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:4.5625rem;left:2rem;height:4.6875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Z4EhOZTbRSymie9D97pHGPUmtQadsgmZ { position:absolute;display:block;z-index:15009;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:15rem;width:25.375rem;top:0rem;left:13.5625rem;display:block; }
#Qnvn0t5f0d702ET0WGP6ZnTFBLqCZQm4 { position:absolute;display:block;z-index:15010;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:15rem;width:25.375rem;top:17.3125rem;left:13.5625rem;display:block; }
#LZGcnHC6GevWq1MkC6x2fc6TxnzWBf2w { position:absolute;display:block;z-index:15011;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:15rem;width:25.375rem;top:34.5rem;left:13.5625rem;display:block; }
#vdtWe8PdpKc7gT4s30DAOsWgkSnvthKD { position:absolute;display:block;z-index:15012;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:15rem;width:25.375rem;top:51.375rem;left:13.5625rem;display:block; }
#LiEEhEx4tf6vD8bSfzPH6Jf41TxMmPxr { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-4),1);border-left:0.125rem solid rgba(var(--color-tertiary-4),1);border-right:0.125rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);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-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:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.225rem;height:3.6rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:67.475782394406rem;left:0rem;display:block; }
#Bppym4InU6R2UcC2HdWV2wTJodgwS42x { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T0LLHMRH0nK9TfNg6ynzK7pqbyooTcA6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#T0LLHMRH0nK9TfNg6ynzK7pqbyooTcA6 > .row .container { background-color: transparent; background-image: none; }#T0LLHMRH0nK9TfNg6ynzK7pqbyooTcA6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T0LLHMRH0nK9TfNg6ynzK7pqbyooTcA6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T0LLHMRH0nK9TfNg6ynzK7pqbyooTcA6 > .row .container > .video-iframe-container { display: none; }#T0LLHMRH0nK9TfNg6ynzK7pqbyooTcA6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T0LLHMRH0nK9TfNg6ynzK7pqbyooTcA6 > .row > .video-iframe-container { display: none; }#T0LLHMRH0nK9TfNg6ynzK7pqbyooTcA6 > .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); }#T0LLHMRH0nK9TfNg6ynzK7pqbyooTcA6 > .row .container { border-width: 0; border-radius: 0; }#T0LLHMRH0nK9TfNg6ynzK7pqbyooTcA6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T0LLHMRH0nK9TfNg6ynzK7pqbyooTcA6 > .row .container { font-size:0.875rem;font-family:arial;height:2.9375rem;width:60rem;position:relative;display:block; }#h3z1ip0iFQJi9TR61Amqw9TZsDFJ0DT9 { position:relative;display:block; }#h3z1ip0iFQJi9TR61Amqw9TZsDFJ0DT9 { background-color: transparent; background-image: none; }#h3z1ip0iFQJi9TR61Amqw9TZsDFJ0DT9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h3z1ip0iFQJi9TR61Amqw9TZsDFJ0DT9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h3z1ip0iFQJi9TR61Amqw9TZsDFJ0DT9 > .row .container > .video-iframe-container { display: none; }#h3z1ip0iFQJi9TR61Amqw9TZsDFJ0DT9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h3z1ip0iFQJi9TR61Amqw9TZsDFJ0DT9 > .row > .video-iframe-container { display: none; }#h3z1ip0iFQJi9TR61Amqw9TZsDFJ0DT9 > .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); }#h3z1ip0iFQJi9TR61Amqw9TZsDFJ0DT9 { border-width: 0; border-radius: 0; }#h3z1ip0iFQJi9TR61Amqw9TZsDFJ0DT9 > .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; }#h3z1ip0iFQJi9TR61Amqw9TZsDFJ0DT9 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:41.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#UHvo8FepGOMXRB32sOCukkyGedWmr8cM { color:rgba(var(--color-tertiary-4),1);display:block;width:10.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.5;letter-spacing:0;top:4.921875rem;left:0.96875rem;height:3.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gpgfnAnJeGf1IKF7rp7MAXCQo2t6eCiK { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15rem;width:12.5rem;top:0rem;left:0rem;display:block; }
#tFLVGQbXpKLvzVOb8vt2iylOB9NUdxFq { color:rgba(var(--color-tertiary-4),1);display:block;width:10.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15013;line-height:1.5;letter-spacing:0;top:4.921875rem;left:13.53125rem;height:7.03125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hKrid9qyC2B2DyLw5gw4H23WTKJzVuKR { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15rem;width:12.5rem;top:0rem;left:12.5625rem;display:block; }
#CWpO8FKPGdJeEGcWXQwiHpLQUPP4rhz3 { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:15rem;width:12.5rem;top:0.0625rem;left:25.0625rem;display:block; }
#cCXpDlhdTB1Rf3ysAGRIF5I5nFJEwzLN { color:rgba(var(--color-tertiary-4),1);display:block;width:10.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.5;letter-spacing:0;top:6.125rem;left:26.03125rem;height:3.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ygNFaAOOClmRpx2RsuX2wJ2ePI8l4nK5 { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-primary-4),1);border-left:0.125rem solid rgba(var(--color-primary-4),1);border-right:0.125rem solid rgba(var(--color-primary-4),1);border-bottom:0.125rem solid rgba(var(--color-primary-4),1);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-primary-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:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.3rem;height:3.675rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:31.5625rem;left:0rem;display:block; }
#tzs4KXPGfTa9qrgPV6G5Kl4N2PEo4Tmi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OHTo3ZobIgok3ngz1EJ9NXogRinAaPGP { color:rgba(var(--color-tertiary-4),1);display:block;width:10.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:20.15625rem;left:0.96875rem;height:3.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LBlJEDxGddNkUioqaNtFiHHzdfVlJb5K { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15rem;width:12.5rem;top:15rem;left:12.5rem;display:block; }
#GlcDqh9NsGR6oOg1gpiJqBMgMcECQPx5 { color:rgba(var(--color-tertiary-4),1);display:block;width:10.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.5;letter-spacing:0;top:20.15625rem;left:13.53125rem;height:3.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#u0fKso6T0M41tibEHhUt91UUfqbnhRFn { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15rem;width:12.5rem;top:15rem;left:25.062501907349rem;display:block; }
#c0XE78uHhpuqQM0hFv7tqHvAkUaia38v { color:rgba(var(--color-tertiary-4),1);display:block;width:10.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:700;z-index:15014;line-height:1.5;letter-spacing:0;top:20.671875rem;left:25.906251907349rem;height:3.65625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HXXzxPImDyVd6xUKskFMwtLJDF9CNb99 { position:relative;display:block; }#HXXzxPImDyVd6xUKskFMwtLJDF9CNb99 { background-color: transparent; background-image: none; }#HXXzxPImDyVd6xUKskFMwtLJDF9CNb99::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HXXzxPImDyVd6xUKskFMwtLJDF9CNb99 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HXXzxPImDyVd6xUKskFMwtLJDF9CNb99 > .row .container > .video-iframe-container { display: none; }#HXXzxPImDyVd6xUKskFMwtLJDF9CNb99 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HXXzxPImDyVd6xUKskFMwtLJDF9CNb99 > .row > .video-iframe-container { display: none; }#HXXzxPImDyVd6xUKskFMwtLJDF9CNb99 > .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); }#HXXzxPImDyVd6xUKskFMwtLJDF9CNb99 { border-width: 0; border-radius: 0; }#HXXzxPImDyVd6xUKskFMwtLJDF9CNb99 > .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; }#HXXzxPImDyVd6xUKskFMwtLJDF9CNb99 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:42.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Ehr8sGwmGVG0gPkA4ZCDNE1msR31UKIG { color:rgba(var(--color-tertiary-4),1);display:block;width:14.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15010;line-height:1.7;letter-spacing:0;top:0.6796875rem;left:6rem;height:5.1rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bbpsozwSiIsbukq64qXzeiwAIpsdbfaa .widget-form-header {  }
#bbpsozwSiIsbukq64qXzeiwAIpsdbfaa .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.75rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:22.5rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left; }
#bbpsozwSiIsbukq64qXzeiwAIpsdbfaa .widget-input-text { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.5rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#bbpsozwSiIsbukq64qXzeiwAIpsdbfaa .widget-input-text {padding-top: 0; padding-bottom: 0;}#bbpsozwSiIsbukq64qXzeiwAIpsdbfaa .widget-textarea { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.5rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#bbpsozwSiIsbukq64qXzeiwAIpsdbfaa .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.5rem;box-sizing:border-box;height:2.5rem;color:#646464;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#bbpsozwSiIsbukq64qXzeiwAIpsdbfaa .widget-input-select {padding-top: 0; padding-bottom: 0;}#bbpsozwSiIsbukq64qXzeiwAIpsdbfaa .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#bbpsozwSiIsbukq64qXzeiwAIpsdbfaa .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#bbpsozwSiIsbukq64qXzeiwAIpsdbfaa .widget-input-button { border-top-left-radius:2.625rem;border-top-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-bottom-right-radius:2.625rem;background-color:rgba(var(--color-tertiary-3),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:0;display:block;box-sizing:border-box;font-size:0.9375rem;font-weight:bold;color:#f2f9ff;width:22.5rem;height:3.4375rem;font-family:"open sans";overflow:hidden; }
#bbpsozwSiIsbukq64qXzeiwAIpsdbfaa [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-3),1);font-family:"open sans";font-size:0.875rem; }
#bbpsozwSiIsbukq64qXzeiwAIpsdbfaa [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-3),1);font-family:"open sans";font-size:0.875rem; }
#bbpsozwSiIsbukq64qXzeiwAIpsdbfaa [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-3),1);font-family:"open sans";font-size:0.875rem; }
#bbpsozwSiIsbukq64qXzeiwAIpsdbfaa [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-3),1);font-family:"open sans";font-size:0.875rem; }
#bbpsozwSiIsbukq64qXzeiwAIpsdbfaa .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:"open sans";line-height:1.3;font-size:0.6875rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:21.0625rem;overflow:hidden;font-style:normal; }
#bbpsozwSiIsbukq64qXzeiwAIpsdbfaa .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; }
#bbpsozwSiIsbukq64qXzeiwAIpsdbfaa .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:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5; }
#bbpsozwSiIsbukq64qXzeiwAIpsdbfaa .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#bbpsozwSiIsbukq64qXzeiwAIpsdbfaa .widget-container:first-of-type{padding-top:0;}#bbpsozwSiIsbukq64qXzeiwAIpsdbfaa .widget-container:last-of-type{padding-bottom:0;}#bbpsozwSiIsbukq64qXzeiwAIpsdbfaa  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(0,0,0,0.15) ;left:0.75rem;top:8.5rem;z-index:15011;position:absolute; }
#bbpsozwSiIsbukq64qXzeiwAIpsdbfaa .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:22.5rem;display:block;vertical-align:top; }
#bbpsozwSiIsbukq64qXzeiwAIpsdbfaa .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.6875rem;line-height:1.3;font-weight:700;color:#909090;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#bbpsozwSiIsbukq64qXzeiwAIpsdbfaa {display:block;}#bbpsozwSiIsbukq64qXzeiwAIpsdbfaa { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(0,0,0,0.15) ;left:0.75rem;top:8.5rem;z-index:15011;position:absolute; }
#bbpsozwSiIsbukq64qXzeiwAIpsdbfaa #fqDb49AD1i7qf97vsZbA1qDdTHKkiIWr { position:relative; }
#bbpsozwSiIsbukq64qXzeiwAIpsdbfaa #sAvm3m4UdThgcoT5q9WORV2WI6Jzo9tL { position:relative;display:block; }
#bbpsozwSiIsbukq64qXzeiwAIpsdbfaa #XBGoSzg1zfX7ZIl1gt76e9xRKVt0TuHT { position:relative; }
#bbpsozwSiIsbukq64qXzeiwAIpsdbfaa #I7pU58fl2mwTa6JyIe1XLxzv60mg6TXN { position:relative; }
#bbpsozwSiIsbukq64qXzeiwAIpsdbfaa #G8MJmP3Mf4v70hnOy9d5QIv3KH59cqdT { position:relative;display:block; }
#bbpsozwSiIsbukq64qXzeiwAIpsdbfaa #r6c9QAFsVps7Gy6zRubMmzEuG3NLOkLz { position:relative; }
#bbpsozwSiIsbukq64qXzeiwAIpsdbfaa #rnBElrelelCvHxFdHme2KzTo8BvXB4c1 { position:relative; }
#bbpsozwSiIsbukq64qXzeiwAIpsdbfaa #x0FX1cStIKMqzXdo7HD85GddTEixD681 { position:relative;display:block; }
#bbpsozwSiIsbukq64qXzeiwAIpsdbfaa #RnZTRfsZWkbBk5WZcTePHWQLxsmdEhMH { position:relative; }
#bbpsozwSiIsbukq64qXzeiwAIpsdbfaa #GtrhTWgxJkPD42T7VwDul2crl2VL3qcl { position:relative; }
#bbpsozwSiIsbukq64qXzeiwAIpsdbfaa #K7zReNnZKydRhDnKqNhb1TgcHJuxeqG4 { position:relative;z-index:2; }
#bbpsozwSiIsbukq64qXzeiwAIpsdbfaa #n91CPtifTkAIbpTZLcRw0ocA3fe3aTJh { position:relative; }
#bbpsozwSiIsbukq64qXzeiwAIpsdbfaa #tFgGtuKmlsBm42Nvbgw3EktwdBbWQ0Dx { position:relative; }
#bbpsozwSiIsbukq64qXzeiwAIpsdbfaa #FWy5rTlfefRdz1Fw11kQf4GmUc0wrUnX { position:relative; }
#g5Mtg8hr8huZO6sEgz59bnvhzLiZJbCf { color:rgba(var(--color-tertiary-4),1);display:block;width:29.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15011;line-height:1.1;letter-spacing:0;top:4rem;left:0rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LcWmLo7KA1TImw01oTli1aHDQeSpvuhT { color:rgba(var(--color-tertiary-4),1);display:block;width:6.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:6.862500190735rem;left:10.09375rem;height:1.6875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cIPrQ5fLzsMaQUvalbUKBC0FdNtiyzd6 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:33.875rem;left:6rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mJormcVPymht77xvwJM3wIWXrxa9MeO8 { box-sizing:content-box;height:10.6875rem;width:25.25rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-1),1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-3),1);border-left:0.0625rem solid rgba(var(--color-primary-3),1);border-right:0.0625rem solid rgba(var(--color-primary-3),1);border-bottom:0.0625rem solid rgba(var(--color-primary-3),1);top:31.75rem;left:0.6875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#TVWTsAQSVCErcQlOFyR8Z7WE2llX5wEu { position:relative;display:block; }#TVWTsAQSVCErcQlOFyR8Z7WE2llX5wEu { background-color: transparent; background-image: none; }#TVWTsAQSVCErcQlOFyR8Z7WE2llX5wEu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVWTsAQSVCErcQlOFyR8Z7WE2llX5wEu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVWTsAQSVCErcQlOFyR8Z7WE2llX5wEu > .row .container > .video-iframe-container { display: none; }#TVWTsAQSVCErcQlOFyR8Z7WE2llX5wEu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVWTsAQSVCErcQlOFyR8Z7WE2llX5wEu > .row > .video-iframe-container { display: none; }#TVWTsAQSVCErcQlOFyR8Z7WE2llX5wEu > .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); }#TVWTsAQSVCErcQlOFyR8Z7WE2llX5wEu { border-width: 0; border-radius: 0; }#TVWTsAQSVCErcQlOFyR8Z7WE2llX5wEu > .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; }#TVWTsAQSVCErcQlOFyR8Z7WE2llX5wEu > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-2),1);background-image:none;font-size:0.875rem;font-family:arial;height:3.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#AJQE475h9QfZaBdpCJ511LgNKkoHRVkZ { position:relative;display:block; }#AJQE475h9QfZaBdpCJ511LgNKkoHRVkZ { background-color: transparent; background-image: none; }#AJQE475h9QfZaBdpCJ511LgNKkoHRVkZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AJQE475h9QfZaBdpCJ511LgNKkoHRVkZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AJQE475h9QfZaBdpCJ511LgNKkoHRVkZ > .row .container > .video-iframe-container { display: none; }#AJQE475h9QfZaBdpCJ511LgNKkoHRVkZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AJQE475h9QfZaBdpCJ511LgNKkoHRVkZ > .row > .video-iframe-container { display: none; }#AJQE475h9QfZaBdpCJ511LgNKkoHRVkZ > .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); }#AJQE475h9QfZaBdpCJ511LgNKkoHRVkZ { border-width: 0; border-radius: 0; }#AJQE475h9QfZaBdpCJ511LgNKkoHRVkZ > .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; }#AJQE475h9QfZaBdpCJ511LgNKkoHRVkZ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:36.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#AfGrFBigGHHwiTgWeT3WFAyrHnmSniZc { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.9375rem;width:12.4375rem;top:0rem;left:0rem;display:block; }
#l7frS1I7XEfuTvX4hXZcsuoUT3RTBzsJ { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.9375rem;top:5.78125rem;left:4.25rem;overflow:hidden;display:block; }
#SXseiC3fKMau5PoeO65Td6u3MUnXpHQq { color:rgba(var(--color-tertiary-4),1);display:block;width:5.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15009;line-height:1;letter-spacing:0;top:2.5812501907349rem;left:3.625rem;height:1.5625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fZHcVGxW5HiqZCTe3Cf7EkxMP1esxQ8R { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-primary-4),1);border-left:0.125rem solid rgba(var(--color-primary-4),1);border-right:0.125rem solid rgba(var(--color-primary-4),1);border-bottom:0.125rem solid rgba(var(--color-primary-4),1);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-primary-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:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.3rem;height:3.675rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:30.698438644409rem;left:0.1875rem;display:block; }
#Vowfofcxic9zWPC8pNaFd4RZrderE8Mf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sgJLpJxCLtPd74rnVbmllATXyPf7WT8D { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:14.9375rem;width:12.4375rem;top:0rem;left:12.4375rem;display:block; }
#ERi3Z0f2LOK1Sgx00OZtD758iFHRuFAM { color:rgba(var(--color-tertiary-4),1);display:block;width:11.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15016;line-height:1.5;letter-spacing:0;top:4.125rem;left:13.0625rem;height:6.75rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hlTlM5FTpbLk3Q7JEtFWZSgC4eX2bNpO { color:rgba(var(--color-tertiary-4),1);display:block;width:38.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15017;line-height:1.5;letter-spacing:0;top:16.5rem;left:0.67500114440919rem;height:8.90625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#r753Ulva4Vbe2x9TfGOETLvn2LtBKviJ { position:relative;display:block; }#r753Ulva4Vbe2x9TfGOETLvn2LtBKviJ { background-color: transparent; background-image: none; }#r753Ulva4Vbe2x9TfGOETLvn2LtBKviJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r753Ulva4Vbe2x9TfGOETLvn2LtBKviJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r753Ulva4Vbe2x9TfGOETLvn2LtBKviJ > .row .container > .video-iframe-container { display: none; }#r753Ulva4Vbe2x9TfGOETLvn2LtBKviJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r753Ulva4Vbe2x9TfGOETLvn2LtBKviJ > .row > .video-iframe-container { display: none; }#r753Ulva4Vbe2x9TfGOETLvn2LtBKviJ > .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); }#r753Ulva4Vbe2x9TfGOETLvn2LtBKviJ { border-width: 0; border-radius: 0; }#r753Ulva4Vbe2x9TfGOETLvn2LtBKviJ > .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; }#r753Ulva4Vbe2x9TfGOETLvn2LtBKviJ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:41.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#l35gnhqclfXX1Jtv4l33JQUzCliN0eMS { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;top:2.3125rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eQPbVcAiagCyxFH2GfXNopBM02xOPeXP { color:rgba(var(--color-tertiary-4),1);display:block;width:59.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:7.0625rem;left:0.10000038146972rem;height:4.875rem;display:block; }
#eRbA4iOmfwp8VW4nev8iRmUZDJ3WWHnl { color:rgba(var(--color-tertiary-4),1);display:block;width:59.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:12.9375rem;left:0rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ASoTyClf7AA7WhhuOJJXqBynyNBTnBM9 { color:rgba(var(--color-tertiary-4),1);display:block;width:59.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:15.1875rem;left:0rem;height:3.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#x8OQ6gsWUb9ezlFZApsHAZ3S6iiREBmr { color:rgba(var(--color-tertiary-4),1);display:block;width:59.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:19.25rem;left:0rem;height:9.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cLBaKL2AK22wi12gLqit5DzRzCWXlVtw { color:rgba(var(--color-tertiary-4),1);display:block;width:59.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:30.125rem;left:0rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Gm0TvvMIxpdXyq0CUo4Lq7Px14RwopkW { color:rgba(var(--color-tertiary-4),1);display:block;width:59.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:32.375rem;left:0rem;height:17.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DtWmOiy3aX34ulRR6TmIdrqy18DdfauG { position:relative;display:block; }#DtWmOiy3aX34ulRR6TmIdrqy18DdfauG { background-color: transparent; background-image: none; }#DtWmOiy3aX34ulRR6TmIdrqy18DdfauG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DtWmOiy3aX34ulRR6TmIdrqy18DdfauG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DtWmOiy3aX34ulRR6TmIdrqy18DdfauG > .row .container > .video-iframe-container { display: none; }#DtWmOiy3aX34ulRR6TmIdrqy18DdfauG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DtWmOiy3aX34ulRR6TmIdrqy18DdfauG > .row > .video-iframe-container { display: none; }#DtWmOiy3aX34ulRR6TmIdrqy18DdfauG > .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); }#DtWmOiy3aX34ulRR6TmIdrqy18DdfauG { border-width: 0; border-radius: 0; }#DtWmOiy3aX34ulRR6TmIdrqy18DdfauG > .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; }#DtWmOiy3aX34ulRR6TmIdrqy18DdfauG > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:160.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#kyXXSAxrCGlvNCU2DlTM6fRu70uTG7H2 { color:rgba(var(--color-tertiary-4),1);display:block;width:59.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:9.3750019073488rem;left:0rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QmSkT9OKOiyd87ZhKtaQn5tEL8A7zZft { color:rgba(var(--color-tertiary-4),1);display:block;width:59.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:12.000000953674rem;left:0rem;height:11.375rem;display:block; }
#DzceRgFQhh4zB2CRKU2Fde91sdHzfcnw { color:rgba(var(--color-tertiary-4),1);display:block;width:59.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:24.312501192093rem;left:0rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#phnicBlVOEHkLUH5DAVwIToFQ63GfXxS { color:rgba(var(--color-tertiary-4),1);display:block;width:59.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:27.000001192093rem;left:0.0625rem;height:13rem;display:block; }
#hviyeoXoA3BcpK28BQ0u6N4znCoFvH7h { color:rgba(var(--color-tertiary-4),1);display:block;width:59.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:41.375001907349rem;left:0rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yRGJNbnIBs6E4pWtZoQUPLhbAmsqOGUM { color:rgba(var(--color-tertiary-4),1);display:block;width:59.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:44.250001907349rem;left:0.125rem;height:13rem;display:block; }
#Tz46B8esN8KTFypJ8os0sO8eFKRcTICz { color:rgba(var(--color-tertiary-4),1);display:block;width:59.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:57.875rem;left:0rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kLHQJNIhtuTTqJIQq83ma3Er3WRvbh2m { color:rgba(var(--color-tertiary-4),1);display:block;width:59.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:60.8125rem;left:0rem;height:14.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KcLTiXZpPbRNGs7hk2Qn6gysTPOzg9OT { color:rgba(var(--color-tertiary-4),1);display:block;width:59.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:76.81250190735rem;left:0rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HZdcokmJp56t6x6vTPakFKESZGbZ0ZBU { color:rgba(var(--color-tertiary-4),1);display:block;width:59.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:79.06250190735rem;left:0rem;height:11.375rem;display:block; }
#s77mPClGpXno3COiNeSZDbXTFWTGcraW { color:rgba(var(--color-tertiary-4),1);display:block;width:21.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:92.750005722044rem;left:0rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bmJKZR2PRWPibKACM8FeTr4fRHfB07CI { color:rgba(var(--color-tertiary-4),1);display:block;width:21.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:95.62499809265rem;left:0rem;height:1.625rem;display:block; }
#grqCH4wDSarP4iSITSGGWq1cEe2XbyZT { color:rgba(var(--color-tertiary-4),1);display:block;width:21.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:95.62499809265rem;left:27.000001907349rem;height:1.625rem;display:block; }
#pkTlsBze1zezOR6kDZCGUvE0g9RxcHtT { color:rgba(var(--color-tertiary-4),1);display:block;width:21.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:98.18749809265rem;left:0rem;height:1.625rem;font-style:normal;display:block; }
#QkRi9zyZgZgXT2HidZXBg5SoTe0WyHRW { color:rgba(var(--color-tertiary-4),1);display:block;width:28.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:98.18749809265rem;left:27.000001907349rem;height:3.25rem;font-style:normal;display:block; }
#E9F1ufQu3nJ7VwczNgnb6hXHd1L2eZIm { color:rgba(var(--color-tertiary-4),1);display:block;width:21.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:103.0625rem;left:0rem;height:1.625rem;font-style:normal;display:block; }
#S070XsHBFEKGcui4KxxutIfuQnq8GZW0 { color:rgba(var(--color-tertiary-4),1);display:block;width:27.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:103.0625rem;left:27.000001907349rem;height:4.875rem;font-style:normal;display:block; }
#kpTRTMSMUee6zcmFK63SpsQvI1P9Zsbe { color:rgba(var(--color-tertiary-4),1);display:block;width:21.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:108.75000190735rem;left:0rem;height:1.625rem;font-style:normal;display:block; }
#ln4xf05ZRIePAKLAufKADx4oigtezt6J { color:rgba(var(--color-tertiary-4),1);display:block;width:27.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:108.75000190735rem;left:27.000001907349rem;height:3.25rem;font-style:normal;display:block; }
#c0bCym5JgZp4yHXsk50dkBJqIXbtczP8 { color:rgba(var(--color-tertiary-4),1);display:block;width:21.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:112.93750190735rem;left:0rem;height:3.25rem;font-style:normal;display:block; }
#f0TNNoig7Qmo8DXHKymGE7dbOEMHcIaR { color:rgba(var(--color-tertiary-4),1);display:block;width:27.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:112.93750190735rem;left:27.000001907349rem;height:3.25rem;font-style:normal;display:block; }
#Es1n5N6GBS3AEXPBX89ZzsDhsRx4IZwb { color:rgba(var(--color-tertiary-4),1);display:block;width:58.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:118.37500190735rem;left:0rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VB83qrSAf8mp7dNfEaTth21CeuuTsnb6 { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:121.12422370911rem;left:0rem;height:17.875rem;font-style:normal;display:block; }
#nz89Wm1raDI1wgfve6m8PGT1xG4RGLRK { color:rgba(var(--color-tertiary-4),1);display:block;width:58.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:140.0625rem;left:0rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#E32tTBo1cUoTwPMcT3LDxrNcXUTZPuLf { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:142.24998664856rem;left:0rem;height:17.875rem;font-style:normal;display:block; }
#ocaJ9GCW1Q1UmthXfmAu3nQZWZP4LXSC { position:relative;display:block; }#ocaJ9GCW1Q1UmthXfmAu3nQZWZP4LXSC { background-color: transparent; background-image: none; }#ocaJ9GCW1Q1UmthXfmAu3nQZWZP4LXSC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ocaJ9GCW1Q1UmthXfmAu3nQZWZP4LXSC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ocaJ9GCW1Q1UmthXfmAu3nQZWZP4LXSC > .row .container > .video-iframe-container { display: none; }#ocaJ9GCW1Q1UmthXfmAu3nQZWZP4LXSC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ocaJ9GCW1Q1UmthXfmAu3nQZWZP4LXSC > .row > .video-iframe-container { display: none; }#ocaJ9GCW1Q1UmthXfmAu3nQZWZP4LXSC > .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); }#ocaJ9GCW1Q1UmthXfmAu3nQZWZP4LXSC { border-width: 0; border-radius: 0; }#ocaJ9GCW1Q1UmthXfmAu3nQZWZP4LXSC > .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; }#ocaJ9GCW1Q1UmthXfmAu3nQZWZP4LXSC > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-2),1);background-image:none;font-size:0.875rem;font-family:arial;height:44.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#s9qC0p9CEnF2ryDq3Vx6emq2tG4qk7p0 { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:1.1242198944092rem;left:0rem;height:8.125rem;font-style:normal;display:block; }
#o3cQcOfNp12pqDFzoTMQwl9RI6ZUBiMJ { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:10.31093788147rem;left:0rem;height:1.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NnMzs67Lv0o4vxbWXR3MxvqQ8TeTl8NX { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:13.18593788147rem;left:0rem;height:6.5rem;font-style:normal;display:block; }
#h0ODchDhVyyw3XLqr10WcPGOhbNrbbEP { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:21.06093788147rem;left:0rem;height:3.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#AGhVecKzPC4qk6pnRgesM4XHU34H3JSE { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:24.93593788147rem;left:0rem;height:13rem;font-style:normal;display:block; }
#UPyBMqomtoifiASQ4cCCpJy9PUQDIkeq { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:38.935938835144rem;left:0rem;height:3.65625rem;font-style:normal;display:block; }
#iymxfdk8cGrZmQbuA8qhh9zyJD2vlRx8 { position:relative;display:block; }#iymxfdk8cGrZmQbuA8qhh9zyJD2vlRx8 { background-color: transparent; background-image: none; }#iymxfdk8cGrZmQbuA8qhh9zyJD2vlRx8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iymxfdk8cGrZmQbuA8qhh9zyJD2vlRx8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iymxfdk8cGrZmQbuA8qhh9zyJD2vlRx8 > .row .container > .video-iframe-container { display: none; }#iymxfdk8cGrZmQbuA8qhh9zyJD2vlRx8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iymxfdk8cGrZmQbuA8qhh9zyJD2vlRx8 > .row > .video-iframe-container { display: none; }#iymxfdk8cGrZmQbuA8qhh9zyJD2vlRx8 > .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); }#iymxfdk8cGrZmQbuA8qhh9zyJD2vlRx8 { border-width: 0; border-radius: 0; }#iymxfdk8cGrZmQbuA8qhh9zyJD2vlRx8 > .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; }#iymxfdk8cGrZmQbuA8qhh9zyJD2vlRx8 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-2),1);background-image:none;font-size:0.875rem;font-family:arial;height:137.1875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Gsa1x8dvTqut6EJzwEnkUIvzrS7Cqm3i { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;top:0rem;left:0rem;height:3.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xLvt0a9h4CEMQB1D6kVrGwM4tpeAnTSQ { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:5.2484407424927rem;left:0rem;height:1.625rem;display:block; }
#Jlv5qIFalQ054Oe4oSnh9Wzfr90Mf5ex { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:8.3000030517575rem;left:0rem;height:9.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hMr8CZFKpes66Nrw2AI6TwVlw3zBhFA4 { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:18.000002980233rem;left:0rem;height:17.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CDp2GIZtrP3aUcamouUDlb5yTmObZ6JQ { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:35.825003623963rem;left:0rem;height:1.625rem;display:block; }
#r2QWadWzgNT2sZ1pIa8dMuIFV9echCXe { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:38.075003623963rem;left:0rem;height:3.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BMSh0xrTEhxH8na0PVywtxl1y0TyM8uD { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:41.987503051757rem;left:0rem;height:1.625rem;display:block; }
#DfD2rJmCAGqvMiMrXMZt4RXbMl8ZqGFT { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:43.562502861023rem;left:0rem;height:4.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Dwb7nVCdfvJnGMubxGlAPoOrUDAbaTdT { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:49.374221801757rem;left:0rem;height:1.625rem;display:block; }
#N9tV4uXpgG3IleHeo6q3mIIzwSQVZx8k { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:50.94922208786rem;left:0rem;height:9.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cTThcCMNt6XcNvTQnO0C5tkR6JJ0RmtR { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:61.574221611023rem;left:0rem;height:1.625rem;display:block; }
#CJqqdayqfswMI74kAlVGyB8K3TVtOvF6 { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:64.375002861025rem;left:0rem;height:4.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nipPRQUMMzXJLqQ8w2JTZGZ7I72DWsu8 { color:rgba(var(--color-tertiary-4),1);display:block;width:59.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:69.975003242494rem;left:0rem;height:1.625rem;display:block; }
#FdL4pshUI4VutwwpfoXulEpnB6dJQMWB { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:72.062502861025rem;left:0rem;height:13rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aK2LIv96sAcdtplBTTeA8OF5vGd3RM5i { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:85.6250038147rem;left:0rem;height:1.625rem;display:block; }
#nRHDGNcdnWNqhUCUutfcSBqKR1dyM2Ts { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:88.300003051756rem;left:0rem;height:14.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tRA7KeR9uyG85tdhyZLLIq3yikRhGAA2 { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:104.22500300408rem;left:0rem;height:1.625rem;display:block; }
#yWZlCTsA0hNh3DbvukF1ADEsFmOQmosh { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:107.03750324249rem;left:0rem;height:6.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Wq2RgzLTSDrhbfvLdtTTVtZTcuTCcOUu { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:114.35000324249rem;left:0rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#phoqdzzRltdEzrlXo9zC0idcyC84BJ3z { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:117.0625038147rem;left:0rem;height:8.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Ti2iA8mWSGOAVBNFOB9qTsyP5QXJumTT { display:block; }#Ti2iA8mWSGOAVBNFOB9qTsyP5QXJumTT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JDfucA9R8dQfxJBHvmErihG6UQ9UV2Vd { width:18.625rem;height:6.25rem;top:16.5625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xadAfUitCxXqqzQqU6UuvHNZlPTXGWUt { width:12.1875rem;height:3.5625rem;top:32.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQ5QJ0o6JSTC4TDupDGxiCUiEdBfnLpT { display:block; }
 }@media only screen and (max-width: 763px) { #ErOeBbsllLT7PdGaqeKFdcRZRvyh9tvz { width:12.1875rem;height:3.5625rem;top:32.5625rem;left:14.800001144409rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKwMIAaaPpOtMhFRQ73QdD0N2NvAVcl0 { display:block; }
 }@media only screen and (max-width: 763px) { #E1DyN61uITpLK8iAMHk3KahwzLoT88vo { top:0.625rem;left:0.52500152587891rem;width:22.1875rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7L4zph1TBkihxiZi6OfbZTEeKKLKV1C { top:27.5625rem;left:0rem;width:26.25rem;height:2.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLh8piDAcDbAoL5DFi49Khhr8oHicfE9 { top:38.5rem;left:0rem;width:25.0625rem;height:3.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfpmotD9Icd9BxcU8bgXrc8dCvVaA2Ae { top:9.6875rem;left:0rem;width:26.25rem;height:2.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpufh6dGSrxGTSe0iK3tpdxRyPgTtnUT { top:14.125rem;left:16.41250038147rem;width:8.9375rem;height:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDnVQSCl7t8L6Fg0VqTqJC5wFxesoX1W { display:block; }#HDnVQSCl7t8L6Fg0VqTqJC5wFxesoX1W > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tkRKemLDdmqIGZZt2lv1xzN8GGil13XC { width:12.5rem;height:15rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0yB0RbEDTIWMlopmELdmTnkOiPWO42H { width:12.5rem;height:15rem;top:0rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHuRd6e3DLb0GlCKS0TxqEJPOLxcgG8u { width:12.5rem;height:15rem;top:15rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFywGxA63SMXBOIb0858xRJPRv0hGRFH { width:12.5rem;height:15rem;top:0rem;left:18.875001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0nerQqWqNW1Fu3iIAlB8VcSmrhnSdXu { width:11.8125rem;height:4.6875rem;top:1.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1C59TVewwLh7fsIDRqueWTxwmyiLRPZ { width:5.1875rem;height:5.25rem;top:19.875rem;left:22.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEanN5cQDrTTqXzFbgQITu8UKoOsiIQy { width:11.25rem;height:2.0625rem;top:1.25rem;left:7rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkdNyofa2RFb7E5PKDEb281B6daJzdg0 { width:11.25rem;height:4.875rem;top:5rem;left:7rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJsRrk3NAD9k1hVNFpNGvgH0XTXBBhud { width:11.25rem;height:3.625rem;top:20.1875rem;left:7rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExVd93aE1qWWpiTseFIAw5EJi8J5HHmT { width:11.25rem;height:1rem;top:16.25rem;left:7rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMUTTi3AL0G6BrvCmtgOFFpOQSxBBf2y { width:11.25rem;height:3.625rem;top:5rem;left:19.500001907349rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cyIBB9ta8xGvZk8SCGEkpZzO7u9ZmwUU { width:11.25rem;height:1rem;top:1.75rem;left:18.875001907349rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Em7dKIfhLF7fsBM81zJecgc8co4SsrMP { width:12.25rem;height:3.625rem;top:30rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Anb1gQJkyEbDhDy57mRXMvrx26WmNT3A { display:block; }
 }@media only screen and (max-width: 763px) { #Dzdildq79HGTNKvtpkTToqQLn10GHiTC { width:12.5rem;height:15rem;top:0rem;left:6.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #t0FbQCN8LqTLbD9trkS81LdZdXzMkTXn { display:block; }#t0FbQCN8LqTLbD9trkS81LdZdXzMkTXn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PIrbaS6IxFL5nTilgzSy8tg3gSkOqVQv { width:12.5rem;height:15rem;top:15rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tp9p6KkWoZDpNRfagpr4xVWkKGHp17a1 { width:12.5rem;height:15rem;top:0rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2qwXbCGKxIlE7MT9iatJdDuCIZzkrzb { width:12.5rem;height:15rem;top:0rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6Qq61SXasWCkz8uIrk6k1O2UG78Ax1w { width:12.5rem;height:15rem;top:15rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTLowxz5yrTeUo0pmmiDIG7NLTF0yx8Q { width:8.5rem;height:7rem;top:1.3125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ub2fhCWDLZBBL0R0n3zaBZff1aVG7rod { width:3.8125rem;height:5.0625rem;top:19.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IiP4zrhAONT4Tr5JROUkTO0NDJqtKe8f { width:12.25rem;height:3.625rem;top:32.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vr2PcdXMuyoJqIOnsMh6T2WEAtqaXxPD { display:block; }
 }@media only screen and (max-width: 763px) { #lzdtHVySBoKoElb3TeH3GTU6Dy6Le5t1 { width:11.25rem;height:4.875rem;top:5rem;left:7rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9qxlTG9FvrnpAW1OLdT4edg2k2CrTTq { width:11.25rem;height:8.5625rem;top:5rem;left:19.500001907349rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJIvgWBwl9BHJTyLkT1b7Z56sqW9OAhu { width:11.25rem;height:7.3125rem;top:19.9375rem;left:19.500001907349rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAWLVTk42Sv6bloSvxcc6fdrVVk2LQT9 { width:11.25rem;height:2.0625rem;top:1.3125rem;left:6.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9mAQQuybKK38t6nVH6to7VZteMc6A64 { width:11.25rem;height:2.8125rem;top:0.875rem;left:19.500001907349rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wb6wlGUshmf4fnGXTRyGWCuRFP7a7myA { width:11.25rem;height:2.8125rem;top:16.1875rem;left:19.500001907349rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCCOODDnL3gufOEhHhcTrc9FzoMf6lTc { width:12.5rem;height:15rem;top:15rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7sqlKKs1UhgyvkDllbPaLgDUb5z4IRo { width:11.25rem;height:2.0625rem;top:16.5625rem;left:7.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3JTMh9equXZEnpiDAa0Q3clHILXVgWP { width:11.625rem;height:9.75rem;top:19.9375rem;left:6.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MeZpdaNorsp8mzk8H3CseTOKVax4yAD9 { display:block; }#MeZpdaNorsp8mzk8H3CseTOKVax4yAD9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zBmkSMsLQgobg4ga8SkSzwhT7qR0m5xX { width:12.5rem;height:15rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nxz3ZWqlr1I8y2Dlw5O4Gevhz0K6TQu3 { width:8.5rem;height:4.6875rem;top:4.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4EhOZTbRSymie9D97pHGPUmtQadsgmZ { width:25.375rem;height:15rem;top:0rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qnvn0t5f0d702ET0WGP6ZnTFBLqCZQm4 { width:25.375rem;height:15rem;top:17.3125rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZGcnHC6GevWq1MkC6x2fc6TxnzWBf2w { width:25.375rem;height:15rem;top:34.5rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdtWe8PdpKc7gT4s30DAOsWgkSnvthKD { width:25.375rem;height:15rem;top:51.375rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LiEEhEx4tf6vD8bSfzPH6Jf41TxMmPxr { width:12.1875rem;height:3.5625rem;top:67.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bppym4InU6R2UcC2HdWV2wTJodgwS42x { display:block; }
 }@media only screen and (max-width: 763px) { #T0LLHMRH0nK9TfNg6ynzK7pqbyooTcA6 { display:block; }#T0LLHMRH0nK9TfNg6ynzK7pqbyooTcA6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h3z1ip0iFQJi9TR61Amqw9TZsDFJ0DT9 { display:block; }#h3z1ip0iFQJi9TR61Amqw9TZsDFJ0DT9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UHvo8FepGOMXRB32sOCukkyGedWmr8cM { width:10.5625rem;height:3.75rem;top:4.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gpgfnAnJeGf1IKF7rp7MAXCQo2t6eCiK { width:12.5rem;height:15rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFLVGQbXpKLvzVOb8vt2iylOB9NUdxFq { width:10.5625rem;height:7rem;top:4.875rem;left:7.40625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKrid9qyC2B2DyLw5gw4H23WTKJzVuKR { width:12.5rem;height:15rem;top:0rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWpO8FKPGdJeEGcWXQwiHpLQUPP4rhz3 { width:12.5rem;height:15rem;top:0.0625rem;left:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCXpDlhdTB1Rf3ysAGRIF5I5nFJEwzLN { width:10.5625rem;height:3.75rem;top:6.125rem;left:19.906251907349rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygNFaAOOClmRpx2RsuX2wJ2ePI8l4nK5 { width:12.25rem;height:3.625rem;top:31.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzs4KXPGfTa9qrgPV6G5Kl4N2PEo4Tmi { display:block; }
 }@media only screen and (max-width: 763px) { #OHTo3ZobIgok3ngz1EJ9NXogRinAaPGP { width:10.5625rem;height:3.75rem;top:20.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBlJEDxGddNkUioqaNtFiHHzdfVlJb5K { width:12.5rem;height:15rem;top:15rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GlcDqh9NsGR6oOg1gpiJqBMgMcECQPx5 { width:10.5625rem;height:3.75rem;top:20.125rem;left:7.40625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0fKso6T0M41tibEHhUt91UUfqbnhRFn { width:12.5rem;height:15rem;top:15rem;left:18.937501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0XE78uHhpuqQM0hFv7tqHvAkUaia38v { width:10.8125rem;height:3.625rem;top:20.625rem;left:19.781251907349rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXXzxPImDyVd6xUKskFMwtLJDF9CNb99 { display:block; }#HXXzxPImDyVd6xUKskFMwtLJDF9CNb99 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ehr8sGwmGVG0gPkA4ZCDNE1msR31UKIG { width:14.5rem;height:5.0625rem;top:0.625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbpsozwSiIsbukq64qXzeiwAIpsdbfaa .widget-regular-label { display:block;width:22.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#bbpsozwSiIsbukq64qXzeiwAIpsdbfaa .widget-input-text { width:22.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#bbpsozwSiIsbukq64qXzeiwAIpsdbfaa .widget-input-text {padding-top: 0; padding-bottom: 0;}#bbpsozwSiIsbukq64qXzeiwAIpsdbfaa .widget-textarea { width:22.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#bbpsozwSiIsbukq64qXzeiwAIpsdbfaa .widget-input-select { width:22.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#bbpsozwSiIsbukq64qXzeiwAIpsdbfaa .widget-input-select {padding-top: 0; padding-bottom: 0;}#bbpsozwSiIsbukq64qXzeiwAIpsdbfaa .widget-input-button { width:22.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#bbpsozwSiIsbukq64qXzeiwAIpsdbfaa .widget-checkbox-label { width:21.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#bbpsozwSiIsbukq64qXzeiwAIpsdbfaa  { width:22.5rem;height:auto;top:8.5rem;left:0rem; }
#bbpsozwSiIsbukq64qXzeiwAIpsdbfaa .radio-container { width:22.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#bbpsozwSiIsbukq64qXzeiwAIpsdbfaa {display:block;}#bbpsozwSiIsbukq64qXzeiwAIpsdbfaa { width:22.5rem;height:auto;top:8.5rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #bbpsozwSiIsbukq64qXzeiwAIpsdbfaa #fqDb49AD1i7qf97vsZbA1qDdTHKkiIWr {  }
 }@media only screen and (max-width: 763px) { #bbpsozwSiIsbukq64qXzeiwAIpsdbfaa #sAvm3m4UdThgcoT5q9WORV2WI6Jzo9tL { display:block; }
 }@media only screen and (max-width: 763px) { #bbpsozwSiIsbukq64qXzeiwAIpsdbfaa #XBGoSzg1zfX7ZIl1gt76e9xRKVt0TuHT {  }
 }@media only screen and (max-width: 763px) { #bbpsozwSiIsbukq64qXzeiwAIpsdbfaa #I7pU58fl2mwTa6JyIe1XLxzv60mg6TXN {  }
 }@media only screen and (max-width: 763px) { #bbpsozwSiIsbukq64qXzeiwAIpsdbfaa #G8MJmP3Mf4v70hnOy9d5QIv3KH59cqdT { display:block; }
 }@media only screen and (max-width: 763px) { #bbpsozwSiIsbukq64qXzeiwAIpsdbfaa #r6c9QAFsVps7Gy6zRubMmzEuG3NLOkLz {  }
 }@media only screen and (max-width: 763px) { #bbpsozwSiIsbukq64qXzeiwAIpsdbfaa #rnBElrelelCvHxFdHme2KzTo8BvXB4c1 {  }
 }@media only screen and (max-width: 763px) { #bbpsozwSiIsbukq64qXzeiwAIpsdbfaa #x0FX1cStIKMqzXdo7HD85GddTEixD681 {  }
 }@media only screen and (max-width: 763px) { #bbpsozwSiIsbukq64qXzeiwAIpsdbfaa #RnZTRfsZWkbBk5WZcTePHWQLxsmdEhMH {  }
 }@media only screen and (max-width: 763px) { #bbpsozwSiIsbukq64qXzeiwAIpsdbfaa #GtrhTWgxJkPD42T7VwDul2crl2VL3qcl {  }
 }@media only screen and (max-width: 763px) { #bbpsozwSiIsbukq64qXzeiwAIpsdbfaa #K7zReNnZKydRhDnKqNhb1TgcHJuxeqG4 { z-index:2; }
 }@media only screen and (max-width: 763px) { #bbpsozwSiIsbukq64qXzeiwAIpsdbfaa #n91CPtifTkAIbpTZLcRw0ocA3fe3aTJh {  }
 }@media only screen and (max-width: 763px) { #bbpsozwSiIsbukq64qXzeiwAIpsdbfaa #tFgGtuKmlsBm42Nvbgw3EktwdBbWQ0Dx {  }
 }@media only screen and (max-width: 763px) { #bbpsozwSiIsbukq64qXzeiwAIpsdbfaa #FWy5rTlfefRdz1Fw11kQf4GmUc0wrUnX {  }
 }@media only screen and (max-width: 763px) { #g5Mtg8hr8huZO6sEgz59bnvhzLiZJbCf { width:29.9375rem;height:;top:4rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcWmLo7KA1TImw01oTli1aHDQeSpvuhT { width:6.6875rem;height:1.6875rem;top:6.8125rem;left:3.96875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cIPrQ5fLzsMaQUvalbUKBC0FdNtiyzd6 { top:33.875rem;left:0rem;width:15.5rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJormcVPymht77xvwJM3wIWXrxa9MeO8 { top:31.75rem;left:0rem;width:25.25rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVWTsAQSVCErcQlOFyR8Z7WE2llX5wEu { display:block; }#TVWTsAQSVCErcQlOFyR8Z7WE2llX5wEu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AJQE475h9QfZaBdpCJ511LgNKkoHRVkZ { display:block; }#AJQE475h9QfZaBdpCJ511LgNKkoHRVkZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AfGrFBigGHHwiTgWeT3WFAyrHnmSniZc { width:12.4375rem;height:14.9375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7frS1I7XEfuTvX4hXZcsuoUT3RTBzsJ { width:3.9375rem;height:3.4375rem;top:5.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXseiC3fKMau5PoeO65Td6u3MUnXpHQq { width:5.1875rem;height:1.5625rem;top:2.5625rem;left:0rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZHcVGxW5HiqZCTe3Cf7EkxMP1esxQ8R { width:12.25rem;height:3.625rem;top:30.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vowfofcxic9zWPC8pNaFd4RZrderE8Mf { display:block; }
 }@media only screen and (max-width: 763px) { #sgJLpJxCLtPd74rnVbmllATXyPf7WT8D { width:12.4375rem;height:14.9375rem;top:0rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERi3Z0f2LOK1Sgx00OZtD758iFHRuFAM { top:4.125rem;left:6.9375rem;width:11.4375rem;height:6.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlTlM5FTpbLk3Q7JEtFWZSgC4eX2bNpO { top:16.5rem;left:0rem;width:38.5rem;height:8.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r753Ulva4Vbe2x9TfGOETLvn2LtBKviJ { display:block; }#r753Ulva4Vbe2x9TfGOETLvn2LtBKviJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l35gnhqclfXX1Jtv4l33JQUzCliN0eMS { top:2.3125rem;left:0rem;width:47.75rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQPbVcAiagCyxFH2GfXNopBM02xOPeXP { top:7.0625rem;left:0rem;width:47.75rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRbA4iOmfwp8VW4nev8iRmUZDJ3WWHnl { top:12.9375rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASoTyClf7AA7WhhuOJJXqBynyNBTnBM9 { top:15.1875rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8OQ6gsWUb9ezlFZApsHAZ3S6iiREBmr { top:19.25rem;left:0rem;width:47.75rem;height:9.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLBaKL2AK22wi12gLqit5DzRzCWXlVtw { top:30.125rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gm0TvvMIxpdXyq0CUo4Lq7Px14RwopkW { top:32.375rem;left:0rem;width:47.75rem;height:17.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtWmOiy3aX34ulRR6TmIdrqy18DdfauG { display:block; }#DtWmOiy3aX34ulRR6TmIdrqy18DdfauG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kyXXSAxrCGlvNCU2DlTM6fRu70uTG7H2 { top:9.375rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmSkT9OKOiyd87ZhKtaQn5tEL8A7zZft { top:12rem;left:0rem;width:47.75rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzceRgFQhh4zB2CRKU2Fde91sdHzfcnw { top:24.3125rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #phnicBlVOEHkLUH5DAVwIToFQ63GfXxS { top:27rem;left:0rem;width:47.75rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hviyeoXoA3BcpK28BQ0u6N4znCoFvH7h { top:41.375rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRGJNbnIBs6E4pWtZoQUPLhbAmsqOGUM { top:44.25rem;left:0rem;width:47.75rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tz46B8esN8KTFypJ8os0sO8eFKRcTICz { top:57.875rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLHQJNIhtuTTqJIQq83ma3Er3WRvbh2m { top:60.8125rem;left:0rem;width:47.75rem;height:14.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KcLTiXZpPbRNGs7hk2Qn6gysTPOzg9OT { top:76.8125rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZdcokmJp56t6x6vTPakFKESZGbZ0ZBU { top:79.0625rem;left:0rem;width:47.75rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s77mPClGpXno3COiNeSZDbXTFWTGcraW { top:92.75rem;left:0rem;width:21.6875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmJKZR2PRWPibKACM8FeTr4fRHfB07CI { top:95.5625rem;left:0rem;width:21.6875rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #grqCH4wDSarP4iSITSGGWq1cEe2XbyZT { top:95.5625rem;left:20.875001907349rem;width:21.6875rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pkTlsBze1zezOR6kDZCGUvE0g9RxcHtT { top:98.125rem;left:0rem;width:21.6875rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkRi9zyZgZgXT2HidZXBg5SoTe0WyHRW { top:98.125rem;left:19.1875rem;width:28.5625rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9F1ufQu3nJ7VwczNgnb6hXHd1L2eZIm { top:103.0625rem;left:0rem;width:21.6875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S070XsHBFEKGcui4KxxutIfuQnq8GZW0 { top:103.0625rem;left:19.9375rem;width:27.8125rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpTRTMSMUee6zcmFK63SpsQvI1P9Zsbe { top:108.75rem;left:0rem;width:21.6875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ln4xf05ZRIePAKLAufKADx4oigtezt6J { top:108.75rem;left:19.9375rem;width:27.8125rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0bCym5JgZp4yHXsk50dkBJqIXbtczP8 { top:112.9375rem;left:0rem;width:21.6875rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0TNNoig7Qmo8DXHKymGE7dbOEMHcIaR { top:112.9375rem;left:19.9375rem;width:27.8125rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Es1n5N6GBS3AEXPBX89ZzsDhsRx4IZwb { top:118.375rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VB83qrSAf8mp7dNfEaTth21CeuuTsnb6 { top:121.0625rem;left:0rem;width:47.75rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nz89Wm1raDI1wgfve6m8PGT1xG4RGLRK { top:140.0625rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #E32tTBo1cUoTwPMcT3LDxrNcXUTZPuLf { top:142.1875rem;left:0rem;width:47.75rem;height:17.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocaJ9GCW1Q1UmthXfmAu3nQZWZP4LXSC { display:block; }#ocaJ9GCW1Q1UmthXfmAu3nQZWZP4LXSC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s9qC0p9CEnF2ryDq3Vx6emq2tG4qk7p0 { top:1.0625rem;left:0rem;width:47.75rem;height:8.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3cQcOfNp12pqDFzoTMQwl9RI6ZUBiMJ { top:10.25rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnMzs67Lv0o4vxbWXR3MxvqQ8TeTl8NX { top:13.125rem;left:0rem;width:47.75rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0ODchDhVyyw3XLqr10WcPGOhbNrbbEP { top:21rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGhVecKzPC4qk6pnRgesM4XHU34H3JSE { top:24.875rem;left:0rem;width:47.75rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPyBMqomtoifiASQ4cCCpJy9PUQDIkeq { top:38.875rem;left:0rem;width:47.75rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iymxfdk8cGrZmQbuA8qhh9zyJD2vlRx8 { display:block; }#iymxfdk8cGrZmQbuA8qhh9zyJD2vlRx8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gsa1x8dvTqut6EJzwEnkUIvzrS7Cqm3i { top:0rem;left:0rem;width:47.75rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLvt0a9h4CEMQB1D6kVrGwM4tpeAnTSQ { top:5.1875rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jlv5qIFalQ054Oe4oSnh9Wzfr90Mf5ex { top:8.25rem;left:0rem;width:47.75rem;height:9.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMr8CZFKpes66Nrw2AI6TwVlw3zBhFA4 { top:18rem;left:0rem;width:47.75rem;height:17.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDp2GIZtrP3aUcamouUDlb5yTmObZ6JQ { top:35.8125rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2QWadWzgNT2sZ1pIa8dMuIFV9echCXe { top:38.0625rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMSh0xrTEhxH8na0PVywtxl1y0TyM8uD { top:41.9375rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfD2rJmCAGqvMiMrXMZt4RXbMl8ZqGFT { top:43.5625rem;left:0rem;width:47.75rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dwb7nVCdfvJnGMubxGlAPoOrUDAbaTdT { top:49.3125rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9tV4uXpgG3IleHeo6q3mIIzwSQVZx8k { top:50.9375rem;left:0rem;width:47.75rem;height:9.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTThcCMNt6XcNvTQnO0C5tkR6JJ0RmtR { top:61.5625rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJqqdayqfswMI74kAlVGyB8K3TVtOvF6 { top:64.375rem;left:0rem;width:47.75rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nipPRQUMMzXJLqQ8w2JTZGZ7I72DWsu8 { top:69.9375rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdL4pshUI4VutwwpfoXulEpnB6dJQMWB { top:72.0625rem;left:0rem;width:47.75rem;height:13rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aK2LIv96sAcdtplBTTeA8OF5vGd3RM5i { top:85.625rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRHDGNcdnWNqhUCUutfcSBqKR1dyM2Ts { top:88.25rem;left:0rem;width:47.75rem;height:14.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRA7KeR9uyG85tdhyZLLIq3yikRhGAA2 { top:104.1875rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWZlCTsA0hNh3DbvukF1ADEsFmOQmosh { top:107rem;left:0rem;width:47.75rem;height:6.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wq2RgzLTSDrhbfvLdtTTVtZTcuTCcOUu { top:114.3125rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #phoqdzzRltdEzrlXo9zC0idcyC84BJ3z { top:117.0625rem;left:0rem;width:47.75rem;height:8.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { body { background-color:rgba(0,0,0,0);background-image:none;position:relative;display:block; }
#I6Tv2aILvoA4SOv4TIrGWhsVqTaeUwZe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I6Tv2aILvoA4SOv4TIrGWhsVqTaeUwZe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I6Tv2aILvoA4SOv4TIrGWhsVqTaeUwZe > .row > .video-iframe-container { display: none; }#I6Tv2aILvoA4SOv4TIrGWhsVqTaeUwZe > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #Ti2iA8mWSGOAVBNFOB9qTsyP5QXJumTT { background-color:rgba(var(--color-primary-2),1);background-image:none;display:block; }#Ti2iA8mWSGOAVBNFOB9qTsyP5QXJumTT > .row .container { background-color: transparent; background-image: none; }#Ti2iA8mWSGOAVBNFOB9qTsyP5QXJumTT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ti2iA8mWSGOAVBNFOB9qTsyP5QXJumTT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ti2iA8mWSGOAVBNFOB9qTsyP5QXJumTT > .row .container > .video-iframe-container { display: none; }#Ti2iA8mWSGOAVBNFOB9qTsyP5QXJumTT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ti2iA8mWSGOAVBNFOB9qTsyP5QXJumTT > .row > .video-iframe-container { display: none; }#Ti2iA8mWSGOAVBNFOB9qTsyP5QXJumTT > .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); }#Ti2iA8mWSGOAVBNFOB9qTsyP5QXJumTT > .row .container { width:20rem;height:62.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JDfucA9R8dQfxJBHvmErihG6UQ9UV2Vd { width:14.4375rem;height:8.25rem;top:14.375rem;left:2.7812500596046rem;text-align:center;text-align-last:center;font-size:1.375rem;color:rgba(var(--color-tertiary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #xadAfUitCxXqqzQqU6UuvHNZlPTXGWUt { width:16.475rem;height:3.6rem;top:24.4375rem;left:1.7249999642372rem;color:rgba(var(--color-tertiary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #tQ5QJ0o6JSTC4TDupDGxiCUiEdBfnLpT { display:block; }
 }@media only screen and (max-width: 763px) { #ErOeBbsllLT7PdGaqeKFdcRZRvyh9tvz { width:14.375rem;height:3.75rem;top:42.5rem;left:2.8125rem;text-align:center;text-align-last:center;color:rgba(var(--color-primary-4),1);border-top:0.125rem solid rgba(var(--color-tertiary-4),1);border-left:0.125rem solid rgba(var(--color-tertiary-4),1);border-right:0.125rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #LKwMIAaaPpOtMhFRQ73QdD0N2NvAVcl0 { display:block; }
 }@media only screen and (max-width: 763px) { #E1DyN61uITpLK8iAMHk3KahwzLoT88vo { width:15.8125rem;height:6.4375rem;top:1.5rem;left:1.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7L4zph1TBkihxiZi6OfbZTEeKKLKV1C { width:20rem;height:4.2rem;top:49.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PLh8piDAcDbAoL5DFi49Khhr8oHicfE9 { width:20rem;height:3.9375rem;top:56.637500762939rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #xfpmotD9Icd9BxcU8bgXrc8dCvVaA2Ae { width:20rem;height:2.8rem;top:9.8250000476837rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zpufh6dGSrxGTSe0iK3tpdxRyPgTtnUT { width:8.9375rem;height:11.125rem;top:29.512499809265rem;left:5.2187500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDnVQSCl7t8L6Fg0VqTqJC5wFxesoX1W { display:block; }#HDnVQSCl7t8L6Fg0VqTqJC5wFxesoX1W { background-color: transparent; background-image: none; }#HDnVQSCl7t8L6Fg0VqTqJC5wFxesoX1W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HDnVQSCl7t8L6Fg0VqTqJC5wFxesoX1W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HDnVQSCl7t8L6Fg0VqTqJC5wFxesoX1W > .row .container > .video-iframe-container { display: none; }#HDnVQSCl7t8L6Fg0VqTqJC5wFxesoX1W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HDnVQSCl7t8L6Fg0VqTqJC5wFxesoX1W > .row > .video-iframe-container { display: none; }#HDnVQSCl7t8L6Fg0VqTqJC5wFxesoX1W > .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); }#HDnVQSCl7t8L6Fg0VqTqJC5wFxesoX1W > .row .container { width:20rem;height:84.875rem;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tkRKemLDdmqIGZZt2lv1xzN8GGil13XC { width:10rem;height:15rem;top:1.25rem;left:5rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #h0yB0RbEDTIWMlopmELdmTnkOiPWO42H { width:10rem;height:15rem;top:18.800000190735rem;left:5.0000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHuRd6e3DLb0GlCKS0TxqEJPOLxcgG8u { width:10rem;height:15rem;top:63.668975rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFywGxA63SMXBOIb0858xRJPRv0hGRFH { width:10rem;height:15rem;top:33.75rem;left:5rem;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #W0nerQqWqNW1Fu3iIAlB8VcSmrhnSdXu { width:8rem;height:3.9375rem;top:6.78125rem;left:6rem;text-align:center;text-align-last:center;font-size:1.3125rem;color:rgba(var(--color-tertiary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #b1C59TVewwLh7fsIDRqueWTxwmyiLRPZ { width:5.1875rem;height:5.25rem;top:68.543748855594rem;left:7.4062505364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEanN5cQDrTTqXzFbgQITu8UKoOsiIQy { width:8.75rem;height:3.09375rem;top:19.625rem;left:5.6250000596046rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-4),1);font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkdNyofa2RFb7E5PKDEb281B6daJzdg0 { width:8.75rem;height:7.35rem;top:23.9375rem;left:5.6250000596046rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJsRrk3NAD9k1hVNFpNGvgH0XTXBBhud { width:8.75rem;height:4.9rem;top:54.54785rem;left:5.625rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExVd93aE1qWWpiTseFIAw5EJi8J5HHmT { width:8.75rem;height:1.03125rem;top:50rem;left:5.625rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-4),1);font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMUTTi3AL0G6BrvCmtgOFFpOQSxBBf2y { width:8.75rem;height:4.9rem;top:38.75rem;left:5.625rem;text-align:center;text-align-last:center;font-size:0.875rem;color:rgba(var(--color-primary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #cyIBB9ta8xGvZk8SCGEkpZzO7u9ZmwUU { width:8.75rem;height:1.03125rem;top:35rem;left:5.625rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:rgba(var(--color-primary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #Em7dKIfhLF7fsBM81zJecgc8co4SsrMP { width:12.375rem;height:3.75rem;top:79.918975rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Anb1gQJkyEbDhDy57mRXMvrx26WmNT3A { display:block; }
 }@media only screen and (max-width: 763px) { #Dzdildq79HGTNKvtpkTToqQLn10GHiTC { width:10rem;height:15rem;top:48.71875rem;left:5.0000000596046rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #t0FbQCN8LqTLbD9trkS81LdZdXzMkTXn { display:block; }#t0FbQCN8LqTLbD9trkS81LdZdXzMkTXn { background-color: transparent; background-image: none; }#t0FbQCN8LqTLbD9trkS81LdZdXzMkTXn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t0FbQCN8LqTLbD9trkS81LdZdXzMkTXn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t0FbQCN8LqTLbD9trkS81LdZdXzMkTXn > .row .container > .video-iframe-container { display: none; }#t0FbQCN8LqTLbD9trkS81LdZdXzMkTXn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t0FbQCN8LqTLbD9trkS81LdZdXzMkTXn > .row > .video-iframe-container { display: none; }#t0FbQCN8LqTLbD9trkS81LdZdXzMkTXn > .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); }#t0FbQCN8LqTLbD9trkS81LdZdXzMkTXn > .row .container { width:20rem;height:107.1875rem;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PIrbaS6IxFL5nTilgzSy8tg3gSkOqVQv { width:10rem;height:15rem;top:43rem;left:5rem;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Tp9p6KkWoZDpNRfagpr4xVWkKGHp17a1 { width:10rem;height:15rem;top:9.8125rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2qwXbCGKxIlE7MT9iatJdDuCIZzkrzb { width:10rem;height:15rem;top:59.5rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6Qq61SXasWCkz8uIrk6k1O2UG78Ax1w { width:10rem;height:15rem;top:87.6875rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTLowxz5yrTeUo0pmmiDIG7NLTF0yx8Q { width:8.5rem;height:3.9375rem;top:2.875rem;left:5.7500000596046rem;text-align:center;text-align-last:center;font-size:1.3125rem;color:rgba(var(--color-tertiary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #ub2fhCWDLZBBL0R0n3zaBZff1aVG7rod { width:3.8125rem;height:5.0625rem;top:92.6875rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IiP4zrhAONT4Tr5JROUkTO0NDJqtKe8f { width:12.3rem;height:3.675rem;top:78.237500190738rem;left:3.8499999642372rem;color:rgba(var(--color-tertiary-4),1);border-top:0.125rem solid rgba(var(--color-tertiary-4),1);border-left:0.125rem solid rgba(var(--color-tertiary-4),1);border-right:0.125rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #Vr2PcdXMuyoJqIOnsMh6T2WEAtqaXxPD { display:block; }
 }@media only screen and (max-width: 763px) { #lzdtHVySBoKoElb3TeH3GTU6Dy6Le5t1 { width:8.75rem;height:6.125rem;top:14.25rem;left:5.625rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9qxlTG9FvrnpAW1OLdT4edg2k2CrTTq { width:8.75rem;height:11.025rem;top:63.5rem;left:5.625rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJIvgWBwl9BHJTyLkT1b7Z56sqW9OAhu { width:8.75rem;height:11.025rem;top:46.4375rem;left:5.625rem;text-align:center;text-align-last:center;font-size:0.875rem;color:rgba(var(--color-primary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #rAWLVTk42Sv6bloSvxcc6fdrVVk2LQT9 { width:8.375rem;height:2.4375rem;top:11.09609413147rem;left:5.8125000596046rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-4),1);font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #n9mAQQuybKK38t6nVH6to7VZteMc6A64 { width:8.125rem;height:2.4375rem;top:60.5625rem;left:5.9375rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-4),1);font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #wb6wlGUshmf4fnGXTRyGWCuRFP7a7myA { width:9rem;height:2.4375rem;top:43.6875rem;left:5.5rem;text-align:center;text-align-last:center;color:rgba(var(--color-primary-2),1);font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #MCCOODDnL3gufOEhHhcTrc9FzoMf6lTc { width:10.0625rem;height:15rem;top:26.4375rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7sqlKKs1UhgyvkDllbPaLgDUb5z4IRo { width:10.125rem;height:2.0625rem;top:27.625rem;left:4.9375rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-4),1);font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3JTMh9equXZEnpiDAa0Q3clHILXVgWP { width:9.5625rem;height:12.25rem;top:30.75rem;left:5.25rem;text-align:center;text-align-last:center;font-size:0.875rem;color:rgba(var(--color-primary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #MeZpdaNorsp8mzk8H3CseTOKVax4yAD9 { display:block; }#MeZpdaNorsp8mzk8H3CseTOKVax4yAD9 { background-color: transparent; background-image: none; }#MeZpdaNorsp8mzk8H3CseTOKVax4yAD9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MeZpdaNorsp8mzk8H3CseTOKVax4yAD9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MeZpdaNorsp8mzk8H3CseTOKVax4yAD9 > .row .container > .video-iframe-container { display: none; }#MeZpdaNorsp8mzk8H3CseTOKVax4yAD9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MeZpdaNorsp8mzk8H3CseTOKVax4yAD9 > .row > .video-iframe-container { display: none; }#MeZpdaNorsp8mzk8H3CseTOKVax4yAD9 > .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); }#MeZpdaNorsp8mzk8H3CseTOKVax4yAD9 > .row .container { width:20rem;height:82.5rem;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zBmkSMsLQgobg4ga8SkSzwhT7qR0m5xX { width:10rem;height:15rem;top:0.625rem;left:5.0000000596046rem;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Nxz3ZWqlr1I8y2Dlw5O4Gevhz0K6TQu3 { width:8.5rem;height:3.75rem;top:6.875rem;left:5.75rem;text-align:center;text-align-last:center;font-size:1.25rem;color:rgba(var(--color-tertiary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #Z4EhOZTbRSymie9D97pHGPUmtQadsgmZ { height:11.8125rem;width:20rem;top:17.374999523163rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qnvn0t5f0d702ET0WGP6ZnTFBLqCZQm4 { height:11.7484375rem;width:19.875rem;top:31.437500953674rem;left:0.024218738079071rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZGcnHC6GevWq1MkC6x2fc6TxnzWBf2w { height:11.7484375rem;width:19.875rem;top:45.785938262939rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdtWe8PdpKc7gT4s30DAOsWgkSnvthKD { height:11.7484375rem;width:19.875rem;top:59.759376525879rem;left:0.024218738079071rem;display:block; }
 }@media only screen and (max-width: 763px) { #LiEEhEx4tf6vD8bSfzPH6Jf41TxMmPxr { width:12.225rem;height:3.6rem;top:75.311717987062rem;left:3.8499999642372rem;color:rgba(var(--color-tertiary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #Bppym4InU6R2UcC2HdWV2wTJodgwS42x { display:block; }
 }@media only screen and (max-width: 763px) { #T0LLHMRH0nK9TfNg6ynzK7pqbyooTcA6 { background-color:rgba(var(--color-primary-2),1);background-image:none;display:block; }#T0LLHMRH0nK9TfNg6ynzK7pqbyooTcA6 > .row .container { background-color: transparent; background-image: none; }#T0LLHMRH0nK9TfNg6ynzK7pqbyooTcA6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T0LLHMRH0nK9TfNg6ynzK7pqbyooTcA6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T0LLHMRH0nK9TfNg6ynzK7pqbyooTcA6 > .row .container > .video-iframe-container { display: none; }#T0LLHMRH0nK9TfNg6ynzK7pqbyooTcA6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T0LLHMRH0nK9TfNg6ynzK7pqbyooTcA6 > .row > .video-iframe-container { display: none; }#T0LLHMRH0nK9TfNg6ynzK7pqbyooTcA6 > .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); }#T0LLHMRH0nK9TfNg6ynzK7pqbyooTcA6 > .row .container { width:20rem;height:2.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h3z1ip0iFQJi9TR61Amqw9TZsDFJ0DT9 { display:block; }#h3z1ip0iFQJi9TR61Amqw9TZsDFJ0DT9 { background-color: transparent; background-image: none; }#h3z1ip0iFQJi9TR61Amqw9TZsDFJ0DT9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h3z1ip0iFQJi9TR61Amqw9TZsDFJ0DT9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h3z1ip0iFQJi9TR61Amqw9TZsDFJ0DT9 > .row .container > .video-iframe-container { display: none; }#h3z1ip0iFQJi9TR61Amqw9TZsDFJ0DT9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h3z1ip0iFQJi9TR61Amqw9TZsDFJ0DT9 > .row > .video-iframe-container { display: none; }#h3z1ip0iFQJi9TR61Amqw9TZsDFJ0DT9 > .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); }#h3z1ip0iFQJi9TR61Amqw9TZsDFJ0DT9 > .row .container { width:20rem;height:108rem;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UHvo8FepGOMXRB32sOCukkyGedWmr8cM { width:11.9375rem;height:4.6875rem;top:9.03125rem;left:4.0312500596046rem;text-align:center;text-align-last:center;font-size:1.5625rem;color:rgba(var(--color-tertiary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #gpgfnAnJeGf1IKF7rp7MAXCQo2t6eCiK { width:12.5rem;height:15rem;top:3.40625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFLVGQbXpKLvzVOb8vt2iylOB9NUdxFq { width:10.5625rem;height:12.46875rem;top:22.9375rem;left:4.75rem;text-align:center;text-align-last:center;font-size:1.1875rem;color:rgba(var(--color-tertiary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #hKrid9qyC2B2DyLw5gw4H23WTKJzVuKR { width:12.5rem;height:15rem;top:20.1875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWpO8FKPGdJeEGcWXQwiHpLQUPP4rhz3 { width:12.5rem;height:15rem;top:64rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCXpDlhdTB1Rf3ysAGRIF5I5nFJEwzLN { width:10.5625rem;height:3.75rem;top:69.625rem;left:4.71875rem;text-align:center;text-align-last:center;font-size:1.25rem;color:rgba(var(--color-tertiary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #ygNFaAOOClmRpx2RsuX2wJ2ePI8l4nK5 { width:12.3rem;height:3.675rem;top:82rem;left:3.8125000596046rem;color:rgba(var(--color-tertiary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #tzs4KXPGfTa9qrgPV6G5Kl4N2PEo4Tmi { display:block; }
 }@media only screen and (max-width: 763px) { #OHTo3ZobIgok3ngz1EJ9NXogRinAaPGP { width:10.5625rem;height:8.4375rem;top:37.0625rem;left:4.7187500596046rem;text-align:center;text-align-last:center;font-size:1.875rem;color:rgba(var(--color-tertiary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #LBlJEDxGddNkUioqaNtFiHHzdfVlJb5K { width:12.5rem;height:15rem;top:47.875rem;left:3.7500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #GlcDqh9NsGR6oOg1gpiJqBMgMcECQPx5 { width:10.5625rem;height:9rem;top:50.875rem;left:4.7187500596046rem;text-align:center;text-align-last:center;font-size:2rem;color:rgba(var(--color-tertiary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #u0fKso6T0M41tibEHhUt91UUfqbnhRFn { width:12.5rem;height:15rem;top:86.875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0XE78uHhpuqQM0hFv7tqHvAkUaia38v { width:10.8125rem;height:3.65625rem;top:92.546875rem;left:4.59375rem;text-align:center;text-align-last:center;font-size:0.8125rem;color:rgba(var(--color-tertiary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #HXXzxPImDyVd6xUKskFMwtLJDF9CNb99 { display:block; }#HXXzxPImDyVd6xUKskFMwtLJDF9CNb99 { background-color: transparent; background-image: none; }#HXXzxPImDyVd6xUKskFMwtLJDF9CNb99::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HXXzxPImDyVd6xUKskFMwtLJDF9CNb99 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HXXzxPImDyVd6xUKskFMwtLJDF9CNb99 > .row .container > .video-iframe-container { display: none; }#HXXzxPImDyVd6xUKskFMwtLJDF9CNb99 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HXXzxPImDyVd6xUKskFMwtLJDF9CNb99 > .row > .video-iframe-container { display: none; }#HXXzxPImDyVd6xUKskFMwtLJDF9CNb99 > .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); }#HXXzxPImDyVd6xUKskFMwtLJDF9CNb99 > .row .container { width:20rem;height:50.6875rem;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ehr8sGwmGVG0gPkA4ZCDNE1msR31UKIG { width:19.9375rem;height:9.84375rem;top:0.625rem;left:0rem;text-align:center;text-align-last:center;font-size:2.1875rem;color:rgba(var(--color-tertiary-4),1);line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #bbpsozwSiIsbukq64qXzeiwAIpsdbfaa .widget-regular-label { display:block;width:15.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#bbpsozwSiIsbukq64qXzeiwAIpsdbfaa .widget-input-text { width:15.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#bbpsozwSiIsbukq64qXzeiwAIpsdbfaa .widget-input-text {padding-top: 0; padding-bottom: 0;}#bbpsozwSiIsbukq64qXzeiwAIpsdbfaa .widget-textarea { width:15.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#bbpsozwSiIsbukq64qXzeiwAIpsdbfaa .widget-input-select { width:15.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#bbpsozwSiIsbukq64qXzeiwAIpsdbfaa .widget-input-select {padding-top: 0; padding-bottom: 0;}#bbpsozwSiIsbukq64qXzeiwAIpsdbfaa .widget-input-button { width:15.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;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:initial !important; }
#bbpsozwSiIsbukq64qXzeiwAIpsdbfaa [class*="-text"]:-moz-placeholder { color:#7b7a78; }
#bbpsozwSiIsbukq64qXzeiwAIpsdbfaa [class*="-text"]::-moz-placeholder { color:#7b7a78; }
#bbpsozwSiIsbukq64qXzeiwAIpsdbfaa [class*="-text"]:-ms-input-placeholder { color:#7b7a78; }
#bbpsozwSiIsbukq64qXzeiwAIpsdbfaa [class*="-text"]::-webkit-input-placeholder { color:#7b7a78; }
#bbpsozwSiIsbukq64qXzeiwAIpsdbfaa .widget-checkbox-label { width:13.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;color:rgba(var(--color-primary-0),1); }
#bbpsozwSiIsbukq64qXzeiwAIpsdbfaa  { width:15.0625rem;height:auto;top:15.03359413147rem;left:1.2179687619209rem;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important; }
#bbpsozwSiIsbukq64qXzeiwAIpsdbfaa .radio-container { width:15.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#bbpsozwSiIsbukq64qXzeiwAIpsdbfaa {display:block;}#bbpsozwSiIsbukq64qXzeiwAIpsdbfaa { width:15.0625rem;height:auto;top:15.03359413147rem;left:1.2179687619209rem;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important; }
 }@media only screen and (max-width: 763px) { #bbpsozwSiIsbukq64qXzeiwAIpsdbfaa #fqDb49AD1i7qf97vsZbA1qDdTHKkiIWr {  }
 }@media only screen and (max-width: 763px) { #bbpsozwSiIsbukq64qXzeiwAIpsdbfaa #sAvm3m4UdThgcoT5q9WORV2WI6Jzo9tL { display:block; }
 }@media only screen and (max-width: 763px) { #bbpsozwSiIsbukq64qXzeiwAIpsdbfaa #XBGoSzg1zfX7ZIl1gt76e9xRKVt0TuHT {  }
 }@media only screen and (max-width: 763px) { #bbpsozwSiIsbukq64qXzeiwAIpsdbfaa #I7pU58fl2mwTa6JyIe1XLxzv60mg6TXN {  }
 }@media only screen and (max-width: 763px) { #bbpsozwSiIsbukq64qXzeiwAIpsdbfaa #G8MJmP3Mf4v70hnOy9d5QIv3KH59cqdT { display:block; }
 }@media only screen and (max-width: 763px) { #bbpsozwSiIsbukq64qXzeiwAIpsdbfaa #r6c9QAFsVps7Gy6zRubMmzEuG3NLOkLz {  }
 }@media only screen and (max-width: 763px) { #bbpsozwSiIsbukq64qXzeiwAIpsdbfaa #rnBElrelelCvHxFdHme2KzTo8BvXB4c1 {  }
 }@media only screen and (max-width: 763px) { #bbpsozwSiIsbukq64qXzeiwAIpsdbfaa #x0FX1cStIKMqzXdo7HD85GddTEixD681 {  }
 }@media only screen and (max-width: 763px) { #bbpsozwSiIsbukq64qXzeiwAIpsdbfaa #RnZTRfsZWkbBk5WZcTePHWQLxsmdEhMH {  }
 }@media only screen and (max-width: 763px) { #bbpsozwSiIsbukq64qXzeiwAIpsdbfaa #GtrhTWgxJkPD42T7VwDul2crl2VL3qcl {  }
 }@media only screen and (max-width: 763px) { #bbpsozwSiIsbukq64qXzeiwAIpsdbfaa #K7zReNnZKydRhDnKqNhb1TgcHJuxeqG4 { z-index:2; }
 }@media only screen and (max-width: 763px) { #bbpsozwSiIsbukq64qXzeiwAIpsdbfaa #n91CPtifTkAIbpTZLcRw0ocA3fe3aTJh {  }
 }@media only screen and (max-width: 763px) { #bbpsozwSiIsbukq64qXzeiwAIpsdbfaa #tFgGtuKmlsBm42Nvbgw3EktwdBbWQ0Dx {  }
 }@media only screen and (max-width: 763px) { #bbpsozwSiIsbukq64qXzeiwAIpsdbfaa #FWy5rTlfefRdz1Fw11kQf4GmUc0wrUnX {  }
 }@media only screen and (max-width: 763px) { #g5Mtg8hr8huZO6sEgz59bnvhzLiZJbCf { width:20rem;height:0;top:27.7148671875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;color:rgba(var(--color-tertiary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #LcWmLo7KA1TImw01oTli1aHDQeSpvuhT { width:6.6875rem;height:1.6875rem;top:11.895312786102rem;left:6.6562500596044rem;text-align:center;text-align-last:center;font-size:1.125rem;color:rgba(var(--color-tertiary-4),1);line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #cIPrQ5fLzsMaQUvalbUKBC0FdNtiyzd6 { width:15.5rem;height:6.75rem;top:40.714844226837rem;left:2.8125000596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJormcVPymht77xvwJM3wIWXrxa9MeO8 { width:19.875rem;height:10.6875rem;top:38.696099853516rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVWTsAQSVCErcQlOFyR8Z7WE2llX5wEu { display:block; }#TVWTsAQSVCErcQlOFyR8Z7WE2llX5wEu > .row .container { width:20rem;height:5.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AJQE475h9QfZaBdpCJ511LgNKkoHRVkZ { display:block; }#AJQE475h9QfZaBdpCJ511LgNKkoHRVkZ { background-color: transparent; background-image: none; }#AJQE475h9QfZaBdpCJ511LgNKkoHRVkZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AJQE475h9QfZaBdpCJ511LgNKkoHRVkZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AJQE475h9QfZaBdpCJ511LgNKkoHRVkZ > .row .container > .video-iframe-container { display: none; }#AJQE475h9QfZaBdpCJ511LgNKkoHRVkZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AJQE475h9QfZaBdpCJ511LgNKkoHRVkZ > .row > .video-iframe-container { display: none; }#AJQE475h9QfZaBdpCJ511LgNKkoHRVkZ > .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); }#AJQE475h9QfZaBdpCJ511LgNKkoHRVkZ > .row .container { width:20rem;height:62.125rem;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AfGrFBigGHHwiTgWeT3WFAyrHnmSniZc { width:10rem;height:15rem;top:1.25rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7frS1I7XEfuTvX4hXZcsuoUT3RTBzsJ { width:3.9375rem;height:3.4375rem;top:8.999218940735rem;left:8.0312505364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXseiC3fKMau5PoeO65Td6u3MUnXpHQq { width:8.75rem;height:2.875rem;top:3.9367187023163rem;left:5.6250000596046rem;text-align:left;text-align-last:left;font-size:2.875rem;color:rgba(var(--color-tertiary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #fZHcVGxW5HiqZCTe3Cf7EkxMP1esxQ8R { width:12.3rem;height:3.675rem;top:19.375rem;left:3.8499999642372rem;color:rgba(var(--color-tertiary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #Vowfofcxic9zWPC8pNaFd4RZrderE8Mf { display:block; }
 }@media only screen and (max-width: 763px) { #sgJLpJxCLtPd74rnVbmllATXyPf7WT8D { width:12.4375rem;height:14.9375rem;top:25.0625rem;left:3.7812500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERi3Z0f2LOK1Sgx00OZtD758iFHRuFAM { width:11.4375rem;height:6.75rem;top:29.15625rem;left:4.2812500596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlTlM5FTpbLk3Q7JEtFWZSgC4eX2bNpO { width:20rem;height:17.8125rem;top:43.5625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r753Ulva4Vbe2x9TfGOETLvn2LtBKviJ { display:block; }#r753Ulva4Vbe2x9TfGOETLvn2LtBKviJ { background-color: transparent; background-image: none; }#r753Ulva4Vbe2x9TfGOETLvn2LtBKviJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r753Ulva4Vbe2x9TfGOETLvn2LtBKviJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r753Ulva4Vbe2x9TfGOETLvn2LtBKviJ > .row .container > .video-iframe-container { display: none; }#r753Ulva4Vbe2x9TfGOETLvn2LtBKviJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r753Ulva4Vbe2x9TfGOETLvn2LtBKviJ > .row > .video-iframe-container { display: none; }#r753Ulva4Vbe2x9TfGOETLvn2LtBKviJ > .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); }#r753Ulva4Vbe2x9TfGOETLvn2LtBKviJ > .row .container { width:20rem;height:131.1875rem;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l35gnhqclfXX1Jtv4l33JQUzCliN0eMS { width:20rem;height:7.5rem;top:1.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQPbVcAiagCyxFH2GfXNopBM02xOPeXP { width:20rem;height:14.625rem;top:10rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRbA4iOmfwp8VW4nev8iRmUZDJ3WWHnl { width:20rem;height:4.875rem;top:25.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASoTyClf7AA7WhhuOJJXqBynyNBTnBM9 { width:20rem;height:6.5rem;top:32rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8OQ6gsWUb9ezlFZApsHAZ3S6iiREBmr { width:20rem;height:32.5rem;top:39.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLBaKL2AK22wi12gLqit5DzRzCWXlVtw { width:20rem;height:3.25rem;top:73.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gm0TvvMIxpdXyq0CUo4Lq7Px14RwopkW { width:20rem;height:50.375rem;top:78rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtWmOiy3aX34ulRR6TmIdrqy18DdfauG { display:block; }#DtWmOiy3aX34ulRR6TmIdrqy18DdfauG { background-color: transparent; background-image: none; }#DtWmOiy3aX34ulRR6TmIdrqy18DdfauG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DtWmOiy3aX34ulRR6TmIdrqy18DdfauG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DtWmOiy3aX34ulRR6TmIdrqy18DdfauG > .row .container > .video-iframe-container { display: none; }#DtWmOiy3aX34ulRR6TmIdrqy18DdfauG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DtWmOiy3aX34ulRR6TmIdrqy18DdfauG > .row > .video-iframe-container { display: none; }#DtWmOiy3aX34ulRR6TmIdrqy18DdfauG > .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); }#DtWmOiy3aX34ulRR6TmIdrqy18DdfauG > .row .container { width:20rem;height:370.5rem;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kyXXSAxrCGlvNCU2DlTM6fRu70uTG7H2 { width:20rem;height:4.875rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmSkT9OKOiyd87ZhKtaQn5tEL8A7zZft { width:20rem;height:34.125rem;top:7.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzceRgFQhh4zB2CRKU2Fde91sdHzfcnw { width:20rem;height:1.625rem;top:42.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #phnicBlVOEHkLUH5DAVwIToFQ63GfXxS { width:20rem;height:37.375rem;top:45.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hviyeoXoA3BcpK28BQ0u6N4znCoFvH7h { width:20rem;height:4.875rem;top:84.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRGJNbnIBs6E4pWtZoQUPLhbAmsqOGUM { width:20rem;height:35.75rem;top:90.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tz46B8esN8KTFypJ8os0sO8eFKRcTICz { width:20rem;height:3.25rem;top:127.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLHQJNIhtuTTqJIQq83ma3Er3WRvbh2m { width:20rem;height:30.875rem;top:131.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KcLTiXZpPbRNGs7hk2Qn6gysTPOzg9OT { width:20rem;height:4.875rem;top:164rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZdcokmJp56t6x6vTPakFKESZGbZ0ZBU { width:20rem;height:34.125rem;top:170.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s77mPClGpXno3COiNeSZDbXTFWTGcraW { width:20rem;height:1.625rem;top:205.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmJKZR2PRWPibKACM8FeTr4fRHfB07CI { width:20rem;height:1.625rem;top:208.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #grqCH4wDSarP4iSITSGGWq1cEe2XbyZT { width:20rem;height:1.625rem;top:211.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pkTlsBze1zezOR6kDZCGUvE0g9RxcHtT { width:20rem;height:1.625rem;top:214.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkRi9zyZgZgXT2HidZXBg5SoTe0WyHRW { width:20rem;height:4.875rem;top:217rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9F1ufQu3nJ7VwczNgnb6hXHd1L2eZIm { width:20rem;height:1.625rem;top:223.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S070XsHBFEKGcui4KxxutIfuQnq8GZW0 { width:20rem;height:4.875rem;top:226rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpTRTMSMUee6zcmFK63SpsQvI1P9Zsbe { width:20rem;height:1.625rem;top:232.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ln4xf05ZRIePAKLAufKADx4oigtezt6J { width:20rem;height:4.875rem;top:235rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0bCym5JgZp4yHXsk50dkBJqIXbtczP8 { width:20rem;height:3.25rem;top:241.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0TNNoig7Qmo8DXHKymGE7dbOEMHcIaR { width:20rem;height:4.875rem;top:245.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Es1n5N6GBS3AEXPBX89ZzsDhsRx4IZwb { width:20rem;height:4.875rem;top:251.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VB83qrSAf8mp7dNfEaTth21CeuuTsnb6 { width:20rem;height:52rem;top:257.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nz89Wm1raDI1wgfve6m8PGT1xG4RGLRK { width:20rem;height:4.875rem;top:311.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #E32tTBo1cUoTwPMcT3LDxrNcXUTZPuLf { width:20rem;height:52rem;top:317.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocaJ9GCW1Q1UmthXfmAu3nQZWZP4LXSC { display:block; }#ocaJ9GCW1Q1UmthXfmAu3nQZWZP4LXSC > .row .container { width:20rem;height:116rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s9qC0p9CEnF2ryDq3Vx6emq2tG4qk7p0 { width:20rem;height:27.625rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3cQcOfNp12pqDFzoTMQwl9RI6ZUBiMJ { width:20rem;height:3.25rem;top:30.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnMzs67Lv0o4vxbWXR3MxvqQ8TeTl8NX { width:20rem;height:17.875rem;top:34.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0ODchDhVyyw3XLqr10WcPGOhbNrbbEP { width:20rem;height:8.125rem;top:53.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGhVecKzPC4qk6pnRgesM4XHU34H3JSE { width:20rem;height:40.625rem;top:63.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPyBMqomtoifiASQ4cCCpJy9PUQDIkeq { width:20rem;height:9.75rem;top:105rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iymxfdk8cGrZmQbuA8qhh9zyJD2vlRx8 { display:block; }#iymxfdk8cGrZmQbuA8qhh9zyJD2vlRx8 > .row .container { width:20rem;height:313.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gsa1x8dvTqut6EJzwEnkUIvzrS7Cqm3i { width:20rem;height:10.15625rem;top:1.25rem;left:0rem;font-size:1.5625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #xLvt0a9h4CEMQB1D6kVrGwM4tpeAnTSQ { width:20rem;height:4.875rem;top:11.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jlv5qIFalQ054Oe4oSnh9Wzfr90Mf5ex { width:20rem;height:24.375rem;top:18rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMr8CZFKpes66Nrw2AI6TwVlw3zBhFA4 { width:20rem;height:37.375rem;top:43.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDp2GIZtrP3aUcamouUDlb5yTmObZ6JQ { width:20rem;height:4.875rem;top:82.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2QWadWzgNT2sZ1pIa8dMuIFV9echCXe { width:20rem;height:9.75rem;top:88.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMSh0xrTEhxH8na0PVywtxl1y0TyM8uD { width:20rem;height:3.25rem;top:99.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfD2rJmCAGqvMiMrXMZt4RXbMl8ZqGFT { width:20rem;height:17.875rem;top:103.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dwb7nVCdfvJnGMubxGlAPoOrUDAbaTdT { width:20rem;height:4.875rem;top:123rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9tV4uXpgG3IleHeo6q3mIIzwSQVZx8k { width:20rem;height:26rem;top:129.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTThcCMNt6XcNvTQnO0C5tkR6JJ0RmtR { width:20rem;height:3.25rem;top:156.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJqqdayqfswMI74kAlVGyB8K3TVtOvF6 { width:20rem;height:13rem;top:160.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nipPRQUMMzXJLqQ8w2JTZGZ7I72DWsu8 { width:20rem;height:4.875rem;top:175.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdL4pshUI4VutwwpfoXulEpnB6dJQMWB { width:20rem;height:34.125rem;top:181.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aK2LIv96sAcdtplBTTeA8OF5vGd3RM5i { width:20rem;height:4.875rem;top:216.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRHDGNcdnWNqhUCUutfcSBqKR1dyM2Ts { width:20rem;height:35.75rem;top:222.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRA7KeR9uyG85tdhyZLLIq3yikRhGAA2 { width:20rem;height:4.875rem;top:259.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWZlCTsA0hNh3DbvukF1ADEsFmOQmosh { width:20rem;height:21.125rem;top:265.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wq2RgzLTSDrhbfvLdtTTVtZTcuTCcOUu { width:20rem;height:3.25rem;top:288.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #phoqdzzRltdEzrlXo9zC0idcyC84BJ3z { width:20rem;height:19.5rem;top:292.75rem;left:0rem;font-size:1.25rem;display:block; }
 }