.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:245,230,239;--color-primary-1:230,168,208;--color-primary-2:206,129,177;--color-primary-3:188,113,160;--color-primary-4:107,37,80;--color-secondary-0:242,233,247;--color-secondary-1:213,181,227;--color-secondary-2:170,107,199;--color-secondary-3:85,54,100;--color-secondary-4:26,16,30;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:104,104,104;--color-tertiary-4:0,0,0;--headlines-font-family:"Neuton";--paragraphs-font-family:"Neuton"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Medupxi4SNMHysAIbbKTtEe44pHokloh { 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;z-index:auto;display:block; }#Medupxi4SNMHysAIbbKTtEe44pHokloh > .row .container { background-color: transparent; background-image: none; }#Medupxi4SNMHysAIbbKTtEe44pHokloh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Medupxi4SNMHysAIbbKTtEe44pHokloh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Medupxi4SNMHysAIbbKTtEe44pHokloh > .row .container > .video-iframe-container { display: none; }#Medupxi4SNMHysAIbbKTtEe44pHokloh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Medupxi4SNMHysAIbbKTtEe44pHokloh > .row > .video-iframe-container { display: none; }#Medupxi4SNMHysAIbbKTtEe44pHokloh > .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); }#Medupxi4SNMHysAIbbKTtEe44pHokloh > .row .container { border-width: 0; border-radius: 0; }#Medupxi4SNMHysAIbbKTtEe44pHokloh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Medupxi4SNMHysAIbbKTtEe44pHokloh > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:60rem;position:relative;display:block; }#ZAOGGZ0BJWrJydyXuyXSZn0EqshWTBH1 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:1.25rem;left:22.25rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZJTQJZ8boo6xOEaiWXdargOEPRZ8Z5xr { position:absolute;display:block;z-index:15008;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:7.5rem;top:3.9375rem;left:26.25rem;display:block; }
#lRsBnIiC0dJv9RZEC6Lk0cEU0S9ybghI { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.5rem;height:1.875rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:1.5625rem;left:-0.75rem;display:block; }
#HCD56nu3Kmr5KDpm2E54bG08qcDuSc9p { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#F1QIZveSbQBv4ItagLzxQiX0fti0rH3L { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:1.875rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:1.5625rem;left:10rem;display:block; }
#FPizIBwZpEATJyeToMa2NdFLVsRnXdtJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ypeEKUFPypGLdPAwZFzh5ypIpDMxLNQf { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.9375rem;height:1.875rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:1.5625rem;left:41.6875rem;display:block; }
#fRfnfOQxITnaVZisQhJDkT1oWKguA5sm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eEm9CMZ9eBy9AQG82AfilwS3PPegiupw { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.4375rem;height:1.875rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:1.5625rem;left:53.5rem;display:block; }
#NM1T6oG1IQxhS5SCkWGdtKqVZ59UlIdV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { 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/MEZDyn98La8/unsplash/luis-tosta-MEZDyn98La8-photo-1494955870715-979ca4f13bf0.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; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.adaptive-delivery-prevent-bg, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyload, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyloading { background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:0.875rem;font-family:arial;height:14.8125rem;width:60rem;position:relative;display:block; }#QnTTJSnkEbJ7grZTe6C0wWBFl0qq2U3v { position:relative;display:block; }#QnTTJSnkEbJ7grZTe6C0wWBFl0qq2U3v { background-color: transparent; background-image: none; }#QnTTJSnkEbJ7grZTe6C0wWBFl0qq2U3v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QnTTJSnkEbJ7grZTe6C0wWBFl0qq2U3v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QnTTJSnkEbJ7grZTe6C0wWBFl0qq2U3v > .row .container > .video-iframe-container { display: none; }#QnTTJSnkEbJ7grZTe6C0wWBFl0qq2U3v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QnTTJSnkEbJ7grZTe6C0wWBFl0qq2U3v > .row > .video-iframe-container { display: none; }#QnTTJSnkEbJ7grZTe6C0wWBFl0qq2U3v > .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); }#QnTTJSnkEbJ7grZTe6C0wWBFl0qq2U3v { border-width: 0; border-radius: 0; }#QnTTJSnkEbJ7grZTe6C0wWBFl0qq2U3v > .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; }#QnTTJSnkEbJ7grZTe6C0wWBFl0qq2U3v > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:40.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#DJ9i2KFEWcTEdUs6931F8TL3T6C8DPMz { color:#433c3f;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:4.5625rem;left:0rem;height:;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; }
#VMgi93c8RoRbM7xtH9oPigFSIHqZ04bg { color:#433c3f;display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:8.8125rem;left:0rem;height:1.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IXcVrNoeioyrPkA2nS0447DcgkSP3eUn { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:13rem;width:24.875rem;top:13.125rem;left:35rem;overflow:hidden;display:block; }
#MFRCbdE6DChmHP4M2AZgxVsesTeR6Tml { color:#433c3f;display:block;width:33.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:12.8125rem;left:0rem;height:26.5625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Z8oy5aEEbBNsXQvWGTGJGtZuVK7b5pBS { box-sizing:content-box;color:#b4b1b2;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15026;top:1.9375rem;left:28.9375rem;display:block; }
#tVdkDnxIVQ85WXM5HpKBRJGCiVgaymdd { position:absolute;display:block;z-index:15008;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.4375rem;top:3rem;left:24.4375rem;display:block; }
#h8v6Emcil0I5ftapRu2puIlS7Ftcp2b6 { position:absolute;display:block;z-index:15009;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.4375rem;top:3rem;left:32.125rem;display:block; }
#KX0TokQHNe86zGvQ8VXCO02a1C9FaFgp { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.21) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:2.5rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:26.6875rem;left:40.5625rem;display:block; }
#ObN6F6SGVDBp1MEyBDIXJ8Bpr9VIFI2o { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gtBuOlyq6l3foa23hBGTCMqKz456qVyb { 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; }#gtBuOlyq6l3foa23hBGTCMqKz456qVyb > .row .container { background-color: transparent; background-image: none; }#gtBuOlyq6l3foa23hBGTCMqKz456qVyb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gtBuOlyq6l3foa23hBGTCMqKz456qVyb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gtBuOlyq6l3foa23hBGTCMqKz456qVyb > .row .container > .video-iframe-container { display: none; }#gtBuOlyq6l3foa23hBGTCMqKz456qVyb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gtBuOlyq6l3foa23hBGTCMqKz456qVyb > .row > .video-iframe-container { display: none; }#gtBuOlyq6l3foa23hBGTCMqKz456qVyb > .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); }#gtBuOlyq6l3foa23hBGTCMqKz456qVyb > .row .container { border-width: 0; border-radius: 0; }#gtBuOlyq6l3foa23hBGTCMqKz456qVyb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gtBuOlyq6l3foa23hBGTCMqKz456qVyb > .row .container { font-size:0.875rem;font-family:arial;height:37.1875rem;width:60rem;position:relative;display:block; }#OpVE4BoOKrZ5uaBeWDdGzdZ3eDJ5Id2X { position:absolute;display:block;z-index:15000;background-color:#c5b39a;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.125rem 0.125rem 0.1875rem rgba(var(--color-tertiary-4),0.19) ;height:22.8125rem;width:18.9375rem;top:9rem;left:0rem;display:block; }
#PRP7TCx8XhZNIRBEw6hr0yz0s6kT2efS { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:14.9375rem;left:1.0625rem;height:2.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#l4DG0apyf1mZ72QkG0VMp8XU5LdTstn6 { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15009;line-height:1.6;letter-spacing:0;top:18.25rem;left:1rem;height:7.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ze8GzdpCuAyde06qQOymplvWg0n6HkG8 { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.125rem 0.125rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;height:22.8125rem;width:18.9375rem;top:9rem;left:20.5625rem;display:block; }
#EAD1WHTf8IqT4uwuvcNdm8TBonxH6Vyy { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15013;line-height:1.6;letter-spacing:0;top:18.25rem;left:21.5625rem;height:7.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GsT0N19tVNpsUlSQ0OII5w5hpUAa88u5 { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:14.9375rem;left:21.5625rem;height:2.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TAnsmONfElUFzTxwhSKK8vNVLrWaeyXi { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.125rem 0.125rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;height:22.8125rem;width:18.9375rem;top:9rem;left:41.0625rem;display:block; }
#xLQimyVg59witT351yABvT9UklOeTrCS { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15017;line-height:1.6;letter-spacing:0;top:18.25rem;left:42.0625rem;height:6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#THQxPn0vNJTmzitBaqL0x8psFMRhLCx4 { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:14.9375rem;left:42.0625rem;height:2.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IM3WM1rrWlohHcsOvtX53ZGO4ZkXsB1x { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:3.5rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15018;top:10.375rem;left:7rem;display:block; }
#WqhidczP1NQqXwLUfs3uJcWxppxKaKHE { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:3.5rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15019;top:10.375rem;left:27.5rem;display:block; }
#L1O8UptNOaSN04gIr35rObpefXgNnbPQ { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:3.5rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15020;top:10.375rem;left:48.0625rem;display:block; }
#h7EChehHpZq0twWQ1psnUDywEZ0tRPww { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:25rem;left:1.0625rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kOAG0JGanVc8TliR5hIZh8WJO8ZTnVlv { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:25rem;left:21.5625rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TDAz6CwgAmrI0ErtOrRX8tnRKfxK5lxA { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:25rem;left:42.125rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rkL3NWGdEaQ7lVwdI3z742KeqqOrJ8SA { color:#433c3f;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:3.4375rem;left:0rem;height:3.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zP7X27XolJhIukhSJrKW5fQhD5TUUWTA { position:absolute;display:block;z-index:15005;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.4375rem;top:2.75rem;left:24.5rem;display:block; }
#MadAhcCt7SMGKEhA6L5b5zpT8OyyUPf3 { box-sizing:content-box;color:#b4b1b2;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15023;top:1.6875rem;left:29rem;display:block; }
#KTThzMWsGZf7tuZL8fekbLZ4JT6Rcfmc { position:absolute;display:block;z-index:15006;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.4375rem;top:2.75rem;left:32.1875rem;display:block; }
#FyIxPTKnLPdVVG4IyIZBlVn5OXXuqUoS { color:#433c3f;display:block;width:50.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:34rem;left:0rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sxFMsRCZ34ZNZv5WQlfzT9orVugCZCNy { position:absolute;display:block;z-index:15027;background-color:#eaeaea;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:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;height:1.875rem;width:12.5rem;top:8.25rem;left:23.75rem;display:block; }
#iu4t7neERkryZmV7lgr3Ah3c3k8NPvie { color:#433c3f;display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15028;line-height:1.3;letter-spacing:0;top:8.375rem;left:0rem;height:1.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xACyFpqTis8Qq0UNDZ906HncX8XBzCAM { background-color:transparent;background-image: -webkit-linear-gradient(174deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(174deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(174deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(174deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(174deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.21) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.75rem;height:2.5rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:27.75rem;left:5.09375rem;display:block; }
#iupLP7sclBICOFLCAFJ4ccbmifRekNeD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TOCgxGmx1A8D1u4tSs4RNHCd8tDJqZ7r { background-color:transparent;background-image: -webkit-linear-gradient(174deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(174deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(174deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(174deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(174deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.21) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.75rem;height:2.5rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:27.75rem;left:25.625rem;display:block; }
#wwtkNs5OSpwimbFI7KnsOSvl3Xodn7VT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wgoRl3mcx0qQEBiikQIfT7gkhLf3oH7G { background-color:transparent;background-image: -webkit-linear-gradient(174deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(174deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(174deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(174deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(174deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.21) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.75rem;height:2.5rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:27.75rem;left:46.15625rem;display:block; }
#x3fySVFUuRIQqe6kTgp19uqkqiSBfEk5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TIZ1ThdTCuzqTeZrorz2dTWbK1hHDQ7p { position:absolute;display:block;z-index:14999;background-color:#f1f1f1;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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:3.125rem;width:60rem;top:33.03125rem;left:0rem;display:block; }
#Qbx2b4PMOFeVW8Nugg4RmP3ImDuDVdTK { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.21) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.75rem;height:2.5rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:33.375rem;left:50.5625rem;display:block; }
#fcDFWZ4KSw6z0asmiQXczXB0Slrro76o { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DRUDzPv7lu3hv9X3ZCtlbb0eI5KIn555 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/wZrKG4N7/Medicine_bg.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#DRUDzPv7lu3hv9X3ZCtlbb0eI5KIn555.adaptive-delivery-prevent-bg, #DRUDzPv7lu3hv9X3ZCtlbb0eI5KIn555.lazyload, #DRUDzPv7lu3hv9X3ZCtlbb0eI5KIn555.lazyloading { background-image: none; }#DRUDzPv7lu3hv9X3ZCtlbb0eI5KIn555 > .row .container { background-color: transparent; background-image: none; }#DRUDzPv7lu3hv9X3ZCtlbb0eI5KIn555::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),1); }#DRUDzPv7lu3hv9X3ZCtlbb0eI5KIn555 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DRUDzPv7lu3hv9X3ZCtlbb0eI5KIn555 > .row .container > .video-iframe-container { display: none; }#DRUDzPv7lu3hv9X3ZCtlbb0eI5KIn555 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),1); }#DRUDzPv7lu3hv9X3ZCtlbb0eI5KIn555 > .row > .video-iframe-container { display: none; }#DRUDzPv7lu3hv9X3ZCtlbb0eI5KIn555 > .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); }#DRUDzPv7lu3hv9X3ZCtlbb0eI5KIn555 > .row .container { border-width: 0; border-radius: 0; }#DRUDzPv7lu3hv9X3ZCtlbb0eI5KIn555::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; }#DRUDzPv7lu3hv9X3ZCtlbb0eI5KIn555 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DRUDzPv7lu3hv9X3ZCtlbb0eI5KIn555 > .row .container { font-size:0.875rem;font-family:arial;height:32.25rem;width:60rem;position:relative;display:block; }#vH1O8KtzCULXuIx7ONhaf1suBK7kzLcH { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:300;z-index:15033;line-height:.9;letter-spacing:0;top:7.625rem;left:0rem;height:2.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Age3MEcSNAp56OSBcvZ70PaNgnmyXqGN { color:rgba(var(--color-tertiary-0),1);display:block;width:32.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15033;line-height:1.4;letter-spacing:0;top:12.25rem;left:0rem;height:15.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#L9u09MAmXTg6GFTHFOVEK4ydDsK4sSaW { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15026;top:3.625rem;left:4.75rem;display:block; }
#CJ8t45WH9tokmKkaz3DNX7vUzQ7lXRdl { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.4375rem;top:4.625rem;left:0rem;display:block; }
#GlgTJMsx4mfmDSkKUM8IgablN8oH56Jg { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.4375rem;top:4.625rem;left:7.6875rem;display:block; }
#XAN2MracbtBVWunHh0uVRmc1FwSDI5Gv .widget-form-header {  }
#XAN2MracbtBVWunHh0uVRmc1FwSDI5Gv .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);width:19.375rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal; }
#XAN2MracbtBVWunHh0uVRmc1FwSDI5Gv .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#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:19.375rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);font-weight:300;font-style:normal;line-height:1.1; }
#XAN2MracbtBVWunHh0uVRmc1FwSDI5Gv .widget-input-text {padding-top: 0; padding-bottom: 0;}#XAN2MracbtBVWunHh0uVRmc1FwSDI5Gv .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:19.375rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);font-weight:300;font-style:normal;line-height:1.1; }
#XAN2MracbtBVWunHh0uVRmc1FwSDI5Gv .widget-input-select { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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:19.375rem;box-sizing:border-box;height:2.5rem;color:#2f2f2f;font-family:var(--paragraphs-font-family);font-size:0.9375rem;overflow:hidden;font-weight:300;font-style:normal;line-height:1.1; }
#XAN2MracbtBVWunHh0uVRmc1FwSDI5Gv .widget-input-select {padding-top: 0; padding-bottom: 0;}#XAN2MracbtBVWunHh0uVRmc1FwSDI5Gv .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#XAN2MracbtBVWunHh0uVRmc1FwSDI5Gv .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#XAN2MracbtBVWunHh0uVRmc1FwSDI5Gv .widget-input-button { 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:rgba(var(--color-primary-2),1);background-image:none;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.125rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);width:19.375rem;height:2.8125rem;font-family:var(--paragraphs-font-family);overflow:hidden;font-style:normal; }
#XAN2MracbtBVWunHh0uVRmc1FwSDI5Gv [class*="-text"]:-moz-placeholder { color:#2f2f2f;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;font-style:normal; }
#XAN2MracbtBVWunHh0uVRmc1FwSDI5Gv [class*="-text"]::-moz-placeholder { color:#2f2f2f;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;font-style:normal; }
#XAN2MracbtBVWunHh0uVRmc1FwSDI5Gv [class*="-text"]:-ms-input-placeholder { color:#2f2f2f;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;font-style:normal; }
#XAN2MracbtBVWunHh0uVRmc1FwSDI5Gv [class*="-text"]::-webkit-input-placeholder { color:#2f2f2f;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;font-style:normal; }
#XAN2MracbtBVWunHh0uVRmc1FwSDI5Gv .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1;font-size:0.6875rem;font-weight:300;color:rgba(var(--color-primary-2),1);vertical-align:top;width:17.9375rem;overflow:hidden;font-style:normal;text-align:right;text-align-last:right; }
#XAN2MracbtBVWunHh0uVRmc1FwSDI5Gv .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; }
#XAN2MracbtBVWunHh0uVRmc1FwSDI5Gv .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#XAN2MracbtBVWunHh0uVRmc1FwSDI5Gv .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#XAN2MracbtBVWunHh0uVRmc1FwSDI5Gv .widget-container:first-of-type{padding-top:0;}#XAN2MracbtBVWunHh0uVRmc1FwSDI5Gv .widget-container:last-of-type{padding-bottom:0;}#XAN2MracbtBVWunHh0uVRmc1FwSDI5Gv  { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15034;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.1875rem 0.1875rem 0.5625rem rgba(var(--color-tertiary-4),0.2) ;position:absolute;top:1.90625rem;left:38.1875rem; }
#XAN2MracbtBVWunHh0uVRmc1FwSDI5Gv .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:19.375rem; }
#XAN2MracbtBVWunHh0uVRmc1FwSDI5Gv .widget-info-text { display:block;height:auto;font-family:"open sans";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; }
#XAN2MracbtBVWunHh0uVRmc1FwSDI5Gv {display:block;}#XAN2MracbtBVWunHh0uVRmc1FwSDI5Gv { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15034;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.1875rem 0.1875rem 0.5625rem rgba(var(--color-tertiary-4),0.2) ;position:absolute;top:1.90625rem;left:38.1875rem; }
#XAN2MracbtBVWunHh0uVRmc1FwSDI5Gv #aTgnvQgDTU3Q0WXfrUqJ6VRanen6fkzd { position:relative; }
#XAN2MracbtBVWunHh0uVRmc1FwSDI5Gv #QwmsyBaUADpSPboL5uDp0TE4QCrd4TFy { position:relative;display:block; }
#XAN2MracbtBVWunHh0uVRmc1FwSDI5Gv #B82ful6L8QepZ6HsJGNgPi5cSTHZKOgz { position:relative; }
#XAN2MracbtBVWunHh0uVRmc1FwSDI5Gv #sQFuMM1aZ1F575xFveKo1Rsxwh19hJ5d { position:relative; }
#XAN2MracbtBVWunHh0uVRmc1FwSDI5Gv #HK5Wqcofqnb36PxGfyVC3VTUJDfTw1sM { position:relative;display:block; }
#XAN2MracbtBVWunHh0uVRmc1FwSDI5Gv #p6UJkXehw87cJaG9cs3ecnezw51Bg8LI { position:relative; }
#XAN2MracbtBVWunHh0uVRmc1FwSDI5Gv #aLQalssnzrgi0yBTnsXDqshzhTAwvPJN { position:relative; }
#XAN2MracbtBVWunHh0uVRmc1FwSDI5Gv #vElUDUMdo5NKmqk4ZMXa1dmgmL1XLqHI { position:relative;display:block; }
#XAN2MracbtBVWunHh0uVRmc1FwSDI5Gv #UGcqq7DBLrbTdCZ6wXgOO1DibBih0PzB { position:relative; }
#XAN2MracbtBVWunHh0uVRmc1FwSDI5Gv #V75ixuLBkyBoh3sq3Q069oJZ0XAyqclx { position:relative; }
#XAN2MracbtBVWunHh0uVRmc1FwSDI5Gv #THxARoeZGGMwO6pR6Tx6FTTTlvNPZCan { position:relative;display:block; }
#XAN2MracbtBVWunHh0uVRmc1FwSDI5Gv #Tai5H4ISAL8UNXMkQ31xNoTanTbLRS5X { position:relative; }
#XAN2MracbtBVWunHh0uVRmc1FwSDI5Gv #afDPCr3Be5xz1DeG48WaE3F7AfUvNvmM { position:relative; }
#XAN2MracbtBVWunHh0uVRmc1FwSDI5Gv #sznpiLrdxyB7DdbQxKH86JssDM8f3SXr { position:relative;display:block; }
#XAN2MracbtBVWunHh0uVRmc1FwSDI5Gv #NTnKeWmVu3XpBhk9TfXlWZLIOxQxWelH { position:relative; }
#XAN2MracbtBVWunHh0uVRmc1FwSDI5Gv #UUbDPyqKL4qyGav5KagBB3nIIBQU4Cwm { position:relative; }
#XAN2MracbtBVWunHh0uVRmc1FwSDI5Gv #a7SRSUUF6E7gqy7osQ8PhVoGKi36EEVE { position:relative;display:block; }
#XAN2MracbtBVWunHh0uVRmc1FwSDI5Gv #cIBOSfHC9x9Xr05HElPs8cHnf9B5JbaV { position:relative; }
#XAN2MracbtBVWunHh0uVRmc1FwSDI5Gv #p7opldKXRxHz3ookoTgF9CdPh8c5tWtJ { position:relative; }
#XAN2MracbtBVWunHh0uVRmc1FwSDI5Gv #VT2igCNklMxUiwrXyy1LdV2rmtERnDHT { position:relative;z-index:2; }
#XAN2MracbtBVWunHh0uVRmc1FwSDI5Gv #ySIFIaLoWO0TdrhbHA3aIcQuTfHWviWi { position:relative; }
#NcePZKTFtAiWuKIz57bwTbeX9KQLU6xH { position:relative;display:block; }
#wEp50qNTraM3QdrzUODxHtOMEmtJi04u { position:relative;display:block; }
#ITnHLTFZHrwieed0pHcGcfXMSbq8o7AT { position:relative;display:block; }
#KbRXBGEzTiFax3eraAi3Atz7tmTodvOq { position:relative;display:block; }
#zTw0JJS2QUp3iVCT7TJKErVLhoHpZxFP { position:relative;display:block; }
#XAN2MracbtBVWunHh0uVRmc1FwSDI5Gv #VGlwX4tMPd5MucHD31uPIeBwh259lieA { position:relative; }
#XAN2MracbtBVWunHh0uVRmc1FwSDI5Gv #RmTX27yX5PslT9mSgNBtMGQTy5hTJgtq { position:relative; }
#T5TL26FqaJ6MzC6szw0050eTy4dMBAgm { position:absolute;display:block;z-index:15035;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #dcdcdc, rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(180deg, #dcdcdc, rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(180deg, #dcdcdc, rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(180deg, #dcdcdc, rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcdcdc', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcdcdc', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(180deg, #dcdcdc, rgba(var(--color-tertiary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:21.875rem;top:1.8125rem;left:38.1875rem;display:block; }
#loFZFgn6M2dCLU2Oe39CPQ0klRZS6TnF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #d3d3d3, #f5f5f5);background-image: -moz-linear-gradient(180deg, #d3d3d3, #f5f5f5);background-image: -ms-linear-gradient(180deg, #d3d3d3, #f5f5f5);background-image: -o-linear-gradient(180deg, #d3d3d3, #f5f5f5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3d3d3', endColorstr='#f5f5f5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3d3d3', endColorstr='#f5f5f5' );";background-image: linear-gradient(180deg, #d3d3d3, #f5f5f5);background-size:auto !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; }#loFZFgn6M2dCLU2Oe39CPQ0klRZS6TnF > .row .container { background-color: transparent; background-image: none; }#loFZFgn6M2dCLU2Oe39CPQ0klRZS6TnF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#loFZFgn6M2dCLU2Oe39CPQ0klRZS6TnF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#loFZFgn6M2dCLU2Oe39CPQ0klRZS6TnF > .row .container > .video-iframe-container { display: none; }#loFZFgn6M2dCLU2Oe39CPQ0klRZS6TnF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#loFZFgn6M2dCLU2Oe39CPQ0klRZS6TnF > .row > .video-iframe-container { display: none; }#loFZFgn6M2dCLU2Oe39CPQ0klRZS6TnF > .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); }#loFZFgn6M2dCLU2Oe39CPQ0klRZS6TnF > .row .container { border-width: 0; border-radius: 0; }#loFZFgn6M2dCLU2Oe39CPQ0klRZS6TnF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#loFZFgn6M2dCLU2Oe39CPQ0klRZS6TnF > .row .container { font-size:0.875rem;font-family:arial;height:0.625rem;width:60rem;position:relative;display:block; }#PHcU0FuGv7wC3HkgaoVPhei0rZnOF0JV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;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; }#PHcU0FuGv7wC3HkgaoVPhei0rZnOF0JV > .row .container { background-color: transparent; background-image: none; }#PHcU0FuGv7wC3HkgaoVPhei0rZnOF0JV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PHcU0FuGv7wC3HkgaoVPhei0rZnOF0JV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PHcU0FuGv7wC3HkgaoVPhei0rZnOF0JV > .row .container > .video-iframe-container { display: none; }#PHcU0FuGv7wC3HkgaoVPhei0rZnOF0JV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PHcU0FuGv7wC3HkgaoVPhei0rZnOF0JV > .row > .video-iframe-container { display: none; }#PHcU0FuGv7wC3HkgaoVPhei0rZnOF0JV > .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); }#PHcU0FuGv7wC3HkgaoVPhei0rZnOF0JV > .row .container { border-width: 0; border-radius: 0; }#PHcU0FuGv7wC3HkgaoVPhei0rZnOF0JV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PHcU0FuGv7wC3HkgaoVPhei0rZnOF0JV > .row .container { font-size:0.875rem;font-family:arial;height:30rem;width:60rem;position:relative;display:block; }#JbnzIqqPrlwlxBzlwx8deAz6fRCIkT9k { color:#433c3f;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.1875rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:3.375rem;left:0rem;height:4.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZzhrNR0xCZFKJ7g32WW1G7MwkK2TifsP { position:absolute;display:block;z-index:15001;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.4375rem;top:2.6875rem;left:24.5rem;display:block; }
#AaatXJo1wxwvkZdKTpeXSzBkOBHgCLxM { position:absolute;display:block;z-index:15002;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.4375rem;top:2.6875rem;left:32.1875rem;display:block; }
#q1Zmt5TRLQw1Z0wyD53lgwiwlaD6J1D6 { color:rgba(var(--color-tertiary-3),1);display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15002;line-height:1.8;letter-spacing:0;top:14.5rem;left:1.75rem;height:6.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cEIsyPC6rJEBkbS4doSE7cyVgsLcTcVV { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.125rem;width:19rem;top:9.125rem;left:0rem;display:block; }
#MIcvaSwFB7U9fz1riWpC9kuS3LMKKzLE { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:3.25rem;top:22.1875rem;left:8rem;display:block; }
#UiyNAlfiVGga9R1tBzeiT5fID8ZeDtNP { color:rgba(var(--color-tertiary-3),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:23.25rem;left:1.1875rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vUpMui05Q5xs1pZI3Ta7yudVdu7Bv6h9 { color:rgba(var(--color-tertiary-4),1);display:block;width:5.25rem;position:absolute;font-family:"open sans";font-size:7.5rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:9.125rem;left:0.9375rem;height:9.75rem;font-style:normal;display:block; }
#TAaNnlfE49pu45xbTreLDkSO2TqCcrvb { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.125rem;width:19rem;top:9.1875rem;left:41rem;display:block; }
#KXLncHEa6VeQnDgbeDfGrpTrDsBtfyCc { color:rgba(var(--color-tertiary-3),1);display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15009;line-height:1.8;letter-spacing:0;top:14.5625rem;left:42.75rem;height:6.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Nvos88quhKECnQM3fr6cKRsxS6MwTHtB { color:rgba(var(--color-tertiary-3),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:23.25rem;left:42.0625rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BGSwWaSwTGRrkP4hA7AFnz1IpyaSg8pp { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:3.25rem;top:22.1875rem;left:48.875rem;display:block; }
#qE7B4VDg51DKKQsQRUBW8OvOmentolMO { color:rgba(var(--color-primary-2),1);display:block;width:5.25rem;position:absolute;font-family:"open sans";font-size:7.5rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:9.1875rem;left:41.9375rem;height:9.75rem;font-style:normal;display:block; }
#rmTgdeIsFzWrBaboSxN57S0ThskSSy0S { position:absolute;display:block;z-index:14998;background-color:#deccb3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.1875rem;width:19rem;top:8.4375rem;left:20.5rem;display:block; }
#azP3bnCICt0GnLrOrKX4yME7dpVy3A9C { box-sizing:content-box;color:#b4b1b2;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15019;top:1.6875rem;left:29.25rem;display:block; }
#haRxsGZZCxb0OySeR1cvuPpgkxJT7COn { color:#433c3f;display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:14998;line-height:1.4;letter-spacing:0;top:14.8125rem;left:21.625rem;height:13.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mMdW2uiTJWDkhz8k9egtOpGLZKfB9Vad { color:#433c3f;display:block;width:18.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:12.1875rem;left:20.5625rem;height:1.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sIvSa3x9ErNk4F3WTql9eURM4uSAhLTO { position:absolute;display:block;z-index:15005;background-color:#433c3f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:3.25rem;top:26.6875rem;left:28.5rem;display:block; }
#AWO1SHd26Ty2CQI8lmmcfCgodM1HqaiK { position:absolute;display:block;z-index:15006;background-color:#433c3f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:3.25rem;top:11rem;left:28.5rem;display:block; }
#I3Eg28mZizJS4xtOsLRT79DEmkN098U0 { position:relative;display:block; }#I3Eg28mZizJS4xtOsLRT79DEmkN098U0 { background-color: transparent; background-image: none; }#I3Eg28mZizJS4xtOsLRT79DEmkN098U0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I3Eg28mZizJS4xtOsLRT79DEmkN098U0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I3Eg28mZizJS4xtOsLRT79DEmkN098U0 > .row .container > .video-iframe-container { display: none; }#I3Eg28mZizJS4xtOsLRT79DEmkN098U0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I3Eg28mZizJS4xtOsLRT79DEmkN098U0 > .row > .video-iframe-container { display: none; }#I3Eg28mZizJS4xtOsLRT79DEmkN098U0 > .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); }#I3Eg28mZizJS4xtOsLRT79DEmkN098U0 { border-width: 0; border-radius: 0; }#I3Eg28mZizJS4xtOsLRT79DEmkN098U0 > .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; }#I3Eg28mZizJS4xtOsLRT79DEmkN098U0 > .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:79.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#T0TMr8aAsCce390P17ExlrStLvKtmMg3 { color:#433c3f;display:block;width:28.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:5.3125rem;left:0rem;height:;font-style:normal;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; }
#NyPMNMXriyG7ND3UTgPKxeTD8OsLkfur { color:#433c3f;display:block;width:28.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:8.9375rem;left:0rem;height:9.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CoLpTlO3m90ayiNTUgvWtVf6K2nEwdiX { box-sizing:content-box;color:#b4b1b2;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15026;top:1.9375rem;left:28.9375rem;display:block; }
#m2rlqIwd5OW3c7FJXN5e75LapfSoCusR { position:absolute;display:block;z-index:15008;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.4375rem;top:3rem;left:24.4375rem;display:block; }
#oxg5oK7nfEw6DCdUimFR4Da4KSk0PoPD { position:absolute;display:block;z-index:15009;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.4375rem;top:3rem;left:32.125rem;display:block; }
#FTdiZhyGr9VB7eDNsFk28lMGiAo1iHU7 { color:#433c3f;display:block;width:28.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:8.9375rem;left:31.875rem;height:29.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VO28NUrNAXxbLJ8A5XTnFmhI2t6nXFJx { color:#433c3f;display:block;width:28.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:5.3125rem;left:31.875rem;height:;font-style:normal;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; }
#P76K60sHtzEa3bMyVZBwOwP8ArWTbzcM { color:#433c3f;display:block;width:29.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:20.9375rem;left:0rem;height:;font-style:normal;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; }
#Na28pGAWNW5Xh9SUUtTAimowI4Egs14E { color:#433c3f;display:block;width:28.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:24.375rem;left:0rem;height:15.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#O1Inwe3ihhT0Dts8Ste1Nm8nucBBksaK { color:#433c3f;display:block;width:28.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15011;line-height:1.4;letter-spacing:0;top:43.625rem;left:0rem;height:14.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LP9MdyVW5wC6kVlI4nKF18QPUBk8tZLO { color:#433c3f;display:block;width:28.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:39.9375rem;left:0rem;height:;font-style:normal;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; }
#NgS1h0U3ZQt878Gopfn1pglb307fD3EM { color:#433c3f;display:block;width:28.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:39.9375rem;left:31.875rem;height:;font-style:normal;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; }
#fq9sFyT7tcVXa33N5cTLklhszL5bu01z { color:#433c3f;display:block;width:28.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:43.625rem;left:31.875rem;height:17.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZvzcRgwu8hPAAdy6MXGt8sEFxNAem0rr { color:#433c3f;display:block;width:28.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:61.3125rem;left:31.875rem;height:;font-style:normal;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; }
#Tl8gB9oRi29hCBkUhboyK0MQQyByP4SV { color:#433c3f;display:block;width:28.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:65rem;left:31.875rem;height:12.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZuwzCKWulOIrH0onxc1cD7Nm3WPc3Ciq { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:14.625rem;width:28rem;top:61.9375rem;left:0rem;overflow:hidden;display:block; }
#D2L75TIBhuFFg87dpvB8OmfUIa5e0QR1 { background-color:transparent;background-image: -webkit-linear-gradient(174deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(174deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(174deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(174deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(174deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.21) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:2.5rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:35.4375rem;left:31.875rem;display:block; }
#DFIn2tUDKJcJGKUsC000Czd3kG0DecPI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ggfh3BBwhCy7wabMbESt62gJNFKbtv7W { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-size:auto !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; }#Ggfh3BBwhCy7wabMbESt62gJNFKbtv7W > .row .container { background-color: transparent; background-image: none; }#Ggfh3BBwhCy7wabMbESt62gJNFKbtv7W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ggfh3BBwhCy7wabMbESt62gJNFKbtv7W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ggfh3BBwhCy7wabMbESt62gJNFKbtv7W > .row .container > .video-iframe-container { display: none; }#Ggfh3BBwhCy7wabMbESt62gJNFKbtv7W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ggfh3BBwhCy7wabMbESt62gJNFKbtv7W > .row > .video-iframe-container { display: none; }#Ggfh3BBwhCy7wabMbESt62gJNFKbtv7W > .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); }#Ggfh3BBwhCy7wabMbESt62gJNFKbtv7W > .row .container { border-width: 0; border-radius: 0; }#Ggfh3BBwhCy7wabMbESt62gJNFKbtv7W > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ggfh3BBwhCy7wabMbESt62gJNFKbtv7W > .row .container { font-size:0.875rem;font-family:arial;height:1.25rem;width:60rem;position:relative;display:block; }#BIX0b2eDAll3GDxTuvZ1rCkAKDqJq1Cl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BIX0b2eDAll3GDxTuvZ1rCkAKDqJq1Cl > .row .container { background-color: transparent; background-image: none; }#BIX0b2eDAll3GDxTuvZ1rCkAKDqJq1Cl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BIX0b2eDAll3GDxTuvZ1rCkAKDqJq1Cl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BIX0b2eDAll3GDxTuvZ1rCkAKDqJq1Cl > .row .container > .video-iframe-container { display: none; }#BIX0b2eDAll3GDxTuvZ1rCkAKDqJq1Cl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BIX0b2eDAll3GDxTuvZ1rCkAKDqJq1Cl > .row > .video-iframe-container { display: none; }#BIX0b2eDAll3GDxTuvZ1rCkAKDqJq1Cl > .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); }#BIX0b2eDAll3GDxTuvZ1rCkAKDqJq1Cl > .row .container { border-width: 0; border-radius: 0; }#BIX0b2eDAll3GDxTuvZ1rCkAKDqJq1Cl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BIX0b2eDAll3GDxTuvZ1rCkAKDqJq1Cl > .row .container { font-size:0.875rem;font-family:arial;height:5.625rem;width:60rem;position:relative;display:block; }#ugvXZTnVNZXkNnxcupBSXTzNklTUX9kw { color:rgba(var(--color-tertiary-4),1);display:block;width:15.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:0.5625rem;left:0rem;height:1.8125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#b5oF82cPZa4O3z5vy6rHZULXCkU68Fiq { color:rgba(var(--color-tertiary-0),1);display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15003;line-height:1.8;letter-spacing:0;top:2.8125rem;left:0rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Fyp7qBW5lsgtpJ53ptb0F0GLTzaX6pzv { color:rgba(var(--color-tertiary-0),1);display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:300;z-index:15004;line-height:1.8;letter-spacing:0;top:1.6875rem;left:42.25rem;height:1.1875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#S3xPd5UPL33SNinwWblLxq6JUAzpV1Cl { color:rgba(var(--color-tertiary-0),1);display:block;width:49.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:300;z-index:15005;line-height:1.8;letter-spacing:0;top:3rem;left:10.3125rem;height:1.1875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Medupxi4SNMHysAIbbKTtEe44pHokloh { display:block; }#Medupxi4SNMHysAIbbKTtEe44pHokloh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZAOGGZ0BJWrJydyXuyXSZn0EqshWTBH1 { top:1.25rem;left:16.125rem;width:15.5rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJTQJZ8boo6xOEaiWXdargOEPRZ8Z5xr { top:3.9375rem;left:20.125rem;width:7.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRsBnIiC0dJv9RZEC6Lk0cEU0S9ybghI { width:9.5rem;height:1.875rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCD56nu3Kmr5KDpm2E54bG08qcDuSc9p { display:block; }
 }@media only screen and (max-width: 763px) { #F1QIZveSbQBv4ItagLzxQiX0fti0rH3L { width:8.125rem;height:1.875rem;top:1.5625rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPizIBwZpEATJyeToMa2NdFLVsRnXdtJ { display:block; }
 }@media only screen and (max-width: 763px) { #ypeEKUFPypGLdPAwZFzh5ypIpDMxLNQf { width:9.9375rem;height:1.875rem;top:1.5625rem;left:35.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRfnfOQxITnaVZisQhJDkT1oWKguA5sm { display:block; }
 }@media only screen and (max-width: 763px) { #eEm9CMZ9eBy9AQG82AfilwS3PPegiupw { width:7.4375rem;height:1.875rem;top:1.5625rem;left:40.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NM1T6oG1IQxhS5SCkWGdtKqVZ59UlIdV { display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QnTTJSnkEbJ7grZTe6C0wWBFl0qq2U3v { display:block; }#QnTTJSnkEbJ7grZTe6C0wWBFl0qq2U3v > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DJ9i2KFEWcTEdUs6931F8TL3T6C8DPMz { width:47.75rem;height:4.0625rem;top:4.5625rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMgi93c8RoRbM7xtH9oPigFSIHqZ04bg { width:47.75rem;height:1.6875rem;top:8.8125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IXcVrNoeioyrPkA2nS0447DcgkSP3eUn { top:13.125rem;left:22.875rem;width:24.875rem;height:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFRCbdE6DChmHP4M2AZgxVsesTeR6Tml { width:33.375rem;height:25rem;top:12.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8oy5aEEbBNsXQvWGTGJGtZuVK7b5pBS { top:1.9375rem;left:22.8125rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVdkDnxIVQ85WXM5HpKBRJGCiVgaymdd { width:3.4375rem;height:0.125rem;top:3rem;left:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8v6Emcil0I5ftapRu2puIlS7Ftcp2b6 { width:3.4375rem;height:0.125rem;top:3rem;left:26rem;display:block; }
 }@media only screen and (max-width: 763px) { #KX0TokQHNe86zGvQ8VXCO02a1C9FaFgp { width:13.75rem;height:2.5rem;top:26.6875rem;left:34rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObN6F6SGVDBp1MEyBDIXJ8Bpr9VIFI2o { display:block; }
 }@media only screen and (max-width: 763px) { #gtBuOlyq6l3foa23hBGTCMqKz456qVyb { display:block; }#gtBuOlyq6l3foa23hBGTCMqKz456qVyb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OpVE4BoOKrZ5uaBeWDdGzdZ3eDJ5Id2X { width:18.9375rem;height:22.8125rem;top:9rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRP7TCx8XhZNIRBEw6hr0yz0s6kT2efS { width:16.875rem;height:2.8125rem;top:14.9375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4DG0apyf1mZ72QkG0VMp8XU5LdTstn6 { width:16.875rem;height:6rem;top:18.25rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ze8GzdpCuAyde06qQOymplvWg0n6HkG8 { width:18.9375rem;height:22.8125rem;top:9rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAD1WHTf8IqT4uwuvcNdm8TBonxH6Vyy { width:16.875rem;height:6rem;top:18.25rem;left:15.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GsT0N19tVNpsUlSQ0OII5w5hpUAa88u5 { width:16.875rem;height:2.8125rem;top:14.9375rem;left:15.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAnsmONfElUFzTxwhSKK8vNVLrWaeyXi { width:18.9375rem;height:22.8125rem;top:9rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLQimyVg59witT351yABvT9UklOeTrCS { width:16.875rem;height:6rem;top:18.25rem;left:30.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #THQxPn0vNJTmzitBaqL0x8psFMRhLCx4 { width:16.875rem;height:2.8125rem;top:14.9375rem;left:30.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IM3WM1rrWlohHcsOvtX53ZGO4ZkXsB1x { top:10.375rem;left:0.875rem;width:5rem;height:5rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqhidczP1NQqXwLUfs3uJcWxppxKaKHE { top:10.375rem;left:21.375rem;width:5rem;height:5rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1O8UptNOaSN04gIr35rObpefXgNnbPQ { top:10.375rem;left:41.9375rem;width:5rem;height:5rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7EChehHpZq0twWQ1psnUDywEZ0tRPww { width:16.875rem;height:1.5rem;top:25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOAG0JGanVc8TliR5hIZh8WJO8ZTnVlv { width:16.875rem;height:1.5rem;top:25rem;left:15.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDAz6CwgAmrI0ErtOrRX8tnRKfxK5lxA { width:16.875rem;height:1.5rem;top:25rem;left:30.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkL3NWGdEaQ7lVwdI3z742KeqqOrJ8SA { width:47.75rem;height:3.625rem;top:3.4375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zP7X27XolJhIukhSJrKW5fQhD5TUUWTA { width:3.4375rem;height:0.125rem;top:2.75rem;left:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MadAhcCt7SMGKEhA6L5b5zpT8OyyUPf3 { top:1.6875rem;left:22.875rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTThzMWsGZf7tuZL8fekbLZ4JT6Rcfmc { width:3.4375rem;height:0.125rem;top:2.75rem;left:26.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyIxPTKnLPdVVG4IyIZBlVn5OXXuqUoS { width:47.75rem;height:1.25rem;top:34rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxFMsRCZ34ZNZv5WQlfzT9orVugCZCNy { top:8.25rem;left:17.625rem;width:12.5rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iu4t7neERkryZmV7lgr3Ah3c3k8NPvie { width:47.75rem;height:1.4375rem;top:8.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xACyFpqTis8Qq0UNDZ906HncX8XBzCAM { width:8.75rem;height:2.5rem;top:27.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iupLP7sclBICOFLCAFJ4ccbmifRekNeD { display:block; }
 }@media only screen and (max-width: 763px) { #TOCgxGmx1A8D1u4tSs4RNHCd8tDJqZ7r { width:8.75rem;height:2.5rem;top:27.75rem;left:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwtkNs5OSpwimbFI7KnsOSvl3Xodn7VT { display:block; }
 }@media only screen and (max-width: 763px) { #wgoRl3mcx0qQEBiikQIfT7gkhLf3oH7G { width:8.75rem;height:2.5rem;top:27.75rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3fySVFUuRIQqe6kTgp19uqkqiSBfEk5 { display:block; }
 }@media only screen and (max-width: 763px) { #TIZ1ThdTCuzqTeZrorz2dTWbK1hHDQ7p { top:33rem;left:0rem;width:47.75rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qbx2b4PMOFeVW8Nugg4RmP3ImDuDVdTK { width:8.75rem;height:2.5rem;top:33.375rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcDFWZ4KSw6z0asmiQXczXB0Slrro76o { display:block; }
 }@media only screen and (max-width: 763px) { #DRUDzPv7lu3hv9X3ZCtlbb0eI5KIn555 { display:block; }#DRUDzPv7lu3hv9X3ZCtlbb0eI5KIn555 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vH1O8KtzCULXuIx7ONhaf1suBK7kzLcH { width:47.75rem;height:2.5rem;top:7.625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Age3MEcSNAp56OSBcvZ70PaNgnmyXqGN { width:32.25rem;height:15.75rem;top:12.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9u09MAmXTg6GFTHFOVEK4ydDsK4sSaW { top:3.625rem;left:0rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJ8t45WH9tokmKkaz3DNX7vUzQ7lXRdl { width:3.4375rem;height:0.125rem;top:4.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GlgTJMsx4mfmDSkKUM8IgablN8oH56Jg { width:3.4375rem;height:0.125rem;top:4.625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAN2MracbtBVWunHh0uVRmc1FwSDI5Gv .widget-regular-label { width:19.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#XAN2MracbtBVWunHh0uVRmc1FwSDI5Gv .widget-input-text { width:19.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XAN2MracbtBVWunHh0uVRmc1FwSDI5Gv .widget-input-text {padding-top: 0; padding-bottom: 0;}#XAN2MracbtBVWunHh0uVRmc1FwSDI5Gv .widget-textarea { width:19.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XAN2MracbtBVWunHh0uVRmc1FwSDI5Gv .widget-input-select { width:19.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XAN2MracbtBVWunHh0uVRmc1FwSDI5Gv .widget-input-select {padding-top: 0; padding-bottom: 0;}#XAN2MracbtBVWunHh0uVRmc1FwSDI5Gv .widget-input-button { width:19.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XAN2MracbtBVWunHh0uVRmc1FwSDI5Gv .widget-checkbox-label { width:18rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#XAN2MracbtBVWunHh0uVRmc1FwSDI5Gv  { width:19.375rem;height:auto;top:1.875rem;left:25.875rem; }
#XAN2MracbtBVWunHh0uVRmc1FwSDI5Gv .radio-container { width:19.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XAN2MracbtBVWunHh0uVRmc1FwSDI5Gv {display:block;}#XAN2MracbtBVWunHh0uVRmc1FwSDI5Gv { width:19.375rem;height:auto;top:1.875rem;left:25.875rem; }
 }@media only screen and (max-width: 763px) { #XAN2MracbtBVWunHh0uVRmc1FwSDI5Gv #aTgnvQgDTU3Q0WXfrUqJ6VRanen6fkzd {  }
 }@media only screen and (max-width: 763px) { #XAN2MracbtBVWunHh0uVRmc1FwSDI5Gv #QwmsyBaUADpSPboL5uDp0TE4QCrd4TFy { display:block; }
 }@media only screen and (max-width: 763px) { #XAN2MracbtBVWunHh0uVRmc1FwSDI5Gv #B82ful6L8QepZ6HsJGNgPi5cSTHZKOgz {  }
 }@media only screen and (max-width: 763px) { #XAN2MracbtBVWunHh0uVRmc1FwSDI5Gv #sQFuMM1aZ1F575xFveKo1Rsxwh19hJ5d {  }
 }@media only screen and (max-width: 763px) { #XAN2MracbtBVWunHh0uVRmc1FwSDI5Gv #HK5Wqcofqnb36PxGfyVC3VTUJDfTw1sM { display:block; }
 }@media only screen and (max-width: 763px) { #XAN2MracbtBVWunHh0uVRmc1FwSDI5Gv #p6UJkXehw87cJaG9cs3ecnezw51Bg8LI {  }
 }@media only screen and (max-width: 763px) { #XAN2MracbtBVWunHh0uVRmc1FwSDI5Gv #aLQalssnzrgi0yBTnsXDqshzhTAwvPJN {  }
 }@media only screen and (max-width: 763px) { #XAN2MracbtBVWunHh0uVRmc1FwSDI5Gv #vElUDUMdo5NKmqk4ZMXa1dmgmL1XLqHI { display:block; }
 }@media only screen and (max-width: 763px) { #XAN2MracbtBVWunHh0uVRmc1FwSDI5Gv #UGcqq7DBLrbTdCZ6wXgOO1DibBih0PzB {  }
 }@media only screen and (max-width: 763px) { #XAN2MracbtBVWunHh0uVRmc1FwSDI5Gv #V75ixuLBkyBoh3sq3Q069oJZ0XAyqclx {  }
 }@media only screen and (max-width: 763px) { #XAN2MracbtBVWunHh0uVRmc1FwSDI5Gv #THxARoeZGGMwO6pR6Tx6FTTTlvNPZCan { display:block; }
 }@media only screen and (max-width: 763px) { #XAN2MracbtBVWunHh0uVRmc1FwSDI5Gv #Tai5H4ISAL8UNXMkQ31xNoTanTbLRS5X {  }
 }@media only screen and (max-width: 763px) { #XAN2MracbtBVWunHh0uVRmc1FwSDI5Gv #afDPCr3Be5xz1DeG48WaE3F7AfUvNvmM {  }
 }@media only screen and (max-width: 763px) { #XAN2MracbtBVWunHh0uVRmc1FwSDI5Gv #sznpiLrdxyB7DdbQxKH86JssDM8f3SXr { display:block; }
 }@media only screen and (max-width: 763px) { #XAN2MracbtBVWunHh0uVRmc1FwSDI5Gv #NTnKeWmVu3XpBhk9TfXlWZLIOxQxWelH {  }
 }@media only screen and (max-width: 763px) { #XAN2MracbtBVWunHh0uVRmc1FwSDI5Gv #UUbDPyqKL4qyGav5KagBB3nIIBQU4Cwm {  }
 }@media only screen and (max-width: 763px) { #XAN2MracbtBVWunHh0uVRmc1FwSDI5Gv #a7SRSUUF6E7gqy7osQ8PhVoGKi36EEVE { display:block; }
 }@media only screen and (max-width: 763px) { #XAN2MracbtBVWunHh0uVRmc1FwSDI5Gv #cIBOSfHC9x9Xr05HElPs8cHnf9B5JbaV {  }
 }@media only screen and (max-width: 763px) { #XAN2MracbtBVWunHh0uVRmc1FwSDI5Gv #p7opldKXRxHz3ookoTgF9CdPh8c5tWtJ {  }
 }@media only screen and (max-width: 763px) { #XAN2MracbtBVWunHh0uVRmc1FwSDI5Gv #VT2igCNklMxUiwrXyy1LdV2rmtERnDHT {  }
 }@media only screen and (max-width: 763px) { #XAN2MracbtBVWunHh0uVRmc1FwSDI5Gv #ySIFIaLoWO0TdrhbHA3aIcQuTfHWviWi {  }
 }@media only screen and (max-width: 763px) { #NcePZKTFtAiWuKIz57bwTbeX9KQLU6xH { display:block; }
 }@media only screen and (max-width: 763px) { #wEp50qNTraM3QdrzUODxHtOMEmtJi04u { display:block; }
 }@media only screen and (max-width: 763px) { #ITnHLTFZHrwieed0pHcGcfXMSbq8o7AT { display:block; }
 }@media only screen and (max-width: 763px) { #KbRXBGEzTiFax3eraAi3Atz7tmTodvOq { display:block; }
 }@media only screen and (max-width: 763px) { #zTw0JJS2QUp3iVCT7TJKErVLhoHpZxFP { display:block; }
 }@media only screen and (max-width: 763px) { #XAN2MracbtBVWunHh0uVRmc1FwSDI5Gv #VGlwX4tMPd5MucHD31uPIeBwh259lieA {  }
 }@media only screen and (max-width: 763px) { #XAN2MracbtBVWunHh0uVRmc1FwSDI5Gv #RmTX27yX5PslT9mSgNBtMGQTy5hTJgtq {  }
 }@media only screen and (max-width: 763px) { #T5TL26FqaJ6MzC6szw0050eTy4dMBAgm { top:1.8125rem;left:25.875rem;width:21.875rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #loFZFgn6M2dCLU2Oe39CPQ0klRZS6TnF { display:block; }#loFZFgn6M2dCLU2Oe39CPQ0klRZS6TnF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PHcU0FuGv7wC3HkgaoVPhei0rZnOF0JV { display:block; }#PHcU0FuGv7wC3HkgaoVPhei0rZnOF0JV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JbnzIqqPrlwlxBzlwx8deAz6fRCIkT9k { width:47.75rem;height:4.125rem;top:3.375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzhrNR0xCZFKJ7g32WW1G7MwkK2TifsP { width:3.4375rem;height:0.125rem;top:2.6875rem;left:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AaatXJo1wxwvkZdKTpeXSzBkOBHgCLxM { width:3.4375rem;height:0.125rem;top:2.6875rem;left:26.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1Zmt5TRLQw1Z0wyD53lgwiwlaD6J1D6 { width:15.75rem;height:6.75rem;top:14.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEIsyPC6rJEBkbS4doSE7cyVgsLcTcVV { width:19rem;height:18.125rem;top:9.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIcvaSwFB7U9fz1riWpC9kuS3LMKKzLE { width:3.25rem;height:0.0625rem;top:22.1875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UiyNAlfiVGga9R1tBzeiT5fID8ZeDtNP { width:16.875rem;height:1.5rem;top:23.25rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUpMui05Q5xs1pZI3Ta7yudVdu7Bv6h9 { width:5.25rem;height:9.75rem;top:9.125rem;left:0rem;font-size:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAaNnlfE49pu45xbTreLDkSO2TqCcrvb { width:19rem;height:18.125rem;top:9.1875rem;left:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXLncHEa6VeQnDgbeDfGrpTrDsBtfyCc { width:15.75rem;height:6.75rem;top:14.5625rem;left:32rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nvos88quhKECnQM3fr6cKRsxS6MwTHtB { width:16.875rem;height:1.5rem;top:23.25rem;left:30.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGSwWaSwTGRrkP4hA7AFnz1IpyaSg8pp { width:3.25rem;height:0.0625rem;top:22.1875rem;left:42.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qE7B4VDg51DKKQsQRUBW8OvOmentolMO { width:5.25rem;height:9.75rem;top:9.1875rem;left:35.8125rem;font-size:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rmTgdeIsFzWrBaboSxN57S0ThskSSy0S { width:19rem;height:20.1875rem;top:8.4375rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #azP3bnCICt0GnLrOrKX4yME7dpVy3A9C { top:1.6875rem;left:23.125rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #haRxsGZZCxb0OySeR1cvuPpgkxJT7COn { width:17rem;height:10.5rem;top:14.8125rem;left:15.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMdW2uiTJWDkhz8k9egtOpGLZKfB9Vad { width:18.9375rem;height:1.75rem;top:12.1875rem;left:14.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIvSa3x9ErNk4F3WTql9eURM4uSAhLTO { width:3.25rem;height:0.0625rem;top:26.6875rem;left:22.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWO1SHd26Ty2CQI8lmmcfCgodM1HqaiK { width:3.25rem;height:0.0625rem;top:11rem;left:22.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3Eg28mZizJS4xtOsLRT79DEmkN098U0 { display:block; }#I3Eg28mZizJS4xtOsLRT79DEmkN098U0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T0TMr8aAsCce390P17ExlrStLvKtmMg3 { width:28.125rem;height:2.4375rem;top:5.3125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NyPMNMXriyG7ND3UTgPKxeTD8OsLkfur { width:28.125rem;height:9.375rem;top:8.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CoLpTlO3m90ayiNTUgvWtVf6K2nEwdiX { top:1.9375rem;left:22.8125rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2rlqIwd5OW3c7FJXN5e75LapfSoCusR { width:3.4375rem;height:0.125rem;top:3rem;left:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxg5oK7nfEw6DCdUimFR4Da4KSk0PoPD { width:3.4375rem;height:0.125rem;top:3rem;left:26rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTdiZhyGr9VB7eDNsFk28lMGiAo1iHU7 { width:28.125rem;height:25rem;top:8.9375rem;left:19.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VO28NUrNAXxbLJ8A5XTnFmhI2t6nXFJx { width:28.125rem;height:2.4375rem;top:5.3125rem;left:19.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P76K60sHtzEa3bMyVZBwOwP8ArWTbzcM { width:29.6875rem;height:2.4375rem;top:20.9375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Na28pGAWNW5Xh9SUUtTAimowI4Egs14E { width:28.125rem;height:12.5rem;top:24.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1Inwe3ihhT0Dts8Ste1Nm8nucBBksaK { width:28.125rem;height:14.0625rem;top:43.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LP9MdyVW5wC6kVlI4nKF18QPUBk8tZLO { width:28.125rem;height:2.4375rem;top:39.9375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgS1h0U3ZQt878Gopfn1pglb307fD3EM { width:28.125rem;height:2.4375rem;top:39.9375rem;left:19.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fq9sFyT7tcVXa33N5cTLklhszL5bu01z { width:28.125rem;height:15.625rem;top:43.625rem;left:19.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvzcRgwu8hPAAdy6MXGt8sEFxNAem0rr { width:28.125rem;height:2.4375rem;top:61.3125rem;left:19.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tl8gB9oRi29hCBkUhboyK0MQQyByP4SV { width:28.125rem;height:10.9375rem;top:65rem;left:19.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZuwzCKWulOIrH0onxc1cD7Nm3WPc3Ciq { top:61.9375rem;left:0rem;width:28rem;height:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2L75TIBhuFFg87dpvB8OmfUIa5e0QR1 { width:13.75rem;height:2.5rem;top:35.4375rem;left:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFIn2tUDKJcJGKUsC000Czd3kG0DecPI { display:block; }
 }@media only screen and (max-width: 763px) { #Ggfh3BBwhCy7wabMbESt62gJNFKbtv7W { display:block; }#Ggfh3BBwhCy7wabMbESt62gJNFKbtv7W > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BIX0b2eDAll3GDxTuvZ1rCkAKDqJq1Cl { display:block; }#BIX0b2eDAll3GDxTuvZ1rCkAKDqJq1Cl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ugvXZTnVNZXkNnxcupBSXTzNklTUX9kw { top:0.5625rem;left:0rem;width:15.5rem;height:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5oF82cPZa4O3z5vy6rHZULXCkU68Fiq { width:15.75rem;height:1.6875rem;top:2.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fyp7qBW5lsgtpJ53ptb0F0GLTzaX6pzv { width:17.75rem;height:1.1875rem;top:1.6875rem;left:30rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3xPd5UPL33SNinwWblLxq6JUAzpV1Cl { width:47.75rem;height:1.1875rem;top:3rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Medupxi4SNMHysAIbbKTtEe44pHokloh { position:relative;z-index:auto;display:block; }#Medupxi4SNMHysAIbbKTtEe44pHokloh > .row .container { width:20rem;height:5.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZAOGGZ0BJWrJydyXuyXSZn0EqshWTBH1 { width:20rem;height:1.9375rem;top:0.5rem;left:-0.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJTQJZ8boo6xOEaiWXdargOEPRZ8Z5xr { width:7.5rem;height:0.125rem;top:2.625rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRsBnIiC0dJv9RZEC6Lk0cEU0S9ybghI { width:6.6875rem;height:2.0625rem;top:3rem;left:-0.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCD56nu3Kmr5KDpm2E54bG08qcDuSc9p { display:block; }
 }@media only screen and (max-width: 763px) { #F1QIZveSbQBv4ItagLzxQiX0fti0rH3L { width:5.875rem;height:1.9375rem;top:3.09375rem;left:14.125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #FPizIBwZpEATJyeToMa2NdFLVsRnXdtJ { display:block; }
 }@media only screen and (max-width: 763px) { #ypeEKUFPypGLdPAwZFzh5ypIpDMxLNQf { width:7.3125rem;height:2rem;top:3rem;left:7.09375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRfnfOQxITnaVZisQhJDkT1oWKguA5sm { display:block; }
 }@media only screen and (max-width: 763px) { #eEm9CMZ9eBy9AQG82AfilwS3PPegiupw { width:5.5rem;height:2.0625rem;top:3.03125rem;left:14.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NM1T6oG1IQxhS5SCkWGdtKqVZ59UlIdV { display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QnTTJSnkEbJ7grZTe6C0wWBFl0qq2U3v { display:block; }#QnTTJSnkEbJ7grZTe6C0wWBFl0qq2U3v > .row .container { width:20rem;height:56.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DJ9i2KFEWcTEdUs6931F8TL3T6C8DPMz { width:20rem;height:4.875rem;top:0.5302734375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMgi93c8RoRbM7xtH9oPigFSIHqZ04bg { width:20rem;height:1rem;top:5.8115234375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IXcVrNoeioyrPkA2nS0447DcgkSP3eUn { width:20rem;height:10.452261306533rem;top:41.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFRCbdE6DChmHP4M2AZgxVsesTeR6Tml { width:20rem;height:28.875rem;top:10.8115234375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8oy5aEEbBNsXQvWGTGJGtZuVK7b5pBS { width:2.1875rem;height:2.1875rem;top:7.4677734375rem;left:8.90625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVdkDnxIVQ85WXM5HpKBRJGCiVgaymdd { width:3.4375rem;height:0.125rem;top:8.4365234375rem;left:3.6875rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #h8v6Emcil0I5ftapRu2puIlS7Ftcp2b6 { width:3.4375rem;height:0.125rem;top:8.4365234375rem;left:12.6875rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #KX0TokQHNe86zGvQ8VXCO02a1C9FaFgp { width:13.75rem;height:2.5rem;top:52.8125rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObN6F6SGVDBp1MEyBDIXJ8Bpr9VIFI2o { display:block; }
 }@media only screen and (max-width: 763px) { #gtBuOlyq6l3foa23hBGTCMqKz456qVyb { display:block; }#gtBuOlyq6l3foa23hBGTCMqKz456qVyb > .row .container { width:20rem;height:83.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OpVE4BoOKrZ5uaBeWDdGzdZ3eDJ5Id2X { width:18.75rem;height:21.875rem;top:5.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRP7TCx8XhZNIRBEw6hr0yz0s6kT2efS { width:16.25rem;height:2.4375rem;top:11.6875rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4DG0apyf1mZ72QkG0VMp8XU5LdTstn6 { width:16.25rem;height:6rem;top:14.4375rem;left:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ze8GzdpCuAyde06qQOymplvWg0n6HkG8 { width:18.75rem;height:21.875rem;top:29rem;left:0.625rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAD1WHTf8IqT4uwuvcNdm8TBonxH6Vyy { width:16.25rem;height:6rem;top:38.625rem;left:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GsT0N19tVNpsUlSQ0OII5w5hpUAa88u5 { width:16.25rem;height:2.4375rem;top:35.25rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAnsmONfElUFzTxwhSKK8vNVLrWaeyXi { width:18.75rem;height:21.875rem;top:51.75rem;left:0.625rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLQimyVg59witT351yABvT9UklOeTrCS { width:16.25rem;height:6rem;top:61.1875rem;left:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #THQxPn0vNJTmzitBaqL0x8psFMRhLCx4 { width:20rem;height:2.4375rem;top:57.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IM3WM1rrWlohHcsOvtX53ZGO4ZkXsB1x { width:5rem;height:5rem;top:6.75rem;left:7.5rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqhidczP1NQqXwLUfs3uJcWxppxKaKHE { width:5rem;height:5rem;top:52.875rem;left:7.5rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1O8UptNOaSN04gIr35rObpefXgNnbPQ { width:5rem;height:5rem;top:30.3125rem;left:7.5625rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7EChehHpZq0twWQ1psnUDywEZ0tRPww { width:16.875rem;height:1.5rem;top:21.5rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOAG0JGanVc8TliR5hIZh8WJO8ZTnVlv { width:16.25rem;height:1.5rem;top:45.3125rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDAz6CwgAmrI0ErtOrRX8tnRKfxK5lxA { width:16.875rem;height:1.5rem;top:67.875rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkL3NWGdEaQ7lVwdI3z742KeqqOrJ8SA { width:20rem;height:2.4375rem;top:2.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zP7X27XolJhIukhSJrKW5fQhD5TUUWTA { width:3.4375rem;height:0.0625rem;top:1.75rem;left:4.0625rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #MadAhcCt7SMGKEhA6L5b5zpT8OyyUPf3 { width:1.875rem;height:1.875rem;top:0.75rem;left:9.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTThzMWsGZf7tuZL8fekbLZ4JT6Rcfmc { width:3.4375rem;height:0.0625rem;top:1.75rem;left:12.5rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #FyIxPTKnLPdVVG4IyIZBlVn5OXXuqUoS { width:18.75rem;height:3.375rem;top:75.125rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxFMsRCZ34ZNZv5WQlfzT9orVugCZCNy { width:12.5rem;height:1.875rem;top:28.25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iu4t7neERkryZmV7lgr3Ah3c3k8NPvie { width:20rem;height:1.4375rem;top:28.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xACyFpqTis8Qq0UNDZ906HncX8XBzCAM { width:8.75rem;height:2.5rem;top:24.125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iupLP7sclBICOFLCAFJ4ccbmifRekNeD { display:block; }
 }@media only screen and (max-width: 763px) { #TOCgxGmx1A8D1u4tSs4RNHCd8tDJqZ7r { width:8.75rem;height:2.5rem;top:47.5625rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwtkNs5OSpwimbFI7KnsOSvl3Xodn7VT { display:block; }
 }@media only screen and (max-width: 763px) { #wgoRl3mcx0qQEBiikQIfT7gkhLf3oH7G { width:8.75rem;height:2.5rem;top:70.4375rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3fySVFUuRIQqe6kTgp19uqkqiSBfEk5 { display:block; }
 }@media only screen and (max-width: 763px) { #TIZ1ThdTCuzqTeZrorz2dTWbK1hHDQ7p { width:18.75rem;height:6.0625rem;top:74.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qbx2b4PMOFeVW8Nugg4RmP3ImDuDVdTK { width:8.75rem;height:2.5rem;top:79.125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcDFWZ4KSw6z0asmiQXczXB0Slrro76o { display:block; }
 }@media only screen and (max-width: 763px) { #DRUDzPv7lu3hv9X3ZCtlbb0eI5KIn555 { display:block; }#DRUDzPv7lu3hv9X3ZCtlbb0eI5KIn555 > .row .container { width:20rem;height:52.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vH1O8KtzCULXuIx7ONhaf1suBK7kzLcH { width:20rem;height:2.0625rem;top:4.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Age3MEcSNAp56OSBcvZ70PaNgnmyXqGN { width:18.75rem;height:13.0625rem;top:8rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #L9u09MAmXTg6GFTHFOVEK4ydDsK4sSaW { width:1.875rem;height:1.875rem;top:1.96875rem;left:9.03125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJ8t45WH9tokmKkaz3DNX7vUzQ7lXRdl { width:3.4375rem;height:0.0625rem;top:3rem;left:4.0625rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #GlgTJMsx4mfmDSkKUM8IgablN8oH56Jg { width:3.4375rem;height:0.0625rem;top:3rem;left:12.1875rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #XAN2MracbtBVWunHh0uVRmc1FwSDI5Gv .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#XAN2MracbtBVWunHh0uVRmc1FwSDI5Gv .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XAN2MracbtBVWunHh0uVRmc1FwSDI5Gv .widget-input-text {padding-top: 0; padding-bottom: 0;}#XAN2MracbtBVWunHh0uVRmc1FwSDI5Gv .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XAN2MracbtBVWunHh0uVRmc1FwSDI5Gv .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XAN2MracbtBVWunHh0uVRmc1FwSDI5Gv .widget-input-select {padding-top: 0; padding-bottom: 0;}#XAN2MracbtBVWunHh0uVRmc1FwSDI5Gv .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XAN2MracbtBVWunHh0uVRmc1FwSDI5Gv .widget-checkbox-label { width:16.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.625rem;overflow:hidden;height:auto; }
#XAN2MracbtBVWunHh0uVRmc1FwSDI5Gv  { width:17.5rem;height:auto;top:22.4375rem;left:0rem; }
#XAN2MracbtBVWunHh0uVRmc1FwSDI5Gv .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XAN2MracbtBVWunHh0uVRmc1FwSDI5Gv {display:block;}#XAN2MracbtBVWunHh0uVRmc1FwSDI5Gv { width:17.5rem;height:auto;top:22.4375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XAN2MracbtBVWunHh0uVRmc1FwSDI5Gv #aTgnvQgDTU3Q0WXfrUqJ6VRanen6fkzd {  }
 }@media only screen and (max-width: 763px) { #XAN2MracbtBVWunHh0uVRmc1FwSDI5Gv #QwmsyBaUADpSPboL5uDp0TE4QCrd4TFy { display:block; }
 }@media only screen and (max-width: 763px) { #XAN2MracbtBVWunHh0uVRmc1FwSDI5Gv #B82ful6L8QepZ6HsJGNgPi5cSTHZKOgz {  }
 }@media only screen and (max-width: 763px) { #XAN2MracbtBVWunHh0uVRmc1FwSDI5Gv #sQFuMM1aZ1F575xFveKo1Rsxwh19hJ5d {  }
 }@media only screen and (max-width: 763px) { #XAN2MracbtBVWunHh0uVRmc1FwSDI5Gv #HK5Wqcofqnb36PxGfyVC3VTUJDfTw1sM { display:block; }
 }@media only screen and (max-width: 763px) { #XAN2MracbtBVWunHh0uVRmc1FwSDI5Gv #p6UJkXehw87cJaG9cs3ecnezw51Bg8LI {  }
 }@media only screen and (max-width: 763px) { #XAN2MracbtBVWunHh0uVRmc1FwSDI5Gv #aLQalssnzrgi0yBTnsXDqshzhTAwvPJN {  }
 }@media only screen and (max-width: 763px) { #XAN2MracbtBVWunHh0uVRmc1FwSDI5Gv #vElUDUMdo5NKmqk4ZMXa1dmgmL1XLqHI { display:block; }
 }@media only screen and (max-width: 763px) { #XAN2MracbtBVWunHh0uVRmc1FwSDI5Gv #UGcqq7DBLrbTdCZ6wXgOO1DibBih0PzB {  }
 }@media only screen and (max-width: 763px) { #XAN2MracbtBVWunHh0uVRmc1FwSDI5Gv #V75ixuLBkyBoh3sq3Q069oJZ0XAyqclx {  }
 }@media only screen and (max-width: 763px) { #XAN2MracbtBVWunHh0uVRmc1FwSDI5Gv #THxARoeZGGMwO6pR6Tx6FTTTlvNPZCan { display:block; }
 }@media only screen and (max-width: 763px) { #XAN2MracbtBVWunHh0uVRmc1FwSDI5Gv #Tai5H4ISAL8UNXMkQ31xNoTanTbLRS5X {  }
 }@media only screen and (max-width: 763px) { #XAN2MracbtBVWunHh0uVRmc1FwSDI5Gv #afDPCr3Be5xz1DeG48WaE3F7AfUvNvmM {  }
 }@media only screen and (max-width: 763px) { #XAN2MracbtBVWunHh0uVRmc1FwSDI5Gv #sznpiLrdxyB7DdbQxKH86JssDM8f3SXr { display:block; }
 }@media only screen and (max-width: 763px) { #XAN2MracbtBVWunHh0uVRmc1FwSDI5Gv #NTnKeWmVu3XpBhk9TfXlWZLIOxQxWelH {  }
 }@media only screen and (max-width: 763px) { #XAN2MracbtBVWunHh0uVRmc1FwSDI5Gv #UUbDPyqKL4qyGav5KagBB3nIIBQU4Cwm {  }
 }@media only screen and (max-width: 763px) { #XAN2MracbtBVWunHh0uVRmc1FwSDI5Gv #a7SRSUUF6E7gqy7osQ8PhVoGKi36EEVE { display:block; }
 }@media only screen and (max-width: 763px) { #XAN2MracbtBVWunHh0uVRmc1FwSDI5Gv #cIBOSfHC9x9Xr05HElPs8cHnf9B5JbaV {  }
 }@media only screen and (max-width: 763px) { #XAN2MracbtBVWunHh0uVRmc1FwSDI5Gv #p7opldKXRxHz3ookoTgF9CdPh8c5tWtJ {  }
 }@media only screen and (max-width: 763px) { #XAN2MracbtBVWunHh0uVRmc1FwSDI5Gv #VT2igCNklMxUiwrXyy1LdV2rmtERnDHT {  }
 }@media only screen and (max-width: 763px) { #XAN2MracbtBVWunHh0uVRmc1FwSDI5Gv #ySIFIaLoWO0TdrhbHA3aIcQuTfHWviWi {  }
 }@media only screen and (max-width: 763px) { #NcePZKTFtAiWuKIz57bwTbeX9KQLU6xH { display:block; }
 }@media only screen and (max-width: 763px) { #wEp50qNTraM3QdrzUODxHtOMEmtJi04u { display:block; }
 }@media only screen and (max-width: 763px) { #ITnHLTFZHrwieed0pHcGcfXMSbq8o7AT { display:block; }
 }@media only screen and (max-width: 763px) { #KbRXBGEzTiFax3eraAi3Atz7tmTodvOq { display:block; }
 }@media only screen and (max-width: 763px) { #zTw0JJS2QUp3iVCT7TJKErVLhoHpZxFP { display:block; }
 }@media only screen and (max-width: 763px) { #XAN2MracbtBVWunHh0uVRmc1FwSDI5Gv #VGlwX4tMPd5MucHD31uPIeBwh259lieA {  }
 }@media only screen and (max-width: 763px) { #XAN2MracbtBVWunHh0uVRmc1FwSDI5Gv #RmTX27yX5PslT9mSgNBtMGQTy5hTJgtq {  }
 }@media only screen and (max-width: 763px) { #T5TL26FqaJ6MzC6szw0050eTy4dMBAgm { width:20rem;height:1.4375rem;top:22.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #loFZFgn6M2dCLU2Oe39CPQ0klRZS6TnF { display:block; }#loFZFgn6M2dCLU2Oe39CPQ0klRZS6TnF > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PHcU0FuGv7wC3HkgaoVPhei0rZnOF0JV { display:block; }#PHcU0FuGv7wC3HkgaoVPhei0rZnOF0JV > .row .container { width:20rem;height:64.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JbnzIqqPrlwlxBzlwx8deAz6fRCIkT9k { width:20rem;height:2.4375rem;top:3.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzhrNR0xCZFKJ7g32WW1G7MwkK2TifsP { width:3.4375rem;height:0.0625rem;top:2.375rem;left:4.0625rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #AaatXJo1wxwvkZdKTpeXSzBkOBHgCLxM { width:3.4375rem;height:0.0625rem;top:2.25rem;left:12.1875rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #q1Zmt5TRLQw1Z0wyD53lgwiwlaD6J1D6 { width:15.75rem;height:6.75rem;top:11.8125rem;left:2.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cEIsyPC6rJEBkbS4doSE7cyVgsLcTcVV { width:19rem;height:16.625rem;top:6.875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIcvaSwFB7U9fz1riWpC9kuS3LMKKzLE { width:3.25rem;height:0.0625rem;top:19.75rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UiyNAlfiVGga9R1tBzeiT5fID8ZeDtNP { width:16.875rem;height:1.5rem;top:20.4375rem;left:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vUpMui05Q5xs1pZI3Ta7yudVdu7Bv6h9 { width:5.25rem;height:9.9375rem;top:6.125rem;left:0rem;text-align:center;text-align-last:center;font-size:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAaNnlfE49pu45xbTreLDkSO2TqCcrvb { width:19rem;height:16.6875rem;top:24.125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXLncHEa6VeQnDgbeDfGrpTrDsBtfyCc { width:15.75rem;height:6.75rem;top:28.8125rem;left:2.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Nvos88quhKECnQM3fr6cKRsxS6MwTHtB { width:16.875rem;height:1.5rem;top:37.75rem;left:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BGSwWaSwTGRrkP4hA7AFnz1IpyaSg8pp { width:3.25rem;height:0.0625rem;top:36.625rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qE7B4VDg51DKKQsQRUBW8OvOmentolMO { width:5.25rem;height:9.9375rem;top:23.375rem;left:0.125rem;text-align:center;text-align-last:center;font-size:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rmTgdeIsFzWrBaboSxN57S0ThskSSy0S { width:19rem;height:20.625rem;top:41.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #azP3bnCICt0GnLrOrKX4yME7dpVy3A9C { width:1.875rem;height:1.875rem;top:1.5rem;left:9.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #haRxsGZZCxb0OySeR1cvuPpgkxJT7COn { width:17rem;height:10.5rem;top:47.9375rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMdW2uiTJWDkhz8k9egtOpGLZKfB9Vad { width:18.9375rem;height:1.75rem;top:44.9375rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIvSa3x9ErNk4F3WTql9eURM4uSAhLTO { width:3.25rem;height:0.0625rem;top:61.375rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWO1SHd26Ty2CQI8lmmcfCgodM1HqaiK { width:3.25rem;height:0.0625rem;top:43.75rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3Eg28mZizJS4xtOsLRT79DEmkN098U0 { display:block; }#I3Eg28mZizJS4xtOsLRT79DEmkN098U0 > .row .container { width:20rem;height:182.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T0TMr8aAsCce390P17ExlrStLvKtmMg3 { width:20rem;height:2.4375rem;top:3.9365234375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NyPMNMXriyG7ND3UTgPKxeTD8OsLkfur { width:20rem;height:9.625rem;top:7.2802734375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CoLpTlO3m90ayiNTUgvWtVf6K2nEwdiX { width:2.1875rem;height:2.1875rem;top:1.3115234375rem;left:8.90625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2rlqIwd5OW3c7FJXN5e75LapfSoCusR { width:3.4375rem;height:0.0625rem;top:2.3427734375rem;left:4rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #oxg5oK7nfEw6DCdUimFR4Da4KSk0PoPD { width:3.4375rem;height:0.0625rem;top:2.2802734375rem;left:12.3125rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #FTdiZhyGr9VB7eDNsFk28lMGiAo1iHU7 { width:20rem;height:34.375rem;top:54.8427734375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VO28NUrNAXxbLJ8A5XTnFmhI2t6nXFJx { width:20rem;height:4.875rem;top:25.4677734375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P76K60sHtzEa3bMyVZBwOwP8ArWTbzcM { width:20rem;height:4.875rem;top:30.2802734375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Na28pGAWNW5Xh9SUUtTAimowI4Egs14E { width:20rem;height:17.1875rem;top:36.4052734375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1Inwe3ihhT0Dts8Ste1Nm8nucBBksaK { width:20rem;height:17.1875rem;top:106.4677734375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LP9MdyVW5wC6kVlI4nKF18QPUBk8tZLO { width:20rem;height:4.875rem;top:94.2177734375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgS1h0U3ZQt878Gopfn1pglb307fD3EM { width:20rem;height:4.875rem;top:100.3427734375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fq9sFyT7tcVXa33N5cTLklhszL5bu01z { width:20rem;height:21.875rem;top:124.9052734375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvzcRgwu8hPAAdy6MXGt8sEFxNAem0rr { width:20rem;height:4.875rem;top:159.7265625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tl8gB9oRi29hCBkUhboyK0MQQyByP4SV { width:20rem;height:15.625rem;top:165.8515625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZuwzCKWulOIrH0onxc1cD7Nm3WPc3Ciq { width:20rem;height:10.446428571429rem;top:148.0302734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2L75TIBhuFFg87dpvB8OmfUIa5e0QR1 { width:13.75rem;height:2.5rem;top:90.4677734375rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFIn2tUDKJcJGKUsC000Czd3kG0DecPI { display:block; }
 }@media only screen and (max-width: 763px) { #Ggfh3BBwhCy7wabMbESt62gJNFKbtv7W { display:block; }#Ggfh3BBwhCy7wabMbESt62gJNFKbtv7W > .row .container { width:20rem;height:1.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BIX0b2eDAll3GDxTuvZ1rCkAKDqJq1Cl { display:block; }#BIX0b2eDAll3GDxTuvZ1rCkAKDqJq1Cl > .row .container { width:20rem;height:15.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ugvXZTnVNZXkNnxcupBSXTzNklTUX9kw { width:20rem;height:1.625rem;top:0.6875rem;left:0.125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b5oF82cPZa4O3z5vy6rHZULXCkU68Fiq { width:20rem;height:1.5625rem;top:2.875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fyp7qBW5lsgtpJ53ptb0F0GLTzaX6pzv { width:17.75rem;height:1.1875rem;top:10.0625rem;left:1.125rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3xPd5UPL33SNinwWblLxq6JUAzpV1Cl { width:20rem;height:2.375rem;top:11.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }