.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:217,245,246;--color-primary-1:130,221,226;--color-primary-2:4,187,197;--color-primary-3:2,94,99;--color-primary-4:1,28,30;--color-secondary-0:251,223,230;--color-secondary-1:242,148,172;--color-secondary-2:229,40,88;--color-secondary-3:115,20,44;--color-secondary-4:34,6,13;--color-tertiary-0:255,255,255;--color-tertiary-1:232,247,255;--color-tertiary-2:139,148,153;--color-tertiary-3:83,89,92;--color-tertiary-4:11,16,32;--headlines-font-family:"Metropolis";--paragraphs-font-family:"Source Sans Pro"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#e8e8e9;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); }#KFVnXoTc6TqkPlV385QwdZtnXK9kdFeI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e8e8e8;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;z-index:auto;display:none; }#KFVnXoTc6TqkPlV385QwdZtnXK9kdFeI > .row .container { border-width: 0; border-radius: 0; }#KFVnXoTc6TqkPlV385QwdZtnXK9kdFeI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KFVnXoTc6TqkPlV385QwdZtnXK9kdFeI > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:75rem;position:relative;display:none; }#c62xxanelRA9pzLTpcuMlAnzckpoWWGh { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:10.25rem;top:1rem;left:5.46875rem;overflow:hidden;display:block; }
#OSoQSAgo9EraVJh5xDckPsGOm5pv4alP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#MGv9B5S3OL5DWk7p8e3bP5uplzQVoBdZ { color:rgba(var(--color-tertiary-4),1);display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:10.375rem;top:5rem;left:3.5625rem;display:none; }
#GXO0VvPG6VtuE6wUxanDRsJPTTymGISQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e8e8e8;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#GXO0VvPG6VtuE6wUxanDRsJPTTymGISQ > .row .container { background-color: transparent; background-image: none; }#GXO0VvPG6VtuE6wUxanDRsJPTTymGISQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GXO0VvPG6VtuE6wUxanDRsJPTTymGISQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GXO0VvPG6VtuE6wUxanDRsJPTTymGISQ > .row .container > .video-iframe-container { display: none; }#GXO0VvPG6VtuE6wUxanDRsJPTTymGISQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GXO0VvPG6VtuE6wUxanDRsJPTTymGISQ > .row > .video-iframe-container { display: none; }#GXO0VvPG6VtuE6wUxanDRsJPTTymGISQ > .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); }#GXO0VvPG6VtuE6wUxanDRsJPTTymGISQ > .row .container { border-width: 0; border-radius: 0; }#GXO0VvPG6VtuE6wUxanDRsJPTTymGISQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GXO0VvPG6VtuE6wUxanDRsJPTTymGISQ > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:75rem;position:relative;display:block; }#x8EVKI0eS61JPwzMQc8kB707OWXpdRTB { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:10.25rem;top:1rem;left:5.46875rem;overflow:hidden;display:block; }
#t8NV6S0ierkeZ9zvCTWviTpgax9iCkua { background-color:#8f4f55;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.3125rem 0.3125rem 0.625rem rgba(var(--color-primary-4),0.77) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19rem;height:3rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:0.75rem;left:53.75rem;display:block; }
#ydCiHGoMMa5Lokr8drXDdVTgnr44QTD2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mWJA9LH0RbM2NgMeNBZiXELLtytQFJlt { color:rgba(var(--color-tertiary-4),1);display:block;width:9.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:1.703125rem;left:37.5rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#RUKUJHMScxNAb22aEGQ5aVi6wDaamhhe { color:rgba(var(--color-tertiary-4),1);display:block;width:4.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:1.703125rem;left:25.1875rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#pHLhbCFg1Hf7P0HFCMNER8f0QQibsvrG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#WegHdTXIvvzOau3rhUmJ86JdLm1zhsTV { color:rgba(var(--color-tertiary-4),1);display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:10.375rem;top:5rem;left:3.5625rem;display:none; }
#EOI4QDw8dUqnd2HXsSLqZ5mnbN7zfAbb { color:rgba(var(--color-tertiary-4),1);display:block;width:6.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:1.703125rem;left:34.375rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#Kctzt29btFSTEs9eVWMNQAVABfcMmkdB { color:rgba(var(--color-tertiary-4),1);display:block;width:6.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:1.703125rem;left:29.625rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#oJezzBhaFTTrlJmDS3OeILZgHUQhS1eS { color:rgba(var(--color-tertiary-4),1);display:block;width:5.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:1.703125rem;left:18.875rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#pxUiuhDC4wyNtuo08W84tncs7ZSHlaTP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }#pxUiuhDC4wyNtuo08W84tncs7ZSHlaTP > .row .container { background-color: transparent; background-image: none; }#pxUiuhDC4wyNtuo08W84tncs7ZSHlaTP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pxUiuhDC4wyNtuo08W84tncs7ZSHlaTP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pxUiuhDC4wyNtuo08W84tncs7ZSHlaTP > .row .container > .video-iframe-container { display: none; }#pxUiuhDC4wyNtuo08W84tncs7ZSHlaTP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pxUiuhDC4wyNtuo08W84tncs7ZSHlaTP > .row > .video-iframe-container { display: none; }#pxUiuhDC4wyNtuo08W84tncs7ZSHlaTP > .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); }#pxUiuhDC4wyNtuo08W84tncs7ZSHlaTP > .row .container { border-width: 0; border-radius: 0; }#pxUiuhDC4wyNtuo08W84tncs7ZSHlaTP > .row > .video-iframe-container { border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem; }#pxUiuhDC4wyNtuo08W84tncs7ZSHlaTP > .row .container { font-size:0.875rem;font-family:arial;height:48.375rem;width:75rem;position:relative;display:block; }#ExtLywmk7B91I77xOCCHAOTfK73UX8lk { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: none;height:35.875rem;width:35.875rem;top:8.375rem;left:0.375rem;overflow:hidden;display:block; }
#fh2Mdla16kPdkrxpy71N4QSUmgvlDxFp { color:rgba(var(--color-tertiary-4),1);display:block;width:36.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:11.4375rem;left:38.75rem;height:18.75rem;text-align:left;text-align-last:left;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; }
#sNwrEZRvdKHF2fDBpF74wVv3IkrTyTNx { color:rgba(var(--color-tertiary-4),1);display:block;width:36.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:44.6875rem;left:36.96875rem;height:1.13671875rem;display:none; }
#eoy42a7R9JwDzwcSTL5gW9UuLKuDOhwR { color:rgba(var(--color-tertiary-4),1);display:block;width:33.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:24.4375rem;left:47.125rem;height:0.125rem;display:none; }
#NBn9b6D3qQKPHieQyv7724It3UTBv7wy { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #8a5253, #000000);background-image: -moz-linear-gradient(180deg, #8a5253, #000000);background-image: -ms-linear-gradient(180deg, #8a5253, #000000);background-image: -o-linear-gradient(180deg, #8a5253, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a5253', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a5253', endColorstr='#000000' );";background-image: linear-gradient(180deg, #8a5253, #000000);background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.3125rem 0.3125rem 0.5625rem rgba(var(--color-primary-4),0.39) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:36.25rem;height:3rem;text-decoration:none;z-index:15052;text-align:center;text-align-last:center;top:38.25rem;left:38.75rem;display:block; }
#RkpzpSqhHW2I1HOlcsKi5o8SOeBUiDOg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BhvQwZcRLalT4NcSidwTnPTGZphQydXT { color:rgba(var(--color-tertiary-4),1);display:block;width:31.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:43.1875rem;left:41.9375rem;height:1.13720625rem;text-align:center;text-align-last:center;display:block; }
#SMhlnAe245myyzvWaKnW8xOqCeG7HIa5 { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #8a5253;border-left:0.25rem solid #8a5253;border-right:0.25rem solid #8a5253;border-bottom:0.25rem solid #8a5253;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.3125rem 0.3125rem 0.5625rem rgba(var(--color-primary-4),0.4) ;box-sizing:border-box;color:#8a5253;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:.9;overflow:hidden;position:absolute;width:36.25rem;height:3.3125rem;text-decoration:none;z-index:15051;text-align:center;text-align-last:center;top:32.0625rem;left:37.625rem;display:none; }
#mQl0lZZcNwZtxcR9OotHpeJLOBSstHID { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aieNsEhTDvPUSxcfTurGCOOVaG2Wz2EJ { background-color:#8a5253;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.3125rem 0.3125rem 0.5625rem rgba(var(--color-primary-4),0.41) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:36.25rem;height:3rem;text-decoration:none;z-index:15050;text-align:center;text-align-last:center;top:30.25rem;left:37.3125rem;display:none; }
#li3ICgN43KwOM30TiniuZQw16EKTNcy5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Az3se7gT1tXDzlkGzIudWdH1F3TiFaWx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#Az3se7gT1tXDzlkGzIudWdH1F3TiFaWx > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#KAw6ShT57oocRZSr5y9zq83wHshUxRla { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #8a5253;border-left:0.25rem solid #8a5253;border-right:0.25rem solid #8a5253;border-bottom:0.25rem solid #8a5253;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.3125rem 0.3125rem 0.5625rem rgba(var(--color-primary-4),0.4) ;box-sizing:border-box;color:#8a5253;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:.9;overflow:hidden;position:absolute;width:36.25rem;height:3.3125rem;text-decoration:none;z-index:15052;text-align:center;text-align-last:center;top:34.25rem;left:38.75rem;display:block; }
#QdinvqQn47Tw6chehsHngE1nCkZoDXVC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Qv2lTKqyfvxkEphXVxoPnkAiMok97RDB { color:rgba(var(--color-tertiary-4),1);display:block;width:34.1875rem;position:absolute;font-family:"source sans pro";font-size:3.875rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:9rem;left:38.9375rem;height:0;text-align:left;text-align-last:left;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:none; }
#uI4kU954QSNiqcurpvC803mxdFXED00w { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uI4kU954QSNiqcurpvC803mxdFXED00w > .row .container { background-color: transparent; background-image: none; }#uI4kU954QSNiqcurpvC803mxdFXED00w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uI4kU954QSNiqcurpvC803mxdFXED00w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uI4kU954QSNiqcurpvC803mxdFXED00w > .row .container > .video-iframe-container { display: none; }#uI4kU954QSNiqcurpvC803mxdFXED00w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uI4kU954QSNiqcurpvC803mxdFXED00w > .row > .video-iframe-container { display: none; }#uI4kU954QSNiqcurpvC803mxdFXED00w > .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); }#uI4kU954QSNiqcurpvC803mxdFXED00w > .row .container { border-width: 0; border-radius: 0; }#uI4kU954QSNiqcurpvC803mxdFXED00w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uI4kU954QSNiqcurpvC803mxdFXED00w > .row .container { font-size:0.875rem;font-family:arial;height:37.375rem;width:75rem;position:relative;display:block; }#FresTahbfIyF8hIA0TEBTecbXI2GNIA7 { color:rgba(var(--color-tertiary-4),1);display:block;width:38.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.1875rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:7.5625rem;left:18.3125rem;height:4.14355625rem;text-align:center;text-align-last:center;display:block; }
#OgqRyWbc1k4zUu5TsKfJL3IN2LokFbVc { background-color:#8a5253;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: 0.25rem 0.25rem 0.1875rem rgba(var(--color-primary-4),0.54) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.4375rem;height:7.125rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:13.75rem;left:12.4375rem;display:block; }
#Pi6ff6tpZpkp0e68FmskoQUenUH4F05N { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FhWxgQ93DZJViNV1kAG7RWE1cr0yy1XF { background-color:#8a5253;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: 0.25rem 0.25rem 0.1875rem rgba(var(--color-primary-4),0.54) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.4375rem;height:7.125rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:13.75rem;left:25.375rem;display:block; }
#rDKxTSXhBNXdCGF3obbM0phktSA2RQoA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eh3ymgLLuErC4GmkEXA1XBTkBVGP2iHk { background-color:#8a5253;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: 0.25rem 0.25rem 0.1875rem rgba(var(--color-primary-4),0.54) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.4375rem;height:7.125rem;text-decoration:none;z-index:15036;text-align:center;text-align-last:center;top:13.75rem;left:38.125rem;display:block; }
#L9KJvmmHlbPRMdD1mMZoUVgd5WzqNA0I { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qH1rlm4wrCsAHCXazdGozF7AFqVAszGn { background-color:#8a5253;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: 0.25rem 0.25rem 0.1875rem rgba(var(--color-primary-4),0.54) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.4375rem;height:7.125rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:13.75rem;left:51.125rem;display:block; }
#mCEZpSAXhBh0zJrU20FOJQUTv9BTLVIL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ct4GyN8tW013hn7BVD6CoOrruW5T3mZ4 { background-color:#8a5253;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: 0.25rem 0.25rem 0.1875rem rgba(var(--color-primary-4),0.54) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.4375rem;height:7.125rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:22.6875rem;left:12.4375rem;display:block; }
#IwWd1ye4A1sZvacHNiRz0N8ogBNZrtwm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zd6QtfE2s9lwdTaawGT7rby9wNbH6Tzo { background-color:#8a5253;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: 0.25rem 0.25rem 0.1875rem rgba(var(--color-primary-4),0.54) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.4375rem;height:7.125rem;text-decoration:none;z-index:15040;text-align:center;text-align-last:center;top:22.6875rem;left:51.125rem;display:block; }
#JX99FvmGgEzwD0zAtqM4xIzwHbKUBapP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wQByuL4mz1JPLCzIxvInyu6Wu7PhbSJX { background-color:#8a5253;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: 0.25rem 0.25rem 0.1875rem rgba(var(--color-primary-4),0.54) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.4375rem;height:7.125rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:22.6875rem;left:38.125rem;display:block; }
#auIH63w2ydlDhQDTQdxASQFMtrL038V0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cn9sxyhhriBb7TEs96oJi2Ie6T1VHQAW { background-color:#8a5253;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: 0.25rem 0.25rem 0.1875rem rgba(var(--color-primary-4),0.54) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.4375rem;height:7.125rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:22.6875rem;left:25.375rem;display:block; }
#BWhlmZkMUyEkFtD2Tv4Z5TKPEO8Tlxm8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DzDKfaVXlnvDPg5TJ1Rz84txQXby1hOT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:19.625rem;left:21.75rem; }
#q9HMoMimL3aOFKPONR9cQFrTBPMdzoyr { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-tertiary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.375rem;left:0rem;display:block; }
#dHVTQ3C8EawRAfPyJSWDJLmrNmNIR4m7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dHVTQ3C8EawRAfPyJSWDJLmrNmNIR4m7 > .row .container { background-color: transparent; background-image: none; }#dHVTQ3C8EawRAfPyJSWDJLmrNmNIR4m7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dHVTQ3C8EawRAfPyJSWDJLmrNmNIR4m7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dHVTQ3C8EawRAfPyJSWDJLmrNmNIR4m7 > .row .container > .video-iframe-container { display: none; }#dHVTQ3C8EawRAfPyJSWDJLmrNmNIR4m7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dHVTQ3C8EawRAfPyJSWDJLmrNmNIR4m7 > .row > .video-iframe-container { display: none; }#dHVTQ3C8EawRAfPyJSWDJLmrNmNIR4m7 > .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); }#dHVTQ3C8EawRAfPyJSWDJLmrNmNIR4m7 > .row .container { border-width: 0; border-radius: 0; }#dHVTQ3C8EawRAfPyJSWDJLmrNmNIR4m7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dHVTQ3C8EawRAfPyJSWDJLmrNmNIR4m7 > .row .container { font-size:0.875rem;font-family:arial;height:34.875rem;width:75rem;position:relative;display:block; }#EqoWuLxGZ6tSxdk1LxyaBRGgRbwl215D { color:rgba(var(--color-tertiary-4),1);display:block;width:38.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:5.0625rem;left:18.3125rem;height:4.2246125rem;text-align:center;text-align-last:center;display:block; }
#OTxkhobwx4Z0iI4CVANRmuPTF83FhGg0 { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:12.125rem;width:12.125rem;top:11.1875rem;left:10.8125rem;overflow:hidden;display:block; }
#tlQ39KInHI5LFJUBNbXJFHUD2IOLxAw0 { color:rgba(var(--color-tertiary-3),1);display:block;width:13.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15028;line-height:.9;letter-spacing:0;top:24.5rem;left:10.625rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#rehHomSxuaaihtCThCn7xk2omC5XxoDb { color:rgba(var(--color-tertiary-3),1);display:block;width:13rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15032;line-height:.9;letter-spacing:0;top:24.4375rem;left:24.25rem;height:1.0683625rem;text-align:center;text-align-last:center;display:block; }
#VkcNkT5C9nDT7GB4dMGWV73tZRD76DxM { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:12.125rem;width:12.125rem;top:11.1875rem;left:24.75rem;overflow:hidden;display:block; }
#T391tJtmKhbH3WoFImNnMZLDqMNgap7i { position:absolute;display:block;z-index:15022;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:12.125rem;width:12.125rem;top:11.25rem;left:38.25rem;overflow:hidden;display:block; }
#zeSXRpdlLfC1T2I9wB50qIyEdlHISZ72 { color:rgba(var(--color-tertiary-3),1);display:block;width:12.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15034;line-height:.9;letter-spacing:0;top:24.52734375rem;left:38rem;height:1.0683625rem;text-align:center;text-align-last:center;display:block; }
#A2aLXa8Jn4oa8qFo2xX0HbunAKNsnPsI { position:absolute;display:block;z-index:15024;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:12.125rem;width:12.125rem;top:11.1875rem;left:51.9375rem;overflow:hidden;display:block; }
#DEPIE6Vun3d2gElaoQcwvRVzqdstV6gi { color:rgba(var(--color-tertiary-3),1);display:block;width:10.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15036;line-height:.9;letter-spacing:0;top:24.4375rem;left:52.625rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#uGpg0rs3U03dkBeXIdfkvDmXLGRuvIyA { color:rgba(var(--color-tertiary-2),1);display:block;width:10.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15029;line-height:.9;letter-spacing:0;top:26.75rem;left:11.5rem;height:0.84375rem;text-align:center;text-align-last:center;display:block; }
#wK75OfmCM8rs0A9Dtuzx7EUwApMxQgnw { color:rgba(var(--color-tertiary-2),1);display:block;width:12.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15031;line-height:.9;letter-spacing:0;top:26.6875rem;left:24.5625rem;height:1.6875rem;text-align:center;text-align-last:center;display:block; }
#eCLNL3CkQsXmv8StyJG4QRzOmfgPpVim { color:rgba(var(--color-tertiary-2),1);display:block;width:12.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15032;line-height:.9;letter-spacing:0;top:26.75rem;left:38.5625rem;height:0.84375rem;text-align:center;text-align-last:center;display:block; }
#VmfylOtcaxeKwO3RexZ2UDIkipkwOTu7 { color:rgba(var(--color-tertiary-2),1);display:block;width:12.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15033;line-height:.9;letter-spacing:0;top:26.6875rem;left:51.6875rem;height:0.84375rem;text-align:center;text-align-last:center;display:block; }
#yWTDw2y4SgMJhbKZeK1qnC12mDUCgLtA { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-tertiary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.1875rem;left:0rem;display:block; }
#uX1ReWdt8f7Jeza8fXKihE4F81GqBGDZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uX1ReWdt8f7Jeza8fXKihE4F81GqBGDZ > .row .container { background-color: transparent; background-image: none; }#uX1ReWdt8f7Jeza8fXKihE4F81GqBGDZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uX1ReWdt8f7Jeza8fXKihE4F81GqBGDZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uX1ReWdt8f7Jeza8fXKihE4F81GqBGDZ > .row .container > .video-iframe-container { display: none; }#uX1ReWdt8f7Jeza8fXKihE4F81GqBGDZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uX1ReWdt8f7Jeza8fXKihE4F81GqBGDZ > .row > .video-iframe-container { display: none; }#uX1ReWdt8f7Jeza8fXKihE4F81GqBGDZ > .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); }#uX1ReWdt8f7Jeza8fXKihE4F81GqBGDZ > .row .container { border-width: 0; border-radius: 0; }#uX1ReWdt8f7Jeza8fXKihE4F81GqBGDZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uX1ReWdt8f7Jeza8fXKihE4F81GqBGDZ > .row .container { font-size:0.875rem;font-family:arial;height:31.6875rem;width:75rem;position:relative;display:block; }#mwxP8TZCoiuMr1sNHLgpZASH1nfPNE0w { color:rgba(var(--color-tertiary-4),1);display:block;width:43.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:15014;line-height:1;letter-spacing:0;top:4.25rem;left:15.65625rem;height:5.5rem;text-align:center;text-align-last:center;display:block; }
#DvtWLvShdmaZX5QGKlFVhPIrogohyFUF { color:rgba(var(--color-tertiary-4),1);display:block;width:38.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:10.7255859375rem;left:18.3125rem;height:10.2363125rem;text-align:center;text-align-last:center;display:block; }
#RTa3ldlDzTyMvEAc9uxzrH3GDti34Tnm { background-color:#8f4f55;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.3125rem 0.3125rem 0.5rem rgba(var(--color-primary-4),0.7) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.4375rem;height:3rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:23.8125rem;left:25.28125rem;display:block; }
#CA5HxBTohhZQ2aqsciqyZAEFT9FIvhOW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gFVfxOo7C1GsXGJqdyXsVQbhdpeeo6QW { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-tertiary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.375rem;left:0rem;display:block; }
#xBu8hHVWKKvGkwJIJ3LAGTcEJHKqaQfT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xBu8hHVWKKvGkwJIJ3LAGTcEJHKqaQfT > .row .container { background-color: transparent; background-image: none; }#xBu8hHVWKKvGkwJIJ3LAGTcEJHKqaQfT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xBu8hHVWKKvGkwJIJ3LAGTcEJHKqaQfT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xBu8hHVWKKvGkwJIJ3LAGTcEJHKqaQfT > .row .container > .video-iframe-container { display: none; }#xBu8hHVWKKvGkwJIJ3LAGTcEJHKqaQfT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xBu8hHVWKKvGkwJIJ3LAGTcEJHKqaQfT > .row > .video-iframe-container { display: none; }#xBu8hHVWKKvGkwJIJ3LAGTcEJHKqaQfT > .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); }#xBu8hHVWKKvGkwJIJ3LAGTcEJHKqaQfT > .row .container { border-width: 0; border-radius: 0; }#xBu8hHVWKKvGkwJIJ3LAGTcEJHKqaQfT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xBu8hHVWKKvGkwJIJ3LAGTcEJHKqaQfT > .row .container { font-size:0.875rem;font-family:arial;height:38.25rem;width:75rem;position:relative;display:block; }#aCBiuEmNfnTrTbKNCscnk3BsdGDvvLJr { color:rgba(var(--color-tertiary-4),1);display:block;width:42.5rem;position:absolute;font-family:"source sans pro";font-size:3.5625rem;font-weight:700;z-index:15011;line-height:1.1;letter-spacing:0;top:7.375rem;left:6.4375rem;height:3.91845625rem;text-align:left;text-align-last:left;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; }
#PnMPiLf8tJTiFsBLlixfcpm1OPxUlUai { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-tertiary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.1875rem;left:0rem;display:block; }
#rkoBxRCECnTK9TxoGa2smtGo8dtTdt3e { color:rgba(var(--color-tertiary-4),1);display:block;width:27.0625rem;position:absolute;font-family:metropolis;font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:12.21875rem;left:6.4375rem;height:16.875rem;text-align:left;text-align-last:left;display:block; }
#PUbpwn1Mukk7smKkR5OfNVM7LxUXacfZ { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: none;height:26.0625rem;width:26.0625rem;top:6.09375rem;left:39.375rem;overflow:hidden;display:block; }
#xpDVk0QEMGSnf3aKRe3suwB0KeiQQhvL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xpDVk0QEMGSnf3aKRe3suwB0KeiQQhvL > .row .container { background-color: transparent; background-image: none; }#xpDVk0QEMGSnf3aKRe3suwB0KeiQQhvL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xpDVk0QEMGSnf3aKRe3suwB0KeiQQhvL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xpDVk0QEMGSnf3aKRe3suwB0KeiQQhvL > .row .container > .video-iframe-container { display: none; }#xpDVk0QEMGSnf3aKRe3suwB0KeiQQhvL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xpDVk0QEMGSnf3aKRe3suwB0KeiQQhvL > .row > .video-iframe-container { display: none; }#xpDVk0QEMGSnf3aKRe3suwB0KeiQQhvL > .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); }#xpDVk0QEMGSnf3aKRe3suwB0KeiQQhvL > .row .container { border-width: 0; border-radius: 0; }#xpDVk0QEMGSnf3aKRe3suwB0KeiQQhvL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xpDVk0QEMGSnf3aKRe3suwB0KeiQQhvL > .row .container { font-size:0.875rem;font-family:arial;height:31.5rem;width:75rem;position:relative;display:block; }#Lk98TOsdzaMobiVkOqkGyKTxTCGgu9ie { color:rgba(var(--color-tertiary-4),1);display:block;width:35.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:5.625rem;left:19.625rem;height:3.65625rem;text-align:center;text-align-last:center;display:block; }
#nnK6y1t3sxEw7P4s46oVMnTwG3pGUsdD { box-sizing:content-box;height:13.4375rem;width:58.125rem;position:absolute;display:block;z-index:15017;background-color:#e8e8e8;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.3125rem;left:8.4375rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#ieQdVb6mm5LyqDJTraUMVi4S3SsBnf9q { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:10.9375rem;left:27.5rem;height:2.51855625rem;text-align:center;text-align-last:center;display:block; }
#T1xLmdsB1Wdk5FaThP1rQTJhh3pN8qx8 { color:rgba(var(--color-tertiary-4),1);display:block;width:50rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:14rem;left:12.5rem;height:6.9043125rem;text-align:center;text-align-last:center;display:block; }
#BIlumAeAg3bDGZr0GufKkG8QIhEAflN6 { color:rgba(var(--color-secondary-3),1);display:block;width:32.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:21.5rem;left:21.40625rem;height:1.54345625rem;text-align:center;text-align-last:center;display:block; }
#kc2u4VezHXU3cvNTRiO7PWdgq2aSMOFE { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-tertiary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.25rem;left:0rem;display:block; }
#Ck5o1xERTzVtwSayvxgfLGvgQmbhTDTA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Ck5o1xERTzVtwSayvxgfLGvgQmbhTDTA > .row .container { background-color: transparent; background-image: none; }#Ck5o1xERTzVtwSayvxgfLGvgQmbhTDTA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ck5o1xERTzVtwSayvxgfLGvgQmbhTDTA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ck5o1xERTzVtwSayvxgfLGvgQmbhTDTA > .row .container > .video-iframe-container { display: none; }#Ck5o1xERTzVtwSayvxgfLGvgQmbhTDTA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ck5o1xERTzVtwSayvxgfLGvgQmbhTDTA > .row > .video-iframe-container { display: none; }#Ck5o1xERTzVtwSayvxgfLGvgQmbhTDTA > .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); }#Ck5o1xERTzVtwSayvxgfLGvgQmbhTDTA > .row .container { border-width: 0; border-radius: 0; }#Ck5o1xERTzVtwSayvxgfLGvgQmbhTDTA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ck5o1xERTzVtwSayvxgfLGvgQmbhTDTA > .row .container { font-size:0.875rem;font-family:arial;height:37.8125rem;width:75rem;position:relative;display:block; }#IGJvutsziNZTnll0A7lo2KXaWJSdtQcw { color:rgba(var(--color-tertiary-4),1);display:block;width:31.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:34.3125rem;left:21.6875rem;height:1.13720625rem;text-align:center;text-align-last:center;display:block; }
#DR9HxFPi2srLlBobfIlOaZ7ACwAvQUka .widget-form-header {  }
#DR9HxFPi2srLlBobfIlOaZ7ACwAvQUka .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:29.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:left;text-align-last:left;vertical-align:top; }
#DR9HxFPi2srLlBobfIlOaZ7ACwAvQUka .widget-input-text { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);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:29.1875rem;box-sizing:border-box;height:2.5625rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);box-shadow: 0.3125rem 0.3125rem 0.625rem rgba(var(--color-tertiary-4),0.79) ;vertical-align:top; }
#DR9HxFPi2srLlBobfIlOaZ7ACwAvQUka .widget-input-text {padding-top: 0; padding-bottom: 0;}#DR9HxFPi2srLlBobfIlOaZ7ACwAvQUka .widget-textarea { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.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:29.1875rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:unbounded;vertical-align:top;box-shadow: 0.3125rem 0.3125rem 0.625rem rgba(var(--color-tertiary-4),0.79) ; }
#DR9HxFPi2srLlBobfIlOaZ7ACwAvQUka .widget-input-select { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);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:29.1875rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;box-shadow: 0.3125rem 0.3125rem 0.5625rem rgba(var(--color-tertiary-4),0.82) ;vertical-align:top; }
#DR9HxFPi2srLlBobfIlOaZ7ACwAvQUka .widget-input-select {padding-top: 0; padding-bottom: 0;}#DR9HxFPi2srLlBobfIlOaZ7ACwAvQUka .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; }
#DR9HxFPi2srLlBobfIlOaZ7ACwAvQUka .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#DR9HxFPi2srLlBobfIlOaZ7ACwAvQUka .widget-input-button { border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:3.0625rem;margin-bottom:0.25rem;margin-left:3.0625rem;display:block;box-sizing:border-box;font-size:1.1875rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:23rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: 0.3125rem 0.3125rem 0.5625rem rgba(var(--color-tertiary-4),0.9) ; }
#DR9HxFPi2srLlBobfIlOaZ7ACwAvQUka [class*="-text"]:-moz-placeholder { color:#000000;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#DR9HxFPi2srLlBobfIlOaZ7ACwAvQUka [class*="-text"]::-moz-placeholder { color:#000000;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#DR9HxFPi2srLlBobfIlOaZ7ACwAvQUka [class*="-text"]:-ms-input-placeholder { color:#000000;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#DR9HxFPi2srLlBobfIlOaZ7ACwAvQUka [class*="-text"]::-webkit-input-placeholder { color:#000000;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#DR9HxFPi2srLlBobfIlOaZ7ACwAvQUka .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.3;font-size:0.9375rem;font-weight:300;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:27.9375rem;overflow:hidden;font-style:normal;float:none; }
#DR9HxFPi2srLlBobfIlOaZ7ACwAvQUka .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; }
#DR9HxFPi2srLlBobfIlOaZ7ACwAvQUka .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#DR9HxFPi2srLlBobfIlOaZ7ACwAvQUka .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#DR9HxFPi2srLlBobfIlOaZ7ACwAvQUka .widget-container:first-of-type{padding-top:0;}#DR9HxFPi2srLlBobfIlOaZ7ACwAvQUka .widget-container:last-of-type{padding-bottom:0;}#DR9HxFPi2srLlBobfIlOaZ7ACwAvQUka  { background-color:#8f4f55;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:29.1875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15016;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;box-shadow: none;position:absolute;top:5.5rem;left:21.6875rem; }
#DR9HxFPi2srLlBobfIlOaZ7ACwAvQUka .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:29.1875rem;display:block;vertical-align:top; }
#DR9HxFPi2srLlBobfIlOaZ7ACwAvQUka .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#DR9HxFPi2srLlBobfIlOaZ7ACwAvQUka {display:block;}#DR9HxFPi2srLlBobfIlOaZ7ACwAvQUka { background-color:#8f4f55;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:29.1875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15016;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;box-shadow: none;position:absolute;top:9.0625rem;left:21.6875rem; }
#DR9HxFPi2srLlBobfIlOaZ7ACwAvQUka #h11eiezoSQwFgTK1ZlV5G8LPSyDzUdwL { position:relative; }
#DR9HxFPi2srLlBobfIlOaZ7ACwAvQUka #xlCQNoEMXkszCzbdA26V2HWDHy0S3lc4 { position:relative;display:none; }
#DR9HxFPi2srLlBobfIlOaZ7ACwAvQUka #oF9vSJfkowT5Qo38AFM8kXHa2WPQsFTB { position:relative; }
#DR9HxFPi2srLlBobfIlOaZ7ACwAvQUka #Rc8yxaw1QhyPSZlVTSnW1vgk6GZTkdLp { position:relative; }
#DR9HxFPi2srLlBobfIlOaZ7ACwAvQUka #SPTwxIo4OwqEHkffzTV689A2Vxalo6L9 { position:relative;display:none; }
#DR9HxFPi2srLlBobfIlOaZ7ACwAvQUka #d4WvVDoEL8492OilSGOD5PBTIP2T935H { position:relative; }
#DR9HxFPi2srLlBobfIlOaZ7ACwAvQUka #RbZ9023Kfc9A1omODGGFbyvVuJdau3wi { position:relative; }
#DR9HxFPi2srLlBobfIlOaZ7ACwAvQUka #Tmp6ayCpeioxMmqe52QOs7JzIVs8V28q { position:relative;display:none; }
#DR9HxFPi2srLlBobfIlOaZ7ACwAvQUka #HBpJfbMnz5MXwOM7XlUZZ3A4NbCkSbfn { position:relative; }
#DR9HxFPi2srLlBobfIlOaZ7ACwAvQUka #vg0E8WDQmyE2SlosZOJBPNgm1T3iyqp6 { position:relative; }
#DR9HxFPi2srLlBobfIlOaZ7ACwAvQUka #oU1qVGxnAKrcDHn3m3Z12pkq8TCiWSHb { position:relative;display:none; }
#DR9HxFPi2srLlBobfIlOaZ7ACwAvQUka #c6lOQOfnsuQbf8ZLL1uzmWNKDl6LtJMP { position:relative; }
#DR9HxFPi2srLlBobfIlOaZ7ACwAvQUka #tUZm0wG4GShCIRbuirqVcFTIaDI2igb3 { position:relative; }
#DR9HxFPi2srLlBobfIlOaZ7ACwAvQUka #LPp0gCzhEhDDeTUGF6SiNFkV5cRBgfw9 { position:relative;z-index:2; }
#DR9HxFPi2srLlBobfIlOaZ7ACwAvQUka #rzdmaStaH8O28si9aaIDWfuW8sv28EQd { position:relative; }
#DR9HxFPi2srLlBobfIlOaZ7ACwAvQUka #ZF0xqnX4PtfBH0kPVf1xEpJBSJGTUd4N { position:relative; }
#DR9HxFPi2srLlBobfIlOaZ7ACwAvQUka #mzm20fuWwwmU5VUeCU46a6oNysxHJ9J9 { position:relative;z-index:2; }
#DR9HxFPi2srLlBobfIlOaZ7ACwAvQUka #Mokg2oTbxTarMLPUCuMOkdueISuFoc5Q { position:relative; }
#TtpWMIHXS9yGkoSkQ2byq6DoDIqoQGqF { position:relative;display:block; }
#UyMZldervvi2iEn1k3AsQQTbyuDnOJBT { position:relative;display:block; }
#UinsE9AftpNsdN8lFw7a0UyooTP637yy { position:relative;display:block; }
#rznEedeU2H9Q7hhMST72UZi0ogg2wSHh { position:relative;display:block; }
#CuoMebUAPX0ww0OivUET5ZHm7e4ixVbE { position:relative;display:block; }
#ouxFPLuO0xKsdBRzT2K1AeL2KKEwgkR6 { position:relative;display:block; }
#iONhWF9DV0LglOdUblXQblSlImpcF7HL { position:relative;display:block; }
#b4UWJqwDonFqyNXqr9T8RybCrAwzMAk9 { position:relative;display:block; }
#DR9HxFPi2srLlBobfIlOaZ7ACwAvQUka #KwmsrOdA9lOtMTf8vAmuqNe0lgXbHZ2f { position:relative; }
#DR9HxFPi2srLlBobfIlOaZ7ACwAvQUka #yzVvHRnzH8yuobcszx0FZrwlZ6PWKNs2 { position:relative; }
#xWa3Uu88b4lXoIxvr2Gt5k2lnSIvgTF9 { color:rgba(var(--color-tertiary-4),1);display:block;width:42.5rem;position:absolute;font-family:"source sans pro";font-size:2.3125rem;font-weight:700;z-index:15020;line-height:1.1;letter-spacing:0;top:5.6875rem;left:16.25rem;height:2.54345625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#if4Mu9TTzT4HVz5MwZHpSOg3eov4Zbe6 { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-tertiary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.8125rem;left:0rem;display:block; }
#FfQF6sgsd9aEbpf3rJIMtUNiLt5Z6MIz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1f1;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; }#FfQF6sgsd9aEbpf3rJIMtUNiLt5Z6MIz > .row .container { background-color: transparent; background-image: none; }#FfQF6sgsd9aEbpf3rJIMtUNiLt5Z6MIz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FfQF6sgsd9aEbpf3rJIMtUNiLt5Z6MIz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FfQF6sgsd9aEbpf3rJIMtUNiLt5Z6MIz > .row .container > .video-iframe-container { display: none; }#FfQF6sgsd9aEbpf3rJIMtUNiLt5Z6MIz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FfQF6sgsd9aEbpf3rJIMtUNiLt5Z6MIz > .row > .video-iframe-container { display: none; }#FfQF6sgsd9aEbpf3rJIMtUNiLt5Z6MIz > .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); }#FfQF6sgsd9aEbpf3rJIMtUNiLt5Z6MIz > .row .container { border-width: 0; border-radius: 0; }#FfQF6sgsd9aEbpf3rJIMtUNiLt5Z6MIz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FfQF6sgsd9aEbpf3rJIMtUNiLt5Z6MIz > .row .container { font-size:0.875rem;font-family:arial;height:27.625rem;width:75rem;position:relative;display:block; }#c9VkgRw99yFkAx7UHsFN2PMzRngH5oWx { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:9.4375rem;top:13.625rem;left:4.9375rem;overflow:hidden;display:block; }
#JuFwbyU6JTfwD27mHQTNE33y9wcDIMug { color:rgba(var(--color-tertiary-4),1);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.8;letter-spacing:0;top:12.25rem;left:17.9375rem;height:4.72265625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Bp6ZWtolRG4bMsTpaytnQlOrtzzr7DTL { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;box-shadow: none;height:22.25rem;width:36.1875rem;top:1.875rem;left:35.6875rem;overflow:hidden;display:block; }
#dVLERXgxx1hfm9mZufcTi35plCPgXtDy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#dVLERXgxx1hfm9mZufcTi35plCPgXtDy > .row .container { border-width: 0; border-radius: 0; }#dVLERXgxx1hfm9mZufcTi35plCPgXtDy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dVLERXgxx1hfm9mZufcTi35plCPgXtDy > .row .container { font-size:0.875rem;font-family:arial;height:18.3125rem;width:75rem;position:relative;display:none; }#gkRSt6CisqfTFIDmWsmSgWGxA3TJNK98 { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-4),0.2);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#KeRkIWfTBp8Wwc3ENUHDqU9W8GOI9GZv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xnyCQr5FJBQPzNdlHP6TwNCgdD7hhQrg { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32rem;width:32rem;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #KFVnXoTc6TqkPlV385QwdZtnXK9kdFeI { display:none; }#KFVnXoTc6TqkPlV385QwdZtnXK9kdFeI > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #c62xxanelRA9pzLTpcuMlAnzckpoWWGh { top:1rem;left:0rem;width:10.25rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSoQSAgo9EraVJh5xDckPsGOm5pv4alP { display:none; }
 }@media only screen and (max-width: 763px) { #MGv9B5S3OL5DWk7p8e3bP5uplzQVoBdZ { top:5rem;left:0rem;width:16.4375rem;height:10.375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #GXO0VvPG6VtuE6wUxanDRsJPTTymGISQ { display:none; }#GXO0VvPG6VtuE6wUxanDRsJPTTymGISQ > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #x8EVKI0eS61JPwzMQc8kB707OWXpdRTB { top:1rem;left:0rem;width:10.25rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8NV6S0ierkeZ9zvCTWviTpgax9iCkua { width:19rem;height:3rem;top:0.75rem;left:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydCiHGoMMa5Lokr8drXDdVTgnr44QTD2 { display:block; }
 }@media only screen and (max-width: 763px) { #mWJA9LH0RbM2NgMeNBZiXELLtytQFJlt { top:1.6875rem;left:23.875rem;width:9.125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUKUJHMScxNAb22aEGQ5aVi6wDaamhhe { top:1.6875rem;left:11.5625rem;width:4.5rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pHLhbCFg1Hf7P0HFCMNER8f0QQibsvrG { display:none; }
 }@media only screen and (max-width: 763px) { #WegHdTXIvvzOau3rhUmJ86JdLm1zhsTV { top:5rem;left:0rem;width:16.4375rem;height:10.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #EOI4QDw8dUqnd2HXsSLqZ5mnbN7zfAbb { top:1.6875rem;left:20.75rem;width:6.25rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kctzt29btFSTEs9eVWMNQAVABfcMmkdB { top:1.6875rem;left:16rem;width:6.25rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJezzBhaFTTrlJmDS3OeILZgHUQhS1eS { top:1.6875rem;left:5.25rem;width:5.8125rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxUiuhDC4wyNtuo08W84tncs7ZSHlaTP { display:block; }#pxUiuhDC4wyNtuo08W84tncs7ZSHlaTP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ExtLywmk7B91I77xOCCHAOTfK73UX8lk { top:8.375rem;left:0rem;width:35.875rem;height:35.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fh2Mdla16kPdkrxpy71N4QSUmgvlDxFp { top:11.4375rem;left:11.0625rem;width:36.25rem;height:18.75rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNwrEZRvdKHF2fDBpF74wVv3IkrTyTNx { top:18.5625rem;left:0rem;width:20rem;height:0.875rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #eoy42a7R9JwDzwcSTL5gW9UuLKuDOhwR { top:24.4375rem;left:14.125rem;width:33.625rem;height:0.125rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NBn9b6D3qQKPHieQyv7724It3UTBv7wy { width:36.25rem;height:3rem;top:38.25rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkpzpSqhHW2I1HOlcsKi5o8SOeBUiDOg { display:block; }
 }@media only screen and (max-width: 763px) { #BhvQwZcRLalT4NcSidwTnPTGZphQydXT { top:43.1875rem;left:16.0625rem;width:31.6875rem;height:1.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMhlnAe245myyzvWaKnW8xOqCeG7HIa5 { width:36.25rem;height:3.3125rem;top:32.0625rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQl0lZZcNwZtxcR9OotHpeJLOBSstHID { display:block; }
 }@media only screen and (max-width: 763px) { #aieNsEhTDvPUSxcfTurGCOOVaG2Wz2EJ { width:36.25rem;height:3rem;top:30.25rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #li3ICgN43KwOM30TiniuZQw16EKTNcy5 { display:block; }
 }@media only screen and (max-width: 763px) { #Az3se7gT1tXDzlkGzIudWdH1F3TiFaWx { display:none; }
#Az3se7gT1tXDzlkGzIudWdH1F3TiFaWx > img { max-width: 100%;max-height:100%; width:; height:; } }@media only screen and (max-width: 763px) { #KAw6ShT57oocRZSr5y9zq83wHshUxRla { width:36.25rem;height:3.3125rem;top:34.25rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdinvqQn47Tw6chehsHngE1nCkZoDXVC { display:block; }
 }@media only screen and (max-width: 763px) { #Qv2lTKqyfvxkEphXVxoPnkAiMok97RDB { top:5.5rem;left:0rem;width:20rem;height:;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uI4kU954QSNiqcurpvC803mxdFXED00w { display:block; }#uI4kU954QSNiqcurpvC803mxdFXED00w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FresTahbfIyF8hIA0TEBTecbXI2GNIA7 { top:7.5625rem;left:4.6875rem;width:38.375rem;height:4.125rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgqRyWbc1k4zUu5TsKfJL3IN2LokFbVc { width:11.4375rem;height:7.125rem;top:13.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pi6ff6tpZpkp0e68FmskoQUenUH4F05N { display:block; }
 }@media only screen and (max-width: 763px) { #FhWxgQ93DZJViNV1kAG7RWE1cr0yy1XF { width:11.4375rem;height:7.125rem;top:13.75rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDKxTSXhBNXdCGF3obbM0phktSA2RQoA { display:block; }
 }@media only screen and (max-width: 763px) { #eh3ymgLLuErC4GmkEXA1XBTkBVGP2iHk { width:11.4375rem;height:7.125rem;top:13.75rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9KJvmmHlbPRMdD1mMZoUVgd5WzqNA0I { display:block; }
 }@media only screen and (max-width: 763px) { #qH1rlm4wrCsAHCXazdGozF7AFqVAszGn { width:11.4375rem;height:7.125rem;top:13.75rem;left:36.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCEZpSAXhBh0zJrU20FOJQUTv9BTLVIL { display:block; }
 }@media only screen and (max-width: 763px) { #Ct4GyN8tW013hn7BVD6CoOrruW5T3mZ4 { width:11.4375rem;height:7.125rem;top:22.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IwWd1ye4A1sZvacHNiRz0N8ogBNZrtwm { display:block; }
 }@media only screen and (max-width: 763px) { #zd6QtfE2s9lwdTaawGT7rby9wNbH6Tzo { width:11.4375rem;height:7.125rem;top:22.6875rem;left:36.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JX99FvmGgEzwD0zAtqM4xIzwHbKUBapP { display:block; }
 }@media only screen and (max-width: 763px) { #wQByuL4mz1JPLCzIxvInyu6Wu7PhbSJX { width:11.4375rem;height:7.125rem;top:22.6875rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #auIH63w2ydlDhQDTQdxASQFMtrL038V0 { display:block; }
 }@media only screen and (max-width: 763px) { #cn9sxyhhriBb7TEs96oJi2Ie6T1VHQAW { width:11.4375rem;height:7.125rem;top:22.6875rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWhlmZkMUyEkFtD2Tv4Z5TKPEO8Tlxm8 { display:block; }
 }@media only screen and (max-width: 763px) { #DzDKfaVXlnvDPg5TJ1Rz84txQXby1hOT { top:19.625rem;left:8.125rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9HMoMimL3aOFKPONR9cQFrTBPMdzoyr { top:2.375rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHVTQ3C8EawRAfPyJSWDJLmrNmNIR4m7 { display:block; }#dHVTQ3C8EawRAfPyJSWDJLmrNmNIR4m7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EqoWuLxGZ6tSxdk1LxyaBRGgRbwl215D { top:5.0625rem;left:4.6875rem;width:38.375rem;height:4.1875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTxkhobwx4Z0iI4CVANRmuPTF83FhGg0 { top:11.1875rem;left:0rem;width:12.125rem;height:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlQ39KInHI5LFJUBNbXJFHUD2IOLxAw0 { top:24.5rem;left:0rem;width:13.1875rem;height:1.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rehHomSxuaaihtCThCn7xk2omC5XxoDb { top:24.4375rem;left:10.625rem;width:13rem;height:1.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkcNkT5C9nDT7GB4dMGWV73tZRD76DxM { top:11.1875rem;left:11.125rem;width:12.125rem;height:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T391tJtmKhbH3WoFImNnMZLDqMNgap7i { top:11.25rem;left:24.625rem;width:12.125rem;height:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zeSXRpdlLfC1T2I9wB50qIyEdlHISZ72 { top:24.5rem;left:24.375rem;width:12.875rem;height:1.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2aLXa8Jn4oa8qFo2xX0HbunAKNsnPsI { top:11.1875rem;left:35.625rem;width:12.125rem;height:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEPIE6Vun3d2gElaoQcwvRVzqdstV6gi { top:24.4375rem;left:36.9375rem;width:10.8125rem;height:1.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGpg0rs3U03dkBeXIdfkvDmXLGRuvIyA { top:26.75rem;left:0rem;width:10.75rem;height:0.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wK75OfmCM8rs0A9Dtuzx7EUwApMxQgnw { top:26.6875rem;left:10.9375rem;width:12.6875rem;height:0.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCLNL3CkQsXmv8StyJG4QRzOmfgPpVim { top:26.75rem;left:24.9375rem;width:12.6875rem;height:0.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VmfylOtcaxeKwO3RexZ2UDIkipkwOTu7 { top:26.6875rem;left:35.0625rem;width:12.6875rem;height:0.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWTDw2y4SgMJhbKZeK1qnC12mDUCgLtA { top:1.1875rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uX1ReWdt8f7Jeza8fXKihE4F81GqBGDZ { display:block; }#uX1ReWdt8f7Jeza8fXKihE4F81GqBGDZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mwxP8TZCoiuMr1sNHLgpZASH1nfPNE0w { top:4.25rem;left:2.03125rem;width:43.6875rem;height:5.5rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvtWLvShdmaZX5QGKlFVhPIrogohyFUF { top:10.6875rem;left:4.6875rem;width:38.375rem;height:10.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTa3ldlDzTyMvEAc9uxzrH3GDti34Tnm { width:24.4375rem;height:3rem;top:23.8125rem;left:11.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CA5HxBTohhZQ2aqsciqyZAEFT9FIvhOW { display:block; }
 }@media only screen and (max-width: 763px) { #gFVfxOo7C1GsXGJqdyXsVQbhdpeeo6QW { top:1.375rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBu8hHVWKKvGkwJIJ3LAGTcEJHKqaQfT { display:block; }#xBu8hHVWKKvGkwJIJ3LAGTcEJHKqaQfT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aCBiuEmNfnTrTbKNCscnk3BsdGDvvLJr { top:7.375rem;left:0rem;width:42.5rem;height:3.875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PnMPiLf8tJTiFsBLlixfcpm1OPxUlUai { top:3.1875rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkoBxRCECnTK9TxoGa2smtGo8dtTdt3e { top:12.1875rem;left:0rem;width:27.0625rem;height:16.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUbpwn1Mukk7smKkR5OfNVM7LxUXacfZ { top:6.0625rem;left:21.6875rem;width:26.0625rem;height:26.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpDVk0QEMGSnf3aKRe3suwB0KeiQQhvL { display:block; }#xpDVk0QEMGSnf3aKRe3suwB0KeiQQhvL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lk98TOsdzaMobiVkOqkGyKTxTCGgu9ie { top:5.625rem;left:6rem;width:35.75rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nnK6y1t3sxEw7P4s46oVMnTwG3pGUsdD { top:10.3125rem;left:0rem;width:47.75rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ieQdVb6mm5LyqDJTraUMVi4S3SsBnf9q { top:10.9375rem;left:13.875rem;width:20rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1xLmdsB1Wdk5FaThP1rQTJhh3pN8qx8 { top:14rem;left:0rem;width:47.75rem;height:5.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIlumAeAg3bDGZr0GufKkG8QIhEAflN6 { top:21.5rem;left:7.78125rem;width:32.1875rem;height:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kc2u4VezHXU3cvNTRiO7PWdgq2aSMOFE { top:2.25rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ck5o1xERTzVtwSayvxgfLGvgQmbhTDTA { display:block; }#Ck5o1xERTzVtwSayvxgfLGvgQmbhTDTA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IGJvutsziNZTnll0A7lo2KXaWJSdtQcw { top:34.3125rem;left:8.0625rem;width:31.625rem;height:1.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DR9HxFPi2srLlBobfIlOaZ7ACwAvQUka .widget-regular-label { width:29.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#DR9HxFPi2srLlBobfIlOaZ7ACwAvQUka .widget-input-text { width:29.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DR9HxFPi2srLlBobfIlOaZ7ACwAvQUka .widget-input-text {padding-top: 0; padding-bottom: 0;}#DR9HxFPi2srLlBobfIlOaZ7ACwAvQUka .widget-textarea { width:29.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DR9HxFPi2srLlBobfIlOaZ7ACwAvQUka .widget-input-select { width:29.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DR9HxFPi2srLlBobfIlOaZ7ACwAvQUka .widget-input-select {padding-top: 0; padding-bottom: 0;}#DR9HxFPi2srLlBobfIlOaZ7ACwAvQUka .widget-input-button { width:23rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:3.0625rem; }
#DR9HxFPi2srLlBobfIlOaZ7ACwAvQUka .widget-checkbox-label { width:28rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#DR9HxFPi2srLlBobfIlOaZ7ACwAvQUka  { width:29.1875rem;height:auto;top:5.5rem;left:8.0625rem; }
#DR9HxFPi2srLlBobfIlOaZ7ACwAvQUka .radio-container { width:29.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DR9HxFPi2srLlBobfIlOaZ7ACwAvQUka {display:block;}#DR9HxFPi2srLlBobfIlOaZ7ACwAvQUka { width:29.1875rem;height:21.5625rem;top:9.0625rem;left:8.0625rem; }
 }@media only screen and (max-width: 763px) { #DR9HxFPi2srLlBobfIlOaZ7ACwAvQUka #h11eiezoSQwFgTK1ZlV5G8LPSyDzUdwL {  }
 }@media only screen and (max-width: 763px) { #DR9HxFPi2srLlBobfIlOaZ7ACwAvQUka #xlCQNoEMXkszCzbdA26V2HWDHy0S3lc4 {  }
 }@media only screen and (max-width: 763px) { #DR9HxFPi2srLlBobfIlOaZ7ACwAvQUka #oF9vSJfkowT5Qo38AFM8kXHa2WPQsFTB {  }
 }@media only screen and (max-width: 763px) { #DR9HxFPi2srLlBobfIlOaZ7ACwAvQUka #Rc8yxaw1QhyPSZlVTSnW1vgk6GZTkdLp {  }
 }@media only screen and (max-width: 763px) { #DR9HxFPi2srLlBobfIlOaZ7ACwAvQUka #SPTwxIo4OwqEHkffzTV689A2Vxalo6L9 {  }
 }@media only screen and (max-width: 763px) { #DR9HxFPi2srLlBobfIlOaZ7ACwAvQUka #d4WvVDoEL8492OilSGOD5PBTIP2T935H {  }
 }@media only screen and (max-width: 763px) { #DR9HxFPi2srLlBobfIlOaZ7ACwAvQUka #RbZ9023Kfc9A1omODGGFbyvVuJdau3wi {  }
 }@media only screen and (max-width: 763px) { #DR9HxFPi2srLlBobfIlOaZ7ACwAvQUka #Tmp6ayCpeioxMmqe52QOs7JzIVs8V28q {  }
 }@media only screen and (max-width: 763px) { #DR9HxFPi2srLlBobfIlOaZ7ACwAvQUka #HBpJfbMnz5MXwOM7XlUZZ3A4NbCkSbfn {  }
 }@media only screen and (max-width: 763px) { #DR9HxFPi2srLlBobfIlOaZ7ACwAvQUka #vg0E8WDQmyE2SlosZOJBPNgm1T3iyqp6 {  }
 }@media only screen and (max-width: 763px) { #DR9HxFPi2srLlBobfIlOaZ7ACwAvQUka #oU1qVGxnAKrcDHn3m3Z12pkq8TCiWSHb {  }
 }@media only screen and (max-width: 763px) { #DR9HxFPi2srLlBobfIlOaZ7ACwAvQUka #c6lOQOfnsuQbf8ZLL1uzmWNKDl6LtJMP {  }
 }@media only screen and (max-width: 763px) { #DR9HxFPi2srLlBobfIlOaZ7ACwAvQUka #tUZm0wG4GShCIRbuirqVcFTIaDI2igb3 {  }
 }@media only screen and (max-width: 763px) { #DR9HxFPi2srLlBobfIlOaZ7ACwAvQUka #LPp0gCzhEhDDeTUGF6SiNFkV5cRBgfw9 {  }
 }@media only screen and (max-width: 763px) { #DR9HxFPi2srLlBobfIlOaZ7ACwAvQUka #rzdmaStaH8O28si9aaIDWfuW8sv28EQd {  }
 }@media only screen and (max-width: 763px) { #DR9HxFPi2srLlBobfIlOaZ7ACwAvQUka #ZF0xqnX4PtfBH0kPVf1xEpJBSJGTUd4N {  }
 }@media only screen and (max-width: 763px) { #DR9HxFPi2srLlBobfIlOaZ7ACwAvQUka #mzm20fuWwwmU5VUeCU46a6oNysxHJ9J9 {  }
 }@media only screen and (max-width: 763px) { #DR9HxFPi2srLlBobfIlOaZ7ACwAvQUka #Mokg2oTbxTarMLPUCuMOkdueISuFoc5Q {  }
 }@media only screen and (max-width: 763px) { #TtpWMIHXS9yGkoSkQ2byq6DoDIqoQGqF { display:block; }
 }@media only screen and (max-width: 763px) { #UyMZldervvi2iEn1k3AsQQTbyuDnOJBT { display:block; }
 }@media only screen and (max-width: 763px) { #UinsE9AftpNsdN8lFw7a0UyooTP637yy { display:block; }
 }@media only screen and (max-width: 763px) { #rznEedeU2H9Q7hhMST72UZi0ogg2wSHh { display:block; }
 }@media only screen and (max-width: 763px) { #CuoMebUAPX0ww0OivUET5ZHm7e4ixVbE { display:block; }
 }@media only screen and (max-width: 763px) { #ouxFPLuO0xKsdBRzT2K1AeL2KKEwgkR6 { display:block; }
 }@media only screen and (max-width: 763px) { #iONhWF9DV0LglOdUblXQblSlImpcF7HL { display:block; }
 }@media only screen and (max-width: 763px) { #b4UWJqwDonFqyNXqr9T8RybCrAwzMAk9 { display:block; }
 }@media only screen and (max-width: 763px) { #DR9HxFPi2srLlBobfIlOaZ7ACwAvQUka #KwmsrOdA9lOtMTf8vAmuqNe0lgXbHZ2f {  }
 }@media only screen and (max-width: 763px) { #DR9HxFPi2srLlBobfIlOaZ7ACwAvQUka #yzVvHRnzH8yuobcszx0FZrwlZ6PWKNs2 {  }
 }@media only screen and (max-width: 763px) { #xWa3Uu88b4lXoIxvr2Gt5k2lnSIvgTF9 { top:5.6875rem;left:2.625rem;width:42.5rem;height:2.5rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #if4Mu9TTzT4HVz5MwZHpSOg3eov4Zbe6 { top:1.8125rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfQF6sgsd9aEbpf3rJIMtUNiLt5Z6MIz { display:block; }#FfQF6sgsd9aEbpf3rJIMtUNiLt5Z6MIz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c9VkgRw99yFkAx7UHsFN2PMzRngH5oWx { top:13.625rem;left:0rem;width:9.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JuFwbyU6JTfwD27mHQTNE33y9wcDIMug { width:17.125rem;height:4.6875rem;top:12.25rem;left:4.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bp6ZWtolRG4bMsTpaytnQlOrtzzr7DTL { top:1.875rem;left:11.5625rem;width:36.1875rem;height:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVLERXgxx1hfm9mZufcTi35plCPgXtDy { display:block; }#dVLERXgxx1hfm9mZufcTi35plCPgXtDy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gkRSt6CisqfTFIDmWsmSgWGxA3TJNK98 { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #KeRkIWfTBp8Wwc3ENUHDqU9W8GOI9GZv { display:block; }
 }@media only screen and (max-width: 763px) { #xnyCQr5FJBQPzNdlHP6TwNCgdD7hhQrg { width:32rem;height:32rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#e8e8e8;background-image:none;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #KFVnXoTc6TqkPlV385QwdZtnXK9kdFeI { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#KFVnXoTc6TqkPlV385QwdZtnXK9kdFeI > .row .container { width:20rem;height:21.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c62xxanelRA9pzLTpcuMlAnzckpoWWGh { width:9rem;height:2.3125rem;top:1.09375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSoQSAgo9EraVJh5xDckPsGOm5pv4alP { display:flex;top:1.3125rem;left:18.125rem;width:1.875rem;height:1.875rem;z-index:15045; }
 }@media only screen and (max-width: 763px) { #MGv9B5S3OL5DWk7p8e3bP5uplzQVoBdZ { top:4.224609375rem;left:3.5625rem;width:16.4375rem;height:16.5625rem;z-index:15046;text-align:right;text-align-last:right;line-height:2;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXO0VvPG6VtuE6wUxanDRsJPTTymGISQ { position:relative;z-index:auto;display:none; }#GXO0VvPG6VtuE6wUxanDRsJPTTymGISQ > .row .container { width:20rem;height:21.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #x8EVKI0eS61JPwzMQc8kB707OWXpdRTB { width:9rem;height:2.3125rem;top:1.09375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8NV6S0ierkeZ9zvCTWviTpgax9iCkua { width:19rem;height:3rem;top:0.75rem;left:0.5rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ydCiHGoMMa5Lokr8drXDdVTgnr44QTD2 { display:block; }
 }@media only screen and (max-width: 763px) { #mWJA9LH0RbM2NgMeNBZiXELLtytQFJlt { width:9.125rem;height:auto;top:1.6875rem;left:5.4375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #RUKUJHMScxNAb22aEGQ5aVi6wDaamhhe { width:4.5rem;height:auto;top:1.6875rem;left:7.75rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #pHLhbCFg1Hf7P0HFCMNER8f0QQibsvrG { display:flex;top:1.3125rem;left:18.125rem;width:1.875rem;height:1.875rem;z-index:15045; }
 }@media only screen and (max-width: 763px) { #WegHdTXIvvzOau3rhUmJ86JdLm1zhsTV { top:4.724609375rem;left:3.5625rem;width:16.4375rem;height:12.08691875rem;z-index:15046;text-align:right;text-align-last:right;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #EOI4QDw8dUqnd2HXsSLqZ5mnbN7zfAbb { width:6.25rem;height:auto;top:1.6875rem;left:6.875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Kctzt29btFSTEs9eVWMNQAVABfcMmkdB { width:6.25rem;height:auto;top:1.6875rem;left:6.875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #oJezzBhaFTTrlJmDS3OeILZgHUQhS1eS { width:5.8125rem;height:auto;top:1.6875rem;left:7.0625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #pxUiuhDC4wyNtuo08W84tncs7ZSHlaTP { background-color:#ffffff;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pxUiuhDC4wyNtuo08W84tncs7ZSHlaTP > .row .container { background-color: transparent; background-image: none; }#pxUiuhDC4wyNtuo08W84tncs7ZSHlaTP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pxUiuhDC4wyNtuo08W84tncs7ZSHlaTP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pxUiuhDC4wyNtuo08W84tncs7ZSHlaTP > .row .container > .video-iframe-container { display: none; }#pxUiuhDC4wyNtuo08W84tncs7ZSHlaTP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pxUiuhDC4wyNtuo08W84tncs7ZSHlaTP > .row > .video-iframe-container { display: none; }#pxUiuhDC4wyNtuo08W84tncs7ZSHlaTP > .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); }#pxUiuhDC4wyNtuo08W84tncs7ZSHlaTP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pxUiuhDC4wyNtuo08W84tncs7ZSHlaTP > .row .container { width:20rem;height:42.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ExtLywmk7B91I77xOCCHAOTfK73UX8lk { width:17.3125rem;height:17.3125rem;top:6.5625rem;left:0rem;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #fh2Mdla16kPdkrxpy71N4QSUmgvlDxFp { width:20rem;height:10.625rem;top:5.5rem;left:0rem;font-size:2.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #sNwrEZRvdKHF2fDBpF74wVv3IkrTyTNx { width:20rem;height:0.89355625rem;top:16.3125rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #eoy42a7R9JwDzwcSTL5gW9UuLKuDOhwR { width:20rem;height:0;top:41.6875rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;z-index:15004;display:none; }
 }@media only screen and (max-width: 763px) { #NBn9b6D3qQKPHieQyv7724It3UTBv7wy { width:18.875rem;height:3rem;top:28rem;left:0.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkpzpSqhHW2I1HOlcsKi5o8SOeBUiDOg { display:block; }
 }@media only screen and (max-width: 763px) { #BhvQwZcRLalT4NcSidwTnPTGZphQydXT { width:20rem;height:auto;top:43.1875rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #SMhlnAe245myyzvWaKnW8xOqCeG7HIa5 { width:18.5rem;height:3.3125rem;top:23.4375rem;left:0.75rem;font-size:1.1875rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #mQl0lZZcNwZtxcR9OotHpeJLOBSstHID { display:block; }
 }@media only screen and (max-width: 763px) { #aieNsEhTDvPUSxcfTurGCOOVaG2Wz2EJ { width:19rem;height:3rem;top:19.1875rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #li3ICgN43KwOM30TiniuZQw16EKTNcy5 { display:block; }
 }@media only screen and (max-width: 763px) { #Az3se7gT1tXDzlkGzIudWdH1F3TiFaWx { display:flex;top:34.375rem;left:8.4375rem;width:3.125rem;height:3.125rem;z-index:15047; }
#Az3se7gT1tXDzlkGzIudWdH1F3TiFaWx > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #KAw6ShT57oocRZSr5y9zq83wHshUxRla { width:18.5rem;height:3.3125rem;top:34.25rem;left:0rem;font-size:1.125rem;line-height:1;display:none; }
 }@media only screen and (max-width: 763px) { #QdinvqQn47Tw6chehsHngE1nCkZoDXVC { display:block; }
 }@media only screen and (max-width: 763px) { #Qv2lTKqyfvxkEphXVxoPnkAiMok97RDB { width:20rem;height:10rem;top:5.5rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uI4kU954QSNiqcurpvC803mxdFXED00w { display:block; }#uI4kU954QSNiqcurpvC803mxdFXED00w > .row .container { width:20rem;height:48.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FresTahbfIyF8hIA0TEBTecbXI2GNIA7 { width:20rem;height:2.5996125rem;top:6.125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgqRyWbc1k4zUu5TsKfJL3IN2LokFbVc { width:8.0625rem;height:7.125rem;top:10.125rem;left:1.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pi6ff6tpZpkp0e68FmskoQUenUH4F05N { display:block; }
 }@media only screen and (max-width: 763px) { #FhWxgQ93DZJViNV1kAG7RWE1cr0yy1XF { width:8.0625rem;height:7.125rem;top:10.125rem;left:10.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDKxTSXhBNXdCGF3obbM0phktSA2RQoA { display:block; }
 }@media only screen and (max-width: 763px) { #eh3ymgLLuErC4GmkEXA1XBTkBVGP2iHk { width:8.0625rem;height:7.125rem;top:19rem;left:1.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9KJvmmHlbPRMdD1mMZoUVgd5WzqNA0I { display:block; }
 }@media only screen and (max-width: 763px) { #qH1rlm4wrCsAHCXazdGozF7AFqVAszGn { width:8.0625rem;height:7.125rem;top:19rem;left:10.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCEZpSAXhBh0zJrU20FOJQUTv9BTLVIL { display:block; }
 }@media only screen and (max-width: 763px) { #Ct4GyN8tW013hn7BVD6CoOrruW5T3mZ4 { width:8.0625rem;height:7.125rem;top:27.9375rem;left:1.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IwWd1ye4A1sZvacHNiRz0N8ogBNZrtwm { display:block; }
 }@media only screen and (max-width: 763px) { #zd6QtfE2s9lwdTaawGT7rby9wNbH6Tzo { width:8.0625rem;height:7.125rem;top:36.75rem;left:10.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JX99FvmGgEzwD0zAtqM4xIzwHbKUBapP { display:block; }
 }@media only screen and (max-width: 763px) { #wQByuL4mz1JPLCzIxvInyu6Wu7PhbSJX { width:8.0625rem;height:7.125rem;top:36.75rem;left:1.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #auIH63w2ydlDhQDTQdxASQFMtrL038V0 { display:block; }
 }@media only screen and (max-width: 763px) { #cn9sxyhhriBb7TEs96oJi2Ie6T1VHQAW { width:8.0625rem;height:7.125rem;top:27.9375rem;left:10.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWhlmZkMUyEkFtD2Tv4Z5TKPEO8Tlxm8 { display:block; }
 }@media only screen and (max-width: 763px) { #DzDKfaVXlnvDPg5TJ1Rz84txQXby1hOT { display:flex;width:2.25rem;height:2.25rem;top:16.0625rem;left:7.1875rem; }
 }@media only screen and (max-width: 763px) { #q9HMoMimL3aOFKPONR9cQFrTBPMdzoyr { width:20rem;height:0.0625rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHVTQ3C8EawRAfPyJSWDJLmrNmNIR4m7 { display:block; }#dHVTQ3C8EawRAfPyJSWDJLmrNmNIR4m7 > .row .container { width:20rem;height:85.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EqoWuLxGZ6tSxdk1LxyaBRGgRbwl215D { width:20rem;height:2.5996125rem;top:7rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTxkhobwx4Z0iI4CVANRmuPTF83FhGg0 { width:12.125rem;height:12.125rem;top:11.6875rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlQ39KInHI5LFJUBNbXJFHUD2IOLxAw0 { width:13.1875rem;height:1.125rem;top:24.6875rem;left:3.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rehHomSxuaaihtCThCn7xk2omC5XxoDb { width:14.25rem;height:1.125rem;top:42.625rem;left:2.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkcNkT5C9nDT7GB4dMGWV73tZRD76DxM { width:12.125rem;height:12.125rem;top:29.4375rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T391tJtmKhbH3WoFImNnMZLDqMNgap7i { width:12.125rem;height:12.125rem;top:47.875rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zeSXRpdlLfC1T2I9wB50qIyEdlHISZ72 { width:14.1875rem;height:1.125rem;top:61.375rem;left:2.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2aLXa8Jn4oa8qFo2xX0HbunAKNsnPsI { width:12.125rem;height:12.125rem;top:66.6875rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEPIE6Vun3d2gElaoQcwvRVzqdstV6gi { width:10.8125rem;height:1.125rem;top:79.5625rem;left:4.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGpg0rs3U03dkBeXIdfkvDmXLGRuvIyA { width:10.75rem;height:0.84375rem;top:26.4375rem;left:4.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wK75OfmCM8rs0A9Dtuzx7EUwApMxQgnw { width:12.6875rem;height:1.6875rem;top:44.375rem;left:3.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCLNL3CkQsXmv8StyJG4QRzOmfgPpVim { width:12.6875rem;height:0.84375rem;top:63.1875rem;left:3.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VmfylOtcaxeKwO3RexZ2UDIkipkwOTu7 { width:12.6875rem;height:0.84375rem;top:81.3125rem;left:3.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWTDw2y4SgMJhbKZeK1qnC12mDUCgLtA { width:20rem;height:0.0625rem;top:2.4033203125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uX1ReWdt8f7Jeza8fXKihE4F81GqBGDZ { display:block; }#uX1ReWdt8f7Jeza8fXKihE4F81GqBGDZ > .row .container { width:20rem;height:46.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mwxP8TZCoiuMr1sNHLgpZASH1nfPNE0w { width:20rem;height:6rem;top:7.125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvtWLvShdmaZX5QGKlFVhPIrogohyFUF { width:20rem;height:22.1786875rem;top:14.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTa3ldlDzTyMvEAc9uxzrH3GDti34Tnm { width:19rem;height:3rem;top:39.125rem;left:0.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CA5HxBTohhZQ2aqsciqyZAEFT9FIvhOW { display:block; }
 }@media only screen and (max-width: 763px) { #gFVfxOo7C1GsXGJqdyXsVQbhdpeeo6QW { width:20rem;height:0.0625rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBu8hHVWKKvGkwJIJ3LAGTcEJHKqaQfT { display:block; }#xBu8hHVWKKvGkwJIJ3LAGTcEJHKqaQfT > .row .container { width:20rem;height:54.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aCBiuEmNfnTrTbKNCscnk3BsdGDvvLJr { width:20rem;height:3.4375rem;top:5.4375rem;left:0rem;font-size:3.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PnMPiLf8tJTiFsBLlixfcpm1OPxUlUai { width:20rem;height:0.0625rem;top:1.7587890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkoBxRCECnTK9TxoGa2smtGo8dtTdt3e { width:20rem;height:17.875rem;top:9.66796875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.1;font-family:var(--paragraphs-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #PUbpwn1Mukk7smKkR5OfNVM7LxUXacfZ { width:20rem;height:20rem;top:30.7685546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpDVk0QEMGSnf3aKRe3suwB0KeiQQhvL { display:block; }#xpDVk0QEMGSnf3aKRe3suwB0KeiQQhvL > .row .container { width:20rem;height:42.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lk98TOsdzaMobiVkOqkGyKTxTCGgu9ie { width:20rem;height:2.5996125rem;top:6.125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #nnK6y1t3sxEw7P4s46oVMnTwG3pGUsdD { width:20rem;height:25.9375rem;top:10rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ieQdVb6mm5LyqDJTraUMVi4S3SsBnf9q { width:20rem;height:2.51855625rem;top:10.9375rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1xLmdsB1Wdk5FaThP1rQTJhh3pN8qx8 { width:18.8125rem;height:16.5703125rem;top:14.1875rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIlumAeAg3bDGZr0GufKkG8QIhEAflN6 { width:20rem;height:1.4624rem;top:32.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kc2u4VezHXU3cvNTRiO7PWdgq2aSMOFE { width:20rem;height:0.0625rem;top:1.755859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ck5o1xERTzVtwSayvxgfLGvgQmbhTDTA { display:block; }#Ck5o1xERTzVtwSayvxgfLGvgQmbhTDTA > .row .container { width:20rem;height:45.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IGJvutsziNZTnll0A7lo2KXaWJSdtQcw { width:20rem;height:0.89355625rem;top:40.9375rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DR9HxFPi2srLlBobfIlOaZ7ACwAvQUka .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#DR9HxFPi2srLlBobfIlOaZ7ACwAvQUka .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DR9HxFPi2srLlBobfIlOaZ7ACwAvQUka .widget-input-text {padding-top: 0; padding-bottom: 0;}#DR9HxFPi2srLlBobfIlOaZ7ACwAvQUka .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DR9HxFPi2srLlBobfIlOaZ7ACwAvQUka .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DR9HxFPi2srLlBobfIlOaZ7ACwAvQUka .widget-input-select {padding-top: 0; padding-bottom: 0;}#DR9HxFPi2srLlBobfIlOaZ7ACwAvQUka .widget-input-button { width:13.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:1.8125rem; }
#DR9HxFPi2srLlBobfIlOaZ7ACwAvQUka .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#DR9HxFPi2srLlBobfIlOaZ7ACwAvQUka  { width:17.5rem;height:auto;top:9.0966875rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem; }
#DR9HxFPi2srLlBobfIlOaZ7ACwAvQUka .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DR9HxFPi2srLlBobfIlOaZ7ACwAvQUka {display:block;}#DR9HxFPi2srLlBobfIlOaZ7ACwAvQUka { width:17.5rem;height:auto;top:13.875rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem; }
 }@media only screen and (max-width: 763px) { #DR9HxFPi2srLlBobfIlOaZ7ACwAvQUka #h11eiezoSQwFgTK1ZlV5G8LPSyDzUdwL {  }
 }@media only screen and (max-width: 763px) { #DR9HxFPi2srLlBobfIlOaZ7ACwAvQUka #xlCQNoEMXkszCzbdA26V2HWDHy0S3lc4 {  }
 }@media only screen and (max-width: 763px) { #DR9HxFPi2srLlBobfIlOaZ7ACwAvQUka #oF9vSJfkowT5Qo38AFM8kXHa2WPQsFTB {  }
 }@media only screen and (max-width: 763px) { #DR9HxFPi2srLlBobfIlOaZ7ACwAvQUka #Rc8yxaw1QhyPSZlVTSnW1vgk6GZTkdLp {  }
 }@media only screen and (max-width: 763px) { #DR9HxFPi2srLlBobfIlOaZ7ACwAvQUka #SPTwxIo4OwqEHkffzTV689A2Vxalo6L9 {  }
 }@media only screen and (max-width: 763px) { #DR9HxFPi2srLlBobfIlOaZ7ACwAvQUka #d4WvVDoEL8492OilSGOD5PBTIP2T935H {  }
 }@media only screen and (max-width: 763px) { #DR9HxFPi2srLlBobfIlOaZ7ACwAvQUka #RbZ9023Kfc9A1omODGGFbyvVuJdau3wi {  }
 }@media only screen and (max-width: 763px) { #DR9HxFPi2srLlBobfIlOaZ7ACwAvQUka #Tmp6ayCpeioxMmqe52QOs7JzIVs8V28q {  }
 }@media only screen and (max-width: 763px) { #DR9HxFPi2srLlBobfIlOaZ7ACwAvQUka #HBpJfbMnz5MXwOM7XlUZZ3A4NbCkSbfn {  }
 }@media only screen and (max-width: 763px) { #DR9HxFPi2srLlBobfIlOaZ7ACwAvQUka #vg0E8WDQmyE2SlosZOJBPNgm1T3iyqp6 {  }
 }@media only screen and (max-width: 763px) { #DR9HxFPi2srLlBobfIlOaZ7ACwAvQUka #oU1qVGxnAKrcDHn3m3Z12pkq8TCiWSHb {  }
 }@media only screen and (max-width: 763px) { #DR9HxFPi2srLlBobfIlOaZ7ACwAvQUka #c6lOQOfnsuQbf8ZLL1uzmWNKDl6LtJMP {  }
 }@media only screen and (max-width: 763px) { #DR9HxFPi2srLlBobfIlOaZ7ACwAvQUka #tUZm0wG4GShCIRbuirqVcFTIaDI2igb3 {  }
 }@media only screen and (max-width: 763px) { #DR9HxFPi2srLlBobfIlOaZ7ACwAvQUka #LPp0gCzhEhDDeTUGF6SiNFkV5cRBgfw9 {  }
 }@media only screen and (max-width: 763px) { #DR9HxFPi2srLlBobfIlOaZ7ACwAvQUka #rzdmaStaH8O28si9aaIDWfuW8sv28EQd {  }
 }@media only screen and (max-width: 763px) { #DR9HxFPi2srLlBobfIlOaZ7ACwAvQUka #ZF0xqnX4PtfBH0kPVf1xEpJBSJGTUd4N {  }
 }@media only screen and (max-width: 763px) { #DR9HxFPi2srLlBobfIlOaZ7ACwAvQUka #mzm20fuWwwmU5VUeCU46a6oNysxHJ9J9 {  }
 }@media only screen and (max-width: 763px) { #DR9HxFPi2srLlBobfIlOaZ7ACwAvQUka #Mokg2oTbxTarMLPUCuMOkdueISuFoc5Q {  }
 }@media only screen and (max-width: 763px) { #TtpWMIHXS9yGkoSkQ2byq6DoDIqoQGqF { display:block; }
 }@media only screen and (max-width: 763px) { #UyMZldervvi2iEn1k3AsQQTbyuDnOJBT { display:block; }
 }@media only screen and (max-width: 763px) { #UinsE9AftpNsdN8lFw7a0UyooTP637yy { display:block; }
 }@media only screen and (max-width: 763px) { #rznEedeU2H9Q7hhMST72UZi0ogg2wSHh { display:block; }
 }@media only screen and (max-width: 763px) { #CuoMebUAPX0ww0OivUET5ZHm7e4ixVbE { display:block; }
 }@media only screen and (max-width: 763px) { #ouxFPLuO0xKsdBRzT2K1AeL2KKEwgkR6 { display:block; }
 }@media only screen and (max-width: 763px) { #iONhWF9DV0LglOdUblXQblSlImpcF7HL { display:block; }
 }@media only screen and (max-width: 763px) { #b4UWJqwDonFqyNXqr9T8RybCrAwzMAk9 { display:block; }
 }@media only screen and (max-width: 763px) { #DR9HxFPi2srLlBobfIlOaZ7ACwAvQUka #KwmsrOdA9lOtMTf8vAmuqNe0lgXbHZ2f {  }
 }@media only screen and (max-width: 763px) { #DR9HxFPi2srLlBobfIlOaZ7ACwAvQUka #yzVvHRnzH8yuobcszx0FZrwlZ6PWKNs2 {  }
 }@media only screen and (max-width: 763px) { #xWa3Uu88b4lXoIxvr2Gt5k2lnSIvgTF9 { width:20rem;height:6.597625rem;top:6.75rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #if4Mu9TTzT4HVz5MwZHpSOg3eov4Zbe6 { width:20rem;height:0.0625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfQF6sgsd9aEbpf3rJIMtUNiLt5Z6MIz { display:block; }#FfQF6sgsd9aEbpf3rJIMtUNiLt5Z6MIz > .row .container { width:20rem;height:26.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c9VkgRw99yFkAx7UHsFN2PMzRngH5oWx { width:9.4375rem;height:2.4375rem;top:1.25rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JuFwbyU6JTfwD27mHQTNE33y9wcDIMug { width:17.125rem;height:5.39941875rem;top:4.9375rem;left:1.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Bp6ZWtolRG4bMsTpaytnQlOrtzzr7DTL { width:20rem;height:12.297063903282rem;top:11.5869125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVLERXgxx1hfm9mZufcTi35plCPgXtDy { background-color:transparent;background-image:none;position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#dVLERXgxx1hfm9mZufcTi35plCPgXtDy > .row .container { background-color: transparent; background-image: none; }#dVLERXgxx1hfm9mZufcTi35plCPgXtDy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dVLERXgxx1hfm9mZufcTi35plCPgXtDy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dVLERXgxx1hfm9mZufcTi35plCPgXtDy > .row .container > .video-iframe-container { display: none; }#dVLERXgxx1hfm9mZufcTi35plCPgXtDy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dVLERXgxx1hfm9mZufcTi35plCPgXtDy > .row > .video-iframe-container { display: none; }#dVLERXgxx1hfm9mZufcTi35plCPgXtDy > .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); }#dVLERXgxx1hfm9mZufcTi35plCPgXtDy > .row .container { width:20rem;height:7.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gkRSt6CisqfTFIDmWsmSgWGxA3TJNK98 { top:2.1875rem;left:16.4375rem;width:3.5625rem;height:3.4375rem;z-index:15000;border-top-left-radius:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;box-shadow: 0.3125rem 0.3125rem 0.4375rem rgba(var(--color-primary-4),0.76) ;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);background-color:#8a5253;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #KeRkIWfTBp8Wwc3ENUHDqU9W8GOI9GZv { display:block; }
 }@media only screen and (max-width: 763px) { #xnyCQr5FJBQPzNdlHP6TwNCgdD7hhQrg { top:2.9375rem;left:17.3125rem;width:1.875rem;height:1.875rem;z-index:15001;overflow:hidden;display:block; }
 }