.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:230,255,230;--color-primary-1:171,205,157;--color-primary-2:115,171,92;--color-primary-3:80,150,51;--color-primary-4:9,97,9;--color-secondary-0:254,219,232;--color-secondary-1:251,136,179;--color-secondary-2:246,16,103;--color-secondary-3:123,8,52;--color-secondary-4:37,2,15;--color-tertiary-0:255,255,255;--color-tertiary-1:104,104,104;--color-tertiary-2:70,69,69;--color-tertiary-3:53,53,53;--color-tertiary-4:0,0,0;--headlines-font-family:"Lato";--paragraphs-font-family:"Lato"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/fb1765c0-d50c-49f4-995a-8b72428d9fee/FundoTopoChatWhatsApp.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO.adaptive-delivery-prevent-bg, #Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO.lazyload, #Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO.lazyloading { background-image: none; }#Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO > .row .container { background-color: transparent; background-image: none; }#Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO > .row .container > .video-iframe-container { display: none; }#Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO > .row > .video-iframe-container { display: none; }#Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO > .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); }#Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO > .row .container { border-width: 0; border-radius: 0; }#Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO > .row .container { font-size:0.875rem;font-family:arial;height:42.5625rem;width:60rem;position:relative;display:block; }#lIK77IiZRmFpoaNXeyKPF15zFT6Bq13N { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.0625rem;width:17.8125rem;top:0.5625rem;left:0rem;overflow:hidden;display:block; }
#SVJb1iPDcSfkvwNhxm9CzQLRr9p2flU5 { color:rgba(var(--color-tertiary-2),1);display:block;width:27.75rem;position:absolute;font-family:dosis;font-size:2.4375rem;font-weight:700;z-index:15001;line-height:1.4;letter-spacing:0;top:9.875rem;left:0rem;height:6.82425rem;font-style:normal;display:block; }
#stqqMNXezIRk1aGFOLKnBZ4CFpcyA41T { color:rgba(var(--color-tertiary-2),1);display:block;width:27.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.4;letter-spacing:0;top:20.0625rem;left:0rem;height:1.57421875rem;font-style:normal;display:block; }
#TfTURW3LlzFuEBXEHWwciraappQRF8gN { 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-left-radius:0.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:dosis;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.75rem;height:3.75rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:23.875rem;left:0rem;display:block; }
#eDV6OWXi80Q1ptFHZuNbPUuoGTmUJshD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QTSx1cDntWKgJKVFXr3a7vXZqIBPR7CC { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.125rem;width:26.1875rem;top:14.8125rem;left:23.625rem;overflow:hidden;display:block; }
#AvMvyAFnUeVQtcLvRBuZ8LVET5lHbxcP { position:absolute;display:block;z-index:15010;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.75rem;width:23.1875rem;top:37.3125rem;left:32.4375rem;overflow:hidden;display:block; }
#eKxqqBaUQgWPva700lUW8ATU1WmZ5Qs9 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.625rem;width:27.5625rem;top:3.375rem;left:32.4375rem;overflow:hidden;display:block; }
#xDyurhNUROvhxFHIOPRad44Zs9dlJSmI { 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:31.5625rem;width:27.0625rem;top:3.9375rem;left:33.1640625rem;overflow:hidden;display:block; }
#ZQNAhMhCLLigK2NRxvgXyCJOeFugVHQs { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.4375rem;width:7.5rem;top:7.1591796875rem;left:51.9375rem;overflow:hidden;display:block; }
#uAXb4R9Tg8Wk49lCeiXlXXKoKLTx2zZ0 { color:rgba(var(--color-tertiary-0),1);display:block;width:4.75rem;position:absolute;font-family:dosis;font-size:2.3125rem;font-weight:700;z-index:15008;line-height:1;letter-spacing:0;top:8.7353515625rem;left:53.5rem;height:4.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yhirG5MwQU8O4oDoT6a8KOF2pzDchu9J { position:absolute;display:block;z-index:15019;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.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.5rem 0.625rem 2.3125rem rgba(128,146,195,0.7) ;height:5.25rem;width:26.375rem;top:27.5rem;left:20.0625rem;display:block; }
#rxnIvDJGfe8P5T6WglVXBuPlGeCWf0Fu { color:rgba(var(--color-tertiary-3),1);display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15021;line-height:1.4;letter-spacing:0;top:28.0625rem;left:25.5rem;height:1.48730625rem;font-style:normal;display:block; }
#cbHKeMSxzhkhaFspxmb1d9zQfJLQ3AXE { color:#666666;display:block;width:18.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15022;line-height:1.4;letter-spacing:0;top:29.25rem;left:25.5rem;height:2.798825rem;font-style:normal;display:block; }
#D7h5qCdfRCW3dygzyoenygaEwx6sSIl0 { position:absolute;display:block;z-index:15020;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.5625rem;width:3.625rem;top:28.375rem;left:20.8125rem;overflow:hidden;display:block; }
#ZsbIhbo1itQKo0Ad4ZkVcpFeAGkf0y2O { 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:3.4375rem;width:3.5rem;top:34.5625rem;left:27.25rem;overflow:hidden;display:block; }
#CendQVdsvTQFFnNqkN1y1nhR7Z43SCoh { position:absolute;display:block;z-index:15015;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.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:5rem;width:22.9375rem;top:33.8125rem;left:26.5rem;display:block; }
#K4zeReNcxNcnJwSLnrPNhOZ16kUAH7xT { color:rgba(var(--color-tertiary-3),1);display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:34.25rem;left:31.6875rem;height:1.48730625rem;font-style:normal;display:block; }
#bbxFHQc06EOuBXrQ8lpZXUUx5boUIW7m { color:#666666;display:block;width:18.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:35.4375rem;left:31.6875rem;height:2.798825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XHH3vhNPUF1x9npR3bWRPfSB5EFf52Ze { position:absolute;display:block;z-index:15020;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:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: 0.5rem 0.625rem 2.3125rem rgba(128,146,195,0.7) ;height:4.6875rem;width:4.6875rem;top:22.1875rem;left:34.9375rem;display:block; }
#nJP2sJWGlseR9UD3tsaTpiymycvWN9Mr { 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:2.375rem;width:2.5625rem;top:23.46875rem;left:36rem;overflow:hidden;display:block; }
#oTzT3cd5Nn2XGrCssHpG7y5ouX4HsU3r { position:absolute;display:block;z-index:15021;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:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: 0.5rem 0.625rem 2.3125rem rgba(128,146,195,0.7) ;height:3.875rem;width:3.875rem;top:20.0625rem;left:29.3125rem;display:block; }
#LavWfzIXm2tIiNwCZg70k6z48844LC4z { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:2rem;top:21rem;left:30.25rem;overflow:hidden;display:block; }
#gcoJIMfMQTHv8zF0BqSwaiFocQ6HFauI { position:absolute;display:block;z-index:15022;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:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: 0.5rem 0.625rem 2.3125rem rgba(128,146,195,0.7) ;height:2.375rem;width:2.375rem;top:16.255859375rem;left:32.34375rem;display:block; }
#rCM92PXNRW8IocQALbmdsmFPwzHPbyUx { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:1.1875rem;top:16.943359375rem;left:32.9375rem;overflow:hidden;display:block; }
#nLVT6TCFTQbgKiqk2G3drPbudaiHT0l4 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:3.25rem;top:18rem;left:35.09375rem;overflow:hidden;display:block; }
#E1GIIt4TWTmWZLDN3o5A9cE85J9bR4hL { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:1.9375rem;top:24.75rem;left:31.875rem;overflow:hidden;display:block; }
#NMq3gqIUEI4wqTJnDGEOgMFNyiwrUoDv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f6f9;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; }#NMq3gqIUEI4wqTJnDGEOgMFNyiwrUoDv > .row .container { background-color: transparent; background-image: none; }#NMq3gqIUEI4wqTJnDGEOgMFNyiwrUoDv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NMq3gqIUEI4wqTJnDGEOgMFNyiwrUoDv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NMq3gqIUEI4wqTJnDGEOgMFNyiwrUoDv > .row .container > .video-iframe-container { display: none; }#NMq3gqIUEI4wqTJnDGEOgMFNyiwrUoDv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NMq3gqIUEI4wqTJnDGEOgMFNyiwrUoDv > .row > .video-iframe-container { display: none; }#NMq3gqIUEI4wqTJnDGEOgMFNyiwrUoDv > .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); }#NMq3gqIUEI4wqTJnDGEOgMFNyiwrUoDv > .row .container { border-width: 0; border-radius: 0; }#NMq3gqIUEI4wqTJnDGEOgMFNyiwrUoDv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NMq3gqIUEI4wqTJnDGEOgMFNyiwrUoDv > .row .container { font-size:0.875rem;font-family:arial;height:11.125rem;width:60rem;position:relative;display:block; }#ulismDaivTsmwgt4gCGDAQV1IzsdruBS { color:#253045;display:block;width:59.6875rem;position:absolute;font-family:dosis;font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.4;letter-spacing:0;top:2.5850677490234rem;left:0.3125rem;height:3.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WlfDeXcGuTgZm65MAd5AUWvqrE7quGZB { color:#2e3951;display:block;width:59.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:6.9652786254881rem;left:0.1875rem;height:3.1484375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Qz8rilxAIadondxsHPyCKTADNt2J3fbP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f6f9;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; }#Qz8rilxAIadondxsHPyCKTADNt2J3fbP > .row .container { background-color: transparent; background-image: none; }#Qz8rilxAIadondxsHPyCKTADNt2J3fbP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qz8rilxAIadondxsHPyCKTADNt2J3fbP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qz8rilxAIadondxsHPyCKTADNt2J3fbP > .row .container > .video-iframe-container { display: none; }#Qz8rilxAIadondxsHPyCKTADNt2J3fbP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qz8rilxAIadondxsHPyCKTADNt2J3fbP > .row > .video-iframe-container { display: none; }#Qz8rilxAIadondxsHPyCKTADNt2J3fbP > .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); }#Qz8rilxAIadondxsHPyCKTADNt2J3fbP > .row .container { border-width: 0; border-radius: 0; }#Qz8rilxAIadondxsHPyCKTADNt2J3fbP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Qz8rilxAIadondxsHPyCKTADNt2J3fbP > .row .container { font-size:0.875rem;font-family:arial;height:15.1875rem;width:60rem;position:relative;display:block; }#ixL47BTwDvLgSutJq6eFFS2ZeGX7Qvyg { position:absolute;display:block;z-index:15002;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.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.5rem 0.625rem 2.3125rem rgba(128,146,195,0.15) ;height:11.125rem;width:59.4375rem;top:2.234375rem;left:0.25rem;display:block; }
#QtFlw691ToDnAu3PeptMXHBT13N3D3xm { color:#253045;display:block;width:40.75rem;position:absolute;font-family:dosis;font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:4.5rem;left:11.875rem;height:2.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#s04mZiVXZkouoks2xXa5QAhsAigaDySl { color:#657087;display:block;width:39.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.8;letter-spacing:0;top:7.1875rem;left:11.875rem;height:3.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ggXnTE7t9WI6M7y4aTEbId71xKbPXd1R { position:absolute;display:block;z-index:15003;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-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:5.625rem;width:5.625rem;top:4.875rem;left:3.1875rem;display:block; }
#z7CTKGMWVAxfFiQxTOot1tAGEtsTlXxI { position:absolute;display:block;z-index:15005;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.75rem;width:3.75rem;top:5.71875rem;left:4.125rem;overflow:hidden;display:block; }
#JMqDB8eN8PTpfBAz0HunVotg9PDEzviF { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:2.5625rem;top:10rem;left:56.1875rem;overflow:hidden;display:block; }
#qGw6uAKzRf6aPTDSD9aDfilrglZucd9e { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f6f9;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; }#qGw6uAKzRf6aPTDSD9aDfilrglZucd9e > .row .container { background-color: transparent; background-image: none; }#qGw6uAKzRf6aPTDSD9aDfilrglZucd9e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qGw6uAKzRf6aPTDSD9aDfilrglZucd9e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qGw6uAKzRf6aPTDSD9aDfilrglZucd9e > .row .container > .video-iframe-container { display: none; }#qGw6uAKzRf6aPTDSD9aDfilrglZucd9e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qGw6uAKzRf6aPTDSD9aDfilrglZucd9e > .row > .video-iframe-container { display: none; }#qGw6uAKzRf6aPTDSD9aDfilrglZucd9e > .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); }#qGw6uAKzRf6aPTDSD9aDfilrglZucd9e > .row .container { border-width: 0; border-radius: 0; }#qGw6uAKzRf6aPTDSD9aDfilrglZucd9e > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qGw6uAKzRf6aPTDSD9aDfilrglZucd9e > .row .container { font-size:0.875rem;font-family:arial;height:13.3125rem;width:60rem;position:relative;display:block; }#TLddzoVQDp4oRuxGoLaOrCFfKJiHu6T1 { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid #c0c9d9;border-left:0.0625rem solid #c0c9d9;border-right:0.0625rem solid #c0c9d9;border-bottom:0.0625rem solid #c0c9d9;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:11.125rem;width:59.4375rem;top:0.9375rem;left:0.1875rem;display:block; }
#oiNC8yVaQONv9BbLKL7x4xf8hMCKid8Q { color:#253045;display:block;width:40.75rem;position:absolute;font-family:dosis;font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:3.25rem;left:11.8125rem;height:2.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XURhLzG0W7V5sWGtS23qXUp9yOSOml7G { color:#657087;display:block;width:39.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.8;letter-spacing:0;top:5.9375rem;left:11.8125rem;height:3.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EmOACxyeN6QNqTWs4Ni5KC5KNsA7Tfiw { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-3),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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:5.625rem;width:5.625rem;top:3.625rem;left:3.125rem;display:block; }
#ai4BA0llhwCXbI7hqVTMXyonwqAUK3wR { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:4.5625rem;top:4.375rem;left:3.65625rem;overflow:hidden;display:block; }
#ORsD5liZOXaIJIz6h0IqXPiWDMmLLmbX { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:2.5625rem;top:8.75rem;left:56.1875rem;overflow:hidden;display:block; }
#aVT5r8bTeMgGFlBFJmevmzcAwyFySl9f { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f6f9;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; }#aVT5r8bTeMgGFlBFJmevmzcAwyFySl9f > .row .container { background-color: transparent; background-image: none; }#aVT5r8bTeMgGFlBFJmevmzcAwyFySl9f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aVT5r8bTeMgGFlBFJmevmzcAwyFySl9f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aVT5r8bTeMgGFlBFJmevmzcAwyFySl9f > .row .container > .video-iframe-container { display: none; }#aVT5r8bTeMgGFlBFJmevmzcAwyFySl9f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aVT5r8bTeMgGFlBFJmevmzcAwyFySl9f > .row > .video-iframe-container { display: none; }#aVT5r8bTeMgGFlBFJmevmzcAwyFySl9f > .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); }#aVT5r8bTeMgGFlBFJmevmzcAwyFySl9f > .row .container { border-width: 0; border-radius: 0; }#aVT5r8bTeMgGFlBFJmevmzcAwyFySl9f > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aVT5r8bTeMgGFlBFJmevmzcAwyFySl9f > .row .container { font-size:0.875rem;font-family:arial;height:13.3125rem;width:60rem;position:relative;display:block; }#Ivd2JVwtw3adAFGrDrRvhv50STXfy1Gs { position:absolute;display:block;z-index:15002;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.0625rem solid #c0c9d9;border-left:0.0625rem solid #c0c9d9;border-right:0.0625rem solid #c0c9d9;border-bottom:0.0625rem solid #c0c9d9;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:11.125rem;width:59.4375rem;top:0.9375rem;left:0.1875rem;display:block; }
#vQ7VwFns0Jc7IeB6Dd6Rhs5Hi57U5NEa { color:#253045;display:block;width:40.75rem;position:absolute;font-family:dosis;font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:3.25rem;left:11.8125rem;height:2.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rCG9dvB9xyWo6I4DHkUuOklObxBVNVDq { color:#657087;display:block;width:39.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.8;letter-spacing:0;top:5.9375rem;left:11.8125rem;height:3.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GGPlKwiddqJVh41vHMuP9lto1zbElwnm { position:absolute;display:block;z-index:15003;background-color:#7854f7;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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:5.625rem;width:5.625rem;top:3.625rem;left:3.125rem;display:block; }
#HIxaKpi4SNe4fIAGvfFiGCNdv0B73GvN { position:absolute;display:block;z-index:15005;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:4rem;top:4.4375rem;left:3.9375rem;overflow:hidden;display:block; }
#W7JvhVyJAXcuWOGTZZ2ddlSTelmvENTS { 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:2.6875rem;width:2.5625rem;top:8.75rem;left:56.1875rem;overflow:hidden;display:block; }
#sc8uma7GLHbPaBSgTF3pdSvRDSsTInNa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f6f9;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; }#sc8uma7GLHbPaBSgTF3pdSvRDSsTInNa > .row .container { background-color: transparent; background-image: none; }#sc8uma7GLHbPaBSgTF3pdSvRDSsTInNa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sc8uma7GLHbPaBSgTF3pdSvRDSsTInNa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sc8uma7GLHbPaBSgTF3pdSvRDSsTInNa > .row .container > .video-iframe-container { display: none; }#sc8uma7GLHbPaBSgTF3pdSvRDSsTInNa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sc8uma7GLHbPaBSgTF3pdSvRDSsTInNa > .row > .video-iframe-container { display: none; }#sc8uma7GLHbPaBSgTF3pdSvRDSsTInNa > .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); }#sc8uma7GLHbPaBSgTF3pdSvRDSsTInNa > .row .container { border-width: 0; border-radius: 0; }#sc8uma7GLHbPaBSgTF3pdSvRDSsTInNa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sc8uma7GLHbPaBSgTF3pdSvRDSsTInNa > .row .container { font-size:0.875rem;font-family:arial;height:6.5rem;width:60rem;position:relative;display:block; }#aCekAfzlKtwKJOJaFJMqnk0TVRutLSzA { 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-left-radius:0.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:dosis;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.8125rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:0.65625rem;left:23.09375rem;display:block; }
#gOEhqAdulGxrKeOkigb6s9nqUvUKzW0i { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dP8eusp8RERQqzxyvmlF0TqiFicr3I6e { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-3),1), #2a5a17);background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-3),1), #2a5a17);background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-3),1), #2a5a17);background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-3),1), #2a5a17);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#2a5a17' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#2a5a17' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-3),1), #2a5a17);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dP8eusp8RERQqzxyvmlF0TqiFicr3I6e > .row .container { background-color: transparent; background-image: none; }#dP8eusp8RERQqzxyvmlF0TqiFicr3I6e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dP8eusp8RERQqzxyvmlF0TqiFicr3I6e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dP8eusp8RERQqzxyvmlF0TqiFicr3I6e > .row .container > .video-iframe-container { display: none; }#dP8eusp8RERQqzxyvmlF0TqiFicr3I6e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dP8eusp8RERQqzxyvmlF0TqiFicr3I6e > .row > .video-iframe-container { display: none; }#dP8eusp8RERQqzxyvmlF0TqiFicr3I6e > .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); }#dP8eusp8RERQqzxyvmlF0TqiFicr3I6e > .row .container { border-width: 0; border-radius: 0; }#dP8eusp8RERQqzxyvmlF0TqiFicr3I6e > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dP8eusp8RERQqzxyvmlF0TqiFicr3I6e > .row .container { font-size:0.875rem;font-family:arial;height:7.125rem;width:60rem;position:relative;display:block; }#AibG3FvAFE9MXAZ5n2T1r3AbZEZyrZQC { color:rgba(var(--color-tertiary-0),1);display:block;width:59.6875rem;position:absolute;font-family:dosis;font-size:2.5rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:2.65625rem;left:0.1875rem;height:3.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fBaH18ouUeU5w4VDaEBupEcGSe14CafV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-3),1), #2a5a17);background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-3),1), #2a5a17);background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-3),1), #2a5a17);background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-3),1), #2a5a17);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#2a5a17' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#2a5a17' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-3),1), #2a5a17);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fBaH18ouUeU5w4VDaEBupEcGSe14CafV > .row .container { background-color: transparent; background-image: none; }#fBaH18ouUeU5w4VDaEBupEcGSe14CafV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fBaH18ouUeU5w4VDaEBupEcGSe14CafV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fBaH18ouUeU5w4VDaEBupEcGSe14CafV > .row .container > .video-iframe-container { display: none; }#fBaH18ouUeU5w4VDaEBupEcGSe14CafV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fBaH18ouUeU5w4VDaEBupEcGSe14CafV > .row > .video-iframe-container { display: none; }#fBaH18ouUeU5w4VDaEBupEcGSe14CafV > .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); }#fBaH18ouUeU5w4VDaEBupEcGSe14CafV > .row .container { border-width: 0; border-radius: 0; }#fBaH18ouUeU5w4VDaEBupEcGSe14CafV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fBaH18ouUeU5w4VDaEBupEcGSe14CafV > .row .container { font-size:0.875rem;font-family:arial;height:38.9375rem;width:60rem;position:relative;display:block; }#lFHzLnapPAILdiRtudZVtt0aOboiiF0f { position:absolute;display:block;z-index:15005;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:31.875rem;width:27.375rem;top:3.125rem;left:16.674973347548rem;overflow:hidden;display:block; }
#cTN52Ny8MiD9SboofE0PETwtWl4a9ATt { position:absolute;display:block;z-index:15006;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:32.625rem;width:27.5625rem;top:2.4375rem;left:16.3125rem;overflow:hidden;display:block; }
#kTHtO5M3rCkCVWCVDMzc8rLJ8GFKICuv { position:absolute;display:block;z-index:15007;background-color:#fee440;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.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.5rem 0.625rem 2.3125rem rgba(128,146,195,0.15) ;height:6.9375rem;width:15.25rem;top:4rem;left:35.25rem;display:block; }
#t0l7Tdtpm5iit9ZVz3wzc6UR4p9MpG44 { position:absolute;display:block;z-index:15008;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-left-radius:0rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.5rem 0.625rem 2.3125rem rgba(128,146,195,0.15) ;height:6.9375rem;width:15.25rem;top:19rem;left:37.1875rem;display:block; }
#cafQHsy2walC8rGvJF1ttF4cGdmyefFm { position:absolute;display:block;z-index:15009;background-color:#7854f7;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.9375rem;border-top-right-radius:0rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.5rem 0.625rem 2.3125rem rgba(128,146,195,0.15) ;height:6.9375rem;width:15.25rem;top:12.0625rem;left:7.375rem;display:block; }
#THXSi17CUdAW0fxkJDe12mUJTmFVfyat { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15010;line-height:1.8;letter-spacing:0;top:13.8125rem;left:9.4375rem;height:3.375rem;display:block; }
#D75bDii4u6Jk6UqGKWtAFzQmPVD0WHae { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15011;line-height:1.8;letter-spacing:0;top:5rem;left:37.1875rem;height:5.0625rem;display:block; }
#RopFtT583BZHn6DrNRyzE8U77Fn8Tryi { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15012;line-height:1.8;letter-spacing:0;top:20rem;left:39.375rem;height:5.0625rem;display:block; }
#nPHSZckBAJbmP1rBZeUJlgHX6QKPghRV { position:absolute;display:block;z-index:15011;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.75rem;width:23.1875rem;top:33.624132156372rem;left:16.75rem;overflow:hidden;display:block; }
#FdSBEBVTl322e0B3Qx6kEsWKNsKLAidT { position:absolute;display:block;z-index:15011;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.9375rem;border-top-right-radius:0rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.5rem 0.625rem 2.3125rem rgba(128,146,195,0.15) ;height:6.9375rem;width:15.25rem;top:28.1875rem;left:18.125rem;display:block; }
#UEDIQxsrT0HnVwaTTDJa09DmwUdndkA3 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15012;line-height:1.8;letter-spacing:0;top:29.9375rem;left:20.1875rem;height:3.375rem;display:block; }
#e0VfRlXAV9PcxkbMJMiAlQyrBqAQAlU3 { 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:9.125rem;width:8.875rem;top:14.3125rem;left:25.5625rem;overflow:hidden;display:block; }
#hnT6SFpl3WFihTdcJ0cBxb63vHnO16kQ { 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; }#hnT6SFpl3WFihTdcJ0cBxb63vHnO16kQ > .row .container { background-color: transparent; background-image: none; }#hnT6SFpl3WFihTdcJ0cBxb63vHnO16kQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hnT6SFpl3WFihTdcJ0cBxb63vHnO16kQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hnT6SFpl3WFihTdcJ0cBxb63vHnO16kQ > .row .container > .video-iframe-container { display: none; }#hnT6SFpl3WFihTdcJ0cBxb63vHnO16kQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hnT6SFpl3WFihTdcJ0cBxb63vHnO16kQ > .row > .video-iframe-container { display: none; }#hnT6SFpl3WFihTdcJ0cBxb63vHnO16kQ > .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); }#hnT6SFpl3WFihTdcJ0cBxb63vHnO16kQ > .row .container { border-width: 0; border-radius: 0; }#hnT6SFpl3WFihTdcJ0cBxb63vHnO16kQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hnT6SFpl3WFihTdcJ0cBxb63vHnO16kQ > .row .container { font-size:0.875rem;font-family:arial;height:12.0625rem;width:60rem;position:relative;display:block; }#XUyKrVqX7tD5aHS2rhDt946viz60JUTq { color:#2c2c2c;display:block;width:59.6875rem;position:absolute;font-family:dosis;font-size:2.5rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:2.40625rem;left:0.3125rem;height:3.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QPZX8FeMhqluCysy6N94qiLoi3paFvO2 { color:#2c2c2c;display:block;width:52.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.7;letter-spacing:0;top:7.075520813465rem;left:3.625rem;height:3.82421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#I4iB2wOThupXCglkzKtp5cmbN0y0krKq { 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; }#I4iB2wOThupXCglkzKtp5cmbN0y0krKq > .row .container { background-color: transparent; background-image: none; }#I4iB2wOThupXCglkzKtp5cmbN0y0krKq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I4iB2wOThupXCglkzKtp5cmbN0y0krKq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I4iB2wOThupXCglkzKtp5cmbN0y0krKq > .row .container > .video-iframe-container { display: none; }#I4iB2wOThupXCglkzKtp5cmbN0y0krKq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I4iB2wOThupXCglkzKtp5cmbN0y0krKq > .row > .video-iframe-container { display: none; }#I4iB2wOThupXCglkzKtp5cmbN0y0krKq > .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); }#I4iB2wOThupXCglkzKtp5cmbN0y0krKq > .row .container { border-width: 0; border-radius: 0; }#I4iB2wOThupXCglkzKtp5cmbN0y0krKq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#I4iB2wOThupXCglkzKtp5cmbN0y0krKq > .row .container { font-size:0.875rem;font-family:arial;height:29.5rem;width:60rem;position:relative;display:block; }#tVNvTq9K7EGQioTC6zSDllPGISRmsMpi { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:5.75rem;top:9.875rem;left:1.25rem;overflow:hidden;display:block; }
#DEbEdEgdxe0zs1K3HZfsBJVuJmEzyroG { color:rgba(var(--color-tertiary-3),1);display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15025;line-height:1.4;letter-spacing:0;top:10.062503814698rem;left:8.125rem;height:1.48730625rem;font-style:normal;display:block; }
#izoAi7H5A0wHfakpQH0fBW57qnJeLecq { color:rgba(var(--color-tertiary-1),1);display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15026;line-height:1.5;letter-spacing:0;top:11.937503814698rem;left:8.125rem;height:3rem;font-style:normal;display:block; }
#gZk7X7cm7RR0S0xIy3Z0XRUsmUciwp1S { position:absolute;display:block;z-index:15023;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.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.5rem 0.625rem 2.3125rem rgba(128,146,195,0.7) ;height:7.9375rem;width:30.4375rem;top:8.6250038146975rem;left:0rem;display:block; }
#PRu85gUhuN51mqvTQbzJfbgQ3L2lLrNz { position:absolute;display:block;z-index:15027;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.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.5rem 0.625rem 2.3125rem rgba(128,146,195,0.7) ;height:7.9375rem;width:30.4375rem;top:2.625rem;left:21.1875rem;display:block; }
#clS2LpPnAi5T6pgmaoiLEkFJ7bCgibzN { color:rgba(var(--color-tertiary-1),1);display:block;width:20.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15030;line-height:1.4;letter-spacing:0;top:5.7500038146972rem;left:29.5625rem;height:2.798825rem;font-style:normal;display:block; }
#HuOteZaU1tRG5BGr0Rfwr3gTRqaGgvpe { color:rgba(var(--color-tertiary-3),1);display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15029;line-height:1.4;letter-spacing:0;top:3.8750038146973rem;left:29.5625rem;height:1.48730625rem;font-style:normal;display:block; }
#Qnko3DGrpD3Hlx6fqgv47FQZD0a1uayb { 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:5.625rem;width:5.625rem;top:3.78125rem;left:22.5rem;overflow:hidden;display:block; }
#lSFDFJ9fsXi4eBkqt8zdEcBf0FwvutAU { position:absolute;display:block;z-index:15027;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.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.5rem 0.625rem 2.3125rem rgba(128,146,195,0.7) ;height:7.9375rem;width:30.4375rem;top:17.375003814698rem;left:18.0625rem;display:block; }
#CcZUxdBC3AXBgPTW4TXJatTPhlTzT4nB { color:rgba(var(--color-tertiary-1),1);display:block;width:21.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15030;line-height:1.4;letter-spacing:0;top:20.750003814698rem;left:26.0625rem;height:2.798825rem;font-style:normal;display:block; }
#dJxnUdpzrp43iXq41U4KcfJp51aROINF { color:rgba(var(--color-tertiary-3),1);display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15029;line-height:1.4;letter-spacing:0;top:19.125003814698rem;left:26.0625rem;height:1.48730625rem;font-style:normal;display:block; }
#TpGfTBncvK5fe21J88VTUTfy6k0E1Kw8 { 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:5.625rem;width:5.8125rem;top:18.5625rem;left:19.183035714286rem;overflow:hidden;display:block; }
#SxKWvvMuGzLm9T8dmERc8EmcKl0xSpIm { position:absolute;display:block;z-index:15031;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.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.5rem 0.625rem 2.3125rem rgba(128,146,195,0.7) ;height:7.9375rem;width:30.4375rem;top:11.375003814698rem;left:29.5625rem;display:block; }
#Fq7QqJV6PtzfFeVNFHk8v0BLO74n7exC { color:rgba(var(--color-tertiary-1),1);display:block;width:20.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15034;line-height:1.4;letter-spacing:0;top:14.750003814698rem;left:37.375rem;height:2.798825rem;font-style:normal;display:block; }
#NGXcNg9zVKem2Qb16hmADqlRBq5o5uv9 { color:rgba(var(--color-tertiary-3),1);display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15033;line-height:1.4;letter-spacing:0;top:12.875003814698rem;left:37.375rem;height:1.48730625rem;font-style:normal;display:block; }
#VKqMhci2cTTyD2XlDycSgvaUdkTbBTSD { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5rem;width:5.625rem;top:12.6875rem;left:30.75rem;overflow:hidden;display:block; }
#unwIq3R5QNn9n0A4fdianI74uUmTkUVS { position:absolute;display:block;z-index:15036;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:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: 0.5rem 0.625rem 2.3125rem rgba(128,146,195,0.7) ;height:4rem;width:4rem;top:14.937503814698rem;left:24.3125rem;display:block; }
#o98IDmmIb3uK8tGEvNNTxi6PitZt3zUc { position:absolute;display:block;z-index:15037;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.0625rem;width:2.25rem;top:16.125003814698rem;left:25.125rem;overflow:hidden;display:block; }
#PbcdGerN80vTio9Dc8G3qRcmNxO7zZqb { position:absolute;display:block;z-index:15037;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:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: 0.5rem 0.625rem 2.3125rem rgba(128,146,195,0.7) ;height:5rem;width:5rem;top:8.28385925293rem;left:53.3125rem;display:block; }
#glREahd0HJ0lgGZJSmierGGCDT5EsDpi { position:absolute;display:block;z-index:15038;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.25rem;width:3.25rem;top:9.3194465637206rem;left:54.3125rem;overflow:hidden;display:block; }
#J4xkhoAOywPoes9WDiCLqxMPp2IBRRc3 { position:absolute;display:block;z-index:15023;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:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: 0.5rem 0.625rem 2.3125rem rgba(128,146,195,0.7) ;height:3.875rem;width:3.875rem;top:6.0625038146972rem;left:7.0625rem;display:block; }
#T859nEO2BrTnWJHdVA8nnTHfFTxSt4JA { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:2rem;top:7.0000038146975rem;left:8rem;overflow:hidden;display:block; }
#k2EmaiPxab2k4pXtMvxhlg0tcZTyKRM5 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:3.375rem;top:18.3056640625rem;left:47.6875rem;overflow:hidden;display:block; }
#wiT4mI2ngZ7EsHaJOMbPwStS8XJwruNu { 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:3.375rem;width:3.25rem;top:9.875rem;left:26.375rem;overflow:hidden;display:block; }
#C4cCdvzUfHvFsq303Uw5OG06weoG0rFz { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.1875rem;top:18.5625rem;left:10.9375rem;overflow:hidden;display:block; }
#LATFodrwHkI03Rz1q41sgvvEJEAti1xl { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:2rem;top:7.0000038146975rem;left:8rem;overflow:hidden;display:none; }
#dWWg7rqnLT7D0m73NfxxTODmllydrfHM { position:absolute;display:block;z-index:15023;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:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: 0.5rem 0.625rem 2.3125rem rgba(128,146,195,0.7) ;height:3.875rem;width:3.875rem;top:6.0625038146972rem;left:7.0625rem;display:none; }
#huavbyO5mgTQxTQtp4ohNI21vlCCTvu4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-3),1), #2a5a17);background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-3),1), #2a5a17);background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-3),1), #2a5a17);background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-3),1), #2a5a17);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#2a5a17' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#2a5a17' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-3),1), #2a5a17);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#huavbyO5mgTQxTQtp4ohNI21vlCCTvu4 > .row .container { background-color: transparent; background-image: none; }#huavbyO5mgTQxTQtp4ohNI21vlCCTvu4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#huavbyO5mgTQxTQtp4ohNI21vlCCTvu4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#huavbyO5mgTQxTQtp4ohNI21vlCCTvu4 > .row .container > .video-iframe-container { display: none; }#huavbyO5mgTQxTQtp4ohNI21vlCCTvu4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#huavbyO5mgTQxTQtp4ohNI21vlCCTvu4 > .row > .video-iframe-container { display: none; }#huavbyO5mgTQxTQtp4ohNI21vlCCTvu4 > .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); }#huavbyO5mgTQxTQtp4ohNI21vlCCTvu4 > .row .container { border-width: 0; border-radius: 0; }#huavbyO5mgTQxTQtp4ohNI21vlCCTvu4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#huavbyO5mgTQxTQtp4ohNI21vlCCTvu4 > .row .container { font-size:0.875rem;font-family:arial;height:38.625rem;width:60rem;position:relative;display:block; }#DndaoMRQTSSabcs7ziLylaFfKTVTDeEb { color:rgba(var(--color-tertiary-0),1);display:block;width:29.75rem;position:absolute;font-family:dosis;font-size:2.5rem;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:4.2890625rem;left:0rem;height:3.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Uz7TXo4HVINPGySfsBypKPbXUCp4X5hD { color:rgba(var(--color-tertiary-0),1);display:block;width:27rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.8;letter-spacing:0;top:8.8611106872556rem;left:0rem;height:3.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Hs8C0InrG63wXZOSuwJCR1gtOTwXgtRk { color:rgba(var(--color-tertiary-0),1);display:block;width:29.75rem;position:absolute;font-family:dosis;font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.4;letter-spacing:0;top:14.6025390625rem;left:0rem;height:2.0996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wG7PS7uXo6zFCqq6UhSqxkeyCgK3nOnH { color:rgba(var(--color-tertiary-0),1);display:block;width:27rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.8;letter-spacing:0;top:17.2900390625rem;left:0rem;height:5.3994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mH0cnGX8V9A8glksmxAcLT5bDBnOXLdq { position:absolute;display:block;z-index:15004;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.25rem;width:32.0625rem;top:4.8125rem;left:27.956349206349rem;overflow:hidden;display:block; }
#pqxq6N44BVQtM4ibEaLR3ZNFlK4vcJvA { position:absolute;display:block;z-index:15004;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.9375rem;border-top-right-radius:0rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:7.875rem;width:43.4375rem;top:24.1748046875rem;left:0rem;display:block; }
#X61Z0nzw5Q0QyomF3B1tTSGsGOXmCBBm { color:#1c1c1c;display:block;width:18.4375rem;position:absolute;font-family:dosis;font-size:2rem;font-weight:700;z-index:15006;line-height:1.4;letter-spacing:0;top:25.3125rem;left:2.125rem;height:5.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oaBJlwaz2rCG2er3WDAynMhB7b5BTchz { 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-left-radius:0.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:dosis;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.8125rem;height:3.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:26.1875rem;left:27.6875rem;display:block; }
#gEZmt0IODgw97qLXx7Heyb9pR9waWmA7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#p5shrM1HnMOOLzwy8FOoQiV1WGZMdaTg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; }#p5shrM1HnMOOLzwy8FOoQiV1WGZMdaTg > .row .container { background-color: transparent; background-image: none; }#p5shrM1HnMOOLzwy8FOoQiV1WGZMdaTg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p5shrM1HnMOOLzwy8FOoQiV1WGZMdaTg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p5shrM1HnMOOLzwy8FOoQiV1WGZMdaTg > .row .container > .video-iframe-container { display: none; }#p5shrM1HnMOOLzwy8FOoQiV1WGZMdaTg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p5shrM1HnMOOLzwy8FOoQiV1WGZMdaTg > .row > .video-iframe-container { display: none; }#p5shrM1HnMOOLzwy8FOoQiV1WGZMdaTg > .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); }#p5shrM1HnMOOLzwy8FOoQiV1WGZMdaTg > .row .container { border-width: 0; border-radius: 0; }#p5shrM1HnMOOLzwy8FOoQiV1WGZMdaTg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p5shrM1HnMOOLzwy8FOoQiV1WGZMdaTg > .row .container { font-size:0.875rem;font-family:arial;height:57.25rem;width:60rem;position:relative;display:block; }#XhfZXOQKVOPHl29VcbOoOwrbcuu6MzN7 { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:46.4375rem;width:35.0625rem;top:5.3955078125rem;left:24.8125rem;display:block; }
#TrTIlVQpoovwxOWtCMrCg2JTlbvXdo3p { color:rgba(var(--color-tertiary-0),1);display:block;width:25.375rem;position:absolute;font-family:dosis;font-size:2.5rem;font-weight:700;z-index:15007;line-height:1.4;letter-spacing:0;top:8.2451171875rem;left:29.65625rem;height:7rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DcsExlrbaf3NO4aRp7IFl9aziLAKfpco .widget-form-header {  }
#DcsExlrbaf3NO4aRp7IFl9aziLAKfpco .widget-regular-label { height:auto;display:block;font-family:dosis;font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:21.5625rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#DcsExlrbaf3NO4aRp7IFl9aziLAKfpco .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.5625rem;box-sizing:border-box;height:2.6875rem;color:rgba(var(--color-tertiary-0),1);font-size:0.9375rem;overflow:hidden;font-family:dosis;font-weight:700;font-style:normal; }
#DcsExlrbaf3NO4aRp7IFl9aziLAKfpco .widget-input-text {padding-top: 0; padding-bottom: 0;}#DcsExlrbaf3NO4aRp7IFl9aziLAKfpco .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.5625rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-tertiary-0),1);font-size:0.9375rem;overflow:hidden;font-family:dosis;font-weight:700;font-style:normal; }
#DcsExlrbaf3NO4aRp7IFl9aziLAKfpco .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.5625rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:dosis;font-size:0.875rem;overflow:hidden; }
#DcsExlrbaf3NO4aRp7IFl9aziLAKfpco .widget-input-select {padding-top: 0; padding-bottom: 0;}#DcsExlrbaf3NO4aRp7IFl9aziLAKfpco .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#DcsExlrbaf3NO4aRp7IFl9aziLAKfpco .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#DcsExlrbaf3NO4aRp7IFl9aziLAKfpco .widget-input-button { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius: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: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:3.875rem;margin-bottom:0.25rem;margin-left:3.875rem;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#f2f9ff;width:13.75rem;height:3.75rem;font-family:dosis;overflow:hidden; }
#DcsExlrbaf3NO4aRp7IFl9aziLAKfpco [class*="-text"]:-moz-placeholder { color:#fffdfd;font-family:dosis;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal; }
#DcsExlrbaf3NO4aRp7IFl9aziLAKfpco [class*="-text"]::-moz-placeholder { color:#fffdfd;font-family:dosis;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal; }
#DcsExlrbaf3NO4aRp7IFl9aziLAKfpco [class*="-text"]:-ms-input-placeholder { color:#fffdfd;font-family:dosis;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal; }
#DcsExlrbaf3NO4aRp7IFl9aziLAKfpco [class*="-text"]::-webkit-input-placeholder { color:#fffdfd;font-family:dosis;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal; }
#DcsExlrbaf3NO4aRp7IFl9aziLAKfpco .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:dosis;line-height:1.3;font-size:0.75rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:20.125rem;overflow:hidden;font-style:normal; }
#DcsExlrbaf3NO4aRp7IFl9aziLAKfpco .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; }
#DcsExlrbaf3NO4aRp7IFl9aziLAKfpco .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:dosis;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#DcsExlrbaf3NO4aRp7IFl9aziLAKfpco .widget-container { padding-top:0.625rem;padding-right:0;padding-bottom:0.5625rem;padding-left:0;width:100%;font-size:0;height:auto; }
#DcsExlrbaf3NO4aRp7IFl9aziLAKfpco .widget-container:first-of-type{padding-top:0;}#DcsExlrbaf3NO4aRp7IFl9aziLAKfpco .widget-container:last-of-type{padding-bottom:0;}#DcsExlrbaf3NO4aRp7IFl9aziLAKfpco  { background-color:rgba(var(--color-tertiary-0),0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15008;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:21.9580078125rem;left:30.3125rem; }
#DcsExlrbaf3NO4aRp7IFl9aziLAKfpco .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:21.5625rem; }
#DcsExlrbaf3NO4aRp7IFl9aziLAKfpco .widget-info-text { display:block;height:auto;font-family:dosis;font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#DcsExlrbaf3NO4aRp7IFl9aziLAKfpco {display:block;}#DcsExlrbaf3NO4aRp7IFl9aziLAKfpco { background-color:rgba(var(--color-tertiary-0),0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15008;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:21.9580078125rem;left:30.3125rem; }
#DcsExlrbaf3NO4aRp7IFl9aziLAKfpco #TTVzpupI4nd4pIEyMVbQ90pa9yOogTN8 { position:relative; }
#DcsExlrbaf3NO4aRp7IFl9aziLAKfpco #rgVkkrZ0xkI1Zo51DDeLX2wzAQaazdno { position:relative;display:block; }
#DcsExlrbaf3NO4aRp7IFl9aziLAKfpco #mgTdzRrTV8zAE4rKNcXuIoZUxiQp4FuJ { position:relative; }
#DcsExlrbaf3NO4aRp7IFl9aziLAKfpco #LxNPb5v5TiKd1A3d6zctLd9TbJO8lLFM { position:relative; }
#DcsExlrbaf3NO4aRp7IFl9aziLAKfpco #tS90d0hEqbv3QpwmgF0LEabGZt5rXGW8 { position:relative;display:block; }
#DcsExlrbaf3NO4aRp7IFl9aziLAKfpco #XxT3kU646uX9DAk42fuJwPEF6lc5I2Ex { position:relative; }
#DcsExlrbaf3NO4aRp7IFl9aziLAKfpco #Dc9CodLmZEriwsqTiysFmgKE3yEFWRFU { position:relative; }
#DcsExlrbaf3NO4aRp7IFl9aziLAKfpco #nxLREq7aNJssF5GW9yr36d8QOanyUAJX { position:relative;display:block; }
#DcsExlrbaf3NO4aRp7IFl9aziLAKfpco #PFGbdn1QvWEhWk0ZFbuTbQG8fUSUKc6u { position:relative; }
#DcsExlrbaf3NO4aRp7IFl9aziLAKfpco #llEb3HVSWWMoubIZcBGCTfWl3DF6PFOn { position:relative; }
#DcsExlrbaf3NO4aRp7IFl9aziLAKfpco #ZTz3XDkKhiPHgGeQesT8R3cuvCRKdp8w { position:relative;display:block; }
#DcsExlrbaf3NO4aRp7IFl9aziLAKfpco #VuNQA8mGFGH9V1L90FQP0NMeaEdeK9nU { position:relative; }
#DcsExlrbaf3NO4aRp7IFl9aziLAKfpco #TcfD1bZx2TSIRNQdsfhgrJBgWPTDaW2q { position:relative; }
#DcsExlrbaf3NO4aRp7IFl9aziLAKfpco #gI9WrMAUsDGJOy17Mdrli0LmN0HdNoeM { position:relative; }
#T3J0sDOdvOrnO40LpZz47nk8T7pRRlgC { 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:3.75rem;width:23.1875rem;top:48.1455078125rem;left:0rem;overflow:hidden;display:block; }
#tA8WTQCvNUH3gT1lefCW097KHJFFcG6B { position:absolute;display:block;z-index:15009;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:7rem;width:6.25rem;top:3.4375rem;left:53.75rem;overflow:hidden;display:block; }
#u0KEHUXGygCFZraiKlcx2A88OvHo1ybg { color:rgba(var(--color-tertiary-0),1);display:block;width:4.75rem;position:absolute;font-family:dosis;font-size:1.9375rem;font-weight:700;z-index:15010;line-height:.9;letter-spacing:0;top:4.9580078125rem;left:54.75rem;height:3.486325rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#LRmA7f4M6Qz3hu34W7llqWIoEiFO6Xe6 { color:rgba(var(--color-tertiary-0),1);display:block;width:25.375rem;position:absolute;font-family:dosis;font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.4;letter-spacing:0;top:16.75rem;left:29.65625rem;height:3.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qOaT7Vh6kNOVXDcHTH6FxTR7tQkn6vBU { position:absolute;display:block;z-index:14997;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:23.4375rem;top:18.5205078125rem;left:0rem;overflow:hidden;display:block; }
#M2kuDNkVgN0h4C16u0HNPPFI5pnst3K3 { 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; }#M2kuDNkVgN0h4C16u0HNPPFI5pnst3K3 > .row .container { background-color: transparent; background-image: none; }#M2kuDNkVgN0h4C16u0HNPPFI5pnst3K3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M2kuDNkVgN0h4C16u0HNPPFI5pnst3K3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M2kuDNkVgN0h4C16u0HNPPFI5pnst3K3 > .row .container > .video-iframe-container { display: none; }#M2kuDNkVgN0h4C16u0HNPPFI5pnst3K3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M2kuDNkVgN0h4C16u0HNPPFI5pnst3K3 > .row > .video-iframe-container { display: none; }#M2kuDNkVgN0h4C16u0HNPPFI5pnst3K3 > .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); }#M2kuDNkVgN0h4C16u0HNPPFI5pnst3K3 > .row .container { border-width: 0; border-radius: 0; }#M2kuDNkVgN0h4C16u0HNPPFI5pnst3K3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#M2kuDNkVgN0h4C16u0HNPPFI5pnst3K3 > .row .container { font-size:0.875rem;font-family:arial;height:20.6875rem;width:60rem;position:relative;display:block; }#K4SzonDRPR24A52cCOtdQ7h61r2ZRyND { color:#2c2c2c;display:block;width:59.6875rem;position:absolute;font-family:dosis;font-size:2.5rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:2.40625rem;left:0.3125rem;height:7rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GVyVl9NtBUA8ydiNeAZsoDDITHRpWmNz { 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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:12.75rem;left:21.25rem;display:block; }
#Akm0Rf9dB3EoOC8MUuqbQT7BM4lpqJZk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FBmuEMadybTnXyxgydTviLN8066vFJRx { background-color:#f5f6f9;background-image:none;z-index:;border-top:0rem none #d5d5d5;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#FBmuEMadybTnXyxgydTviLN8066vFJRx > .row .container { background-color: transparent; background-image: none; }#FBmuEMadybTnXyxgydTviLN8066vFJRx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FBmuEMadybTnXyxgydTviLN8066vFJRx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FBmuEMadybTnXyxgydTviLN8066vFJRx > .row .container > .video-iframe-container { display: none; }#FBmuEMadybTnXyxgydTviLN8066vFJRx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FBmuEMadybTnXyxgydTviLN8066vFJRx > .row > .video-iframe-container { display: none; }#FBmuEMadybTnXyxgydTviLN8066vFJRx > .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); }#FBmuEMadybTnXyxgydTviLN8066vFJRx > .row .container { border-width: 0; border-radius: 0; }#FBmuEMadybTnXyxgydTviLN8066vFJRx > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#FBmuEMadybTnXyxgydTviLN8066vFJRx > .row .container { font-size:0.875rem;font-family:arial;height:13.1875rem;width:60rem;overflow:visible;position:relative;display:block; }#Ig4f2cOh7HdmuaBIWADmZnQI3UTsL6lg { color:#666666;display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:10.6748046875rem;left:0rem;height:1.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#uKGhMLoeuIqAAN48Ig0cU1UKv9bL7veU { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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;box-sizing:border-box;color:rgba(var(--color-tertiary-1),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.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:3.75rem;text-decoration:none;z-index:15115;text-align:center;text-align-last:center;top:4.71875rem;left:30rem;display:block; }
#GyltQkQVJKHGL6hm2VrZbe4ne3U2zrG2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JXPvvQDuioC7TeHlcXGx0F1qVxBEMWmv { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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;box-sizing:border-box;color:rgba(var(--color-tertiary-1),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.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.4375rem;height:3.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:4.71875rem;left:17.5625rem;display:block; }
#m7D0h6DG25eswLLw32VCweahtD8TXJQJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#a9M2LPkLaeO9KWIxk2ST1WhlvSmFSIS9 { position:absolute;display:block;z-index:15003;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.9375rem;width:2.875rem;top:1.84375rem;left:28.5625rem;overflow:hidden;display:block; }
#i9TRFFrPA3yuPbEgicR6q71heiNy7TL9 { box-sizing:content-box;height:0.0625rem;width:60rem;position:absolute;display:block;z-index:15116;background-color:rgba(var(--color-tertiary-1),0.23);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.09375rem;left:0rem;display:block; }
#yZB0dAoxAzrGMGFBPsTPOJr37yFU3f64 { box-sizing:content-box;height:1.375rem;width:0.125rem;position:absolute;display:block;z-index:15117;background-color:rgba(var(--color-tertiary-1),0.37);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.90625rem;left:29.9375rem;display:block; }
#E1XTKoTn48T5palvDA0T1FdTFWm8luG9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#E1XTKoTn48T5palvDA0T1FdTFWm8luG9 > .row .container { background-color: transparent; background-image: none; }#E1XTKoTn48T5palvDA0T1FdTFWm8luG9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E1XTKoTn48T5palvDA0T1FdTFWm8luG9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E1XTKoTn48T5palvDA0T1FdTFWm8luG9 > .row .container > .video-iframe-container { display: none; }#E1XTKoTn48T5palvDA0T1FdTFWm8luG9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E1XTKoTn48T5palvDA0T1FdTFWm8luG9 > .row > .video-iframe-container { display: none; }#E1XTKoTn48T5palvDA0T1FdTFWm8luG9 > .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); }#E1XTKoTn48T5palvDA0T1FdTFWm8luG9 > .row .container { border-width: 0; border-radius: 0; }#E1XTKoTn48T5palvDA0T1FdTFWm8luG9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#E1XTKoTn48T5palvDA0T1FdTFWm8luG9 > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:60rem;position:relative;display:block; }#SDO316SWBepSxZLqntGAMDNUNOyMRN3U { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.8125rem;width:3.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:0rem;left:56.0625rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(255,255,255,0.5)); }
#SDO316SWBepSxZLqntGAMDNUNOyMRN3U > img { max-width: 100%;max-height:100%; width:3.8125rem; height:3.8125rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO { display:block; }#Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lIK77IiZRmFpoaNXeyKPF15zFT6Bq13N { top:0.5625rem;left:0rem;width:17.8125rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVJb1iPDcSfkvwNhxm9CzQLRr9p2flU5 { top:9.875rem;left:0rem;width:27.75rem;height:6.8125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #stqqMNXezIRk1aGFOLKnBZ4CFpcyA41T { top:20.0625rem;left:0rem;width:27.75rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfTURW3LlzFuEBXEHWwciraappQRF8gN { width:14.75rem;height:3.75rem;top:23.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDV6OWXi80Q1ptFHZuNbPUuoGTmUJshD { display:block; }
 }@media only screen and (max-width: 763px) { #QTSx1cDntWKgJKVFXr3a7vXZqIBPR7CC { top:14.8125rem;left:17.5rem;width:26.1875rem;height:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvMvyAFnUeVQtcLvRBuZ8LVET5lHbxcP { top:37.3125rem;left:24.5625rem;width:23.1875rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKxqqBaUQgWPva700lUW8ATU1WmZ5Qs9 { top:3.375rem;left:20.1875rem;width:27.5625rem;height:32.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDyurhNUROvhxFHIOPRad44Zs9dlJSmI { top:3.9375rem;left:20.6875rem;width:27.0625rem;height:31.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQNAhMhCLLigK2NRxvgXyCJOeFugVHQs { top:7.125rem;left:40.25rem;width:7.5rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uAXb4R9Tg8Wk49lCeiXlXXKoKLTx2zZ0 { top:8.6875rem;left:43rem;width:4.75rem;height:4.625rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhirG5MwQU8O4oDoT6a8KOF2pzDchu9J { top:27.5rem;left:13.9375rem;width:26.375rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxnIvDJGfe8P5T6WglVXBuPlGeCWf0Fu { top:28.0625rem;left:19.375rem;width:14.6875rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbHKeMSxzhkhaFspxmb1d9zQfJLQ3AXE { top:29.25rem;left:19.375rem;width:18.0625rem;height:2.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7h5qCdfRCW3dygzyoenygaEwx6sSIl0 { top:28.375rem;left:14.6875rem;width:3.625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsbIhbo1itQKo0Ad4ZkVcpFeAGkf0y2O { top:34.5625rem;left:21.125rem;width:3.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CendQVdsvTQFFnNqkN1y1nhR7Z43SCoh { top:33.8125rem;left:20.375rem;width:22.9375rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4zeReNcxNcnJwSLnrPNhOZ16kUAH7xT { top:34.25rem;left:25.5625rem;width:14.6875rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbxFHQc06EOuBXrQ8lpZXUUx5boUIW7m { top:35.4375rem;left:25.5625rem;width:18.5625rem;height:2.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHH3vhNPUF1x9npR3bWRPfSB5EFf52Ze { top:22.1875rem;left:28.8125rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJP2sJWGlseR9UD3tsaTpiymycvWN9Mr { top:23.4375rem;left:29.875rem;width:2.5625rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTzT3cd5Nn2XGrCssHpG7y5ouX4HsU3r { top:20.0625rem;left:23.1875rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LavWfzIXm2tIiNwCZg70k6z48844LC4z { top:21rem;left:24.125rem;width:2rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcoJIMfMQTHv8zF0BqSwaiFocQ6HFauI { top:16.25rem;left:26.21875rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCM92PXNRW8IocQALbmdsmFPwzHPbyUx { top:16.9375rem;left:26.8125rem;width:1.1875rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLVT6TCFTQbgKiqk2G3drPbudaiHT0l4 { top:18rem;left:28.96875rem;width:3.25rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1GIIt4TWTmWZLDN3o5A9cE85J9bR4hL { top:24.75rem;left:25.75rem;width:1.9375rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMq3gqIUEI4wqTJnDGEOgMFNyiwrUoDv { display:block; }#NMq3gqIUEI4wqTJnDGEOgMFNyiwrUoDv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ulismDaivTsmwgt4gCGDAQV1IzsdruBS { top:2.5625rem;left:0rem;width:47.75rem;height:3.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WlfDeXcGuTgZm65MAd5AUWvqrE7quGZB { top:6.9375rem;left:0rem;width:47.75rem;height:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qz8rilxAIadondxsHPyCKTADNt2J3fbP { display:block; }#Qz8rilxAIadondxsHPyCKTADNt2J3fbP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ixL47BTwDvLgSutJq6eFFS2ZeGX7Qvyg { top:2.1875rem;left:0rem;width:47.75rem;height:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtFlw691ToDnAu3PeptMXHBT13N3D3xm { top:4.5rem;left:5.75rem;width:40.75rem;height:2.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s04mZiVXZkouoks2xXa5QAhsAigaDySl { top:7.1875rem;left:5.75rem;width:39.5rem;height:3.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggXnTE7t9WI6M7y4aTEbId71xKbPXd1R { top:4.875rem;left:0rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7CTKGMWVAxfFiQxTOot1tAGEtsTlXxI { top:5.6875rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMqDB8eN8PTpfBAz0HunVotg9PDEzviF { top:10rem;left:45.1875rem;width:2.5625rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGw6uAKzRf6aPTDSD9aDfilrglZucd9e { display:block; }#qGw6uAKzRf6aPTDSD9aDfilrglZucd9e > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TLddzoVQDp4oRuxGoLaOrCFfKJiHu6T1 { top:0.9375rem;left:0rem;width:47.625rem;height:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oiNC8yVaQONv9BbLKL7x4xf8hMCKid8Q { top:3.25rem;left:5.6875rem;width:40.75rem;height:2.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XURhLzG0W7V5sWGtS23qXUp9yOSOml7G { top:5.9375rem;left:5.6875rem;width:39.5rem;height:3.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmOACxyeN6QNqTWs4Ni5KC5KNsA7Tfiw { top:3.625rem;left:0rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ai4BA0llhwCXbI7hqVTMXyonwqAUK3wR { top:4.375rem;left:0rem;width:4.5625rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORsD5liZOXaIJIz6h0IqXPiWDMmLLmbX { top:8.75rem;left:45.1875rem;width:2.5625rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVT5r8bTeMgGFlBFJmevmzcAwyFySl9f { display:block; }#aVT5r8bTeMgGFlBFJmevmzcAwyFySl9f > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ivd2JVwtw3adAFGrDrRvhv50STXfy1Gs { top:0.9375rem;left:0rem;width:47.625rem;height:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQ7VwFns0Jc7IeB6Dd6Rhs5Hi57U5NEa { top:3.25rem;left:5.6875rem;width:40.75rem;height:2.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCG9dvB9xyWo6I4DHkUuOklObxBVNVDq { top:5.9375rem;left:5.6875rem;width:39.5rem;height:3.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGPlKwiddqJVh41vHMuP9lto1zbElwnm { top:3.625rem;left:0rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIxaKpi4SNe4fIAGvfFiGCNdv0B73GvN { top:4.4375rem;left:0rem;width:4rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7JvhVyJAXcuWOGTZZ2ddlSTelmvENTS { top:8.75rem;left:45.1875rem;width:2.5625rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sc8uma7GLHbPaBSgTF3pdSvRDSsTInNa { display:block; }#sc8uma7GLHbPaBSgTF3pdSvRDSsTInNa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aCekAfzlKtwKJOJaFJMqnk0TVRutLSzA { width:13.8125rem;height:3.75rem;top:0.625rem;left:16.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOEhqAdulGxrKeOkigb6s9nqUvUKzW0i { display:block; }
 }@media only screen and (max-width: 763px) { #dP8eusp8RERQqzxyvmlF0TqiFicr3I6e { display:block; }#dP8eusp8RERQqzxyvmlF0TqiFicr3I6e > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AibG3FvAFE9MXAZ5n2T1r3AbZEZyrZQC { top:2.625rem;left:0rem;width:47.75rem;height:3.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBaH18ouUeU5w4VDaEBupEcGSe14CafV { display:block; }#fBaH18ouUeU5w4VDaEBupEcGSe14CafV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lFHzLnapPAILdiRtudZVtt0aOboiiF0f { top:3.125rem;left:10.549973347548rem;width:27.375rem;height:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTN52Ny8MiD9SboofE0PETwtWl4a9ATt { top:2.4375rem;left:10.1875rem;width:27.5625rem;height:32.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTHtO5M3rCkCVWCVDMzc8rLJ8GFKICuv { top:4rem;left:29.125rem;width:15.25rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0l7Tdtpm5iit9ZVz3wzc6UR4p9MpG44 { top:19rem;left:31.0625rem;width:15.25rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cafQHsy2walC8rGvJF1ttF4cGdmyefFm { top:12.0625rem;left:1.25rem;width:15.25rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #THXSi17CUdAW0fxkJDe12mUJTmFVfyat { top:13.8125rem;left:3.3125rem;width:12.5rem;height:3.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #D75bDii4u6Jk6UqGKWtAFzQmPVD0WHae { top:5rem;left:31.0625rem;width:12.5rem;height:5.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RopFtT583BZHn6DrNRyzE8U77Fn8Tryi { top:20rem;left:33.25rem;width:12.5rem;height:5.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPHSZckBAJbmP1rBZeUJlgHX6QKPghRV { top:33.5625rem;left:10.625rem;width:23.1875rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdSBEBVTl322e0B3Qx6kEsWKNsKLAidT { top:28.1875rem;left:12rem;width:15.25rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UEDIQxsrT0HnVwaTTDJa09DmwUdndkA3 { top:29.9375rem;left:14.0625rem;width:12.5rem;height:3.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0VfRlXAV9PcxkbMJMiAlQyrBqAQAlU3 { top:14.3125rem;left:19.4375rem;width:8.875rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnT6SFpl3WFihTdcJ0cBxb63vHnO16kQ { display:block; }#hnT6SFpl3WFihTdcJ0cBxb63vHnO16kQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XUyKrVqX7tD5aHS2rhDt946viz60JUTq { top:2.375rem;left:0rem;width:47.75rem;height:3.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPZX8FeMhqluCysy6N94qiLoi3paFvO2 { top:7.0625rem;left:0rem;width:47.75rem;height:3.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4iB2wOThupXCglkzKtp5cmbN0y0krKq { display:block; }#I4iB2wOThupXCglkzKtp5cmbN0y0krKq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tVNvTq9K7EGQioTC6zSDllPGISRmsMpi { top:9.875rem;left:0rem;width:5.75rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEbEdEgdxe0zs1K3HZfsBJVuJmEzyroG { top:10.0625rem;left:2rem;width:14.6875rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #izoAi7H5A0wHfakpQH0fBW57qnJeLecq { top:11.9375rem;left:2rem;width:19.1875rem;height:3rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZk7X7cm7RR0S0xIy3Z0XRUsmUciwp1S { top:8.625rem;left:0rem;width:30.4375rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRu85gUhuN51mqvTQbzJfbgQ3L2lLrNz { top:2.625rem;left:15.0625rem;width:30.4375rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #clS2LpPnAi5T6pgmaoiLEkFJ7bCgibzN { top:5.75rem;left:23.4375rem;width:20.625rem;height:2.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HuOteZaU1tRG5BGr0Rfwr3gTRqaGgvpe { top:3.875rem;left:23.4375rem;width:14.6875rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qnko3DGrpD3Hlx6fqgv47FQZD0a1uayb { top:3.75rem;left:16.375rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSFDFJ9fsXi4eBkqt8zdEcBf0FwvutAU { top:17.375rem;left:11.9375rem;width:30.4375rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcZUxdBC3AXBgPTW4TXJatTPhlTzT4nB { top:20.75rem;left:19.9375rem;width:21.8125rem;height:2.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJxnUdpzrp43iXq41U4KcfJp51aROINF { top:19.125rem;left:19.9375rem;width:14.6875rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpGfTBncvK5fe21J88VTUTfy6k0E1Kw8 { top:18.5625rem;left:13.058035714286rem;width:5.8125rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxKWvvMuGzLm9T8dmERc8EmcKl0xSpIm { top:11.375rem;left:17.3125rem;width:30.4375rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fq7QqJV6PtzfFeVNFHk8v0BLO74n7exC { top:14.75rem;left:26.875rem;width:20.875rem;height:2.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGXcNg9zVKem2Qb16hmADqlRBq5o5uv9 { top:12.875rem;left:31.25rem;width:14.6875rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKqMhci2cTTyD2XlDycSgvaUdkTbBTSD { top:12.6875rem;left:24.625rem;width:5.625rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #unwIq3R5QNn9n0A4fdianI74uUmTkUVS { top:14.9375rem;left:18.1875rem;width:4rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #o98IDmmIb3uK8tGEvNNTxi6PitZt3zUc { top:16.125rem;left:19rem;width:2.25rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbcdGerN80vTio9Dc8G3qRcmNxO7zZqb { top:8.25rem;left:42.75rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #glREahd0HJ0lgGZJSmierGGCDT5EsDpi { top:9.3125rem;left:44.5rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4xkhoAOywPoes9WDiCLqxMPp2IBRRc3 { top:6.0625rem;left:0.9375rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T859nEO2BrTnWJHdVA8nnTHfFTxSt4JA { top:7rem;left:1.875rem;width:2rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2EmaiPxab2k4pXtMvxhlg0tcZTyKRM5 { top:18.25rem;left:41.5625rem;width:3.375rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wiT4mI2ngZ7EsHaJOMbPwStS8XJwruNu { top:9.875rem;left:20.25rem;width:3.25rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4cCdvzUfHvFsq303Uw5OG06weoG0rFz { top:18.5625rem;left:4.8125rem;width:2.1875rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LATFodrwHkI03Rz1q41sgvvEJEAti1xl { top:7rem;left:1.875rem;width:2rem;height:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dWWg7rqnLT7D0m73NfxxTODmllydrfHM { top:6.0625rem;left:0.9375rem;width:3.875rem;height:3.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #huavbyO5mgTQxTQtp4ohNI21vlCCTvu4 { display:block; }#huavbyO5mgTQxTQtp4ohNI21vlCCTvu4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DndaoMRQTSSabcs7ziLylaFfKTVTDeEb { top:4.25rem;left:0rem;width:29.75rem;height:3.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uz7TXo4HVINPGySfsBypKPbXUCp4X5hD { top:8.8125rem;left:0rem;width:27rem;height:3.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hs8C0InrG63wXZOSuwJCR1gtOTwXgtRk { top:14.5625rem;left:0rem;width:29.75rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wG7PS7uXo6zFCqq6UhSqxkeyCgK3nOnH { top:17.25rem;left:0rem;width:27rem;height:5.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mH0cnGX8V9A8glksmxAcLT5bDBnOXLdq { top:4.8125rem;left:0rem;width:32.0625rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqxq6N44BVQtM4ibEaLR3ZNFlK4vcJvA { top:24.125rem;left:0rem;width:43.4375rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X61Z0nzw5Q0QyomF3B1tTSGsGOXmCBBm { top:25.3125rem;left:0rem;width:18.4375rem;height:5.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #oaBJlwaz2rCG2er3WDAynMhB7b5BTchz { width:12.8125rem;height:3.75rem;top:26.1875rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEZmt0IODgw97qLXx7Heyb9pR9waWmA7 { display:block; }
 }@media only screen and (max-width: 763px) { #p5shrM1HnMOOLzwy8FOoQiV1WGZMdaTg { display:block; }#p5shrM1HnMOOLzwy8FOoQiV1WGZMdaTg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XhfZXOQKVOPHl29VcbOoOwrbcuu6MzN7 { top:5.375rem;left:12.6875rem;width:35.0625rem;height:46.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrTIlVQpoovwxOWtCMrCg2JTlbvXdo3p { top:8.1875rem;left:22.375rem;width:25.375rem;height:7rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcsExlrbaf3NO4aRp7IFl9aziLAKfpco .widget-regular-label { width:21.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#DcsExlrbaf3NO4aRp7IFl9aziLAKfpco .widget-input-text { width:21.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DcsExlrbaf3NO4aRp7IFl9aziLAKfpco .widget-input-text {padding-top: 0; padding-bottom: 0;}#DcsExlrbaf3NO4aRp7IFl9aziLAKfpco .widget-textarea { width:21.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DcsExlrbaf3NO4aRp7IFl9aziLAKfpco .widget-input-select { width:21.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DcsExlrbaf3NO4aRp7IFl9aziLAKfpco .widget-input-select {padding-top: 0; padding-bottom: 0;}#DcsExlrbaf3NO4aRp7IFl9aziLAKfpco .widget-input-button { width:13.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:3.875rem; }
#DcsExlrbaf3NO4aRp7IFl9aziLAKfpco .widget-checkbox-label { width:20.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#DcsExlrbaf3NO4aRp7IFl9aziLAKfpco  { width:21.5625rem;height:auto;top:21.9375rem;left:23.6875rem; }
#DcsExlrbaf3NO4aRp7IFl9aziLAKfpco .radio-container { width:21.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DcsExlrbaf3NO4aRp7IFl9aziLAKfpco {display:block;}#DcsExlrbaf3NO4aRp7IFl9aziLAKfpco { width:21.5625rem;height:auto;top:21.9375rem;left:23.6875rem; }
 }@media only screen and (max-width: 763px) { #DcsExlrbaf3NO4aRp7IFl9aziLAKfpco #TTVzpupI4nd4pIEyMVbQ90pa9yOogTN8 {  }
 }@media only screen and (max-width: 763px) { #DcsExlrbaf3NO4aRp7IFl9aziLAKfpco #rgVkkrZ0xkI1Zo51DDeLX2wzAQaazdno { display:block; }
 }@media only screen and (max-width: 763px) { #DcsExlrbaf3NO4aRp7IFl9aziLAKfpco #mgTdzRrTV8zAE4rKNcXuIoZUxiQp4FuJ {  }
 }@media only screen and (max-width: 763px) { #DcsExlrbaf3NO4aRp7IFl9aziLAKfpco #LxNPb5v5TiKd1A3d6zctLd9TbJO8lLFM {  }
 }@media only screen and (max-width: 763px) { #DcsExlrbaf3NO4aRp7IFl9aziLAKfpco #tS90d0hEqbv3QpwmgF0LEabGZt5rXGW8 {  }
 }@media only screen and (max-width: 763px) { #DcsExlrbaf3NO4aRp7IFl9aziLAKfpco #XxT3kU646uX9DAk42fuJwPEF6lc5I2Ex {  }
 }@media only screen and (max-width: 763px) { #DcsExlrbaf3NO4aRp7IFl9aziLAKfpco #Dc9CodLmZEriwsqTiysFmgKE3yEFWRFU {  }
 }@media only screen and (max-width: 763px) { #DcsExlrbaf3NO4aRp7IFl9aziLAKfpco #nxLREq7aNJssF5GW9yr36d8QOanyUAJX { display:block; }
 }@media only screen and (max-width: 763px) { #DcsExlrbaf3NO4aRp7IFl9aziLAKfpco #PFGbdn1QvWEhWk0ZFbuTbQG8fUSUKc6u {  }
 }@media only screen and (max-width: 763px) { #DcsExlrbaf3NO4aRp7IFl9aziLAKfpco #llEb3HVSWWMoubIZcBGCTfWl3DF6PFOn {  }
 }@media only screen and (max-width: 763px) { #DcsExlrbaf3NO4aRp7IFl9aziLAKfpco #ZTz3XDkKhiPHgGeQesT8R3cuvCRKdp8w { display:block; }
 }@media only screen and (max-width: 763px) { #DcsExlrbaf3NO4aRp7IFl9aziLAKfpco #VuNQA8mGFGH9V1L90FQP0NMeaEdeK9nU {  }
 }@media only screen and (max-width: 763px) { #DcsExlrbaf3NO4aRp7IFl9aziLAKfpco #TcfD1bZx2TSIRNQdsfhgrJBgWPTDaW2q {  }
 }@media only screen and (max-width: 763px) { #DcsExlrbaf3NO4aRp7IFl9aziLAKfpco #gI9WrMAUsDGJOy17Mdrli0LmN0HdNoeM {  }
 }@media only screen and (max-width: 763px) { #T3J0sDOdvOrnO40LpZz47nk8T7pRRlgC { top:48.125rem;left:0rem;width:23.1875rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tA8WTQCvNUH3gT1lefCW097KHJFFcG6B { top:3.4375rem;left:41.5rem;width:6.25rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0KEHUXGygCFZraiKlcx2A88OvHo1ybg { top:4.9375rem;left:43rem;width:4.75rem;height:3.4375rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRmA7f4M6Qz3hu34W7llqWIoEiFO6Xe6 { top:16.75rem;left:22.375rem;width:25.375rem;height:3.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOaT7Vh6kNOVXDcHTH6FxTR7tQkn6vBU { top:18.5rem;left:0rem;width:23.4375rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2kuDNkVgN0h4C16u0HNPPFI5pnst3K3 { display:block; }#M2kuDNkVgN0h4C16u0HNPPFI5pnst3K3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K4SzonDRPR24A52cCOtdQ7h61r2ZRyND { top:2.375rem;left:0rem;width:47.75rem;height:7rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVyVl9NtBUA8ydiNeAZsoDDITHRpWmNz { width:17.5rem;height:3.4375rem;top:12.75rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Akm0Rf9dB3EoOC8MUuqbQT7BM4lpqJZk { display:block; }
 }@media only screen and (max-width: 763px) { #FBmuEMadybTnXyxgydTviLN8066vFJRx { display:block; }#FBmuEMadybTnXyxgydTviLN8066vFJRx > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ig4f2cOh7HdmuaBIWADmZnQI3UTsL6lg { top:10.625rem;left:0rem;width:47.75rem;height:1.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKGhMLoeuIqAAN48Ig0cU1UKv9bL7veU { width:9.375rem;height:3.75rem;top:4.6875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GyltQkQVJKHGL6hm2VrZbe4ne3U2zrG2 { display:block; }
 }@media only screen and (max-width: 763px) { #JXPvvQDuioC7TeHlcXGx0F1qVxBEMWmv { width:12.4375rem;height:3.75rem;top:4.6875rem;left:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7D0h6DG25eswLLw32VCweahtD8TXJQJ { display:block; }
 }@media only screen and (max-width: 763px) { #a9M2LPkLaeO9KWIxk2ST1WhlvSmFSIS9 { width:2.875rem;height:2.9375rem;top:1.8125rem;left:22.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9TRFFrPA3yuPbEgicR6q71heiNy7TL9 { top:9.0625rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZB0dAoxAzrGMGFBPsTPOJr37yFU3f64 { top:5.875rem;left:23.8125rem;width:0.125rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1XTKoTn48T5palvDA0T1FdTFWm8luG9 { display:block; }#E1XTKoTn48T5palvDA0T1FdTFWm8luG9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SDO316SWBepSxZLqntGAMDNUNOyMRN3U { top:0rem;left:43.375rem;width:3.8125rem;height:3.8125rem;display:block; }
#SDO316SWBepSxZLqntGAMDNUNOyMRN3U > img { max-width: 100%;max-height:100%; width:3.8125rem; height:3.8125rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO { background-color:#ffffff;background-image:none;display:block; }#Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO > .row .container { background-color: transparent; background-image: none; }#Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO > .row .container > .video-iframe-container { display: none; }#Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO > .row > .video-iframe-container { display: none; }#Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO > .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); }#Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO > .row .container { width:20rem;height:65.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lIK77IiZRmFpoaNXeyKPF15zFT6Bq13N { width:12.8125rem;height:3.625rem;top:0.875rem;left:3.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVJb1iPDcSfkvwNhxm9CzQLRr9p2flU5 { width:19.5rem;height:8.3994375rem;top:6.5rem;left:0.25rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #stqqMNXezIRk1aGFOLKnBZ4CFpcyA41T { width:19.375rem;height:3.1484375rem;top:17.1796875rem;left:0.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TfTURW3LlzFuEBXEHWwciraappQRF8gN { width:14.75rem;height:3.75rem;top:22.4375rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDV6OWXi80Q1ptFHZuNbPUuoGTmUJshD { display:block; }
 }@media only screen and (max-width: 763px) { #QTSx1cDntWKgJKVFXr3a7vXZqIBPR7CC { width:17.5rem;height:17.4375rem;top:40.875rem;left:0rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #AvMvyAFnUeVQtcLvRBuZ8LVET5lHbxcP { width:20rem;height:3.234375rem;top:50.890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKxqqBaUQgWPva700lUW8ATU1WmZ5Qs9 { width:18.4375rem;height:21.75rem;top:29.875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDyurhNUROvhxFHIOPRad44Zs9dlJSmI { width:17.8125rem;height:20.8125rem;top:30.25rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQNAhMhCLLigK2NRxvgXyCJOeFugVHQs { width:6.25rem;height:7rem;top:31.125rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uAXb4R9Tg8Wk49lCeiXlXXKoKLTx2zZ0 { width:4.75rem;height:3.5rem;top:32.5625rem;left:14.6875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhirG5MwQU8O4oDoT6a8KOF2pzDchu9J { width:20rem;height:4.5625rem;top:57.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxnIvDJGfe8P5T6WglVXBuPlGeCWf0Fu { width:13.1875rem;height:1.2246125rem;top:58.125rem;left:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbHKeMSxzhkhaFspxmb1d9zQfJLQ3AXE { width:15.125rem;height:2.2734375rem;top:59.3125rem;left:4.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7h5qCdfRCW3dygzyoenygaEwx6sSIl0 { width:3.3125rem;height:3.25rem;top:58.3125rem;left:0.6796875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsbIhbo1itQKo0Ad4ZkVcpFeAGkf0y2O { width:3.375rem;height:3.3125rem;top:52.9375rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CendQVdsvTQFFnNqkN1y1nhR7Z43SCoh { width:20rem;height:4.5625rem;top:52.3125rem;left:0rem;z-index:15016;background-color:#ffffff;background-image:none;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #K4zeReNcxNcnJwSLnrPNhOZ16kUAH7xT { width:12.1875rem;height:1.2246125rem;top:52.6875rem;left:5.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbxFHQc06EOuBXrQ8lpZXUUx5boUIW7m { width:14.5625rem;height:2.2734375rem;top:54.0390625rem;left:5.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHH3vhNPUF1x9npR3bWRPfSB5EFf52Ze { width:3.8125rem;height:3.875rem;top:41.875rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJP2sJWGlseR9UD3tsaTpiymycvWN9Mr { width:2.375rem;height:2.1875rem;top:42.8125rem;left:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTzT3cd5Nn2XGrCssHpG7y5ouX4HsU3r { width:3.875rem;height:3.875rem;top:37.3125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LavWfzIXm2tIiNwCZg70k6z48844LC4z { width:2rem;height:1.9375rem;top:38.25rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcoJIMfMQTHv8zF0BqSwaiFocQ6HFauI { width:2.8125rem;height:2.875rem;top:41.875rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCM92PXNRW8IocQALbmdsmFPwzHPbyUx { width:1.8125rem;height:1.75rem;top:42.5625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLVT6TCFTQbgKiqk2G3drPbudaiHT0l4 { width:3.25rem;height:3.375rem;top:31.125rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1GIIt4TWTmWZLDN3o5A9cE85J9bR4hL { width:1.9375rem;height:2rem;top:45rem;left:14.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMq3gqIUEI4wqTJnDGEOgMFNyiwrUoDv { display:block; }#NMq3gqIUEI4wqTJnDGEOgMFNyiwrUoDv > .row .container { width:20rem;height:18.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ulismDaivTsmwgt4gCGDAQV1IzsdruBS { width:20rem;height:8.3994375rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WlfDeXcGuTgZm65MAd5AUWvqrE7quGZB { width:20rem;height:6.9970625rem;top:10.305553436279rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qz8rilxAIadondxsHPyCKTADNt2J3fbP { display:block; }#Qz8rilxAIadondxsHPyCKTADNt2J3fbP > .row .container { width:20rem;height:21.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ixL47BTwDvLgSutJq6eFFS2ZeGX7Qvyg { width:20rem;height:17.3125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtFlw691ToDnAu3PeptMXHBT13N3D3xm { width:13.3125rem;height:3.1484375rem;top:2.92578125rem;left:6.625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #s04mZiVXZkouoks2xXa5QAhsAigaDySl { width:17.875rem;height:6.296875rem;top:7.765625rem;left:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggXnTE7t9WI6M7y4aTEbId71xKbPXd1R { width:4.375rem;height:4.375rem;top:2.3125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7CTKGMWVAxfFiQxTOot1tAGEtsTlXxI { width:3.25rem;height:3.25rem;top:2.8740234375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMqDB8eN8PTpfBAz0HunVotg9PDEzviF { width:2.5625rem;height:2.6875rem;top:14.6875rem;left:8.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGw6uAKzRf6aPTDSD9aDfilrglZucd9e { display:block; }#qGw6uAKzRf6aPTDSD9aDfilrglZucd9e > .row .container { width:20rem;height:20.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TLddzoVQDp4oRuxGoLaOrCFfKJiHu6T1 { width:19.875rem;height:17.3125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oiNC8yVaQONv9BbLKL7x4xf8hMCKid8Q { width:11.3125rem;height:3.1484375rem;top:3.0712890625rem;left:6.4990234375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XURhLzG0W7V5sWGtS23qXUp9yOSOml7G { width:17.75rem;height:6.296875rem;top:7.6875rem;left:1.1241319775581rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmOACxyeN6QNqTWs4Ni5KC5KNsA7Tfiw { width:4.375rem;height:4.375rem;top:2.4583339691162rem;left:0.87499994039537rem;display:block; }
 }@media only screen and (max-width: 763px) { #ai4BA0llhwCXbI7hqVTMXyonwqAUK3wR { width:3.5625rem;height:3.5625rem;top:2.8642578125rem;left:1.2802734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORsD5liZOXaIJIz6h0IqXPiWDMmLLmbX { width:2.5625rem;height:2.6875rem;top:14.8125rem;left:8.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVT5r8bTeMgGFlBFJmevmzcAwyFySl9f { display:block; }#aVT5r8bTeMgGFlBFJmevmzcAwyFySl9f > .row .container { width:20rem;height:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ivd2JVwtw3adAFGrDrRvhv50STXfy1Gs { width:19.875rem;height:17.3125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQ7VwFns0Jc7IeB6Dd6Rhs5Hi57U5NEa { width:13.1875rem;height:3.1484375rem;top:3.05078125rem;left:6.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCG9dvB9xyWo6I4DHkUuOklObxBVNVDq { width:17.9375rem;height:6.296875rem;top:7.4375rem;left:1.0303819775581rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGPlKwiddqJVh41vHMuP9lto1zbElwnm { width:4.375rem;height:4.375rem;top:2.4375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIxaKpi4SNe4fIAGvfFiGCNdv0B73GvN { width:2.875rem;height:2.875rem;top:3.1875rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7JvhVyJAXcuWOGTZZ2ddlSTelmvENTS { width:2.5625rem;height:2.6875rem;top:14.8125rem;left:8.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sc8uma7GLHbPaBSgTF3pdSvRDSsTInNa { display:block; }#sc8uma7GLHbPaBSgTF3pdSvRDSsTInNa > .row .container { width:20rem;height:7.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aCekAfzlKtwKJOJaFJMqnk0TVRutLSzA { width:13.8125rem;height:3.75rem;top:1.25rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOEhqAdulGxrKeOkigb6s9nqUvUKzW0i { display:block; }
 }@media only screen and (max-width: 763px) { #dP8eusp8RERQqzxyvmlF0TqiFicr3I6e { display:block; }#dP8eusp8RERQqzxyvmlF0TqiFicr3I6e > .row .container { width:20rem;height:9.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AibG3FvAFE9MXAZ5n2T1r3AbZEZyrZQC { width:20rem;height:8.3994375rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBaH18ouUeU5w4VDaEBupEcGSe14CafV { display:block; }#fBaH18ouUeU5w4VDaEBupEcGSe14CafV > .row .container { width:20rem;height:43.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lFHzLnapPAILdiRtudZVtt0aOboiiF0f { width:20rem;height:23.25rem;top:3.0436521051156rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTN52Ny8MiD9SboofE0PETwtWl4a9ATt { width:20rem;height:23.673469387755rem;top:2.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTHtO5M3rCkCVWCVDMzc8rLJ8GFKICuv { width:11.75rem;height:4.8125rem;top:2.875rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0l7Tdtpm5iit9ZVz3wzc6UR4p9MpG44 { width:11.75rem;height:4.8125rem;top:14.5rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cafQHsy2walC8rGvJF1ttF4cGdmyefFm { width:11.75rem;height:4.8125rem;top:8.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #THXSi17CUdAW0fxkJDe12mUJTmFVfyat { width:10.25rem;height:2.69921875rem;top:9.625rem;left:1.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #D75bDii4u6Jk6UqGKWtAFzQmPVD0WHae { width:10.125rem;height:4.048825rem;top:3.255859375rem;left:9.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RopFtT583BZHn6DrNRyzE8U77Fn8Tryi { width:10rem;height:4.048825rem;top:14.875rem;left:9.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPHSZckBAJbmP1rBZeUJlgHX6QKPghRV { width:20rem;height:3.234375rem;top:27.644104003906rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdSBEBVTl322e0B3Qx6kEsWKNsKLAidT { width:12.4375rem;height:4.8125rem;top:22.3125rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UEDIQxsrT0HnVwaTTDJa09DmwUdndkA3 { width:10.75rem;height:2.69921875rem;top:23.375rem;left:4.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0VfRlXAV9PcxkbMJMiAlQyrBqAQAlU3 { width:8.875rem;height:9.125rem;top:30.1279296875rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnT6SFpl3WFihTdcJ0cBxb63vHnO16kQ { display:block; }#hnT6SFpl3WFihTdcJ0cBxb63vHnO16kQ > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XUyKrVqX7tD5aHS2rhDt946viz60JUTq { width:20rem;height:5.5996125rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPZX8FeMhqluCysy6N94qiLoi3paFvO2 { width:17.375rem;height:7.4365rem;top:9.2763671875rem;left:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4iB2wOThupXCglkzKtp5cmbN0y0krKq { display:block; }#I4iB2wOThupXCglkzKtp5cmbN0y0krKq > .row .container { width:20rem;height:46.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tVNvTq9K7EGQioTC6zSDllPGISRmsMpi { width:4.8125rem;height:4.6875rem;top:3.1875rem;left:0.6865234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEbEdEgdxe0zs1K3HZfsBJVuJmEzyroG { width:13.375rem;height:1.48730625rem;top:3rem;left:5.9990234375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #izoAi7H5A0wHfakpQH0fBW57qnJeLecq { width:13.25rem;height:2.4375rem;top:5.5rem;left:5.9990234375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZk7X7cm7RR0S0xIy3Z0XRUsmUciwp1S { width:20rem;height:6.25rem;top:2.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRu85gUhuN51mqvTQbzJfbgQ3L2lLrNz { width:20rem;height:6.25rem;top:20.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #clS2LpPnAi5T6pgmaoiLEkFJ7bCgibzN { width:13.5rem;height:3.41015625rem;top:22.6875rem;left:6.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HuOteZaU1tRG5BGr0Rfwr3gTRqaGgvpe { width:13.75rem;height:1.48730625rem;top:21.25rem;left:6.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qnko3DGrpD3Hlx6fqgv47FQZD0a1uayb { width:4.8125rem;height:4.75rem;top:21.25rem;left:0.6865234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSFDFJ9fsXi4eBkqt8zdEcBf0FwvutAU { width:20rem;height:6.25rem;top:29.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcZUxdBC3AXBgPTW4TXJatTPhlTzT4nB { width:12.75rem;height:3.41015625rem;top:31.572265625rem;left:6.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJxnUdpzrp43iXq41U4KcfJp51aROINF { width:12.75rem;height:1.48730625rem;top:30rem;left:6.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpGfTBncvK5fe21J88VTUTfy6k0E1Kw8 { width:4.8125rem;height:4.6875rem;top:30.1875rem;left:0.6865234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxKWvvMuGzLm9T8dmERc8EmcKl0xSpIm { width:20rem;height:6.25rem;top:11.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fq7QqJV6PtzfFeVNFHk8v0BLO74n7exC { width:13.1875rem;height:3.41015625rem;top:13.3125rem;left:6.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGXcNg9zVKem2Qb16hmADqlRBq5o5uv9 { width:13.5625rem;height:1.48730625rem;top:11.875rem;left:6.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKqMhci2cTTyD2XlDycSgvaUdkTbBTSD { width:4.8125rem;height:4.625rem;top:12.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #unwIq3R5QNn9n0A4fdianI74uUmTkUVS { width:4rem;height:4rem;top:0.3125rem;left:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o98IDmmIb3uK8tGEvNNTxi6PitZt3zUc { width:2.25rem;height:2.0625rem;top:1.375rem;left:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbcdGerN80vTio9Dc8G3qRcmNxO7zZqb { width:4.125rem;height:4.125rem;top:18.875rem;left:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #glREahd0HJ0lgGZJSmierGGCDT5EsDpi { width:2.625rem;height:2.625rem;top:19.8125rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4xkhoAOywPoes9WDiCLqxMPp2IBRRc3 { width:3.875rem;height:3.875rem;top:9.875rem;left:15.5625rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #T859nEO2BrTnWJHdVA8nnTHfFTxSt4JA { width:2rem;height:1.9375rem;top:10.8125rem;left:16.5rem;z-index:15040;display:block; }
 }@media only screen and (max-width: 763px) { #k2EmaiPxab2k4pXtMvxhlg0tcZTyKRM5 { width:3.375rem;height:3.5rem;top:37.5rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wiT4mI2ngZ7EsHaJOMbPwStS8XJwruNu { width:3.25rem;height:3.375rem;top:38.75rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4cCdvzUfHvFsq303Uw5OG06weoG0rFz { width:2.1875rem;height:2.25rem;top:43.0625rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LATFodrwHkI03Rz1q41sgvvEJEAti1xl { width:2rem;height:1.9375rem;top:29rem;left:16.5625rem;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #dWWg7rqnLT7D0m73NfxxTODmllydrfHM { width:3.875rem;height:3.875rem;top:28.0625rem;left:15.5625rem;z-index:15041;display:block; }
 }@media only screen and (max-width: 763px) { #huavbyO5mgTQxTQtp4ohNI21vlCCTvu4 { display:block; }#huavbyO5mgTQxTQtp4ohNI21vlCCTvu4 > .row .container { width:20rem;height:52.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DndaoMRQTSSabcs7ziLylaFfKTVTDeEb { width:20rem;height:2.79980625rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Uz7TXo4HVINPGySfsBypKPbXUCp4X5hD { width:20rem;height:4.72265625rem;top:4.9019088745117rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Hs8C0InrG63wXZOSuwJCR1gtOTwXgtRk { width:20rem;height:1.92480625rem;top:12.263027191162rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wG7PS7uXo6zFCqq6UhSqxkeyCgK3nOnH { width:20rem;height:6.296875rem;top:15.255859375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mH0cnGX8V9A8glksmxAcLT5bDBnOXLdq { width:20rem;height:13.25rem;top:24.41015625rem;left:0rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #pqxq6N44BVQtM4ibEaLR3ZNFlK4vcJvA { width:20rem;height:7.125rem;top:41.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X61Z0nzw5Q0QyomF3B1tTSGsGOXmCBBm { width:13.5rem;height:3.5rem;top:43.0625rem;left:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oaBJlwaz2rCG2er3WDAynMhB7b5BTchz { width:8.75rem;height:3.75rem;top:42.9375rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEZmt0IODgw97qLXx7Heyb9pR9waWmA7 { display:block; }
 }@media only screen and (max-width: 763px) { #p5shrM1HnMOOLzwy8FOoQiV1WGZMdaTg { background-color:#f3ffe8;background-image:none;display:block; }#p5shrM1HnMOOLzwy8FOoQiV1WGZMdaTg > .row .container { background-color: transparent; background-image: none; }#p5shrM1HnMOOLzwy8FOoQiV1WGZMdaTg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p5shrM1HnMOOLzwy8FOoQiV1WGZMdaTg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p5shrM1HnMOOLzwy8FOoQiV1WGZMdaTg > .row .container > .video-iframe-container { display: none; }#p5shrM1HnMOOLzwy8FOoQiV1WGZMdaTg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p5shrM1HnMOOLzwy8FOoQiV1WGZMdaTg > .row > .video-iframe-container { display: none; }#p5shrM1HnMOOLzwy8FOoQiV1WGZMdaTg > .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); }#p5shrM1HnMOOLzwy8FOoQiV1WGZMdaTg > .row .container { width:20rem;height:63.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XhfZXOQKVOPHl29VcbOoOwrbcuu6MzN7 { width:20rem;height:44.1875rem;top:14.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrTIlVQpoovwxOWtCMrCg2JTlbvXdo3p { width:20rem;height:5.25rem;top:2.3394095897674rem;left:0rem;font-size:1.875rem;color:#509633;display:block; }
 }@media only screen and (max-width: 763px) { #DcsExlrbaf3NO4aRp7IFl9aziLAKfpco .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#DcsExlrbaf3NO4aRp7IFl9aziLAKfpco .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DcsExlrbaf3NO4aRp7IFl9aziLAKfpco .widget-input-text {padding-top: 0; padding-bottom: 0;}#DcsExlrbaf3NO4aRp7IFl9aziLAKfpco .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DcsExlrbaf3NO4aRp7IFl9aziLAKfpco .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DcsExlrbaf3NO4aRp7IFl9aziLAKfpco .widget-input-select {padding-top: 0; padding-bottom: 0;}#DcsExlrbaf3NO4aRp7IFl9aziLAKfpco .widget-input-button { width:11.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:3.125rem;font-size:1.125rem;overflow:hidden; }
#DcsExlrbaf3NO4aRp7IFl9aziLAKfpco .widget-checkbox-label { width:16.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-weight:400;font-style:normal; }
#DcsExlrbaf3NO4aRp7IFl9aziLAKfpco  { width:17.5rem;height:auto;top:29.6875rem;left:0rem; }
#DcsExlrbaf3NO4aRp7IFl9aziLAKfpco .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DcsExlrbaf3NO4aRp7IFl9aziLAKfpco {display:block;}#DcsExlrbaf3NO4aRp7IFl9aziLAKfpco { width:17.5rem;height:auto;top:29.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DcsExlrbaf3NO4aRp7IFl9aziLAKfpco #TTVzpupI4nd4pIEyMVbQ90pa9yOogTN8 {  }
 }@media only screen and (max-width: 763px) { #DcsExlrbaf3NO4aRp7IFl9aziLAKfpco #rgVkkrZ0xkI1Zo51DDeLX2wzAQaazdno { display:block; }
 }@media only screen and (max-width: 763px) { #DcsExlrbaf3NO4aRp7IFl9aziLAKfpco #mgTdzRrTV8zAE4rKNcXuIoZUxiQp4FuJ {  }
 }@media only screen and (max-width: 763px) { #DcsExlrbaf3NO4aRp7IFl9aziLAKfpco #LxNPb5v5TiKd1A3d6zctLd9TbJO8lLFM {  }
 }@media only screen and (max-width: 763px) { #DcsExlrbaf3NO4aRp7IFl9aziLAKfpco #tS90d0hEqbv3QpwmgF0LEabGZt5rXGW8 {  }
 }@media only screen and (max-width: 763px) { #DcsExlrbaf3NO4aRp7IFl9aziLAKfpco #XxT3kU646uX9DAk42fuJwPEF6lc5I2Ex {  }
 }@media only screen and (max-width: 763px) { #DcsExlrbaf3NO4aRp7IFl9aziLAKfpco #Dc9CodLmZEriwsqTiysFmgKE3yEFWRFU {  }
 }@media only screen and (max-width: 763px) { #DcsExlrbaf3NO4aRp7IFl9aziLAKfpco #nxLREq7aNJssF5GW9yr36d8QOanyUAJX { display:block; }
 }@media only screen and (max-width: 763px) { #DcsExlrbaf3NO4aRp7IFl9aziLAKfpco #PFGbdn1QvWEhWk0ZFbuTbQG8fUSUKc6u {  }
 }@media only screen and (max-width: 763px) { #DcsExlrbaf3NO4aRp7IFl9aziLAKfpco #llEb3HVSWWMoubIZcBGCTfWl3DF6PFOn {  }
 }@media only screen and (max-width: 763px) { #DcsExlrbaf3NO4aRp7IFl9aziLAKfpco #ZTz3XDkKhiPHgGeQesT8R3cuvCRKdp8w { display:block; }
 }@media only screen and (max-width: 763px) { #DcsExlrbaf3NO4aRp7IFl9aziLAKfpco #VuNQA8mGFGH9V1L90FQP0NMeaEdeK9nU {  }
 }@media only screen and (max-width: 763px) { #DcsExlrbaf3NO4aRp7IFl9aziLAKfpco #TcfD1bZx2TSIRNQdsfhgrJBgWPTDaW2q {  }
 }@media only screen and (max-width: 763px) { #DcsExlrbaf3NO4aRp7IFl9aziLAKfpco #gI9WrMAUsDGJOy17Mdrli0LmN0HdNoeM {  }
 }@media only screen and (max-width: 763px) { #T3J0sDOdvOrnO40LpZz47nk8T7pRRlgC { width:8.75rem;height:1.375rem;top:17.1875rem;left:10.374132454395rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #tA8WTQCvNUH3gT1lefCW097KHJFFcG6B { width:4.625rem;height:5.1875rem;top:11.8125rem;left:15.000000298023rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0KEHUXGygCFZraiKlcx2A88OvHo1ybg { width:4.75rem;height:2.69921875rem;top:12.931640625rem;left:15.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRmA7f4M6Qz3hu34W7llqWIoEiFO6Xe6 { width:16.0625rem;height:4.72265625rem;top:22.7890625rem;left:1.96875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOaT7Vh6kNOVXDcHTH6FxTR7tQkn6vBU { width:7.25rem;height:9.6875rem;top:9.625rem;left:5.5624998211861rem;z-index:15044;display:block; }
 }@media only screen and (max-width: 763px) { #M2kuDNkVgN0h4C16u0HNPPFI5pnst3K3 { display:block; }#M2kuDNkVgN0h4C16u0HNPPFI5pnst3K3 > .row .container { width:20rem;height:20.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K4SzonDRPR24A52cCOtdQ7h61r2ZRyND { width:20rem;height:4.8984375rem;top:2.3125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVyVl9NtBUA8ydiNeAZsoDDITHRpWmNz { width:17.5rem;height:3.4375rem;top:10.599609375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Akm0Rf9dB3EoOC8MUuqbQT7BM4lpqJZk { display:block; }
 }@media only screen and (max-width: 763px) { #FBmuEMadybTnXyxgydTviLN8066vFJRx { display:block; }#FBmuEMadybTnXyxgydTviLN8066vFJRx { border-width: 0; border-radius: 0; }#FBmuEMadybTnXyxgydTviLN8066vFJRx > .row .container { width:20rem;height:14rem;border-top:0rem none #d5d5d5;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ig4f2cOh7HdmuaBIWADmZnQI3UTsL6lg { width:18.5625rem;height:1.125rem;top:11.2998046875rem;left:0.71875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uKGhMLoeuIqAAN48Ig0cU1UKv9bL7veU { width:9.375rem;height:3.125rem;top:5.2998046875rem;left:9.34375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GyltQkQVJKHGL6hm2VrZbe4ne3U2zrG2 { display:block; }
 }@media only screen and (max-width: 763px) { #JXPvvQDuioC7TeHlcXGx0F1qVxBEMWmv { width:9.375rem;height:3.125rem;top:5.2998046875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7D0h6DG25eswLLw32VCweahtD8TXJQJ { display:block; }
 }@media only screen and (max-width: 763px) { #a9M2LPkLaeO9KWIxk2ST1WhlvSmFSIS9 { width:2.375rem;height:2.4375rem;top:1.7998046875rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9TRFFrPA3yuPbEgicR6q71heiNy7TL9 { width:20rem;height:0.0625rem;top:9.9873046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZB0dAoxAzrGMGFBPsTPOJr37yFU3f64 { width:0.125rem;height:1.375rem;top:6.1748046875rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1XTKoTn48T5palvDA0T1FdTFWm8luG9 { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#E1XTKoTn48T5palvDA0T1FdTFWm8luG9 > .row .container { width:20rem;height:3.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SDO316SWBepSxZLqntGAMDNUNOyMRN3U { display:flex;width:3.375rem;height:3.375rem;top:0rem;left:16.5rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5)); }
#SDO316SWBepSxZLqntGAMDNUNOyMRN3U > img { max-width: 100%;max-height:100%; width:3.375rem; height:3.375rem; } }