.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:221,227,228;--color-primary-1:142,160,165;--color-primary-2:29,65,75;--color-primary-3:15,33,38;--color-primary-4:4,10,11;--color-secondary-0:255,255,255;--color-secondary-1:224,224,224;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:53,53,53;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Satoshi";--paragraphs-font-family:"Satoshi"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AppOw1Qkm0VqHq4ZdKdF1mt2RKlhCgC6 { 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; }#AppOw1Qkm0VqHq4ZdKdF1mt2RKlhCgC6 > .row .container { background-color: transparent; background-image: none; }#AppOw1Qkm0VqHq4ZdKdF1mt2RKlhCgC6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AppOw1Qkm0VqHq4ZdKdF1mt2RKlhCgC6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AppOw1Qkm0VqHq4ZdKdF1mt2RKlhCgC6 > .row .container > .video-iframe-container { display: none; }#AppOw1Qkm0VqHq4ZdKdF1mt2RKlhCgC6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AppOw1Qkm0VqHq4ZdKdF1mt2RKlhCgC6 > .row > .video-iframe-container { display: none; }#AppOw1Qkm0VqHq4ZdKdF1mt2RKlhCgC6 > .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); }#AppOw1Qkm0VqHq4ZdKdF1mt2RKlhCgC6 > .row .container { border-width: 0; border-radius: 0; }#AppOw1Qkm0VqHq4ZdKdF1mt2RKlhCgC6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AppOw1Qkm0VqHq4ZdKdF1mt2RKlhCgC6 > .row .container { font-size:0.875rem;font-family:arial;height:11.4375rem;width:75rem;position:relative;display:block; }#zrVWKDo8x7R6Da0O3RFEG22T0y662O2O { position:absolute;display:block;z-index:14997;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.9375rem;width:17.5625rem;top:3.25rem;left:28.71875rem;overflow:hidden;display:block; }
#MK21vKKhc0yt8wNEa5R06S0LDGWkPAiz { color:rgba(var(--color-tertiary-4),1);display:block;width:15.374875rem;position:absolute;font-family:nhaasgroteskdspro;font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:3.8433161079884rem;left:1.6248917579651rem;height:3.75rem;text-align:left;text-align-last:left;display:block; }
#QR49whQw1cvoJI4vCJZ3zbFoKutMAsgP { background-color:#4e5952;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:nhaasgroteskdspro;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.8125rem;height:3.25rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:2.15625rem;left:2.09375rem;display:none; }
#huItZpNc1JmOx3hbfVBEQq2qz1xNIO9S { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Hmbpb3AbhgfCp72bKtWrCsGyH9JspWdU { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:nhaasgroteskdspro;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.687375rem;height:3.06206875rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:4.1872830986977rem;left:57.374680042267rem;display:block; }
#thktCkv94be7k4hHwpcrTnSpzPQtGCFG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ARvcx9wnK4qNKmI2TkReMEzDbF5bgFc0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ddde3fa4-c6a7-4a6a-aa84-90c2acc07c45/CopperAestheticsHaloLaserResurfacing2423.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ARvcx9wnK4qNKmI2TkReMEzDbF5bgFc0.adaptive-delivery-prevent-bg, #ARvcx9wnK4qNKmI2TkReMEzDbF5bgFc0.lazyload, #ARvcx9wnK4qNKmI2TkReMEzDbF5bgFc0.lazyloading { background-image: none; }#ARvcx9wnK4qNKmI2TkReMEzDbF5bgFc0 > .row .container { background-color: transparent; background-image: none; }#ARvcx9wnK4qNKmI2TkReMEzDbF5bgFc0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.35); }#ARvcx9wnK4qNKmI2TkReMEzDbF5bgFc0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ARvcx9wnK4qNKmI2TkReMEzDbF5bgFc0 > .row .container > .video-iframe-container { display: none; }#ARvcx9wnK4qNKmI2TkReMEzDbF5bgFc0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.35); }#ARvcx9wnK4qNKmI2TkReMEzDbF5bgFc0 > .row > .video-iframe-container { display: none; }#ARvcx9wnK4qNKmI2TkReMEzDbF5bgFc0 > .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); }#ARvcx9wnK4qNKmI2TkReMEzDbF5bgFc0 > .row .container { border-width: 0; border-radius: 0; }#ARvcx9wnK4qNKmI2TkReMEzDbF5bgFc0::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ARvcx9wnK4qNKmI2TkReMEzDbF5bgFc0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ARvcx9wnK4qNKmI2TkReMEzDbF5bgFc0 > .row .container { font-size:0.875rem;font-family:arial;height:54.8125rem;width:75rem;position:relative;display:block; }#wx2EhO0BEwph2VORzsmh3hKMK3n7FPgZ { color:rgba(var(--color-tertiary-0),1);display:block;width:60.4980625rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.4375rem;font-weight:normal;z-index:15008;line-height:1.1;letter-spacing:0;top:4.498291015625rem;left:2.374267578125rem;height:4.88015rem;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; }
#e1dVUD37eDhOnzMkzrzMOV4TE0PLcqzA .widget-form-header {  }
#e1dVUD37eDhOnzMkzrzMOV4TE0PLcqzA .widget-regular-label { height:auto;display:block;font-family:arial;font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:17.5rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#e1dVUD37eDhOnzMkzrzMOV4TE0PLcqzA .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial;vertical-align:top; }
#e1dVUD37eDhOnzMkzrzMOV4TE0PLcqzA .widget-input-text {padding-top: 0; padding-bottom: 0;}#e1dVUD37eDhOnzMkzrzMOV4TE0PLcqzA .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial;vertical-align:top; }
#e1dVUD37eDhOnzMkzrzMOV4TE0PLcqzA .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:arial;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#e1dVUD37eDhOnzMkzrzMOV4TE0PLcqzA .widget-input-select {padding-top: 0; padding-bottom: 0;}#e1dVUD37eDhOnzMkzrzMOV4TE0PLcqzA .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; }
#e1dVUD37eDhOnzMkzrzMOV4TE0PLcqzA .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#e1dVUD37eDhOnzMkzrzMOV4TE0PLcqzA .widget-input-button { border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:400;color:rgba(var(--color-primary-2),1);width:17.5rem;height:3.4375rem;font-family:arial;overflow:hidden;font-style:normal; }
#e1dVUD37eDhOnzMkzrzMOV4TE0PLcqzA [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:arial;font-size:0.875rem; }
#e1dVUD37eDhOnzMkzrzMOV4TE0PLcqzA [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:arial;font-size:0.875rem; }
#e1dVUD37eDhOnzMkzrzMOV4TE0PLcqzA [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:arial;font-size:0.875rem; }
#e1dVUD37eDhOnzMkzrzMOV4TE0PLcqzA [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:arial;font-size:0.875rem; }
#e1dVUD37eDhOnzMkzrzMOV4TE0PLcqzA .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:arial;line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:16.25rem;overflow:hidden;font-style:normal;float:none; }
#e1dVUD37eDhOnzMkzrzMOV4TE0PLcqzA .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; }
#e1dVUD37eDhOnzMkzrzMOV4TE0PLcqzA .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:arial;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#e1dVUD37eDhOnzMkzrzMOV4TE0PLcqzA .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#e1dVUD37eDhOnzMkzrzMOV4TE0PLcqzA .widget-container:first-of-type{padding-top:0;}#e1dVUD37eDhOnzMkzrzMOV4TE0PLcqzA .widget-container:last-of-type{padding-bottom:0;}#e1dVUD37eDhOnzMkzrzMOV4TE0PLcqzA  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15010;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:25.442108154297rem;left:3.7171516418457rem; }
#e1dVUD37eDhOnzMkzrzMOV4TE0PLcqzA .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem;display:block;vertical-align:top; }
#e1dVUD37eDhOnzMkzrzMOV4TE0PLcqzA .widget-info-text { display:block;height:auto;font-family:arial;font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#e1dVUD37eDhOnzMkzrzMOV4TE0PLcqzA {display:block;}#e1dVUD37eDhOnzMkzrzMOV4TE0PLcqzA { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15010;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:25.442108154297rem;left:3.7171516418457rem; }
#e1dVUD37eDhOnzMkzrzMOV4TE0PLcqzA #dmnM1a7Bl6GyKqNVCEi8THekTUZMlouH { position:relative; }
#e1dVUD37eDhOnzMkzrzMOV4TE0PLcqzA #MQFgW2pQP6OzRvP9osqO3DvyoXkkcHbU { position:relative;display:none; }
#e1dVUD37eDhOnzMkzrzMOV4TE0PLcqzA #barczco5J46000UFwacwyEVDhZtTCQnB { position:relative; }
#e1dVUD37eDhOnzMkzrzMOV4TE0PLcqzA #xqzbp6yPHRzd4wbVWPd22IhRrBcGL5vc { position:relative; }
#e1dVUD37eDhOnzMkzrzMOV4TE0PLcqzA #To7lCtgziWaabzhv8f2Rod0qrkNcXPz8 { position:relative;display:none; }
#e1dVUD37eDhOnzMkzrzMOV4TE0PLcqzA #XMDaFm1NSXDpxQ9anXA2vISCmVfRqE8E { position:relative; }
#e1dVUD37eDhOnzMkzrzMOV4TE0PLcqzA #NXTEqX98OTw1g7LD7vNgeZOoE3bW0NB6 { position:relative; }
#e1dVUD37eDhOnzMkzrzMOV4TE0PLcqzA #FlrzEmC8Bk31sbGWWs28vxipxRru5qms { position:relative;display:none; }
#e1dVUD37eDhOnzMkzrzMOV4TE0PLcqzA #NXks9w49gToWKQOBQrRagOTG05MgCryn { position:relative; }
#e1dVUD37eDhOnzMkzrzMOV4TE0PLcqzA #Eh5MEbnEwgegmKryxahHw5QVMxUArhZD { position:relative; }
#e1dVUD37eDhOnzMkzrzMOV4TE0PLcqzA #TJoA7wz0Fkz8yFbONxmi3KKBeIUg8DAf { position:relative;display:none; }
#e1dVUD37eDhOnzMkzrzMOV4TE0PLcqzA #yBgAPnUaxQ4RPQ8lVTtiaqTc6KzZ76VO { position:relative; }
#e1dVUD37eDhOnzMkzrzMOV4TE0PLcqzA #kN1GNngURsNaaXK1qE5nQGvX2lCMf7OR { position:relative; }
#e1dVUD37eDhOnzMkzrzMOV4TE0PLcqzA #UmpNCKBl7ipbMp2R3akeDRKRbLPHgdHk { position:relative;display:none; }
#e1dVUD37eDhOnzMkzrzMOV4TE0PLcqzA #h2LNrARgkGn79kuropceoDiN7wQc9eVF { position:relative; }
#e1dVUD37eDhOnzMkzrzMOV4TE0PLcqzA #o9U41qreHc4QzS8sb617fJ1gNk5MOvis { position:relative; }
#e1dVUD37eDhOnzMkzrzMOV4TE0PLcqzA #bUUThIzcq6VZwn8RelsCK6pIzbX7CATq { position:relative; }
#QW5vguWTPLZfZvHJnJzazTMs7lcJeM7T { box-sizing:content-box;height:33.75rem;width:22.6875rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),1);background-image:none;top:16.436614990234rem;left:2.3741321563721rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#JeWgiTfLI4fyIE3T52IaXdKKLtVKnITK { color:rgba(var(--color-tertiary-0),1);display:block;width:20.374875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:normal;z-index:15009;line-height:1.1;letter-spacing:0;top:17.375rem;left:3.5rem;height:5.22371875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#m5wuTTOEtTN4OBoyyWahQH0FRmOXQtJv { color:rgba(var(--color-tertiary-0),1);display:block;width:19.436875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:23.3125rem;left:4rem;height:2.131075rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UQW9QrTiHB84ub6DOwkuV9tZWlG6URbJ { color:rgba(var(--color-tertiary-0),1);display:block;width:56.0608125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:10.560302734375rem;left:2.374267578125rem;height:3.73579375rem;text-align:left;text-align-last:left;display:block; }
#xIVr94NvaanVhdC5hlchzygvxwPwnvys { color:rgba(var(--color-tertiary-0),1);display:block;width:60.499rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.4375rem;font-weight:normal;z-index:15008;line-height:1.1;letter-spacing:0;top:5.6875rem;left:2.375rem;height:4.8808625rem;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; }
#CJ1klKDJS1BXx3hk4E7GtGuEctJ06yHX { 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:74.8125rem;width:75rem;display:none; }
#gEzKK1gaq9ViXhmbettiFXxhQs4zQSTP { position:relative;display:block; }#gEzKK1gaq9ViXhmbettiFXxhQs4zQSTP { background-color: transparent; background-image: none; }#gEzKK1gaq9ViXhmbettiFXxhQs4zQSTP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gEzKK1gaq9ViXhmbettiFXxhQs4zQSTP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gEzKK1gaq9ViXhmbettiFXxhQs4zQSTP > .row .container > .video-iframe-container { display: none; }#gEzKK1gaq9ViXhmbettiFXxhQs4zQSTP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gEzKK1gaq9ViXhmbettiFXxhQs4zQSTP > .row > .video-iframe-container { display: none; }#gEzKK1gaq9ViXhmbettiFXxhQs4zQSTP > .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); }#gEzKK1gaq9ViXhmbettiFXxhQs4zQSTP { border-width: 0; border-radius: 0; }#gEzKK1gaq9ViXhmbettiFXxhQs4zQSTP > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#gEzKK1gaq9ViXhmbettiFXxhQs4zQSTP > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:69rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#dkoR4H5zeFhsgMug4Wz0UBCHdwmBATdx { box-sizing:content-box;height:40.375rem;width:33.75rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-2),1);background-image:none;top:25.875rem;left:39.375rem;border-top-right-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-top-left-radius:0.5625rem;display:block; }
#vJtlposkshP5c1waflbDrrldaFxDVSTf { color:rgba(var(--color-tertiary-0),1);display:block;width:30rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:39.75rem;left:40.9375rem;height:1.38139375rem;text-align:center;text-align-last:center;display:block; }
#TwVJfffzutnSb4e0VagtuPI7MJCcIOsZ { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36.1870625rem;width:23.9995625rem;top:27.966585159302rem;left:6.7491340637206rem;overflow:hidden;display:block; }
#B19pVNuwSv4IyX6KTqCyMkFum2RfbGdz { color:rgba(var(--color-tertiary-0),1);display:block;width:30rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:42.375rem;left:40.9375rem;height:11.23225rem;text-align:left;text-align-last:left;display:block; }#B19pVNuwSv4IyX6KTqCyMkFum2RfbGdz li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#B19pVNuwSv4IyX6KTqCyMkFum2RfbGdz li:before{  }
#ELUMVQ7VIMXaMoiXecuWThd6UGFKvybT { background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:nhaasgroteskdspro;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.6855625rem;height:3.061525rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:60.875rem;left:48.4375rem;display:block; }
#SLvWwH8SEoBAipeV60Qglnq1zP9ngJPa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Z4Tn2nIqipeG7G48wFCr524PlPoiLtRc { color:rgba(var(--color-tertiary-0),1);display:block;width:30rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:55.5625rem;left:40.9375rem;height:3.2492875rem;text-align:center;text-align-last:center;display:block; }
#qXRgsW2Xr9KzNJN4QXMiaGKTNkWXq98M { box-sizing:content-box;height:9.375rem;width:75rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-2),1);background-image:none;top:14.875rem;left:0rem;border-top-right-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-top-left-radius:0.5625rem;display:block; }
#g9bkQ6aEAcDlO5nOgQxBTWJ0GXoXbbbA { box-sizing:content-box;height:5.75rem;width:14.875rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:16.6875rem;left:1.3125rem;border-top-right-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-top-left-radius:0.5625rem;display:block; }
#tO6MJCbxXf5G2Stic8u8Fw3qKquN0QAB { box-sizing:content-box;height:5.75rem;width:14.875rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:16.6875rem;left:20.4375rem;border-top-right-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-top-left-radius:0.5625rem;display:block; }
#Qi1VWIK8ST9TsM0b6U0flHR4Z5JLzPtr { color:rgba(var(--color-tertiary-0),1);display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:18.1875rem;left:59.5rem;height:2.7627875rem;text-align:center;text-align-last:center;display:block; }
#Iwpym9oIwD1y3vxRp0FTxUTNfXE7R5Le { color:rgba(var(--color-tertiary-0),1);display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:17.5rem;left:21.4375rem;height:4.144175rem;text-align:center;text-align-last:center;display:block; }
#e2zkoCUd2CbV2y9kFFZcFtkzMwFUaxQE { box-sizing:content-box;height:5.75rem;width:14.875rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:16.6875rem;left:39.8125rem;border-top-right-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-top-left-radius:0.5625rem;display:block; }
#pypGEFdRifpZtpvR1XnA2iLDHFV9QSvN { color:rgba(var(--color-tertiary-0),1);display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:18.1875rem;left:40.8125rem;height:2.7627875rem;text-align:center;text-align-last:center;display:block; }
#VE0J6EyE7q4kuHiaP0yh3c9Bo7M2H0Z8 { box-sizing:content-box;height:5.75rem;width:14.875rem;position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:16.6875rem;left:58.5rem;border-top-right-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-top-left-radius:0.5625rem;display:block; }
#s7vB50DTTsO8XxIixvTh1VPmIxceeeht { color:rgba(var(--color-tertiary-4),1);display:block;width:67.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:normal;z-index:15010;line-height:1.2;letter-spacing:0;top:3.0625rem;left:3.75rem;height:3.9000375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#IvKw9UfSKXGpfmnrHZp5cUUQcPLnDZHR { color:rgba(var(--color-tertiary-0),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:17.625rem;left:1.625rem;height:3.896475rem;text-align:center;text-align-last:center;display:block; }
#ZSiSHkJDcMsy3xmJ2Q017HPtIuf5zORZ { color:rgba(var(--color-primary-4),1);display:block;width:67.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:8.75rem;left:3.75rem;height:3.2492875rem;text-align:center;text-align-last:center;display:block; }
#XZ0R9k7R0tlK3MDDnwRNaFIsXH51IABd { color:rgba(var(--color-tertiary-0),1);display:block;width:30rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:28.125rem;left:41.25rem;height:9.747875rem;text-align:center;text-align-last:center;display:block; }
#RWeqLFNTMu883owd1reTOXuBo1LNlqWV { position:relative;display:block; }#RWeqLFNTMu883owd1reTOXuBo1LNlqWV { background-color: transparent; background-image: none; }#RWeqLFNTMu883owd1reTOXuBo1LNlqWV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RWeqLFNTMu883owd1reTOXuBo1LNlqWV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RWeqLFNTMu883owd1reTOXuBo1LNlqWV > .row .container > .video-iframe-container { display: none; }#RWeqLFNTMu883owd1reTOXuBo1LNlqWV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RWeqLFNTMu883owd1reTOXuBo1LNlqWV > .row > .video-iframe-container { display: none; }#RWeqLFNTMu883owd1reTOXuBo1LNlqWV > .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); }#RWeqLFNTMu883owd1reTOXuBo1LNlqWV { border-width: 0; border-radius: 0; }#RWeqLFNTMu883owd1reTOXuBo1LNlqWV > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#RWeqLFNTMu883owd1reTOXuBo1LNlqWV > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:74rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#wLeriSdzvORX9Xace3R2KzripLepBU5c { box-sizing:content-box;height:10.3125rem;width:75rem;position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-primary-2),1);background-image:none;top:16.9375rem;left:0rem;border-top-right-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-top-left-radius:0.5625rem;display:block; }
#Lm9OMSzmllRyJLBfuzemUq6B21wPgikC { box-sizing:content-box;height:5.75rem;width:14.875rem;position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:19.25rem;left:3.75rem;border-top-right-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-top-left-radius:0.5625rem;display:block; }
#uhPV3mZEHHoTWan1PkaH185HUy4IGwkf { box-sizing:content-box;height:5.75rem;width:14.875rem;position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:19.25rem;left:20.75rem;border-top-right-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-top-left-radius:0.5625rem;display:block; }
#XwZHcxDqsRaZZTlmTX9wlcDkKbToD2dW { box-sizing:content-box;height:5.75rem;width:14.875rem;position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:19.25rem;left:39.8125rem;border-top-right-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-top-left-radius:0.5625rem;display:block; }
#AvDhBQHpNgeFSZBxSEVX6pcDFCDP1wqq { box-sizing:content-box;height:5.75rem;width:14.875rem;position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:19.25rem;left:58.3125rem;border-top-right-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-top-left-radius:0.5625rem;display:block; }
#V0JFuOE25r1edZDG2wfD5BzTGkOctEyM { color:rgba(var(--color-tertiary-0),1);display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:20.6875rem;left:21.75rem;height:2.7627875rem;text-align:center;text-align-last:center;display:block; }
#TawvFeydh24XEveFeM8ENFlUBON4TROU { color:rgba(var(--color-tertiary-0),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:19.625rem;left:4.0625rem;height:4.87215625rem;text-align:center;text-align-last:center;display:block; }
#h1um77yDyus6Tvm9ihMkKtf0TRyv6OBe { color:rgba(var(--color-tertiary-0),1);display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:20.75rem;left:59.375rem;height:2.7627875rem;text-align:center;text-align-last:center;display:block; }
#Zk6e0EmHv67mTwWNTorZiuOVEATC0LzB { color:rgba(var(--color-tertiary-0),1);display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:20.75rem;left:40.875rem;height:2.7627875rem;text-align:center;text-align-last:center;display:block; }
#w49Fnbc8MfA51NJ8Ssa2OczA7fVqgwZL { color:rgba(var(--color-tertiary-4),1);display:block;width:67.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:normal;z-index:15012;line-height:1.2;letter-spacing:0;top:1.875rem;left:3.75rem;height:7.8000625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#luAp1LgMgv8HQSGLEgl8TtOU7Fi0kIAl { color:rgba(var(--color-primary-4),1);display:block;width:67.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:10.6875rem;left:3.75rem;height:4.8739375rem;text-align:center;text-align-last:center;display:block; }
#c8ombb1sXPnN8lViPh72oHc7KnpdO1MX { box-sizing:content-box;height:41.625rem;width:33.75rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-primary-2),1);background-image:none;top:28.6875rem;left:1.875rem;border-top-right-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-top-left-radius:0.5625rem;display:block; }
#tev6ZHqZ3g2RrrLUkFt8FGJmvCyoA6N0 { color:rgba(var(--color-tertiary-0),1);display:block;width:30rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:43.9375rem;left:3.75rem;height:11.54475rem;text-align:left;text-align-last:left;display:block; }#tev6ZHqZ3g2RrrLUkFt8FGJmvCyoA6N0 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#tev6ZHqZ3g2RrrLUkFt8FGJmvCyoA6N0 li:before{  }
#HbKLFlVZqmL9K4KU86809W3XiGbI4WIR { color:rgba(var(--color-tertiary-0),1);display:block;width:30rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:41.25rem;left:3.75rem;height:1.38139375rem;text-align:center;text-align-last:center;display:block; }
#phc023JTyqTCDQEUobA2miyKB4r2W6pM { color:rgba(var(--color-tertiary-0),1);display:block;width:30rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:31.375rem;left:3.75rem;height:8.12325rem;text-align:center;text-align-last:center;display:block; }
#OkhhQh40w7ieo5SlFb2rUM8R0nQSZgaR { color:rgba(var(--color-tertiary-0),1);display:block;width:30rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:57rem;left:3.75rem;height:6.4985625rem;text-align:center;text-align-last:center;display:block; }
#PTETd1aOGx0sFbuEwFtQ4yqSklSiiPAk { background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:nhaasgroteskdspro;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.6848125rem;height:3.061525rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:65.125rem;left:10.875rem;display:block; }
#R7KywxxJlGn04GTlN3ORhoFTDnwTtvS6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#d6zet3TCuSTuFXn79c5vJ0W8NkRKkzS0 { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36.0623125rem;width:23.9995625rem;top:30.000001907349rem;left:44.249134063721rem;overflow:hidden;display:block; }
#OCOw1GTOQ6MqynczWZhlxJpp182IEXsH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#OCOw1GTOQ6MqynczWZhlxJpp182IEXsH > .row .container { background-color: transparent; background-image: none; }#OCOw1GTOQ6MqynczWZhlxJpp182IEXsH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OCOw1GTOQ6MqynczWZhlxJpp182IEXsH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OCOw1GTOQ6MqynczWZhlxJpp182IEXsH > .row .container > .video-iframe-container { display: none; }#OCOw1GTOQ6MqynczWZhlxJpp182IEXsH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OCOw1GTOQ6MqynczWZhlxJpp182IEXsH > .row > .video-iframe-container { display: none; }#OCOw1GTOQ6MqynczWZhlxJpp182IEXsH > .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); }#OCOw1GTOQ6MqynczWZhlxJpp182IEXsH > .row .container { border-width: 0; border-radius: 0; }#OCOw1GTOQ6MqynczWZhlxJpp182IEXsH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OCOw1GTOQ6MqynczWZhlxJpp182IEXsH > .row .container { font-size:0.875rem;font-family:arial;height:91.6875rem;width:75rem;position:relative;display:block; }#wuzTVgme5pSSC3G3W87U1iQI2vwLL1Dl { color:rgba(var(--color-tertiary-0),1);display:block;width:67.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:normal;z-index:15010;line-height:1.2;letter-spacing:0;top:2.1865234375rem;left:3.779296875rem;height:3.9000375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#UNgIU6eO66hHGLmHWzuHCen3s30yDiaq { box-sizing:content-box;height:5.875rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),1);background-image:none;top:1.1982421875rem;left:0rem;display:block; }
#qaN5AonJnH5LI5Gn27x1lUcFTxXq3mO0 { position:absolute;display:block;z-index:15011;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:22.4375rem;width:30rem;top:8.8125rem;left:3.75rem;overflow:hidden;display:block; }
#gtsp0JyiMa176hW7mqXRvUt2L0vgr4gL { 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:22.4375rem;width:27.875rem;top:8.8125rem;left:41.25rem;overflow:hidden;display:block; }
#p8liDRdtJLiOpvvAxM8nDzlFug3ObLTW { 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:30rem;width:30rem;top:32.46875rem;left:3.8125rem;overflow:hidden;display:block; }
#z5Gyok0qNPJS8zJkrpFKslFG3cMECPZo { position:absolute;display:block;z-index:15013;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:22.3125rem;width:30rem;top:36.3125rem;left:40.1875rem;overflow:hidden;display:block; }
#NkOipS2QGRZo3GSyHbRwMIfoM1GWlqLT { position:absolute;display:block;z-index:15013;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:23.875rem;width:30rem;top:64.375rem;left:3.75rem;overflow:hidden;display:block; }
#V7BgvIokgMGdx74AXValz9UmQN2ug5GT { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.4375rem;width:30rem;top:65.09375rem;left:40.1875rem;overflow:hidden;display:block; }
#otBpTVepZqA1em6DBq2EQ3dhD2NSqS3K { position:relative;display:block; }#otBpTVepZqA1em6DBq2EQ3dhD2NSqS3K { background-color: transparent; background-image: none; }#otBpTVepZqA1em6DBq2EQ3dhD2NSqS3K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#otBpTVepZqA1em6DBq2EQ3dhD2NSqS3K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#otBpTVepZqA1em6DBq2EQ3dhD2NSqS3K > .row .container > .video-iframe-container { display: none; }#otBpTVepZqA1em6DBq2EQ3dhD2NSqS3K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#otBpTVepZqA1em6DBq2EQ3dhD2NSqS3K > .row > .video-iframe-container { display: none; }#otBpTVepZqA1em6DBq2EQ3dhD2NSqS3K > .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); }#otBpTVepZqA1em6DBq2EQ3dhD2NSqS3K { border-width: 0; border-radius: 0; }#otBpTVepZqA1em6DBq2EQ3dhD2NSqS3K > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#otBpTVepZqA1em6DBq2EQ3dhD2NSqS3K > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:70.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ylZAi67hQnvThHIaVLTxbn58sOkQ3U87 { color:rgba(var(--color-tertiary-4),1);display:block;width:67.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:normal;z-index:15009;line-height:1.2;letter-spacing:0;top:1.625rem;left:3.75rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#OcCQehrH8fQiA6QueWgAfS5QF78yGBkO { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.625rem;width:19.125rem;top:32.5625rem;left:0rem;overflow:hidden;display:block; }
#EROmk6EWCVf73vskGPJILsIAMoZK9SUg { box-sizing:content-box;height:42.875rem;width:33.75rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-primary-2),1);background-image:none;top:23.9375rem;left:39.375rem;border-top-right-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-top-left-radius:0.5625rem;display:block; }
#V3R2c6xNb159CeVftgHHX6kJQZXAPSTS { background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:nhaasgroteskdspro;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.6855625rem;height:3.061525rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:62.3125rem;left:48.1875rem;display:block; }
#tG0AvIEaP8siciSrTvtsxxePlyrPETHI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vO5KzAkTTnVsIlbZmuM0fATHWRmoR2TZ { color:rgba(var(--color-tertiary-0),1);display:block;width:30rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:55.1875rem;left:41rem;height:4.8739375rem;text-align:center;text-align-last:center;display:block; }
#RwT543HiUMXfG7IpeaOa8nKRXdTV1kez { color:rgba(var(--color-tertiary-0),1);display:block;width:21.3730625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:41.75rem;left:45.3125rem;height:;text-align:left;text-align-last:left;display:block; }#RwT543HiUMXfG7IpeaOa8nKRXdTV1kez li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#RwT543HiUMXfG7IpeaOa8nKRXdTV1kez li:before{  }
#uHRSbB8rcOHnQGbLOpEZu7GoPOOTDyGR { color:rgba(var(--color-tertiary-0),1);display:block;width:30rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:38.5625rem;left:41rem;height:1.38139375rem;text-align:center;text-align-last:center;display:block; }
#xFMBVdxKDZSo2rVnF7Tkx8mxObMixKCA { color:rgba(var(--color-tertiary-0),1);display:block;width:31.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:26.6875rem;left:40.5rem;height:9.747875rem;text-align:center;text-align-last:center;display:block; }
#MUqbtaJavd0zeJx6tvKLEcU1vhfzyNA7 { box-sizing:content-box;height:9.375rem;width:75rem;position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-primary-2),1);background-image:none;top:12.25rem;left:0rem;border-top-right-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-top-left-radius:0.5625rem;display:block; }
#Lzcb0l4tR1MxJuO8ouvIvMSSCMbf9Cpb { box-sizing:content-box;height:5.75rem;width:14.875rem;position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:14.0625rem;left:58.5rem;border-top-right-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-top-left-radius:0.5625rem;display:block; }
#AlMKLgTtgeBzpGsvf82HuuR3NxzFEbHC { box-sizing:content-box;height:5.75rem;width:14.875rem;position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:14.0625rem;left:39.8125rem;border-top-right-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-top-left-radius:0.5625rem;display:block; }
#O9oJTeb2HDr7N4zKFtZt4NJWPaxPXbt4 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:15.5625rem;left:40.875rem;height:2.7627875rem;text-align:center;text-align-last:center;display:block; }
#PnK15MJfnMI1KVrQArwf0dOnTcaATQhu { color:rgba(var(--color-tertiary-0),1);display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:14.875rem;left:21.125rem;height:4.14418125rem;text-align:center;text-align-last:center;display:block; }
#U2tgTbPgukP266twZUQmn77QuTxxGFTc { box-sizing:content-box;height:5.75rem;width:14.875rem;position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:14.0625rem;left:1.3125rem;border-top-right-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-top-left-radius:0.5625rem;display:block; }
#WQ92kW9aTbfOb8r7Fo2QDT2RuxmuH0am { color:rgba(var(--color-tertiary-0),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:14.86572265625rem;left:1.625rem;height:3.896475rem;text-align:center;text-align-last:center;display:block; }
#h3u4JIbpiLFVq29focsIL4NLZ9QGfoEk { color:rgba(var(--color-tertiary-0),1);display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:15.556640625rem;left:59.53125rem;height:2.7627875rem;text-align:center;text-align-last:center;display:block; }
#xZW1RpdStrgcoEtvieEcmDmf1EpA4k27 { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.6875rem;width:19.125rem;top:32.5625rem;left:18rem;overflow:hidden;display:block; }
#Gmm9VWSJ12m3SvtyqCkFxgnRy9Oc0sEL { box-sizing:content-box;height:5.74978125rem;width:14.874125rem;position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:14.0625rem;left:20.125rem;border-top-right-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-top-left-radius:0.5625rem;display:block; }
#HnF5LPiDKwGmTH3xwTrRfEhmTXwlaWfH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/23b9594f-d80a-4a45-a32f-1dbd36fb5cc5/CopperAestheticsPetoskeyMISC40871024x624.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HnF5LPiDKwGmTH3xwTrRfEhmTXwlaWfH.adaptive-delivery-prevent-bg, #HnF5LPiDKwGmTH3xwTrRfEhmTXwlaWfH.lazyload, #HnF5LPiDKwGmTH3xwTrRfEhmTXwlaWfH.lazyloading { background-image: none; }#HnF5LPiDKwGmTH3xwTrRfEhmTXwlaWfH > .row .container { background-color: transparent; background-image: none; }#HnF5LPiDKwGmTH3xwTrRfEhmTXwlaWfH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HnF5LPiDKwGmTH3xwTrRfEhmTXwlaWfH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HnF5LPiDKwGmTH3xwTrRfEhmTXwlaWfH > .row .container > .video-iframe-container { display: none; }#HnF5LPiDKwGmTH3xwTrRfEhmTXwlaWfH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HnF5LPiDKwGmTH3xwTrRfEhmTXwlaWfH > .row > .video-iframe-container { display: none; }#HnF5LPiDKwGmTH3xwTrRfEhmTXwlaWfH > .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); }#HnF5LPiDKwGmTH3xwTrRfEhmTXwlaWfH > .row .container { border-width: 0; border-radius: 0; }#HnF5LPiDKwGmTH3xwTrRfEhmTXwlaWfH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HnF5LPiDKwGmTH3xwTrRfEhmTXwlaWfH > .row .container { font-size:0.875rem;font-family:arial;height:41.5rem;width:75rem;position:relative;display:block; }#fswcI4UqPAyHilu8peTBbhSgGGxdc3DG { color:rgba(var(--color-primary-2),1);display:block;width:67.5rem;position:absolute;font-family:nhaasgroteskdspro;font-size:1.4375rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:13.499349594116rem;left:3.75rem;height:17.2443125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#v3wNqLsq1yebG3d8ZTew2LqXfSmk35gR { color:rgba(var(--color-primary-2),1);display:block;width:67.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:8.8123931884762rem;left:3.75rem;height:3.37446875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HMJfb3PSOxX2OdsMGBMui2TK6gNL7SDG { box-sizing:content-box;height:28.5rem;width:71.8125rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:6.125rem;left:1.625rem;display:block; }
#IRB7xgNeDP78vZQWIxr1paI7DhCgtv4X { 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; }#IRB7xgNeDP78vZQWIxr1paI7DhCgtv4X > .row .container { background-color: transparent; background-image: none; }#IRB7xgNeDP78vZQWIxr1paI7DhCgtv4X::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IRB7xgNeDP78vZQWIxr1paI7DhCgtv4X > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IRB7xgNeDP78vZQWIxr1paI7DhCgtv4X > .row .container > .video-iframe-container { display: none; }#IRB7xgNeDP78vZQWIxr1paI7DhCgtv4X > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IRB7xgNeDP78vZQWIxr1paI7DhCgtv4X > .row > .video-iframe-container { display: none; }#IRB7xgNeDP78vZQWIxr1paI7DhCgtv4X > .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); }#IRB7xgNeDP78vZQWIxr1paI7DhCgtv4X > .row .container { border-width: 0; border-radius: 0; }#IRB7xgNeDP78vZQWIxr1paI7DhCgtv4X > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IRB7xgNeDP78vZQWIxr1paI7DhCgtv4X > .row .container { font-size:0.875rem;font-family:arial;height:46.25rem;width:75rem;position:relative;display:block; }#miR1t5V4znndWSbMXVkAC8yATUcpF5pp { color:rgba(var(--color-secondary-4),1);display:block;width:35.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:11.312131881714rem;left:0.78125rem;height:11.622875rem;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; }
#SyhCZRgEGuXXurxFSCZsZpkGVCC2wtvQ { color:rgba(var(--color-tertiary-0),1);display:block;width:20.374rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15010;line-height:1.1;letter-spacing:0;top:7.9580078125rem;left:46.0615234375rem;height:5.4989375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#VKORMTnpIqUReXGlVv0znM3iqOF2WGaI .widget-form-header {  }
#VKORMTnpIqUReXGlVv0znM3iqOF2WGaI .widget-regular-label { height:auto;display:block;font-family:arial;font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:18.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; }
#VKORMTnpIqUReXGlVv0znM3iqOF2WGaI .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.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:18.1875rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial;vertical-align:top; }
#VKORMTnpIqUReXGlVv0znM3iqOF2WGaI .widget-input-text {padding-top: 0; padding-bottom: 0;}#VKORMTnpIqUReXGlVv0znM3iqOF2WGaI .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.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:18.1875rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial;vertical-align:top; }
#VKORMTnpIqUReXGlVv0znM3iqOF2WGaI .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:18.1875rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:arial;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#VKORMTnpIqUReXGlVv0znM3iqOF2WGaI .widget-input-select {padding-top: 0; padding-bottom: 0;}#VKORMTnpIqUReXGlVv0znM3iqOF2WGaI .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; }
#VKORMTnpIqUReXGlVv0znM3iqOF2WGaI .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#VKORMTnpIqUReXGlVv0znM3iqOF2WGaI .widget-input-button { border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:400;color:rgba(var(--color-primary-2),1);width:18.1875rem;height:3.4375rem;font-family:arial;overflow:hidden;font-style:normal; }
#VKORMTnpIqUReXGlVv0znM3iqOF2WGaI [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:arial;font-size:0.875rem; }
#VKORMTnpIqUReXGlVv0znM3iqOF2WGaI [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:arial;font-size:0.875rem; }
#VKORMTnpIqUReXGlVv0znM3iqOF2WGaI [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:arial;font-size:0.875rem; }
#VKORMTnpIqUReXGlVv0znM3iqOF2WGaI [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:arial;font-size:0.875rem; }
#VKORMTnpIqUReXGlVv0znM3iqOF2WGaI .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:arial;line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:16.8125rem;overflow:hidden;font-style:normal;float:none; }
#VKORMTnpIqUReXGlVv0znM3iqOF2WGaI .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; }
#VKORMTnpIqUReXGlVv0znM3iqOF2WGaI .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:arial;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#VKORMTnpIqUReXGlVv0znM3iqOF2WGaI .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#VKORMTnpIqUReXGlVv0znM3iqOF2WGaI .widget-container:first-of-type{padding-top:0;}#VKORMTnpIqUReXGlVv0znM3iqOF2WGaI .widget-container:last-of-type{padding-bottom:0;}#VKORMTnpIqUReXGlVv0znM3iqOF2WGaI  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.1875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15011;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:14.498382568359rem;left:45.90553855896rem; }
#VKORMTnpIqUReXGlVv0znM3iqOF2WGaI .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:18.1875rem;display:block;vertical-align:top; }
#VKORMTnpIqUReXGlVv0znM3iqOF2WGaI .widget-info-text { display:block;height:auto;font-family:arial;font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VKORMTnpIqUReXGlVv0znM3iqOF2WGaI {display:block;}#VKORMTnpIqUReXGlVv0znM3iqOF2WGaI { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.1875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15011;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:14.498382568359rem;left:45.90553855896rem; }
#VKORMTnpIqUReXGlVv0znM3iqOF2WGaI #fpUIGovVkvi89HageWiQTshdsqSVDkwg { position:relative; }
#VKORMTnpIqUReXGlVv0znM3iqOF2WGaI #UhpLzzztGund9fX2Tn555sy8na7pT09T { position:relative;display:none; }
#VKORMTnpIqUReXGlVv0znM3iqOF2WGaI #J7nBi7m5gdAarOSUIzVefVFc9wUr6ApT { position:relative; }
#VKORMTnpIqUReXGlVv0znM3iqOF2WGaI #a0GLNxb397qBX0209WsoOxloCA4aiDuK { position:relative; }
#VKORMTnpIqUReXGlVv0znM3iqOF2WGaI #ZwOEp2QJHb1zQ5zp5hJHzVRAnFCULUrw { position:relative;display:none; }
#VKORMTnpIqUReXGlVv0znM3iqOF2WGaI #wxR9FmWVbSIAGENawdTK1foQhINCy7l2 { position:relative; }
#VKORMTnpIqUReXGlVv0znM3iqOF2WGaI #CPoOBqz4d2UQTi8wG6KFE4B0SFSr9OXT { position:relative; }
#VKORMTnpIqUReXGlVv0znM3iqOF2WGaI #mlOevR2BpVSxRUlov2vmd197ITR39XkB { position:relative;display:none; }
#VKORMTnpIqUReXGlVv0znM3iqOF2WGaI #ZRJXolOvquFyT1g5Tz3STiv047DAi1yy { position:relative; }
#VKORMTnpIqUReXGlVv0znM3iqOF2WGaI #VOh53npFMZF5s79EiJ6qTyiHKukweCpZ { position:relative; }
#VKORMTnpIqUReXGlVv0znM3iqOF2WGaI #GZtc6WDF5Pyu3mxysFU8fHHGlLqie56K { position:relative;display:none; }
#VKORMTnpIqUReXGlVv0znM3iqOF2WGaI #Ks91EmUclEwMhaoOQTyUu8OmdyJQlAXT { position:relative; }
#VKORMTnpIqUReXGlVv0znM3iqOF2WGaI #aPQn7nwKD7i7EQSScBIirlpaV4MU1LSm { position:relative; }
#VKORMTnpIqUReXGlVv0znM3iqOF2WGaI #BxDDVrb3vzqAsky826qIx5TA20eBBL9e { position:relative;display:none; }
#VKORMTnpIqUReXGlVv0znM3iqOF2WGaI #Lr0aMJZvxakqOKbJgwV39gzJIqsLPw1d { position:relative; }
#VKORMTnpIqUReXGlVv0znM3iqOF2WGaI #n4MB2lAmEdGL2TQlJiDJ475kmDbOR5ad { position:relative; }
#VKORMTnpIqUReXGlVv0znM3iqOF2WGaI #X2AZBEqO44OrNmAfKUrPaI1ydNepvD3P { position:relative; }
#EZSUFQ0g70EBloRmD6IkMuZM3if0vzPi { box-sizing:content-box;height:33.5623125rem;width:25rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),1);background-image:none;top:6.3427734375rem;left:43.749456405639rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#DKNgtkeWnEXPhz4MxAULJfgbuTABGfb9 { color:rgba(var(--color-secondary-4),1);display:block;width:30rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:24.9375rem;left:1.5625rem;height:4.12465rem;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; }
#vQKxR5qTEiTbeLfUOdOMOLwuLOXr9kNP { color:rgba(var(--color-secondary-4),1);display:block;width:30rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:30.3125rem;left:1.5625rem;height:4.12464375rem;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; }
#KXQTvG0Vc4Ky4mXp3OOUPTlExFbS4Zq3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),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; }#KXQTvG0Vc4Ky4mXp3OOUPTlExFbS4Zq3 > .row .container { background-color: transparent; background-image: none; }#KXQTvG0Vc4Ky4mXp3OOUPTlExFbS4Zq3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KXQTvG0Vc4Ky4mXp3OOUPTlExFbS4Zq3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KXQTvG0Vc4Ky4mXp3OOUPTlExFbS4Zq3 > .row .container > .video-iframe-container { display: none; }#KXQTvG0Vc4Ky4mXp3OOUPTlExFbS4Zq3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KXQTvG0Vc4Ky4mXp3OOUPTlExFbS4Zq3 > .row > .video-iframe-container { display: none; }#KXQTvG0Vc4Ky4mXp3OOUPTlExFbS4Zq3 > .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); }#KXQTvG0Vc4Ky4mXp3OOUPTlExFbS4Zq3 > .row .container { border-width: 0; border-radius: 0; }#KXQTvG0Vc4Ky4mXp3OOUPTlExFbS4Zq3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KXQTvG0Vc4Ky4mXp3OOUPTlExFbS4Zq3 > .row .container { font-size:0.875rem;font-family:arial;height:16.5625rem;width:75rem;position:relative;display:block; }#hrc0GdbHL8UgAMhQowKmuSF36wfs1c5T { color:rgba(var(--color-tertiary-0),1);display:block;width:67.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:11.665483474731rem;left:3.75rem;height:3.0877125rem;text-align:center;text-align-last:center;display:block; }
#TylIlclD9v2JmR3GQcVi48IHMfhZAawD { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.187125rem;width:8.4375rem;top:1.3680744171143rem;left:33.281248092651rem;overflow:hidden;display:block; }
#Kpf5xvkmSbS0VS4nlhlWt89wba2bA80P { color:rgba(var(--color-tertiary-0),1);display:block;width:67.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:9.5rem;left:3.75rem;height:1.54385625rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #AppOw1Qkm0VqHq4ZdKdF1mt2RKlhCgC6 { display:block; }#AppOw1Qkm0VqHq4ZdKdF1mt2RKlhCgC6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zrVWKDo8x7R6Da0O3RFEG22T0y662O2O { width:17.5625rem;height:4.9375rem;top:3.25rem;left:15.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MK21vKKhc0yt8wNEa5R06S0LDGWkPAiz { top:3.8125rem;left:0rem;width:15.3125rem;height:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QR49whQw1cvoJI4vCJZ3zbFoKutMAsgP { width:15.8125rem;height:3.25rem;top:2.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #huItZpNc1JmOx3hbfVBEQq2qz1xNIO9S { display:block; }
 }@media only screen and (max-width: 763px) { #Hmbpb3AbhgfCp72bKtWrCsGyH9JspWdU { width:15.625rem;height:3rem;top:4.125rem;left:32.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #thktCkv94be7k4hHwpcrTnSpzPQtGCFG { display:block; }
 }@media only screen and (max-width: 763px) { #ARvcx9wnK4qNKmI2TkReMEzDbF5bgFc0 { display:block; }#ARvcx9wnK4qNKmI2TkReMEzDbF5bgFc0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wx2EhO0BEwph2VORzsmh3hKMK3n7FPgZ { width:47.75rem;height:4.875rem;top:4.4375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1dVUD37eDhOnzMkzrzMOV4TE0PLcqzA .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#e1dVUD37eDhOnzMkzrzMOV4TE0PLcqzA .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#e1dVUD37eDhOnzMkzrzMOV4TE0PLcqzA .widget-input-text {padding-top: 0; padding-bottom: 0;}#e1dVUD37eDhOnzMkzrzMOV4TE0PLcqzA .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#e1dVUD37eDhOnzMkzrzMOV4TE0PLcqzA .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#e1dVUD37eDhOnzMkzrzMOV4TE0PLcqzA .widget-input-select {padding-top: 0; padding-bottom: 0;}#e1dVUD37eDhOnzMkzrzMOV4TE0PLcqzA .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#e1dVUD37eDhOnzMkzrzMOV4TE0PLcqzA .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#e1dVUD37eDhOnzMkzrzMOV4TE0PLcqzA  { width:17.5rem;height:auto;top:25.4375rem;left:0rem; }
#e1dVUD37eDhOnzMkzrzMOV4TE0PLcqzA .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#e1dVUD37eDhOnzMkzrzMOV4TE0PLcqzA {display:block;}#e1dVUD37eDhOnzMkzrzMOV4TE0PLcqzA { width:17.5rem;height:auto;top:25.4375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #e1dVUD37eDhOnzMkzrzMOV4TE0PLcqzA #dmnM1a7Bl6GyKqNVCEi8THekTUZMlouH {  }
 }@media only screen and (max-width: 763px) { #e1dVUD37eDhOnzMkzrzMOV4TE0PLcqzA #MQFgW2pQP6OzRvP9osqO3DvyoXkkcHbU {  }
 }@media only screen and (max-width: 763px) { #e1dVUD37eDhOnzMkzrzMOV4TE0PLcqzA #barczco5J46000UFwacwyEVDhZtTCQnB {  }
 }@media only screen and (max-width: 763px) { #e1dVUD37eDhOnzMkzrzMOV4TE0PLcqzA #xqzbp6yPHRzd4wbVWPd22IhRrBcGL5vc {  }
 }@media only screen and (max-width: 763px) { #e1dVUD37eDhOnzMkzrzMOV4TE0PLcqzA #To7lCtgziWaabzhv8f2Rod0qrkNcXPz8 {  }
 }@media only screen and (max-width: 763px) { #e1dVUD37eDhOnzMkzrzMOV4TE0PLcqzA #XMDaFm1NSXDpxQ9anXA2vISCmVfRqE8E {  }
 }@media only screen and (max-width: 763px) { #e1dVUD37eDhOnzMkzrzMOV4TE0PLcqzA #NXTEqX98OTw1g7LD7vNgeZOoE3bW0NB6 {  }
 }@media only screen and (max-width: 763px) { #e1dVUD37eDhOnzMkzrzMOV4TE0PLcqzA #FlrzEmC8Bk31sbGWWs28vxipxRru5qms {  }
 }@media only screen and (max-width: 763px) { #e1dVUD37eDhOnzMkzrzMOV4TE0PLcqzA #NXks9w49gToWKQOBQrRagOTG05MgCryn {  }
 }@media only screen and (max-width: 763px) { #e1dVUD37eDhOnzMkzrzMOV4TE0PLcqzA #Eh5MEbnEwgegmKryxahHw5QVMxUArhZD {  }
 }@media only screen and (max-width: 763px) { #e1dVUD37eDhOnzMkzrzMOV4TE0PLcqzA #TJoA7wz0Fkz8yFbONxmi3KKBeIUg8DAf {  }
 }@media only screen and (max-width: 763px) { #e1dVUD37eDhOnzMkzrzMOV4TE0PLcqzA #yBgAPnUaxQ4RPQ8lVTtiaqTc6KzZ76VO {  }
 }@media only screen and (max-width: 763px) { #e1dVUD37eDhOnzMkzrzMOV4TE0PLcqzA #kN1GNngURsNaaXK1qE5nQGvX2lCMf7OR {  }
 }@media only screen and (max-width: 763px) { #e1dVUD37eDhOnzMkzrzMOV4TE0PLcqzA #UmpNCKBl7ipbMp2R3akeDRKRbLPHgdHk {  }
 }@media only screen and (max-width: 763px) { #e1dVUD37eDhOnzMkzrzMOV4TE0PLcqzA #h2LNrARgkGn79kuropceoDiN7wQc9eVF {  }
 }@media only screen and (max-width: 763px) { #e1dVUD37eDhOnzMkzrzMOV4TE0PLcqzA #o9U41qreHc4QzS8sb617fJ1gNk5MOvis {  }
 }@media only screen and (max-width: 763px) { #e1dVUD37eDhOnzMkzrzMOV4TE0PLcqzA #bUUThIzcq6VZwn8RelsCK6pIzbX7CATq {  }
 }@media only screen and (max-width: 763px) { #QW5vguWTPLZfZvHJnJzazTMs7lcJeM7T { top:16.375rem;left:0rem;width:22.6875rem;height:33.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JeWgiTfLI4fyIE3T52IaXdKKLtVKnITK { width:20.3125rem;height:5.1875rem;top:17.375rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5wuTTOEtTN4OBoyyWahQH0FRmOXQtJv { width:19.375rem;height:2.125rem;top:23.3125rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQW9QrTiHB84ub6DOwkuV9tZWlG6URbJ { top:10.5rem;left:0rem;width:47.75rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIVr94NvaanVhdC5hlchzygvxwPwnvys { width:19rem;height:;top:33rem;left:0rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #CJ1klKDJS1BXx3hk4E7GtGuEctJ06yHX { width:47.75rem;height:47.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gEzKK1gaq9ViXhmbettiFXxhQs4zQSTP { display:block; }#gEzKK1gaq9ViXhmbettiFXxhQs4zQSTP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dkoR4H5zeFhsgMug4Wz0UBCHdwmBATdx { top:25.875rem;left:14rem;width:33.75rem;height:40.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJtlposkshP5c1waflbDrrldaFxDVSTf { top:39.75rem;left:17.75rem;width:30rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwVJfffzutnSb4e0VagtuPI7MJCcIOsZ { top:27.9375rem;left:0rem;width:23.9375rem;height:36.093483312196rem;display:block; }
 }@media only screen and (max-width: 763px) { #B19pVNuwSv4IyX6KTqCyMkFum2RfbGdz { top:42.375rem;left:17.75rem;width:30rem;height:11.1875rem;font-size:1.0625rem;display:block; }#B19pVNuwSv4IyX6KTqCyMkFum2RfbGdz li:before{  }
 }@media only screen and (max-width: 763px) { #ELUMVQ7VIMXaMoiXecuWThd6UGFKvybT { width:15.625rem;height:3rem;top:60.875rem;left:28rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLvWwH8SEoBAipeV60Qglnq1zP9ngJPa { display:block; }
 }@media only screen and (max-width: 763px) { #Z4Tn2nIqipeG7G48wFCr524PlPoiLtRc { top:55.5625rem;left:17.75rem;width:30rem;height:3.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXRgsW2Xr9KzNJN4QXMiaGKTNkWXq98M { top:14.875rem;left:0rem;width:47.75rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9bkQ6aEAcDlO5nOgQxBTWJ0GXoXbbbA { top:16.6875rem;left:0rem;width:14.8125rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tO6MJCbxXf5G2Stic8u8Fw3qKquN0QAB { top:16.6875rem;left:9.0625rem;width:14.8125rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qi1VWIK8ST9TsM0b6U0flHR4Z5JLzPtr { top:18.1875rem;left:34.9375rem;width:12.8125rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iwpym9oIwD1y3vxRp0FTxUTNfXE7R5Le { top:17.5rem;left:11.0625rem;width:12.8125rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2zkoCUd2CbV2y9kFFZcFtkzMwFUaxQE { top:16.6875rem;left:23.875rem;width:14.8125rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pypGEFdRifpZtpvR1XnA2iLDHFV9QSvN { top:18.1875rem;left:23.875rem;width:12.8125rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VE0J6EyE7q4kuHiaP0yh3c9Bo7M2H0Z8 { top:16.6875rem;left:32.875rem;width:14.8125rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7vB50DTTsO8XxIixvTh1VPmIxceeeht { width:47.75rem;height:3.875rem;top:3.0625rem;left:0rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvKw9UfSKXGpfmnrHZp5cUUQcPLnDZHR { top:17.625rem;left:0rem;width:14.1875rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSiSHkJDcMsy3xmJ2Q017HPtIuf5zORZ { top:8.75rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZ0R9k7R0tlK3MDDnwRNaFIsXH51IABd { top:28.125rem;left:17.75rem;width:30rem;height:9.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWeqLFNTMu883owd1reTOXuBo1LNlqWV { display:block; }#RWeqLFNTMu883owd1reTOXuBo1LNlqWV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wLeriSdzvORX9Xace3R2KzripLepBU5c { top:16.9375rem;left:0rem;width:47.75rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lm9OMSzmllRyJLBfuzemUq6B21wPgikC { top:19.25rem;left:0rem;width:14.8125rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhPV3mZEHHoTWan1PkaH185HUy4IGwkf { top:19.25rem;left:9.0625rem;width:14.8125rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwZHcxDqsRaZZTlmTX9wlcDkKbToD2dW { top:19.25rem;left:23.875rem;width:14.8125rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvDhBQHpNgeFSZBxSEVX6pcDFCDP1wqq { top:19.25rem;left:32.9375rem;width:14.8125rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0JFuOE25r1edZDG2wfD5BzTGkOctEyM { top:20.6875rem;left:11.0625rem;width:12.8125rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TawvFeydh24XEveFeM8ENFlUBON4TROU { top:19.625rem;left:0rem;width:14.1875rem;height:4.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1um77yDyus6Tvm9ihMkKtf0TRyv6OBe { top:20.75rem;left:34.9375rem;width:12.8125rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zk6e0EmHv67mTwWNTorZiuOVEATC0LzB { top:20.75rem;left:23.875rem;width:12.8125rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w49Fnbc8MfA51NJ8Ssa2OczA7fVqgwZL { width:47.75rem;height:7.75rem;top:1.875rem;left:0rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #luAp1LgMgv8HQSGLEgl8TtOU7Fi0kIAl { top:10.6875rem;left:0rem;width:47.75rem;height:4.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8ombb1sXPnN8lViPh72oHc7KnpdO1MX { top:28.6875rem;left:0rem;width:33.75rem;height:41.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tev6ZHqZ3g2RrrLUkFt8FGJmvCyoA6N0 { top:43.9375rem;left:0rem;width:30rem;height:11.5rem;font-size:1.0625rem;display:block; }#tev6ZHqZ3g2RrrLUkFt8FGJmvCyoA6N0 li:before{  }
 }@media only screen and (max-width: 763px) { #HbKLFlVZqmL9K4KU86809W3XiGbI4WIR { top:41.25rem;left:0rem;width:30rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #phc023JTyqTCDQEUobA2miyKB4r2W6pM { top:31.375rem;left:0rem;width:30rem;height:8.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkhhQh40w7ieo5SlFb2rUM8R0nQSZgaR { top:57rem;left:0rem;width:30rem;height:6.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTETd1aOGx0sFbuEwFtQ4yqSklSiiPAk { width:15.625rem;height:3rem;top:65.125rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7KywxxJlGn04GTlN3ORhoFTDnwTtvS6 { display:block; }
 }@media only screen and (max-width: 763px) { #d6zet3TCuSTuFXn79c5vJ0W8NkRKkzS0 { top:30rem;left:23.8125rem;width:23.9375rem;height:35.96905591378rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCOw1GTOQ6MqynczWZhlxJpp182IEXsH { display:block; }#OCOw1GTOQ6MqynczWZhlxJpp182IEXsH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wuzTVgme5pSSC3G3W87U1iQI2vwLL1Dl { width:47.75rem;height:;top:2.125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNgIU6eO66hHGLmHWzuHCen3s30yDiaq { top:1.1875rem;left:0rem;width:47.75rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qaN5AonJnH5LI5Gn27x1lUcFTxXq3mO0 { top:8.8125rem;left:0rem;width:30rem;height:22.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtsp0JyiMa176hW7mqXRvUt2L0vgr4gL { top:8.8125rem;left:17.75rem;width:27.875rem;height:22.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8liDRdtJLiOpvvAxM8nDzlFug3ObLTW { top:32.4375rem;left:0rem;width:30rem;height:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5Gyok0qNPJS8zJkrpFKslFG3cMECPZo { top:36.3125rem;left:17.75rem;width:30rem;height:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkOipS2QGRZo3GSyHbRwMIfoM1GWlqLT { top:64.375rem;left:0rem;width:30rem;height:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7BgvIokgMGdx74AXValz9UmQN2ug5GT { top:65.0625rem;left:17.75rem;width:30rem;height:22.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #otBpTVepZqA1em6DBq2EQ3dhD2NSqS3K { display:block; }#otBpTVepZqA1em6DBq2EQ3dhD2NSqS3K > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ylZAi67hQnvThHIaVLTxbn58sOkQ3U87 { width:47.75rem;height:;top:1.5625rem;left:0rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OcCQehrH8fQiA6QueWgAfS5QF78yGBkO { top:32.5625rem;left:0rem;width:19.125rem;height:25.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EROmk6EWCVf73vskGPJILsIAMoZK9SUg { top:23.9375rem;left:14rem;width:33.75rem;height:42.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3R2c6xNb159CeVftgHHX6kJQZXAPSTS { width:15.625rem;height:3rem;top:62.3125rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tG0AvIEaP8siciSrTvtsxxePlyrPETHI { display:block; }
 }@media only screen and (max-width: 763px) { #vO5KzAkTTnVsIlbZmuM0fATHWRmoR2TZ { top:55.125rem;left:17.75rem;width:30rem;height:4.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwT543HiUMXfG7IpeaOa8nKRXdTV1kez { top:41.6875rem;left:24.875rem;width:21.3125rem;height:;font-size:1.0625rem;display:block; }#RwT543HiUMXfG7IpeaOa8nKRXdTV1kez li:before{  }
 }@media only screen and (max-width: 763px) { #uHRSbB8rcOHnQGbLOpEZu7GoPOOTDyGR { top:38.5rem;left:17.75rem;width:30rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFMBVdxKDZSo2rVnF7Tkx8mxObMixKCA { top:26.625rem;left:16.75rem;width:31rem;height:9.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUqbtaJavd0zeJx6tvKLEcU1vhfzyNA7 { top:12.25rem;left:0rem;width:47.75rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lzcb0l4tR1MxJuO8ouvIvMSSCMbf9Cpb { top:14.0625rem;left:32.875rem;width:14.875rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlMKLgTtgeBzpGsvf82HuuR3NxzFEbHC { top:14.0625rem;left:23.875rem;width:14.875rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9oJTeb2HDr7N4zKFtZt4NJWPaxPXbt4 { top:15.5rem;left:23.875rem;width:12.8125rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PnK15MJfnMI1KVrQArwf0dOnTcaATQhu { top:14.875rem;left:11.0625rem;width:12.8125rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2tgTbPgukP266twZUQmn77QuTxxGFTc { top:14.0625rem;left:0rem;width:14.875rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQ92kW9aTbfOb8r7Fo2QDT2RuxmuH0am { top:14.8125rem;left:0rem;width:14.1875rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3u4JIbpiLFVq29focsIL4NLZ9QGfoEk { top:15.5rem;left:34.9375rem;width:12.8125rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZW1RpdStrgcoEtvieEcmDmf1EpA4k27 { top:32.5625rem;left:4.75rem;width:19.125rem;height:25.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gmm9VWSJ12m3SvtyqCkFxgnRy9Oc0sEL { top:14.0625rem;left:9.0625rem;width:14.8125rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HnF5LPiDKwGmTH3xwTrRfEhmTXwlaWfH { display:block; }#HnF5LPiDKwGmTH3xwTrRfEhmTXwlaWfH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fswcI4UqPAyHilu8peTBbhSgGGxdc3DG { top:13.4375rem;left:0rem;width:47.75rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3wNqLsq1yebG3d8ZTew2LqXfSmk35gR { top:8.75rem;left:0rem;width:47.75rem;height:3.3125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMJfb3PSOxX2OdsMGBMui2TK6gNL7SDG { top:6.125rem;left:0rem;width:47.75rem;height:28.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRB7xgNeDP78vZQWIxr1paI7DhCgtv4X { display:block; }#IRB7xgNeDP78vZQWIxr1paI7DhCgtv4X > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #miR1t5V4znndWSbMXVkAC8yATUcpF5pp { top:11.25rem;left:0rem;width:35.9375rem;height:11.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SyhCZRgEGuXXurxFSCZsZpkGVCC2wtvQ { width:20.3125rem;height:5.5rem;top:7.9375rem;left:25.6240234375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKORMTnpIqUReXGlVv0znM3iqOF2WGaI .widget-regular-label { width:18.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VKORMTnpIqUReXGlVv0znM3iqOF2WGaI .widget-input-text { width:18.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#VKORMTnpIqUReXGlVv0znM3iqOF2WGaI .widget-input-text {padding-top: 0; padding-bottom: 0;}#VKORMTnpIqUReXGlVv0znM3iqOF2WGaI .widget-textarea { width:18.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#VKORMTnpIqUReXGlVv0znM3iqOF2WGaI .widget-input-select { width:18.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#VKORMTnpIqUReXGlVv0znM3iqOF2WGaI .widget-input-select {padding-top: 0; padding-bottom: 0;}#VKORMTnpIqUReXGlVv0znM3iqOF2WGaI .widget-input-button { width:18.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#VKORMTnpIqUReXGlVv0znM3iqOF2WGaI .widget-checkbox-label { width:17rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VKORMTnpIqUReXGlVv0znM3iqOF2WGaI  { width:18.1875rem;height:auto;top:14.4375rem;left:25.46803855896rem; }
#VKORMTnpIqUReXGlVv0znM3iqOF2WGaI .radio-container { width:18.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#VKORMTnpIqUReXGlVv0znM3iqOF2WGaI {display:block;}#VKORMTnpIqUReXGlVv0znM3iqOF2WGaI { width:18.1875rem;height:auto;top:14.4375rem;left:25.46803855896rem; }
 }@media only screen and (max-width: 763px) { #VKORMTnpIqUReXGlVv0znM3iqOF2WGaI #fpUIGovVkvi89HageWiQTshdsqSVDkwg {  }
 }@media only screen and (max-width: 763px) { #VKORMTnpIqUReXGlVv0znM3iqOF2WGaI #UhpLzzztGund9fX2Tn555sy8na7pT09T {  }
 }@media only screen and (max-width: 763px) { #VKORMTnpIqUReXGlVv0znM3iqOF2WGaI #J7nBi7m5gdAarOSUIzVefVFc9wUr6ApT {  }
 }@media only screen and (max-width: 763px) { #VKORMTnpIqUReXGlVv0znM3iqOF2WGaI #a0GLNxb397qBX0209WsoOxloCA4aiDuK {  }
 }@media only screen and (max-width: 763px) { #VKORMTnpIqUReXGlVv0znM3iqOF2WGaI #ZwOEp2QJHb1zQ5zp5hJHzVRAnFCULUrw {  }
 }@media only screen and (max-width: 763px) { #VKORMTnpIqUReXGlVv0znM3iqOF2WGaI #wxR9FmWVbSIAGENawdTK1foQhINCy7l2 {  }
 }@media only screen and (max-width: 763px) { #VKORMTnpIqUReXGlVv0znM3iqOF2WGaI #CPoOBqz4d2UQTi8wG6KFE4B0SFSr9OXT {  }
 }@media only screen and (max-width: 763px) { #VKORMTnpIqUReXGlVv0znM3iqOF2WGaI #mlOevR2BpVSxRUlov2vmd197ITR39XkB {  }
 }@media only screen and (max-width: 763px) { #VKORMTnpIqUReXGlVv0znM3iqOF2WGaI #ZRJXolOvquFyT1g5Tz3STiv047DAi1yy {  }
 }@media only screen and (max-width: 763px) { #VKORMTnpIqUReXGlVv0znM3iqOF2WGaI #VOh53npFMZF5s79EiJ6qTyiHKukweCpZ {  }
 }@media only screen and (max-width: 763px) { #VKORMTnpIqUReXGlVv0znM3iqOF2WGaI #GZtc6WDF5Pyu3mxysFU8fHHGlLqie56K {  }
 }@media only screen and (max-width: 763px) { #VKORMTnpIqUReXGlVv0znM3iqOF2WGaI #Ks91EmUclEwMhaoOQTyUu8OmdyJQlAXT {  }
 }@media only screen and (max-width: 763px) { #VKORMTnpIqUReXGlVv0znM3iqOF2WGaI #aPQn7nwKD7i7EQSScBIirlpaV4MU1LSm {  }
 }@media only screen and (max-width: 763px) { #VKORMTnpIqUReXGlVv0znM3iqOF2WGaI #BxDDVrb3vzqAsky826qIx5TA20eBBL9e {  }
 }@media only screen and (max-width: 763px) { #VKORMTnpIqUReXGlVv0znM3iqOF2WGaI #Lr0aMJZvxakqOKbJgwV39gzJIqsLPw1d {  }
 }@media only screen and (max-width: 763px) { #VKORMTnpIqUReXGlVv0znM3iqOF2WGaI #n4MB2lAmEdGL2TQlJiDJ475kmDbOR5ad {  }
 }@media only screen and (max-width: 763px) { #VKORMTnpIqUReXGlVv0znM3iqOF2WGaI #X2AZBEqO44OrNmAfKUrPaI1ydNepvD3P {  }
 }@media only screen and (max-width: 763px) { #EZSUFQ0g70EBloRmD6IkMuZM3if0vzPi { top:6.3125rem;left:22.75rem;width:25rem;height:33.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKNgtkeWnEXPhz4MxAULJfgbuTABGfb9 { top:24.9375rem;left:0rem;width:30rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQKxR5qTEiTbeLfUOdOMOLwuLOXr9kNP { top:30.3125rem;left:0rem;width:30rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXQTvG0Vc4Ky4mXp3OOUPTlExFbS4Zq3 { display:block; }#KXQTvG0Vc4Ky4mXp3OOUPTlExFbS4Zq3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hrc0GdbHL8UgAMhQowKmuSF36wfs1c5T { top:11.625rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TylIlclD9v2JmR3GQcVi48IHMfhZAawD { width:8.4375rem;height:8.187125rem;top:1.3125rem;left:19.656248092651rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kpf5xvkmSbS0VS4nlhlWt89wba2bA80P { top:9.5rem;left:0rem;width:47.75rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #AppOw1Qkm0VqHq4ZdKdF1mt2RKlhCgC6 { display:block; }#AppOw1Qkm0VqHq4ZdKdF1mt2RKlhCgC6 > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zrVWKDo8x7R6Da0O3RFEG22T0y662O2O { width:18.499875rem;height:5.56206875rem;top:2.3746745586395rem;left:0.74924051761625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MK21vKKhc0yt8wNEa5R06S0LDGWkPAiz { width:15.375rem;height:0;top:9.4248046875rem;left:2.3125rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #QR49whQw1cvoJI4vCJZ3zbFoKutMAsgP { width:15.8125rem;height:3.25rem;top:6.3125rem;left:2.09375rem;z-index:15003;font-size:1.4375rem;background-color:#eceae0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #huItZpNc1JmOx3hbfVBEQq2qz1xNIO9S { display:block; }
 }@media only screen and (max-width: 763px) { #Hmbpb3AbhgfCp72bKtWrCsGyH9JspWdU { width:9.8125rem;height:3.0625rem;top:10.8125rem;left:5.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #thktCkv94be7k4hHwpcrTnSpzPQtGCFG { display:block; }
 }@media only screen and (max-width: 763px) { #ARvcx9wnK4qNKmI2TkReMEzDbF5bgFc0 { background-color:#ffffff;background-image:none;display:block; }#ARvcx9wnK4qNKmI2TkReMEzDbF5bgFc0 > .row .container { background-color: transparent; background-image: none; }#ARvcx9wnK4qNKmI2TkReMEzDbF5bgFc0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ARvcx9wnK4qNKmI2TkReMEzDbF5bgFc0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ARvcx9wnK4qNKmI2TkReMEzDbF5bgFc0 > .row .container > .video-iframe-container { display: none; }#ARvcx9wnK4qNKmI2TkReMEzDbF5bgFc0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ARvcx9wnK4qNKmI2TkReMEzDbF5bgFc0 > .row > .video-iframe-container { display: none; }#ARvcx9wnK4qNKmI2TkReMEzDbF5bgFc0 > .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); }#ARvcx9wnK4qNKmI2TkReMEzDbF5bgFc0 > .row .container { width:20rem;height:71.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wx2EhO0BEwph2VORzsmh3hKMK3n7FPgZ { width:19.0605625rem;height:0;top:32.1865234375rem;left:0.46923828125rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.1;color:#353535;display:none; }
 }@media only screen and (max-width: 763px) { #e1dVUD37eDhOnzMkzrzMOV4TE0PLcqzA .widget-regular-label { width:14.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#e1dVUD37eDhOnzMkzrzMOV4TE0PLcqzA .widget-input-text { width:14.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#e1dVUD37eDhOnzMkzrzMOV4TE0PLcqzA .widget-input-text {padding-top: 0; padding-bottom: 0;}#e1dVUD37eDhOnzMkzrzMOV4TE0PLcqzA .widget-textarea { width:14.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#e1dVUD37eDhOnzMkzrzMOV4TE0PLcqzA .widget-input-select { width:14.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#e1dVUD37eDhOnzMkzrzMOV4TE0PLcqzA .widget-input-select {padding-top: 0; padding-bottom: 0;}#e1dVUD37eDhOnzMkzrzMOV4TE0PLcqzA .widget-input-button { width:14.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;color:#1d414b; }
#e1dVUD37eDhOnzMkzrzMOV4TE0PLcqzA .widget-checkbox-label { width:12.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#e1dVUD37eDhOnzMkzrzMOV4TE0PLcqzA  { width:14.0625rem;height:auto;top:47.43701171875rem;left:1.8115234375rem;background-color:transparent;background-image:none; }
#e1dVUD37eDhOnzMkzrzMOV4TE0PLcqzA .radio-container { width:14.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#e1dVUD37eDhOnzMkzrzMOV4TE0PLcqzA {display:block;}#e1dVUD37eDhOnzMkzrzMOV4TE0PLcqzA { width:14.0625rem;height:auto;top:45.375rem;left:1.75rem;background-color:transparent;background-image:none; }
 }@media only screen and (max-width: 763px) { #e1dVUD37eDhOnzMkzrzMOV4TE0PLcqzA #dmnM1a7Bl6GyKqNVCEi8THekTUZMlouH {  }
 }@media only screen and (max-width: 763px) { #e1dVUD37eDhOnzMkzrzMOV4TE0PLcqzA #MQFgW2pQP6OzRvP9osqO3DvyoXkkcHbU {  }
 }@media only screen and (max-width: 763px) { #e1dVUD37eDhOnzMkzrzMOV4TE0PLcqzA #barczco5J46000UFwacwyEVDhZtTCQnB {  }
 }@media only screen and (max-width: 763px) { #e1dVUD37eDhOnzMkzrzMOV4TE0PLcqzA #xqzbp6yPHRzd4wbVWPd22IhRrBcGL5vc {  }
 }@media only screen and (max-width: 763px) { #e1dVUD37eDhOnzMkzrzMOV4TE0PLcqzA #To7lCtgziWaabzhv8f2Rod0qrkNcXPz8 {  }
 }@media only screen and (max-width: 763px) { #e1dVUD37eDhOnzMkzrzMOV4TE0PLcqzA #XMDaFm1NSXDpxQ9anXA2vISCmVfRqE8E {  }
 }@media only screen and (max-width: 763px) { #e1dVUD37eDhOnzMkzrzMOV4TE0PLcqzA #NXTEqX98OTw1g7LD7vNgeZOoE3bW0NB6 {  }
 }@media only screen and (max-width: 763px) { #e1dVUD37eDhOnzMkzrzMOV4TE0PLcqzA #FlrzEmC8Bk31sbGWWs28vxipxRru5qms {  }
 }@media only screen and (max-width: 763px) { #e1dVUD37eDhOnzMkzrzMOV4TE0PLcqzA #NXks9w49gToWKQOBQrRagOTG05MgCryn {  }
 }@media only screen and (max-width: 763px) { #e1dVUD37eDhOnzMkzrzMOV4TE0PLcqzA #Eh5MEbnEwgegmKryxahHw5QVMxUArhZD {  }
 }@media only screen and (max-width: 763px) { #e1dVUD37eDhOnzMkzrzMOV4TE0PLcqzA #TJoA7wz0Fkz8yFbONxmi3KKBeIUg8DAf {  }
 }@media only screen and (max-width: 763px) { #e1dVUD37eDhOnzMkzrzMOV4TE0PLcqzA #yBgAPnUaxQ4RPQ8lVTtiaqTc6KzZ76VO {  }
 }@media only screen and (max-width: 763px) { #e1dVUD37eDhOnzMkzrzMOV4TE0PLcqzA #kN1GNngURsNaaXK1qE5nQGvX2lCMf7OR {  }
 }@media only screen and (max-width: 763px) { #e1dVUD37eDhOnzMkzrzMOV4TE0PLcqzA #UmpNCKBl7ipbMp2R3akeDRKRbLPHgdHk {  }
 }@media only screen and (max-width: 763px) { #e1dVUD37eDhOnzMkzrzMOV4TE0PLcqzA #h2LNrARgkGn79kuropceoDiN7wQc9eVF {  }
 }@media only screen and (max-width: 763px) { #e1dVUD37eDhOnzMkzrzMOV4TE0PLcqzA #o9U41qreHc4QzS8sb617fJ1gNk5MOvis {  }
 }@media only screen and (max-width: 763px) { #e1dVUD37eDhOnzMkzrzMOV4TE0PLcqzA #bUUThIzcq6VZwn8RelsCK6pIzbX7CATq {  }
 }@media only screen and (max-width: 763px) { #QW5vguWTPLZfZvHJnJzazTMs7lcJeM7T { width:18.5rem;height:31.25rem;top:38.9375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JeWgiTfLI4fyIE3T52IaXdKKLtVKnITK { width:19.9995rem;height:4.39985625rem;top:39.625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #m5wuTTOEtTN4OBoyyWahQH0FRmOXQtJv { width:19.374rem;height:2.19993125rem;top:44.125rem;left:0.3125rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #UQW9QrTiHB84ub6DOwkuV9tZWlG6URbJ { width:18.5rem;height:11.207375rem;top:26.625rem;left:0.75rem;font-size:1.4375rem;color:rgba(var(--color-primary-4),1);text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xIVr94NvaanVhdC5hlchzygvxwPwnvys { width:19.0600625rem;height:3.57421875rem;top:1.8115234375rem;left:0.46875rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.1;color:#353535;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #CJ1klKDJS1BXx3hk4E7GtGuEctJ06yHX { top:7.125rem;left:0.75rem;width:18.5rem;height:18.4375rem;z-index:15018;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #gEzKK1gaq9ViXhmbettiFXxhQs4zQSTP { display:block; }#gEzKK1gaq9ViXhmbettiFXxhQs4zQSTP > .row .container { width:20rem;height:117.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dkoR4H5zeFhsgMug4Wz0UBCHdwmBATdx { width:20rem;height:70.6875rem;top:45.125rem;left:0rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #vJtlposkshP5c1waflbDrrldaFxDVSTf { width:18.3125rem;height:1.38139375rem;top:85.5625rem;left:0.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwVJfffzutnSb4e0VagtuPI7MJCcIOsZ { width:18.5rem;height:27.875rem;top:15.875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #B19pVNuwSv4IyX6KTqCyMkFum2RfbGdz { width:18.5rem;height:16.7578125rem;top:88.375rem;left:0.75rem;font-size:1.0625rem;display:block; }#B19pVNuwSv4IyX6KTqCyMkFum2RfbGdz li:before{  }
 }@media only screen and (max-width: 763px) { #ELUMVQ7VIMXaMoiXecuWThd6UGFKvybT { width:15.625rem;height:3rem;top:111.8125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLvWwH8SEoBAipeV60Qglnq1zP9ngJPa { display:block; }
 }@media only screen and (max-width: 763px) { #Z4Tn2nIqipeG7G48wFCr524PlPoiLtRc { width:18.5rem;height:4.144175rem;top:106.4375rem;left:0.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXRgsW2Xr9KzNJN4QXMiaGKTNkWXq98M { width:20rem;height:9.375rem;top:0.375rem;left:0rem;z-index:15008;display:none; }
 }@media only screen and (max-width: 763px) { #g9bkQ6aEAcDlO5nOgQxBTWJ0GXoXbbbA { width:14.875rem;height:5.75rem;top:46.3125rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tO6MJCbxXf5G2Stic8u8Fw3qKquN0QAB { width:14.875rem;height:5.75rem;top:52.5625rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qi1VWIK8ST9TsM0b6U0flHR4Z5JLzPtr { width:12.8125rem;height:2.7627875rem;top:47.8125rem;left:3.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iwpym9oIwD1y3vxRp0FTxUTNfXE7R5Le { width:12.8125rem;height:4.144175rem;top:53.25rem;left:3.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2zkoCUd2CbV2y9kFFZcFtkzMwFUaxQE { width:14.875rem;height:5.75rem;top:59rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pypGEFdRifpZtpvR1XnA2iLDHFV9QSvN { width:12.8125rem;height:2.7627875rem;top:60.5rem;left:3.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VE0J6EyE7q4kuHiaP0yh3c9Bo7M2H0Z8 { width:14.875rem;height:5.75rem;top:65.3125rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7vB50DTTsO8XxIixvTh1VPmIxceeeht { width:18.5rem;height:2.0250375rem;top:2.0625rem;left:0.75rem;font-size:1.6875rem;text-align:center;text-align-last:center;color:rgba(var(--color-primary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #IvKw9UfSKXGpfmnrHZp5cUUQcPLnDZHR { width:14.25rem;height:3.896475rem;top:66.25rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSiSHkJDcMsy3xmJ2Q017HPtIuf5zORZ { width:18.5rem;height:9.66975rem;top:4.8125rem;left:0.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZ0R9k7R0tlK3MDDnwRNaFIsXH51IABd { width:18.5rem;height:11.051125rem;top:72.8125rem;left:0.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWeqLFNTMu883owd1reTOXuBo1LNlqWV { display:block; }#RWeqLFNTMu883owd1reTOXuBo1LNlqWV > .row .container { width:20rem;height:124.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wLeriSdzvORX9Xace3R2KzripLepBU5c { width:20rem;height:10.3125rem;top:16.9375rem;left:0rem;z-index:15008;display:none; }
 }@media only screen and (max-width: 763px) { #Lm9OMSzmllRyJLBfuzemUq6B21wPgikC { width:14.875rem;height:5.75rem;top:53.5625rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhPV3mZEHHoTWan1PkaH185HUy4IGwkf { width:14.875rem;height:5.75rem;top:60.1875rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwZHcxDqsRaZZTlmTX9wlcDkKbToD2dW { width:14.875rem;height:5.75rem;top:67.5rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvDhBQHpNgeFSZBxSEVX6pcDFCDP1wqq { width:14.875rem;height:5.75rem;top:74.5rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0JFuOE25r1edZDG2wfD5BzTGkOctEyM { width:12.8125rem;height:2.7627875rem;top:61.6875rem;left:3.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TawvFeydh24XEveFeM8ENFlUBON4TROU { width:14.25rem;height:4.87215625rem;top:54rem;left:2.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1um77yDyus6Tvm9ihMkKtf0TRyv6OBe { width:12.8125rem;height:2.7627875rem;top:76rem;left:3.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zk6e0EmHv67mTwWNTorZiuOVEATC0LzB { width:12.8125rem;height:2.7627875rem;top:69rem;left:3.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w49Fnbc8MfA51NJ8Ssa2OczA7fVqgwZL { width:18.5rem;height:6.07510625rem;top:0.9375rem;left:0.75rem;font-size:1.6875rem;text-align:center;text-align-last:center;color:rgba(var(--color-primary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #luAp1LgMgv8HQSGLEgl8TtOU7Fi0kIAl { width:18.5rem;height:12.4325rem;top:7.875rem;left:0.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8ombb1sXPnN8lViPh72oHc7KnpdO1MX { width:20rem;height:70.625rem;top:52.125rem;left:0rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #tev6ZHqZ3g2RrrLUkFt8FGJmvCyoA6N0 { width:17.561875rem;height:11.54475rem;top:96.9374961853rem;left:1.1869671344757rem;font-size:1.0625rem;display:block; }#tev6ZHqZ3g2RrrLUkFt8FGJmvCyoA6N0 li:before{  }
 }@media only screen and (max-width: 763px) { #HbKLFlVZqmL9K4KU86809W3XiGbI4WIR { width:18.4375rem;height:2.76278125rem;top:93.544032096862rem;left:0.78125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #phc023JTyqTCDQEUobA2miyKB4r2W6pM { width:18.5rem;height:11.051125rem;top:81.9375rem;left:0.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkhhQh40w7ieo5SlFb2rUM8R0nQSZgaR { width:18.49975rem;height:6.9069375rem;top:109.4375rem;left:0.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTETd1aOGx0sFbuEwFtQ4yqSklSiiPAk { width:15.625rem;height:2.99926875rem;top:117.625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7KywxxJlGn04GTlN3ORhoFTDnwTtvS6 { display:block; }
 }@media only screen and (max-width: 763px) { #d6zet3TCuSTuFXn79c5vJ0W8NkRKkzS0 { width:20rem;height:30.05075rem;top:20.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCOw1GTOQ6MqynczWZhlxJpp182IEXsH { background-color:#ffffff;background-image:none;display:block; }#OCOw1GTOQ6MqynczWZhlxJpp182IEXsH > .row .container { background-color: transparent; background-image: none; }#OCOw1GTOQ6MqynczWZhlxJpp182IEXsH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OCOw1GTOQ6MqynczWZhlxJpp182IEXsH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OCOw1GTOQ6MqynczWZhlxJpp182IEXsH > .row .container > .video-iframe-container { display: none; }#OCOw1GTOQ6MqynczWZhlxJpp182IEXsH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OCOw1GTOQ6MqynczWZhlxJpp182IEXsH > .row > .video-iframe-container { display: none; }#OCOw1GTOQ6MqynczWZhlxJpp182IEXsH > .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); }#OCOw1GTOQ6MqynczWZhlxJpp182IEXsH > .row .container { width:20rem;height:102.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wuzTVgme5pSSC3G3W87U1iQI2vwLL1Dl { width:18.0625rem;height:4.7993625rem;top:0.74609375rem;left:0.96875rem;font-size:2rem;color:rgba(var(--color-primary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #UNgIU6eO66hHGLmHWzuHCen3s30yDiaq { width:20rem;height:5.875rem;top:1.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qaN5AonJnH5LI5Gn27x1lUcFTxXq3mO0 { width:18.5rem;height:13.8125rem;top:7.0625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtsp0JyiMa176hW7mqXRvUt2L0vgr4gL { width:18.5rem;height:14.875rem;top:21.625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8liDRdtJLiOpvvAxM8nDzlFug3ObLTW { width:18.5rem;height:18.5rem;top:37.125rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5Gyok0qNPJS8zJkrpFKslFG3cMECPZo { width:18.5rem;height:13.8125rem;top:56.3125rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkOipS2QGRZo3GSyHbRwMIfoM1GWlqLT { width:18.5rem;height:14.6875rem;top:71.1875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7BgvIokgMGdx74AXValz9UmQN2ug5GT { width:18.5rem;height:13.75rem;top:86.625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #otBpTVepZqA1em6DBq2EQ3dhD2NSqS3K { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#otBpTVepZqA1em6DBq2EQ3dhD2NSqS3K > .row .container { background-color: transparent; background-image: none; }#otBpTVepZqA1em6DBq2EQ3dhD2NSqS3K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#otBpTVepZqA1em6DBq2EQ3dhD2NSqS3K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#otBpTVepZqA1em6DBq2EQ3dhD2NSqS3K > .row .container > .video-iframe-container { display: none; }#otBpTVepZqA1em6DBq2EQ3dhD2NSqS3K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#otBpTVepZqA1em6DBq2EQ3dhD2NSqS3K > .row > .video-iframe-container { display: none; }#otBpTVepZqA1em6DBq2EQ3dhD2NSqS3K > .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); }#otBpTVepZqA1em6DBq2EQ3dhD2NSqS3K > .row .container { border-width: 0; border-radius: 0; }#otBpTVepZqA1em6DBq2EQ3dhD2NSqS3K > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#otBpTVepZqA1em6DBq2EQ3dhD2NSqS3K > .row .container { width:20rem;height:130.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ylZAi67hQnvThHIaVLTxbn58sOkQ3U87 { width:18.4980625rem;height:6.07510625rem;top:3.0322265625rem;left:0.75rem;font-size:1.6875rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #OcCQehrH8fQiA6QueWgAfS5QF78yGBkO { width:18.5rem;height:24.6875rem;top:10.1875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EROmk6EWCVf73vskGPJILsIAMoZK9SUg { width:20rem;height:131.75rem;top:1.0625rem;left:0rem;z-index:15008;display:none; }
 }@media only screen and (max-width: 763px) { #V3R2c6xNb159CeVftgHHX6kJQZXAPSTS { width:15.625rem;height:3rem;top:125.3125rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tG0AvIEaP8siciSrTvtsxxePlyrPETHI { display:block; }
 }@media only screen and (max-width: 763px) { #vO5KzAkTTnVsIlbZmuM0fATHWRmoR2TZ { width:18.5rem;height:5.52556875rem;top:117.9375rem;left:0.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwT543HiUMXfG7IpeaOa8nKRXdTV1kez { width:18.499625rem;height:11.54475rem;top:78.499643325806rem;left:0.74928975105287rem;font-size:1.0625rem;display:block; }#RwT543HiUMXfG7IpeaOa8nKRXdTV1kez li:before{  }
 }@media only screen and (max-width: 763px) { #uHRSbB8rcOHnQGbLOpEZu7GoPOOTDyGR { width:18.499625rem;height:2.76278125rem;top:74.5623216629rem;left:0.74928975105287rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFMBVdxKDZSo2rVnF7Tkx8mxObMixKCA { width:18.499625rem;height:12.4325rem;top:60.970349907875rem;left:0.74928975105287rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUqbtaJavd0zeJx6tvKLEcU1vhfzyNA7 { width:20rem;height:9.375rem;top:0rem;left:0rem;z-index:15008;display:none; }
 }@media only screen and (max-width: 763px) { #Lzcb0l4tR1MxJuO8ouvIvMSSCMbf9Cpb { width:14.875rem;height:5.75rem;top:110.4375rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlMKLgTtgeBzpGsvf82HuuR3NxzFEbHC { width:14.875rem;height:5.75rem;top:104.125rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9oJTeb2HDr7N4zKFtZt4NJWPaxPXbt4 { width:12.8125rem;height:2.7627875rem;top:105.625rem;left:3.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PnK15MJfnMI1KVrQArwf0dOnTcaATQhu { width:12.8125rem;height:4.14418125rem;top:98.5625rem;left:3.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2tgTbPgukP266twZUQmn77QuTxxGFTc { width:14.875rem;height:5.75rem;top:91.375rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQ92kW9aTbfOb8r7Fo2QDT2RuxmuH0am { width:14.25rem;height:3.896475rem;top:92.1875rem;left:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3u4JIbpiLFVq29focsIL4NLZ9QGfoEk { width:12.8125rem;height:2.7627875rem;top:111.9375rem;left:3.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZW1RpdStrgcoEtvieEcmDmf1EpA4k27 { width:18.5rem;height:24.625rem;top:34.9375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gmm9VWSJ12m3SvtyqCkFxgnRy9Oc0sEL { width:14.8125rem;height:5.6875rem;top:97.8125rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HnF5LPiDKwGmTH3xwTrRfEhmTXwlaWfH { display:block; }#HnF5LPiDKwGmTH3xwTrRfEhmTXwlaWfH > .row .container { width:20rem;height:47.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fswcI4UqPAyHilu8peTBbhSgGGxdc3DG { width:18.499375rem;height:32.049rem;top:12.590062141419rem;left:0.749783039093rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v3wNqLsq1yebG3d8ZTew2LqXfSmk35gR { width:18.4995rem;height:5.90465rem;top:5.3125rem;left:0.75rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HMJfb3PSOxX2OdsMGBMui2TK6gNL7SDG { width:20rem;height:42.0625rem;top:3.2492408752441rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRB7xgNeDP78vZQWIxr1paI7DhCgtv4X { background-color:#ffffff;background-image:none;display:block; }#IRB7xgNeDP78vZQWIxr1paI7DhCgtv4X > .row .container { background-color: transparent; background-image: none; }#IRB7xgNeDP78vZQWIxr1paI7DhCgtv4X::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IRB7xgNeDP78vZQWIxr1paI7DhCgtv4X > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IRB7xgNeDP78vZQWIxr1paI7DhCgtv4X > .row .container > .video-iframe-container { display: none; }#IRB7xgNeDP78vZQWIxr1paI7DhCgtv4X > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IRB7xgNeDP78vZQWIxr1paI7DhCgtv4X > .row > .video-iframe-container { display: none; }#IRB7xgNeDP78vZQWIxr1paI7DhCgtv4X > .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); }#IRB7xgNeDP78vZQWIxr1paI7DhCgtv4X > .row .container { width:20rem;height:55.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #miR1t5V4znndWSbMXVkAC8yATUcpF5pp { width:18.49875rem;height:9.8410625rem;top:2.3082389831543rem;left:0.74928975105287rem;font-size:1.3125rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #SyhCZRgEGuXXurxFSCZsZpkGVCC2wtvQ { width:19.9978125rem;height:4.39985625rem;top:23.75rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #VKORMTnpIqUReXGlVv0znM3iqOF2WGaI .widget-regular-label { width:13.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VKORMTnpIqUReXGlVv0znM3iqOF2WGaI .widget-input-text { width:13.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#ffffff;background-image:none; }
#VKORMTnpIqUReXGlVv0znM3iqOF2WGaI .widget-input-text {padding-top: 0; padding-bottom: 0;}#VKORMTnpIqUReXGlVv0znM3iqOF2WGaI .widget-textarea { width:13.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#ffffff;background-image:none; }
#VKORMTnpIqUReXGlVv0znM3iqOF2WGaI .widget-input-select { width:13.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#VKORMTnpIqUReXGlVv0znM3iqOF2WGaI .widget-input-select {padding-top: 0; padding-bottom: 0;}#VKORMTnpIqUReXGlVv0znM3iqOF2WGaI .widget-input-button { width:13.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;color:#1d414b;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important; }
#VKORMTnpIqUReXGlVv0znM3iqOF2WGaI .widget-checkbox-label { width:12.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VKORMTnpIqUReXGlVv0znM3iqOF2WGaI  { width:13.9371875rem;height:auto;top:28.125rem;left:1.75rem;background-color:transparent;background-image:none; }
#VKORMTnpIqUReXGlVv0znM3iqOF2WGaI .radio-container { width:13.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#VKORMTnpIqUReXGlVv0znM3iqOF2WGaI {display:block;}#VKORMTnpIqUReXGlVv0znM3iqOF2WGaI { width:13.9371875rem;height:auto;top:28.125rem;left:1.75rem;background-color:transparent;background-image:none; }
 }@media only screen and (max-width: 763px) { #VKORMTnpIqUReXGlVv0znM3iqOF2WGaI #fpUIGovVkvi89HageWiQTshdsqSVDkwg {  }
 }@media only screen and (max-width: 763px) { #VKORMTnpIqUReXGlVv0znM3iqOF2WGaI #UhpLzzztGund9fX2Tn555sy8na7pT09T {  }
 }@media only screen and (max-width: 763px) { #VKORMTnpIqUReXGlVv0znM3iqOF2WGaI #J7nBi7m5gdAarOSUIzVefVFc9wUr6ApT {  }
 }@media only screen and (max-width: 763px) { #VKORMTnpIqUReXGlVv0znM3iqOF2WGaI #a0GLNxb397qBX0209WsoOxloCA4aiDuK {  }
 }@media only screen and (max-width: 763px) { #VKORMTnpIqUReXGlVv0znM3iqOF2WGaI #ZwOEp2QJHb1zQ5zp5hJHzVRAnFCULUrw {  }
 }@media only screen and (max-width: 763px) { #VKORMTnpIqUReXGlVv0znM3iqOF2WGaI #wxR9FmWVbSIAGENawdTK1foQhINCy7l2 {  }
 }@media only screen and (max-width: 763px) { #VKORMTnpIqUReXGlVv0znM3iqOF2WGaI #CPoOBqz4d2UQTi8wG6KFE4B0SFSr9OXT {  }
 }@media only screen and (max-width: 763px) { #VKORMTnpIqUReXGlVv0znM3iqOF2WGaI #mlOevR2BpVSxRUlov2vmd197ITR39XkB {  }
 }@media only screen and (max-width: 763px) { #VKORMTnpIqUReXGlVv0znM3iqOF2WGaI #ZRJXolOvquFyT1g5Tz3STiv047DAi1yy {  }
 }@media only screen and (max-width: 763px) { #VKORMTnpIqUReXGlVv0znM3iqOF2WGaI #VOh53npFMZF5s79EiJ6qTyiHKukweCpZ {  }
 }@media only screen and (max-width: 763px) { #VKORMTnpIqUReXGlVv0znM3iqOF2WGaI #GZtc6WDF5Pyu3mxysFU8fHHGlLqie56K {  }
 }@media only screen and (max-width: 763px) { #VKORMTnpIqUReXGlVv0znM3iqOF2WGaI #Ks91EmUclEwMhaoOQTyUu8OmdyJQlAXT {  }
 }@media only screen and (max-width: 763px) { #VKORMTnpIqUReXGlVv0znM3iqOF2WGaI #aPQn7nwKD7i7EQSScBIirlpaV4MU1LSm {  }
 }@media only screen and (max-width: 763px) { #VKORMTnpIqUReXGlVv0znM3iqOF2WGaI #BxDDVrb3vzqAsky826qIx5TA20eBBL9e {  }
 }@media only screen and (max-width: 763px) { #VKORMTnpIqUReXGlVv0znM3iqOF2WGaI #Lr0aMJZvxakqOKbJgwV39gzJIqsLPw1d {  }
 }@media only screen and (max-width: 763px) { #VKORMTnpIqUReXGlVv0znM3iqOF2WGaI #n4MB2lAmEdGL2TQlJiDJ475kmDbOR5ad {  }
 }@media only screen and (max-width: 763px) { #VKORMTnpIqUReXGlVv0znM3iqOF2WGaI #X2AZBEqO44OrNmAfKUrPaI1ydNepvD3P {  }
 }@media only screen and (max-width: 763px) { #EZSUFQ0g70EBloRmD6IkMuZM3if0vzPi { width:20rem;height:31.6875rem;top:21.374786376953rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKNgtkeWnEXPhz4MxAULJfgbuTABGfb9 { width:19.2489375rem;height:3.18715rem;top:13.18714427948rem;left:0.37464487552643rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #vQKxR5qTEiTbeLfUOdOMOLwuLOXr9kNP { width:18.5rem;height:3.18714375rem;top:17.0625rem;left:0.8125rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #KXQTvG0Vc4Ky4mXp3OOUPTlExFbS4Zq3 { display:block; }#KXQTvG0Vc4Ky4mXp3OOUPTlExFbS4Zq3 > .row .container { width:20rem;height:16.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hrc0GdbHL8UgAMhQowKmuSF36wfs1c5T { width:18.499875rem;height:3.65411875rem;top:9.1270637512206rem;left:0.74924051761625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TylIlclD9v2JmR3GQcVi48IHMfhZAawD { width:7.0623125rem;height:6.937125rem;top:1.3192462921143rem;left:6.4675068855288rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kpf5xvkmSbS0VS4nlhlWt89wba2bA80P { width:20rem;height:1.21853125rem;top:13.845489501953rem;left:0rem;font-size:0.9375rem;display:block; }
 }