.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:244,240,233;--color-primary-1:222,209,188;--color-primary-2:200,178,144;--color-primary-3:120,107,86;--color-primary-4:74,59,48;--color-secondary-0:255,255,255;--color-secondary-1:255,255,255;--color-secondary-2:255,255,255;--color-secondary-3:128,128,128;--color-secondary-4:38,38,38;--color-tertiary-0:217,217,217;--color-tertiary-1:128,128,128;--color-tertiary-2:0,0,0;--color-tertiary-3:0,0,0;--color-tertiary-4:0,0,0;--headlines-font-family:"Montserrat";--paragraphs-font-family:"Montserrat"; }@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:transparent;background-image:none;position:relative;display:block; }
#kJhTeFi4mESxCyFulaCTUA1qNTXbWTZs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kJhTeFi4mESxCyFulaCTUA1qNTXbWTZs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kJhTeFi4mESxCyFulaCTUA1qNTXbWTZs > .row > .video-iframe-container { display: none; }#kJhTeFi4mESxCyFulaCTUA1qNTXbWTZs > .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); }#ioChPzMsiCxarpQGmsEsGVe9PNlBUz4r { background-color:rgba(var(--color-secondary-0),0.61);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ioChPzMsiCxarpQGmsEsGVe9PNlBUz4r > .row .container { background-color: transparent; background-image: none; }#ioChPzMsiCxarpQGmsEsGVe9PNlBUz4r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ioChPzMsiCxarpQGmsEsGVe9PNlBUz4r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ioChPzMsiCxarpQGmsEsGVe9PNlBUz4r > .row .container > .video-iframe-container { display: none; }#ioChPzMsiCxarpQGmsEsGVe9PNlBUz4r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ioChPzMsiCxarpQGmsEsGVe9PNlBUz4r > .row > .video-iframe-container { display: none; }#ioChPzMsiCxarpQGmsEsGVe9PNlBUz4r > .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); }#ioChPzMsiCxarpQGmsEsGVe9PNlBUz4r > .row .container { border-width: 0; border-radius: 0; }#ioChPzMsiCxarpQGmsEsGVe9PNlBUz4r > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ioChPzMsiCxarpQGmsEsGVe9PNlBUz4r > .row .container { width:60rem;height:23.4375rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#Aao1qnTwnbEQ5wdm7X1ph1i877nOvHn0 { display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:11.1875rem;left:0rem;height:;color:rgba(var(--color-tertiary-2),1);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; }
#FRdBGcsmotkJaOXkBpbX94XQZQND3qM6 { display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:7.8125rem;left:0rem;height:1.625rem;color:rgba(var(--color-tertiary-2),1);text-align:center;text-align-last:center;font-style:normal;display:block; }
#ImrFvR1qGotRTT9uwqVyMTy2CbCTX5LE { display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:18.125rem;left:0rem;height:;color:rgba(var(--color-tertiary-2),1);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; }
#pQNotKZMGIXPqcwPHBRc9RdC7T0mCnga { box-sizing:content-box;height:2.375rem;width:55.875rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:7.4375rem;left:2.3125rem;display:block; }
#AWSUAJhAmNKP7pZLZRPec0pbhfKSdIzw { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.75rem;width:15.4375rem;top:0.875rem;left:22.28125rem;overflow:hidden;display:block; }
#FrkF3RtiSUJGeEwqEMyWghdIbyi7aI7p { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-0),0.61);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; }#FrkF3RtiSUJGeEwqEMyWghdIbyi7aI7p > .row .container { background-color: transparent; background-image: none; }#FrkF3RtiSUJGeEwqEMyWghdIbyi7aI7p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FrkF3RtiSUJGeEwqEMyWghdIbyi7aI7p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FrkF3RtiSUJGeEwqEMyWghdIbyi7aI7p > .row .container > .video-iframe-container { display: none; }#FrkF3RtiSUJGeEwqEMyWghdIbyi7aI7p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FrkF3RtiSUJGeEwqEMyWghdIbyi7aI7p > .row > .video-iframe-container { display: none; }#FrkF3RtiSUJGeEwqEMyWghdIbyi7aI7p > .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); }#FrkF3RtiSUJGeEwqEMyWghdIbyi7aI7p > .row .container { border-width: 0; border-radius: 0; }#FrkF3RtiSUJGeEwqEMyWghdIbyi7aI7p > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FrkF3RtiSUJGeEwqEMyWghdIbyi7aI7p > .row .container { font-size:0.875rem;font-family:"open sans";height:21.4375rem;width:60rem;position:relative;display:block; }#uuFt4IK2fXb9rCy9ckSP8E3ux0TTTtnD { display:block;width:34.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:0.8974609375rem;left:12.96875rem;height:2.275rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BsFQMgqg70TIPukbDSo11JMgxza8MKgr .widget-form-header {  }
#BsFQMgqg70TIPukbDSo11JMgxza8MKgr .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;color:rgba(var(--color-tertiary-2),1);width:50.375rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#BsFQMgqg70TIPukbDSo11JMgxza8MKgr .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:50.375rem;box-sizing:border-box;height:2.75rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(var(--color-tertiary-2),0.15) ; }
#BsFQMgqg70TIPukbDSo11JMgxza8MKgr .widget-input-text {padding-top: 0; padding-bottom: 0;}#BsFQMgqg70TIPukbDSo11JMgxza8MKgr .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:50.375rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(var(--color-tertiary-2),0.15) ; }
#BsFQMgqg70TIPukbDSo11JMgxza8MKgr .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:50.375rem;box-sizing:border-box;height:2.75rem;color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;overflow:hidden;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(var(--color-tertiary-2),0.15) ; }
#BsFQMgqg70TIPukbDSo11JMgxza8MKgr .widget-input-select {padding-top: 0; padding-bottom: 0;}#BsFQMgqg70TIPukbDSo11JMgxza8MKgr .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#BsFQMgqg70TIPukbDSo11JMgxza8MKgr .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#BsFQMgqg70TIPukbDSo11JMgxza8MKgr .widget-input-button { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:transparent;background-image: -webkit-linear-gradient(225deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(225deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(225deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(225deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(225deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:rgba(var(--color-tertiary-2),1);width:50.375rem;height:3.75rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: -0.25rem 0.625rem 1.25rem rgba(var(--color-tertiary-2),0.25) ; }
#BsFQMgqg70TIPukbDSo11JMgxza8MKgr [class*="-text"]:-moz-placeholder { color:#9e9e9e;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal; }
#BsFQMgqg70TIPukbDSo11JMgxza8MKgr [class*="-text"]::-moz-placeholder { color:#9e9e9e;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal; }
#BsFQMgqg70TIPukbDSo11JMgxza8MKgr [class*="-text"]:-ms-input-placeholder { color:#9e9e9e;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal; }
#BsFQMgqg70TIPukbDSo11JMgxza8MKgr [class*="-text"]::-webkit-input-placeholder { color:#9e9e9e;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal; }
#BsFQMgqg70TIPukbDSo11JMgxza8MKgr .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.3;font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-2),1);vertical-align:top;width:49.125rem;overflow:hidden;font-style:normal;float:none; }
#BsFQMgqg70TIPukbDSo11JMgxza8MKgr .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; }
#BsFQMgqg70TIPukbDSo11JMgxza8MKgr .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.25rem;vertical-align:middle;font-family:ubuntu;font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-2),1);overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#BsFQMgqg70TIPukbDSo11JMgxza8MKgr .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#BsFQMgqg70TIPukbDSo11JMgxza8MKgr .widget-container:first-of-type{padding-top:0;}#BsFQMgqg70TIPukbDSo11JMgxza8MKgr .widget-container:last-of-type{padding-bottom:0;}#BsFQMgqg70TIPukbDSo11JMgxza8MKgr  { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:50.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:3.5625rem;top:3.921875rem;z-index:15011;position:absolute; }
#BsFQMgqg70TIPukbDSo11JMgxza8MKgr .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:50.375rem;display:block;vertical-align:top; }
#BsFQMgqg70TIPukbDSo11JMgxza8MKgr .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:0.875rem;line-height:1.3;font-weight:400;color:rgba(var(--color-tertiary-2),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#BsFQMgqg70TIPukbDSo11JMgxza8MKgr {display:block;}#BsFQMgqg70TIPukbDSo11JMgxza8MKgr { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:50.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:3.5625rem;top:3.921875rem;z-index:15011;position:absolute; }
#BsFQMgqg70TIPukbDSo11JMgxza8MKgr #XWTOsHsewf5UgZdOQA7TyXMNcvcMsF87 { position:relative; }
#BsFQMgqg70TIPukbDSo11JMgxza8MKgr #zvgJusKwTKGJ885deitu3QeUcBEilgoX { position:relative;display:none; }
#BsFQMgqg70TIPukbDSo11JMgxza8MKgr #Ut13z31kephqRPCobssmbiAAFNatZE5K { position:relative; }
#BsFQMgqg70TIPukbDSo11JMgxza8MKgr #pUpAEWOaDkSODRStMz07EimQx3SFDCU9 { position:relative; }
#BsFQMgqg70TIPukbDSo11JMgxza8MKgr #GiJ2giasuyJfsteqDeobyP4UXBXFzLhH { position:relative;display:none; }
#BsFQMgqg70TIPukbDSo11JMgxza8MKgr #MTpNdlBGWsWRFgGybngWSNoZPLvuGHWF { position:relative; }
#BsFQMgqg70TIPukbDSo11JMgxza8MKgr #xbqq6g3GNKtC0r6PvPx5NPtiCoolOhDg { position:relative; }
#BsFQMgqg70TIPukbDSo11JMgxza8MKgr #f10kaQpTyC9zVd04KIOp7zVlNgQ8hkzt { position:relative;z-index:2; }
#BsFQMgqg70TIPukbDSo11JMgxza8MKgr #VkAhoNQRZbP1ctAfxoBSzFt6z60nc0aU { position:relative; }
#QzcZii2rlTI7vlWFkvDmxMcNGbzmopBq { position:relative;display:block; }
#bp9gC7mQtXC97G0BQiJ6liP5KkvVgErB { position:relative;display:block; }
#PopAxfpW7axHRTMLshRAuLphQppJh1Gx { position:relative;display:block; }
#zPSnFn2fclN71xKi4TabNOQd8WtikQgh { position:relative;display:block; }
#cfR9teRIV1706IwTSTKWyn0GKfvqk8Em { position:relative;display:block; }
#BsFQMgqg70TIPukbDSo11JMgxza8MKgr #xxlc7tkzSuVMbTpEyRP6GTFTJ0vCCfnt { position:relative; }
#BsFQMgqg70TIPukbDSo11JMgxza8MKgr #LkPRlTxeCLvwrnhaRPNPblWDZFqN99Gq { position:relative; }
#LMXOsw9mxJwKwyVyOPiRaZKHN7dHBusf { display:block;width:34.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:0.8974609375rem;left:12.96875rem;height:2.11230625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#I4yibqEMiWiUfM5I5JgBT0VSRmLf8MqA { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-0),0.61);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; }#I4yibqEMiWiUfM5I5JgBT0VSRmLf8MqA > .row .container { background-color: transparent; background-image: none; }#I4yibqEMiWiUfM5I5JgBT0VSRmLf8MqA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I4yibqEMiWiUfM5I5JgBT0VSRmLf8MqA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I4yibqEMiWiUfM5I5JgBT0VSRmLf8MqA > .row .container > .video-iframe-container { display: none; }#I4yibqEMiWiUfM5I5JgBT0VSRmLf8MqA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I4yibqEMiWiUfM5I5JgBT0VSRmLf8MqA > .row > .video-iframe-container { display: none; }#I4yibqEMiWiUfM5I5JgBT0VSRmLf8MqA > .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); }#I4yibqEMiWiUfM5I5JgBT0VSRmLf8MqA > .row .container { border-width: 0; border-radius: 0; }#I4yibqEMiWiUfM5I5JgBT0VSRmLf8MqA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#I4yibqEMiWiUfM5I5JgBT0VSRmLf8MqA > .row .container { font-size:0.875rem;font-family:"open sans";height:22.5625rem;width:60rem;position:relative;display:block; }#NHGn1JNADxwtF6Ohpc5Estzm1TQJdXPG .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#NHGn1JNADxwtF6Ohpc5Estzm1TQJdXPG .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:rgba(var(--color-tertiary-2),1);padding-top:0.7925rem;padding-right:0.709375rem;padding-bottom:0.7925rem;padding-left:0.709375rem;display:block;align-items:center;width:4.25375rem;min-width:4.25375rem;height:4.25625rem;position:relative;font-family:var(--headlines-font-family);font-size:3.168125rem;font-weight:300;line-height:68.1px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;font-style:normal; }
#NHGn1JNADxwtF6Ohpc5Estzm1TQJdXPG .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-2),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.495rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:5.671875rem;height:1.683125rem;position:relative;font-family:var(--paragraphs-font-family);font-size:1.188125rem;font-weight:400;line-height:26.93px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#NHGn1JNADxwtF6Ohpc5Estzm1TQJdXPG { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:26.6875rem;height:8.019375rem;padding-top:0.990625rem;padding-right:1.0125rem;padding-bottom:0.990625rem;padding-left:1.0125rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:7rem;left:15.625rem;z-index:15015; }
#NHGn1JNADxwtF6Ohpc5Estzm1TQJdXPG #LKzTg7NTqXi65aDOvKwpHq2yDv22VzCF { display:flex;position:relative;top:0rem;left:0rem; }
#NHGn1JNADxwtF6Ohpc5Estzm1TQJdXPG #pxu3o2TAP6Z2ttlrJ5rfZeEPVv9qWseV { width:auto; }
#NHGn1JNADxwtF6Ohpc5Estzm1TQJdXPG #lk4Dhr7atqdSW3eHaTH0m7D63za3sVG5 {  }
#NHGn1JNADxwtF6Ohpc5Estzm1TQJdXPG #PRSE51Wn7mgMpu82U2aZUv54kRE5WSTf { display:flex;position:relative;top:0rem;left:0rem; }
#NHGn1JNADxwtF6Ohpc5Estzm1TQJdXPG #cZeTwimhcUrpItG1GBSlu2uo1TVA6J47 {  }
#NHGn1JNADxwtF6Ohpc5Estzm1TQJdXPG #EILwkvI5Ti2T0T3Gn97FBJa94t3NTII4 {  }
#NHGn1JNADxwtF6Ohpc5Estzm1TQJdXPG #TRSVfmtiOx6y8bykAZ4S3T2xumFbvHoJ { display:flex;position:relative;top:0rem;left:0rem; }
#NHGn1JNADxwtF6Ohpc5Estzm1TQJdXPG #qBNEtTfI0oOss5BMg4CorAZgb6C8dSUO {  }
#NHGn1JNADxwtF6Ohpc5Estzm1TQJdXPG #wbJDyTroxMkDhAtW64ODps9EnLcBezuG {  }
#NHGn1JNADxwtF6Ohpc5Estzm1TQJdXPG #Bao4dclxeSHmb5hGEbB5NgtZH04kB0V5 { display:flex;position:relative;top:0rem;left:0rem; }
#NHGn1JNADxwtF6Ohpc5Estzm1TQJdXPG #zKZzqHHP0T4WQhPTRG9EH0pKOLV2m8FZ {  }
#NHGn1JNADxwtF6Ohpc5Estzm1TQJdXPG #xRkrPE5QUWtbZ19BKgs6pU3XZOT82TCZ {  }
#rm4Scex1nteuDqDWfgzRTNS5AJEBA6q0 { display:block;width:35.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:2.75rem;left:12.0625rem;height:2.4375rem;color:rgba(var(--color-tertiary-2),1);font-style:normal;display:block; }
#RpDhbb0fymM1TR1blabcDdr3s5Nra3f8 { display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:17.5rem;left:0rem;height:;color:rgba(var(--color-tertiary-2),1);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; }
#nFU0a89Vx9ey9iVUPB2R8T9yqerRR2wa { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-2),0.61);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; }#nFU0a89Vx9ey9iVUPB2R8T9yqerRR2wa > .row .container { background-color: transparent; background-image: none; }#nFU0a89Vx9ey9iVUPB2R8T9yqerRR2wa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nFU0a89Vx9ey9iVUPB2R8T9yqerRR2wa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nFU0a89Vx9ey9iVUPB2R8T9yqerRR2wa > .row .container > .video-iframe-container { display: none; }#nFU0a89Vx9ey9iVUPB2R8T9yqerRR2wa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nFU0a89Vx9ey9iVUPB2R8T9yqerRR2wa > .row > .video-iframe-container { display: none; }#nFU0a89Vx9ey9iVUPB2R8T9yqerRR2wa > .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); }#nFU0a89Vx9ey9iVUPB2R8T9yqerRR2wa > .row .container { border-width: 0; border-radius: 0; }#nFU0a89Vx9ey9iVUPB2R8T9yqerRR2wa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nFU0a89Vx9ey9iVUPB2R8T9yqerRR2wa > .row .container { font-size:0.875rem;font-family:"open sans";height:28.4375rem;width:60rem;position:relative;display:block; }#sPHTDIVAh5hfpKqhdaIDxpK6JHOclvVb { display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:7rem;left:0rem;height:2.03125rem;color:rgba(var(--color-tertiary-2),1);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; }
#Us8BTMJCmAkOrp6tookfosrL7w8UMQCR { display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.875rem;left:0rem;height:;color:rgba(var(--color-tertiary-2),1);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; }
#NPTkNhAFywU9wixUer3gBLRuyVRv5qvF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.8125rem;width:5.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:13.6875rem;left:13.8125rem; }
#aZuIPRlwxxLz36MLVVgIawD8bLVB2Q0z { display:block;width:19.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:21.375rem;left:8.375rem;height:1.7875rem;color:rgba(var(--color-tertiary-2),1);font-style:normal;display:block; }
#V8pSQ2RpEF77ha44Rzx2QaKxCVX13C0X { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.5625rem;width:5.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:13.8125rem;left:41.71875rem; }
#rZ5T3xLXH6aaQUDRCzCDELExEOhTTwQc { display:block;width:10.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:21.375rem;left:40.031251907349rem;height:1.7875rem;color:rgba(var(--color-tertiary-2),1);font-style:normal;display:block; }
#GiXsTiKn87fHwJT12PbJaufvGHXJQqeF { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GiXsTiKn87fHwJT12PbJaufvGHXJQqeF > .row .container { background-color: transparent; background-image: none; }#GiXsTiKn87fHwJT12PbJaufvGHXJQqeF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GiXsTiKn87fHwJT12PbJaufvGHXJQqeF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GiXsTiKn87fHwJT12PbJaufvGHXJQqeF > .row .container > .video-iframe-container { display: none; }#GiXsTiKn87fHwJT12PbJaufvGHXJQqeF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GiXsTiKn87fHwJT12PbJaufvGHXJQqeF > .row > .video-iframe-container { display: none; }#GiXsTiKn87fHwJT12PbJaufvGHXJQqeF > .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); }#GiXsTiKn87fHwJT12PbJaufvGHXJQqeF > .row .container { border-width: 0; border-radius: 0; }#GiXsTiKn87fHwJT12PbJaufvGHXJQqeF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GiXsTiKn87fHwJT12PbJaufvGHXJQqeF > .row .container { font-size:0.875rem;font-family:"open sans";height:29.9375rem;width:60rem;position:relative;display:block; }#JFAB0wRlNCczcrNlwERPvbGXhzDWX7t7 { display:block;width:26.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:7.42812538147rem;left:33.312501907349rem;height:1.70625rem;color:rgba(var(--color-tertiary-2),1);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;overflow:hidden;display:block; }
#TCpzUJeLGGemaEdZgOH2AcHSuWOK0ENe { display:block;width:26.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:14.5625rem;left:33.312501907349rem;height:3.4125rem;color:rgba(var(--color-tertiary-2),1);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;overflow:hidden;display:block; }
#r8wv0ImkVTeKDOFiL0duGFxpNWVvo6v8 { display:block;width:26.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:21.875rem;left:33.1875rem;height:3.4125rem;color:rgba(var(--color-tertiary-2),1);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;overflow:hidden;display:block; }
#TPtI1lwBut3s37eJhLVy1qmknrMplvNs { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:flex;z-index:15015;opacity:1;top:22.487501144409rem;left:30.000001907349rem; }
#J0mq4vFOMbO3v7sB5goT5p9ClyxfKTOT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:flex;z-index:15016;opacity:1;top:14.5625rem;left:30rem; }
#hVr6ZkWe1oC8HXLFsdw9LGzdS1yNNxnx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:flex;z-index:15017;opacity:1;top:7.1875rem;left:30rem; }
#DnIVqzKSDPc0JOVDITDahKzikWs8JvLH { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.875rem;width:29.875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#KgkLk8ePdsW9WcnUNzxo6TulE86Erag2 { display:block;width:26.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:1.375rem;left:30rem;height:1.95rem;color:rgba(var(--color-tertiary-2),1);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;overflow:hidden;display:block; }
#q31HiWvd5GtFpSZETf5TVpqJ3MdDUa2T { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#q31HiWvd5GtFpSZETf5TVpqJ3MdDUa2T > .row .container { background-color: transparent; background-image: none; }#q31HiWvd5GtFpSZETf5TVpqJ3MdDUa2T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q31HiWvd5GtFpSZETf5TVpqJ3MdDUa2T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q31HiWvd5GtFpSZETf5TVpqJ3MdDUa2T > .row .container > .video-iframe-container { display: none; }#q31HiWvd5GtFpSZETf5TVpqJ3MdDUa2T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q31HiWvd5GtFpSZETf5TVpqJ3MdDUa2T > .row > .video-iframe-container { display: none; }#q31HiWvd5GtFpSZETf5TVpqJ3MdDUa2T > .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); }#q31HiWvd5GtFpSZETf5TVpqJ3MdDUa2T > .row .container { border-width: 0; border-radius: 0; }#q31HiWvd5GtFpSZETf5TVpqJ3MdDUa2T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q31HiWvd5GtFpSZETf5TVpqJ3MdDUa2T > .row .container { font-size:0.875rem;font-family:"open sans";height:33.375rem;width:60rem;position:relative;display:block; }#U53kSWaVooLehmmSQFyKVRIuvW8LFuAs { display:block;width:21.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:11.6875rem;left:3.6875rem;height:2.925rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#FcGApno6WiEKZ3X46VqDzldTnztUvaRy { display:block;width:24.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:17rem;left:3.6875rem;height:4.3875rem;font-style:normal;color:#425590;text-align:left;text-align-last:left;display:block; }
#fgW8BczRVB5dKZlUWL4NKHdz4VQqX1dk { display:block;width:26.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:22.75rem;left:3.6875rem;height:9.975rem;font-style:normal;color:rgba(var(--color-tertiary-2),1);text-align:left;text-align-last:left;display:block; }#fgW8BczRVB5dKZlUWL4NKHdz4VQqX1dk li:not(:first-child){ padding-top:0.4375rem;padding-right:0;padding-bottom:0;padding-left:0; }#fgW8BczRVB5dKZlUWL4NKHdz4VQqX1dk li:before{  }
#hL60bIRL1bUh6ussdA2TnGi5s5edNWyq { display:block;width:41.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:4.6875rem;left:12.5rem;height:3.25rem;color:rgba(var(--color-tertiary-2),1);font-style:normal;display:block; }
#c3zXrwmBTXhFmJEuBR6I3awiFvAJKi0F { border-bottom:0;border-left:0;border-right:0;border-top:0;height:25.3125rem;width:19.0625rem;position:absolute;display:block;z-index:15000;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:8.0625rem;left:35.46875rem;overflow:hidden;display:block; }
#ZGipkq1FRTFJClaw9PaQrgN9VTBQHEqE { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZGipkq1FRTFJClaw9PaQrgN9VTBQHEqE > .row .container { background-color: transparent; background-image: none; }#ZGipkq1FRTFJClaw9PaQrgN9VTBQHEqE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZGipkq1FRTFJClaw9PaQrgN9VTBQHEqE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZGipkq1FRTFJClaw9PaQrgN9VTBQHEqE > .row .container > .video-iframe-container { display: none; }#ZGipkq1FRTFJClaw9PaQrgN9VTBQHEqE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZGipkq1FRTFJClaw9PaQrgN9VTBQHEqE > .row > .video-iframe-container { display: none; }#ZGipkq1FRTFJClaw9PaQrgN9VTBQHEqE > .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); }#ZGipkq1FRTFJClaw9PaQrgN9VTBQHEqE > .row .container { border-width: 0; border-radius: 0; }#ZGipkq1FRTFJClaw9PaQrgN9VTBQHEqE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZGipkq1FRTFJClaw9PaQrgN9VTBQHEqE > .row .container { font-size:0.875rem;font-family:"open sans";height:9.125rem;width:60rem;position:relative;display:block; }#PrnNm3X86PgwTp4hv9ErcESTBfJ9Wnn6 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:4.125rem;top:2.5rem;left:3.125rem;overflow:hidden;display:block; }
#c6wVAHZNZEM4gXEz4AEqwHVligff9cZb { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5625rem;width:6.5625rem;top:1.28125rem;left:10.8125rem;overflow:hidden;display:block; }
#p23Cy9uBiTFrtDWU6GflXoaTCtHlnwJz { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:5.3125rem;top:1.90625rem;left:20.687501907349rem;overflow:hidden;display:block; }
#GuSdzS8FDzXRir2gf1CAde0HeSnUmHOg { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.6875rem;width:6.5625rem;top:1.21875rem;left:29.312501907349rem;overflow:hidden;display:block; }
#uM390qCi8chTugv6fCH5wuuuHU1b85LZ { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5625rem;width:6.5625rem;top:1.28125rem;left:39.812501907349rem;overflow:hidden;display:block; }
#yaKqJZ8D1EdDoxUMni0ouvrSWht2WFMf { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5625rem;width:6.5625rem;top:1.28125rem;left:50.249219894409rem;overflow:hidden;display:block; }
#J4VanyTChWRtL5XN7qUMLMPdsa6J11E7 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:31rem;width:17.0625rem;position:absolute;display:block;z-index:15000;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:6.1242170333863rem;left:3.6749992370606rem;overflow:hidden;display:block; }
#ApPNRzIChUDZy05iUJBaoTfrAbb3RRQ0 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ApPNRzIChUDZy05iUJBaoTfrAbb3RRQ0 > .row .container { background-color: transparent; background-image: none; }#ApPNRzIChUDZy05iUJBaoTfrAbb3RRQ0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ApPNRzIChUDZy05iUJBaoTfrAbb3RRQ0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ApPNRzIChUDZy05iUJBaoTfrAbb3RRQ0 > .row .container > .video-iframe-container { display: none; }#ApPNRzIChUDZy05iUJBaoTfrAbb3RRQ0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ApPNRzIChUDZy05iUJBaoTfrAbb3RRQ0 > .row > .video-iframe-container { display: none; }#ApPNRzIChUDZy05iUJBaoTfrAbb3RRQ0 > .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); }#ApPNRzIChUDZy05iUJBaoTfrAbb3RRQ0 > .row .container { border-width: 0; border-radius: 0; }#ApPNRzIChUDZy05iUJBaoTfrAbb3RRQ0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ApPNRzIChUDZy05iUJBaoTfrAbb3RRQ0 > .row .container { font-size:0.875rem;font-family:"open sans";height:28.25rem;width:60rem;position:relative;display:block; }#kDqJ7tGnUV6Q6l9Z5g261tRJBEF64cz1 { display:block;width:21rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.125rem;left:33.0625rem;height:2.7625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#TMpi4qeDnc3rTaXlVViTnWMfF62oHJId { display:block;width:24.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:8.625rem;left:33.0625rem;height:4.875rem;font-style:normal;color:#425590;text-align:left;text-align-last:left;display:block; }
#oiaxJAdda66PXtP3ENuiQHD4O7fmNR9r { display:block;width:26.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:15.5rem;left:33.0625rem;height:8.675rem;font-style:normal;color:rgba(var(--color-tertiary-2),1);text-align:left;text-align-last:left;display:block; }#oiaxJAdda66PXtP3ENuiQHD4O7fmNR9r li:not(:first-child){ padding-top:0.4375rem;padding-right:0;padding-bottom:0;padding-left:0; }#oiaxJAdda66PXtP3ENuiQHD4O7fmNR9r li:before{  }
#qJVdmCg9PVaGVyElNSZIE8dbSvEQvONi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),0.61);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; }#qJVdmCg9PVaGVyElNSZIE8dbSvEQvONi > .row .container { background-color: transparent; background-image: none; }#qJVdmCg9PVaGVyElNSZIE8dbSvEQvONi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qJVdmCg9PVaGVyElNSZIE8dbSvEQvONi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qJVdmCg9PVaGVyElNSZIE8dbSvEQvONi > .row .container > .video-iframe-container { display: none; }#qJVdmCg9PVaGVyElNSZIE8dbSvEQvONi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qJVdmCg9PVaGVyElNSZIE8dbSvEQvONi > .row > .video-iframe-container { display: none; }#qJVdmCg9PVaGVyElNSZIE8dbSvEQvONi > .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); }#qJVdmCg9PVaGVyElNSZIE8dbSvEQvONi > .row .container { border-width: 0; border-radius: 0; }#qJVdmCg9PVaGVyElNSZIE8dbSvEQvONi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qJVdmCg9PVaGVyElNSZIE8dbSvEQvONi > .row .container { font-size:0.875rem;font-family:"open sans";height:69.1875rem;width:60rem;position:relative;display:block; }#qPWUMJ1RvOCf2N5C2SRy1poBTtLMJVmu { z-index:15003;top:48.625001907349rem;left:12.09375rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(var(--color-tertiary-2),0.35) ;box-sizing:border-box;color:rgba(var(--color-tertiary-2),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.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:35.5625rem;height:6.3125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#zrSzLRaQ7UVRSeOrIqGxE3qv22PxFhJy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#za7hsl1KBPzSrauihK7VEwBGIxpvM01o { display:block;width:44.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:4.3125rem;left:7.8125rem;height:2.275rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#FldxXmJVwrTfPAGkNLNhu5fGcI7bndFF { display:block;width:47.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:2.5;letter-spacing:0;top:8.8742208480838rem;left:7.1875rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#FldxXmJVwrTfPAGkNLNhu5fGcI7bndFF li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#FldxXmJVwrTfPAGkNLNhu5fGcI7bndFF li:before{  }
#qpcHJ0OyQhhi4ms2l8cVxmf7sOydyd9b { display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:61.375001907349rem;left:0rem;height:3.25rem;color:rgba(var(--color-tertiary-2),1);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; }
#EWcUg4HhscEzEWXQHywc2o1HLRyfUibk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),0.61);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#EWcUg4HhscEzEWXQHywc2o1HLRyfUibk > .row .container { border-width: 0; border-radius: 0; }#EWcUg4HhscEzEWXQHywc2o1HLRyfUibk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EWcUg4HhscEzEWXQHywc2o1HLRyfUibk > .row .container { font-size:0.875rem;font-family:"open sans";height:53.5rem;width:60rem;position:relative;display:none; }#SOMi7ExfumpoHd7ATWzWtSiCK0NeAUlc { display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.6;letter-spacing:0;top:49.0625rem;left:2.5rem;height:1.8rem;font-style:normal;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-2),1);display:block; }
#M2yrCEyWOaS1vQd654LOpvNkFqvKZ43H { display:block;width:25rem;position:absolute;font-family:"open sans";font-size:2.125rem;font-weight:700;z-index:15002;line-height:1.6;letter-spacing:0;top:44.8125rem;left:2.5rem;height:3.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xCLXHt0p8Xv1gLS8o6b4aS3nSmmOGZZ6 { display:block;width:29.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:7.875rem;left:0rem;height:1.7875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#cUIen5xNK0KteQX4y1Q8OQVwWaHIz3u0 { display:block;width:29.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:7.875rem;left:30.0625rem;height:1.7875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ARzbm0l0H5QG4s9puBCFUAbPZTOEvLLg { display:block;width:25rem;position:absolute;font-family:"open sans";font-size:2.125rem;font-weight:700;z-index:15003;line-height:1.6;letter-spacing:0;top:44.8125rem;left:32.5rem;height:3.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#W41gmRWHVMMT3qzUmkOtALUUn0VX8vfc { display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.6;letter-spacing:0;top:49.0625rem;left:32.5rem;height:1.8rem;font-style:normal;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-2),1);display:block; }
#EvTHohoFqzX7su9XiyBF2Ep6lznghFVk { position:absolute;display:block;z-index:15012;height:30.625rem;width:20.6875rem;top:13.25rem;left:4.6875rem;display:block; }
#QsbJFTQ5k2oMd2phIJV3o6bsmh0f7ZTH { position:absolute;display:block;z-index:15013;height:30.625rem;width:20.6875rem;top:13.1875rem;left:34.6875rem;display:block; }
#IDEyN0A6xBRiGBTaqllHGVkNSoDcS66l { display:block;width:44.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.5rem;left:7.8125rem;height:2.275rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#mxBaqBiIeu8DHdZb0GENJARaNr1hwcSy { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#mxBaqBiIeu8DHdZb0GENJARaNr1hwcSy > .row .container { background-color: transparent; background-image: none; }#mxBaqBiIeu8DHdZb0GENJARaNr1hwcSy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mxBaqBiIeu8DHdZb0GENJARaNr1hwcSy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mxBaqBiIeu8DHdZb0GENJARaNr1hwcSy > .row .container > .video-iframe-container { display: none; }#mxBaqBiIeu8DHdZb0GENJARaNr1hwcSy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mxBaqBiIeu8DHdZb0GENJARaNr1hwcSy > .row > .video-iframe-container { display: none; }#mxBaqBiIeu8DHdZb0GENJARaNr1hwcSy > .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); }#mxBaqBiIeu8DHdZb0GENJARaNr1hwcSy > .row .container { border-width: 0; border-radius: 0; }#mxBaqBiIeu8DHdZb0GENJARaNr1hwcSy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mxBaqBiIeu8DHdZb0GENJARaNr1hwcSy > .row .container { font-size:0.875rem;font-family:"open sans";height:4.375rem;width:60rem;position:relative;display:block; }#MORpEmeDnz2Hh55igf0BPGPd7Q3pZlnq { background-color:transparent;background-image: -webkit-linear-gradient(360deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(360deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(360deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(360deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(360deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.875rem;height:2.875rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:0.5625rem;left:46.179944490131rem;display:block; }
#uKdb69XfKV7h45xNbCpeTO8M0WQLFitv { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#aIm0A3Shsh8VITH4b0OanpArVzNcymq7 { display:block;width:19.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:0.724609375rem;left:24.0625rem;height:2.925rem;color:rgba(var(--color-tertiary-2),1);text-align:left;text-align-last:left;font-style:normal;display:block; }
#RytdTbXZoEPmab1pdebJ8DTNWDIKIRlF { display:block;width:7rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:1.05078125rem;left:0.625rem;height:1.7875rem;color:rgba(var(--color-tertiary-2),1);text-align:center;text-align-last:center;font-style:normal;display:block; }
#oXcmvQwWkIXQZizNbTFo1Q1UAq8q5buh .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#oXcmvQwWkIXQZizNbTFo1Q1UAq8q5buh .widget-text.counter-number { border-top:0.09rem solid #2a2d3d;border-left:0.08875rem solid #2a2d3d;border-right:0.08875rem solid #2a2d3d;border-bottom:0.09rem solid #2a2d3d;background-color:transparent;background-image:none;color:#2a2d3d;padding-top:0.315rem;padding-right:0.271875rem;padding-bottom:0.315rem;padding-left:0.271875rem;display:block;align-items:center;width:1.631875rem;min-width:1.631875rem;height:1.6925rem;position:relative;font-family:arial;font-size:1.26rem;font-weight:700;line-height:27.08px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#oXcmvQwWkIXQZizNbTFo1Q1UAq8q5buh .widget-text.counter-label { background-color:;background-image:none;color:#2a2d3d;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.196875rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:2.175rem;height:0.66875rem;position:relative;font-family:arial;font-size:0.471875rem;font-weight:700;line-height:10.7px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#oXcmvQwWkIXQZizNbTFo1Q1UAq8q5buh { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:13.4375rem;height:3.368125rem;padding-top:0.039375rem;padding-right:0.03875rem;padding-bottom:0.039375rem;padding-left:0.03875rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0.52187347412109rem;left:8.3125rem;z-index:15015; }
#oXcmvQwWkIXQZizNbTFo1Q1UAq8q5buh #pZ8TP7wQrDud5lcxTTeATZGEazNuBdTJ { display:flex;position:relative;top:0rem;left:0rem; }
#oXcmvQwWkIXQZizNbTFo1Q1UAq8q5buh #XBLRHJXA1umKcpf8SpZahBInds85uSTi { width:auto; }
#oXcmvQwWkIXQZizNbTFo1Q1UAq8q5buh #fvmpE0k9IhrcHc83GPcXx7uzOTH6aonQ {  }
#oXcmvQwWkIXQZizNbTFo1Q1UAq8q5buh #gD1LATMW0ANVm1t5QnJKAiq6y53gIUaV { display:flex;position:relative;top:0rem;left:0rem; }
#oXcmvQwWkIXQZizNbTFo1Q1UAq8q5buh #ypPBSfiQ1ei3WwwtsgisVIktWaIRi55o {  }
#oXcmvQwWkIXQZizNbTFo1Q1UAq8q5buh #OV9GzKVleRCwXACEoOTD9M4HsURaWZQV {  }
#oXcmvQwWkIXQZizNbTFo1Q1UAq8q5buh #J7Rgtux7WTsUWU8lUEV8ph7ZUbzwKrsK { display:flex;position:relative;top:0rem;left:0rem; }
#oXcmvQwWkIXQZizNbTFo1Q1UAq8q5buh #orCIsaP9ydoiAct3MElgxWtn92T5RvSp {  }
#oXcmvQwWkIXQZizNbTFo1Q1UAq8q5buh #eICaJ7cURGaT2uqqwO7IsngByHeBfhnD {  }
#oXcmvQwWkIXQZizNbTFo1Q1UAq8q5buh #ftVpaXe1KmOgfD51m6U9UKHVOweaO3io { display:flex;position:relative;top:0rem;left:0rem; }
#oXcmvQwWkIXQZizNbTFo1Q1UAq8q5buh #vmstEUZTHM3P97JiRLupsK4q4mmfBLIU {  }
#oXcmvQwWkIXQZizNbTFo1Q1UAq8q5buh #KtWRIbQFRa11qxnposTC9JxatoWNsal4 {  }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ioChPzMsiCxarpQGmsEsGVe9PNlBUz4r { display:block; }#ioChPzMsiCxarpQGmsEsGVe9PNlBUz4r > .row .container { width:47.75rem;height:14.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Aao1qnTwnbEQ5wdm7X1ph1i877nOvHn0 { width:47.75rem;height:3.0625rem;top:3.75rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRdBGcsmotkJaOXkBpbX94XQZQND3qM6 { width:47.75rem;height:1.75rem;top:7.5rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImrFvR1qGotRTT9uwqVyMTy2CbCTX5LE { width:47.75rem;height:3.0625rem;top:3.75rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQNotKZMGIXPqcwPHBRc9RdC7T0mCnga { top:7.4375rem;left:0rem;width:47.75rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWSUAJhAmNKP7pZLZRPec0pbhfKSdIzw { top:0.875rem;left:16.15625rem;width:15.4375rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FrkF3RtiSUJGeEwqEMyWghdIbyi7aI7p { display:block; }#FrkF3RtiSUJGeEwqEMyWghdIbyi7aI7p > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uuFt4IK2fXb9rCy9ckSP8E3ux0TTTtnD { width:34.0625rem;height:2.25rem;top:0.875rem;left:6.84375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BsFQMgqg70TIPukbDSo11JMgxza8MKgr .widget-regular-label { display:block; }
#BsFQMgqg70TIPukbDSo11JMgxza8MKgr .widget-checkbox-label { width:13.75rem; }
#BsFQMgqg70TIPukbDSo11JMgxza8MKgr  { width:15rem;height:auto; }
#BsFQMgqg70TIPukbDSo11JMgxza8MKgr {display:block;}#BsFQMgqg70TIPukbDSo11JMgxza8MKgr { width:15rem;height:auto; }
 }@media only screen and (max-width: 763px) { #BsFQMgqg70TIPukbDSo11JMgxza8MKgr #XWTOsHsewf5UgZdOQA7TyXMNcvcMsF87 {  }
 }@media only screen and (max-width: 763px) { #BsFQMgqg70TIPukbDSo11JMgxza8MKgr #zvgJusKwTKGJ885deitu3QeUcBEilgoX { display:none; }
 }@media only screen and (max-width: 763px) { #BsFQMgqg70TIPukbDSo11JMgxza8MKgr #Ut13z31kephqRPCobssmbiAAFNatZE5K {  }
 }@media only screen and (max-width: 763px) { #BsFQMgqg70TIPukbDSo11JMgxza8MKgr #pUpAEWOaDkSODRStMz07EimQx3SFDCU9 {  }
 }@media only screen and (max-width: 763px) { #BsFQMgqg70TIPukbDSo11JMgxza8MKgr #GiJ2giasuyJfsteqDeobyP4UXBXFzLhH { display:none; }
 }@media only screen and (max-width: 763px) { #BsFQMgqg70TIPukbDSo11JMgxza8MKgr #MTpNdlBGWsWRFgGybngWSNoZPLvuGHWF {  }
 }@media only screen and (max-width: 763px) { #BsFQMgqg70TIPukbDSo11JMgxza8MKgr #xbqq6g3GNKtC0r6PvPx5NPtiCoolOhDg {  }
 }@media only screen and (max-width: 763px) { #BsFQMgqg70TIPukbDSo11JMgxza8MKgr #f10kaQpTyC9zVd04KIOp7zVlNgQ8hkzt { z-index:2; }
 }@media only screen and (max-width: 763px) { #BsFQMgqg70TIPukbDSo11JMgxza8MKgr #VkAhoNQRZbP1ctAfxoBSzFt6z60nc0aU {  }
 }@media only screen and (max-width: 763px) { #QzcZii2rlTI7vlWFkvDmxMcNGbzmopBq { display:block; }
 }@media only screen and (max-width: 763px) { #bp9gC7mQtXC97G0BQiJ6liP5KkvVgErB { display:block; }
 }@media only screen and (max-width: 763px) { #PopAxfpW7axHRTMLshRAuLphQppJh1Gx { display:block; }
 }@media only screen and (max-width: 763px) { #zPSnFn2fclN71xKi4TabNOQd8WtikQgh { display:block; }
 }@media only screen and (max-width: 763px) { #cfR9teRIV1706IwTSTKWyn0GKfvqk8Em { display:block; }
 }@media only screen and (max-width: 763px) { #BsFQMgqg70TIPukbDSo11JMgxza8MKgr #xxlc7tkzSuVMbTpEyRP6GTFTJ0vCCfnt {  }
 }@media only screen and (max-width: 763px) { #BsFQMgqg70TIPukbDSo11JMgxza8MKgr #LkPRlTxeCLvwrnhaRPNPblWDZFqN99Gq {  }
 }@media only screen and (max-width: 763px) { #LMXOsw9mxJwKwyVyOPiRaZKHN7dHBusf { width:20rem;height:;top:35.4375rem;left:0rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #I4yibqEMiWiUfM5I5JgBT0VSRmLf8MqA { display:block; }#I4yibqEMiWiUfM5I5JgBT0VSRmLf8MqA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NHGn1JNADxwtF6Ohpc5Estzm1TQJdXPG .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#NHGn1JNADxwtF6Ohpc5Estzm1TQJdXPG .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#NHGn1JNADxwtF6Ohpc5Estzm1TQJdXPG .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#NHGn1JNADxwtF6Ohpc5Estzm1TQJdXPG { display:flex;width:18rem;height:5.0625rem;top:11.3125rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #NHGn1JNADxwtF6Ohpc5Estzm1TQJdXPG #LKzTg7NTqXi65aDOvKwpHq2yDv22VzCF { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NHGn1JNADxwtF6Ohpc5Estzm1TQJdXPG #pxu3o2TAP6Z2ttlrJ5rfZeEPVv9qWseV {  }
 }@media only screen and (max-width: 763px) { #NHGn1JNADxwtF6Ohpc5Estzm1TQJdXPG #lk4Dhr7atqdSW3eHaTH0m7D63za3sVG5 {  }
 }@media only screen and (max-width: 763px) { #NHGn1JNADxwtF6Ohpc5Estzm1TQJdXPG #PRSE51Wn7mgMpu82U2aZUv54kRE5WSTf { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NHGn1JNADxwtF6Ohpc5Estzm1TQJdXPG #cZeTwimhcUrpItG1GBSlu2uo1TVA6J47 {  }
 }@media only screen and (max-width: 763px) { #NHGn1JNADxwtF6Ohpc5Estzm1TQJdXPG #EILwkvI5Ti2T0T3Gn97FBJa94t3NTII4 {  }
 }@media only screen and (max-width: 763px) { #NHGn1JNADxwtF6Ohpc5Estzm1TQJdXPG #TRSVfmtiOx6y8bykAZ4S3T2xumFbvHoJ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NHGn1JNADxwtF6Ohpc5Estzm1TQJdXPG #qBNEtTfI0oOss5BMg4CorAZgb6C8dSUO {  }
 }@media only screen and (max-width: 763px) { #NHGn1JNADxwtF6Ohpc5Estzm1TQJdXPG #wbJDyTroxMkDhAtW64ODps9EnLcBezuG {  }
 }@media only screen and (max-width: 763px) { #NHGn1JNADxwtF6Ohpc5Estzm1TQJdXPG #Bao4dclxeSHmb5hGEbB5NgtZH04kB0V5 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NHGn1JNADxwtF6Ohpc5Estzm1TQJdXPG #zKZzqHHP0T4WQhPTRG9EH0pKOLV2m8FZ {  }
 }@media only screen and (max-width: 763px) { #NHGn1JNADxwtF6Ohpc5Estzm1TQJdXPG #xRkrPE5QUWtbZ19BKgs6pU3XZOT82TCZ {  }
 }@media only screen and (max-width: 763px) { #rm4Scex1nteuDqDWfgzRTNS5AJEBA6q0 { width:26.375rem;height:1.75rem;top:8.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpDhbb0fymM1TR1blabcDdr3s5Nra3f8 { width:47.75rem;height:3.0625rem;top:3.75rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFU0a89Vx9ey9iVUPB2R8T9yqerRR2wa { display:block; }#nFU0a89Vx9ey9iVUPB2R8T9yqerRR2wa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sPHTDIVAh5hfpKqhdaIDxpK6JHOclvVb { width:47.75rem;height:3.0625rem;top:3.75rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Us8BTMJCmAkOrp6tookfosrL7w8UMQCR { width:47.75rem;height:3.0625rem;top:3.75rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPTkNhAFywU9wixUer3gBLRuyVRv5qvF { top:13.6875rem;left:7.6875rem;width:5.8125rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZuIPRlwxxLz36MLVVgIawD8bLVB2Q0z { width:19.4375rem;height:1.75rem;top:21.375rem;left:2.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8pSQ2RpEF77ha44Rzx2QaKxCVX13C0X { top:13.8125rem;left:35.59375rem;width:5.5625rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZ5T3xLXH6aaQUDRCzCDELExEOhTTwQc { width:12.5rem;height:1.625rem;top:4.3125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GiXsTiKn87fHwJT12PbJaufvGHXJQqeF { display:block; }#GiXsTiKn87fHwJT12PbJaufvGHXJQqeF > .row .container { width:47.75rem;height:25.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JFAB0wRlNCczcrNlwERPvbGXhzDWX7t7 { width:26.25rem;height:11.25rem;top:11.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCpzUJeLGGemaEdZgOH2AcHSuWOK0ENe { width:26.25rem;height:11.25rem;top:11.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8wv0ImkVTeKDOFiL0duGFxpNWVvo6v8 { width:26.25rem;height:11.25rem;top:11.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPtI1lwBut3s37eJhLVy1qmknrMplvNs { top:22.4375rem;left:23.875rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0mq4vFOMbO3v7sB5goT5p9ClyxfKTOT { top:14.5625rem;left:23.875rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVr6ZkWe1oC8HXLFsdw9LGzdS1yNNxnx { top:7.1875rem;left:23.875rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnIVqzKSDPc0JOVDITDahKzikWs8JvLH { top:0rem;left:0rem;width:29.875rem;height:29.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KgkLk8ePdsW9WcnUNzxo6TulE86Erag2 { width:26.25rem;height:11.25rem;top:11.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q31HiWvd5GtFpSZETf5TVpqJ3MdDUa2T { display:block; }#q31HiWvd5GtFpSZETf5TVpqJ3MdDUa2T > .row .container { width:47.75rem;height:25.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U53kSWaVooLehmmSQFyKVRIuvW8LFuAs { width:23.875rem;height:2.5625rem;top:5.375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FcGApno6WiEKZ3X46VqDzldTnztUvaRy { width:23.875rem;height:1.125rem;top:8.5rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgW8BczRVB5dKZlUWL4NKHdz4VQqX1dk { width:23.875rem;height:4.625rem;top:11rem;left:23.875rem;display:block; }#fgW8BczRVB5dKZlUWL4NKHdz4VQqX1dk li:before{  }
 }@media only screen and (max-width: 763px) { #hL60bIRL1bUh6ussdA2TnGi5s5edNWyq { width:26.375rem;height:1.75rem;top:8.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3zXrwmBTXhFmJEuBR6I3awiFvAJKi0F { width:15.5625rem;height:20.1875rem;top:5.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGipkq1FRTFJClaw9PaQrgN9VTBQHEqE { display:block; }#ZGipkq1FRTFJClaw9PaQrgN9VTBQHEqE > .row .container { width:47.75rem;height:25.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PrnNm3X86PgwTp4hv9ErcESTBfJ9Wnn6 { top:2.5rem;left:0.0625rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6wVAHZNZEM4gXEz4AEqwHVligff9cZb { top:1.25rem;left:7.75rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p23Cy9uBiTFrtDWU6GflXoaTCtHlnwJz { top:1.875rem;left:17.625001907349rem;width:5.3125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuSdzS8FDzXRir2gf1CAde0HeSnUmHOg { top:1.1875rem;left:17.3125rem;width:6.5625rem;height:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uM390qCi8chTugv6fCH5wuuuHU1b85LZ { top:1.25rem;left:30.625001907349rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yaKqJZ8D1EdDoxUMni0ouvrSWht2WFMf { top:1.25rem;left:41.061719894409rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4VanyTChWRtL5XN7qUMLMPdsa6J11E7 { width:11.3125rem;height:20.1875rem;top:5.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApPNRzIChUDZy05iUJBaoTfrAbb3RRQ0 { display:block; }#ApPNRzIChUDZy05iUJBaoTfrAbb3RRQ0 > .row .container { width:47.75rem;height:25.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kDqJ7tGnUV6Q6l9Z5g261tRJBEF64cz1 { width:23.875rem;height:2.5625rem;top:5.375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMpi4qeDnc3rTaXlVViTnWMfF62oHJId { width:23.875rem;height:1.125rem;top:8.5rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oiaxJAdda66PXtP3ENuiQHD4O7fmNR9r { width:23.875rem;height:4.625rem;top:11rem;left:23.875rem;display:block; }#oiaxJAdda66PXtP3ENuiQHD4O7fmNR9r li:before{  }
 }@media only screen and (max-width: 763px) { #qJVdmCg9PVaGVyElNSZIE8dbSvEQvONi { display:block; }#qJVdmCg9PVaGVyElNSZIE8dbSvEQvONi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qPWUMJ1RvOCf2N5C2SRy1poBTtLMJVmu { top:48.625rem;left:0rem;width:35.5625rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrSzLRaQ7UVRSeOrIqGxE3qv22PxFhJy { display:block; }
 }@media only screen and (max-width: 763px) { #za7hsl1KBPzSrauihK7VEwBGIxpvM01o { width:23.875rem;height:2.5625rem;top:5.375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FldxXmJVwrTfPAGkNLNhu5fGcI7bndFF { width:23.875rem;height:2.5625rem;top:5.375rem;left:23.875rem;display:block; }#FldxXmJVwrTfPAGkNLNhu5fGcI7bndFF li:before{  }
 }@media only screen and (max-width: 763px) { #qpcHJ0OyQhhi4ms2l8cVxmf7sOydyd9b { width:47.75rem;height:3.0625rem;top:3.75rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWcUg4HhscEzEWXQHywc2o1HLRyfUibk { display:block; }#EWcUg4HhscEzEWXQHywc2o1HLRyfUibk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SOMi7ExfumpoHd7ATWzWtSiCK0NeAUlc { width:22.5rem;height:1.375rem;top:21.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2yrCEyWOaS1vQd654LOpvNkFqvKZ43H { width:22.5rem;height:1.375rem;top:21.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCLXHt0p8Xv1gLS8o6b4aS3nSmmOGZZ6 { width:23.875rem;height:2.5625rem;top:5.375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUIen5xNK0KteQX4y1Q8OQVwWaHIz3u0 { width:23.875rem;height:2.5625rem;top:5.375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARzbm0l0H5QG4s9puBCFUAbPZTOEvLLg { width:22.5rem;height:1.375rem;top:21.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W41gmRWHVMMT3qzUmkOtALUUn0VX8vfc { width:22.5rem;height:1.375rem;top:21.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvTHohoFqzX7su9XiyBF2Ep6lznghFVk { top:13.25rem;left:1.625rem;width:20.6875rem;height:30.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsbJFTQ5k2oMd2phIJV3o6bsmh0f7ZTH { top:13.1875rem;left:25.5rem;width:20.6875rem;height:30.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDEyN0A6xBRiGBTaqllHGVkNSoDcS66l { width:23.875rem;height:2.5625rem;top:5.375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxBaqBiIeu8DHdZb0GENJARaNr1hwcSy { display:block; }#mxBaqBiIeu8DHdZb0GENJARaNr1hwcSy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MORpEmeDnz2Hh55igf0BPGPd7Q3pZlnq { width:11.25rem;height:2.5rem;top:0.9375rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKdb69XfKV7h45xNbCpeTO8M0WQLFitv { display:block; }
 }@media only screen and (max-width: 763px) { #aIm0A3Shsh8VITH4b0OanpArVzNcymq7 { width:16.25rem;height:0.9375rem;top:1.625rem;left:19rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RytdTbXZoEPmab1pdebJ8DTNWDIKIRlF { width:7rem;height:1.75rem;top:1rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXcmvQwWkIXQZizNbTFo1Q1UAq8q5buh .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#oXcmvQwWkIXQZizNbTFo1Q1UAq8q5buh .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#oXcmvQwWkIXQZizNbTFo1Q1UAq8q5buh .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#oXcmvQwWkIXQZizNbTFo1Q1UAq8q5buh { width:18.6875rem;height:5.2425rem;display:flex;top:0.1875rem;left:0rem;z-index:15015; }
 }@media only screen and (max-width: 763px) { #oXcmvQwWkIXQZizNbTFo1Q1UAq8q5buh #pZ8TP7wQrDud5lcxTTeATZGEazNuBdTJ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #oXcmvQwWkIXQZizNbTFo1Q1UAq8q5buh #XBLRHJXA1umKcpf8SpZahBInds85uSTi {  }
 }@media only screen and (max-width: 763px) { #oXcmvQwWkIXQZizNbTFo1Q1UAq8q5buh #fvmpE0k9IhrcHc83GPcXx7uzOTH6aonQ {  }
 }@media only screen and (max-width: 763px) { #oXcmvQwWkIXQZizNbTFo1Q1UAq8q5buh #gD1LATMW0ANVm1t5QnJKAiq6y53gIUaV { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #oXcmvQwWkIXQZizNbTFo1Q1UAq8q5buh #ypPBSfiQ1ei3WwwtsgisVIktWaIRi55o {  }
 }@media only screen and (max-width: 763px) { #oXcmvQwWkIXQZizNbTFo1Q1UAq8q5buh #OV9GzKVleRCwXACEoOTD9M4HsURaWZQV {  }
 }@media only screen and (max-width: 763px) { #oXcmvQwWkIXQZizNbTFo1Q1UAq8q5buh #J7Rgtux7WTsUWU8lUEV8ph7ZUbzwKrsK { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #oXcmvQwWkIXQZizNbTFo1Q1UAq8q5buh #orCIsaP9ydoiAct3MElgxWtn92T5RvSp {  }
 }@media only screen and (max-width: 763px) { #oXcmvQwWkIXQZizNbTFo1Q1UAq8q5buh #eICaJ7cURGaT2uqqwO7IsngByHeBfhnD {  }
 }@media only screen and (max-width: 763px) { #oXcmvQwWkIXQZizNbTFo1Q1UAq8q5buh #ftVpaXe1KmOgfD51m6U9UKHVOweaO3io { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #oXcmvQwWkIXQZizNbTFo1Q1UAq8q5buh #vmstEUZTHM3P97JiRLupsK4q4mmfBLIU {  }
 }@media only screen and (max-width: 763px) { #oXcmvQwWkIXQZizNbTFo1Q1UAq8q5buh #KtWRIbQFRa11qxnposTC9JxatoWNsal4 {  }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:transparent;background-image:none;display:block; }
#kJhTeFi4mESxCyFulaCTUA1qNTXbWTZs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kJhTeFi4mESxCyFulaCTUA1qNTXbWTZs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kJhTeFi4mESxCyFulaCTUA1qNTXbWTZs > .row > .video-iframe-container { display: none; }#kJhTeFi4mESxCyFulaCTUA1qNTXbWTZs > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #ioChPzMsiCxarpQGmsEsGVe9PNlBUz4r { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ioChPzMsiCxarpQGmsEsGVe9PNlBUz4r > .row .container { background-color: transparent; background-image: none; }#ioChPzMsiCxarpQGmsEsGVe9PNlBUz4r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ioChPzMsiCxarpQGmsEsGVe9PNlBUz4r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ioChPzMsiCxarpQGmsEsGVe9PNlBUz4r > .row .container > .video-iframe-container { display: none; }#ioChPzMsiCxarpQGmsEsGVe9PNlBUz4r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ioChPzMsiCxarpQGmsEsGVe9PNlBUz4r > .row > .video-iframe-container { display: none; }#ioChPzMsiCxarpQGmsEsGVe9PNlBUz4r > .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); }#ioChPzMsiCxarpQGmsEsGVe9PNlBUz4r > .row .container { border-width: 0; border-radius: 0; }#ioChPzMsiCxarpQGmsEsGVe9PNlBUz4r > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ioChPzMsiCxarpQGmsEsGVe9PNlBUz4r > .row .container { width:20rem;height:19.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Aao1qnTwnbEQ5wdm7X1ph1i877nOvHn0 { width:20rem;height:4.875rem;top:8.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRdBGcsmotkJaOXkBpbX94XQZQND3qM6 { width:20rem;height:1.4625rem;top:5.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImrFvR1qGotRTT9uwqVyMTy2CbCTX5LE { width:19rem;height:5.2rem;top:13.937500953674rem;left:0.50000005960464rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQNotKZMGIXPqcwPHBRc9RdC7T0mCnga { width:18.1875rem;height:3rem;top:4.5rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWSUAJhAmNKP7pZLZRPec0pbhfKSdIzw { width:10.4375rem;height:3.8125rem;top:0.67265623807906rem;left:4.7812500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #FrkF3RtiSUJGeEwqEMyWghdIbyi7aI7p { background-color:rgba(255,255,255,0.61);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#FrkF3RtiSUJGeEwqEMyWghdIbyi7aI7p.adaptive-delivery-prevent-bg, #FrkF3RtiSUJGeEwqEMyWghdIbyi7aI7p.lazyload, #FrkF3RtiSUJGeEwqEMyWghdIbyi7aI7p.lazyloading { background-image: none; }#FrkF3RtiSUJGeEwqEMyWghdIbyi7aI7p > .row .container { background-color: transparent; background-image: none; }#FrkF3RtiSUJGeEwqEMyWghdIbyi7aI7p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FrkF3RtiSUJGeEwqEMyWghdIbyi7aI7p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FrkF3RtiSUJGeEwqEMyWghdIbyi7aI7p > .row .container > .video-iframe-container { display: none; }#FrkF3RtiSUJGeEwqEMyWghdIbyi7aI7p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FrkF3RtiSUJGeEwqEMyWghdIbyi7aI7p > .row > .video-iframe-container { display: none; }#FrkF3RtiSUJGeEwqEMyWghdIbyi7aI7p > .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); }#FrkF3RtiSUJGeEwqEMyWghdIbyi7aI7p > .row .container { width:20rem;height:37.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uuFt4IK2fXb9rCy9ckSP8E3ux0TTTtnD { width:20rem;height:3.25rem;top:2.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BsFQMgqg70TIPukbDSo11JMgxza8MKgr .widget-regular-label { display:block;width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top;height:auto; }
#BsFQMgqg70TIPukbDSo11JMgxza8MKgr .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#BsFQMgqg70TIPukbDSo11JMgxza8MKgr .widget-input-text {padding-top: 0; padding-bottom: 0;}#BsFQMgqg70TIPukbDSo11JMgxza8MKgr .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#BsFQMgqg70TIPukbDSo11JMgxza8MKgr .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#BsFQMgqg70TIPukbDSo11JMgxza8MKgr .widget-input-select {padding-top: 0; padding-bottom: 0;}#BsFQMgqg70TIPukbDSo11JMgxza8MKgr .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#BsFQMgqg70TIPukbDSo11JMgxza8MKgr .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#BsFQMgqg70TIPukbDSo11JMgxza8MKgr .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.125rem;overflow:hidden;line-height:1.3;height:3.125rem; }
#BsFQMgqg70TIPukbDSo11JMgxza8MKgr .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.625rem;overflow:hidden;height:auto;line-height:1.4; }
#BsFQMgqg70TIPukbDSo11JMgxza8MKgr  { width:17.5rem;height:auto;top:8.6250004768369rem;left:0rem; }
#BsFQMgqg70TIPukbDSo11JMgxza8MKgr .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#BsFQMgqg70TIPukbDSo11JMgxza8MKgr {display:block;}#BsFQMgqg70TIPukbDSo11JMgxza8MKgr { width:17.5rem;height:auto;top:8.6250004768369rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #BsFQMgqg70TIPukbDSo11JMgxza8MKgr #XWTOsHsewf5UgZdOQA7TyXMNcvcMsF87 {  }
 }@media only screen and (max-width: 763px) { #BsFQMgqg70TIPukbDSo11JMgxza8MKgr #zvgJusKwTKGJ885deitu3QeUcBEilgoX { display:none; }
 }@media only screen and (max-width: 763px) { #BsFQMgqg70TIPukbDSo11JMgxza8MKgr #Ut13z31kephqRPCobssmbiAAFNatZE5K {  }
 }@media only screen and (max-width: 763px) { #BsFQMgqg70TIPukbDSo11JMgxza8MKgr #pUpAEWOaDkSODRStMz07EimQx3SFDCU9 {  }
 }@media only screen and (max-width: 763px) { #BsFQMgqg70TIPukbDSo11JMgxza8MKgr #GiJ2giasuyJfsteqDeobyP4UXBXFzLhH { display:none; }
 }@media only screen and (max-width: 763px) { #BsFQMgqg70TIPukbDSo11JMgxza8MKgr #MTpNdlBGWsWRFgGybngWSNoZPLvuGHWF {  }
 }@media only screen and (max-width: 763px) { #BsFQMgqg70TIPukbDSo11JMgxza8MKgr #xbqq6g3GNKtC0r6PvPx5NPtiCoolOhDg {  }
 }@media only screen and (max-width: 763px) { #BsFQMgqg70TIPukbDSo11JMgxza8MKgr #f10kaQpTyC9zVd04KIOp7zVlNgQ8hkzt { z-index:2; }
 }@media only screen and (max-width: 763px) { #BsFQMgqg70TIPukbDSo11JMgxza8MKgr #VkAhoNQRZbP1ctAfxoBSzFt6z60nc0aU {  }
 }@media only screen and (max-width: 763px) { #QzcZii2rlTI7vlWFkvDmxMcNGbzmopBq { display:block; }
 }@media only screen and (max-width: 763px) { #bp9gC7mQtXC97G0BQiJ6liP5KkvVgErB { display:block; }
 }@media only screen and (max-width: 763px) { #PopAxfpW7axHRTMLshRAuLphQppJh1Gx { display:block; }
 }@media only screen and (max-width: 763px) { #zPSnFn2fclN71xKi4TabNOQd8WtikQgh { display:block; }
 }@media only screen and (max-width: 763px) { #cfR9teRIV1706IwTSTKWyn0GKfvqk8Em { display:block; }
 }@media only screen and (max-width: 763px) { #BsFQMgqg70TIPukbDSo11JMgxza8MKgr #xxlc7tkzSuVMbTpEyRP6GTFTJ0vCCfnt {  }
 }@media only screen and (max-width: 763px) { #BsFQMgqg70TIPukbDSo11JMgxza8MKgr #LkPRlTxeCLvwrnhaRPNPblWDZFqN99Gq {  }
 }@media only screen and (max-width: 763px) { #LMXOsw9mxJwKwyVyOPiRaZKHN7dHBusf { width:20rem;height:;top:35.4599609375rem;left:0rem;font-size:1.25rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #I4yibqEMiWiUfM5I5JgBT0VSRmLf8MqA { background-color:rgba(255,255,255,0.61);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#I4yibqEMiWiUfM5I5JgBT0VSRmLf8MqA.adaptive-delivery-prevent-bg, #I4yibqEMiWiUfM5I5JgBT0VSRmLf8MqA.lazyload, #I4yibqEMiWiUfM5I5JgBT0VSRmLf8MqA.lazyloading { background-image: none; }#I4yibqEMiWiUfM5I5JgBT0VSRmLf8MqA > .row .container { background-color: transparent; background-image: none; }#I4yibqEMiWiUfM5I5JgBT0VSRmLf8MqA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I4yibqEMiWiUfM5I5JgBT0VSRmLf8MqA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I4yibqEMiWiUfM5I5JgBT0VSRmLf8MqA > .row .container > .video-iframe-container { display: none; }#I4yibqEMiWiUfM5I5JgBT0VSRmLf8MqA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I4yibqEMiWiUfM5I5JgBT0VSRmLf8MqA > .row > .video-iframe-container { display: none; }#I4yibqEMiWiUfM5I5JgBT0VSRmLf8MqA > .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); }#I4yibqEMiWiUfM5I5JgBT0VSRmLf8MqA > .row .container { width:20rem;height:20.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NHGn1JNADxwtF6Ohpc5Estzm1TQJdXPG .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#NHGn1JNADxwtF6Ohpc5Estzm1TQJdXPG .widget-text.counter-number { padding-top:0.4775rem;padding-right:0.420625rem;padding-bottom:0.4775rem;padding-left:0.420625rem;width:2.525rem;min-width:2.525rem;height:2.5675rem;font-size:1.910625rem;line-height:41.08px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#NHGn1JNADxwtF6Ohpc5Estzm1TQJdXPG .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.29875rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.36625rem;height:1.015rem;font-size:0.71625rem;line-height:16.24px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#NHGn1JNADxwtF6Ohpc5Estzm1TQJdXPG { display:flex;width:17.4375rem;height:4.83625rem;top:5.75rem;left:0rem;padding-top:0.94625rem;padding-right:0.97375rem;padding-bottom:0.94625rem;padding-left:0.97375rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #NHGn1JNADxwtF6Ohpc5Estzm1TQJdXPG #LKzTg7NTqXi65aDOvKwpHq2yDv22VzCF { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NHGn1JNADxwtF6Ohpc5Estzm1TQJdXPG #pxu3o2TAP6Z2ttlrJ5rfZeEPVv9qWseV {  }
 }@media only screen and (max-width: 763px) { #NHGn1JNADxwtF6Ohpc5Estzm1TQJdXPG #lk4Dhr7atqdSW3eHaTH0m7D63za3sVG5 {  }
 }@media only screen and (max-width: 763px) { #NHGn1JNADxwtF6Ohpc5Estzm1TQJdXPG #PRSE51Wn7mgMpu82U2aZUv54kRE5WSTf { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NHGn1JNADxwtF6Ohpc5Estzm1TQJdXPG #cZeTwimhcUrpItG1GBSlu2uo1TVA6J47 {  }
 }@media only screen and (max-width: 763px) { #NHGn1JNADxwtF6Ohpc5Estzm1TQJdXPG #EILwkvI5Ti2T0T3Gn97FBJa94t3NTII4 {  }
 }@media only screen and (max-width: 763px) { #NHGn1JNADxwtF6Ohpc5Estzm1TQJdXPG #TRSVfmtiOx6y8bykAZ4S3T2xumFbvHoJ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NHGn1JNADxwtF6Ohpc5Estzm1TQJdXPG #qBNEtTfI0oOss5BMg4CorAZgb6C8dSUO {  }
 }@media only screen and (max-width: 763px) { #NHGn1JNADxwtF6Ohpc5Estzm1TQJdXPG #wbJDyTroxMkDhAtW64ODps9EnLcBezuG {  }
 }@media only screen and (max-width: 763px) { #NHGn1JNADxwtF6Ohpc5Estzm1TQJdXPG #Bao4dclxeSHmb5hGEbB5NgtZH04kB0V5 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NHGn1JNADxwtF6Ohpc5Estzm1TQJdXPG #zKZzqHHP0T4WQhPTRG9EH0pKOLV2m8FZ {  }
 }@media only screen and (max-width: 763px) { #NHGn1JNADxwtF6Ohpc5Estzm1TQJdXPG #xRkrPE5QUWtbZ19BKgs6pU3XZOT82TCZ {  }
 }@media only screen and (max-width: 763px) { #rm4Scex1nteuDqDWfgzRTNS5AJEBA6q0 { width:20rem;height:4.225rem;top:0rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpDhbb0fymM1TR1blabcDdr3s5Nra3f8 { width:20rem;height:3.9rem;top:14.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFU0a89Vx9ey9iVUPB2R8T9yqerRR2wa { background-color:rgba(200,178,144,0.61);background-image:none;display:block; }#nFU0a89Vx9ey9iVUPB2R8T9yqerRR2wa > .row .container { background-color: transparent; background-image: none; }#nFU0a89Vx9ey9iVUPB2R8T9yqerRR2wa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nFU0a89Vx9ey9iVUPB2R8T9yqerRR2wa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nFU0a89Vx9ey9iVUPB2R8T9yqerRR2wa > .row .container > .video-iframe-container { display: none; }#nFU0a89Vx9ey9iVUPB2R8T9yqerRR2wa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nFU0a89Vx9ey9iVUPB2R8T9yqerRR2wa > .row > .video-iframe-container { display: none; }#nFU0a89Vx9ey9iVUPB2R8T9yqerRR2wa > .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); }#nFU0a89Vx9ey9iVUPB2R8T9yqerRR2wa > .row .container { width:20rem;height:40.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sPHTDIVAh5hfpKqhdaIDxpK6JHOclvVb { width:20rem;height:4.63125rem;top:6.4742193222044rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Us8BTMJCmAkOrp6tookfosrL7w8UMQCR { width:20rem;height:2.1125rem;top:3.125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPTkNhAFywU9wixUer3gBLRuyVRv5qvF { display:flex;width:5.8125rem;height:5.8125rem;top:14.560546875rem;left:7.09375rem; }
 }@media only screen and (max-width: 763px) { #aZuIPRlwxxLz36MLVVgIawD8bLVB2Q0z { width:14.875rem;height:1.625rem;top:22.435546875rem;left:2.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8pSQ2RpEF77ha44Rzx2QaKxCVX13C0X { display:flex;width:5.5625rem;height:5.5625rem;top:27.6728515625rem;left:7.21875rem; }
 }@media only screen and (max-width: 763px) { #rZ5T3xLXH6aaQUDRCzCDELExEOhTTwQc { width:10.25rem;height:1.625rem;top:35.235153198243rem;left:5.8750000596046rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GiXsTiKn87fHwJT12PbJaufvGHXJQqeF { display:block; }#GiXsTiKn87fHwJT12PbJaufvGHXJQqeF > .row .container { width:20rem;height:24.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JFAB0wRlNCczcrNlwERPvbGXhzDWX7t7 { width:14.25rem;height:3.0875rem;top:13.8125rem;left:3.5000000596046rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TCpzUJeLGGemaEdZgOH2AcHSuWOK0ENe { width:14.125rem;height:3.0875rem;top:18.6875rem;left:3.5625000596046rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #r8wv0ImkVTeKDOFiL0duGFxpNWVvo6v8 { width:14.375rem;height:4.63125rem;top:7.04531288147rem;left:3.4375000596046rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TPtI1lwBut3s37eJhLVy1qmknrMplvNs { display:flex;width:2.1875rem;height:2.1875rem;top:18.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #J0mq4vFOMbO3v7sB5goT5p9ClyxfKTOT { display:flex;width:2.1875rem;height:2.1875rem;top:7.0458984375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #hVr6ZkWe1oC8HXLFsdw9LGzdS1yNNxnx { display:flex;width:2.1875rem;height:2.1875rem;top:13.8125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DnIVqzKSDPc0JOVDITDahKzikWs8JvLH { width:20rem;height:20rem;top:28.839875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #KgkLk8ePdsW9WcnUNzxo6TulE86Erag2 { width:20rem;height:1.7875rem;top:1.0390625rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #q31HiWvd5GtFpSZETf5TVpqJ3MdDUa2T { display:block; }#q31HiWvd5GtFpSZETf5TVpqJ3MdDUa2T > .row .container { width:20rem;height:44.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U53kSWaVooLehmmSQFyKVRIuvW8LFuAs { width:20rem;height:2.275rem;top:27.0625rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FcGApno6WiEKZ3X46VqDzldTnztUvaRy { width:20rem;height:3.9rem;top:30.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgW8BczRVB5dKZlUWL4NKHdz4VQqX1dk { width:20rem;height:8.8375rem;top:35.375rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#fgW8BczRVB5dKZlUWL4NKHdz4VQqX1dk li:before{  }
 }@media only screen and (max-width: 763px) { #hL60bIRL1bUh6ussdA2TnGi5s5edNWyq { width:20rem;height:4.875rem;top:0.8603515625rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c3zXrwmBTXhFmJEuBR6I3awiFvAJKi0F { width:13.1875rem;height:17.5rem;top:7.125rem;left:3.4062500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGipkq1FRTFJClaw9PaQrgN9VTBQHEqE { display:block; }#ZGipkq1FRTFJClaw9PaQrgN9VTBQHEqE > .row .container { width:20rem;height:36.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PrnNm3X86PgwTp4hv9ErcESTBfJ9Wnn6 { width:4.3125rem;height:4.3125rem;top:3.296875rem;left:1.1242187619209rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6wVAHZNZEM4gXEz4AEqwHVligff9cZb { width:6.5625rem;height:6.5625rem;top:2.171875rem;left:6.7187500596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #p23Cy9uBiTFrtDWU6GflXoaTCtHlnwJz { width:5.125rem;height:5.125rem;top:2.890625rem;left:14.125000536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuSdzS8FDzXRir2gf1CAde0HeSnUmHOg { width:6.5625rem;height:6.6875rem;top:8.8601565361025rem;left:3.3125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #uM390qCi8chTugv6fCH5wuuuHU1b85LZ { width:6.5625rem;height:6.5625rem;top:8.9226565361025rem;left:10.531250536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #yaKqJZ8D1EdDoxUMni0ouvrSWht2WFMf { width:6.5625rem;height:6.5625rem;top:51.547656059265rem;left:6.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #J4VanyTChWRtL5XN7qUMLMPdsa6J11E7 { width:11.125rem;height:20.0625rem;top:16.125rem;left:4.4375000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApPNRzIChUDZy05iUJBaoTfrAbb3RRQ0 { display:block; }#ApPNRzIChUDZy05iUJBaoTfrAbb3RRQ0 > .row .container { width:20rem;height:22.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kDqJ7tGnUV6Q6l9Z5g261tRJBEF64cz1 { width:20rem;height:2.275rem;top:1.5625rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TMpi4qeDnc3rTaXlVViTnWMfF62oHJId { width:20rem;height:3.9rem;top:4.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oiaxJAdda66PXtP3ENuiQHD4O7fmNR9r { width:20rem;height:9.975rem;top:9.8125rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#oiaxJAdda66PXtP3ENuiQHD4O7fmNR9r li:before{  }
 }@media only screen and (max-width: 763px) { #qJVdmCg9PVaGVyElNSZIE8dbSvEQvONi { display:block; }#qJVdmCg9PVaGVyElNSZIE8dbSvEQvONi > .row .container { width:20rem;height:80.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qPWUMJ1RvOCf2N5C2SRy1poBTtLMJVmu { top:66.6875rem;left:0.46796876192093rem;width:19.0625rem;height:4.25rem;font-size:0.9375rem;text-align:center;text-align-last:center;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #zrSzLRaQ7UVRSeOrIqGxE3qv22PxFhJy { display:block; }
 }@media only screen and (max-width: 763px) { #za7hsl1KBPzSrauihK7VEwBGIxpvM01o { width:20rem;height:4.55rem;top:3.4375rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FldxXmJVwrTfPAGkNLNhu5fGcI7bndFF { width:20rem;height:55rem;top:9.4375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#FldxXmJVwrTfPAGkNLNhu5fGcI7bndFF li:before{  }
 }@media only screen and (max-width: 763px) { #qpcHJ0OyQhhi4ms2l8cVxmf7sOydyd9b { width:20rem;height:5.6875rem;top:73rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWcUg4HhscEzEWXQHywc2o1HLRyfUibk { display:none; }#EWcUg4HhscEzEWXQHywc2o1HLRyfUibk > .row .container { width:20rem;height:170.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #SOMi7ExfumpoHd7ATWzWtSiCK0NeAUlc { width:20rem;height:1.5996125rem;top:55.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2yrCEyWOaS1vQd654LOpvNkFqvKZ43H { width:20rem;height:3.19921875rem;top:52.625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCLXHt0p8Xv1gLS8o6b4aS3nSmmOGZZ6 { width:20rem;height:1.7871125rem;top:12rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cUIen5xNK0KteQX4y1Q8OQVwWaHIz3u0 { width:20rem;height:3.57421875rem;top:61rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ARzbm0l0H5QG4s9puBCFUAbPZTOEvLLg { width:20rem;height:3.19921875rem;top:100.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #W41gmRWHVMMT3qzUmkOtALUUn0VX8vfc { width:20rem;height:1.5996125rem;top:103.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvTHohoFqzX7su9XiyBF2Ep6lznghFVk { width:20rem;height:16.125rem;top:19.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsbJFTQ5k2oMd2phIJV3o6bsmh0f7ZTH { width:20rem;height:15.1875rem;top:66.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDEyN0A6xBRiGBTaqllHGVkNSoDcS66l { width:20rem;height:6.82325rem;top:1.625rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mxBaqBiIeu8DHdZb0GENJARaNr1hwcSy { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#mxBaqBiIeu8DHdZb0GENJARaNr1hwcSy > .row .container { width:20rem;height:4.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MORpEmeDnz2Hh55igf0BPGPd7Q3pZlnq { width:7.125rem;height:2.25rem;top:0.8115234375rem;left:12.739285714286rem;font-size:1rem;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #4a3b30, #c8b290);background-image: -moz-linear-gradient(360deg, #4a3b30, #c8b290);background-image: -ms-linear-gradient(360deg, #4a3b30, #c8b290);background-image: -o-linear-gradient(360deg, #4a3b30, #c8b290);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a3b30', endColorstr='#c8b290' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a3b30', endColorstr='#c8b290' );";background-image: linear-gradient(360deg, #4a3b30, #c8b290);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #uKdb69XfKV7h45xNbCpeTO8M0WQLFitv { display:block; }
 }@media only screen and (max-width: 763px) { #aIm0A3Shsh8VITH4b0OanpArVzNcymq7 { width:20rem;height:0;top:3.7001953125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #RytdTbXZoEPmab1pdebJ8DTNWDIKIRlF { width:2.25rem;height:2.4375rem;top:1.4091796875rem;left:0rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #oXcmvQwWkIXQZizNbTFo1Q1UAq8q5buh .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#oXcmvQwWkIXQZizNbTFo1Q1UAq8q5buh .widget-text.counter-number { padding-top:0.219375rem;padding-right:0.216875rem;padding-bottom:0.219375rem;padding-left:0.216875rem;width:1.30375rem;min-width:1.30375rem;height:1.179375rem;font-size:0.876875rem;line-height:18.87px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0.0625rem solid #2a2d3d;border-right:0.0625rem solid #2a2d3d;border-bottom:0.0625rem solid #2a2d3d;border-left:0.0625rem solid #2a2d3d; }
#oXcmvQwWkIXQZizNbTFo1Q1UAq8q5buh .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.136875rem;margin-right:0;margin-bottom:0;margin-left:0;width:1.73875rem;height:0.46375rem;font-size:0.32875rem;line-height:7.42px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#oXcmvQwWkIXQZizNbTFo1Q1UAq8q5buh { width:11.4375rem;height:2.34375rem;display:flex;top:0.8876953125rem;left:0rem;z-index:15015;padding-top:0.0175rem;padding-right:0.019375rem;padding-bottom:0.0175rem;padding-left:0.019375rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #oXcmvQwWkIXQZizNbTFo1Q1UAq8q5buh #pZ8TP7wQrDud5lcxTTeATZGEazNuBdTJ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #oXcmvQwWkIXQZizNbTFo1Q1UAq8q5buh #XBLRHJXA1umKcpf8SpZahBInds85uSTi {  }
 }@media only screen and (max-width: 763px) { #oXcmvQwWkIXQZizNbTFo1Q1UAq8q5buh #fvmpE0k9IhrcHc83GPcXx7uzOTH6aonQ {  }
 }@media only screen and (max-width: 763px) { #oXcmvQwWkIXQZizNbTFo1Q1UAq8q5buh #gD1LATMW0ANVm1t5QnJKAiq6y53gIUaV { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #oXcmvQwWkIXQZizNbTFo1Q1UAq8q5buh #ypPBSfiQ1ei3WwwtsgisVIktWaIRi55o {  }
 }@media only screen and (max-width: 763px) { #oXcmvQwWkIXQZizNbTFo1Q1UAq8q5buh #OV9GzKVleRCwXACEoOTD9M4HsURaWZQV {  }
 }@media only screen and (max-width: 763px) { #oXcmvQwWkIXQZizNbTFo1Q1UAq8q5buh #J7Rgtux7WTsUWU8lUEV8ph7ZUbzwKrsK { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #oXcmvQwWkIXQZizNbTFo1Q1UAq8q5buh #orCIsaP9ydoiAct3MElgxWtn92T5RvSp {  }
 }@media only screen and (max-width: 763px) { #oXcmvQwWkIXQZizNbTFo1Q1UAq8q5buh #eICaJ7cURGaT2uqqwO7IsngByHeBfhnD {  }
 }@media only screen and (max-width: 763px) { #oXcmvQwWkIXQZizNbTFo1Q1UAq8q5buh #ftVpaXe1KmOgfD51m6U9UKHVOweaO3io { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #oXcmvQwWkIXQZizNbTFo1Q1UAq8q5buh #vmstEUZTHM3P97JiRLupsK4q4mmfBLIU {  }
 }@media only screen and (max-width: 763px) { #oXcmvQwWkIXQZizNbTFo1Q1UAq8q5buh #KtWRIbQFRa11qxnposTC9JxatoWNsal4 {  }
 }