.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:219,225,234;--color-primary-1:148,165,191;--color-primary-2:77,105,149;--color-primary-3:32,68,123;--color-primary-4:17,47,91;--color-secondary-0:255,234,231;--color-secondary-1:255,184,174;--color-secondary-2:255,113,93;--color-secondary-3:128,57,47;--color-secondary-4:38,17,14;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Cairo";--paragraphs-font-family:"Cairo"; }@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-tertiary-0),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#woeDds7X9LlsHTdeZTPGtaweS33OXyet { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/WML07GQ1/chest_landing_page_footer.png");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#woeDds7X9LlsHTdeZTPGtaweS33OXyet.adaptive-delivery-prevent-bg, #woeDds7X9LlsHTdeZTPGtaweS33OXyet.lazyload, #woeDds7X9LlsHTdeZTPGtaweS33OXyet.lazyloading { background-image: none; }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .row .container { background-color: transparent; background-image: none; }#woeDds7X9LlsHTdeZTPGtaweS33OXyet::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .row .container > .video-iframe-container { display: none; }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .row > .video-iframe-container { display: none; }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .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); }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .row .container { border-width: 0; border-radius: 0; }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .row .container { font-size:0.875rem;font-family:arial;height:50rem;width:60rem;position:relative;display:block; }#skETzHT33BEfOutsUNn2bX4DQvvwJRZ4 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:3.125rem;top:1.14453125rem;left:32.809898376465rem;overflow:hidden;display:block; }
#eCJIw53SDUnwSbKslT68cb24Bmo6OsKL { position:absolute;display:block;z-index:15014;background-color:#ae8c67;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-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.22) ;height:28.3125rem;width:19.5rem;top:16.125rem;left:3rem;display:block; }
#hB1nJ12AfSA6yuxbbyFV4Iq5WqvXJl3r { color:#f6a41d;display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:16.5rem;left:3.0625rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox .widget-form-header { font-size:0.875rem; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:17.1875rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:right;text-align-last:right;vertical-align:top; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox .widget-input-text { border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;background-color:#a3afc8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.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:17.1875rem;box-sizing:border-box;height:2.5625rem;color:#0f2149;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;text-align:right;text-align-last:right; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox .widget-input-text {padding-top: 0; padding-bottom: 0;}#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox .widget-textarea { border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;background-color:#a3afc8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.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:17.1875rem;box-sizing:border-box;height:4.375rem;color:#0f2149;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;text-align:right;text-align-last:right; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox .widget-input-select { border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;background-color:#a3afc8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #a3afc8;border-left:0.0625rem solid #a3afc8;border-right:0.0625rem solid #a3afc8;border-bottom:0.0625rem solid #a3afc8;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:17.1875rem;box-sizing:border-box;height:2.5rem;color:#000919;font-family:dosis;font-size:0.875rem;overflow:hidden;vertical-align:top;text-align:right;text-align-last:right; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox .widget-input-select {padding-top: 0; padding-bottom: 0;}#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox .widget-input-button { border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;background-color:#ae8c67;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:1.25rem;font-weight:bold;color:#f2f9ff;width:17.1875rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox [class*="-text"]:-moz-placeholder { color:#000919;font-family:dosis;font-size:0.875rem; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox [class*="-text"]::-moz-placeholder { color:#000919;font-family:dosis;font-size:0.875rem; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox [class*="-text"]:-ms-input-placeholder { color:#000919;font-family:dosis;font-size:0.875rem; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox [class*="-text"]::-webkit-input-placeholder { color:#000919;font-family:dosis;font-size:0.875rem; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox .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:dosis;line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:16rem;overflow:hidden;font-style:normal;float:none; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox .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; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox .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:dosis;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox .widget-container:first-of-type{padding-top:0;}#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox .widget-container:last-of-type{padding-bottom:0;}#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox  { background-color:rgba(var(--color-tertiary-0),0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.1875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15024;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;position:absolute;top:18.125rem;left:2.9365234375rem;font-size:0.875rem; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.1875rem;display:block;vertical-align:top; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox .widget-info-text { display:block;height:auto;font-family:dosis;font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox {display:block;}#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox { background-color:rgba(var(--color-tertiary-0),0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.1875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15024;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;position:absolute;top:18.125rem;left:2.9365234375rem;font-size:0.875rem; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #o3wBwqVN6feXcRbp0TThBw5SCDvMGw8Q { position:relative; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #gf0mcZM1F8M4DIzrmoKWWs1v7zr5pUz2 { position:relative;display:block; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #kaPxzhQqe9etEwFpmhQ5gqta3L7sV1RF { position:relative; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #JiJWrDlz25LWbOFiK5AcOc2MmRkcxiiF { position:relative; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #FsdcD4TSGxaD0vAiTzEMvJW6E7XrQurq { position:relative;display:block; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #mSpqOadUwOJ0d48NWbKUVinm9GVgO4PD { position:relative; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #uiGC0CTnK4DibHKKJEgpaebEXzkoeDCd { position:relative; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #LLCUTs0O2laXcr0CFK0Qc6yk85CM8rTz { position:relative;display:block; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #FiEJPG03lotPBxTWzWKVV79fLCMLubIF { position:relative; }
#Z0ZetUxBivyL5Tx415ZO0c0SEHTbLHZC { position:relative;display:block; }
#CkpHcCsauxDEumIGHDyAOdQ3PquD5or3 { position:relative;display:block; }
#oHafmKhUvX4uh6FMZCVsqGJGhcn7KmWK { position:relative;display:block; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #xmLfpBgCaxI6hXVRpg3n2IMrv8ZPDAA9 { position:relative; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #IwJNtlTOIIXsOk4xu60qOxFTR1RF1lZA { position:relative;display:block; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #f7B86VKZZzbpwr8xwRGcyHMgI04zmLKb { position:relative; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #rusblV6AVApAxT6IpH5qV3daFTsVdrJi { position:relative; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #gfaJQOurxWVt50SGDXL9se6nQgimp4Sh { position:relative;display:block; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #XyxpzFUmzSPuggJZJMNRsNZENPUxkAAk { position:relative; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #VvbglazygzBXg512XCmyRCyfwt1ttG2m { position:relative; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #P3PfIBAfMZMu10o3rKhkdRL2tBbGAiuT { position:relative; }
#T9psendvJVbOyRi5cu2d3mZqSUrKTX6X { color:#ae8c67;display:block;width:32.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:5.8125rem;left:0rem;height:3.25rem;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; }
#ZtHpLIqSsVOPc85wI0MHDhU2uC7tTece { color:#ae8c67;display:block;width:32.124rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:11.0625rem;left:0.6884765625rem;height:2.59895625rem;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; }
#onUL0HDNR0AhyER9PiwTFln9GLB5zJlu { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#meM725oeA5bOntnI69nsqoZghvlZlCJQ { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(229,229,229,0.92);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; }#meM725oeA5bOntnI69nsqoZghvlZlCJQ > .row .container { background-color: transparent; background-image: none; }#meM725oeA5bOntnI69nsqoZghvlZlCJQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#meM725oeA5bOntnI69nsqoZghvlZlCJQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#meM725oeA5bOntnI69nsqoZghvlZlCJQ > .row .container > .video-iframe-container { display: none; }#meM725oeA5bOntnI69nsqoZghvlZlCJQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#meM725oeA5bOntnI69nsqoZghvlZlCJQ > .row > .video-iframe-container { display: none; }#meM725oeA5bOntnI69nsqoZghvlZlCJQ > .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); }#meM725oeA5bOntnI69nsqoZghvlZlCJQ > .row .container { border-width: 0; border-radius: 0; }#meM725oeA5bOntnI69nsqoZghvlZlCJQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#meM725oeA5bOntnI69nsqoZghvlZlCJQ > .row .container { font-size:0.875rem;font-family:arial;height:18.3125rem;width:60rem;position:relative;display:block; }#Snk1zzXE5pwlhSah1apC1B5W3hIIXEXT { color:#ae8c67;display:block;width:55rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:0.4375rem;left:3.5625rem;height:3.57291875rem;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;text-align:center;text-align-last:center;display:block; }
#AIVRKWVZPRrzuCFi8oLIMenXSk481p8a { color:#ae8c67;display:block;width:12.7480625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:4.1865234375rem;left:42.6943359375rem;height:11.69533125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;font-style:normal;display:block; }
#Uhr0AEAhq1Mb1ZpyFHm7WKha4upyW1K0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ae8c67;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; }#Uhr0AEAhq1Mb1ZpyFHm7WKha4upyW1K0 > .row .container { background-color: transparent; background-image: none; }#Uhr0AEAhq1Mb1ZpyFHm7WKha4upyW1K0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uhr0AEAhq1Mb1ZpyFHm7WKha4upyW1K0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uhr0AEAhq1Mb1ZpyFHm7WKha4upyW1K0 > .row .container > .video-iframe-container { display: none; }#Uhr0AEAhq1Mb1ZpyFHm7WKha4upyW1K0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uhr0AEAhq1Mb1ZpyFHm7WKha4upyW1K0 > .row > .video-iframe-container { display: none; }#Uhr0AEAhq1Mb1ZpyFHm7WKha4upyW1K0 > .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); }#Uhr0AEAhq1Mb1ZpyFHm7WKha4upyW1K0 > .row .container { border-width: 0; border-radius: 0; }#Uhr0AEAhq1Mb1ZpyFHm7WKha4upyW1K0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Uhr0AEAhq1Mb1ZpyFHm7WKha4upyW1K0 > .row .container { font-size:0.875rem;font-family:arial;height:121.9375rem;width:60rem;position:relative;display:block; }#mwdHuMIrmyqT3Tcb0fHi9gsSZUxdgn4N { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.124568939209rem;left:0rem;height:4.7109375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#B6klitZ5RTCtDBCVUupGeJfs6twJ2UxO { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:14.0615234375rem;left:7.1533203125rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Q3WA1R5kFaKZcg6hT6rnmzxk8QV5zMNe { color:rgba(var(--color-tertiary-0),1);display:block;width:26.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15002;line-height:1.7;letter-spacing:0;top:18.6875rem;left:1.9365234375rem;height:6.375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#K1nGGQ26qEVPP3Sb6FL9E6IhMMhxEe0u { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-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:15.625rem;width:0.0618489375rem;top:29.560550689698rem;left:29.966361999512rem;display:block; }
#HglWJ1DxVaFmNkcabrZTMJUhlTsgHLMb { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-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:0.0625rem;width:60rem;top:29.5625rem;left:0rem;display:block; }
#vAqeL1STg6osXPyrwEhaKfs2wf4cRXqD { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:38.593536376953rem;left:5.1247825622559rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gK0xcsCxlDdEdlyIZrTMNiRJtFdUbPpS { color:rgba(var(--color-tertiary-0),1);display:block;width:25.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15004;line-height:1.7;letter-spacing:0;top:40.5302734375rem;left:2.7177734375rem;height:11.15625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#p9km4gea7TrJ4i0wRIxfZUlcVaztNWBm { color:rgba(var(--color-tertiary-0),1);display:block;width:25.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15006;line-height:1.7;letter-spacing:0;top:41.999572753906rem;left:32.5rem;height:6.375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dyiTaqk3h9ed6nm7C3RJ7tHcgqUgvbu2 { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:38.593536376953rem;left:36.687282562256rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CZipTIme9G2Syw5P7vzHkv5Ts8OZopwn { color:rgba(var(--color-tertiary-0),1);display:block;width:28.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15010;line-height:1.7;letter-spacing:0;top:18.75rem;left:30.96875rem;height:4.78125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TgUk3yJTyMchTyDVJXSqlXoFDUrfMsZG { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:14.0615234375rem;left:36.6865234375rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UgqGpRJG8HlD6V9bDhUxeqB1KRi7TsLS { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:4.3125rem;top:8.9677734375rem;left:43.9052734375rem;overflow:hidden;display:block; }
#FbVhOZGfOkImGTurx0Q1e4dAM3Q7UZQT { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-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:15.625rem;width:0.0625rem;top:14rem;left:29.96875rem;display:block; }
#kPsxULXShaWfnNpOEOhgxL2N463MIVeK { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),0.9);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.9375rem;border-top-right-radius:2.9375rem;border-bottom-left-radius:2.9375rem;border-bottom-right-radius:2.9375rem;box-shadow: none;height:5.8125rem;width:6rem;top:8.2177734375rem;left:43.0615234375rem;display:block; }
#ZgMTk0XHxdZyAORCHrpZNTnTyFrG1fMp { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:4.3125rem;top:8.9677734375rem;left:13.4375rem;overflow:hidden;display:block; }
#i9tZh4JqJJavxIrDWHTqFaZRt2lS7xNC { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),0.9);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.9375rem;border-top-right-radius:2.9375rem;border-bottom-left-radius:2.9375rem;border-bottom-right-radius:2.9375rem;box-shadow: none;height:5.8125rem;width:6rem;top:8.2177734375rem;left:12.59375rem;display:block; }
#d7Kht0IGrHxCgnvoT7if0nqOaWh9MyZc { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:3.875rem;top:32.1240234375rem;left:44.1240234375rem;overflow:hidden;display:block; }
#CHfKXzpXywsJ5T9LyqfTGzdWPHP3l4ug { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),0.9);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.9375rem;border-top-right-radius:2.9375rem;border-bottom-left-radius:2.9375rem;border-bottom-right-radius:2.9375rem;box-shadow: none;height:5.8125rem;width:6rem;top:31.1552734375rem;left:43.0615234375rem;display:block; }
#inDH4uviKHD0apADShuIrWnuEP85qeOR { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:4.25rem;top:31.9365234375rem;left:13.2802734375rem;overflow:hidden;display:block; }
#TXTw0kVWFdwb5EV8VD5b1OR5nHcTgSWR { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),0.9);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.9375rem;border-top-right-radius:2.9375rem;border-bottom-left-radius:2.9375rem;border-bottom-right-radius:2.9375rem;box-shadow: none;height:5.8125rem;width:6rem;top:31.1552734375rem;left:12.4052734375rem;display:block; }
#BGT4vdgpIUpbS7qmHmNl38E8p00K9CMV { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-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:0.0615234375rem;width:60rem;top:55.310546875rem;left:0rem;display:block; }
#W3cxoMW1XSGXkKCn63wLzzX8qffTEykH { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-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:15.625rem;width:0.0615234375rem;top:45.185546875rem;left:29.96875rem;display:block; }
#QzNBJxzb6a60XqvqvlR9HrVMOvEn6OCT { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-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:15.625rem;width:0.060546875rem;top:60.810546875rem;left:29.9697265625rem;display:block; }
#naqkNhKkMqrQcJ8kONoooO0JNQmCclsy { color:rgba(var(--color-tertiary-0),1);display:block;width:26.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15016;line-height:1.7;letter-spacing:0;top:67.625rem;left:31.75rem;height:4.78125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uKiRnGJJBi5nyrSnxum5wNwf64UNc0SI { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:63.4375rem;left:36.6875rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#D7czhGxpeuaRxqfK9qSFvUFTG1tPdH4o { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.75rem;width:4.75rem;top:57.3125rem;left:43.6875rem;overflow:hidden;display:block; }
#gD1gBw4h1RhDnXBAygQZ6b8aTml5zbgB { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),0.9);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.9375rem;border-top-right-radius:2.9375rem;border-bottom-left-radius:2.9375rem;border-bottom-right-radius:2.9375rem;box-shadow: none;height:5.8125rem;width:6rem;top:56.75rem;left:43.0625rem;display:block; }
#TBrOHNstgq5lFilkDdww8WGuCnMKkmAF { color:rgba(var(--color-tertiary-0),1);display:block;width:25.4373125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15020;line-height:1.7;letter-spacing:0;top:67.625rem;left:1.9375rem;height:6.375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#e9KRNJ7ONLNEZT1aLuzUNQm9QoepnCT9 { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:63.625rem;left:6rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OXwxAyOeASVXB6iad05x2mPzLquITVTq { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:4.1875rem;top:57.59375rem;left:13.3115234375rem;overflow:hidden;display:block; }
#ymwm1AfzpxS6X8PZWP38JEcmeFevM4t7 { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),0.9);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.9375rem;border-top-right-radius:2.9375rem;border-bottom-left-radius:2.9375rem;border-bottom-right-radius:2.9375rem;box-shadow: none;height:5.8125rem;width:6rem;top:56.6875rem;left:12.4375rem;display:block; }
#d6cD8lr4vn923EICUO1S5lgmccrIZ1h9 { color:rgba(var(--color-tertiary-0),1);display:block;width:25.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15025;line-height:1.7;letter-spacing:0;top:88rem;left:32.5rem;height:7.96875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VNSMCJBoOXCsK7n4HckgeodoPHZ2UUDA { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:84.5625rem;left:36.6875rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sqXtCO00oqFATuEPvd2c1xHfkeVlnHXn { position:absolute;display:block;z-index:15032;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.6875rem;width:3.75rem;top:78.9375rem;left:44.0625rem;overflow:hidden;display:block; }
#E8BNKwDQVWdA2CHwTK9CuoEH3uB2SHUE { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-0),0.9);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.9375rem;border-top-right-radius:2.9375rem;border-bottom-left-radius:2.9375rem;border-bottom-right-radius:2.9375rem;box-shadow: none;height:5.8125rem;width:6rem;top:77.875rem;left:43.0625rem;display:block; }
#rgHwh3qEgMpSJwn6KI2F7wvNebpKGoNr { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-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:0.0615234375rem;width:60rem;top:76.5048828125rem;left:0rem;display:block; }
#zEFxaeNgpoigqnnAGMLt3uNyv1Wi158T { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-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:15.625rem;width:0.060546875rem;top:76.5048828125rem;left:29.9697265625rem;display:block; }
#g3h5FKKMb3m35cZfRc7K0UG1czsrkkD2 { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:4.25rem;top:78.75rem;left:12.375rem;overflow:hidden;display:block; }
#I1IXyfmzzabu3qibbxsiOqlggEFi8bQD { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),0.9);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.9375rem;border-top-right-radius:2.9375rem;border-bottom-left-radius:2.9375rem;border-bottom-right-radius:2.9375rem;box-shadow: none;height:5.8125rem;width:6rem;top:77.9375rem;left:11.5rem;display:block; }
#rZq7nudVDWrI51nqu7tqm1HJoFRxPuPi { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:84.5625rem;left:5.1240234375rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#AoFxL81Q1OkJcuuFhNCw9kD9KkJrIM8b { color:rgba(var(--color-tertiary-0),1);display:block;width:25.4373125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15026;line-height:1.7;letter-spacing:0;top:86.506074905394rem;left:2.6833763122559rem;height:4.78125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bP1aUlmCvknAB9gz33HrO9ZIkJ4Q462d { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-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:0.0615234375rem;width:60rem;top:118.4375rem;left:0rem;display:block; }
#XswexqkLGT2Gyzd3IusW39SSi6DHa4VR { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-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:15.625rem;width:0.060546875rem;top:83.6875rem;left:29.9697265625rem;display:block; }
#E3GlTU3lw5zdSTLhn4900tfZzTUbgibS { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:4.1875rem;top:101.75rem;left:27.9375rem;overflow:hidden;display:block; }
#kILHFcDcv1vZQ0WuTnyrvoHI4aVHLBqy { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),0.9);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.9375rem;border-top-right-radius:2.9375rem;border-bottom-left-radius:2.9375rem;border-bottom-right-radius:2.9375rem;box-shadow: none;height:5.8125rem;width:6rem;top:100.9375rem;left:27.0625rem;display:block; }
#UTZ8V3TFFP6y5qurk644ZqBorIwahK2p { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:107.875rem;left:20.625rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gT4d99tMaTTDrTeH1D21UXi8odrcWenG { color:rgba(var(--color-tertiary-0),1);display:block;width:25.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15026;line-height:1.7;letter-spacing:0;top:112.0625rem;left:17.28125rem;height:6.375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZiwbE55pOCDfBfseeQ3Fy3DaFqGpJmzb { position:relative;display:block; }#ZiwbE55pOCDfBfseeQ3Fy3DaFqGpJmzb { background-color: transparent; background-image: none; }#ZiwbE55pOCDfBfseeQ3Fy3DaFqGpJmzb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZiwbE55pOCDfBfseeQ3Fy3DaFqGpJmzb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZiwbE55pOCDfBfseeQ3Fy3DaFqGpJmzb > .row .container > .video-iframe-container { display: none; }#ZiwbE55pOCDfBfseeQ3Fy3DaFqGpJmzb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZiwbE55pOCDfBfseeQ3Fy3DaFqGpJmzb > .row > .video-iframe-container { display: none; }#ZiwbE55pOCDfBfseeQ3Fy3DaFqGpJmzb > .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); }#ZiwbE55pOCDfBfseeQ3Fy3DaFqGpJmzb { border-width: 0; border-radius: 0; }#ZiwbE55pOCDfBfseeQ3Fy3DaFqGpJmzb > .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; }#ZiwbE55pOCDfBfseeQ3Fy3DaFqGpJmzb > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:52.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; }#atWTbKln9m5PvJsWK6eoh22uRvdaoXya { color:#ae8c67;display:block;width:59.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15000;line-height:1;letter-spacing:0;top:2.9375rem;left:0rem;height:2.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#x9th2b6TMqAkgBLDTGTNgk9rhmag10xp { color:#ae8c67;display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15001;line-height:1.9;letter-spacing:0;top:6.9375rem;left:0rem;height:2.61198125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kw1E8yLVwyUowFETwZd3TkwryG9XVSk4 { color:rgba(var(--color-tertiary-4),1);display:block;width:22.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.7;letter-spacing:0;top:16.375rem;left:2.65625rem;height:1.9121125rem;font-style:normal;display:block; }
#k03iFIqhEefXRxBUnIRwHk8nCG0JNny2 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.7;letter-spacing:0;top:16.375rem;left:41.84375rem;height:1.9121125rem;font-style:normal;display:block; }
#vmtEnUTNLuJNnaaKx9ZSgK06A5wTzRPh { color:rgba(var(--color-tertiary-4),1);display:block;width:25.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.8;letter-spacing:0;top:19rem;left:30.28125rem;height:10.1236875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wIppefWNQ4sWKTVRTDuTPl5aRRwTryS2 { color:#000000;display:block;width:25.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.8;letter-spacing:0;top:19rem;left:1.03125rem;height:12.1484375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gR6VDK1WJ9HRCyt9QaEaZmH8a0xJkdZb { box-sizing:content-box;color:rgba(var(--color-secondary-2),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15006;top:15.75rem;left:22.96875rem;display:block; }
#EgpO1lLg8eJcRVX3XBCTIlp2Tc2R97Z0 { box-sizing:content-box;color:rgba(var(--color-secondary-2),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:15.75rem;left:51.28125rem;display:block; }
#gDL4B0dvC9F4i0gdu7iuew5CUeGJrOuD { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.375rem;width:24.8125rem;top:12.9375rem;left:18.28125rem;display:block; }
#yFkbLHG9e8DhwP2lLOMvATlHbkZbz2Kt { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15009;line-height:1.9;letter-spacing:0;top:34.8125rem;left:23.5625rem;height:2.61230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EKa1sku0qlauvoVpPRTFKy71HrqmpAxm { box-sizing:content-box;color:rgba(var(--color-secondary-2),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:34.53125rem;left:35.34375rem;display:block; }
#hlACzsdMk042Ixc4XNuVwnMxP9LgHQuq { color:rgba(var(--color-tertiary-4),1);display:block;width:42.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.8;letter-spacing:0;top:39.8125rem;left:9.34375rem;height:8.0989375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FZsz1t5hb5SSfH6Kae4pBGDHTbMCTnvO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ae8c67;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; }#FZsz1t5hb5SSfH6Kae4pBGDHTbMCTnvO > .row .container { background-color: transparent; background-image: none; }#FZsz1t5hb5SSfH6Kae4pBGDHTbMCTnvO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FZsz1t5hb5SSfH6Kae4pBGDHTbMCTnvO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FZsz1t5hb5SSfH6Kae4pBGDHTbMCTnvO > .row .container > .video-iframe-container { display: none; }#FZsz1t5hb5SSfH6Kae4pBGDHTbMCTnvO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FZsz1t5hb5SSfH6Kae4pBGDHTbMCTnvO > .row > .video-iframe-container { display: none; }#FZsz1t5hb5SSfH6Kae4pBGDHTbMCTnvO > .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); }#FZsz1t5hb5SSfH6Kae4pBGDHTbMCTnvO > .row .container { border-width: 0; border-radius: 0; }#FZsz1t5hb5SSfH6Kae4pBGDHTbMCTnvO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FZsz1t5hb5SSfH6Kae4pBGDHTbMCTnvO > .row .container { font-size:0.875rem;font-family:arial;height:43.875rem;width:60rem;position:relative;display:block; }#aA6tTs1Qb3GkmyXwUMepqGPoW1deuK6x { color:rgba(var(--color-tertiary-4),1);display:block;width:29.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15000;line-height:1.9;letter-spacing:0;top:0.5625rem;left:15.34375rem;height:8.0729375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eiUw94OC8wZpDDPzWlHu0RrkCFXTkFI4 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15001;line-height:1.8;letter-spacing:0;top:11.5625rem;left:44.65625rem;height:2.4746125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#og4W0HxCZHRd1xmMz6nuFOBPtdtHibes { color:rgba(var(--color-tertiary-4),1);display:block;width:18.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15002;line-height:1.8;letter-spacing:0;top:11.5625rem;left:7.71875rem;height:2.4746125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GgW6TnqNmHl7KrsrgqJoDHtBEm4aPlQh { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15003;line-height:1.8;letter-spacing:0;top:27.8125rem;left:28.28125rem;height:2.4746125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T2zPzm6ydtiF2GKD6ScOLx0AVdf00WZF { box-sizing:content-box;color:rgba(var(--color-secondary-2),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:11.21875rem;left:25.90625rem;display:block; }
#ThS7CeKZG7NZVsunetNqskfrgt1mC13X { box-sizing:content-box;color:rgba(var(--color-secondary-2),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:11.21875rem;left:56.875rem;display:block; }
#h54iIfDGTT4LaOlDTQe6oWgvg5WTur4v { color:rgba(var(--color-tertiary-4),1);display:block;width:22.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.8;letter-spacing:0;top:15.125rem;left:36.8125rem;height:10.1236875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#V6E6q2o3nbcOc5IdQt8gGmqeZQwhs1po { color:rgba(var(--color-tertiary-4),1);display:block;width:21.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.8;letter-spacing:0;top:17.125rem;left:7.71875rem;height:6.07421875rem;text-align:center;text-align-last:center;display:block; }
#MICfGsCgnIBHNIhalvfAtAHKSeqgy9DP { box-sizing:content-box;color:rgba(var(--color-secondary-2),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:27.46875rem;left:38.90625rem;display:block; }
#iugzIroiQ2BVIbTOhJ1Dn6a7hKR6OHk5 { color:rgba(var(--color-tertiary-4),1);display:block;width:35.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15012;line-height:1.8;letter-spacing:0;top:31.5625rem;left:15.71875rem;height:6.410125rem;text-align:center;text-align-last:center;display:block; }
#IwZSfdc5nhJHSkfmDtOEbt4XPSC6JSZc { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ae8c67;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; }#IwZSfdc5nhJHSkfmDtOEbt4XPSC6JSZc > .row .container { background-color: transparent; background-image: none; }#IwZSfdc5nhJHSkfmDtOEbt4XPSC6JSZc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IwZSfdc5nhJHSkfmDtOEbt4XPSC6JSZc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IwZSfdc5nhJHSkfmDtOEbt4XPSC6JSZc > .row .container > .video-iframe-container { display: none; }#IwZSfdc5nhJHSkfmDtOEbt4XPSC6JSZc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IwZSfdc5nhJHSkfmDtOEbt4XPSC6JSZc > .row > .video-iframe-container { display: none; }#IwZSfdc5nhJHSkfmDtOEbt4XPSC6JSZc > .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); }#IwZSfdc5nhJHSkfmDtOEbt4XPSC6JSZc > .row .container { border-width: 0; border-radius: 0; }#IwZSfdc5nhJHSkfmDtOEbt4XPSC6JSZc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IwZSfdc5nhJHSkfmDtOEbt4XPSC6JSZc > .row .container { font-size:0.875rem;font-family:arial;height:18.0625rem;width:60rem;position:relative;display:block; }#CRGhrVup2weGaDcCrqrLpFDeg8goWL5Q { display:block;width:19.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.811767578125rem;left:40.75rem;height:1.94921875rem;font-style:normal;color:rgba(var(--color-tertiary-0),1);text-align:right;text-align-last:right;display:block; }
#mXAlhBymdGkOM81Daz4SQnopoFXT4QQT { display:block;width:23.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:3.3125rem;left:34.4375rem;height:2.2734375rem;font-style:normal;color:rgba(var(--color-tertiary-0),1);text-align:right;text-align-last:right;display:block; }
#hJ6UnQgVRbVyCchI7Lb4U1AVk3VBxWtq { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:2.125rem;font-weight:400;line-height:1;height:3.0625rem;width:2.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15002;top:2.8125rem;left:57.125rem;display:block; }
#GclLd1IGDM3z1yDK95EzC7Q1wZlDTvW9 { display:block;width:23.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:6.375rem;left:34.375rem;height:2.2734375rem;font-style:normal;color:rgba(var(--color-tertiary-0),1);text-align:right;text-align-last:right;display:block; }
#TFbCJVC8uvrSTIoEZ0ifFaz7IMFsBWED { display:block;width:23.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:9.125rem;left:34.3125rem;height:2.2734375rem;font-style:normal;color:rgba(var(--color-tertiary-0),1);text-align:right;text-align-last:right;display:block; }
#DiVElTeEJZBMxPuhMgyHsltE76ze6Wk8 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.0625rem;width:13.625rem;top:3.3116321563721rem;left:3.8802070617676rem;overflow:hidden;display:block; }
#JL3SLA6OPPd0eQUDcL4oatllDIFTuPJa { display:block;width:23.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:11.9765625rem;left:34.1875rem;height:2.2734375rem;font-style:normal;color:rgba(var(--color-tertiary-0),1);text-align:right;text-align-last:right;display:block; }
#N2HT0lbxkSF3hCgFWKQIKNzznEIRNpN2 { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:2.125rem;font-weight:400;line-height:1;height:3.0625rem;width:2.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15003;top:5.9609375rem;left:57.0625rem;display:block; }
#T3bTIHWMP9XW5M50DHuOLvwHAsHTabWL { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:2.125rem;font-weight:400;line-height:1;height:3.0625rem;width:2.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15004;top:8.6875rem;left:57.15625rem;display:block; }
#sT8Cf42k8PSRoSI50T03rUkTcmTTVf8L { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:2.125rem;font-weight:400;line-height:1;height:3.0625rem;width:2.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15005;top:11.625rem;left:57.21875rem;display:block; }
#OefpkmkQF0g1E1x6AWRkiMOCCIBaNLJL { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:2.125rem;font-weight:400;line-height:1;height:3.0625rem;width:2.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15006;top:14.6875rem;left:57.0625rem;display:block; }
#w0Tkzr6ZvUyEg3hl5JTFQV46shCVbyrG { display:block;width:23.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:15.0390625rem;left:33.5625rem;height:2.2734375rem;font-style:normal;color:rgba(var(--color-tertiary-0),1);text-align:right;text-align-last:right;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #woeDds7X9LlsHTdeZTPGtaweS33OXyet { display:block; }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #skETzHT33BEfOutsUNn2bX4DQvvwJRZ4 { width:3.125rem;height:1.375rem;top:1.125rem;left:26.684898376465rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCJIw53SDUnwSbKslT68cb24Bmo6OsKL { width:19.5rem;height:28.3125rem;top:16.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hB1nJ12AfSA6yuxbbyFV4Iq5WqvXJl3r { width:19.375rem;height:1.6875rem;top:16.5rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox .widget-regular-label { width:17.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox .widget-input-text { width:17.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox .widget-input-text {padding-top: 0; padding-bottom: 0;}#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox .widget-textarea { width:17.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox .widget-input-select { width:17.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox .widget-input-select {padding-top: 0; padding-bottom: 0;}#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox .widget-input-button { width:17.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox .widget-checkbox-label { width:16rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox  { width:17.1875rem;height:auto;top:18.125rem;left:0rem; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox .radio-container { width:17.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox {display:block;}#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox { width:17.1875rem;height:auto;top:18.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #o3wBwqVN6feXcRbp0TThBw5SCDvMGw8Q {  }
 }@media only screen and (max-width: 763px) { #Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #gf0mcZM1F8M4DIzrmoKWWs1v7zr5pUz2 { display:block; }
 }@media only screen and (max-width: 763px) { #Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #kaPxzhQqe9etEwFpmhQ5gqta3L7sV1RF {  }
 }@media only screen and (max-width: 763px) { #Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #JiJWrDlz25LWbOFiK5AcOc2MmRkcxiiF {  }
 }@media only screen and (max-width: 763px) { #Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #FsdcD4TSGxaD0vAiTzEMvJW6E7XrQurq { display:block; }
 }@media only screen and (max-width: 763px) { #Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #mSpqOadUwOJ0d48NWbKUVinm9GVgO4PD {  }
 }@media only screen and (max-width: 763px) { #Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #uiGC0CTnK4DibHKKJEgpaebEXzkoeDCd {  }
 }@media only screen and (max-width: 763px) { #Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #LLCUTs0O2laXcr0CFK0Qc6yk85CM8rTz { display:block; }
 }@media only screen and (max-width: 763px) { #Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #FiEJPG03lotPBxTWzWKVV79fLCMLubIF {  }
 }@media only screen and (max-width: 763px) { #Z0ZetUxBivyL5Tx415ZO0c0SEHTbLHZC { display:block; }
 }@media only screen and (max-width: 763px) { #CkpHcCsauxDEumIGHDyAOdQ3PquD5or3 { display:block; }
 }@media only screen and (max-width: 763px) { #oHafmKhUvX4uh6FMZCVsqGJGhcn7KmWK { display:block; }
 }@media only screen and (max-width: 763px) { #Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #xmLfpBgCaxI6hXVRpg3n2IMrv8ZPDAA9 {  }
 }@media only screen and (max-width: 763px) { #Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #IwJNtlTOIIXsOk4xu60qOxFTR1RF1lZA {  }
 }@media only screen and (max-width: 763px) { #Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #f7B86VKZZzbpwr8xwRGcyHMgI04zmLKb {  }
 }@media only screen and (max-width: 763px) { #Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #rusblV6AVApAxT6IpH5qV3daFTsVdrJi {  }
 }@media only screen and (max-width: 763px) { #Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #gfaJQOurxWVt50SGDXL9se6nQgimp4Sh {  }
 }@media only screen and (max-width: 763px) { #Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #XyxpzFUmzSPuggJZJMNRsNZENPUxkAAk {  }
 }@media only screen and (max-width: 763px) { #Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #VvbglazygzBXg512XCmyRCyfwt1ttG2m {  }
 }@media only screen and (max-width: 763px) { #Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #P3PfIBAfMZMu10o3rKhkdRL2tBbGAiuT {  }
 }@media only screen and (max-width: 763px) { #T9psendvJVbOyRi5cu2d3mZqSUrKTX6X { top:5.8125rem;left:0rem;width:32.0625rem;height:3.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtHpLIqSsVOPc85wI0MHDhU2uC7tTece { top:11.0625rem;left:0rem;width:32.0625rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #onUL0HDNR0AhyER9PiwTFln9GLB5zJlu { display:none; }
 }@media only screen and (max-width: 763px) { #meM725oeA5bOntnI69nsqoZghvlZlCJQ { display:block; }#meM725oeA5bOntnI69nsqoZghvlZlCJQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Snk1zzXE5pwlhSah1apC1B5W3hIIXEXT { top:0.4375rem;left:0rem;width:47.75rem;height:3.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIVRKWVZPRrzuCFi8oLIMenXSk481p8a { top:4.125rem;left:35.0625rem;width:12.6875rem;height:11.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uhr0AEAhq1Mb1ZpyFHm7WKha4upyW1K0 { display:block; }#Uhr0AEAhq1Mb1ZpyFHm7WKha4upyW1K0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mwdHuMIrmyqT3Tcb0fHi9gsSZUxdgn4N { width:47.75rem;height:4.5625rem;top:2.0625rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6klitZ5RTCtDBCVUupGeJfs6twJ2UxO { width:15rem;height:0;top:18.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3WA1R5kFaKZcg6hT6rnmzxk8QV5zMNe { width:15rem;height:0;top:21.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1nGGQ26qEVPP3Sb6FL9E6IhMMhxEe0u { width:0.0625rem;height:32.1875rem;top:12.125rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HglWJ1DxVaFmNkcabrZTMJUhlTsgHLMb { width:47.75rem;height:0.0625rem;top:29.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAqeL1STg6osXPyrwEhaKfs2wf4cRXqD { width:15rem;height:0;top:34.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gK0xcsCxlDdEdlyIZrTMNiRJtFdUbPpS { width:15rem;height:0;top:37.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9km4gea7TrJ4i0wRIxfZUlcVaztNWBm { width:15rem;height:0;top:37.3125rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyiTaqk3h9ed6nm7C3RJ7tHcgqUgvbu2 { width:15rem;height:0;top:34.625rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZipTIme9G2Syw5P7vzHkv5Ts8OZopwn { width:15rem;height:0;top:21.0625rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgUk3yJTyMchTyDVJXSqlXoFDUrfMsZG { width:15rem;height:0;top:18.375rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgqGpRJG8HlD6V9bDhUxeqB1KRi7TsLS { width:2.5625rem;height:2.5625rem;top:12.90625rem;left:38.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbVhOZGfOkImGTurx0Q1e4dAM3Q7UZQT { width:0.0625rem;height:32.1875rem;top:12.125rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPsxULXShaWfnNpOEOhgxL2N463MIVeK { top:8.1875rem;left:36.9365234375rem;width:6rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgMTk0XHxdZyAORCHrpZNTnTyFrG1fMp { width:2.5625rem;height:2.5625rem;top:12.90625rem;left:38.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9tZh4JqJJavxIrDWHTqFaZRt2lS7xNC { top:8.1875rem;left:6.46875rem;width:6rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7Kht0IGrHxCgnvoT7if0nqOaWh9MyZc { width:2.5625rem;height:2.5rem;top:12.90625rem;left:38.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHfKXzpXywsJ5T9LyqfTGzdWPHP3l4ug { top:31.125rem;left:36.9365234375rem;width:6rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #inDH4uviKHD0apADShuIrWnuEP85qeOR { width:2.5625rem;height:2.5625rem;top:12.90625rem;left:38.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXTw0kVWFdwb5EV8VD5b1OR5nHcTgSWR { top:31.125rem;left:6.2802734375rem;width:6rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGT4vdgpIUpbS7qmHmNl38E8p00K9CMV { width:47.75rem;height:0;top:55.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3cxoMW1XSGXkKCn63wLzzX8qffTEykH { width:0.0625rem;height:32.1875rem;top:12.125rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzNBJxzb6a60XqvqvlR9HrVMOvEn6OCT { width:0.0625rem;height:32.1875rem;top:12.125rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #naqkNhKkMqrQcJ8kONoooO0JNQmCclsy { width:15rem;height:0;top:37.3125rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKiRnGJJBi5nyrSnxum5wNwf64UNc0SI { width:15rem;height:0;top:34.625rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7czhGxpeuaRxqfK9qSFvUFTG1tPdH4o { width:2.5625rem;height:2.5625rem;top:12.90625rem;left:38.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gD1gBw4h1RhDnXBAygQZ6b8aTml5zbgB { top:56.75rem;left:36.9375rem;width:6rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBrOHNstgq5lFilkDdww8WGuCnMKkmAF { width:15rem;height:0;top:37.3125rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9KRNJ7ONLNEZT1aLuzUNQm9QoepnCT9 { width:15rem;height:0;top:34.625rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXwxAyOeASVXB6iad05x2mPzLquITVTq { width:2.5625rem;height:2.5rem;top:12.90625rem;left:38.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymwm1AfzpxS6X8PZWP38JEcmeFevM4t7 { top:56.6875rem;left:6.3125rem;width:6rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6cD8lr4vn923EICUO1S5lgmccrIZ1h9 { width:15rem;height:0;top:37.3125rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VNSMCJBoOXCsK7n4HckgeodoPHZ2UUDA { width:15rem;height:0;top:34.625rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqXtCO00oqFATuEPvd2c1xHfkeVlnHXn { width:2.5625rem;height:2.5rem;top:12.90625rem;left:38.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8BNKwDQVWdA2CHwTK9CuoEH3uB2SHUE { top:77.875rem;left:36.9375rem;width:6rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgHwh3qEgMpSJwn6KI2F7wvNebpKGoNr { width:47.75rem;height:0;top:76.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zEFxaeNgpoigqnnAGMLt3uNyv1Wi158T { width:0.0625rem;height:32.1875rem;top:12.125rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3h5FKKMb3m35cZfRc7K0UG1czsrkkD2 { width:2.5625rem;height:2.5625rem;top:12.90625rem;left:38.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1IXyfmzzabu3qibbxsiOqlggEFi8bQD { top:77.9375rem;left:5.375rem;width:6rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZq7nudVDWrI51nqu7tqm1HJoFRxPuPi { width:15rem;height:0;top:34.625rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AoFxL81Q1OkJcuuFhNCw9kD9KkJrIM8b { width:15rem;height:0;top:37.3125rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bP1aUlmCvknAB9gz33HrO9ZIkJ4Q462d { width:47.75rem;height:0;top:118.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XswexqkLGT2Gyzd3IusW39SSi6DHa4VR { width:0.0625rem;height:32.1875rem;top:12.125rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3GlTU3lw5zdSTLhn4900tfZzTUbgibS { width:2.5625rem;height:2.5625rem;top:12.90625rem;left:38.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kILHFcDcv1vZQ0WuTnyrvoHI4aVHLBqy { top:100.9375rem;left:20.9375rem;width:6rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTZ8V3TFFP6y5qurk644ZqBorIwahK2p { width:15rem;height:0;top:34.625rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gT4d99tMaTTDrTeH1D21UXi8odrcWenG { width:15rem;height:0;top:37.3125rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZiwbE55pOCDfBfseeQ3Fy3DaFqGpJmzb { display:block; }#ZiwbE55pOCDfBfseeQ3Fy3DaFqGpJmzb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #atWTbKln9m5PvJsWK6eoh22uRvdaoXya { top:2.9375rem;left:0rem;width:47.75rem;height:2.125rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9th2b6TMqAkgBLDTGTNgk9rhmag10xp { top:6.9375rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kw1E8yLVwyUowFETwZd3TkwryG9XVSk4 { top:16.375rem;left:0rem;width:22.3125rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k03iFIqhEefXRxBUnIRwHk8nCG0JNny2 { top:16.375rem;left:35.25rem;width:12.5rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmtEnUTNLuJNnaaKx9ZSgK06A5wTzRPh { top:19rem;left:22.6875rem;width:25.0625rem;height:10rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIppefWNQ4sWKTVRTDuTPl5aRRwTryS2 { top:19rem;left:0rem;width:25.625rem;height:12rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gR6VDK1WJ9HRCyt9QaEaZmH8a0xJkdZb { top:15.75rem;left:16.84375rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgpO1lLg8eJcRVX3XBCTIlp2Tc2R97Z0 { top:15.75rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDL4B0dvC9F4i0gdu7iuew5CUeGJrOuD { top:12.9375rem;left:12.15625rem;width:24.8125rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFkbLHG9e8DhwP2lLOMvATlHbkZbz2Kt { top:34.8125rem;left:17.4375rem;width:12.5rem;height:2.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKa1sku0qlauvoVpPRTFKy71HrqmpAxm { top:34.5rem;left:29.21875rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlACzsdMk042Ixc4XNuVwnMxP9LgHQuq { top:39.8125rem;left:3.21875rem;width:42.6875rem;height:8rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZsz1t5hb5SSfH6Kae4pBGDHTbMCTnvO { display:block; }#FZsz1t5hb5SSfH6Kae4pBGDHTbMCTnvO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aA6tTs1Qb3GkmyXwUMepqGPoW1deuK6x { top:0.5625rem;left:9.21875rem;width:29.3125rem;height:8rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eiUw94OC8wZpDDPzWlHu0RrkCFXTkFI4 { top:11.5625rem;left:35.25rem;width:12.5rem;height:2.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #og4W0HxCZHRd1xmMz6nuFOBPtdtHibes { top:11.5625rem;left:1.59375rem;width:18.9375rem;height:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GgW6TnqNmHl7KrsrgqJoDHtBEm4aPlQh { top:27.8125rem;left:22.15625rem;width:12.5rem;height:2.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2zPzm6ydtiF2GKD6ScOLx0AVdf00WZF { top:11.1875rem;left:19.78125rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThS7CeKZG7NZVsunetNqskfrgt1mC13X { top:11.1875rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h54iIfDGTT4LaOlDTQe6oWgvg5WTur4v { top:15.125rem;left:25.625rem;width:22.125rem;height:10rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6E6q2o3nbcOc5IdQt8gGmqeZQwhs1po { top:17.125rem;left:1.59375rem;width:21.5rem;height:6rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MICfGsCgnIBHNIhalvfAtAHKSeqgy9DP { top:27.4375rem;left:32.78125rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iugzIroiQ2BVIbTOhJ1Dn6a7hKR6OHk5 { top:31.5625rem;left:9.59375rem;width:35.9375rem;height:6.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IwZSfdc5nhJHSkfmDtOEbt4XPSC6JSZc { display:block; }#IwZSfdc5nhJHSkfmDtOEbt4XPSC6JSZc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CRGhrVup2weGaDcCrqrLpFDeg8goWL5Q { width:19.125rem;height:1.875rem;top:0.75rem;left:28.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXAlhBymdGkOM81Daz4SQnopoFXT4QQT { width:23.1875rem;height:2.25rem;top:3.3125rem;left:24.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJ6UnQgVRbVyCchI7Lb4U1AVk3VBxWtq { top:2.8125rem;left:44.8125rem;width:2.9375rem;height:3.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GclLd1IGDM3z1yDK95EzC7Q1wZlDTvW9 { width:23.1875rem;height:2.25rem;top:6.375rem;left:24.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFbCJVC8uvrSTIoEZ0ifFaz7IMFsBWED { width:23.1875rem;height:2.25rem;top:9.125rem;left:24.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DiVElTeEJZBMxPuhMgyHsltE76ze6Wk8 { top:3.25rem;left:0rem;width:13.625rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JL3SLA6OPPd0eQUDcL4oatllDIFTuPJa { width:23.1875rem;height:2.25rem;top:11.9375rem;left:24.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2HT0lbxkSF3hCgFWKQIKNzznEIRNpN2 { top:5.9375rem;left:44.8125rem;width:2.9375rem;height:3.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3bTIHWMP9XW5M50DHuOLvwHAsHTabWL { top:8.6875rem;left:44.8125rem;width:2.9375rem;height:3.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sT8Cf42k8PSRoSI50T03rUkTcmTTVf8L { top:11.625rem;left:44.8125rem;width:2.9375rem;height:3.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OefpkmkQF0g1E1x6AWRkiMOCCIBaNLJL { top:14.6875rem;left:44.8125rem;width:2.9375rem;height:3.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0Tkzr6ZvUyEg3hl5JTFQV46shCVbyrG { width:23.1875rem;height:2.25rem;top:15rem;left:24.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #woeDds7X9LlsHTdeZTPGtaweS33OXyet { background-color:transparent;background-image:url("https://images.assets-landingi.com/jzgko6CB/neuro_landing_page.png");background-position:bottom right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#woeDds7X9LlsHTdeZTPGtaweS33OXyet.adaptive-delivery-prevent-bg, #woeDds7X9LlsHTdeZTPGtaweS33OXyet.lazyload, #woeDds7X9LlsHTdeZTPGtaweS33OXyet.lazyloading { background-image: none; }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .row .container { background-color: transparent; background-image: none; }#woeDds7X9LlsHTdeZTPGtaweS33OXyet::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ae8c67; }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .row .container > .video-iframe-container { display: none; }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ae8c67; }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .row > .video-iframe-container { display: none; }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .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); }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .row .container { width:20rem;height:50.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #skETzHT33BEfOutsUNn2bX4DQvvwJRZ4 { width:11.125rem;height:4.9375rem;top:0.46875rem;left:4.84375rem;overflow:hidden;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #eCJIw53SDUnwSbKslT68cb24Bmo6OsKL { width:18.5625rem;height:28.625rem;top:12.105469465256rem;left:0.71875rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.22) ;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(top, #ae8c67, #d1efff);background-image: -moz-linear-gradient(top, #ae8c67, #d1efff);background-image: -ms-linear-gradient(top, #ae8c67, #d1efff);background-image: -o-linear-gradient(top, #ae8c67, #d1efff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ae8c67', endColorstr='#d1efff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ae8c67', endColorstr='#d1efff' );";background-image: linear-gradient(to bottom, #ae8c67, #d1efff);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #hB1nJ12AfSA6yuxbbyFV4Iq5WqvXJl3r { width:19.375rem;height:2.11198125rem;top:13.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox .widget-regular-label { width:17.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox .widget-input-text { width:17.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox .widget-input-text {padding-top: 0; padding-bottom: 0;}#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox .widget-textarea { width:17.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox .widget-input-select { width:17.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox .widget-input-select {padding-top: 0; padding-bottom: 0;}#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox .widget-input-button { width:17.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#574634;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox .widget-checkbox-label { width:16rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox  { width:17.1875rem;height:auto;top:15.236980438233rem;left:0rem;background-color:rgba(87,70,52,0.5);background-image:none; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox .radio-container { width:17.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox {display:block;}#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox { width:17.1875rem;height:auto;top:15.236980438233rem;left:0rem;background-color:rgba(87,70,52,0.5);background-image:none; }
 }@media only screen and (max-width: 763px) { #Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #o3wBwqVN6feXcRbp0TThBw5SCDvMGw8Q {  }
 }@media only screen and (max-width: 763px) { #Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #gf0mcZM1F8M4DIzrmoKWWs1v7zr5pUz2 { display:block; }
 }@media only screen and (max-width: 763px) { #Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #kaPxzhQqe9etEwFpmhQ5gqta3L7sV1RF {  }
 }@media only screen and (max-width: 763px) { #Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #JiJWrDlz25LWbOFiK5AcOc2MmRkcxiiF {  }
 }@media only screen and (max-width: 763px) { #Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #FsdcD4TSGxaD0vAiTzEMvJW6E7XrQurq { display:block; }
 }@media only screen and (max-width: 763px) { #Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #mSpqOadUwOJ0d48NWbKUVinm9GVgO4PD {  }
 }@media only screen and (max-width: 763px) { #Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #uiGC0CTnK4DibHKKJEgpaebEXzkoeDCd {  }
 }@media only screen and (max-width: 763px) { #Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #LLCUTs0O2laXcr0CFK0Qc6yk85CM8rTz { display:block; }
 }@media only screen and (max-width: 763px) { #Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #FiEJPG03lotPBxTWzWKVV79fLCMLubIF {  }
 }@media only screen and (max-width: 763px) { #Z0ZetUxBivyL5Tx415ZO0c0SEHTbLHZC { display:block; }
 }@media only screen and (max-width: 763px) { #CkpHcCsauxDEumIGHDyAOdQ3PquD5or3 { display:block; }
 }@media only screen and (max-width: 763px) { #oHafmKhUvX4uh6FMZCVsqGJGhcn7KmWK { display:block; }
 }@media only screen and (max-width: 763px) { #Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #xmLfpBgCaxI6hXVRpg3n2IMrv8ZPDAA9 {  }
 }@media only screen and (max-width: 763px) { #Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #IwJNtlTOIIXsOk4xu60qOxFTR1RF1lZA {  }
 }@media only screen and (max-width: 763px) { #Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #f7B86VKZZzbpwr8xwRGcyHMgI04zmLKb {  }
 }@media only screen and (max-width: 763px) { #Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #rusblV6AVApAxT6IpH5qV3daFTsVdrJi {  }
 }@media only screen and (max-width: 763px) { #Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #gfaJQOurxWVt50SGDXL9se6nQgimp4Sh {  }
 }@media only screen and (max-width: 763px) { #Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #XyxpzFUmzSPuggJZJMNRsNZENPUxkAAk {  }
 }@media only screen and (max-width: 763px) { #Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #VvbglazygzBXg512XCmyRCyfwt1ttG2m {  }
 }@media only screen and (max-width: 763px) { #Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #P3PfIBAfMZMu10o3rKhkdRL2tBbGAiuT {  }
 }@media only screen and (max-width: 763px) { #T9psendvJVbOyRi5cu2d3mZqSUrKTX6X { width:20rem;height:6rem;top:6.1056861877441rem;left:0rem;font-size:1.25rem;line-height:1.6;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #ZtHpLIqSsVOPc85wI0MHDhU2uC7tTece { width:20rem;height:4.796875rem;top:45.953125rem;left:0rem;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #onUL0HDNR0AhyER9PiwTFln9GLB5zJlu { top:0rem;left:3.4375rem;width:13.125rem;height:5.8125rem;z-index:15027;background-color:rgba(var(--color-tertiary-0),0.53);background-image:none;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #meM725oeA5bOntnI69nsqoZghvlZlCJQ { background-color:#ae8c67;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#meM725oeA5bOntnI69nsqoZghvlZlCJQ > .row .container { background-color: transparent; background-image: none; }#meM725oeA5bOntnI69nsqoZghvlZlCJQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#meM725oeA5bOntnI69nsqoZghvlZlCJQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#meM725oeA5bOntnI69nsqoZghvlZlCJQ > .row .container > .video-iframe-container { display: none; }#meM725oeA5bOntnI69nsqoZghvlZlCJQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#meM725oeA5bOntnI69nsqoZghvlZlCJQ > .row > .video-iframe-container { display: none; }#meM725oeA5bOntnI69nsqoZghvlZlCJQ > .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); }#meM725oeA5bOntnI69nsqoZghvlZlCJQ > .row .container { border-width: 0; border-radius: 0; }#meM725oeA5bOntnI69nsqoZghvlZlCJQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#meM725oeA5bOntnI69nsqoZghvlZlCJQ > .row .container { width:20rem;height:17.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Snk1zzXE5pwlhSah1apC1B5W3hIIXEXT { width:20rem;height:4.38671875rem;top:1.005859375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIVRKWVZPRrzuCFi8oLIMenXSk481p8a { width:18.125rem;height:11.69533125rem;top:5.380859375rem;left:0.93750005960463rem;font-size:1rem;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) { #Uhr0AEAhq1Mb1ZpyFHm7WKha4upyW1K0 { display:block; }#Uhr0AEAhq1Mb1ZpyFHm7WKha4upyW1K0 > .row .container { width:20rem;height:188.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mwdHuMIrmyqT3Tcb0fHi9gsSZUxdgn4N { width:19.25rem;height:11.497375rem;top:1.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #B6klitZ5RTCtDBCVUupGeJfs6twJ2UxO { width:16.4995625rem;height:1.625rem;top:22.312286376953rem;left:1.7491319775581rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3WA1R5kFaKZcg6hT6rnmzxk8QV5zMNe { width:18.75rem;height:8.921875rem;top:25.124137878418rem;left:0.62500005960463rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1nGGQ26qEVPP3Sb6FL9E6IhMMhxEe0u { width:0.0625rem;height:32.1875rem;top:11rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #HglWJ1DxVaFmNkcabrZTMJUhlTsgHLMb { width:20rem;height:0.0625rem;top:76.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vAqeL1STg6osXPyrwEhaKfs2wf4cRXqD { width:18.75rem;height:1.625rem;top:61.375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gK0xcsCxlDdEdlyIZrTMNiRJtFdUbPpS { width:18.75rem;height:13.3828125rem;top:63.8125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9km4gea7TrJ4i0wRIxfZUlcVaztNWBm { width:18.75rem;height:7.434875rem;top:87.5625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyiTaqk3h9ed6nm7C3RJ7tHcgqUgvbu2 { width:18.75rem;height:1.625rem;top:85.1875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZipTIme9G2Syw5P7vzHkv5Ts8OZopwn { width:18.75rem;height:7.434875rem;top:45.187286376953rem;left:0.62500005960463rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgUk3yJTyMchTyDVJXSqlXoFDUrfMsZG { width:9.1873125rem;height:1.625rem;top:43.561859130859rem;left:5.3743491768837rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgqGpRJG8HlD6V9bDhUxeqB1KRi7TsLS { width:5rem;height:5rem;top:36.499130249024rem;left:7.5000000596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbVhOZGfOkImGTurx0Q1e4dAM3Q7UZQT { width:0.0625rem;height:15.625rem;top:14rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #kPsxULXShaWfnNpOEOhgxL2N463MIVeK { width:5.9375rem;height:5.75rem;top:36.499130249024rem;left:7.0616322159769rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgMTk0XHxdZyAORCHrpZNTnTyFrG1fMp { width:4.6875rem;height:4.6875rem;top:15.374786376953rem;left:7.2493491768837rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9tZh4JqJJavxIrDWHTqFaZRt2lS7xNC { width:5.9375rem;height:5.75rem;top:15.374786376953rem;left:6.6243491768837rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7Kht0IGrHxCgnvoT7if0nqOaWh9MyZc { width:4.0625rem;height:4rem;top:80.3125rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHfKXzpXywsJ5T9LyqfTGzdWPHP3l4ug { width:5.9375rem;height:5.75rem;top:79.5rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #inDH4uviKHD0apADShuIrWnuEP85qeOR { width:4.6875rem;height:4.6875rem;top:55.625rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXTw0kVWFdwb5EV8VD5b1OR5nHcTgSWR { width:5.9375rem;height:5.75rem;top:55.125rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGT4vdgpIUpbS7qmHmNl38E8p00K9CMV { width:20rem;height:0;top:55.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #W3cxoMW1XSGXkKCn63wLzzX8qffTEykH { width:0;height:15.625rem;top:45.125rem;left:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #QzNBJxzb6a60XqvqvlR9HrVMOvEn6OCT { width:0;height:15.625rem;top:60.75rem;left:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #naqkNhKkMqrQcJ8kONoooO0JNQmCclsy { width:20rem;height:5.94791875rem;top:122.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKiRnGJJBi5nyrSnxum5wNwf64UNc0SI { width:18.75rem;height:1.625rem;top:120rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7czhGxpeuaRxqfK9qSFvUFTG1tPdH4o { width:4.6875rem;height:4.6875rem;top:114.125rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gD1gBw4h1RhDnXBAygQZ6b8aTml5zbgB { width:5.9375rem;height:5.75rem;top:113.5625rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBrOHNstgq5lFilkDdww8WGuCnMKkmAF { width:20rem;height:5.94791875rem;top:106.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9KRNJ7ONLNEZT1aLuzUNQm9QoepnCT9 { width:18.75rem;height:1.625rem;top:103rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXwxAyOeASVXB6iad05x2mPzLquITVTq { width:4.25rem;height:4.1875rem;top:97.4375rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymwm1AfzpxS6X8PZWP38JEcmeFevM4t7 { width:5.9375rem;height:5.75rem;top:96.6875rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6cD8lr4vn923EICUO1S5lgmccrIZ1h9 { width:20rem;height:8.921875rem;top:139.5rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VNSMCJBoOXCsK7n4HckgeodoPHZ2UUDA { width:18.75rem;height:1.625rem;top:136.5625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqXtCO00oqFATuEPvd2c1xHfkeVlnHXn { width:4.0625rem;height:4rem;top:130.9375rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8BNKwDQVWdA2CHwTK9CuoEH3uB2SHUE { width:5.9375rem;height:5.75rem;top:130.0625rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgHwh3qEgMpSJwn6KI2F7wvNebpKGoNr { width:20rem;height:0;top:76.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zEFxaeNgpoigqnnAGMLt3uNyv1Wi158T { width:0;height:15.625rem;top:76.5rem;left:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #g3h5FKKMb3m35cZfRc7K0UG1czsrkkD2 { width:4.1875rem;height:4.1875rem;top:151.375rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1IXyfmzzabu3qibbxsiOqlggEFi8bQD { width:6rem;height:5.8125rem;top:150.5625rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZq7nudVDWrI51nqu7tqm1HJoFRxPuPi { width:18.75rem;height:1.625rem;top:157.625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AoFxL81Q1OkJcuuFhNCw9kD9KkJrIM8b { width:20rem;height:5.94791875rem;top:160.5rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bP1aUlmCvknAB9gz33HrO9ZIkJ4Q462d { width:20rem;height:0;top:118.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #XswexqkLGT2Gyzd3IusW39SSi6DHa4VR { width:0;height:15.625rem;top:83.6875rem;left:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #E3GlTU3lw5zdSTLhn4900tfZzTUbgibS { width:4.125rem;height:4.125rem;top:169.625rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kILHFcDcv1vZQ0WuTnyrvoHI4aVHLBqy { width:6rem;height:5.8125rem;top:168.8125rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTZ8V3TFFP6y5qurk644ZqBorIwahK2p { width:18.75rem;height:1.625rem;top:175.875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gT4d99tMaTTDrTeH1D21UXi8odrcWenG { width:20rem;height:7.434875rem;top:178.75rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZiwbE55pOCDfBfseeQ3Fy3DaFqGpJmzb { display:block; }#ZiwbE55pOCDfBfseeQ3Fy3DaFqGpJmzb { background-color: transparent; background-image: none; }#ZiwbE55pOCDfBfseeQ3Fy3DaFqGpJmzb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZiwbE55pOCDfBfseeQ3Fy3DaFqGpJmzb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZiwbE55pOCDfBfseeQ3Fy3DaFqGpJmzb > .row .container > .video-iframe-container { display: none; }#ZiwbE55pOCDfBfseeQ3Fy3DaFqGpJmzb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZiwbE55pOCDfBfseeQ3Fy3DaFqGpJmzb > .row > .video-iframe-container { display: none; }#ZiwbE55pOCDfBfseeQ3Fy3DaFqGpJmzb > .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); }#ZiwbE55pOCDfBfseeQ3Fy3DaFqGpJmzb > .row .container { width:20rem;height:76rem;background-color:#ae8c67;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #atWTbKln9m5PvJsWK6eoh22uRvdaoXya { width:20rem;height:2rem;top:1.25rem;left:0rem;font-size:2rem;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #x9th2b6TMqAkgBLDTGTNgk9rhmag10xp { width:20rem;height:10.4479375rem;top:4.5rem;left:0rem;font-size:1.375rem;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #kw1E8yLVwyUowFETwZd3TkwryG9XVSk4 { width:20rem;height:3.82291875rem;top:22.5rem;left:0rem;font-size:1.125rem;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #k03iFIqhEefXRxBUnIRwHk8nCG0JNny2 { width:12.5rem;height:1.91145625rem;top:19.0625rem;left:4.4375rem;font-size:1.125rem;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #vmtEnUTNLuJNnaaKx9ZSgK06A5wTzRPh { width:20rem;height:auto;top:19rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wIppefWNQ4sWKTVRTDuTPl5aRRwTryS2 { width:20rem;height:14.1731875rem;top:28.1875rem;left:0rem;font-size:1.125rem;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #gR6VDK1WJ9HRCyt9QaEaZmH8a0xJkdZb { width:3.125rem;height:3.125rem;top:21.9375rem;left:16.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgpO1lLg8eJcRVX3XBCTIlp2Tc2R97Z0 { width:3.125rem;height:3.125rem;top:21.9375rem;left:16.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDL4B0dvC9F4i0gdu7iuew5CUeGJrOuD { width:20rem;height:0.375rem;top:16rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFkbLHG9e8DhwP2lLOMvATlHbkZbz2Kt { width:12.5rem;height:2.61198125rem;top:45.46875rem;left:2.6875rem;font-size:1.375rem;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #EKa1sku0qlauvoVpPRTFKy71HrqmpAxm { width:3.125rem;height:3.125rem;top:45.1875rem;left:13.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlACzsdMk042Ixc4XNuVwnMxP9LgHQuq { width:20rem;height:18.222625rem;top:49.3125rem;left:0rem;font-size:1.125rem;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #FZsz1t5hb5SSfH6Kae4pBGDHTbMCTnvO { display:block; }#FZsz1t5hb5SSfH6Kae4pBGDHTbMCTnvO > .row .container { width:20rem;height:64.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aA6tTs1Qb3GkmyXwUMepqGPoW1deuK6x { width:20rem;height:7.5989375rem;top:1.25rem;left:0rem;font-size:2rem;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #eiUw94OC8wZpDDPzWlHu0RrkCFXTkFI4 { width:12.5rem;height:2.47395625rem;top:24.3125rem;left:2.1875rem;font-size:1.375rem;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #og4W0HxCZHRd1xmMz6nuFOBPtdtHibes { width:18.9375rem;height:2.0247375rem;top:11.71875rem;left:0rem;font-size:1.125rem;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #GgW6TnqNmHl7KrsrgqJoDHtBEm4aPlQh { width:12.5rem;height:2.47395625rem;top:44.625rem;left:3.75rem;font-size:1.375rem;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #T2zPzm6ydtiF2GKD6ScOLx0AVdf00WZF { width:3.125rem;height:3.125rem;top:11.15625rem;left:16.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThS7CeKZG7NZVsunetNqskfrgt1mC13X { width:3.125rem;height:3.125rem;top:23.96875rem;left:14.6875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h54iIfDGTT4LaOlDTQe6oWgvg5WTur4v { width:20rem;height:10.1236875rem;top:28.9375rem;left:0rem;font-size:1.125rem;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #V6E6q2o3nbcOc5IdQt8gGmqeZQwhs1po { width:20rem;height:6.07421875rem;top:15.15625rem;left:0rem;font-size:1.125rem;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #MICfGsCgnIBHNIhalvfAtAHKSeqgy9DP { width:3.125rem;height:3.125rem;top:44.28125rem;left:14.6875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iugzIroiQ2BVIbTOhJ1Dn6a7hKR6OHk5 { width:20rem;height:10.683625rem;top:49rem;left:0rem;font-size:1.1875rem;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #IwZSfdc5nhJHSkfmDtOEbt4XPSC6JSZc { display:block; }#IwZSfdc5nhJHSkfmDtOEbt4XPSC6JSZc > .row .container { width:20rem;height:44.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CRGhrVup2weGaDcCrqrLpFDeg8goWL5Q { width:20rem;height:2.03125rem;top:0.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXAlhBymdGkOM81Daz4SQnopoFXT4QQT { width:17rem;height:3.8994125rem;top:4.7490234375rem;left:0.4375rem;text-align:right;text-align-last:right;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #hJ6UnQgVRbVyCchI7Lb4U1AVk3VBxWtq { width:2.375rem;height:2.375rem;top:4.686279296875rem;left:17.60498046875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GclLd1IGDM3z1yDK95EzC7Q1wZlDTvW9 { width:16.125rem;height:3.8994125rem;top:11.3115234375rem;left:1.4365234375rem;text-align:right;text-align-last:right;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFbCJVC8uvrSTIoEZ0ifFaz7IMFsBWED { width:16.5625rem;height:3.8994125rem;top:17.810546875rem;left:1.1943359375rem;text-align:right;text-align-last:right;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DiVElTeEJZBMxPuhMgyHsltE76ze6Wk8 { width:11.25rem;height:5rem;top:38.433605194092rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JL3SLA6OPPd0eQUDcL4oatllDIFTuPJa { width:17.4375rem;height:3.8994125rem;top:23.6201171875rem;left:0.40625rem;text-align:right;text-align-last:right;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2HT0lbxkSF3hCgFWKQIKNzznEIRNpN2 { width:2.625rem;height:2.75rem;top:10.5576171875rem;left:17.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3bTIHWMP9XW5M50DHuOLvwHAsHTabWL { width:2.625rem;height:2.75rem;top:17.560546875rem;left:17.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sT8Cf42k8PSRoSI50T03rUkTcmTTVf8L { width:2.5rem;height:2.625rem;top:23.0810546875rem;left:17.5rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OefpkmkQF0g1E1x6AWRkiMOCCIBaNLJL { width:2.375rem;height:2.5rem;top:30.375rem;left:17.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0Tkzr6ZvUyEg3hl5JTFQV46shCVbyrG { width:17.1875rem;height:3.89941875rem;top:30.7060546875rem;left:0.65625rem;text-align:right;text-align-last:right;font-size:1rem;display:block; }
 }