.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;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:237,233,251;--color-primary-1:195,181,241;--color-primary-2:134,106,227;--color-primary-3:67,53,114;--color-primary-4:20,16,34;--color-secondary-0:237,233,251;--color-secondary-1:195,181,241;--color-secondary-2:134,106,227;--color-secondary-3:67,53,114;--color-secondary-4:20,16,34;--color-tertiary-0:255,255,255;--color-tertiary-1:255,251,243;--color-tertiary-2:250,238,241;--color-tertiary-3:0,12,11;--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: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-4),1);background-image:url("https://images.assets-landingi.com/uc/5b7c7c82-6b7f-443d-b725-cdd706190e91/shutterstock_1415836784.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HBeqUfNlSzyf28UvKMStHTZU2AkVqTrx { border-top:0rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#HBeqUfNlSzyf28UvKMStHTZU2AkVqTrx > .row .container { background-color: transparent; background-image: none; }#HBeqUfNlSzyf28UvKMStHTZU2AkVqTrx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HBeqUfNlSzyf28UvKMStHTZU2AkVqTrx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HBeqUfNlSzyf28UvKMStHTZU2AkVqTrx > .row .container > .video-iframe-container { display: none; }#HBeqUfNlSzyf28UvKMStHTZU2AkVqTrx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HBeqUfNlSzyf28UvKMStHTZU2AkVqTrx > .row > .video-iframe-container { display: none; }#HBeqUfNlSzyf28UvKMStHTZU2AkVqTrx > .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); }#HBeqUfNlSzyf28UvKMStHTZU2AkVqTrx > .row .container { border-width: 0; border-radius: 0; }#HBeqUfNlSzyf28UvKMStHTZU2AkVqTrx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HBeqUfNlSzyf28UvKMStHTZU2AkVqTrx > .row .container { font-size:0.875rem;font-family:arial;height:4.425rem;width:75rem;position:relative;display:block; }#uS3pMsSTZ9EuZ1TyFCONW5BRM4EkBpa3 { position:absolute;display:block;z-index:15034;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:4rem;width:9.125rem;top:0.31875002384186rem;left:1.125rem;overflow:hidden;display:block; }
#tth5ku8nk7oTs3SEncgvlZsGL2Lalb17 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.9375rem;height:2.625rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:1.25rem;left:32.750003814698rem;display:none; }
#szCTEF1GpQcP9ICR6M0TwTKdKWKw1pqF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kRO2miNs93oSOL6TP63RV4IevuOddANu { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:2.625rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:0.7490234375rem;left:47.8115234375rem;display:block; }
#zxErVK2boNA7Uq44oOI5SQwdcecLkahr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#udhMX8TVExLCESkPTUkpdf5TDemybt3o { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:0.1875rem;top:0.7490234375rem;left:46.8115234375rem;display:block; }
#wa3687Si8lQBAR5P6pVQq4zsEXKrmRkv { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6rem;height:2.625rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:0.6865234375rem;left:40.6865234375rem;display:block; }
#K7fTNMw70l45rrxe8sLbubnJn0ewVvJU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ph7bWHKpJ2Zsi6TmC0x2kslyQRVcvwNo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5b7c7c82-6b7f-443d-b725-cdd706190e91/shutterstock_1415836784.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Ph7bWHKpJ2Zsi6TmC0x2kslyQRVcvwNo.adaptive-delivery-prevent-bg, #Ph7bWHKpJ2Zsi6TmC0x2kslyQRVcvwNo.lazyload, #Ph7bWHKpJ2Zsi6TmC0x2kslyQRVcvwNo.lazyloading { background-image: none; }#Ph7bWHKpJ2Zsi6TmC0x2kslyQRVcvwNo > .row .container { background-color: transparent; background-image: none; }#Ph7bWHKpJ2Zsi6TmC0x2kslyQRVcvwNo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ph7bWHKpJ2Zsi6TmC0x2kslyQRVcvwNo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ph7bWHKpJ2Zsi6TmC0x2kslyQRVcvwNo > .row .container > .video-iframe-container { display: none; }#Ph7bWHKpJ2Zsi6TmC0x2kslyQRVcvwNo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ph7bWHKpJ2Zsi6TmC0x2kslyQRVcvwNo > .row > .video-iframe-container { display: none; }#Ph7bWHKpJ2Zsi6TmC0x2kslyQRVcvwNo > .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); }#Ph7bWHKpJ2Zsi6TmC0x2kslyQRVcvwNo > .row .container { border-width: 0; border-radius: 0; }#Ph7bWHKpJ2Zsi6TmC0x2kslyQRVcvwNo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ph7bWHKpJ2Zsi6TmC0x2kslyQRVcvwNo > .row .container { font-size:0.875rem;font-family:arial;height:40.5625rem;width:75rem;position:relative;display:block; }#AolsU2htHP6XzX1a0VIREDTRhs5d6W4n { position:absolute;display:block;z-index:15012;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:14.8125rem;width:37.125rem;top:5.576171875rem;left:19.052341461182rem;overflow:hidden;display:block; }
#sk3prPKZtOkukglF6iDFbJIoApurbkRt { color:rgba(var(--color-tertiary-0),1);display:block;width:25.937125rem;position:absolute;font-family:montserrat;font-size:4.375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:22.198791503906rem;left:24.194530487061rem;height:5.6875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ttdZN1lQcS7vF7hsFTqNBJHoSAyRWzJz { color:rgba(var(--color-tertiary-0),1);display:block;width:5.68710625rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:27.509765625rem;left:26.603904724121rem;height:2.59874375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uz3kT9uIeC1Kgk7w3xl096G4ZeFlkFQI { box-sizing:content-box;height:5.25rem;width:45rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:32.065246582031rem;left:15.727733612061rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#TVmLC5dMuvDKsgPVVKSWTHbVmP4vIemB .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; }
#TVmLC5dMuvDKsgPVVKSWTHbVmP4vIemB .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:#faf5f5;padding-top:0.35875rem;padding-right:0.310625rem;padding-bottom:0.35875rem;padding-left:0.310625rem;display:block;align-items:center;width:1.86375rem;min-width:1.86375rem;height:1.929375rem;position:relative;font-family:montserrat;font-size:1.435625rem;font-weight:700;line-height:30.87px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TVmLC5dMuvDKsgPVVKSWTHbVmP4vIemB .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.224375rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:2.485625rem;height:0.7625rem;position:relative;font-family:montserrat;font-size:0.53875rem;font-weight:700;line-height:12.2px;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;font-style:normal; }
#TVmLC5dMuvDKsgPVVKSWTHbVmP4vIemB { 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;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.9375rem;height:3.63375rem;padding-top:0.44875rem;padding-right:0.44375rem;padding-bottom:0.44875rem;padding-left:0.44375rem;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:-11.987500190735rem;left:-1.3625030517578rem;z-index:15022; }
#TVmLC5dMuvDKsgPVVKSWTHbVmP4vIemB #NwIzmV4VFJqhLZDXt0TOvUMLQpaeSevN { display:flex;position:relative;top:0rem;left:0rem; }
#TVmLC5dMuvDKsgPVVKSWTHbVmP4vIemB #ocBuwNHTdawMJCvqWloBBqdDLiP8OJW5 { width:auto; }
#TVmLC5dMuvDKsgPVVKSWTHbVmP4vIemB #wimXkM15VZrvoyeFg10np4o50D0dsTtb {  }
#TVmLC5dMuvDKsgPVVKSWTHbVmP4vIemB #xVF9TnautTJb1JGUxmoiprTTqqzCQTsv { display:flex;position:relative;top:0rem;left:0rem; }
#TVmLC5dMuvDKsgPVVKSWTHbVmP4vIemB #npibwCN5crd5OnLQqoA5mn2KG7gRkXsI {  }
#TVmLC5dMuvDKsgPVVKSWTHbVmP4vIemB #IQC8V7zhHzTHg97Xh4bHvwXuiqV7LkCs {  }
#TVmLC5dMuvDKsgPVVKSWTHbVmP4vIemB #NRBab05nQboDW3BQfIR6XRzRA7wwa3Fl { display:flex;position:relative;top:0rem;left:0rem; }
#TVmLC5dMuvDKsgPVVKSWTHbVmP4vIemB #QfKvu0GAoOCsbgLKNR69OGZkf4BP5veO {  }
#TVmLC5dMuvDKsgPVVKSWTHbVmP4vIemB #P1V7m38PIyzMPvLuU15U3fcl0Lh1DwSd {  }
#TVmLC5dMuvDKsgPVVKSWTHbVmP4vIemB #uNbSGUhuU9DBuhmKq01phXcxapVaoRzD { display:flex;position:relative;top:0rem;left:0rem; }
#TVmLC5dMuvDKsgPVVKSWTHbVmP4vIemB #SfxQxCoQaXh8Ho8gr2WWPIewSXpGWOi2 {  }
#TVmLC5dMuvDKsgPVVKSWTHbVmP4vIemB #sH1qmgxIZdDTOosp90hQEBmTHKU45JdD {  }
#cOu7Tc4xleg3eEM8xNhO06CnHGHwGsi6 { box-sizing:content-box;height:3.375rem;width:0.125rem;position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:33.012084960938rem;left:30.448822021484rem;display:block; }
#KSzNsyPwbvTX3AqlRWTCfAIxSQyXRsr5 { box-sizing:content-box;height:3.375rem;width:0.125rem;position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:32.948791503906rem;left:47.574607849121rem;display:block; }
#m7548OwNIwXmMUgmhsl4bG3t7rNct1CQ { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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: none;box-sizing:border-box;color:#170808;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.125rem;font-weight:700;font-style:normal;line-height:.9;overflow:hidden;position:absolute;width:9rem;height:2.875rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:33.26171875rem;left:49.436714172363rem;display:block; }
#AMfURaEXFdiz0NsmxkOxBnmFhE7i4m9m { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qCNmx0yB69TWes4alfImovbbTuoNQUC3 { color:#faefef;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:34.111328125rem;left:17.217185974121rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kyKWEgPtPe4QHOnnEBClulXUMexzVk0o .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; }
#kyKWEgPtPe4QHOnnEBClulXUMexzVk0o .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;color:rgba(var(--color-secondary-2),1);padding-top:0.34rem;padding-right:0.3rem;padding-bottom:0.34rem;padding-left:0.3rem;display:block;align-items:center;width:1.79875rem;min-width:1.79875rem;height:1.8275rem;position:relative;font-family:montserrat;font-size:1.36rem;font-weight:700;line-height:29.24px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#kyKWEgPtPe4QHOnnEBClulXUMexzVk0o .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.2125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:2.398125rem;height:0.7225rem;position:relative;font-family:montserrat;font-size:0.51rem;font-weight:400;line-height:11.56px;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; }
#kyKWEgPtPe4QHOnnEBClulXUMexzVk0o { 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(var(--color-secondary-2),1);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.625rem;height:3.4425rem;padding-top:0.425rem;padding-right:0.428125rem;padding-bottom:0.425rem;padding-left:0.428125rem;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:32.836303710938rem;left:31.875rem;z-index:15035; }
#kyKWEgPtPe4QHOnnEBClulXUMexzVk0o #GthiUTfeL77EWt6b43nQvFCA5NOCKS4H { display:flex;position:relative;top:0rem;left:0rem; }
#kyKWEgPtPe4QHOnnEBClulXUMexzVk0o #DARr8d5JSS2pqBaizVbWW0eoRlzhgCyE { width:auto; }
#kyKWEgPtPe4QHOnnEBClulXUMexzVk0o #B5VMsrgVwcz6n8oHgL6gJmRmmoLPTWul {  }
#kyKWEgPtPe4QHOnnEBClulXUMexzVk0o #WobkfCXhT5ocqcOHADebfzd10349B3dL { display:flex;position:relative;top:0rem;left:0rem; }
#kyKWEgPtPe4QHOnnEBClulXUMexzVk0o #fmgnsdXTcJbCg5rxhXvvhlbJpv5CEZot {  }
#kyKWEgPtPe4QHOnnEBClulXUMexzVk0o #FhfIZ1TAJ6HbH4eN6MVd2SzQ6lIgL6fv {  }
#kyKWEgPtPe4QHOnnEBClulXUMexzVk0o #lZKiLhy86ekxACS0R8ipaI63ltQuNew2 { display:flex;position:relative;top:0rem;left:0rem; }
#kyKWEgPtPe4QHOnnEBClulXUMexzVk0o #xEqde2E53edInmH3Xtb4M947xl6EQJll {  }
#kyKWEgPtPe4QHOnnEBClulXUMexzVk0o #KViHIJrkWtd6IXbHrBN3T5o4RpAXinbZ {  }
#kyKWEgPtPe4QHOnnEBClulXUMexzVk0o #IL6wHXxTZLUeII8pDGDO1Se3iAylt0oK { display:flex;position:relative;top:0rem;left:0rem; }
#kyKWEgPtPe4QHOnnEBClulXUMexzVk0o #Ng3naOX90p0WoL7qLuGK7oMHbBlrhNhA {  }
#kyKWEgPtPe4QHOnnEBClulXUMexzVk0o #osbaM6nhU9KQp0AAOkZHsAnsmH9VFMbl {  }
#KMTpqR4Ca4V5PxnUeTG9qBttVAIp2ir0 { position:absolute;display:block;z-index:15037;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:0.1875rem;top:23.687072753906rem;left:31.624214172363rem;display:block; }
#AiZufJLasvePW3NdTCPg1xLpqB4TZBTn { position:absolute;display:block;z-index:15036;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:0.1875rem;top:23.625rem;left:38.4375rem;display:block; }
#sx6s5i85IOZnLTiwTz3bNlE7rKL71zMq { color:rgba(var(--color-tertiary-0),1);display:block;width:19.8125rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:27.759338378906rem;left:30.330467224121rem;height:2.1128875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#sBqDQbVrpfUi3o6xF1wDBaml6V2N4J3O { position:absolute;display:block;z-index:15037;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:0.125rem;top:7rem;left:58.875rem;display:none; }
#XHOg0t7DtT5UGa4UB8ImyeEAnneVM5vP { position:absolute;display:block;z-index:15012;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:7.5rem;width:18.8125rem;top:4.5625004768372rem;left:2.0041656494141rem;overflow:hidden;display:none; }
#S3sOGLIKKKJTqiyNlhGHgEiW9xm6hxwM { position:relative;display:block; }#S3sOGLIKKKJTqiyNlhGHgEiW9xm6hxwM { background-color: transparent; background-image: none; }#S3sOGLIKKKJTqiyNlhGHgEiW9xm6hxwM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S3sOGLIKKKJTqiyNlhGHgEiW9xm6hxwM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S3sOGLIKKKJTqiyNlhGHgEiW9xm6hxwM > .row .container > .video-iframe-container { display: none; }#S3sOGLIKKKJTqiyNlhGHgEiW9xm6hxwM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S3sOGLIKKKJTqiyNlhGHgEiW9xm6hxwM > .row > .video-iframe-container { display: none; }#S3sOGLIKKKJTqiyNlhGHgEiW9xm6hxwM > .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); }#S3sOGLIKKKJTqiyNlhGHgEiW9xm6hxwM { border-width: 0; border-radius: 0; }#S3sOGLIKKKJTqiyNlhGHgEiW9xm6hxwM > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S3sOGLIKKKJTqiyNlhGHgEiW9xm6hxwM > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#020000;background-image:none;font-size:0.875rem;font-family:arial;height:30.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#uLaksg1rBpFItNCxPiNxAxpkdLEhHyy2 { color:rgba(var(--color-tertiary-0),1);display:block;width:50.25rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.03125rem;left:14.6240234375rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VVFVrLoUqNzkyH8II0gNpzlXsw3oLWfI { color:rgba(var(--color-tertiary-0),1);display:block;width:67.3125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.4;letter-spacing:0;top:6.38671875rem;left:3.84375rem;height:5.59895625rem;text-align:center;text-align-last:center;display:block; }
#UakfIIJQI3pDmmpFlnsf6aH48kzv4GTi { color:rgba(var(--color-tertiary-0),1);display:block;width:67.3125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:13.423828125rem;left:3.84375rem;height:1.462675rem;text-align:center;text-align-last:center;display:block; }
#mALUa0kM3UvXIFkcUcfozqgMH4KIHF5Z { color:rgba(var(--color-tertiary-2),1);display:block;width:10.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15007;line-height:1.6;letter-spacing:0;top:17.8125rem;left:25.625rem;height:6.40190625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XLm0ATbt0txneTAtTDZmLyHPNbcw1KAK { box-sizing:content-box;height:10.5rem;width:12.5625rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),0);background-image:none;top:16.6875rem;left:24.3125rem;border-top:0.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);box-shadow: 0.125rem 0.125rem 0.3125rem rgba(var(--color-secondary-2),1) ;display:block; }
#P20cTohx3RuQksh2oI8XLXX1aSxXcLb3 { box-sizing:content-box;height:10.75rem;width:12.5625rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-2),0);background-image:none;top:16.625rem;left:40.375rem;border-top:0.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);box-shadow: 0.125rem 0.125rem 0.3125rem rgba(var(--color-secondary-2),1) ;display:block; }
#VT6o8TTIrcNvKlTiEPXu2TKAPTcJTtZf { color:rgba(var(--color-tertiary-2),1);display:block;width:11.3125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:17.8125rem;left:41.21875rem;height:8.398425rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gNnyVHJ7Gzf6X4Mlk5TisByhtPuxmfSE { color:rgba(var(--color-tertiary-2),1);display:block;width:11.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:17.8125rem;left:57.25rem;height:8.398425rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Qsg5Dsh1JaNbZiEuEN0pxub5cOORTNVg { box-sizing:content-box;height:10.3125rem;width:12.5625rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-2),0);background-image:none;top:16.6875rem;left:8.875rem;border-top:0.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);box-shadow: 0.125rem 0.125rem 0.3125rem rgba(var(--color-secondary-2),1) ;display:block; }
#Gt43BHeEMpHZ8Nxu37QhugMmLOsisZKp { color:rgba(var(--color-tertiary-2),1);display:block;width:10.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:17.8125rem;left:9.9375rem;height:6.4019rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wrdpbVSEg1dqnv7t8v5bfSbEHxUQzT4Z { position:absolute;display:block;z-index:15103;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.811525rem;width:5.499025rem;top:1.5478515625rem;left:18.875rem;overflow:hidden;display:block; }
#t8maPhtU9no5nvnk8oTTGcU3PIzrV5ul { box-sizing:content-box;height:10.625rem;width:12.5625rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-2),0);background-image:none;top:16.71875rem;left:56.46875rem;border-top:0.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);box-shadow: 0.125rem 0.125rem 0.3125rem rgba(var(--color-secondary-2),1) ;display:block; }
#WdX28TBWgowDSTOD44h2ugJ6fIJf4OIJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WdX28TBWgowDSTOD44h2ugJ6fIJf4OIJ > .row .container { background-color: transparent; background-image: none; }#WdX28TBWgowDSTOD44h2ugJ6fIJf4OIJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WdX28TBWgowDSTOD44h2ugJ6fIJf4OIJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WdX28TBWgowDSTOD44h2ugJ6fIJf4OIJ > .row .container > .video-iframe-container { display: none; }#WdX28TBWgowDSTOD44h2ugJ6fIJf4OIJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WdX28TBWgowDSTOD44h2ugJ6fIJf4OIJ > .row > .video-iframe-container { display: none; }#WdX28TBWgowDSTOD44h2ugJ6fIJf4OIJ > .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); }#WdX28TBWgowDSTOD44h2ugJ6fIJf4OIJ > .row .container { border-width: 0; border-radius: 0; }#WdX28TBWgowDSTOD44h2ugJ6fIJf4OIJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WdX28TBWgowDSTOD44h2ugJ6fIJf4OIJ > .row .container { font-size:0.875rem;font-family:arial;height:7.0625rem;width:75rem;position:relative;display:block; }#Anofx39WceBphAFR7rsSf40misXC2QES { color:rgba(var(--color-tertiary-0),1);display:block;width:28.25rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.3125rem;left:25.625rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H2haDpSlToALsk057C6TKEsXAXinBHSU { position:absolute;display:block;z-index:15104;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.811525rem;width:5.499025rem;top:1.625rem;left:21rem;overflow:hidden;display:block; }
#PHamVWBg9owkDkbPxTgP06DZ85XVclzU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5b7c7c82-6b7f-443d-b725-cdd706190e91/shutterstock_1415836784.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PHamVWBg9owkDkbPxTgP06DZ85XVclzU.adaptive-delivery-prevent-bg, #PHamVWBg9owkDkbPxTgP06DZ85XVclzU.lazyload, #PHamVWBg9owkDkbPxTgP06DZ85XVclzU.lazyloading { background-image: none; }#PHamVWBg9owkDkbPxTgP06DZ85XVclzU > .row .container { background-color: transparent; background-image: none; }#PHamVWBg9owkDkbPxTgP06DZ85XVclzU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PHamVWBg9owkDkbPxTgP06DZ85XVclzU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PHamVWBg9owkDkbPxTgP06DZ85XVclzU > .row .container > .video-iframe-container { display: none; }#PHamVWBg9owkDkbPxTgP06DZ85XVclzU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PHamVWBg9owkDkbPxTgP06DZ85XVclzU > .row > .video-iframe-container { display: none; }#PHamVWBg9owkDkbPxTgP06DZ85XVclzU > .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); }#PHamVWBg9owkDkbPxTgP06DZ85XVclzU > .row .container { border-width: 0; border-radius: 0; }#PHamVWBg9owkDkbPxTgP06DZ85XVclzU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PHamVWBg9owkDkbPxTgP06DZ85XVclzU > .row .container { font-size:0.875rem;font-family:arial;height:30.9375rem;width:75rem;position:relative;display:block; }#adet9RUkWE3h4TmbPbLC2yeH0NuhL2KM { box-sizing:content-box;height:26.625rem;width:20.75rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:3.6875028610229rem;left:51.718751907349rem;display:block; }
#PxhF9Vce9vzPz8TE83w8SaqqgcUdfuuK { box-sizing:content-box;height:28.3125rem;width:20.9375rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:1.9375rem;left:2.1875rem;display:block; }
#kCEaols514pE0omHlfLtov1vnzNddZkJ { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.125rem;width:21.125rem;top:5.2452087402344E-6rem;left:2.1875rem;overflow:hidden;display:block; }
#cwcTyVeRl02dMySpGJIPwi7HZlo8Kyn4 { 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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.3125rem 3.125rem rgba(var(--color-tertiary-4),0.19) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.622375rem;height:2.3125rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:17.685546875rem;left:2.8740234375rem;display:block; }
#ui0cyi233rZPbau3wm0lGAqG1vSpBKmc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EtcFW1ZIwsm1TpoTs629bCS3HedHG7i6 { color:rgba(var(--color-tertiary-3),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:22.1875rem;left:4.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TfK46enMaCVRfnUxCDcXqVKOI1E4AGJU { color:rgba(var(--color-tertiary-3),1);display:block;width:15.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:22.9375rem;left:5.15625rem;height:5.19965rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VtnFmTi6H8FmUr2aqp79nBK0iqN6rgkq { 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:20.9375rem;width:20.9375rem;top:5.2452087402344E-6rem;left:27.031251907349rem;overflow:hidden;display:block; }
#HoodAH7ngsN3AwiST4DrWOootkEAx7vS { box-sizing:content-box;height:25.625rem;width:20.75rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:4.625rem;left:27.0625rem;display:block; }
#G0a6Kwi4C7ftUTVzkrcfuRRy8wD3uL6u { 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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.3125rem 3.125rem rgba(var(--color-tertiary-4),0.19) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.62325rem;height:2.3125rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:17.6865234375rem;left:28.125rem;display:block; }
#FaxRQ9my3WhTgDQgGeRVDnAoTLRecXzG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#moNyoOKgTX82ikOztt37gi7uaotipekP { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:22.875rem;left:29.65625rem;height:3.8997375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ec6kSlznNZ4pTzBi1nqUDznLil1XXuf4 { 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:20.75rem;width:20.75rem;top:0rem;left:51.687500953674rem;overflow:hidden;display:block; }
#Ctuu4dGHo9iOzUHCUcCxV3eUAr5sHHkk { 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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.3125rem 3.125rem rgba(var(--color-tertiary-4),0.19) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.625rem;height:2.3125rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:17.6865234375rem;left:62.5rem;display:block; }
#cQQdk0CgPDIrAx7ZkD6ySW78Q3nJBAQ8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Vc8tyxwyTmx3MW0gOi2zgGsNh2hhhozS { color:rgba(var(--color-tertiary-4),1);display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:21.625003814698rem;left:53.656250953674rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AAQws49hR3pT5P20ETZ2Ib3ofuXvxKQT { color:rgba(var(--color-tertiary-4),1);display:block;width:18.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:23.1123046875rem;left:53.25rem;height:6.09266875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#USP1tGaTb054ZloL0gsPEAOBhSodBAAJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5b7c7c82-6b7f-443d-b725-cdd706190e91/shutterstock_1415836784.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#USP1tGaTb054ZloL0gsPEAOBhSodBAAJ.adaptive-delivery-prevent-bg, #USP1tGaTb054ZloL0gsPEAOBhSodBAAJ.lazyload, #USP1tGaTb054ZloL0gsPEAOBhSodBAAJ.lazyloading { background-image: none; }#USP1tGaTb054ZloL0gsPEAOBhSodBAAJ > .row .container { background-color: transparent; background-image: none; }#USP1tGaTb054ZloL0gsPEAOBhSodBAAJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#USP1tGaTb054ZloL0gsPEAOBhSodBAAJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#USP1tGaTb054ZloL0gsPEAOBhSodBAAJ > .row .container > .video-iframe-container { display: none; }#USP1tGaTb054ZloL0gsPEAOBhSodBAAJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#USP1tGaTb054ZloL0gsPEAOBhSodBAAJ > .row > .video-iframe-container { display: none; }#USP1tGaTb054ZloL0gsPEAOBhSodBAAJ > .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); }#USP1tGaTb054ZloL0gsPEAOBhSodBAAJ > .row .container { border-width: 0; border-radius: 0; }#USP1tGaTb054ZloL0gsPEAOBhSodBAAJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#USP1tGaTb054ZloL0gsPEAOBhSodBAAJ > .row .container { font-size:0.875rem;font-family:arial;height:30.9375rem;width:75rem;position:relative;display:block; }#y4Zn54c3JclaRVSNGwiiFQU1lSsRpG06 { 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:20.9375rem;width:20.9375rem;top:5.2452087402344E-6rem;left:27.031251907349rem;overflow:hidden;display:block; }
#fzuehpthrzWgw1nfErfuFgQvpswqlPdO { box-sizing:content-box;height:25.625rem;width:20.75rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:4.625rem;left:27.0625rem;display:block; }
#zqLd7RvoV2nebJrhFG55hXmTwMf0BcpC { 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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.3125rem 3.125rem rgba(var(--color-tertiary-4),0.19) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.62325rem;height:2.3125rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:17.6865234375rem;left:28.125rem;display:block; }
#EsIoWvTkz4mlge4SUtJozt4UXm69IAGA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KPM3Lptx9eBMy8fNJZkVQ8Swrvzei1TW { color:rgba(var(--color-tertiary-4),1);display:block;width:13.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:22.843751192093rem;left:30.718750953674rem;height:5.19965rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zFSsx4ydiQgz2N6HpWbsQuEbBVngzDEe { box-sizing:content-box;height:28.3125rem;width:20.75rem;position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:1.9375rem;left:51.75rem;display:block; }
#unHJXTN4G34LuqQbC3UGMnmv0TaOaOx3 { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.875rem;width:20.875rem;top:0rem;left:51.625rem;overflow:hidden;display:block; }
#NVDKw8PMEvlC87xKl4CtUSQlew5Vx8GB { 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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.3125rem 3.125rem rgba(var(--color-tertiary-4),0.19) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.6220625rem;height:2.3125rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:17.6875rem;left:53.375rem;display:block; }
#zgaKkrbvvf50t5GKUnUccDg6gqG9oUBD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AbXGNLEtZKVQkdKGBqAKBTmE3sGFZ09G { color:rgba(var(--color-tertiary-3),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:22.1875rem;left:54.0625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ptFLKQLHbHOHMn7Ex3N0p6XFwAvSIDcb { color:rgba(var(--color-tertiary-3),1);display:block;width:17.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:23.0625rem;left:53.25rem;height:3.8997375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KcidZudJimV91y3vCmKvf3odL60adNJi { box-sizing:content-box;height:28.3125rem;width:20.9375rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:1.9375rem;left:1.9375rem;display:block; }
#QdCidKVgUgb7VoWr1O6ftnO8J0DJHQHu { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.125rem;width:21.125rem;top:0rem;left:1.9375rem;overflow:hidden;display:block; }
#Tvn7TwuxiT5LzVc4boX8bsuElVNeUMEz { color:rgba(var(--color-tertiary-3),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:22.1875rem;left:4.375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pb4rwecDNZlsr5DBd62u7qqbe7CdJU6G { color:rgba(var(--color-tertiary-3),1);display:block;width:19.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:22.1875rem;left:2.875rem;height:6.4995625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Fs8icVIgdGmvNl2s7XTfJADMTXg82eAx { 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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.3125rem 3.125rem rgba(var(--color-tertiary-4),0.19) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.6220625rem;height:2.3125rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:17.6875rem;left:3.4375rem;display:block; }
#kPL9T7Nyd15JfUZsu4AmKwF0QL0VgkWl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#d4VgLwzTAdZvUhkNDUz61gDgt8ZQ0RmH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5b7c7c82-6b7f-443d-b725-cdd706190e91/shutterstock_1415836784.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#d4VgLwzTAdZvUhkNDUz61gDgt8ZQ0RmH.adaptive-delivery-prevent-bg, #d4VgLwzTAdZvUhkNDUz61gDgt8ZQ0RmH.lazyload, #d4VgLwzTAdZvUhkNDUz61gDgt8ZQ0RmH.lazyloading { background-image: none; }#d4VgLwzTAdZvUhkNDUz61gDgt8ZQ0RmH > .row .container { background-color: transparent; background-image: none; }#d4VgLwzTAdZvUhkNDUz61gDgt8ZQ0RmH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d4VgLwzTAdZvUhkNDUz61gDgt8ZQ0RmH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d4VgLwzTAdZvUhkNDUz61gDgt8ZQ0RmH > .row .container > .video-iframe-container { display: none; }#d4VgLwzTAdZvUhkNDUz61gDgt8ZQ0RmH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d4VgLwzTAdZvUhkNDUz61gDgt8ZQ0RmH > .row > .video-iframe-container { display: none; }#d4VgLwzTAdZvUhkNDUz61gDgt8ZQ0RmH > .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); }#d4VgLwzTAdZvUhkNDUz61gDgt8ZQ0RmH > .row .container { border-width: 0; border-radius: 0; }#d4VgLwzTAdZvUhkNDUz61gDgt8ZQ0RmH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#d4VgLwzTAdZvUhkNDUz61gDgt8ZQ0RmH > .row .container { font-size:0.875rem;font-family:arial;height:32.6875rem;width:75rem;position:relative;display:block; }#mHZCpkKGyMWaNvIltvybAOBwp9MxHQoi { box-sizing:content-box;height:28.3125rem;width:20.9375rem;position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:1.9375rem;left:1.9375rem;display:block; }
#JQS4f4xbAi73XTrr6tVVnMhoqQfc12Of { color:rgba(var(--color-tertiary-3),1);display:block;width:15.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:22.1875rem;left:4.75rem;height:3.8997375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#h8Zsr5JqwkN3A7DZzMnTJ7sl3N4JaMLT { color:rgba(var(--color-tertiary-3),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:22.1875rem;left:4.375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oilQm45soIFKlpvU6JCUK34GcqSFcgbv { 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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.3125rem 3.125rem rgba(var(--color-tertiary-4),0.19) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.6220625rem;height:2.3125rem;text-decoration:none;z-index:15043;text-align:center;text-align-last:center;top:16.375rem;left:12.6904296875rem;display:block; }
#vQe70u7QWqiu3T3Ki8UNwoM9DekGvkmM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zJOKezQOs8kRiSsyIFQMcVuUg54GIwCd { box-sizing:content-box;height:30.1875rem;width:20.6875rem;position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0rem;left:27.0625rem;display:block; }
#lS3REPwUlooJCBTU9fbCDmfZRKi0CDrg { color:rgba(var(--color-tertiary-3),1);display:block;width:17.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:21.92578125rem;left:28.5625rem;height:3.8997375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vA5XulN9pbpBGF4gfXxJ5eNRMboKTWgS { color:rgba(var(--color-tertiary-3),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:20.25rem;left:29.5rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#alZKdAlXovngfplZmlHa42O2eWDBDZdz { 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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.3125rem 3.125rem rgba(var(--color-tertiary-4),0.19) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.6220625rem;height:2.3125rem;text-decoration:none;z-index:15045;text-align:center;text-align-last:center;top:16.375rem;left:27.8125rem;display:block; }
#hTd3UtAZ3yBbn8mXCUhhJaF67Ux0Q2dm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QK3R3XnXw49i3BSlcT5lyAi8i81Jsczm { position:absolute;display:block;z-index:15041;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21rem;width:21rem;top:0rem;left:1.96875rem;overflow:hidden;display:block; }
#KCaaQ5Uizne0bZXsnmZ8SZAUlcWwet7b { position:absolute;display:block;z-index:15044;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.75rem;width:20.75rem;top:0rem;left:27rem;overflow:hidden;display:block; }
#T8wC5rbDepg7GWwGToKEFk8h3nU17lcc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5b7c7c82-6b7f-443d-b725-cdd706190e91/shutterstock_1415836784.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#T8wC5rbDepg7GWwGToKEFk8h3nU17lcc.adaptive-delivery-prevent-bg, #T8wC5rbDepg7GWwGToKEFk8h3nU17lcc.lazyload, #T8wC5rbDepg7GWwGToKEFk8h3nU17lcc.lazyloading { background-image: none; }#T8wC5rbDepg7GWwGToKEFk8h3nU17lcc > .row .container { border-width: 0; border-radius: 0; }#T8wC5rbDepg7GWwGToKEFk8h3nU17lcc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T8wC5rbDepg7GWwGToKEFk8h3nU17lcc > .row .container { font-size:0.875rem;font-family:arial;height:30.9375rem;width:75rem;position:relative;display:none; }#bgg4SmxhrMXNKg42SMxtzrJscQTQwb7J { box-sizing:content-box;height:28.3125rem;width:20.9375rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:1.9375rem;left:2.1875rem;display:block; }
#T1QALadEST6BXayTxqH0gJhukcxSU00T { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.125rem;width:21.125rem;top:5.2452087402344E-6rem;left:2.1875rem;overflow:hidden;display:block; }
#rCF3JBCZXdKOZLt7oc0ceMKDPup9zIXn { 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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.3125rem 3.125rem rgba(var(--color-tertiary-4),0.19) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.622375rem;height:2.3125rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:17.685938239097rem;left:10.436718940735rem;display:block; }
#AFCrPX9ihUAUQUELRi6BgoAvv5PvAdrV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#A7FfXRSw04VszDrkXP2VTXAH27xT6Zzf { color:rgba(var(--color-tertiary-3),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:22.1875rem;left:4.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HpzlszFuPN2KSDrLbxVDHV5adP7iPdno { color:rgba(var(--color-tertiary-3),1);display:block;width:21.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:22.112499594688rem;left:2.1875rem;height:6.499025rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cc3y3IR2OsfXT1SkedPIg26sMwH4UxqQ { 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:20.9375rem;width:20.9375rem;top:5.2452087402344E-6rem;left:27.031251907349rem;overflow:hidden;display:block; }
#dwWvSKzKBbdKJehpG89zVEnbQISDDQKl { box-sizing:content-box;height:25.625rem;width:20.75rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:4.625rem;left:27.0625rem;display:block; }
#QwT6h0mPNMwMnvqOtzJxqCk0wSxD0Qro { 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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.3125rem 3.125rem rgba(var(--color-tertiary-4),0.19) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.62325rem;height:2.3125rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:17.686628688127rem;left:35.437501907349rem;display:block; }
#SgNxlBX5oXE0qmhglhoMoipacSB8gso4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bg7XQTTUUTHbFAVvknlTrg1EXn7VHspm { color:rgba(var(--color-tertiary-4),1);display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:22.500000357628rem;left:29.031250953674rem;height:3.89941875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Wx7dgA9hFgPdXaHXgddURuETi5MU8bQr { box-sizing:content-box;height:28.3125rem;width:20.9375rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:1.9375rem;left:51.9375rem;display:block; }
#shoTTikKOahVvdSbpXLz7Pn353uF8D0X { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.125rem;width:21.125rem;top:0rem;left:51.9375rem;overflow:hidden;display:block; }
#gdAvq06bLU6pXsOgpIUfryEZtsrSniEy { 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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.3125rem 3.125rem rgba(var(--color-tertiary-4),0.19) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.6220625rem;height:2.3125rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:17.6875rem;left:60.1875rem;display:block; }
#GoFoFXnekKteDBx1c721H8TOBFUzECy6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CJHvNRZ5NbvdvTXTzB1UKva3u6fUhI0a { color:rgba(var(--color-tertiary-3),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:22.1875rem;left:54.375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iiblXqwGAwF3Ngs4F1D4V3mzmtVOBtbf { color:rgba(var(--color-tertiary-3),1);display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:23rem;left:54.375rem;height:3.89941875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ixPwh2Oqe2iPVZLQx0fJFF6ebbCpNO6c { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/5b7c7c82-6b7f-443d-b725-cdd706190e91/shutterstock_1415836784.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#ixPwh2Oqe2iPVZLQx0fJFF6ebbCpNO6c.adaptive-delivery-prevent-bg, #ixPwh2Oqe2iPVZLQx0fJFF6ebbCpNO6c.lazyload, #ixPwh2Oqe2iPVZLQx0fJFF6ebbCpNO6c.lazyloading { background-image: none; }#ixPwh2Oqe2iPVZLQx0fJFF6ebbCpNO6c > .row .container { background-color: transparent; background-image: none; }#ixPwh2Oqe2iPVZLQx0fJFF6ebbCpNO6c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ixPwh2Oqe2iPVZLQx0fJFF6ebbCpNO6c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ixPwh2Oqe2iPVZLQx0fJFF6ebbCpNO6c > .row .container > .video-iframe-container { display: none; }#ixPwh2Oqe2iPVZLQx0fJFF6ebbCpNO6c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ixPwh2Oqe2iPVZLQx0fJFF6ebbCpNO6c > .row > .video-iframe-container { display: none; }#ixPwh2Oqe2iPVZLQx0fJFF6ebbCpNO6c > .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); }#ixPwh2Oqe2iPVZLQx0fJFF6ebbCpNO6c > .row .container { border-width: 0; border-radius: 0; }#ixPwh2Oqe2iPVZLQx0fJFF6ebbCpNO6c > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ixPwh2Oqe2iPVZLQx0fJFF6ebbCpNO6c > .row .container { font-size:0.875rem;font-family:arial;height:84.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#Rfgy43QCsp4hJmeuoVb3TGOXamq1ziEA { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#PDzlnz5O73h6dGhZb6dTNnNcdCpDEoOs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JmL1wc4aBFGC8Z62OtCPRFCJn2oZT6iG { background-color:#edb72d;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;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.375rem;height:3.75rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:35.75rem;left:22.75rem;display:none; }
#By6yGlR4qU8DfFTIlgT1tEA1i3rwZARa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cTMfoaeCeb552Dgx2pkgZhF5J0riETIu { color:#4f4f4f;display:block;width:34.5rem;position:absolute;font-family:roboto;font-size:2rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:23.3125rem;left:11.4375rem;height:2.6rem;font-style:normal;display:none; }
#hrA2Hhq8n5m4THRWyTobeySnGH0eMGnF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:26.4375rem;left:7.5rem;display:none; }
#lr8uRkhsz45Zb2L6UG8zUKuucRTHGIyl { color:#4f4f4f;display:block;width:34.5rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:27rem;left:11.4375rem;height:2.03125rem;font-style:normal;display:none; }
#ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV .widget-form-header { font-size:0.75rem; }
#ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV .widget-regular-label { height:auto;display:block;font-family:montserrat;font-size:1.1875rem;font-weight:400;color:#efebe2;width:50.625rem;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;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left;font-style:normal;line-height:1.4; }
#ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV .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:rgba(var(--color-tertiary-0),0.99);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;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.625rem;box-sizing:border-box;height:2.5625rem;color:#df9755;font-size:0.875rem;overflow:hidden;font-family:raleway;vertical-align:top;text-align:center;text-align-last:center;line-height:2.5; }
#ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV .widget-input-text {padding-top: 0; padding-bottom: 0;}#ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV .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:rgba(var(--color-tertiary-0),0.99);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:50.625rem;box-sizing:border-box;height:3.8125rem;color:#df9755;font-size:0.875rem;overflow:hidden;font-family:raleway;vertical-align:top;text-align:center;text-align-last:center;line-height:2.5; }
#ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV .widget-input-select { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#f1f1f1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;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.625rem;box-sizing:border-box;height:2.5rem;color:#130a08;font-family:montserrat;font-size:0.875rem;overflow:hidden;vertical-align:top;text-align:center;text-align-last:center; }
#ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV .widget-input-select {padding-top: 0; padding-bottom: 0;}#ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV .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; }
#ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.5625rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:50.625rem;height:3.5rem;font-family:montserrat;overflow:hidden;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(var(--color-tertiary-4),0.21) ;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5); }
#ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:montserrat;font-size:1rem;font-weight:400;font-style:normal; }
#ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:montserrat;font-size:1rem;font-weight:400;font-style:normal; }
#ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:montserrat;font-size:1rem;font-weight:400;font-style:normal; }
#ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:montserrat;font-size:1rem;font-weight:400;font-style:normal; }
#ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV .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:montserrat;line-height:1.2;font-size:0.8125rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:49.375rem;overflow:hidden;font-style:normal;float:none;text-align:justify;text-align-last:initial; }
#ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV .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; }
#ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.3125rem;vertical-align:middle;font-family:raleway;font-size:0.75rem;font-weight:700;color:rgba(var(--color-tertiary-0),1);overflow:hidden;font-style:normal;line-height:1.6;float:none; }
#ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV .widget-container:first-of-type{padding-top:0;}#ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV .widget-container:last-of-type{padding-bottom:0;}#ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV  { background-color:rgba(var(--color-tertiary-4),0.19);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:50.625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;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: 0.0625rem 0.625rem 1.875rem rgba(var(--color-tertiary-4),0.5) ;font-size:0.75rem;left:11.028646469116rem;top:9.1872863769531rem;z-index:15009;position:absolute; }
#ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:50.625rem;display:block;vertical-align:top; }
#ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV .widget-info-text { display:block;height:auto;font-family:raleway;font-size:0.625rem;line-height:1.1;font-weight:400;color:rgba(var(--color-tertiary-0),1);vertical-align:top;overflow:hidden;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV {display:block;}#ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV { background-color:rgba(var(--color-tertiary-4),0.19);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:50.625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;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: 0.0625rem 0.625rem 1.875rem rgba(var(--color-tertiary-4),0.5) ;font-size:0.75rem;left:11.028646469116rem;top:9.1872863769531rem;z-index:15009;position:absolute; }
#ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV #TVdfFmcmDCM5P6SxDuRhPUMw0u7myxCA { position:relative; }
#ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV #axPskRhfKwiOT2rCeKIRXciiSOTv5Vko { position:relative;display:block; }
#ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV #mDtbZgHaeC4HqBkoXfdyfA6VX0neO52o { position:relative; }
#ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV #y74Oxsqyu80n3wFNt1dG7aHvL2NBxOJ8 { position:relative; }
#ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV #OwhMwrXuTPhPlHLB3F0wifo8sNH7JkDx { position:relative;display:block; }
#ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV #te38p4e1pUaEX6xsO5NUeaXLTrkArKFZ { position:relative; }
#ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV #e2xW6i5S7AJiTp8iq8fih21gzIEPuwhJ { position:relative; }
#ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV #q7oyqvWI3DA3frtdNtSt9DT7GkmHV0KI { position:relative;display:block; }
#ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV #V2L1UPNTcMGJLxQRWrKaWc1u4oRMla3B { position:relative; }
#ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV #q3Kt85kOCdvRAJ7wL4g2o22vC89cHoT0 { position:relative; }
#ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV #ZddU52KUaCqlGEHpahaF5BVPKeLUeSaI { position:relative;display:block; }
#ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV #T4JVWPqi0X37hJ81ovk2g7ZNzzAv8rcJ { position:relative; }
#ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV #PeU5X784c7I7x569vIzz2QASwmwvdgTp { position:relative; }
#ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV #ZvsSsZ1TkmGJJozTf2zLL19ufie4uDg1 { position:relative;display:block; }
#ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV #dwSP9qcLOLIA6QbwWgCnoG1isRTf4nnn { position:relative; }
#ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV #yq6LTKhcc7KH2DJUE8Z8P401CuFcmXqr { position:relative; }
#ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV #BF1lHQOrUeCRighUMe4iR7LFD0wnOnIr { position:relative;display:block; }
#ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV #M408MG50IT9Up2rswTdxTbNRbyGOKz3q { position:relative; }
#ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV #UWQBb6F4ndkKDkdqEeAUpQAR9LpKQP6Z { position:relative; }
#ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV #sUDwttVU8GJTRdiqsvMrtLJqAtITXqTX { position:relative;z-index:2; }
#ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV #STdlT7QXoW9f8ST1HEWZChcKdvtTlA4G { position:relative; }
#ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV #PBnuQTTIWz7D8q2gcZ4pg0Ln5tLLBxcD { position:relative; }
#ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV #FOAfEpMkzDEvtKlABmzna11GQTXyoP0U { position:relative;z-index:2; }
#ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV #vOeNQISLd4uhgwG02SPRZNQsXM4fJAHM { position:relative; }
#ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV #tpvGFpT7ECya9IXflfJv2863V14u1LT1 { position:relative; }
#ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV #SBoVT6BoyCMZ0I8tdOMRaFF5X1zCgXW4 { position:relative;z-index:2; }
#ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV #T5n2aBUopimJFaeoITQGXGhglNkfBNOp { position:relative; }
#ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV #aXgoA2CR2nuE8SXCQ6yuXeTEoxsI1hni { position:relative; }
#ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV #Vq5L7JISk74QkEyTBUyQb326fCBbcb0g { position:relative;z-index:2; }
#ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV #LZHQT64x8Gg4TdKQVsDtbnxPeuczWPGR { position:relative; }
#ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV #csoUUMWPQzsyDru71QRiD8O9FilfvxE7 { position:relative; }
#ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV #EIdKi7mCOzMvZDkbS36FlZTMvg0hH9tR { position:relative; }
#KuoZMzVNUEHAwO9sctTxhDM0NgPgun7e .widget-form-header { font-size:0.75rem; }
#KuoZMzVNUEHAwO9sctTxhDM0NgPgun7e .widget-regular-label { height:auto;display:block;font-family:raleway;font-size:0.75rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:29.5rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left; }
#KuoZMzVNUEHAwO9sctTxhDM0NgPgun7e .widget-input-text { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(255,255,255,0.5);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:29.5rem;box-sizing:border-box;height:1.3125rem;color:#df1c96;font-size:0.875rem;overflow:hidden;font-family:raleway;vertical-align:top;text-align:center;text-align-last:center; }
#KuoZMzVNUEHAwO9sctTxhDM0NgPgun7e .widget-input-text {padding-top: 0; padding-bottom: 0;}#KuoZMzVNUEHAwO9sctTxhDM0NgPgun7e .widget-textarea { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(255,255,255,0.5);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:29.5rem;box-sizing:border-box;height:2.3125rem;color:#df1c96;font-size:0.875rem;overflow:hidden;font-family:raleway;vertical-align:top;text-align:center;text-align-last:center; }
#KuoZMzVNUEHAwO9sctTxhDM0NgPgun7e .widget-input-select { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(255,255,255,0.5);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:29.5rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-tertiary-0),1);font-family:raleway;font-size:0.875rem;overflow:hidden;vertical-align:top;text-align:center;text-align-last:center; }
#KuoZMzVNUEHAwO9sctTxhDM0NgPgun7e .widget-input-select {padding-top: 0; padding-bottom: 0;}#KuoZMzVNUEHAwO9sctTxhDM0NgPgun7e .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; }
#KuoZMzVNUEHAwO9sctTxhDM0NgPgun7e .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#KuoZMzVNUEHAwO9sctTxhDM0NgPgun7e .widget-input-button { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:transparent;background-image: -webkit-linear-gradient(13deg, #bb2649, #ff2020);background-image: -moz-linear-gradient(13deg, #bb2649, #ff2020);background-image: -ms-linear-gradient(13deg, #bb2649, #ff2020);background-image: -o-linear-gradient(13deg, #bb2649, #ff2020);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb2649', endColorstr='#ff2020' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb2649', endColorstr='#ff2020' );";background-image: linear-gradient(13deg, #bb2649, #ff2020);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:11.8125rem;margin-bottom:0.25rem;margin-left:10.1875rem;display:block;box-sizing:border-box;font-size:1rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:9.125rem;height:3.375rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(var(--color-tertiary-4),0.21) ;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5); }
#KuoZMzVNUEHAwO9sctTxhDM0NgPgun7e [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.75rem; }
#KuoZMzVNUEHAwO9sctTxhDM0NgPgun7e [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.75rem; }
#KuoZMzVNUEHAwO9sctTxhDM0NgPgun7e [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.75rem; }
#KuoZMzVNUEHAwO9sctTxhDM0NgPgun7e [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.75rem; }
#KuoZMzVNUEHAwO9sctTxhDM0NgPgun7e .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:roboto;line-height:1.3;font-size:0.5625rem;font-weight:400;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:29.875rem;overflow:hidden;font-style:normal;float:none;text-align:center;text-align-last:center; }
#KuoZMzVNUEHAwO9sctTxhDM0NgPgun7e .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; }
#KuoZMzVNUEHAwO9sctTxhDM0NgPgun7e .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.3125rem;vertical-align:middle;font-family:raleway;font-size:0.75rem;font-weight:700;color:rgba(var(--color-tertiary-0),1);overflow:hidden;font-style:normal;line-height:1.6;float:none; }
#KuoZMzVNUEHAwO9sctTxhDM0NgPgun7e .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#KuoZMzVNUEHAwO9sctTxhDM0NgPgun7e .widget-container:first-of-type{padding-top:0;}#KuoZMzVNUEHAwO9sctTxhDM0NgPgun7e .widget-container:last-of-type{padding-bottom:0;}#KuoZMzVNUEHAwO9sctTxhDM0NgPgun7e  { background-color:rgba(var(--color-tertiary-4),0.19);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:31.125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;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: 0.0625rem 0.625rem 1.875rem rgba(var(--color-tertiary-4),0.5) ;font-size:0.75rem;left:17.78750038147rem;top:37.125rem;z-index:15009;position:absolute; }
#KuoZMzVNUEHAwO9sctTxhDM0NgPgun7e .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:29.5rem;display:block;vertical-align:top; }
#KuoZMzVNUEHAwO9sctTxhDM0NgPgun7e .widget-info-text { display:block;height:auto;font-family:raleway;font-size:0.625rem;line-height:1.1;font-weight:400;color:rgba(var(--color-tertiary-0),1);vertical-align:top;overflow:hidden;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#KuoZMzVNUEHAwO9sctTxhDM0NgPgun7e {display:block;}#KuoZMzVNUEHAwO9sctTxhDM0NgPgun7e { background-color:rgba(var(--color-tertiary-4),0.19);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:31.125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;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: 0.0625rem 0.625rem 1.875rem rgba(var(--color-tertiary-4),0.5) ;font-size:0.75rem;left:25.25rem;top:37.125rem;z-index:15009;position:absolute;display:none; }
#KuoZMzVNUEHAwO9sctTxhDM0NgPgun7e #fh6c6iGLvI51nt7UzSq5bypcyPBIZAsN { position:relative; }
#KuoZMzVNUEHAwO9sctTxhDM0NgPgun7e #nKXIayvH9HaTkCdysf8UPRHvGwmvB7nn { position:relative;display:block; }
#KuoZMzVNUEHAwO9sctTxhDM0NgPgun7e #SR28iUrnQrU7U3Psq0XHhHCwgi0AeOTN { position:relative; }
#KuoZMzVNUEHAwO9sctTxhDM0NgPgun7e #QW56XKAUkQ7fvMSNAT0yip6gMtknxXd3 { position:relative; }
#KuoZMzVNUEHAwO9sctTxhDM0NgPgun7e #e5muum6irK1TWl9dEbRlgcTPVskuQuKR { position:relative;display:block; }
#KuoZMzVNUEHAwO9sctTxhDM0NgPgun7e #HZTiOJnQ9MlMQLGQtyo9JpoizyONPNMR { position:relative; }
#KuoZMzVNUEHAwO9sctTxhDM0NgPgun7e #tHcR97ykfKCeW1qbX0vPMt8Ux1HBlxIW { position:relative; }
#KuoZMzVNUEHAwO9sctTxhDM0NgPgun7e #PTqaPtSauXw0yfK1RKMfv9uchgxEXiLc { position:relative;display:block; }
#KuoZMzVNUEHAwO9sctTxhDM0NgPgun7e #RIuc0GcyIl7rPLSyyFknVhpt394nITrs { position:relative; }
#KuoZMzVNUEHAwO9sctTxhDM0NgPgun7e #lsCvx5S5SJ3CNA0d9RsVpg6LcG154onH { position:relative; }
#KuoZMzVNUEHAwO9sctTxhDM0NgPgun7e #HV8S1GDFl4AeMdmVoVPxDb34F4mX3cBF { position:relative;display:block; }
#KuoZMzVNUEHAwO9sctTxhDM0NgPgun7e #W06nmkKCzOUIDcJiurCiwgqalnMPP1UM { position:relative; }
#KuoZMzVNUEHAwO9sctTxhDM0NgPgun7e #gXogT7guR5EMLRML6elyzGUSR9TTGEwH { position:relative; }
#KuoZMzVNUEHAwO9sctTxhDM0NgPgun7e #p2Ioc2ixgyVbwsQirRxR07FAKwbDxPd4 { position:relative;z-index:2; }
#KuoZMzVNUEHAwO9sctTxhDM0NgPgun7e #s4A1XGcxSSCT85WMiqHQU6n51GIBeZ1u { position:relative; }
#KuoZMzVNUEHAwO9sctTxhDM0NgPgun7e #AzCPNBivh3kNC33h3DVCTGyEsgiZmcev { position:relative; }
#KuoZMzVNUEHAwO9sctTxhDM0NgPgun7e #Oa5433iKNZpExckRCxGim6w57zFJHmG9 { position:relative;z-index:2; }
#KuoZMzVNUEHAwO9sctTxhDM0NgPgun7e #WxitXCPiq2Uf3PfOIco2MhcTFsJdHOE8 { position:relative; }
#KuoZMzVNUEHAwO9sctTxhDM0NgPgun7e #FbR48uXsGNHN8tiUOJJXowpsv6zHN4TL { position:relative; }
#KuoZMzVNUEHAwO9sctTxhDM0NgPgun7e #RvhDTfL0X3DHBLUn5DqE00S0Aq7GuDzr { position:relative; }
#nhJ9b4BpG22VSuSuvonGvxn2Jssz4Uuk { box-sizing:content-box;height:8.0625rem;width:50.1875rem;position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:2.0625rem;left:12.499999046326rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#TCfdAbDoHFgzl6xKOXwmXPkkt2V6A3l0 { color:rgba(var(--color-tertiary-1),1);display:block;width:47.375rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15027;line-height:1.2;letter-spacing:0;top:3.0625rem;left:14.124999046326rem;height:2.0996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nleSvXJwQbZDUHnaWiLXvxTqpHwTfKe9 { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:50.375rem;height:3.625rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:79.124985694887rem;left:12.311718940735rem;display:block; }
#xzTWXT96XEe6kwvGfGyOhcbQKPg2Foin { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kRNWuVUT6zNAxSDXi0EJPsksg78JGUNv { color:rgba(var(--color-tertiary-1),1);display:block;width:48.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15028;line-height:1.2;letter-spacing:0;top:9.1875rem;left:13.375rem;height:1.27386875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nGZGsh8cNbslJGDyaHhbzI71I6knkleq { color:rgba(var(--color-tertiary-1),1);display:block;width:38.9375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15028;line-height:1.2;letter-spacing:0;top:5.8625001907349rem;left:18.030468940735rem;height:3.37239375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pLwBD67WAegFo5BQWU4XDw1NvCQWlu8r { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#pLwBD67WAegFo5BQWU4XDw1NvCQWlu8r > .row .container { border-width: 0; border-radius: 0; }#pLwBD67WAegFo5BQWU4XDw1NvCQWlu8r > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pLwBD67WAegFo5BQWU4XDw1NvCQWlu8r > .row .container { font-size:0.875rem;font-family:arial;height:1.125rem;width:75rem;position:relative;display:none; }#b3rLeQGr8Pabfv4wdBbtLxGceekpZJLB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#b3rLeQGr8Pabfv4wdBbtLxGceekpZJLB > .row .container { background-color: transparent; background-image: none; }#b3rLeQGr8Pabfv4wdBbtLxGceekpZJLB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3rLeQGr8Pabfv4wdBbtLxGceekpZJLB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3rLeQGr8Pabfv4wdBbtLxGceekpZJLB > .row .container > .video-iframe-container { display: none; }#b3rLeQGr8Pabfv4wdBbtLxGceekpZJLB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3rLeQGr8Pabfv4wdBbtLxGceekpZJLB > .row > .video-iframe-container { display: none; }#b3rLeQGr8Pabfv4wdBbtLxGceekpZJLB > .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); }#b3rLeQGr8Pabfv4wdBbtLxGceekpZJLB > .row .container { border-width: 0; border-radius: 0; }#b3rLeQGr8Pabfv4wdBbtLxGceekpZJLB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b3rLeQGr8Pabfv4wdBbtLxGceekpZJLB > .row .container { font-size:0.875rem;font-family:arial;height:6.625rem;width:75rem;position:relative;display:block; }#iXaBqFfET3bk1WgF8SyaT115Ph0h86TI { color:rgba(var(--color-tertiary-0),1);display:block;width:8.87425rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.125rem;left:33.1875rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vX6FDyU9quLDWeb5p7cDHiZslo0gkCIT { position:absolute;display:block;z-index:15105;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.811525rem;width:5.499025rem;top:1.4375rem;left:26.6552734375rem;overflow:hidden;display:block; }
#lH8cAb4hngW4vV25kJ6I0n2NmwvOon1t { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lH8cAb4hngW4vV25kJ6I0n2NmwvOon1t > .row .container { background-color: transparent; background-image: none; }#lH8cAb4hngW4vV25kJ6I0n2NmwvOon1t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lH8cAb4hngW4vV25kJ6I0n2NmwvOon1t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lH8cAb4hngW4vV25kJ6I0n2NmwvOon1t > .row .container > .video-iframe-container { display: none; }#lH8cAb4hngW4vV25kJ6I0n2NmwvOon1t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lH8cAb4hngW4vV25kJ6I0n2NmwvOon1t > .row > .video-iframe-container { display: none; }#lH8cAb4hngW4vV25kJ6I0n2NmwvOon1t > .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); }#lH8cAb4hngW4vV25kJ6I0n2NmwvOon1t > .row .container { border-width: 0; border-radius: 0; }#lH8cAb4hngW4vV25kJ6I0n2NmwvOon1t > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lH8cAb4hngW4vV25kJ6I0n2NmwvOon1t > .row .container { font-size:0.875rem;font-family:arial;height:0.9375rem;width:75rem;position:relative;display:block; }#VAsvWlLWTqq4fo8lmWVHFeMg55Cyv1Pf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VAsvWlLWTqq4fo8lmWVHFeMg55Cyv1Pf > .row .container { background-color: transparent; background-image: none; }#VAsvWlLWTqq4fo8lmWVHFeMg55Cyv1Pf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VAsvWlLWTqq4fo8lmWVHFeMg55Cyv1Pf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VAsvWlLWTqq4fo8lmWVHFeMg55Cyv1Pf > .row .container > .video-iframe-container { display: none; }#VAsvWlLWTqq4fo8lmWVHFeMg55Cyv1Pf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VAsvWlLWTqq4fo8lmWVHFeMg55Cyv1Pf > .row > .video-iframe-container { display: none; }#VAsvWlLWTqq4fo8lmWVHFeMg55Cyv1Pf > .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); }#VAsvWlLWTqq4fo8lmWVHFeMg55Cyv1Pf > .row .container { border-width: 0; border-radius: 0; }#VAsvWlLWTqq4fo8lmWVHFeMg55Cyv1Pf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VAsvWlLWTqq4fo8lmWVHFeMg55Cyv1Pf > .row .container { font-size:0.875rem;font-family:arial;height:15.9375rem;width:75rem;position:relative;display:block; }#GhpObGJRisxgipG2FP2dWBEoqyR4g2Rl { color:rgba(var(--color-tertiary-4),1);display:block;width:47.5625rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:1.4375rem;left:2.375rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JlMm9MHDLbw8tu3vHNrgDZTiBLrlMpVV { color:rgba(var(--color-tertiary-4),1);display:block;width:33rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:1.4375rem;left:40.562500953674rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CZtvHsgIc0WAkQDOR6qhfR3hToDV3Pvw { position:absolute;display:block;z-index:15007;border-top:0.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:6.9375rem;border-top-right-radius:6.9375rem;border-bottom-left-radius:6.9375rem;border-bottom-right-radius:6.9375rem;box-shadow: none;height:10.3125rem;width:10.3125rem;top:4.1875rem;left:39.474999427796rem;overflow:hidden;display:block; }
#NuZPCenQmszDgptdK6Mh656gyF1RAT9u { color:rgba(var(--color-tertiary-4),1);display:block;width:23.0625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:6rem;left:51.812500953674rem;height:3.1857625rem;display:block; }
#iQDUBQ4owhqhvM86u3ZhnyPuAsI1iTcW { color:rgba(var(--color-tertiary-4),1);display:block;width:28rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15004;line-height:.9;letter-spacing:0;top:9.8125rem;left:51.812500953674rem;height:2.5293rem;display:block; }
#O45hd1MewUbswZyMxHT1ux2dw5KXQ3Ec { position:absolute;display:block;z-index:15009;border-top:0.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:6.9375rem;border-top-right-radius:6.9375rem;border-bottom-left-radius:6.9375rem;border-bottom-right-radius:6.9375rem;box-shadow: none;height:9.5rem;width:10.3125rem;top:4.5625rem;left:1.5rem;overflow:hidden;display:block; }
#dFXJXcwBhoTqHJhJlfbDHH22ynklmdg3 { color:rgba(var(--color-tertiary-4),1);display:block;width:35.9375rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:6.3758685588837rem;left:12.693143844604rem;height:3.1857625rem;display:block; }
#mTvwkIAeF2SqyBVk0SDdpI8bsxgfDTtr { color:rgba(var(--color-tertiary-4),1);display:block;width:27.9373125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15006;line-height:.9;letter-spacing:0;top:10.656467199326rem;left:12.693143844604rem;height:2.5293rem;display:block; }
#hfvrnNaTik8SoywutzdNumh7uoWkVriW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/xrkwkImq/shutterstock_1675260034.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hfvrnNaTik8SoywutzdNumh7uoWkVriW.adaptive-delivery-prevent-bg, #hfvrnNaTik8SoywutzdNumh7uoWkVriW.lazyload, #hfvrnNaTik8SoywutzdNumh7uoWkVriW.lazyloading { background-image: none; }#hfvrnNaTik8SoywutzdNumh7uoWkVriW > .row .container { background-color: transparent; background-image: none; }#hfvrnNaTik8SoywutzdNumh7uoWkVriW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),1); }#hfvrnNaTik8SoywutzdNumh7uoWkVriW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hfvrnNaTik8SoywutzdNumh7uoWkVriW > .row .container > .video-iframe-container { display: none; }#hfvrnNaTik8SoywutzdNumh7uoWkVriW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),1); }#hfvrnNaTik8SoywutzdNumh7uoWkVriW > .row > .video-iframe-container { display: none; }#hfvrnNaTik8SoywutzdNumh7uoWkVriW > .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); }#hfvrnNaTik8SoywutzdNumh7uoWkVriW > .row .container { border-width: 0; border-radius: 0; }#hfvrnNaTik8SoywutzdNumh7uoWkVriW::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hfvrnNaTik8SoywutzdNumh7uoWkVriW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hfvrnNaTik8SoywutzdNumh7uoWkVriW > .row .container { font-size:0.875rem;font-family:arial;height:17.875rem;width:75rem;position:relative;display:block; }#q0qr7CxFD3gktNeTbwAlSQTfRDT54DzC { color:rgba(var(--color-tertiary-4),1);display:block;width:21.8125rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:7.018750190735rem;left:14.717968940735rem;height:2.7604125rem;display:block; }
#rGnEP0HdU5Z5eFkFXHLg00O3fxgIthlt { position:absolute;display:block;z-index:15005;border-top:0.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:10.5rem;width:10.5rem;top:3.5867195129394rem;left:2.3125rem;overflow:hidden;display:block; }
#M0peTAsFoKUShpK8oJvT6fhPQZB90g5V { color:rgba(var(--color-tertiary-4),1);display:block;width:43.4375rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:0.6875rem;left:2.3125rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#q4zyceiP0AO0uZ79PZWZWeJOS76msy1o { color:rgba(var(--color-tertiary-4),1);display:block;width:22.375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15002;line-height:.9;letter-spacing:0;top:10.300001144409rem;left:14.686718940735rem;height:2.5293rem;display:block; }
#qocGsDisP57ahusut99kVzQSBpAeLaJp { color:rgba(var(--color-tertiary-4),1);display:block;width:21.9375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15006;line-height:.9;letter-spacing:0;top:9.78125rem;left:51.687500953674rem;height:2.5293rem;display:block; }
#CFL75QlmHkuTB8bTeO4WGWpTTywNe2xg { position:absolute;display:block;z-index:15007;border-top:0.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:6.9375rem;border-top-right-radius:6.9375rem;border-bottom-left-radius:6.9375rem;border-bottom-right-radius:6.9375rem;box-shadow: none;height:10.1875rem;width:10.1875rem;top:3.2062511444092rem;left:39.675000190735rem;overflow:hidden;display:block; }
#Ftv4iQ5TTTO9MHN7RS6x8o6mAvsicXTN { color:rgba(var(--color-tertiary-4),1);display:block;width:19.375rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:6.5625rem;left:51.6875rem;height:2.7604125rem;display:block; }
#W60Ovrspfu0osb5qXOqmCLXWTdpthOm1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#W60Ovrspfu0osb5qXOqmCLXWTdpthOm1 > .row .container { background-color: transparent; background-image: none; }#W60Ovrspfu0osb5qXOqmCLXWTdpthOm1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W60Ovrspfu0osb5qXOqmCLXWTdpthOm1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W60Ovrspfu0osb5qXOqmCLXWTdpthOm1 > .row .container > .video-iframe-container { display: none; }#W60Ovrspfu0osb5qXOqmCLXWTdpthOm1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W60Ovrspfu0osb5qXOqmCLXWTdpthOm1 > .row > .video-iframe-container { display: none; }#W60Ovrspfu0osb5qXOqmCLXWTdpthOm1 > .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); }#W60Ovrspfu0osb5qXOqmCLXWTdpthOm1 > .row .container { border-width: 0; border-radius: 0; }#W60Ovrspfu0osb5qXOqmCLXWTdpthOm1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#W60Ovrspfu0osb5qXOqmCLXWTdpthOm1 > .row .container { font-size:0.875rem;font-family:arial;height:18rem;width:75rem;position:relative;display:block; }#hI9iazVIyq5Vc5H0Rgas9bZT3VM3XN0Z { color:rgba(var(--color-tertiary-4),1);display:block;width:13.6875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:10.5625rem;left:31.40625rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#Po9VJXTv6XAKNTyrEiAVgDDDTSOT7zmo { color:rgba(var(--color-tertiary-4),1);display:block;width:11.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:14.6875rem;left:32.5625rem;height:1.3rem;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; }
#THHWuFwOp3skubW6qN2CwB1SHoOMBJ8B { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:13.4375rem;left:32.1875rem;height:1.3rem;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; }
#sfPfl34QsKo0ZMVLQyQ9gQGO2hOmi7nX { color:rgba(var(--color-tertiary-4),1);display:block;width:17.375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:2rem;left:29.5625rem;height:6.4974rem;text-align:center;text-align-last:center;display:block; }
#BZWe8i6CTHpEQuZ7O9fC2AiZIehaaTWm { color:#001623;display:block;width:19.625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:14.525039672851rem;left:7.875rem;height:1.625rem;display:block; }
#vBgtucr0HPicaUXcWZOXZ45G2Ey5KMrh { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.1875rem;width:16.4375rem;top:0.81253814697263rem;left:5.875rem;overflow:hidden;display:block; }
#cSceKOvZ1AmUuFL5sULr6tZqWPwHBSLq { box-sizing:content-box;color:#001623;font-size:2.4375rem;font-weight:400;line-height:1;height:3.5625rem;width:3.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15005;top:8.5rem;left:14.75rem;display:block; }
#M41TRASdImGQhEyuOHnsRryicCaBPfTz { box-sizing:content-box;color:#001623;font-size:2.5625rem;font-weight:400;line-height:1;height:3.6875rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15004;top:8.25rem;left:10.875rem;display:block; }
#DEqnND4JJadxGDkHRtiy0AWO4rQII8R8 { box-sizing:content-box;color:#001623;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15003;top:8.5625rem;left:7.125rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #HBeqUfNlSzyf28UvKMStHTZU2AkVqTrx { display:block; }#HBeqUfNlSzyf28UvKMStHTZU2AkVqTrx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uS3pMsSTZ9EuZ1TyFCONW5BRM4EkBpa3 { top:0.3125rem;left:0rem;width:9.125rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #tth5ku8nk7oTs3SEncgvlZsGL2Lalb17 { width:5.9375rem;height:2.625rem;top:1.25rem;left:19.125003814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #szCTEF1GpQcP9ICR6M0TwTKdKWKw1pqF { display:block; }
 }@media only screen and (max-width: 763px) { #kRO2miNs93oSOL6TP63RV4IevuOddANu { width:5rem;height:2.625rem;top:0.6875rem;left:34.1865234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxErVK2boNA7Uq44oOI5SQwdcecLkahr { display:block; }
 }@media only screen and (max-width: 763px) { #udhMX8TVExLCESkPTUkpdf5TDemybt3o { width:0.1875rem;height:2.625rem;top:0.6875rem;left:33.1865234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wa3687Si8lQBAR5P6pVQq4zsEXKrmRkv { width:6rem;height:2.625rem;top:0.625rem;left:27.0615234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7fTNMw70l45rrxe8sLbubnJn0ewVvJU { display:block; }
 }@media only screen and (max-width: 763px) { #Ph7bWHKpJ2Zsi6TmC0x2kslyQRVcvwNo { display:block; }#Ph7bWHKpJ2Zsi6TmC0x2kslyQRVcvwNo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AolsU2htHP6XzX1a0VIREDTRhs5d6W4n { top:5.5625rem;left:5.4273414611816rem;width:37.125rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sk3prPKZtOkukglF6iDFbJIoApurbkRt { top:22.1875rem;left:10.569530487061rem;width:25.875rem;height:5.625rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttdZN1lQcS7vF7hsFTqNBJHoSAyRWzJz { top:27.5rem;left:12.978904724121rem;width:5.625rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #uz3kT9uIeC1Kgk7w3xl096G4ZeFlkFQI { top:32.0625rem;left:2.1027336120606rem;width:45rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVmLC5dMuvDKsgPVVKSWTHbVmP4vIemB .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TVmLC5dMuvDKsgPVVKSWTHbVmP4vIemB .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; }
#TVmLC5dMuvDKsgPVVKSWTHbVmP4vIemB .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; }
#TVmLC5dMuvDKsgPVVKSWTHbVmP4vIemB { display:flex;width:18rem;height:5.0625rem;top:50.5625rem;left:20.27187538147rem; }
 }@media only screen and (max-width: 763px) { #TVmLC5dMuvDKsgPVVKSWTHbVmP4vIemB #NwIzmV4VFJqhLZDXt0TOvUMLQpaeSevN { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TVmLC5dMuvDKsgPVVKSWTHbVmP4vIemB #ocBuwNHTdawMJCvqWloBBqdDLiP8OJW5 {  }
 }@media only screen and (max-width: 763px) { #TVmLC5dMuvDKsgPVVKSWTHbVmP4vIemB #wimXkM15VZrvoyeFg10np4o50D0dsTtb {  }
 }@media only screen and (max-width: 763px) { #TVmLC5dMuvDKsgPVVKSWTHbVmP4vIemB #xVF9TnautTJb1JGUxmoiprTTqqzCQTsv { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TVmLC5dMuvDKsgPVVKSWTHbVmP4vIemB #npibwCN5crd5OnLQqoA5mn2KG7gRkXsI {  }
 }@media only screen and (max-width: 763px) { #TVmLC5dMuvDKsgPVVKSWTHbVmP4vIemB #IQC8V7zhHzTHg97Xh4bHvwXuiqV7LkCs {  }
 }@media only screen and (max-width: 763px) { #TVmLC5dMuvDKsgPVVKSWTHbVmP4vIemB #NRBab05nQboDW3BQfIR6XRzRA7wwa3Fl { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TVmLC5dMuvDKsgPVVKSWTHbVmP4vIemB #QfKvu0GAoOCsbgLKNR69OGZkf4BP5veO {  }
 }@media only screen and (max-width: 763px) { #TVmLC5dMuvDKsgPVVKSWTHbVmP4vIemB #P1V7m38PIyzMPvLuU15U3fcl0Lh1DwSd {  }
 }@media only screen and (max-width: 763px) { #TVmLC5dMuvDKsgPVVKSWTHbVmP4vIemB #uNbSGUhuU9DBuhmKq01phXcxapVaoRzD { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TVmLC5dMuvDKsgPVVKSWTHbVmP4vIemB #SfxQxCoQaXh8Ho8gr2WWPIewSXpGWOi2 {  }
 }@media only screen and (max-width: 763px) { #TVmLC5dMuvDKsgPVVKSWTHbVmP4vIemB #sH1qmgxIZdDTOosp90hQEBmTHKU45JdD {  }
 }@media only screen and (max-width: 763px) { #cOu7Tc4xleg3eEM8xNhO06CnHGHwGsi6 { top:33rem;left:16.823822021484rem;width:0.125rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSzNsyPwbvTX3AqlRWTCfAIxSQyXRsr5 { top:32.9375rem;left:33.949607849121rem;width:0.125rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7548OwNIwXmMUgmhsl4bG3t7rNct1CQ { width:9rem;height:2.875rem;top:33.25rem;left:35.811714172363rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMfURaEXFdiz0NsmxkOxBnmFhE7i4m9m { display:block; }
 }@media only screen and (max-width: 763px) { #qCNmx0yB69TWes4alfImovbbTuoNQUC3 { top:34.0625rem;left:3.5921859741211rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kyKWEgPtPe4QHOnnEBClulXUMexzVk0o .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#kyKWEgPtPe4QHOnnEBClulXUMexzVk0o .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; }
#kyKWEgPtPe4QHOnnEBClulXUMexzVk0o .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; }
#kyKWEgPtPe4QHOnnEBClulXUMexzVk0o { display:flex;width:18rem;height:5.0625rem;top:42.375rem;left:14.820831298828rem; }
 }@media only screen and (max-width: 763px) { #kyKWEgPtPe4QHOnnEBClulXUMexzVk0o #GthiUTfeL77EWt6b43nQvFCA5NOCKS4H { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #kyKWEgPtPe4QHOnnEBClulXUMexzVk0o #DARr8d5JSS2pqBaizVbWW0eoRlzhgCyE {  }
 }@media only screen and (max-width: 763px) { #kyKWEgPtPe4QHOnnEBClulXUMexzVk0o #B5VMsrgVwcz6n8oHgL6gJmRmmoLPTWul {  }
 }@media only screen and (max-width: 763px) { #kyKWEgPtPe4QHOnnEBClulXUMexzVk0o #WobkfCXhT5ocqcOHADebfzd10349B3dL { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #kyKWEgPtPe4QHOnnEBClulXUMexzVk0o #fmgnsdXTcJbCg5rxhXvvhlbJpv5CEZot {  }
 }@media only screen and (max-width: 763px) { #kyKWEgPtPe4QHOnnEBClulXUMexzVk0o #FhfIZ1TAJ6HbH4eN6MVd2SzQ6lIgL6fv {  }
 }@media only screen and (max-width: 763px) { #kyKWEgPtPe4QHOnnEBClulXUMexzVk0o #lZKiLhy86ekxACS0R8ipaI63ltQuNew2 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #kyKWEgPtPe4QHOnnEBClulXUMexzVk0o #xEqde2E53edInmH3Xtb4M947xl6EQJll {  }
 }@media only screen and (max-width: 763px) { #kyKWEgPtPe4QHOnnEBClulXUMexzVk0o #KViHIJrkWtd6IXbHrBN3T5o4RpAXinbZ {  }
 }@media only screen and (max-width: 763px) { #kyKWEgPtPe4QHOnnEBClulXUMexzVk0o #IL6wHXxTZLUeII8pDGDO1Se3iAylt0oK { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #kyKWEgPtPe4QHOnnEBClulXUMexzVk0o #Ng3naOX90p0WoL7qLuGK7oMHbBlrhNhA {  }
 }@media only screen and (max-width: 763px) { #kyKWEgPtPe4QHOnnEBClulXUMexzVk0o #osbaM6nhU9KQp0AAOkZHsAnsmH9VFMbl {  }
 }@media only screen and (max-width: 763px) { #KMTpqR4Ca4V5PxnUeTG9qBttVAIp2ir0 { width:0.1875rem;height:2.625rem;top:23.625rem;left:17.999214172363rem;display:block; }
 }@media only screen and (max-width: 763px) { #AiZufJLasvePW3NdTCPg1xLpqB4TZBTn { width:0.1875rem;height:2.625rem;top:23.625rem;left:24.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sx6s5i85IOZnLTiwTz3bNlE7rKL71zMq { top:27.75rem;left:16.705467224121rem;width:19.8125rem;height:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBqDQbVrpfUi3o6xF1wDBaml6V2N4J3O { width:0.125rem;height:2.625rem;top:7rem;left:45.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #XHOg0t7DtT5UGa4UB8ImyeEAnneVM5vP { top:4.5625rem;left:0rem;width:18.8125rem;height:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #S3sOGLIKKKJTqiyNlhGHgEiW9xm6hxwM { display:block; }#S3sOGLIKKKJTqiyNlhGHgEiW9xm6hxwM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uLaksg1rBpFItNCxPiNxAxpkdLEhHyy2 { top:2rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVFVrLoUqNzkyH8II0gNpzlXsw3oLWfI { top:6.375rem;left:0rem;width:47.75rem;height:5.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UakfIIJQI3pDmmpFlnsf6aH48kzv4GTi { top:13.375rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mALUa0kM3UvXIFkcUcfozqgMH4KIHF5Z { top:17.8125rem;left:12rem;width:10.625rem;height:6.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLm0ATbt0txneTAtTDZmLyHPNbcw1KAK { top:16.6875rem;left:10.6875rem;width:12.5625rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #P20cTohx3RuQksh2oI8XLXX1aSxXcLb3 { top:16.625rem;left:26.75rem;width:12.5625rem;height:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VT6o8TTIrcNvKlTiEPXu2TKAPTcJTtZf { top:17.8125rem;left:27.59375rem;width:11.3125rem;height:8.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNnyVHJ7Gzf6X4Mlk5TisByhtPuxmfSE { top:17.8125rem;left:36.25rem;width:11.5rem;height:8.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qsg5Dsh1JaNbZiEuEN0pxub5cOORTNVg { top:16.6875rem;left:0rem;width:12.5625rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gt43BHeEMpHZ8Nxu37QhugMmLOsisZKp { top:17.8125rem;left:0rem;width:10.625rem;height:6.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrdpbVSEg1dqnv7t8v5bfSbEHxUQzT4Z { top:1.5rem;left:5.25rem;width:5.4375rem;height:3.7688803356049rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8maPhtU9no5nvnk8oTTGcU3PIzrV5ul { top:16.6875rem;left:34.9375rem;width:12.5625rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdX28TBWgowDSTOD44h2ugJ6fIJf4OIJ { display:block; }#WdX28TBWgowDSTOD44h2ugJ6fIJf4OIJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Anofx39WceBphAFR7rsSf40misXC2QES { width:28.25rem;height:2.4375rem;top:2.3125rem;left:12rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2haDpSlToALsk057C6TKEsXAXinBHSU { top:1.625rem;left:7.375rem;width:5.4375rem;height:3.7688803356049rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHamVWBg9owkDkbPxTgP06DZ85XVclzU { display:block; }#PHamVWBg9owkDkbPxTgP06DZ85XVclzU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #adet9RUkWE3h4TmbPbLC2yeH0NuhL2KM { top:3.6875rem;left:26.875rem;width:20.75rem;height:26.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxhF9Vce9vzPz8TE83w8SaqqgcUdfuuK { top:1.9375rem;left:0rem;width:20.9375rem;height:28.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCEaols514pE0omHlfLtov1vnzNddZkJ { top:0rem;left:0rem;width:21.125rem;height:21.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwcTyVeRl02dMySpGJIPwi7HZlo8Kyn4 { width:8.5625rem;height:2.3125rem;top:17.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ui0cyi233rZPbau3wm0lGAqG1vSpBKmc { display:block; }
 }@media only screen and (max-width: 763px) { #EtcFW1ZIwsm1TpoTs629bCS3HedHG7i6 { width:16.1875rem;height:1.625rem;top:22.1875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfK46enMaCVRfnUxCDcXqVKOI1E4AGJU { width:15.4375rem;height:5.1875rem;top:22.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VtnFmTi6H8FmUr2aqp79nBK0iqN6rgkq { top:0rem;left:10.8125rem;width:20.9375rem;height:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HoodAH7ngsN3AwiST4DrWOootkEAx7vS { top:4.625rem;left:11rem;width:20.75rem;height:25.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0a6Kwi4C7ftUTVzkrcfuRRy8wD3uL6u { width:8.5625rem;height:2.3125rem;top:17.625rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FaxRQ9my3WhTgDQgGeRVDnAoTLRecXzG { display:block; }
 }@media only screen and (max-width: 763px) { #moNyoOKgTX82ikOztt37gi7uaotipekP { width:16.5rem;height:3.875rem;top:22.875rem;left:15.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ec6kSlznNZ4pTzBi1nqUDznLil1XXuf4 { top:0rem;left:26.875rem;width:20.75rem;height:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ctuu4dGHo9iOzUHCUcCxV3eUAr5sHHkk { width:8.625rem;height:2.3125rem;top:17.625rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQQdk0CgPDIrAx7ZkD6ySW78Q3nJBAQ8 { display:block; }
 }@media only screen and (max-width: 763px) { #Vc8tyxwyTmx3MW0gOi2zgGsNh2hhhozS { width:16.9375rem;height:1.25rem;top:21.625rem;left:30.6875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAQws49hR3pT5P20ETZ2Ib3ofuXvxKQT { width:18.3125rem;height:6.0625rem;top:23.0625rem;left:29.3125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #USP1tGaTb054ZloL0gsPEAOBhSodBAAJ { display:block; }#USP1tGaTb054ZloL0gsPEAOBhSodBAAJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y4Zn54c3JclaRVSNGwiiFQU1lSsRpG06 { top:0rem;left:10.8125rem;width:20.9375rem;height:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fzuehpthrzWgw1nfErfuFgQvpswqlPdO { top:4.625rem;left:11rem;width:20.75rem;height:25.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqLd7RvoV2nebJrhFG55hXmTwMf0BcpC { width:8.5625rem;height:2.3125rem;top:17.625rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsIoWvTkz4mlge4SUtJozt4UXm69IAGA { display:block; }
 }@media only screen and (max-width: 763px) { #KPM3Lptx9eBMy8fNJZkVQ8Swrvzei1TW { width:13.5625rem;height:5.1875rem;top:22.8125rem;left:17.03125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFSsx4ydiQgz2N6HpWbsQuEbBVngzDEe { top:1.9375rem;left:26.6875rem;width:20.75rem;height:28.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #unHJXTN4G34LuqQbC3UGMnmv0TaOaOx3 { top:0rem;left:26.5rem;width:20.875rem;height:20.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVDKw8PMEvlC87xKl4CtUSQlew5Vx8GB { width:8.5625rem;height:2.3125rem;top:17.6875rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgaKkrbvvf50t5GKUnUccDg6gqG9oUBD { display:block; }
 }@media only screen and (max-width: 763px) { #AbXGNLEtZKVQkdKGBqAKBTmE3sGFZ09G { width:16.1875rem;height:1.625rem;top:22.1875rem;left:31.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptFLKQLHbHOHMn7Ex3N0p6XFwAvSIDcb { width:17.9375rem;height:3.875rem;top:23.0625rem;left:29.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KcidZudJimV91y3vCmKvf3odL60adNJi { top:1.9375rem;left:0rem;width:20.9375rem;height:28.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdCidKVgUgb7VoWr1O6ftnO8J0DJHQHu { top:0rem;left:0rem;width:21.125rem;height:21.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tvn7TwuxiT5LzVc4boX8bsuElVNeUMEz { width:16.1875rem;height:1.625rem;top:22.1875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pb4rwecDNZlsr5DBd62u7qqbe7CdJU6G { width:19.125rem;height:6.4375rem;top:22.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fs8icVIgdGmvNl2s7XTfJADMTXg82eAx { width:8.5625rem;height:2.3125rem;top:17.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPL9T7Nyd15JfUZsu4AmKwF0QL0VgkWl { display:block; }
 }@media only screen and (max-width: 763px) { #d4VgLwzTAdZvUhkNDUz61gDgt8ZQ0RmH { display:block; }#d4VgLwzTAdZvUhkNDUz61gDgt8ZQ0RmH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mHZCpkKGyMWaNvIltvybAOBwp9MxHQoi { top:1.9375rem;left:0rem;width:20.9375rem;height:28.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQS4f4xbAi73XTrr6tVVnMhoqQfc12Of { width:15.875rem;height:3.875rem;top:22.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8Zsr5JqwkN3A7DZzMnTJ7sl3N4JaMLT { width:16.1875rem;height:1.625rem;top:22.1875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oilQm45soIFKlpvU6JCUK34GcqSFcgbv { width:8.5625rem;height:2.3125rem;top:16.375rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQe70u7QWqiu3T3Ki8UNwoM9DekGvkmM { display:block; }
 }@media only screen and (max-width: 763px) { #zJOKezQOs8kRiSsyIFQMcVuUg54GIwCd { top:0rem;left:10.8125rem;width:20.6875rem;height:30.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lS3REPwUlooJCBTU9fbCDmfZRKi0CDrg { width:17.9375rem;height:3.875rem;top:21.875rem;left:13.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vA5XulN9pbpBGF4gfXxJ5eNRMboKTWgS { width:16.1875rem;height:1.625rem;top:20.25rem;left:15.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #alZKdAlXovngfplZmlHa42O2eWDBDZdz { width:8.5625rem;height:2.3125rem;top:16.375rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTd3UtAZ3yBbn8mXCUhhJaF67Ux0Q2dm { display:block; }
 }@media only screen and (max-width: 763px) { #QK3R3XnXw49i3BSlcT5lyAi8i81Jsczm { top:0rem;left:0rem;width:21rem;height:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCaaQ5Uizne0bZXsnmZ8SZAUlcWwet7b { top:0rem;left:11rem;width:20.75rem;height:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8wC5rbDepg7GWwGToKEFk8h3nU17lcc { display:block; }#T8wC5rbDepg7GWwGToKEFk8h3nU17lcc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bgg4SmxhrMXNKg42SMxtzrJscQTQwb7J { top:1.9375rem;left:0rem;width:20.9375rem;height:28.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1QALadEST6BXayTxqH0gJhukcxSU00T { top:0rem;left:0rem;width:21.125rem;height:21.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCF3JBCZXdKOZLt7oc0ceMKDPup9zIXn { width:8.5625rem;height:2.3125rem;top:17.625rem;left:5.8742189407349rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFCrPX9ihUAUQUELRi6BgoAvv5PvAdrV { display:block; }
 }@media only screen and (max-width: 763px) { #A7FfXRSw04VszDrkXP2VTXAH27xT6Zzf { width:16.1875rem;height:1.625rem;top:22.1875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpzlszFuPN2KSDrLbxVDHV5adP7iPdno { width:21.1875rem;height:6.4375rem;top:22.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cc3y3IR2OsfXT1SkedPIg26sMwH4UxqQ { top:0rem;left:10.8125rem;width:20.9375rem;height:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwWvSKzKBbdKJehpG89zVEnbQISDDQKl { top:4.625rem;left:11rem;width:20.75rem;height:25.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwT6h0mPNMwMnvqOtzJxqCk0wSxD0Qro { width:8.5625rem;height:2.3125rem;top:17.625rem;left:21.750001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgNxlBX5oXE0qmhglhoMoipacSB8gso4 { display:block; }
 }@media only screen and (max-width: 763px) { #bg7XQTTUUTHbFAVvknlTrg1EXn7VHspm { width:16.9375rem;height:3.875rem;top:22.5rem;left:14.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wx7dgA9hFgPdXaHXgddURuETi5MU8bQr { top:1.9375rem;left:26.6875rem;width:20.9375rem;height:28.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #shoTTikKOahVvdSbpXLz7Pn353uF8D0X { top:0rem;left:26.5rem;width:21.125rem;height:21.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdAvq06bLU6pXsOgpIUfryEZtsrSniEy { width:8.5625rem;height:2.3125rem;top:17.6875rem;left:37.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GoFoFXnekKteDBx1c721H8TOBFUzECy6 { display:block; }
 }@media only screen and (max-width: 763px) { #CJHvNRZ5NbvdvTXTzB1UKva3u6fUhI0a { width:16.1875rem;height:1.625rem;top:22.1875rem;left:31.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iiblXqwGAwF3Ngs4F1D4V3mzmtVOBtbf { width:16.125rem;height:3.875rem;top:23rem;left:31.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixPwh2Oqe2iPVZLQx0fJFF6ebbCpNO6c { display:block; }#ixPwh2Oqe2iPVZLQx0fJFF6ebbCpNO6c > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rfgy43QCsp4hJmeuoVb3TGOXamq1ziEA { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #PDzlnz5O73h6dGhZb6dTNnNcdCpDEoOs { display:block; }
 }@media only screen and (max-width: 763px) { #JmL1wc4aBFGC8Z62OtCPRFCJn2oZT6iG { width:26.375rem;height:3.75rem;top:35.75rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #By6yGlR4qU8DfFTIlgT1tEA1i3rwZARa { display:block; }
 }@media only screen and (max-width: 763px) { #cTMfoaeCeb552Dgx2pkgZhF5J0riETIu { width:17.5rem;height:1.1875rem;top:23.3125rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hrA2Hhq8n5m4THRWyTobeySnGH0eMGnF { top:26.4375rem;left:0rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #lr8uRkhsz45Zb2L6UG8zUKuucRTHGIyl { width:11.375rem;height:0.875rem;top:27rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV .widget-regular-label { width:45.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV .widget-input-text { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV .widget-input-text {padding-top: 0; padding-bottom: 0;}#ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV .widget-textarea { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV .widget-input-select { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV .widget-input-select {padding-top: 0; padding-bottom: 0;}#ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV .widget-input-button { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV .widget-checkbox-label { width:44rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV  { width:45.25rem;height:auto;top:9.125rem;left:0rem; }
#ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV .radio-container { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV {display:block;}#ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV { width:45.25rem;height:auto;top:9.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV #TVdfFmcmDCM5P6SxDuRhPUMw0u7myxCA {  }
 }@media only screen and (max-width: 763px) { #ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV #axPskRhfKwiOT2rCeKIRXciiSOTv5Vko { display:block; }
 }@media only screen and (max-width: 763px) { #ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV #mDtbZgHaeC4HqBkoXfdyfA6VX0neO52o {  }
 }@media only screen and (max-width: 763px) { #ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV #y74Oxsqyu80n3wFNt1dG7aHvL2NBxOJ8 {  }
 }@media only screen and (max-width: 763px) { #ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV #OwhMwrXuTPhPlHLB3F0wifo8sNH7JkDx { display:block; }
 }@media only screen and (max-width: 763px) { #ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV #te38p4e1pUaEX6xsO5NUeaXLTrkArKFZ {  }
 }@media only screen and (max-width: 763px) { #ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV #e2xW6i5S7AJiTp8iq8fih21gzIEPuwhJ {  }
 }@media only screen and (max-width: 763px) { #ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV #q7oyqvWI3DA3frtdNtSt9DT7GkmHV0KI { display:block; }
 }@media only screen and (max-width: 763px) { #ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV #V2L1UPNTcMGJLxQRWrKaWc1u4oRMla3B {  }
 }@media only screen and (max-width: 763px) { #ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV #q3Kt85kOCdvRAJ7wL4g2o22vC89cHoT0 {  }
 }@media only screen and (max-width: 763px) { #ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV #ZddU52KUaCqlGEHpahaF5BVPKeLUeSaI {  }
 }@media only screen and (max-width: 763px) { #ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV #T4JVWPqi0X37hJ81ovk2g7ZNzzAv8rcJ {  }
 }@media only screen and (max-width: 763px) { #ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV #PeU5X784c7I7x569vIzz2QASwmwvdgTp {  }
 }@media only screen and (max-width: 763px) { #ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV #ZvsSsZ1TkmGJJozTf2zLL19ufie4uDg1 {  }
 }@media only screen and (max-width: 763px) { #ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV #dwSP9qcLOLIA6QbwWgCnoG1isRTf4nnn {  }
 }@media only screen and (max-width: 763px) { #ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV #yq6LTKhcc7KH2DJUE8Z8P401CuFcmXqr {  }
 }@media only screen and (max-width: 763px) { #ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV #BF1lHQOrUeCRighUMe4iR7LFD0wnOnIr {  }
 }@media only screen and (max-width: 763px) { #ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV #M408MG50IT9Up2rswTdxTbNRbyGOKz3q {  }
 }@media only screen and (max-width: 763px) { #ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV #UWQBb6F4ndkKDkdqEeAUpQAR9LpKQP6Z {  }
 }@media only screen and (max-width: 763px) { #ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV #sUDwttVU8GJTRdiqsvMrtLJqAtITXqTX { z-index:2; }
 }@media only screen and (max-width: 763px) { #ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV #STdlT7QXoW9f8ST1HEWZChcKdvtTlA4G {  }
 }@media only screen and (max-width: 763px) { #ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV #PBnuQTTIWz7D8q2gcZ4pg0Ln5tLLBxcD {  }
 }@media only screen and (max-width: 763px) { #ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV #FOAfEpMkzDEvtKlABmzna11GQTXyoP0U { z-index:2; }
 }@media only screen and (max-width: 763px) { #ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV #vOeNQISLd4uhgwG02SPRZNQsXM4fJAHM {  }
 }@media only screen and (max-width: 763px) { #ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV #tpvGFpT7ECya9IXflfJv2863V14u1LT1 {  }
 }@media only screen and (max-width: 763px) { #ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV #SBoVT6BoyCMZ0I8tdOMRaFF5X1zCgXW4 {  }
 }@media only screen and (max-width: 763px) { #ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV #T5n2aBUopimJFaeoITQGXGhglNkfBNOp {  }
 }@media only screen and (max-width: 763px) { #ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV #aXgoA2CR2nuE8SXCQ6yuXeTEoxsI1hni {  }
 }@media only screen and (max-width: 763px) { #ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV #Vq5L7JISk74QkEyTBUyQb326fCBbcb0g {  }
 }@media only screen and (max-width: 763px) { #ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV #LZHQT64x8Gg4TdKQVsDtbnxPeuczWPGR {  }
 }@media only screen and (max-width: 763px) { #ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV #csoUUMWPQzsyDru71QRiD8O9FilfvxE7 {  }
 }@media only screen and (max-width: 763px) { #ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV #EIdKi7mCOzMvZDkbS36FlZTMvg0hH9tR {  }
 }@media only screen and (max-width: 763px) { #KuoZMzVNUEHAwO9sctTxhDM0NgPgun7e .widget-regular-label { width:31.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#KuoZMzVNUEHAwO9sctTxhDM0NgPgun7e .widget-input-text { width:31.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KuoZMzVNUEHAwO9sctTxhDM0NgPgun7e .widget-input-text {padding-top: 0; padding-bottom: 0;}#KuoZMzVNUEHAwO9sctTxhDM0NgPgun7e .widget-textarea { width:31.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KuoZMzVNUEHAwO9sctTxhDM0NgPgun7e .widget-input-select { width:31.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KuoZMzVNUEHAwO9sctTxhDM0NgPgun7e .widget-input-select {padding-top: 0; padding-bottom: 0;}#KuoZMzVNUEHAwO9sctTxhDM0NgPgun7e .widget-input-button { width:9.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:10.75rem; }
#KuoZMzVNUEHAwO9sctTxhDM0NgPgun7e .widget-checkbox-label { width:29.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#KuoZMzVNUEHAwO9sctTxhDM0NgPgun7e  { width:31.125rem;height:auto;top:37.75rem;left:12.28750038147rem; }
#KuoZMzVNUEHAwO9sctTxhDM0NgPgun7e .radio-container { width:31.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KuoZMzVNUEHAwO9sctTxhDM0NgPgun7e {display:block;}#KuoZMzVNUEHAwO9sctTxhDM0NgPgun7e { width:31.125rem;height:auto;top:37.125rem;left:11.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #KuoZMzVNUEHAwO9sctTxhDM0NgPgun7e #fh6c6iGLvI51nt7UzSq5bypcyPBIZAsN {  }
 }@media only screen and (max-width: 763px) { #KuoZMzVNUEHAwO9sctTxhDM0NgPgun7e #nKXIayvH9HaTkCdysf8UPRHvGwmvB7nn { display:block; }
 }@media only screen and (max-width: 763px) { #KuoZMzVNUEHAwO9sctTxhDM0NgPgun7e #SR28iUrnQrU7U3Psq0XHhHCwgi0AeOTN {  }
 }@media only screen and (max-width: 763px) { #KuoZMzVNUEHAwO9sctTxhDM0NgPgun7e #QW56XKAUkQ7fvMSNAT0yip6gMtknxXd3 {  }
 }@media only screen and (max-width: 763px) { #KuoZMzVNUEHAwO9sctTxhDM0NgPgun7e #e5muum6irK1TWl9dEbRlgcTPVskuQuKR { display:block; }
 }@media only screen and (max-width: 763px) { #KuoZMzVNUEHAwO9sctTxhDM0NgPgun7e #HZTiOJnQ9MlMQLGQtyo9JpoizyONPNMR {  }
 }@media only screen and (max-width: 763px) { #KuoZMzVNUEHAwO9sctTxhDM0NgPgun7e #tHcR97ykfKCeW1qbX0vPMt8Ux1HBlxIW {  }
 }@media only screen and (max-width: 763px) { #KuoZMzVNUEHAwO9sctTxhDM0NgPgun7e #PTqaPtSauXw0yfK1RKMfv9uchgxEXiLc { display:block; }
 }@media only screen and (max-width: 763px) { #KuoZMzVNUEHAwO9sctTxhDM0NgPgun7e #RIuc0GcyIl7rPLSyyFknVhpt394nITrs {  }
 }@media only screen and (max-width: 763px) { #KuoZMzVNUEHAwO9sctTxhDM0NgPgun7e #lsCvx5S5SJ3CNA0d9RsVpg6LcG154onH {  }
 }@media only screen and (max-width: 763px) { #KuoZMzVNUEHAwO9sctTxhDM0NgPgun7e #HV8S1GDFl4AeMdmVoVPxDb34F4mX3cBF { display:block; }
 }@media only screen and (max-width: 763px) { #KuoZMzVNUEHAwO9sctTxhDM0NgPgun7e #W06nmkKCzOUIDcJiurCiwgqalnMPP1UM {  }
 }@media only screen and (max-width: 763px) { #KuoZMzVNUEHAwO9sctTxhDM0NgPgun7e #gXogT7guR5EMLRML6elyzGUSR9TTGEwH {  }
 }@media only screen and (max-width: 763px) { #KuoZMzVNUEHAwO9sctTxhDM0NgPgun7e #p2Ioc2ixgyVbwsQirRxR07FAKwbDxPd4 { z-index:2; }
 }@media only screen and (max-width: 763px) { #KuoZMzVNUEHAwO9sctTxhDM0NgPgun7e #s4A1XGcxSSCT85WMiqHQU6n51GIBeZ1u {  }
 }@media only screen and (max-width: 763px) { #KuoZMzVNUEHAwO9sctTxhDM0NgPgun7e #AzCPNBivh3kNC33h3DVCTGyEsgiZmcev {  }
 }@media only screen and (max-width: 763px) { #KuoZMzVNUEHAwO9sctTxhDM0NgPgun7e #Oa5433iKNZpExckRCxGim6w57zFJHmG9 { z-index:2; }
 }@media only screen and (max-width: 763px) { #KuoZMzVNUEHAwO9sctTxhDM0NgPgun7e #WxitXCPiq2Uf3PfOIco2MhcTFsJdHOE8 {  }
 }@media only screen and (max-width: 763px) { #KuoZMzVNUEHAwO9sctTxhDM0NgPgun7e #FbR48uXsGNHN8tiUOJJXowpsv6zHN4TL {  }
 }@media only screen and (max-width: 763px) { #KuoZMzVNUEHAwO9sctTxhDM0NgPgun7e #RvhDTfL0X3DHBLUn5DqE00S0Aq7GuDzr {  }
 }@media only screen and (max-width: 763px) { #nhJ9b4BpG22VSuSuvonGvxn2Jssz4Uuk { top:2.0625rem;left:0rem;width:47.75rem;height:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCfdAbDoHFgzl6xKOXwmXPkkt2V6A3l0 { top:3.0625rem;left:0.375rem;width:47.375rem;height:2.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nleSvXJwQbZDUHnaWiLXvxTqpHwTfKe9 { width:46.75rem;height:3.625rem;top:79.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzTWXT96XEe6kwvGfGyOhcbQKPg2Foin { display:block; }
 }@media only screen and (max-width: 763px) { #kRNWuVUT6zNAxSDXi0EJPsksg78JGUNv { top:9.1875rem;left:0rem;width:47.75rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGZGsh8cNbslJGDyaHhbzI71I6knkleq { top:5.8125rem;left:4.4054689407349rem;width:38.9375rem;height:3.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLwBD67WAegFo5BQWU4XDw1NvCQWlu8r { display:block; }#pLwBD67WAegFo5BQWU4XDw1NvCQWlu8r > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b3rLeQGr8Pabfv4wdBbtLxGceekpZJLB { display:block; }#b3rLeQGr8Pabfv4wdBbtLxGceekpZJLB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iXaBqFfET3bk1WgF8SyaT115Ph0h86TI { width:8.8125rem;height:2.4375rem;top:2.125rem;left:19.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vX6FDyU9quLDWeb5p7cDHiZslo0gkCIT { top:1.4375rem;left:13.0302734375rem;width:5.4375rem;height:3.7688803356049rem;display:block; }
 }@media only screen and (max-width: 763px) { #lH8cAb4hngW4vV25kJ6I0n2NmwvOon1t { display:block; }#lH8cAb4hngW4vV25kJ6I0n2NmwvOon1t > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VAsvWlLWTqq4fo8lmWVHFeMg55Cyv1Pf { display:block; }#VAsvWlLWTqq4fo8lmWVHFeMg55Cyv1Pf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GhpObGJRisxgipG2FP2dWBEoqyR4g2Rl { width:47.5625rem;height:2rem;top:1.4375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JlMm9MHDLbw8tu3vHNrgDZTiBLrlMpVV { width:33rem;height:2rem;top:1.4375rem;left:14.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZtvHsgIc0WAkQDOR6qhfR3hToDV3Pvw { top:4.1875rem;left:25.849999427796rem;width:10.3125rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NuZPCenQmszDgptdK6Mh656gyF1RAT9u { top:6rem;left:24.6875rem;width:23.0625rem;height:3.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQDUBQ4owhqhvM86u3ZhnyPuAsI1iTcW { top:9.8125rem;left:19.75rem;width:28rem;height:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O45hd1MewUbswZyMxHT1ux2dw5KXQ3Ec { top:4.5625rem;left:0rem;width:10.3125rem;height:9.4998125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFXJXcwBhoTqHJhJlfbDHH22ynklmdg3 { top:6.375rem;left:0rem;width:35.9375rem;height:3.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTvwkIAeF2SqyBVk0SDdpI8bsxgfDTtr { top:10.625rem;left:0rem;width:27.875rem;height:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfvrnNaTik8SoywutzdNumh7uoWkVriW { display:block; }#hfvrnNaTik8SoywutzdNumh7uoWkVriW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q0qr7CxFD3gktNeTbwAlSQTfRDT54DzC { top:7rem;left:1.0929689407349rem;width:21.8125rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGnEP0HdU5Z5eFkFXHLg00O3fxgIthlt { top:3.5625rem;left:0rem;width:10.5rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0peTAsFoKUShpK8oJvT6fhPQZB90g5V { width:43.4375rem;height:2rem;top:0.6875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4zyceiP0AO0uZ79PZWZWeJOS76msy1o { top:10.25rem;left:1.0617189407349rem;width:22.375rem;height:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qocGsDisP57ahusut99kVzQSBpAeLaJp { top:9.75rem;left:25.8125rem;width:21.9375rem;height:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFL75QlmHkuTB8bTeO4WGWpTTywNe2xg { top:3.1875rem;left:26.050000190735rem;width:10.1875rem;height:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ftv4iQ5TTTO9MHN7RS6x8o6mAvsicXTN { top:6.5625rem;left:28.375rem;width:19.375rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W60Ovrspfu0osb5qXOqmCLXWTdpthOm1 { display:block; }#W60Ovrspfu0osb5qXOqmCLXWTdpthOm1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hI9iazVIyq5Vc5H0Rgas9bZT3VM3XN0Z { top:10.5625rem;left:17.78125rem;width:13.6875rem;height:1.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Po9VJXTv6XAKNTyrEiAVgDDDTSOT7zmo { top:14.6875rem;left:18.9375rem;width:11.375rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #THHWuFwOp3skubW6qN2CwB1SHoOMBJ8B { top:13.4375rem;left:18.5625rem;width:12.5rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfPfl34QsKo0ZMVLQyQ9gQGO2hOmi7nX { top:2rem;left:15.9375rem;width:17.375rem;height:6.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZWe8i6CTHpEQuZ7O9fC2AiZIehaaTWm { top:14.5rem;left:0rem;width:19.625rem;height:1.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBgtucr0HPicaUXcWZOXZ45G2Ey5KMrh { top:0.8125rem;left:0rem;width:16.4375rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSceKOvZ1AmUuFL5sULr6tZqWPwHBSLq { width:3.5625rem;height:3.5625rem;top:8.5rem;left:1.125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M41TRASdImGQhEyuOHnsRryicCaBPfTz { width:3.6875rem;height:3.6875rem;top:8.25rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEqnND4JJadxGDkHRtiy0AWO4rQII8R8 { width:3.75rem;height:3.75rem;top:8.5625rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#000000;background-image:none;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #HBeqUfNlSzyf28UvKMStHTZU2AkVqTrx { position:relative;z-index:auto;display:block; }#HBeqUfNlSzyf28UvKMStHTZU2AkVqTrx > .row .container { width:20rem;height:3.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uS3pMsSTZ9EuZ1TyFCONW5BRM4EkBpa3 { width:5.5625rem;height:2.125rem;top:0.5615234375rem;left:0.625rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #tth5ku8nk7oTs3SEncgvlZsGL2Lalb17 { width:5.9375rem;height:2.625rem;top:12.125rem;left:8.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #szCTEF1GpQcP9ICR6M0TwTKdKWKw1pqF { display:block; }
 }@media only screen and (max-width: 763px) { #kRO2miNs93oSOL6TP63RV4IevuOddANu { width:5rem;height:1.8496125rem;top:0.69921875rem;left:14rem;font-size:0.75rem;text-align:center;text-align-last:center;border-top:0.125rem solid #8c52ff;border-left:0.125rem solid #8c52ff;border-right:0.125rem solid #8c52ff;border-bottom:0.125rem solid #8c52ff;display:block; }
 }@media only screen and (max-width: 763px) { #zxErVK2boNA7Uq44oOI5SQwdcecLkahr { display:block; }
 }@media only screen and (max-width: 763px) { #udhMX8TVExLCESkPTUkpdf5TDemybt3o { width:0.1875rem;height:2.625rem;top:31.75rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wa3687Si8lQBAR5P6pVQq4zsEXKrmRkv { width:5.9375rem;height:1.875rem;top:0.69921875rem;left:7.03125rem;font-size:0.75rem;text-align:center;text-align-last:center;border-top:0.125rem solid #8c52ff;border-left:0.125rem solid #8c52ff;border-right:0.125rem solid #8c52ff;border-bottom:0.125rem solid #8c52ff;display:block; }
 }@media only screen and (max-width: 763px) { #K7fTNMw70l45rrxe8sLbubnJn0ewVvJU { display:block; }
 }@media only screen and (max-width: 763px) { #Ph7bWHKpJ2Zsi6TmC0x2kslyQRVcvwNo { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/5b7c7c82-6b7f-443d-b725-cdd706190e91/shutterstock_1415836784.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;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; }#Ph7bWHKpJ2Zsi6TmC0x2kslyQRVcvwNo.adaptive-delivery-prevent-bg, #Ph7bWHKpJ2Zsi6TmC0x2kslyQRVcvwNo.lazyload, #Ph7bWHKpJ2Zsi6TmC0x2kslyQRVcvwNo.lazyloading { background-image: none; }#Ph7bWHKpJ2Zsi6TmC0x2kslyQRVcvwNo > .row .container { background-color: transparent; background-image: none; }#Ph7bWHKpJ2Zsi6TmC0x2kslyQRVcvwNo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ph7bWHKpJ2Zsi6TmC0x2kslyQRVcvwNo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ph7bWHKpJ2Zsi6TmC0x2kslyQRVcvwNo > .row .container > .video-iframe-container { display: none; }#Ph7bWHKpJ2Zsi6TmC0x2kslyQRVcvwNo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ph7bWHKpJ2Zsi6TmC0x2kslyQRVcvwNo > .row > .video-iframe-container { display: none; }#Ph7bWHKpJ2Zsi6TmC0x2kslyQRVcvwNo > .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); }#Ph7bWHKpJ2Zsi6TmC0x2kslyQRVcvwNo > .row .container { border-width: 0; border-radius: 0; }#Ph7bWHKpJ2Zsi6TmC0x2kslyQRVcvwNo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ph7bWHKpJ2Zsi6TmC0x2kslyQRVcvwNo > .row .container { width:20rem;height:51.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AolsU2htHP6XzX1a0VIREDTRhs5d6W4n { width:6.375rem;height:2.5rem;top:35.7451171875rem;left:5.326171875rem;overflow:hidden;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #sk3prPKZtOkukglF6iDFbJIoApurbkRt { width:18.062125rem;height:2.925rem;top:25.765625rem;left:0.9658203125rem;font-size:2.25rem;color:#2d153f;text-align:center;text-align-last:center;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #ttdZN1lQcS7vF7hsFTqNBJHoSAyRWzJz { width:3.75rem;height:1.4625rem;top:28.6904296875rem;left:12.3701171875rem;font-size:1.125rem;color:#2d153f;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #uz3kT9uIeC1Kgk7w3xl096G4ZeFlkFQI { width:18.1875rem;height:6.125rem;top:32.0888671875rem;left:1.091796875rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVmLC5dMuvDKsgPVVKSWTHbVmP4vIemB .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; }
#TVmLC5dMuvDKsgPVVKSWTHbVmP4vIemB .widget-text.counter-number { padding-top:0.351875rem;padding-right:0.30375rem;padding-bottom:0.351875rem;padding-left:0.30375rem;width:1.82375rem;min-width:1.82375rem;height:1.893125rem;font-size:1.40875rem;line-height:30.29px;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; }
#TVmLC5dMuvDKsgPVVKSWTHbVmP4vIemB .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.22rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.43125rem;height:0.748125rem;font-size:0.52875rem;line-height:11.97px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#TVmLC5dMuvDKsgPVVKSWTHbVmP4vIemB { display:flex;width:13.75rem;height:3.56484375rem;top:1.25rem;left:2.875rem;padding-top:0.31625rem;padding-right:0.308125rem;padding-bottom:0.31625rem;padding-left:0.308125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
 }@media only screen and (max-width: 763px) { #TVmLC5dMuvDKsgPVVKSWTHbVmP4vIemB #NwIzmV4VFJqhLZDXt0TOvUMLQpaeSevN { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TVmLC5dMuvDKsgPVVKSWTHbVmP4vIemB #ocBuwNHTdawMJCvqWloBBqdDLiP8OJW5 {  }
 }@media only screen and (max-width: 763px) { #TVmLC5dMuvDKsgPVVKSWTHbVmP4vIemB #wimXkM15VZrvoyeFg10np4o50D0dsTtb {  }
 }@media only screen and (max-width: 763px) { #TVmLC5dMuvDKsgPVVKSWTHbVmP4vIemB #xVF9TnautTJb1JGUxmoiprTTqqzCQTsv { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TVmLC5dMuvDKsgPVVKSWTHbVmP4vIemB #npibwCN5crd5OnLQqoA5mn2KG7gRkXsI {  }
 }@media only screen and (max-width: 763px) { #TVmLC5dMuvDKsgPVVKSWTHbVmP4vIemB #IQC8V7zhHzTHg97Xh4bHvwXuiqV7LkCs {  }
 }@media only screen and (max-width: 763px) { #TVmLC5dMuvDKsgPVVKSWTHbVmP4vIemB #NRBab05nQboDW3BQfIR6XRzRA7wwa3Fl { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TVmLC5dMuvDKsgPVVKSWTHbVmP4vIemB #QfKvu0GAoOCsbgLKNR69OGZkf4BP5veO {  }
 }@media only screen and (max-width: 763px) { #TVmLC5dMuvDKsgPVVKSWTHbVmP4vIemB #P1V7m38PIyzMPvLuU15U3fcl0Lh1DwSd {  }
 }@media only screen and (max-width: 763px) { #TVmLC5dMuvDKsgPVVKSWTHbVmP4vIemB #uNbSGUhuU9DBuhmKq01phXcxapVaoRzD { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TVmLC5dMuvDKsgPVVKSWTHbVmP4vIemB #SfxQxCoQaXh8Ho8gr2WWPIewSXpGWOi2 {  }
 }@media only screen and (max-width: 763px) { #TVmLC5dMuvDKsgPVVKSWTHbVmP4vIemB #sH1qmgxIZdDTOosp90hQEBmTHKU45JdD {  }
 }@media only screen and (max-width: 763px) { #cOu7Tc4xleg3eEM8xNhO06CnHGHwGsi6 { width:0.125rem;height:3.375rem;top:23.09578125rem;left:14.034376144409rem;z-index:14998;display:none; }
 }@media only screen and (max-width: 763px) { #KSzNsyPwbvTX3AqlRWTCfAIxSQyXRsr5 { width:0.125rem;height:3.375rem;top:25.214062929154rem;left:15.018749773503rem;z-index:14999;display:none; }
 }@media only screen and (max-width: 763px) { #m7548OwNIwXmMUgmhsl4bG3t7rNct1CQ { width:18.1875rem;height:2.5rem;top:48.09765625rem;left:0.90625rem;font-size:0.9375rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMfURaEXFdiz0NsmxkOxBnmFhE7i4m9m { display:block; }
 }@media only screen and (max-width: 763px) { #qCNmx0yB69TWes4alfImovbbTuoNQUC3 { width:12.5rem;height:1.3rem;top:32.6015625rem;left:3.9990234375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kyKWEgPtPe4QHOnnEBClulXUMexzVk0o .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; }
#kyKWEgPtPe4QHOnnEBClulXUMexzVk0o .widget-text.counter-number { padding-top:0.31rem;padding-right:0.27125rem;padding-bottom:0.31rem;padding-left:0.27125rem;width:1.62875rem;min-width:1.62875rem;height:1.668125rem;font-size:1.24125rem;line-height:26.69px;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; }
#kyKWEgPtPe4QHOnnEBClulXUMexzVk0o .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.19375rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.171875rem;height:0.65875rem;font-size:0.465625rem;line-height:10.54px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#kyKWEgPtPe4QHOnnEBClulXUMexzVk0o { display:flex;width:12.6875rem;height:3.140625rem;top:34.2294921875rem;left:4.453125rem;padding-top:0.26375rem;padding-right:0.265625rem;padding-bottom:0.26375rem;padding-left:0.265625rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #kyKWEgPtPe4QHOnnEBClulXUMexzVk0o #GthiUTfeL77EWt6b43nQvFCA5NOCKS4H { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #kyKWEgPtPe4QHOnnEBClulXUMexzVk0o #DARr8d5JSS2pqBaizVbWW0eoRlzhgCyE {  }
 }@media only screen and (max-width: 763px) { #kyKWEgPtPe4QHOnnEBClulXUMexzVk0o #B5VMsrgVwcz6n8oHgL6gJmRmmoLPTWul {  }
 }@media only screen and (max-width: 763px) { #kyKWEgPtPe4QHOnnEBClulXUMexzVk0o #WobkfCXhT5ocqcOHADebfzd10349B3dL { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #kyKWEgPtPe4QHOnnEBClulXUMexzVk0o #fmgnsdXTcJbCg5rxhXvvhlbJpv5CEZot {  }
 }@media only screen and (max-width: 763px) { #kyKWEgPtPe4QHOnnEBClulXUMexzVk0o #FhfIZ1TAJ6HbH4eN6MVd2SzQ6lIgL6fv {  }
 }@media only screen and (max-width: 763px) { #kyKWEgPtPe4QHOnnEBClulXUMexzVk0o #lZKiLhy86ekxACS0R8ipaI63ltQuNew2 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #kyKWEgPtPe4QHOnnEBClulXUMexzVk0o #xEqde2E53edInmH3Xtb4M947xl6EQJll {  }
 }@media only screen and (max-width: 763px) { #kyKWEgPtPe4QHOnnEBClulXUMexzVk0o #KViHIJrkWtd6IXbHrBN3T5o4RpAXinbZ {  }
 }@media only screen and (max-width: 763px) { #kyKWEgPtPe4QHOnnEBClulXUMexzVk0o #IL6wHXxTZLUeII8pDGDO1Se3iAylt0oK { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #kyKWEgPtPe4QHOnnEBClulXUMexzVk0o #Ng3naOX90p0WoL7qLuGK7oMHbBlrhNhA {  }
 }@media only screen and (max-width: 763px) { #kyKWEgPtPe4QHOnnEBClulXUMexzVk0o #osbaM6nhU9KQp0AAOkZHsAnsmH9VFMbl {  }
 }@media only screen and (max-width: 763px) { #KMTpqR4Ca4V5PxnUeTG9qBttVAIp2ir0 { width:0.1875rem;height:1.3734375rem;top:26.5419921875rem;left:6.498046875rem;background-color:#866ae3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #AiZufJLasvePW3NdTCPg1xLpqB4TZBTn { width:0.125rem;height:2.625rem;top:34.3193359375rem;left:16.4228515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sx6s5i85IOZnLTiwTz3bNlE7rKL71zMq { width:13.0616875rem;height:1.3rem;top:30.0791015625rem;left:3.0595703125rem;font-size:1rem;color:#1a2025;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #sBqDQbVrpfUi3o6xF1wDBaml6V2N4J3O { width:0.1875rem;height:1.375rem;top:26.5517578125rem;left:9.9990234375rem;background-color:#866ae3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #XHOg0t7DtT5UGa4UB8ImyeEAnneVM5vP { width:18.4991875rem;height:7.2491875rem;top:2.5449223518372rem;left:0.74882811307906rem;overflow:hidden;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #S3sOGLIKKKJTqiyNlhGHgEiW9xm6hxwM { background-color:#000000;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; }#S3sOGLIKKKJTqiyNlhGHgEiW9xm6hxwM > .row .container { background-color: transparent; background-image: none; }#S3sOGLIKKKJTqiyNlhGHgEiW9xm6hxwM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S3sOGLIKKKJTqiyNlhGHgEiW9xm6hxwM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S3sOGLIKKKJTqiyNlhGHgEiW9xm6hxwM > .row .container > .video-iframe-container { display: none; }#S3sOGLIKKKJTqiyNlhGHgEiW9xm6hxwM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S3sOGLIKKKJTqiyNlhGHgEiW9xm6hxwM > .row > .video-iframe-container { display: none; }#S3sOGLIKKKJTqiyNlhGHgEiW9xm6hxwM > .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); }#S3sOGLIKKKJTqiyNlhGHgEiW9xm6hxwM > .row .container { border-width: 0; border-radius: 0; }#S3sOGLIKKKJTqiyNlhGHgEiW9xm6hxwM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S3sOGLIKKKJTqiyNlhGHgEiW9xm6hxwM > .row .container { width:20rem;height:72.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uLaksg1rBpFItNCxPiNxAxpkdLEhHyy2 { width:20rem;height:1.21875rem;top:0.9375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VVFVrLoUqNzkyH8II0gNpzlXsw3oLWfI { width:18.25rem;height:18.375rem;top:2.71875rem;left:1rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UakfIIJQI3pDmmpFlnsf6aH48kzv4GTi { width:20rem;height:1.3rem;top:22.206251144409rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mALUa0kM3UvXIFkcUcfozqgMH4KIHF5Z { width:11.0625rem;height:6rem;top:38.625rem;left:4.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLm0ATbt0txneTAtTDZmLyHPNbcw1KAK { width:12.5625rem;height:10.125rem;top:36.4375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #P20cTohx3RuQksh2oI8XLXX1aSxXcLb3 { width:12.5625rem;height:10.125rem;top:48rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VT6o8TTIrcNvKlTiEPXu2TKAPTcJTtZf { width:10.1875rem;height:7.875rem;top:49.25rem;left:5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNnyVHJ7Gzf6X4Mlk5TisByhtPuxmfSE { width:10.625rem;height:7.875rem;top:60.8125rem;left:4.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qsg5Dsh1JaNbZiEuEN0pxub5cOORTNVg { width:12.5625rem;height:10.125rem;top:24.875005722046rem;left:3.7437501549721rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gt43BHeEMpHZ8Nxu37QhugMmLOsisZKp { width:10.625rem;height:6rem;top:27.787501335144rem;left:4.6875000596046rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrdpbVSEg1dqnv7t8v5bfSbEHxUQzT4Z { width:5.4375rem;height:3.7688803356049rem;top:1.5rem;left:7.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #t8maPhtU9no5nvnk8oTTGcU3PIzrV5ul { width:12.5625rem;height:10.625rem;top:59.6875rem;left:3.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdX28TBWgowDSTOD44h2ugJ6fIJf4OIJ { background-color:transparent;background-image:none;display:block; }#WdX28TBWgowDSTOD44h2ugJ6fIJf4OIJ > .row .container { background-color: transparent; background-image: none; }#WdX28TBWgowDSTOD44h2ugJ6fIJf4OIJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WdX28TBWgowDSTOD44h2ugJ6fIJf4OIJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WdX28TBWgowDSTOD44h2ugJ6fIJf4OIJ > .row .container > .video-iframe-container { display: none; }#WdX28TBWgowDSTOD44h2ugJ6fIJf4OIJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WdX28TBWgowDSTOD44h2ugJ6fIJf4OIJ > .row > .video-iframe-container { display: none; }#WdX28TBWgowDSTOD44h2ugJ6fIJf4OIJ > .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); }#WdX28TBWgowDSTOD44h2ugJ6fIJf4OIJ > .row .container { width:20rem;height:2.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Anofx39WceBphAFR7rsSf40misXC2QES { width:16.1875rem;height:1.4625rem;top:0.765625rem;left:1.9062500596046rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #H2haDpSlToALsk057C6TKEsXAXinBHSU { width:5.4375rem;height:3.7688803356049rem;top:1.625rem;left:7.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #PHamVWBg9owkDkbPxTgP06DZ85XVclzU { display:block; }#PHamVWBg9owkDkbPxTgP06DZ85XVclzU > .row .container { width:20rem;height:54.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #adet9RUkWE3h4TmbPbLC2yeH0NuhL2KM { width:18.25rem;height:18.125rem;top:34.794921875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxhF9Vce9vzPz8TE83w8SaqqgcUdfuuK { width:18rem;height:16.625rem;top:0.625rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCEaols514pE0omHlfLtov1vnzNddZkJ { width:9.6875rem;height:9.6875rem;top:1.0625rem;left:5.6796875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwcTyVeRl02dMySpGJIPwi7HZlo8Kyn4 { width:8.5625rem;height:1.6875rem;top:14.611328125rem;left:6.03125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ui0cyi233rZPbau3wm0lGAqG1vSpBKmc { display:block; }
 }@media only screen and (max-width: 763px) { #EtcFW1ZIwsm1TpoTs629bCS3HedHG7i6 { width:6.875rem;height:1.05625rem;top:8.1249995231631rem;left:5.6875000596046rem;text-align:center;text-align-last:center;font-size:0.8125rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #TfK46enMaCVRfnUxCDcXqVKOI1E4AGJU { width:15.375rem;height:2.68066875rem;top:11.7490234375rem;left:2.46875rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VtnFmTi6H8FmUr2aqp79nBK0iqN6rgkq { width:9.75rem;height:9.75rem;top:18.4208984375rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HoodAH7ngsN3AwiST4DrWOootkEAx7vS { width:18.125rem;height:16.4375rem;top:17.7958984375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0a6Kwi4C7ftUTVzkrcfuRRy8wD3uL6u { width:8.5625rem;height:1.6875rem;top:31.8125rem;left:6rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FaxRQ9my3WhTgDQgGeRVDnAoTLRecXzG { display:block; }
 }@media only screen and (max-width: 763px) { #moNyoOKgTX82ikOztt37gi7uaotipekP { width:11rem;height:2.68066875rem;top:28.6875rem;left:5.09375rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ec6kSlznNZ4pTzBi1nqUDznLil1XXuf4 { width:9.8125rem;height:9.8125rem;top:35.5595703125rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ctuu4dGHo9iOzUHCUcCxV3eUAr5sHHkk { width:8.5625rem;height:1.6875rem;top:50.654296875rem;left:6.03125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQQdk0CgPDIrAx7ZkD6ySW78Q3nJBAQ8 { display:block; }
 }@media only screen and (max-width: 763px) { #Vc8tyxwyTmx3MW0gOi2zgGsNh2hhhozS { width:16.9375rem;height:0.89355625rem;top:46.169921875rem;left:1.46875rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAQws49hR3pT5P20ETZ2Ib3ofuXvxKQT { width:17.125rem;height:2.68066875rem;top:47.2353515625rem;left:1.875rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #USP1tGaTb054ZloL0gsPEAOBhSodBAAJ { display:block; }#USP1tGaTb054ZloL0gsPEAOBhSodBAAJ > .row .container { width:20rem;height:53.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y4Zn54c3JclaRVSNGwiiFQU1lSsRpG06 { width:9.75rem;height:9.75rem;top:19.107421875rem;left:4.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fzuehpthrzWgw1nfErfuFgQvpswqlPdO { width:18.125rem;height:16.5rem;top:18.669921875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqLd7RvoV2nebJrhFG55hXmTwMf0BcpC { width:8.5625rem;height:1.6875rem;top:32.5625rem;left:6rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsIoWvTkz4mlge4SUtJozt4UXm69IAGA { display:block; }
 }@media only screen and (max-width: 763px) { #KPM3Lptx9eBMy8fNJZkVQ8Swrvzei1TW { width:13.0625rem;height:2.68066875rem;top:29.3125rem;left:3.65625rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFSsx4ydiQgz2N6HpWbsQuEbBVngzDEe { width:18.0625rem;height:16.6875rem;top:35.625rem;left:1.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #unHJXTN4G34LuqQbC3UGMnmv0TaOaOx3 { width:9.6875rem;height:9.6875rem;top:36.25rem;left:4.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVDKw8PMEvlC87xKl4CtUSQlew5Vx8GB { width:8.5625rem;height:1.6875rem;top:49.625rem;left:5.78125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgaKkrbvvf50t5GKUnUccDg6gqG9oUBD { display:block; }
 }@media only screen and (max-width: 763px) { #AbXGNLEtZKVQkdKGBqAKBTmE3sGFZ09G { width:16.1875rem;height:0;top:23.6875rem;left:2.4375rem;text-align:center;text-align-last:center;font-size:0.8125rem;z-index:15018;display:none; }
 }@media only screen and (max-width: 763px) { #ptFLKQLHbHOHMn7Ex3N0p6XFwAvSIDcb { width:17.9375rem;height:2.68066875rem;top:46.5rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KcidZudJimV91y3vCmKvf3odL60adNJi { width:18.3125rem;height:17.625rem;top:0.625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdCidKVgUgb7VoWr1O6ftnO8J0DJHQHu { width:9.6875rem;height:9.6875rem;top:1.0625rem;left:5.1172639301463rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tvn7TwuxiT5LzVc4boX8bsuElVNeUMEz { width:6.875rem;height:1.05625rem;top:8.1249995231631rem;left:5.6875000596046rem;text-align:center;text-align-last:center;font-size:0.8125rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #pb4rwecDNZlsr5DBd62u7qqbe7CdJU6G { width:17.875rem;height:3.574225rem;top:11.4365234375rem;left:1.21875rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fs8icVIgdGmvNl2s7XTfJADMTXg82eAx { width:8.5625rem;height:1.6875rem;top:15.7353515625rem;left:5.71875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPL9T7Nyd15JfUZsu4AmKwF0QL0VgkWl { display:block; }
 }@media only screen and (max-width: 763px) { #d4VgLwzTAdZvUhkNDUz61gDgt8ZQ0RmH { display:block; }#d4VgLwzTAdZvUhkNDUz61gDgt8ZQ0RmH > .row .container { width:20rem;height:36.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mHZCpkKGyMWaNvIltvybAOBwp9MxHQoi { width:17.875rem;height:17.0625rem;top:0rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQS4f4xbAi73XTrr6tVVnMhoqQfc12Of { width:9.875rem;height:2.68066875rem;top:10.625rem;left:5.125rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8Zsr5JqwkN3A7DZzMnTJ7sl3N4JaMLT { width:16.1875rem;height:0;top:40.875rem;left:2.4375rem;text-align:center;text-align-last:center;font-size:0.8125rem;z-index:15018;display:none; }
 }@media only screen and (max-width: 763px) { #oilQm45soIFKlpvU6JCUK34GcqSFcgbv { width:7.625rem;height:1.6875rem;top:13.8125rem;left:6.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQe70u7QWqiu3T3Ki8UNwoM9DekGvkmM { display:block; }
 }@media only screen and (max-width: 763px) { #zJOKezQOs8kRiSsyIFQMcVuUg54GIwCd { width:17.75rem;height:16.9375rem;top:17.625rem;left:1.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lS3REPwUlooJCBTU9fbCDmfZRKi0CDrg { width:17.9375rem;height:2.68066875rem;top:28.25rem;left:1.28125rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vA5XulN9pbpBGF4gfXxJ5eNRMboKTWgS { width:16.1875rem;height:0;top:91.6875rem;left:2.4375rem;text-align:center;text-align-last:center;font-size:0.8125rem;z-index:15018;display:none; }
 }@media only screen and (max-width: 763px) { #alZKdAlXovngfplZmlHa42O2eWDBDZdz { width:8.5625rem;height:1.6875rem;top:31.32421875rem;left:5.84375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTd3UtAZ3yBbn8mXCUhhJaF67Ux0Q2dm { display:block; }
 }@media only screen and (max-width: 763px) { #QK3R3XnXw49i3BSlcT5lyAi8i81Jsczm { width:9.375rem;height:9.375rem;top:0.9375rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCaaQ5Uizne0bZXsnmZ8SZAUlcWwet7b { width:9.4375rem;height:9.4375rem;top:18.3046875rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8wC5rbDepg7GWwGToKEFk8h3nU17lcc { display:none; }#T8wC5rbDepg7GWwGToKEFk8h3nU17lcc > .row .container { width:20rem;height:53.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bgg4SmxhrMXNKg42SMxtzrJscQTQwb7J { width:10.875rem;height:17.5rem;top:0.625rem;left:4.5625001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1QALadEST6BXayTxqH0gJhukcxSU00T { width:9.6875rem;height:9.6875rem;top:1.0625rem;left:5.1172639301463rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCF3JBCZXdKOZLt7oc0ceMKDPup9zIXn { width:8.5625rem;height:1.25rem;top:16.487491607666rem;left:5.7187500596046rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFCrPX9ihUAUQUELRi6BgoAvv5PvAdrV { display:block; }
 }@media only screen and (max-width: 763px) { #A7FfXRSw04VszDrkXP2VTXAH27xT6Zzf { width:6.875rem;height:1.05625rem;top:8.1249995231631rem;left:5.6875000596046rem;text-align:center;text-align-last:center;font-size:0.8125rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #HpzlszFuPN2KSDrLbxVDHV5adP7iPdno { width:9.3125rem;height:4.875rem;top:11.186719179154rem;left:5.2812500596046rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cc3y3IR2OsfXT1SkedPIg26sMwH4UxqQ { width:9.75rem;height:9.75rem;top:19.546009063721rem;left:5.0312501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwWvSKzKBbdKJehpG89zVEnbQISDDQKl { width:10.875rem;height:17rem;top:18.732818603516rem;left:4.5000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwT6h0mPNMwMnvqOtzJxqCk0wSxD0Qro { width:8.5625rem;height:1.25rem;top:33.5rem;left:5.6250000596046rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgNxlBX5oXE0qmhglhoMoipacSB8gso4 { display:block; }
 }@media only screen and (max-width: 763px) { #bg7XQTTUUTHbFAVvknlTrg1EXn7VHspm { width:9.3125rem;height:2.4375rem;top:30.25rem;left:5.3437500596046rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wx7dgA9hFgPdXaHXgddURuETi5MU8bQr { width:10.875rem;height:16.875rem;top:0.625rem;left:4.5625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #shoTTikKOahVvdSbpXLz7Pn353uF8D0X { width:9.6875rem;height:9.6875rem;top:1.0625rem;left:5.1172639301463rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdAvq06bLU6pXsOgpIUfryEZtsrSniEy { width:8.5625rem;height:1.25rem;top:15.173439025879rem;left:5.7187500596046rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GoFoFXnekKteDBx1c721H8TOBFUzECy6 { display:block; }
 }@media only screen and (max-width: 763px) { #CJHvNRZ5NbvdvTXTzB1UKva3u6fUhI0a { width:6.875rem;height:1.05625rem;top:8.1249995231631rem;left:5.6875000596046rem;text-align:center;text-align-last:center;font-size:0.8125rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #iiblXqwGAwF3Ngs4F1D4V3mzmtVOBtbf { width:9.3125rem;height:2.68066875rem;top:11.561718940735rem;left:5.3437500596046rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixPwh2Oqe2iPVZLQx0fJFF6ebbCpNO6c { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/86271d68-4ae5-4a24-8d71-4fb55605eefa/shutterstock_1987441994.jpg");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;z-index:auto;display:block; }#ixPwh2Oqe2iPVZLQx0fJFF6ebbCpNO6c.adaptive-delivery-prevent-bg, #ixPwh2Oqe2iPVZLQx0fJFF6ebbCpNO6c.lazyload, #ixPwh2Oqe2iPVZLQx0fJFF6ebbCpNO6c.lazyloading { background-image: none; }#ixPwh2Oqe2iPVZLQx0fJFF6ebbCpNO6c > .row .container { background-color: transparent; background-image: none; }#ixPwh2Oqe2iPVZLQx0fJFF6ebbCpNO6c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.37); }#ixPwh2Oqe2iPVZLQx0fJFF6ebbCpNO6c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ixPwh2Oqe2iPVZLQx0fJFF6ebbCpNO6c > .row .container > .video-iframe-container { display: none; }#ixPwh2Oqe2iPVZLQx0fJFF6ebbCpNO6c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.37); }#ixPwh2Oqe2iPVZLQx0fJFF6ebbCpNO6c > .row > .video-iframe-container { display: none; }#ixPwh2Oqe2iPVZLQx0fJFF6ebbCpNO6c > .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); }#ixPwh2Oqe2iPVZLQx0fJFF6ebbCpNO6c > .row .container { width:20rem;height:139.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rfgy43QCsp4hJmeuoVb3TGOXamq1ziEA { top:0rem;left:5.875rem;width:8.1875rem;height:1.6875rem;z-index:15022;background-color:#ff2020;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-weight:400;font-style:normal;font-family:poppins;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PDzlnz5O73h6dGhZb6dTNnNcdCpDEoOs { display:block; }
 }@media only screen and (max-width: 763px) { #JmL1wc4aBFGC8Z62OtCPRFCJn2oZT6iG { width:18.625rem;height:3.75rem;top:35.75rem;left:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #By6yGlR4qU8DfFTIlgT1tEA1i3rwZARa { display:block; }
 }@media only screen and (max-width: 763px) { #cTMfoaeCeb552Dgx2pkgZhF5J0riETIu { width:17.5rem;height:0;top:23.3125rem;left:1.25rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:#717171;z-index:15022;display:none; }
 }@media only screen and (max-width: 763px) { #hrA2Hhq8n5m4THRWyTobeySnGH0eMGnF { display:flex;width:1.1875rem;height:1.1875rem;top:26.4375rem;left:9.375rem;z-index:15024;display:none; }
 }@media only screen and (max-width: 763px) { #lr8uRkhsz45Zb2L6UG8zUKuucRTHGIyl { width:11.375rem;height:0;top:27rem;left:4.3125rem;text-align:center;text-align-last:center;font-size:0.6875rem;color:#717171;z-index:15023;display:none; }
 }@media only screen and (max-width: 763px) { #ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV .widget-regular-label { width:17.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV .widget-input-text { width:17.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV .widget-input-text {padding-top: 0; padding-bottom: 0;}#ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV .widget-textarea { width:17.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV .widget-input-select { width:17.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV .widget-input-select {padding-top: 0; padding-bottom: 0;}#ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV .widget-input-button { width:17.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.375rem;overflow:hidden; }
#ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV [class*="-text"]:-moz-placeholder { font-size:0.8125rem; }
#ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV [class*="-text"]::-moz-placeholder { font-size:0.8125rem; }
#ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV [class*="-text"]:-ms-input-placeholder { font-size:0.8125rem; }
#ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV [class*="-text"]::-webkit-input-placeholder { font-size:0.8125rem; }
#ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV .widget-checkbox-label { width:16.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.75rem;overflow:hidden;height:auto; }
#ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV  { width:17.4375rem;height:auto;top:12.312500476837rem;left:0rem; }
#ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV .radio-container { width:17.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV {display:block;}#ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV { width:17.4375rem;height:auto;top:12.312500476837rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV #TVdfFmcmDCM5P6SxDuRhPUMw0u7myxCA {  }
 }@media only screen and (max-width: 763px) { #ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV #axPskRhfKwiOT2rCeKIRXciiSOTv5Vko { display:block; }
 }@media only screen and (max-width: 763px) { #ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV #mDtbZgHaeC4HqBkoXfdyfA6VX0neO52o {  }
 }@media only screen and (max-width: 763px) { #ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV #y74Oxsqyu80n3wFNt1dG7aHvL2NBxOJ8 {  }
 }@media only screen and (max-width: 763px) { #ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV #OwhMwrXuTPhPlHLB3F0wifo8sNH7JkDx { display:block; }
 }@media only screen and (max-width: 763px) { #ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV #te38p4e1pUaEX6xsO5NUeaXLTrkArKFZ {  }
 }@media only screen and (max-width: 763px) { #ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV #e2xW6i5S7AJiTp8iq8fih21gzIEPuwhJ {  }
 }@media only screen and (max-width: 763px) { #ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV #q7oyqvWI3DA3frtdNtSt9DT7GkmHV0KI { display:block; }
 }@media only screen and (max-width: 763px) { #ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV #V2L1UPNTcMGJLxQRWrKaWc1u4oRMla3B {  }
 }@media only screen and (max-width: 763px) { #ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV #q3Kt85kOCdvRAJ7wL4g2o22vC89cHoT0 {  }
 }@media only screen and (max-width: 763px) { #ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV #ZddU52KUaCqlGEHpahaF5BVPKeLUeSaI {  }
 }@media only screen and (max-width: 763px) { #ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV #T4JVWPqi0X37hJ81ovk2g7ZNzzAv8rcJ {  }
 }@media only screen and (max-width: 763px) { #ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV #PeU5X784c7I7x569vIzz2QASwmwvdgTp {  }
 }@media only screen and (max-width: 763px) { #ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV #ZvsSsZ1TkmGJJozTf2zLL19ufie4uDg1 {  }
 }@media only screen and (max-width: 763px) { #ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV #dwSP9qcLOLIA6QbwWgCnoG1isRTf4nnn {  }
 }@media only screen and (max-width: 763px) { #ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV #yq6LTKhcc7KH2DJUE8Z8P401CuFcmXqr {  }
 }@media only screen and (max-width: 763px) { #ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV #BF1lHQOrUeCRighUMe4iR7LFD0wnOnIr {  }
 }@media only screen and (max-width: 763px) { #ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV #M408MG50IT9Up2rswTdxTbNRbyGOKz3q {  }
 }@media only screen and (max-width: 763px) { #ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV #UWQBb6F4ndkKDkdqEeAUpQAR9LpKQP6Z {  }
 }@media only screen and (max-width: 763px) { #ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV #sUDwttVU8GJTRdiqsvMrtLJqAtITXqTX { z-index:2; }
 }@media only screen and (max-width: 763px) { #ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV #STdlT7QXoW9f8ST1HEWZChcKdvtTlA4G {  }
 }@media only screen and (max-width: 763px) { #ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV #PBnuQTTIWz7D8q2gcZ4pg0Ln5tLLBxcD {  }
 }@media only screen and (max-width: 763px) { #ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV #FOAfEpMkzDEvtKlABmzna11GQTXyoP0U { z-index:2; }
 }@media only screen and (max-width: 763px) { #ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV #vOeNQISLd4uhgwG02SPRZNQsXM4fJAHM {  }
 }@media only screen and (max-width: 763px) { #ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV #tpvGFpT7ECya9IXflfJv2863V14u1LT1 {  }
 }@media only screen and (max-width: 763px) { #ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV #SBoVT6BoyCMZ0I8tdOMRaFF5X1zCgXW4 {  }
 }@media only screen and (max-width: 763px) { #ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV #T5n2aBUopimJFaeoITQGXGhglNkfBNOp {  }
 }@media only screen and (max-width: 763px) { #ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV #aXgoA2CR2nuE8SXCQ6yuXeTEoxsI1hni {  }
 }@media only screen and (max-width: 763px) { #ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV #Vq5L7JISk74QkEyTBUyQb326fCBbcb0g {  }
 }@media only screen and (max-width: 763px) { #ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV #LZHQT64x8Gg4TdKQVsDtbnxPeuczWPGR {  }
 }@media only screen and (max-width: 763px) { #ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV #csoUUMWPQzsyDru71QRiD8O9FilfvxE7 {  }
 }@media only screen and (max-width: 763px) { #ztwdhQm8AJT9FBvIW6obkB13zPKTRzHV #EIdKi7mCOzMvZDkbS36FlZTMvg0hH9tR {  }
 }@media only screen and (max-width: 763px) { #KuoZMzVNUEHAwO9sctTxhDM0NgPgun7e .widget-regular-label { width:15.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#KuoZMzVNUEHAwO9sctTxhDM0NgPgun7e .widget-input-text { width:15.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KuoZMzVNUEHAwO9sctTxhDM0NgPgun7e .widget-input-text {padding-top: 0; padding-bottom: 0;}#KuoZMzVNUEHAwO9sctTxhDM0NgPgun7e .widget-textarea { width:15.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KuoZMzVNUEHAwO9sctTxhDM0NgPgun7e .widget-input-select { width:15.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KuoZMzVNUEHAwO9sctTxhDM0NgPgun7e .widget-input-select {padding-top: 0; padding-bottom: 0;}#KuoZMzVNUEHAwO9sctTxhDM0NgPgun7e .widget-input-button { width:4.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:5.3125rem; }
#KuoZMzVNUEHAwO9sctTxhDM0NgPgun7e .widget-checkbox-label { width:14.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#KuoZMzVNUEHAwO9sctTxhDM0NgPgun7e  { width:15.3125rem;height:19.94925rem;top:16.962500095367rem;left:6.2249999642372rem;z-index:15010; }
#KuoZMzVNUEHAwO9sctTxhDM0NgPgun7e .radio-container { width:15.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KuoZMzVNUEHAwO9sctTxhDM0NgPgun7e {display:block;}#KuoZMzVNUEHAwO9sctTxhDM0NgPgun7e { width:15.3125rem;height:19.94925rem;top:37.125rem;left:1.0625rem;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #KuoZMzVNUEHAwO9sctTxhDM0NgPgun7e #fh6c6iGLvI51nt7UzSq5bypcyPBIZAsN {  }
 }@media only screen and (max-width: 763px) { #KuoZMzVNUEHAwO9sctTxhDM0NgPgun7e #nKXIayvH9HaTkCdysf8UPRHvGwmvB7nn { display:block; }
 }@media only screen and (max-width: 763px) { #KuoZMzVNUEHAwO9sctTxhDM0NgPgun7e #SR28iUrnQrU7U3Psq0XHhHCwgi0AeOTN {  }
 }@media only screen and (max-width: 763px) { #KuoZMzVNUEHAwO9sctTxhDM0NgPgun7e #QW56XKAUkQ7fvMSNAT0yip6gMtknxXd3 {  }
 }@media only screen and (max-width: 763px) { #KuoZMzVNUEHAwO9sctTxhDM0NgPgun7e #e5muum6irK1TWl9dEbRlgcTPVskuQuKR { display:block; }
 }@media only screen and (max-width: 763px) { #KuoZMzVNUEHAwO9sctTxhDM0NgPgun7e #HZTiOJnQ9MlMQLGQtyo9JpoizyONPNMR {  }
 }@media only screen and (max-width: 763px) { #KuoZMzVNUEHAwO9sctTxhDM0NgPgun7e #tHcR97ykfKCeW1qbX0vPMt8Ux1HBlxIW {  }
 }@media only screen and (max-width: 763px) { #KuoZMzVNUEHAwO9sctTxhDM0NgPgun7e #PTqaPtSauXw0yfK1RKMfv9uchgxEXiLc { display:block; }
 }@media only screen and (max-width: 763px) { #KuoZMzVNUEHAwO9sctTxhDM0NgPgun7e #RIuc0GcyIl7rPLSyyFknVhpt394nITrs {  }
 }@media only screen and (max-width: 763px) { #KuoZMzVNUEHAwO9sctTxhDM0NgPgun7e #lsCvx5S5SJ3CNA0d9RsVpg6LcG154onH {  }
 }@media only screen and (max-width: 763px) { #KuoZMzVNUEHAwO9sctTxhDM0NgPgun7e #HV8S1GDFl4AeMdmVoVPxDb34F4mX3cBF { display:block; }
 }@media only screen and (max-width: 763px) { #KuoZMzVNUEHAwO9sctTxhDM0NgPgun7e #W06nmkKCzOUIDcJiurCiwgqalnMPP1UM {  }
 }@media only screen and (max-width: 763px) { #KuoZMzVNUEHAwO9sctTxhDM0NgPgun7e #gXogT7guR5EMLRML6elyzGUSR9TTGEwH {  }
 }@media only screen and (max-width: 763px) { #KuoZMzVNUEHAwO9sctTxhDM0NgPgun7e #p2Ioc2ixgyVbwsQirRxR07FAKwbDxPd4 { z-index:2; }
 }@media only screen and (max-width: 763px) { #KuoZMzVNUEHAwO9sctTxhDM0NgPgun7e #s4A1XGcxSSCT85WMiqHQU6n51GIBeZ1u {  }
 }@media only screen and (max-width: 763px) { #KuoZMzVNUEHAwO9sctTxhDM0NgPgun7e #AzCPNBivh3kNC33h3DVCTGyEsgiZmcev {  }
 }@media only screen and (max-width: 763px) { #KuoZMzVNUEHAwO9sctTxhDM0NgPgun7e #Oa5433iKNZpExckRCxGim6w57zFJHmG9 { z-index:2; }
 }@media only screen and (max-width: 763px) { #KuoZMzVNUEHAwO9sctTxhDM0NgPgun7e #WxitXCPiq2Uf3PfOIco2MhcTFsJdHOE8 {  }
 }@media only screen and (max-width: 763px) { #KuoZMzVNUEHAwO9sctTxhDM0NgPgun7e #FbR48uXsGNHN8tiUOJJXowpsv6zHN4TL {  }
 }@media only screen and (max-width: 763px) { #KuoZMzVNUEHAwO9sctTxhDM0NgPgun7e #RvhDTfL0X3DHBLUn5DqE00S0Aq7GuDzr {  }
 }@media only screen and (max-width: 763px) { #nhJ9b4BpG22VSuSuvonGvxn2Jssz4Uuk { width:18.125rem;height:11.625rem;top:0.6875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCfdAbDoHFgzl6xKOXwmXPkkt2V6A3l0 { width:16.5625rem;height:1.42480625rem;top:2.1875rem;left:1.71875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nleSvXJwQbZDUHnaWiLXvxTqpHwTfKe9 { width:17.5rem;height:4rem;top:133.27500915528rem;left:1.2500000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzTWXT96XEe6kwvGfGyOhcbQKPg2Foin { display:block; }
 }@media only screen and (max-width: 763px) { #kRNWuVUT6zNAxSDXi0EJPsksg78JGUNv { width:14.6875rem;height:0.9rem;top:19.542535781861rem;left:2.6562501192093rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGZGsh8cNbslJGDyaHhbzI71I6knkleq { width:16.9375rem;height:5.84765625rem;top:4.26171875rem;left:1.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLwBD67WAegFo5BQWU4XDw1NvCQWlu8r { background-color:#000000;background-image:none;display:none; }#pLwBD67WAegFo5BQWU4XDw1NvCQWlu8r > .row .container { width:20rem;height:6.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #b3rLeQGr8Pabfv4wdBbtLxGceekpZJLB { display:block; }#b3rLeQGr8Pabfv4wdBbtLxGceekpZJLB > .row .container { width:20rem;height:3.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iXaBqFfET3bk1WgF8SyaT115Ph0h86TI { width:20rem;height:1.21875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vX6FDyU9quLDWeb5p7cDHiZslo0gkCIT { width:5.4375rem;height:3.7688803356049rem;top:1.4375rem;left:7.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #lH8cAb4hngW4vV25kJ6I0n2NmwvOon1t { display:none; }#lH8cAb4hngW4vV25kJ6I0n2NmwvOon1t > .row .container { width:20rem;height:6.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VAsvWlLWTqq4fo8lmWVHFeMg55Cyv1Pf { display:block; }#VAsvWlLWTqq4fo8lmWVHFeMg55Cyv1Pf > .row .container { width:20rem;height:26.02648125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GhpObGJRisxgipG2FP2dWBEoqyR4g2Rl { width:20rem;height:1.21875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JlMm9MHDLbw8tu3vHNrgDZTiBLrlMpVV { width:20rem;height:1.21875rem;top:9.5rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZtvHsgIc0WAkQDOR6qhfR3hToDV3Pvw { width:10.3125rem;height:10.3125rem;top:4.1875rem;left:4.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NuZPCenQmszDgptdK6Mh656gyF1RAT9u { width:20rem;height:2.625rem;top:11.5rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iQDUBQ4owhqhvM86u3ZhnyPuAsI1iTcW { width:20rem;height:1.85449125rem;top:14.75rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O45hd1MewUbswZyMxHT1ux2dw5KXQ3Ec { width:10.3125rem;height:9.4998125rem;top:4.5625rem;left:4.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #dFXJXcwBhoTqHJhJlfbDHH22ynklmdg3 { width:20rem;height:0;top:17.8125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mTvwkIAeF2SqyBVk0SDdpI8bsxgfDTtr { width:20rem;height:0;top:22.24718125rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hfvrnNaTik8SoywutzdNumh7uoWkVriW { display:block; }#hfvrnNaTik8SoywutzdNumh7uoWkVriW > .row .container { width:20rem;height:16.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q0qr7CxFD3gktNeTbwAlSQTfRDT54DzC { width:15.3125rem;height:2.2734375rem;top:3.71875rem;left:2.3125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rGnEP0HdU5Z5eFkFXHLg00O3fxgIthlt { width:10.5rem;height:10.5rem;top:3.5625rem;left:4.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #M0peTAsFoKUShpK8oJvT6fhPQZB90g5V { width:20rem;height:1.21875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4zyceiP0AO0uZ79PZWZWeJOS76msy1o { width:20rem;height:1.85449125rem;top:6.5554695129394rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qocGsDisP57ahusut99kVzQSBpAeLaJp { width:20rem;height:1.85449125rem;top:12.625rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CFL75QlmHkuTB8bTeO4WGWpTTywNe2xg { width:10.1875rem;height:10.1875rem;top:3.1875rem;left:4.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ftv4iQ5TTTO9MHN7RS6x8o6mAvsicXTN { width:15.184375rem;height:2.2734375rem;top:9.8367195129394rem;left:2.4078124165535rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W60Ovrspfu0osb5qXOqmCLXWTdpthOm1 { display:block; }#W60Ovrspfu0osb5qXOqmCLXWTdpthOm1 > .row .container { width:20rem;height:24.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hI9iazVIyq5Vc5H0Rgas9bZT3VM3XN0Z { width:10.4984375rem;height:1.05625rem;top:16.221876144409rem;left:4.7507811188698rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Po9VJXTv6XAKNTyrEiAVgDDDTSOT7zmo { width:20rem;height:1.05625rem;top:21.39052772522rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #THHWuFwOp3skubW6qN2CwB1SHoOMBJ8B { width:12.5rem;height:1.05625rem;top:19.77187538147rem;left:3.7500000596046rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sfPfl34QsKo0ZMVLQyQ9gQGO2hOmi7nX { width:20rem;height:4.22265rem;top:10.87343788147rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BZWe8i6CTHpEQuZ7O9fC2AiZIehaaTWm { width:16.3109375rem;height:1.05625rem;top:17.965625762939rem;left:2.3750000596046rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vBgtucr0HPicaUXcWZOXZ45G2Ey5KMrh { width:13.25rem;height:5.75rem;top:1.125rem;left:3.3750000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSceKOvZ1AmUuFL5sULr6tZqWPwHBSLq { width:2.6234375rem;height:2.6234375rem;top:6.875rem;left:9.875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M41TRASdImGQhEyuOHnsRryicCaBPfTz { width:2.8734375rem;height:2.8734375rem;top:6.875rem;left:5.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEqnND4JJadxGDkHRtiy0AWO4rQII8R8 { width:0;height:;top:7.625rem;left:3.0625rem;display:none; }
 }