.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:205,179,252;--color-primary-1:180,141,250;--color-primary-2:109,32,247;--color-primary-3:73,21,165;--color-primary-4:36,11,82;--color-secondary-0:252,243,185;--color-secondary-1:248,235,149;--color-secondary-2:245,219,49;--color-secondary-3:163,146,33;--color-secondary-4:82,73,16;--color-tertiary-0:235,235,235;--color-tertiary-1:188,188,188;--color-tertiary-2:141,141,141;--color-tertiary-3:94,94,94;--color-tertiary-4:47,47,47;--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: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KZEXam29kxocT23sXenJnaX1O2sIs5Rp { background-color:rgba(var(--color-primary-2),1);background-image:none;z-index:;border-top:0;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; }#KZEXam29kxocT23sXenJnaX1O2sIs5Rp > .row .container { background-color: transparent; background-image: none; }#KZEXam29kxocT23sXenJnaX1O2sIs5Rp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KZEXam29kxocT23sXenJnaX1O2sIs5Rp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KZEXam29kxocT23sXenJnaX1O2sIs5Rp > .row .container > .video-iframe-container { display: none; }#KZEXam29kxocT23sXenJnaX1O2sIs5Rp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KZEXam29kxocT23sXenJnaX1O2sIs5Rp > .row > .video-iframe-container { display: none; }#KZEXam29kxocT23sXenJnaX1O2sIs5Rp > .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); }#KZEXam29kxocT23sXenJnaX1O2sIs5Rp > .row .container { border-width: 0; border-radius: 0; }#KZEXam29kxocT23sXenJnaX1O2sIs5Rp > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#KZEXam29kxocT23sXenJnaX1O2sIs5Rp > .row .container { font-size:0.875rem;font-family:lato;height:5.3125rem;width:75rem;overflow:visible;position:relative;display:block; }#MKswnS61t2VPiaAABTedAL5arHoUe0aK { background-color:rgba(var(--color-tertiary-0),1);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-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:4.375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:0.46875rem;left:61.875rem;display:block; }
#qQUIcX87LLCXhZs51nrdkB2wU21kbqZq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#g6o3ITf8d6NOCURAs665Cwmc31aUic4P { 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-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:3.75rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:0.78125rem;left:47.9375rem;display:block; }
#o4PDxTMmEeTKQDfubvg1iTBVTWuASIHv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Fi2ZQUZlNTWJMUAS6PGmia0dmC71eDAs { 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-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:3.75rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:0.78125rem;left:37.375rem;display:block; }
#GMRk7t6bJEBIsxSpQ5MGMKbBGuTwFDlr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xz64iT9r7HB1QSpGzcFPlmwSCoZAhwt4 { 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-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:3.75rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:0.8125rem;left:27.125rem;display:block; }
#KTOFnGmCXE5eIH7d2ESHugng0kWaEcSe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BP3iF4uNH7wvZymn2JfgSTbdgJs6kWkp { 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.3125rem;width:10.375rem;top:1rem;left:2.875rem;overflow:hidden;display:block; }
#RlKseeXoVOVLiZMPcmnslqT5hZQM8bHG { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:;border-top:0;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; }#RlKseeXoVOVLiZMPcmnslqT5hZQM8bHG > .row .container { background-color: transparent; background-image: none; }#RlKseeXoVOVLiZMPcmnslqT5hZQM8bHG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RlKseeXoVOVLiZMPcmnslqT5hZQM8bHG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RlKseeXoVOVLiZMPcmnslqT5hZQM8bHG > .row .container > .video-iframe-container { display: none; }#RlKseeXoVOVLiZMPcmnslqT5hZQM8bHG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RlKseeXoVOVLiZMPcmnslqT5hZQM8bHG > .row > .video-iframe-container { display: none; }#RlKseeXoVOVLiZMPcmnslqT5hZQM8bHG > .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); }#RlKseeXoVOVLiZMPcmnslqT5hZQM8bHG > .row .container { border-width: 0; border-radius: 0; }#RlKseeXoVOVLiZMPcmnslqT5hZQM8bHG > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#RlKseeXoVOVLiZMPcmnslqT5hZQM8bHG > .row .container { font-size:0.875rem;font-family:lato;height:48.375rem;width:75rem;overflow:visible;position:relative;display:block; }#ob2cWPySkSGH3rSelQeuMBf8HRWUzvQU { 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:17.625rem;width:26.5rem;top:11.3125rem;left:0rem;overflow:hidden;display:block; }
#m99B6cSnzu9xcnAMB7zOyNahwLoUbRaI { color:rgba(var(--color-tertiary-4),1);display:block;width:46.125rem;position:absolute;font-family:montserrat;font-size:6.125rem;font-weight:400;z-index:15012;line-height:1.1;letter-spacing:0;top:6.25rem;left:28.875rem;height:13.474625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OVQUT4J2lhiGGQSUKgKuAKhe9yEyyfK2 { color:rgba(var(--color-tertiary-3),1);display:block;width:46.1875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:22.3125rem;left:28.875rem;height:4.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LOJA2XpGQiVVLpxrThm9XGQxxr6TsyKV { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-0),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-0),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-0),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-0),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:12.5rem;width:19.625rem;top:29rem;left:13.375rem;display:block; }
#Js7WW0Joa1ypUTrptaIGT7tLvFVv1VgC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.9375rem;width:7.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:9.75rem;left:0rem; }
#HtacDFEsEyW1QDmm8ipcodDGFCZlXPHR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.9375rem;width:7.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:6.25rem;left:3.5625rem; }
#VVJNvEBgfMTnJZQUvFvm2WhFbJUgJmlH .widget-form-header {  }
#VVJNvEBgfMTnJZQUvFvm2WhFbJUgJmlH .widget-regular-label { display:block;width:15.125rem;height:auto;font-size:0.75rem;font-family:lato;line-height:1;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;color:#909090;background-color:transparent;background-image:none;overflow:hidden;font-weight:700;font-style:normal;vertical-align:top; }
#VVJNvEBgfMTnJZQUvFvm2WhFbJUgJmlH .widget-input-text { border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);height:4.375rem;width:15.125rem;padding-top:0;padding-right:0.9375rem;padding-bottom:0;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:rgba(var(--color-tertiary-4),1);line-height:1;box-sizing:border-box;font-family:var(--paragraphs-font-family);font-weight:400;font-size:0.875rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ;border-top-right-radius:3.125rem;border-bottom-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-top-left-radius:3.125rem; }
#VVJNvEBgfMTnJZQUvFvm2WhFbJUgJmlH .widget-input-text {padding-top: 0; padding-bottom: 0;}#VVJNvEBgfMTnJZQUvFvm2WhFbJUgJmlH .widget-textarea { border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);height:2.9375rem;width:15.125rem;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:rgba(var(--color-tertiary-4),1);line-height:1;box-sizing:border-box;font-family:var(--paragraphs-font-family);font-weight:400;font-size:0.875rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ;border-top-right-radius:3.125rem;border-bottom-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-top-left-radius:3.125rem; }
#VVJNvEBgfMTnJZQUvFvm2WhFbJUgJmlH .widget-input-select { border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;height:3.4375rem;width:15.125rem;padding-top:0;padding-right:0.9375rem;padding-bottom:0;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#d6d4d4;line-height:1;box-sizing:border-box;font-family:lato;font-weight:400;text-align:left;text-align-last:left;font-size:0.875rem;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ; }
#VVJNvEBgfMTnJZQUvFvm2WhFbJUgJmlH .widget-input-select {padding-top: 0; padding-bottom: 0;}#VVJNvEBgfMTnJZQUvFvm2WhFbJUgJmlH .widget-input-checkbox { display:inline-block;*zoom:1;*display:inline;width:1rem;height:1rem;margin-top:0.1875rem;margin-right:0.1875rem;margin-bottom:0.1875rem;margin-left:0.3125rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top;box-sizing:border-box; }
#VVJNvEBgfMTnJZQUvFvm2WhFbJUgJmlH .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#VVJNvEBgfMTnJZQUvFvm2WhFbJUgJmlH .widget-input-button { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;border-top:0;border-right:0;border-bottom:0;border-left:0;height:4.375rem;width:11.25rem;padding-top:0;padding-right:0.875rem;padding-bottom:0;padding-left:0.875rem;margin-top:0.3125rem;margin-right:1.4375rem;margin-bottom:0.3125rem;margin-left:0;color:#ffffff;line-height:1;box-sizing:border-box;font-family:var(--paragraphs-font-family);font-weight:bold;text-align:center;text-align-last:center;font-size:1.125rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;overflow:hidden; }
#VVJNvEBgfMTnJZQUvFvm2WhFbJUgJmlH [class*="-text"]:-moz-placeholder { font-size:0.875rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-2),1); }
#VVJNvEBgfMTnJZQUvFvm2WhFbJUgJmlH [class*="-text"]::-moz-placeholder { font-size:0.875rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-2),1); }
#VVJNvEBgfMTnJZQUvFvm2WhFbJUgJmlH [class*="-text"]:-ms-input-placeholder { font-size:0.875rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-2),1); }
#VVJNvEBgfMTnJZQUvFvm2WhFbJUgJmlH [class*="-text"]::-webkit-input-placeholder { font-size:0.875rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-2),1); }
#VVJNvEBgfMTnJZQUvFvm2WhFbJUgJmlH .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;width:43.875rem;height:auto;font-size:0.75rem;font-family:var(--paragraphs-font-family);line-height:1.2;margin-top:0.125rem;margin-right:0;margin-bottom:0;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;vertical-align:top;color:rgba(var(--color-tertiary-3),1); }
#VVJNvEBgfMTnJZQUvFvm2WhFbJUgJmlH .widget-input-radio { display:inline-block;*zoom:1;*display:inline;width:1rem;height:1rem;margin-top:1.4375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0.1875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;vertical-align:middle; }
#VVJNvEBgfMTnJZQUvFvm2WhFbJUgJmlH .widget-radio-label { font-size:1rem;line-height:1;display:inline-block;*zoom:1;*display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:2rem;width:6.375rem;vertical-align:top;margin-top:1.375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;color:#161616; }
#VVJNvEBgfMTnJZQUvFvm2WhFbJUgJmlH .widget-container { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;font-size:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem; }
#VVJNvEBgfMTnJZQUvFvm2WhFbJUgJmlH .widget-container:first-of-type{padding-top:0;}#VVJNvEBgfMTnJZQUvFvm2WhFbJUgJmlH .widget-container:last-of-type{padding-bottom:0;}#VVJNvEBgfMTnJZQUvFvm2WhFbJUgJmlH  { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;color:#000000;font-family:lato;width:46.0625rem;height:auto;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;left:26.5rem;top:30.1875rem;z-index:15011;position:absolute; }
#VVJNvEBgfMTnJZQUvFvm2WhFbJUgJmlH .radio-container { width:15.75rem; }
#VVJNvEBgfMTnJZQUvFvm2WhFbJUgJmlH .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-3),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VVJNvEBgfMTnJZQUvFvm2WhFbJUgJmlH { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;color:#000000;font-family:lato;width:46.0625rem;height:auto;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;left:26.5rem;top:30.1875rem;z-index:15011;position:absolute; }
#VVJNvEBgfMTnJZQUvFvm2WhFbJUgJmlH #llx3Tf2rHPbuBdqzKQdLcyoCn3R8FTZF { position:relative; }
#VVJNvEBgfMTnJZQUvFvm2WhFbJUgJmlH #KhJuMu19KeW674TtUCglLpkUhfUqhz5R { position:relative;display:none; }
#VVJNvEBgfMTnJZQUvFvm2WhFbJUgJmlH #E6ONxfha5UcCMT45rS8KRhRoycSN0wB2 { position:relative; }
#VVJNvEBgfMTnJZQUvFvm2WhFbJUgJmlH #bBsyAGO1oiVUnrigJgHvCvFePn3in3h2 { position:relative; }
#VVJNvEBgfMTnJZQUvFvm2WhFbJUgJmlH #cmMKK6BWJwMg4mlbUWKUkG8wTyLz6CsD { position:relative;display:none; }
#VVJNvEBgfMTnJZQUvFvm2WhFbJUgJmlH #h5LTlfw6490zink49R16bDWn7mWfH3lP { position:relative; }
#VVJNvEBgfMTnJZQUvFvm2WhFbJUgJmlH #QafqkocF54tPn94h9QH5ZR79cTFKkco0 { position:relative; }
#VVJNvEBgfMTnJZQUvFvm2WhFbJUgJmlH #DhIcLdXwAfm52nGXhBDap5upn0oQqpWM { position:relative; }
#VVJNvEBgfMTnJZQUvFvm2WhFbJUgJmlH #S4hQgSQxnxJRCam1Lc54MqQa9ufa5aWz { position:relative; }
#VVJNvEBgfMTnJZQUvFvm2WhFbJUgJmlH #kdgSJdaJ7T6RWAITvFfF5bUSqrMDewPS { position:relative;z-index:2; }
#VVJNvEBgfMTnJZQUvFvm2WhFbJUgJmlH #A46ELuGUZBsdLIcHoaguqa0pTJMBcwtG { position:relative; }
#h5ovfhwEtvwtuQFBa5AlKw38dqJvoIGF { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:;border-top:0;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; }#h5ovfhwEtvwtuQFBa5AlKw38dqJvoIGF > .row .container { background-color: transparent; background-image: none; }#h5ovfhwEtvwtuQFBa5AlKw38dqJvoIGF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h5ovfhwEtvwtuQFBa5AlKw38dqJvoIGF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h5ovfhwEtvwtuQFBa5AlKw38dqJvoIGF > .row .container > .video-iframe-container { display: none; }#h5ovfhwEtvwtuQFBa5AlKw38dqJvoIGF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h5ovfhwEtvwtuQFBa5AlKw38dqJvoIGF > .row > .video-iframe-container { display: none; }#h5ovfhwEtvwtuQFBa5AlKw38dqJvoIGF > .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); }#h5ovfhwEtvwtuQFBa5AlKw38dqJvoIGF > .row .container { border-width: 0; border-radius: 0; }#h5ovfhwEtvwtuQFBa5AlKw38dqJvoIGF > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#h5ovfhwEtvwtuQFBa5AlKw38dqJvoIGF > .row .container { font-size:0.875rem;font-family:lato;height:41.375rem;width:75rem;overflow:visible;position:relative;display:block; }#nLP4DpVPaxsiUGb9qIqdBTzLWlrABbPO { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:montserrat;font-size:4rem;font-weight:normal;z-index:15003;line-height:1.2;letter-spacing:0;top:5.0625rem;left:0rem;height:4.79980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#CwLX0LTqPta5fg9l6la6xbfx4DIHvnOU { 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:18.75rem;width:28.3125rem;top:11.3125rem;left:1.8876953125rem;overflow:hidden;display:block; }
#yokBhUkkcVtcATVEhhA8O06CbtlkggeG { color:rgba(var(--color-tertiary-4),1);display:block;width:32.4375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:8.625rem;left:40.125rem;height:7.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#De3GfVH2PgWOEI4oTTy9FsDFtBlHe7Vx { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius: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-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:4.375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:22.5rem;left:50.625rem;display:block; }
#DczGeU6zOIbQXrlq0ownK6KVUGIqDOAP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WZTQoPd6a7eRWyp0IXTEFwfDe6W9fay4 { color:rgba(var(--color-tertiary-4),1);display:block;width:40.125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:30rem;left:0rem;height:6rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yLAOTcgRtKOTFRmRf1ERTW0GIuuUGErC { box-sizing:content-box;color:#5d92ff;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:22.8125rem;left:44.875rem; }
#TNxgRw6GgltHTf47pH4UeImQy4BZXFPm { position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:17.625rem;width:25.125rem;top:6.6875rem;left:49.875rem;display:block; }
#KVcM363CHQZmx1fylOW8T4Vi3FQObhTT { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:;border-top:0;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; }#KVcM363CHQZmx1fylOW8T4Vi3FQObhTT > .row .container { background-color: transparent; background-image: none; }#KVcM363CHQZmx1fylOW8T4Vi3FQObhTT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KVcM363CHQZmx1fylOW8T4Vi3FQObhTT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KVcM363CHQZmx1fylOW8T4Vi3FQObhTT > .row .container > .video-iframe-container { display: none; }#KVcM363CHQZmx1fylOW8T4Vi3FQObhTT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KVcM363CHQZmx1fylOW8T4Vi3FQObhTT > .row > .video-iframe-container { display: none; }#KVcM363CHQZmx1fylOW8T4Vi3FQObhTT > .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); }#KVcM363CHQZmx1fylOW8T4Vi3FQObhTT > .row .container { border-width: 0; border-radius: 0; }#KVcM363CHQZmx1fylOW8T4Vi3FQObhTT > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#KVcM363CHQZmx1fylOW8T4Vi3FQObhTT > .row .container { font-size:0.875rem;font-family:lato;height:48.75rem;width:75rem;overflow:visible;position:relative;display:block; }#y7zV9lRCgHaI3hqTbwsztoEm8hLDneRg { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:montserrat;font-size:4rem;font-weight:normal;z-index:15012;line-height:1.2;letter-spacing:0;top:4.5rem;left:0.0625rem;height:4.79980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#kARaWNIo7AnPC3lDGp0CKIqyfHKS1ZPS { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius: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-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:4.375rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:38.3125rem;left:39.375rem;display:block; }
#iqyKKiuCZTvHGuN57LTXucmlZyWHJUqT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XwNoCN8B7nnBpPJrQUpdg18EHxypw5RT { color:rgba(var(--color-tertiary-3),1);display:block;width:33.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:16.9375rem;left:0.0625rem;height:6rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Q53cJCTKZ9GtC0poqDlPpOxzuU4k7shP { color:rgba(var(--color-tertiary-4),1);display:block;width:30rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:normal;z-index:15008;line-height:1.2;letter-spacing:0;top:13.3125rem;left:3.5rem;height:2.69970625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#aPwFzXHcmpJ4c64qw09NRrNPUdCTC0Zu { color:rgba(var(--color-tertiary-3),1);display:block;width:33.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:17rem;left:39.375rem;height:4.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#nf2tte7pUxAXsw29pyrk85i583SgTK0u { color:rgba(var(--color-tertiary-4),1);display:block;width:30rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:normal;z-index:15010;line-height:1.2;letter-spacing:0;top:13.3125rem;left:42.9375rem;height:2.69970625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#d1AooDXFPygkXPC87MTk29IDqpkpkDQ1 { color:rgba(var(--color-tertiary-3),1);display:block;width:33.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:30.5625rem;left:0rem;height:4.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#dgc8raeRzrlalIT3VTvVlQa9tJ5c8Jpc { color:rgba(var(--color-tertiary-3),1);display:block;width:33.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15020;line-height:1.5;letter-spacing:0;top:30.625rem;left:39.3125rem;height:4.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#AvTqFDuuAVcgw82ub5AAu6olp0AuRpeX { color:rgba(var(--color-tertiary-4),1);display:block;width:29.1875rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:normal;z-index:15013;line-height:1.2;letter-spacing:0;top:26.9375rem;left:3.5rem;height:2.69970625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#PJJWpMLbEtll07m8g6Z3pXyDwtwT9ncO { color:rgba(var(--color-tertiary-4),1);display:block;width:30rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:normal;z-index:15015;line-height:1.2;letter-spacing:0;top:26.9375rem;left:42.9375rem;height:2.69970625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#ykt0X5alTmnPfEnnQ47HTwng51E6eEJm { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:13.412109375rem;left:0rem; }
#AtBTnzUUXG6FUEwX7SqAqLlib02EK8Pz { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:13.3125rem;left:39.375rem; }
#OG7KOtq8ehP0aZ5PN1demsCE9NMyOq9Z { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:27.0625rem;left:39.375rem; }
#Kwrct4Ghnn6DRiOlNVtlordLZqTKBJyK { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:27.037109375rem;left:0rem; }
#WuHhqRTwg6KyboBCRuP0gA7Ub6ID6mUl { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-tertiary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:26.9375rem;width:38.1875rem;top:10.4375rem;left:36.875rem;display:block; }
#TmDaUblDSt7DbeS6Ra3g9VGMR5nugfcm { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:;border-top:0;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; }#TmDaUblDSt7DbeS6Ra3g9VGMR5nugfcm > .row .container { background-color: transparent; background-image: none; }#TmDaUblDSt7DbeS6Ra3g9VGMR5nugfcm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TmDaUblDSt7DbeS6Ra3g9VGMR5nugfcm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TmDaUblDSt7DbeS6Ra3g9VGMR5nugfcm > .row .container > .video-iframe-container { display: none; }#TmDaUblDSt7DbeS6Ra3g9VGMR5nugfcm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TmDaUblDSt7DbeS6Ra3g9VGMR5nugfcm > .row > .video-iframe-container { display: none; }#TmDaUblDSt7DbeS6Ra3g9VGMR5nugfcm > .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); }#TmDaUblDSt7DbeS6Ra3g9VGMR5nugfcm > .row .container { border-width: 0; border-radius: 0; }#TmDaUblDSt7DbeS6Ra3g9VGMR5nugfcm > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#TmDaUblDSt7DbeS6Ra3g9VGMR5nugfcm > .row .container { font-size:0.875rem;font-family:lato;height:45.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#yoUWZRiPXJaRRrAVSqUZffPdiJr8eg89 { color:rgba(var(--color-tertiary-4),1);display:block;width:44.6875rem;position:absolute;font-family:montserrat;font-size:4rem;font-weight:normal;z-index:15004;line-height:1.2;letter-spacing:0;top:1.6875rem;left:0rem;height:9.599625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#H8Aln2QK78Fm85uU2odsNsaxL7QclQsQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:25.4248046875rem;left:0rem; }
#tENfHQUq9NexZA8Ce21TgwGkkrwIFelu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:12.9248046875rem;left:0rem; }
#TtT8t4Ivyy3xhrbNzB58DsNpf2HNBPO8 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15031;line-height:1.2;letter-spacing:0;top:26.3115234375rem;left:4.0625rem;height:1.79980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#ZerJddeOg7MLSUCX49DJ0ocl4d03V6pg { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15032;line-height:1.2;letter-spacing:0;top:13.5869140625rem;left:26.5625rem;height:1.79980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#ScoeMRQGpU7XkgT8MIo9XFfLD0cOZTia { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:12.9248046875rem;left:22.1875rem; }
#xeL5QLREr31yCVkONCBBCt1t2vWybvvC { color:rgba(var(--color-tertiary-4),1);display:block;width:20.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:29.1748046875rem;left:0rem;height:7.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#sXk2vEsO4wGCfrQs1MCW3GTF6AkO0VdA { color:rgba(var(--color-tertiary-4),1);display:block;width:20.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:17.125rem;left:22.1875rem;height:6rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#AhR8SVDP1opK0sh5sxXkko73ByJCtSQ9 { color:rgba(var(--color-tertiary-4),1);display:block;width:20.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15017;line-height:1.5;letter-spacing:0;top:29.1748046875rem;left:22.5625rem;height:6rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#VUdHnTeDnGB7DkZFLdOE6mMy94LOmSsz { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15036;line-height:1.2;letter-spacing:0;top:13.7490234375rem;left:4.0625rem;height:1.79980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#eITmtDI2hro8LWO2rROPxnd46kuXtWai { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:4.375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:37.78125rem;left:29.75rem;display:block; }
#m82vyry1IHfDGrzT2IdTrdmLkJD6KAfg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zGnXgxb1sSaLwtggUAihUmf2ybip43hp { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:25rem;top:39.8125rem;left:0rem;display:block; }
#uA541erqcghmL7nwrKQT1ouxnsMep5gC { 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:26.4375rem;width:26.4375rem;top:10rem;left:44.5625rem;overflow:hidden;display:block; }
#p6I8khKbv0v314gEeN2NIvJCLTAwDQ8D { color:rgba(var(--color-tertiary-4),1);display:block;width:20.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:17.125rem;left:0rem;height:6rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#K8gyrB7dgUSKm3utp66w2AH5LKHdxvkg { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15034;line-height:1.2;letter-spacing:0;top:26.125rem;left:26.625rem;height:1.79980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#kNKS0zIUdtFpJ20n165Q3RTh5mwgxZWG { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:25.5625rem;left:22.75rem; }
#Sl21rBUskd46AnzFSkaST1wV36DnckI9 { background-color:rgba(var(--color-primary-0),1);background-image:none;z-index:;border-top:0;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; }#Sl21rBUskd46AnzFSkaST1wV36DnckI9 > .row .container { background-color: transparent; background-image: none; }#Sl21rBUskd46AnzFSkaST1wV36DnckI9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sl21rBUskd46AnzFSkaST1wV36DnckI9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sl21rBUskd46AnzFSkaST1wV36DnckI9 > .row .container > .video-iframe-container { display: none; }#Sl21rBUskd46AnzFSkaST1wV36DnckI9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sl21rBUskd46AnzFSkaST1wV36DnckI9 > .row > .video-iframe-container { display: none; }#Sl21rBUskd46AnzFSkaST1wV36DnckI9 > .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); }#Sl21rBUskd46AnzFSkaST1wV36DnckI9 > .row .container { border-width: 0; border-radius: 0; }#Sl21rBUskd46AnzFSkaST1wV36DnckI9 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Sl21rBUskd46AnzFSkaST1wV36DnckI9 > .row .container { font-size:0.875rem;font-family:lato;height:59.875rem;width:75rem;overflow:visible;position:relative;display:block; }#E27wiGlAR1VlU3I7hTiwAIRpvXizUakq { color:rgba(var(--color-tertiary-4),1);display:block;width:46.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:normal;z-index:15007;line-height:1.2;letter-spacing:0;top:7.193359375rem;left:0rem;height:4.79980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#bEvvxh7dUmlb6peyfFVbzktotl8OenMu { color:rgba(var(--color-tertiary-4),1);display:block;width:34.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15043;line-height:1.2;letter-spacing:0;top:40.9990234375rem;left:3.3125rem;height:1.79980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#mRnD7yriw1O1VVVVJyNLoCa6PTrTrTUV { color:rgba(var(--color-tertiary-4),1);display:block;width:37.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15032;line-height:1.5;letter-spacing:0;top:43.8125rem;left:0rem;height:3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#iQMxJXkFAuLH0FflHhWhwLy98S9iqLKQ { color:rgba(var(--color-tertiary-4),1);display:block;width:37.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15035;line-height:1.5;letter-spacing:0;top:22.9375rem;left:0rem;height:3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cmikmKXF0qvCFKLhoHdriGx2yxfD2oTi { color:rgba(var(--color-tertiary-4),1);display:block;width:34.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15046;line-height:1.2;letter-spacing:0;top:20.1875rem;left:3.3125rem;height:1.79980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#p3oDeEpGn7NXKBKag3yhAzHv4wT4ycxI { color:rgba(var(--color-tertiary-4),1);display:block;width:37.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15038;line-height:1.5;letter-spacing:0;top:33.375rem;left:0rem;height:3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Ur8KDMNdfCOw90D2nwGzSCL4tc5JTGyh { color:rgba(var(--color-tertiary-4),1);display:block;width:34.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15049;line-height:1.2;letter-spacing:0;top:30.625rem;left:3.3125rem;height:1.79980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#OdirAdpc6WAyqBTZiTrfEKKcT3kN9PkG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.9375rem;width:7.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:48.4375rem;left:58.8125rem; }
#inK7wJPNenotGOhdVZ5gybTrP8lwmfeG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.9375rem;width:7.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:44.9375rem;left:62.375rem; }
#PePIU9p4GXW3grmVERRZJWZEWDoyyoxe { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:19.8369140625rem;left:0rem; }
#fnd4nIrk22q8SolMfkrw0Iu9ZkHuUxKz { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:30.2744140625rem;left:0rem; }
#gwQHw4yE3PgpALS3cQNEIIJycSagy3me { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:40.6494140625rem;left:0rem; }
#vhSp8u603zwmK7ebQPVRDOWAPsVRsSuM { 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:41.8125rem;width:27.875rem;top:7.193359375rem;left:46.969236381323rem;overflow:hidden;display:block; }
#pszmGhpS9K1yg3xJtHuN3QAKQw8Wgr13 { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(62deg, rgba(var(--color-primary-0),1), rgba(var(--color-secondary-1),1));background-image: -moz-linear-gradient(62deg, rgba(var(--color-primary-0),1), rgba(var(--color-secondary-1),1));background-image: -ms-linear-gradient(62deg, rgba(var(--color-primary-0),1), rgba(var(--color-secondary-1),1));background-image: -o-linear-gradient(62deg, rgba(var(--color-primary-0),1), rgba(var(--color-secondary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-secondary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-secondary-1),1)' );";background-image: linear-gradient(62deg, rgba(var(--color-primary-0),1), rgba(var(--color-secondary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;box-shadow: none;height:23.4375rem;width:23.4375rem;top:3.625rem;left:34.5625rem;display:block; }
#oerbyUOAEmP0hDusQ8Cg9lmeDz9iyPDi { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:;border-top:0;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; }#oerbyUOAEmP0hDusQ8Cg9lmeDz9iyPDi > .row .container { background-color: transparent; background-image: none; }#oerbyUOAEmP0hDusQ8Cg9lmeDz9iyPDi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oerbyUOAEmP0hDusQ8Cg9lmeDz9iyPDi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oerbyUOAEmP0hDusQ8Cg9lmeDz9iyPDi > .row .container > .video-iframe-container { display: none; }#oerbyUOAEmP0hDusQ8Cg9lmeDz9iyPDi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oerbyUOAEmP0hDusQ8Cg9lmeDz9iyPDi > .row > .video-iframe-container { display: none; }#oerbyUOAEmP0hDusQ8Cg9lmeDz9iyPDi > .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); }#oerbyUOAEmP0hDusQ8Cg9lmeDz9iyPDi > .row .container { border-width: 0; border-radius: 0; }#oerbyUOAEmP0hDusQ8Cg9lmeDz9iyPDi > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#oerbyUOAEmP0hDusQ8Cg9lmeDz9iyPDi > .row .container { font-size:0.875rem;font-family:lato;height:42.5625rem;width:75rem;overflow:visible;position:relative;display:block; }#zDpNmga0nU94OOW46hIhg9z0rDEcI2FE { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:normal;z-index:15005;line-height:1.2;letter-spacing:0;top:5.5625rem;left:0rem;height:4.79980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#CxTBUSTt7NP2kFwVuHFp8yB6OITBfFCc { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:21.5625rem;left:0rem; }
#JkOJadsDZJ9TBrqbCmhXGMBoqyOypyAi { color:rgba(var(--color-tertiary-3),1);display:block;width:20.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:23.875rem;left:2.4375rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FcLOCifNT5H60zvZbuuQidAEWatfypMH { color:rgba(var(--color-tertiary-3),1);display:block;width:20.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:32.5625rem;left:2.4375rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kuU1RG6WRTDdVHfds8ecHEln81HnElk2 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:30.3125rem;left:0rem; }
#nXiROFhEFpcDCLaZNqMSvKTffPRe4NKR { color:rgba(var(--color-tertiary-3),1);display:block;width:20.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15016;line-height:1.5;letter-spacing:0;top:23.875rem;left:28.25rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TiS71tVAez6muNNw92crTLBthQGVq1VB { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:21.5625rem;left:25.875rem; }
#nDFam5B4TOIP1Da2oZpnEoyR7yEQxUdu { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:30.3125rem;left:25.875rem; }
#WrUiCazB5TgxkhT26TTdP1v5vkND3UQQ { color:rgba(var(--color-tertiary-3),1);display:block;width:20.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:32.5625rem;left:28.25rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cp5qQabEdS24QrWV3Jfadi9ca8AXcDw1 { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(270deg, rgba(var(--color-secondary-0),1), rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(270deg, rgba(var(--color-secondary-0),1), rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(270deg, rgba(var(--color-secondary-0),1), rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(270deg, rgba(var(--color-secondary-0),1), rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(270deg, rgba(var(--color-secondary-0),1), rgba(var(--color-primary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;box-shadow: none;height:12.25rem;width:12.25rem;top:3.6875rem;left:29.75rem;display:block; }
#IlXBvI1JaskpmftC33KxGd73CNgJ6UpT { color:rgba(var(--color-tertiary-3),1);display:block;width:39.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:11.4375rem;left:0rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rfEth6qzq4Q7siw6ixMspF8vAUL9UHZ4 { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(200deg, rgba(var(--color-primary-0),1), rgba(var(--color-secondary-0),1));background-image: -moz-linear-gradient(200deg, rgba(var(--color-primary-0),1), rgba(var(--color-secondary-0),1));background-image: -ms-linear-gradient(200deg, rgba(var(--color-primary-0),1), rgba(var(--color-secondary-0),1));background-image: -o-linear-gradient(200deg, rgba(var(--color-primary-0),1), rgba(var(--color-secondary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-secondary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-secondary-0),1)' );";background-image: linear-gradient(200deg, rgba(var(--color-primary-0),1), rgba(var(--color-secondary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;box-shadow: none;height:12.25rem;width:12.25rem;top:3.6875rem;left:46.125rem;display:block; }
#Vhd3aVIJ3qPO1C4i1FRQTsTWe2WChvdK { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(270deg, rgba(var(--color-primary-0),1), rgba(var(--color-secondary-0),1));background-image: -moz-linear-gradient(270deg, rgba(var(--color-primary-0),1), rgba(var(--color-secondary-0),1));background-image: -ms-linear-gradient(270deg, rgba(var(--color-primary-0),1), rgba(var(--color-secondary-0),1));background-image: -o-linear-gradient(270deg, rgba(var(--color-primary-0),1), rgba(var(--color-secondary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-secondary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-secondary-0),1)' );";background-image: linear-gradient(270deg, rgba(var(--color-primary-0),1), rgba(var(--color-secondary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;box-shadow: none;height:12.25rem;width:12.25rem;top:3.6875rem;left:62.75rem;display:block; }
#FckQsPzlU0GBuybrqcKNEXv5mvCPUo92 { color:rgba(var(--color-tertiary-4),1);display:block;width:20.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:21.625rem;left:2.4375rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ipWGs4Px8e3Nn6ilJGUGypbE07EHI4wt { color:rgba(var(--color-tertiary-4),1);display:block;width:20.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15020;line-height:1.5;letter-spacing:0;top:21.6875rem;left:28.3125rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZibXTElFzu5WTFHzkviMdsuaE8QarbRr { color:rgba(var(--color-tertiary-4),1);display:block;width:20.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15022;line-height:1.5;letter-spacing:0;top:30.375rem;left:28.3125rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hznJiDf7LtlnPlHWUEw6EHC0Mdu2SUht { color:rgba(var(--color-tertiary-4),1);display:block;width:20.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.5;letter-spacing:0;top:30.3125rem;left:2.375rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sueiu9gOItrZrkHEO1dqHKJRKbVS57Xg { color:rgba(var(--color-tertiary-3),1);display:block;width:20.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15024;line-height:1.5;letter-spacing:0;top:32.5625rem;left:54.0625rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GXDqTC4hJWP5hJ040iV6FGRv7TUXtwbq { color:rgba(var(--color-tertiary-4),1);display:block;width:20.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15028;line-height:1.5;letter-spacing:0;top:30.375rem;left:54.125rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QTsGVqn37u44NCvTM04wgI81ma00wxnl { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:30.3125rem;left:51.6875rem; }
#WsvBoV7ZOSB27N3K2srM6NWcMOazVEKe { color:rgba(var(--color-tertiary-3),1);display:block;width:20.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15022;line-height:1.5;letter-spacing:0;top:23.875rem;left:54.0625rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zwdHKna6r6a9zqxsPKPCQdbxM0h5Eyq7 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:21.5625rem;left:51.6875rem; }
#QzrmCZTML1XmbTMparxOd26oiwL6p3la { color:rgba(var(--color-tertiary-4),1);display:block;width:20.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15026;line-height:1.5;letter-spacing:0;top:21.6875rem;left:54.125rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#s9ldHS3DvrmJHG6oLnILc9AeUr9UWPyG { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:;border-top:0;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; }#s9ldHS3DvrmJHG6oLnILc9AeUr9UWPyG > .row .container { background-color: transparent; background-image: none; }#s9ldHS3DvrmJHG6oLnILc9AeUr9UWPyG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s9ldHS3DvrmJHG6oLnILc9AeUr9UWPyG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s9ldHS3DvrmJHG6oLnILc9AeUr9UWPyG > .row .container > .video-iframe-container { display: none; }#s9ldHS3DvrmJHG6oLnILc9AeUr9UWPyG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s9ldHS3DvrmJHG6oLnILc9AeUr9UWPyG > .row > .video-iframe-container { display: none; }#s9ldHS3DvrmJHG6oLnILc9AeUr9UWPyG > .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); }#s9ldHS3DvrmJHG6oLnILc9AeUr9UWPyG > .row .container { border-width: 0; border-radius: 0; }#s9ldHS3DvrmJHG6oLnILc9AeUr9UWPyG > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#s9ldHS3DvrmJHG6oLnILc9AeUr9UWPyG > .row .container { font-size:0.875rem;font-family:lato;height:32.6875rem;width:75rem;overflow:visible;position:relative;display:block; }#s8bHKCqgv5OmC0LtZuTE5zxX802dLnuh { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:normal;z-index:15013;line-height:1.2;letter-spacing:0;top:4.9375rem;left:0rem;height:4.79980625rem;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; }
#JoyDFvL7v0O3o4I41nVhXdsTInJVymcB { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-1),1);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;height:6.25rem;width:6.25rem;top:13.21875rem;left:4.9375rem;display:block; }
#Hng2EPBrvHxly1PHUKwI1xJTp0pIxvHB { color:rgba(var(--color-tertiary-3),1);display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:23.4375rem;left:0rem;height:3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#lUxh4esUacz6AFaxiUXRgVsaKXJOlre2 { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-1),1);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;height:6.25rem;width:6.25rem;top:13.25rem;left:44.1875rem;display:block; }
#t2RDATSzLzBSFnVGJ6cP5bnte4vqtl6S { color:rgba(var(--color-tertiary-3),1);display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:23.5rem;left:39.25rem;height:3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#o5v8ySqGR5e9dlOXMmU6T2ymRPneSAPb { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-1),1);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;height:6.25rem;width:6.25rem;top:13.21875rem;left:24.5625rem;display:block; }
#THiV2LqAay7qHCeLwmakTW0mCFDtNJ11 { color:rgba(var(--color-tertiary-3),1);display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15022;line-height:1.5;letter-spacing:0;top:23.5rem;left:19.625rem;height:3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#SJWOLsOlqyLVTL9RxCZnCHWFbH0EeZJz { color:rgba(var(--color-tertiary-3),1);display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:23.5rem;left:58.875rem;height:1.5rem;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; }
#TgTJ2NrM6wABbR0IirgT9kq9kdX4GDqp { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-1),1);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;height:6.25rem;width:6.25rem;top:13.25rem;left:63.8125rem;display:block; }
#px43ZqtPamodfZXIeqBTbPotNEVHEOdE { color:rgba(var(--color-tertiary-4),1);display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15022;line-height:1.5;letter-spacing:0;top:20.9375rem;left:39.25rem;height:2.25rem;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; }
#BUsrqWcQzamXCTP2mtr7ipn0Koz20Go9 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15022;line-height:1.5;letter-spacing:0;top:20.9375rem;left:58.875rem;height:2.25rem;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; }
#SvMT1nx8c5gafkXTh4CdsQgb8bzTqGuQ { color:rgba(var(--color-tertiary-4),1);display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:20.9375rem;left:0rem;height:2.25rem;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; }
#XLNvHSabuzbKESoFZFzylKTTqeiy5MNx { color:rgba(var(--color-tertiary-4),1);display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15026;line-height:1.5;letter-spacing:0;top:20.9375rem;left:19.625rem;height:2.25rem;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; }
#AIt3kXl62SbUHTCbxi9JAgCv4czK3TiO { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;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:15031;opacity:1;top:14.4375rem;left:6.15625rem; }
#i1PZTLee3fuKTTtrDL6Xnw6BCRHwf22S { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:14.46875rem;left:25.8125rem; }
#BTqmf6HP1maCKwZuS00bJTOR3J9nC6PN { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:3.9375rem;width:3.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:14.375rem;left:45.34375rem; }
#t9WnqSnqhDeFIn8iIv64vtfqc3fl3Zct { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:14.46875rem;left:65.0625rem; }
#HS06MvfhTTRvEcSy0kXQE7taH1g4G8Ka { position:absolute;display:block;z-index:15004;background-color:transparent;background-image:none;border-top:0rem solid #5d92ff;border-left:0rem solid #5d92ff;border-right:0rem solid #5d92ff;border-bottom:0.375rem dotted rgba(var(--color-primary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:62.25rem;top:16.15625rem;left:6.1875rem;display:block; }
#ElNBI2hBysXBMC448A6TSOCDOhhD3dLU { background-color:rgba(var(--color-tertiary-4),1);background-image:none;z-index:;border-top:0;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; }#ElNBI2hBysXBMC448A6TSOCDOhhD3dLU > .row .container { background-color: transparent; background-image: none; }#ElNBI2hBysXBMC448A6TSOCDOhhD3dLU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ElNBI2hBysXBMC448A6TSOCDOhhD3dLU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ElNBI2hBysXBMC448A6TSOCDOhhD3dLU > .row .container > .video-iframe-container { display: none; }#ElNBI2hBysXBMC448A6TSOCDOhhD3dLU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ElNBI2hBysXBMC448A6TSOCDOhhD3dLU > .row > .video-iframe-container { display: none; }#ElNBI2hBysXBMC448A6TSOCDOhhD3dLU > .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); }#ElNBI2hBysXBMC448A6TSOCDOhhD3dLU > .row .container { border-width: 0; border-radius: 0; }#ElNBI2hBysXBMC448A6TSOCDOhhD3dLU > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ElNBI2hBysXBMC448A6TSOCDOhhD3dLU > .row .container { font-size:0.875rem;font-family:lato;height:31.375rem;width:75rem;overflow:visible;position:relative;display:block; }#nxnMNJxClSdvKcXqOtJGawir122vxTr6 { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:4.375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:18.0625rem;left:61.875rem;display:block; }
#ptVxpeicyFpR02kDXfxnOMiuCOyMGl9c { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#z1XLVKz14ivCB2PaTSPNLXouPbuWZDKF { color:rgba(var(--color-tertiary-0),1);display:block;width:37.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:normal;z-index:15027;line-height:1.2;letter-spacing:0;top:6.4375rem;left:37.3125rem;height:9.599625rem;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:right;text-align-last:right;display:block; }
#ia6sM7zaStuqfQ781TUveHGqZowqvcV5 { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-tertiary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-tertiary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-tertiary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-tertiary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-tertiary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-tertiary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-tertiary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:0rem;box-shadow: none;height:15.6875rem;width:19.625rem;top:6.5625rem;left:16.375rem;display:block; }
#PK8wwZyopT84QZgslZGHWdJZdDH2o2FF { color:rgba(var(--color-tertiary-0),1);display:block;width:34.4375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15025;line-height:1.5;letter-spacing:0;top:13.099609375rem;left:0rem;height:3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UyyE0tT0CsT7WSSOkFSqCavc9W2WZE6r { color:rgba(var(--color-tertiary-0),1);display:block;width:34.4375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15026;line-height:1.5;letter-spacing:0;top:19.125rem;left:0rem;height:3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TZ5MG56PoO6q612QpnXOSQaeZeE8Mmh7 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:;border-top:0;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; }#TZ5MG56PoO6q612QpnXOSQaeZeE8Mmh7 > .row .container { background-color: transparent; background-image: none; }#TZ5MG56PoO6q612QpnXOSQaeZeE8Mmh7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZ5MG56PoO6q612QpnXOSQaeZeE8Mmh7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZ5MG56PoO6q612QpnXOSQaeZeE8Mmh7 > .row .container > .video-iframe-container { display: none; }#TZ5MG56PoO6q612QpnXOSQaeZeE8Mmh7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZ5MG56PoO6q612QpnXOSQaeZeE8Mmh7 > .row > .video-iframe-container { display: none; }#TZ5MG56PoO6q612QpnXOSQaeZeE8Mmh7 > .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); }#TZ5MG56PoO6q612QpnXOSQaeZeE8Mmh7 > .row .container { border-width: 0; border-radius: 0; }#TZ5MG56PoO6q612QpnXOSQaeZeE8Mmh7 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#TZ5MG56PoO6q612QpnXOSQaeZeE8Mmh7 > .row .container { font-size:0.875rem;font-family:lato;height:21.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#tnfgvO14Fow6mTBzwZuqI1qZ3g3eyD11 { color:rgba(var(--color-tertiary-4),1);display:block;width:41.4375rem;position:absolute;font-family:montserrat;font-size:4rem;font-weight:normal;z-index:15001;line-height:1.2;letter-spacing:0;top:2.5rem;left:0rem;height:4.79980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#yrLliSPGMSXTkifewTX3F4ryTvyXVTFf { color:rgba(var(--color-tertiary-3),1);display:block;width:33.125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15024;line-height:1.5;letter-spacing:0;top:3.2119140625rem;left:41.875rem;height:3.375rem;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:right;text-align-last:right;display:block; }
#fNOtTAz4MMGRCr5F1pztzIwMkmQBOLJx .widget-form-header {  }
#fNOtTAz4MMGRCr5F1pztzIwMkmQBOLJx .widget-regular-label { display:block;width:28.3125rem;height:auto;font-size:0.75rem;font-family:lato;line-height:1;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;color:#909090;background-color:transparent;background-image:none;overflow:hidden;font-weight:700;font-style:normal;vertical-align:top; }
#fNOtTAz4MMGRCr5F1pztzIwMkmQBOLJx .widget-input-text { border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);height:4.375rem;width:28.3125rem;padding-top:0;padding-right:0.9375rem;padding-bottom:0;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:rgba(var(--color-tertiary-4),1);line-height:1;box-sizing:border-box;font-family:var(--paragraphs-font-family);font-weight:400;font-size:0.875rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ;border-top-right-radius:3.125rem;border-bottom-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-top-left-radius:3.125rem; }
#fNOtTAz4MMGRCr5F1pztzIwMkmQBOLJx .widget-input-text {padding-top: 0; padding-bottom: 0;}#fNOtTAz4MMGRCr5F1pztzIwMkmQBOLJx .widget-textarea { border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);height:2.9375rem;width:28.3125rem;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:rgba(var(--color-tertiary-4),1);line-height:1;box-sizing:border-box;font-family:var(--paragraphs-font-family);font-weight:400;font-size:0.875rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ;border-top-right-radius:3.125rem;border-bottom-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-top-left-radius:3.125rem; }
#fNOtTAz4MMGRCr5F1pztzIwMkmQBOLJx .widget-input-select { border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;height:3.4375rem;width:28.3125rem;padding-top:0;padding-right:0.9375rem;padding-bottom:0;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#d6d4d4;line-height:1;box-sizing:border-box;font-family:lato;font-weight:400;text-align:left;text-align-last:left;font-size:0.875rem;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ; }
#fNOtTAz4MMGRCr5F1pztzIwMkmQBOLJx .widget-input-select {padding-top: 0; padding-bottom: 0;}#fNOtTAz4MMGRCr5F1pztzIwMkmQBOLJx .widget-input-checkbox { display:inline-block;*zoom:1;*display:inline;width:1rem;height:1rem;margin-top:0.1875rem;margin-right:0.1875rem;margin-bottom:0.1875rem;margin-left:0.3125rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top;box-sizing:border-box; }
#fNOtTAz4MMGRCr5F1pztzIwMkmQBOLJx .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#fNOtTAz4MMGRCr5F1pztzIwMkmQBOLJx .widget-input-button { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;border-top:0;border-right:0;border-bottom:0;border-left:0;height:4.375rem;width:11.25rem;padding-top:0;padding-right:0.875rem;padding-bottom:0;padding-left:0.875rem;margin-top:0.3125rem;margin-right:1.4375rem;margin-bottom:0.3125rem;margin-left:0;color:#ffffff;line-height:1;box-sizing:border-box;font-family:var(--paragraphs-font-family);font-weight:bold;text-align:center;text-align-last:center;font-size:1.125rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;overflow:hidden; }
#fNOtTAz4MMGRCr5F1pztzIwMkmQBOLJx [class*="-text"]:-moz-placeholder { font-size:0.875rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-2),1); }
#fNOtTAz4MMGRCr5F1pztzIwMkmQBOLJx [class*="-text"]::-moz-placeholder { font-size:0.875rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-2),1); }
#fNOtTAz4MMGRCr5F1pztzIwMkmQBOLJx [class*="-text"]:-ms-input-placeholder { font-size:0.875rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-2),1); }
#fNOtTAz4MMGRCr5F1pztzIwMkmQBOLJx [class*="-text"]::-webkit-input-placeholder { font-size:0.875rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-2),1); }
#fNOtTAz4MMGRCr5F1pztzIwMkmQBOLJx .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;width:70.25rem;height:auto;font-size:0.75rem;font-family:var(--paragraphs-font-family);line-height:1.4;margin-top:0.125rem;margin-right:0;margin-bottom:0;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;vertical-align:top;color:rgba(var(--color-tertiary-3),1); }
#fNOtTAz4MMGRCr5F1pztzIwMkmQBOLJx .widget-input-radio { display:inline-block;*zoom:1;*display:inline;width:1rem;height:1rem;margin-top:1.4375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0.1875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;vertical-align:middle; }
#fNOtTAz4MMGRCr5F1pztzIwMkmQBOLJx .widget-radio-label { font-size:1rem;line-height:1;display:inline-block;*zoom:1;*display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:2rem;width:12.96875rem;vertical-align:top;margin-top:1.375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;color:#161616; }
#fNOtTAz4MMGRCr5F1pztzIwMkmQBOLJx .widget-container { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;font-size:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem; }
#fNOtTAz4MMGRCr5F1pztzIwMkmQBOLJx .widget-container:first-of-type{padding-top:0;}#fNOtTAz4MMGRCr5F1pztzIwMkmQBOLJx .widget-container:last-of-type{padding-bottom:0;}#fNOtTAz4MMGRCr5F1pztzIwMkmQBOLJx  { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;color:#000000;font-family:lato;width:72.4375rem;height:auto;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;left:0rem;top:9.1875rem;z-index:15012;position:absolute; }
#fNOtTAz4MMGRCr5F1pztzIwMkmQBOLJx .radio-container { width:28.9375rem; }
#fNOtTAz4MMGRCr5F1pztzIwMkmQBOLJx .widget-info-text { display:block;height:auto;font-family:lato;font-size:0.75rem;line-height:1.3;font-weight:300;color:#909090;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#fNOtTAz4MMGRCr5F1pztzIwMkmQBOLJx { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;color:#000000;font-family:lato;width:72.4375rem;height:auto;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;left:0rem;top:9.1875rem;z-index:15012;position:absolute; }
#fNOtTAz4MMGRCr5F1pztzIwMkmQBOLJx #HAoOBqqyBatR1Iex5COuptTOAQzXsxn9 { position:relative; }
#fNOtTAz4MMGRCr5F1pztzIwMkmQBOLJx #TZF1STpZTsHdBHlUALtAi6f7X3Enb7ng { position:relative;display:none; }
#fNOtTAz4MMGRCr5F1pztzIwMkmQBOLJx #z61L3AdeQXARuJ9toJ6UH5bbXdkmQoMt { position:relative; }
#fNOtTAz4MMGRCr5F1pztzIwMkmQBOLJx #oBLEqdn43cKlLAxz6HkhkpVgRukVndFo { position:relative; }
#fNOtTAz4MMGRCr5F1pztzIwMkmQBOLJx #nyweoBZJGhsf6KsEiXIN1Hg87Q5H0OL3 { position:relative;display:none; }
#fNOtTAz4MMGRCr5F1pztzIwMkmQBOLJx #BHHTXdI4toipbBnOSkPc2dmCWpIALThf { position:relative; }
#fNOtTAz4MMGRCr5F1pztzIwMkmQBOLJx #Ri4RBimTLX8bvPhT15Ic2XwoK8kRFKEU { position:relative; }
#fNOtTAz4MMGRCr5F1pztzIwMkmQBOLJx #D86uLhRVhgD8pxefHD8OD8sRBMqbnpk9 { position:relative; }
#fNOtTAz4MMGRCr5F1pztzIwMkmQBOLJx #TSsE1LT7e2bafeaJSoRST4Q5ToEOxyPW { position:relative; }
#fNOtTAz4MMGRCr5F1pztzIwMkmQBOLJx #fq51taLUK0Hz7dacD37Mo5VmvhMEFxrb { position:relative;z-index:2; }
#fNOtTAz4MMGRCr5F1pztzIwMkmQBOLJx #QS70UiikWJNTbkW62169liRWZv399fZv { position:relative; }
#zhPgp2MoEqwMfbq65hnTxrBscrTU1IyK { background-color:rgba(var(--color-primary-4),1);background-image:none;z-index:;border-top:0;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; }#zhPgp2MoEqwMfbq65hnTxrBscrTU1IyK > .row .container { background-color: transparent; background-image: none; }#zhPgp2MoEqwMfbq65hnTxrBscrTU1IyK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zhPgp2MoEqwMfbq65hnTxrBscrTU1IyK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zhPgp2MoEqwMfbq65hnTxrBscrTU1IyK > .row .container > .video-iframe-container { display: none; }#zhPgp2MoEqwMfbq65hnTxrBscrTU1IyK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zhPgp2MoEqwMfbq65hnTxrBscrTU1IyK > .row > .video-iframe-container { display: none; }#zhPgp2MoEqwMfbq65hnTxrBscrTU1IyK > .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); }#zhPgp2MoEqwMfbq65hnTxrBscrTU1IyK > .row .container { border-width: 0; border-radius: 0; }#zhPgp2MoEqwMfbq65hnTxrBscrTU1IyK > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#zhPgp2MoEqwMfbq65hnTxrBscrTU1IyK > .row .container { font-size:0.875rem;font-family:lato;height:52.6875rem;width:75rem;overflow:visible;position:relative;display:block; }#tbSk4zHmf5fF3wXFp2civBwaIpGoXIIc { color:rgba(var(--color-tertiary-0),1);display:block;width:61.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:normal;z-index:15012;line-height:1.2;letter-spacing:0;top:6.0625rem;left:13.1875rem;height:4.79980625rem;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:right;text-align-last:right;display:block; }
#LqcNhLudrn6fC83CUdsrbSSVl69gKUFk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.9375rem;width:7.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:4.3125rem;left:4.625rem; }
#RmSlG32QHgQ0su5eryJi1ifs44LuaLpg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.9375rem;width:7.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:7.8125rem;left:1.0625rem; }
#UgWlonDhGPNzFlcqLi4xQuvBPD5HKxtC .accordion-element-container { border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.25rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-primary-0),1);background-image:none;vertical-align:top; }
#UgWlonDhGPNzFlcqLi4xQuvBPD5HKxtC .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#UgWlonDhGPNzFlcqLi4xQuvBPD5HKxtC .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.25rem;font-family:montserrat;color:rgba(var(--color-primary-4),1);line-height:2.5;overflow:hidden;height:auto; }
#UgWlonDhGPNzFlcqLi4xQuvBPD5HKxtC .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:montserrat;color:rgba(var(--color-primary-3),1);height:auto;line-height:1.6;overflow:hidden; }
#UgWlonDhGPNzFlcqLi4xQuvBPD5HKxtC .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_87658e994c36125b63a232b9126e6deecc34a8fa.svg");background-size:contain !important; }#UgWlonDhGPNzFlcqLi4xQuvBPD5HKxtC .accordion-trigger.adaptive-delivery-prevent-bg, #UgWlonDhGPNzFlcqLi4xQuvBPD5HKxtC .accordion-trigger.lazyload, #UgWlonDhGPNzFlcqLi4xQuvBPD5HKxtC .accordion-trigger.lazyloading { background-image: none; }
#UgWlonDhGPNzFlcqLi4xQuvBPD5HKxtC { box-sizing:content-box;height:auto;width:75rem;position:absolute;display:flex;flex-direction:column;gap:1.25rem;z-index:15069;background-color:transparent;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:19.625rem;left:0rem; }
#UgWlonDhGPNzFlcqLi4xQuvBPD5HKxtC #GykoKxuwA6q5Rw1uHRw8ezm49TBMz6pR { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#UgWlonDhGPNzFlcqLi4xQuvBPD5HKxtC #KDGyRpTe5eWka1ICxARx49h89viIMiUS { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#UgWlonDhGPNzFlcqLi4xQuvBPD5HKxtC #glywXdOysW0l49c5UrCA3MLIHnfKmazv { display:block;position:relative; }
#UgWlonDhGPNzFlcqLi4xQuvBPD5HKxtC #X2XTTpqtgMOZ8Q0lPHNtsku0nvFW4SMz {  }
#UgWlonDhGPNzFlcqLi4xQuvBPD5HKxtC #uKQ1eTOkREfmM6WQK9ORUr5KzvtrpCTW {  }
#UgWlonDhGPNzFlcqLi4xQuvBPD5HKxtC #MZ9O7kTNXt2Erm0ttJzm6HTZ0Il7Vpky { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#UgWlonDhGPNzFlcqLi4xQuvBPD5HKxtC #xymZ8n57ZKw414T9vHJnyWgTrmFTw2iv { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#UgWlonDhGPNzFlcqLi4xQuvBPD5HKxtC #z29Gz6WH56aS1i4FMmsKMry06THCluoQ { display:block;position:relative; }
#UgWlonDhGPNzFlcqLi4xQuvBPD5HKxtC #ZVrT1TvBUzE8LHTpUwasvMiI3mu0aqXf {  }
#UgWlonDhGPNzFlcqLi4xQuvBPD5HKxtC #owbZWM8dv9UdtkSPMz4ov00ZscoLI67i { display:none; }
#UgWlonDhGPNzFlcqLi4xQuvBPD5HKxtC #P3MIZQ8y4dhv0efFL6tsShrQVQmXvdXq { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#UgWlonDhGPNzFlcqLi4xQuvBPD5HKxtC #bKt9vXugciKemMBI32sc3ha7D8SrTUZE { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#UgWlonDhGPNzFlcqLi4xQuvBPD5HKxtC #f5ypu9Xm4aPe2NZrfAIHPer2quAhirnh { display:block;position:relative; }
#UgWlonDhGPNzFlcqLi4xQuvBPD5HKxtC #wPre39uPAiAsWRrVGdzmrsMuQTsfiZSG {  }
#UgWlonDhGPNzFlcqLi4xQuvBPD5HKxtC #yah5SeXoWQkkEFJgPQVTTtihBgITcs5u { display:none; }
#VCaSkAUTIorHIPUBtXuTfPbCxsqMDPW0 { background-color:rgba(var(--color-tertiary-4),1);background-image:none;z-index:;border-top:0;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; }#VCaSkAUTIorHIPUBtXuTfPbCxsqMDPW0 > .row .container { background-color: transparent; background-image: none; }#VCaSkAUTIorHIPUBtXuTfPbCxsqMDPW0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VCaSkAUTIorHIPUBtXuTfPbCxsqMDPW0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VCaSkAUTIorHIPUBtXuTfPbCxsqMDPW0 > .row .container > .video-iframe-container { display: none; }#VCaSkAUTIorHIPUBtXuTfPbCxsqMDPW0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VCaSkAUTIorHIPUBtXuTfPbCxsqMDPW0 > .row > .video-iframe-container { display: none; }#VCaSkAUTIorHIPUBtXuTfPbCxsqMDPW0 > .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); }#VCaSkAUTIorHIPUBtXuTfPbCxsqMDPW0 > .row .container { border-width: 0; border-radius: 0; }#VCaSkAUTIorHIPUBtXuTfPbCxsqMDPW0 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VCaSkAUTIorHIPUBtXuTfPbCxsqMDPW0 > .row .container { font-size:0.875rem;font-family:lato;height:13.1875rem;width:75rem;overflow:visible;position:relative;display:block; }#I2G0WrhcBA6JbWLmS6PDD0GUpqT7h42r { color:rgba(var(--color-tertiary-2),1);display:block;width:39.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:8.9375rem;left:0rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#vc1X2MBuhOLfTCsfsRrvqsGLXFirWxUG { 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-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;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:7.8125rem;left:55.625rem;display:block; }
#TZOGgQTEmmSF9FolI0TZiipTq1WqiDkZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lgrgATreXNBvlWCWy2EhHL9LmXV6V1aa { 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-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;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:15006;text-align:center;text-align-last:center;top:7.8125rem;left:45.625rem;display:block; }
#lUfpkAM3V5A3yHnFzy45MN3IKKJte5PP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PWzQuwBwCfNQbKH0WZqrzTvB3CLasfST { 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-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;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:15116;text-align:center;text-align-last:center;top:7.8125rem;left:65.625rem;display:block; }
#elZdaoZ6Szh3AaU5Vr3d9xONU4Ot9ldL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iBUwMdfl4AAbOqQ5zfFEgDvZEX1kwty3 { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:75rem;top:6.25rem;left:0rem;display:block; }
#rx7qA3R1hdt6KX9TITh0lwJBMtbAedHL { 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.4375rem;width:11.4375rem;top:1.75rem;left:31.78125rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #KZEXam29kxocT23sXenJnaX1O2sIs5Rp { display:block; }#KZEXam29kxocT23sXenJnaX1O2sIs5Rp > .row .container { width:47.75rem;height:5.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MKswnS61t2VPiaAABTedAL5arHoUe0aK { width:11.25rem;height:3.75rem;top:0.875rem;left:36.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQUIcX87LLCXhZs51nrdkB2wU21kbqZq { display:block; }
 }@media only screen and (max-width: 763px) { #g6o3ITf8d6NOCURAs665Cwmc31aUic4P { width:6.875rem;height:2.5rem;top:1.5rem;left:22.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4PDxTMmEeTKQDfubvg1iTBVTWuASIHv { display:block; }
 }@media only screen and (max-width: 763px) { #Fi2ZQUZlNTWJMUAS6PGmia0dmC71eDAs { width:6.875rem;height:2.5rem;top:1.5rem;left:16rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMRk7t6bJEBIsxSpQ5MGMKbBGuTwFDlr { display:block; }
 }@media only screen and (max-width: 763px) { #xz64iT9r7HB1QSpGzcFPlmwSCoZAhwt4 { width:6.875rem;height:2.5rem;top:1.5rem;left:9.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTOFnGmCXE5eIH7d2ESHugng0kWaEcSe { display:block; }
 }@media only screen and (max-width: 763px) { #BP3iF4uNH7wvZymn2JfgSTbdgJs6kWkp { top:1rem;left:0rem;width:10.375rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlKseeXoVOVLiZMPcmnslqT5hZQM8bHG { display:block; }#RlKseeXoVOVLiZMPcmnslqT5hZQM8bHG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ob2cWPySkSGH3rSelQeuMBf8HRWUzvQU { top:11.3125rem;left:0rem;width:26.5rem;height:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m99B6cSnzu9xcnAMB7zOyNahwLoUbRaI { top:6.25rem;left:1.625rem;width:46.125rem;height:13.4375rem;font-size:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVQUT4J2lhiGGQSUKgKuAKhe9yEyyfK2 { top:22.3125rem;left:1.5625rem;width:46.1875rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOJA2XpGQiVVLpxrThm9XGQxxr6TsyKV { top:29rem;left:0rem;width:19.625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Js7WW0Joa1ypUTrptaIGT7tLvFVv1VgC { top:9.75rem;left:0rem;width:7.9375rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtacDFEsEyW1QDmm8ipcodDGFCZlXPHR { top:6.25rem;left:0rem;width:7.9375rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVJNvEBgfMTnJZQUvFvm2WhFbJUgJmlH .widget-regular-label { display:block;width:14.6875rem; }
#VVJNvEBgfMTnJZQUvFvm2WhFbJUgJmlH .widget-input-text { width:14.6875rem; }
#VVJNvEBgfMTnJZQUvFvm2WhFbJUgJmlH .widget-input-text {padding-top: 0; padding-bottom: 0;}#VVJNvEBgfMTnJZQUvFvm2WhFbJUgJmlH .widget-textarea { width:14.6875rem; }
#VVJNvEBgfMTnJZQUvFvm2WhFbJUgJmlH .widget-input-select { width:14.6875rem; }
#VVJNvEBgfMTnJZQUvFvm2WhFbJUgJmlH .widget-input-select {padding-top: 0; padding-bottom: 0;}#VVJNvEBgfMTnJZQUvFvm2WhFbJUgJmlH .widget-checkbox-label { width:43rem; }
#VVJNvEBgfMTnJZQUvFvm2WhFbJUgJmlH .widget-radio-label { width:6.15625rem; }
#VVJNvEBgfMTnJZQUvFvm2WhFbJUgJmlH  { width:45.25rem;height:auto;top:30.1875rem;left:0rem; }
#VVJNvEBgfMTnJZQUvFvm2WhFbJUgJmlH .radio-container { width:15.3125rem; }
#VVJNvEBgfMTnJZQUvFvm2WhFbJUgJmlH {display:inline-block;}#VVJNvEBgfMTnJZQUvFvm2WhFbJUgJmlH { width:45.25rem;height:auto;top:30.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VVJNvEBgfMTnJZQUvFvm2WhFbJUgJmlH #llx3Tf2rHPbuBdqzKQdLcyoCn3R8FTZF {  }
 }@media only screen and (max-width: 763px) { #VVJNvEBgfMTnJZQUvFvm2WhFbJUgJmlH #KhJuMu19KeW674TtUCglLpkUhfUqhz5R {  }
 }@media only screen and (max-width: 763px) { #VVJNvEBgfMTnJZQUvFvm2WhFbJUgJmlH #E6ONxfha5UcCMT45rS8KRhRoycSN0wB2 {  }
 }@media only screen and (max-width: 763px) { #VVJNvEBgfMTnJZQUvFvm2WhFbJUgJmlH #bBsyAGO1oiVUnrigJgHvCvFePn3in3h2 {  }
 }@media only screen and (max-width: 763px) { #VVJNvEBgfMTnJZQUvFvm2WhFbJUgJmlH #cmMKK6BWJwMg4mlbUWKUkG8wTyLz6CsD { display:none; }
 }@media only screen and (max-width: 763px) { #VVJNvEBgfMTnJZQUvFvm2WhFbJUgJmlH #h5LTlfw6490zink49R16bDWn7mWfH3lP {  }
 }@media only screen and (max-width: 763px) { #VVJNvEBgfMTnJZQUvFvm2WhFbJUgJmlH #QafqkocF54tPn94h9QH5ZR79cTFKkco0 {  }
 }@media only screen and (max-width: 763px) { #VVJNvEBgfMTnJZQUvFvm2WhFbJUgJmlH #DhIcLdXwAfm52nGXhBDap5upn0oQqpWM {  }
 }@media only screen and (max-width: 763px) { #VVJNvEBgfMTnJZQUvFvm2WhFbJUgJmlH #S4hQgSQxnxJRCam1Lc54MqQa9ufa5aWz {  }
 }@media only screen and (max-width: 763px) { #VVJNvEBgfMTnJZQUvFvm2WhFbJUgJmlH #kdgSJdaJ7T6RWAITvFfF5bUSqrMDewPS {  }
 }@media only screen and (max-width: 763px) { #VVJNvEBgfMTnJZQUvFvm2WhFbJUgJmlH #A46ELuGUZBsdLIcHoaguqa0pTJMBcwtG {  }
 }@media only screen and (max-width: 763px) { #h5ovfhwEtvwtuQFBa5AlKw38dqJvoIGF { display:block; }#h5ovfhwEtvwtuQFBa5AlKw38dqJvoIGF > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nLP4DpVPaxsiUGb9qIqdBTzLWlrABbPO { top:5.0625rem;left:0rem;width:47.75rem;height:4.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwLX0LTqPta5fg9l6la6xbfx4DIHvnOU { top:11.3125rem;left:0rem;width:28.3125rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yokBhUkkcVtcATVEhhA8O06CbtlkggeG { top:8.625rem;left:15.3125rem;width:32.4375rem;height:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #De3GfVH2PgWOEI4oTTy9FsDFtBlHe7Vx { width:11.25rem;height:3.75rem;top:34.6875rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DczGeU6zOIbQXrlq0ownK6KVUGIqDOAP { display:block; }
 }@media only screen and (max-width: 763px) { #WZTQoPd6a7eRWyp0IXTEFwfDe6W9fay4 { top:30rem;left:0rem;width:40.125rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLAOTcgRtKOTFRmRf1ERTW0GIuuUGErC { top:22.8125rem;left:31.25rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNxgRw6GgltHTf47pH4UeImQy4BZXFPm { top:6.6875rem;left:22.625rem;width:25.125rem;height:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVcM363CHQZmx1fylOW8T4Vi3FQObhTT { display:block; }#KVcM363CHQZmx1fylOW8T4Vi3FQObhTT > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y7zV9lRCgHaI3hqTbwsztoEm8hLDneRg { top:4.5rem;left:0rem;width:47.75rem;height:4.8125rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #kARaWNIo7AnPC3lDGp0CKIqyfHKS1ZPS { width:13.125rem;height:4.375rem;top:38.3125rem;left:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqyKKiuCZTvHGuN57LTXucmlZyWHJUqT { display:block; }
 }@media only screen and (max-width: 763px) { #XwNoCN8B7nnBpPJrQUpdg18EHxypw5RT { top:16.9375rem;left:0rem;width:33.75rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q53cJCTKZ9GtC0poqDlPpOxzuU4k7shP { top:13.3125rem;left:0rem;width:30rem;height:2.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPwFzXHcmpJ4c64qw09NRrNPUdCTC0Zu { top:17rem;left:14rem;width:33.75rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nf2tte7pUxAXsw29pyrk85i583SgTK0u { top:13.3125rem;left:15.5625rem;width:30rem;height:2.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1AooDXFPygkXPC87MTk29IDqpkpkDQ1 { top:30.5625rem;left:0rem;width:33.75rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgc8raeRzrlalIT3VTvVlQa9tJ5c8Jpc { top:30.625rem;left:14rem;width:33.75rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvTqFDuuAVcgw82ub5AAu6olp0AuRpeX { top:26.9375rem;left:0rem;width:29.1875rem;height:2.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJJWpMLbEtll07m8g6Z3pXyDwtwT9ncO { top:26.9375rem;left:15.5625rem;width:30rem;height:2.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykt0X5alTmnPfEnnQ47HTwng51E6eEJm { top:13.375rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtBTnzUUXG6FUEwX7SqAqLlib02EK8Pz { top:13.3125rem;left:25.75rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OG7KOtq8ehP0aZ5PN1demsCE9NMyOq9Z { top:27.0625rem;left:25.75rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kwrct4Ghnn6DRiOlNVtlordLZqTKBJyK { top:27rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WuHhqRTwg6KyboBCRuP0gA7Ub6ID6mUl { top:10.4375rem;left:9.5625rem;width:38.1875rem;height:26.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmDaUblDSt7DbeS6Ra3g9VGMR5nugfcm { display:block; }#TmDaUblDSt7DbeS6Ra3g9VGMR5nugfcm > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yoUWZRiPXJaRRrAVSqUZffPdiJr8eg89 { top:1.6875rem;left:0rem;width:44.6875rem;height:9.5625rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8Aln2QK78Fm85uU2odsNsaxL7QclQsQ { top:25.375rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tENfHQUq9NexZA8Ce21TgwGkkrwIFelu { top:12.875rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtT8t4Ivyy3xhrbNzB58DsNpf2HNBPO8 { top:26.25rem;left:0rem;width:16.5625rem;height:1.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZerJddeOg7MLSUCX49DJ0ocl4d03V6pg { top:13.5625rem;left:12.9375rem;width:16.5625rem;height:1.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScoeMRQGpU7XkgT8MIo9XFfLD0cOZTia { top:12.875rem;left:8.5625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xeL5QLREr31yCVkONCBBCt1t2vWybvvC { top:29.125rem;left:0rem;width:20.625rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXk2vEsO4wGCfrQs1MCW3GTF6AkO0VdA { top:17.125rem;left:8.5625rem;width:20.625rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AhR8SVDP1opK0sh5sxXkko73ByJCtSQ9 { top:29.125rem;left:8.9375rem;width:20.625rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUdHnTeDnGB7DkZFLdOE6mMy94LOmSsz { top:13.6875rem;left:0rem;width:16.5625rem;height:1.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eITmtDI2hro8LWO2rROPxnd46kuXtWai { width:11.25rem;height:3.75rem;top:30.125rem;left:34.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m82vyry1IHfDGrzT2IdTrdmLkJD6KAfg { display:block; }
 }@media only screen and (max-width: 763px) { #zGnXgxb1sSaLwtggUAihUmf2ybip43hp { top:39.8125rem;left:0rem;width:25rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uA541erqcghmL7nwrKQT1ouxnsMep5gC { top:10rem;left:21.3125rem;width:26.4375rem;height:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6I8khKbv0v314gEeN2NIvJCLTAwDQ8D { top:17.125rem;left:0rem;width:20.625rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8gyrB7dgUSKm3utp66w2AH5LKHdxvkg { top:26.125rem;left:13rem;width:16.5625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNKS0zIUdtFpJ20n165Q3RTh5mwgxZWG { top:25.5625rem;left:9.125rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sl21rBUskd46AnzFSkaST1wV36DnckI9 { display:block; }#Sl21rBUskd46AnzFSkaST1wV36DnckI9 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E27wiGlAR1VlU3I7hTiwAIRpvXizUakq { top:7.1875rem;left:0rem;width:46.6875rem;height:4.8125rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEvvxh7dUmlb6peyfFVbzktotl8OenMu { top:40.9375rem;left:0rem;width:34.375rem;height:1.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRnD7yriw1O1VVVVJyNLoCa6PTrTrTUV { top:43.8125rem;left:0rem;width:37.625rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQMxJXkFAuLH0FflHhWhwLy98S9iqLKQ { top:22.9375rem;left:0rem;width:37.625rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmikmKXF0qvCFKLhoHdriGx2yxfD2oTi { top:20.1875rem;left:0rem;width:34.375rem;height:1.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3oDeEpGn7NXKBKag3yhAzHv4wT4ycxI { top:33.375rem;left:0rem;width:37.625rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ur8KDMNdfCOw90D2nwGzSCL4tc5JTGyh { top:30.625rem;left:0rem;width:34.375rem;height:1.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdirAdpc6WAyqBTZiTrfEKKcT3kN9PkG { top:48.4375rem;left:39.8125rem;width:7.9375rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #inK7wJPNenotGOhdVZ5gybTrP8lwmfeG { top:44.9375rem;left:39.8125rem;width:7.9375rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PePIU9p4GXW3grmVERRZJWZEWDoyyoxe { top:19.8125rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnd4nIrk22q8SolMfkrw0Iu9ZkHuUxKz { top:30.25rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwQHw4yE3PgpALS3cQNEIIJycSagy3me { top:40.625rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhSp8u603zwmK7ebQPVRDOWAPsVRsSuM { top:7.1875rem;left:19.875rem;width:27.875rem;height:41.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pszmGhpS9K1yg3xJtHuN3QAKQw8Wgr13 { top:3.625rem;left:20.9375rem;width:23.4375rem;height:23.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oerbyUOAEmP0hDusQ8Cg9lmeDz9iyPDi { display:block; }#oerbyUOAEmP0hDusQ8Cg9lmeDz9iyPDi > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zDpNmga0nU94OOW46hIhg9z0rDEcI2FE { top:5.5625rem;left:0rem;width:47.75rem;height:4.8125rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxTBUSTt7NP2kFwVuHFp8yB6OITBfFCc { top:21.5625rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkOJadsDZJ9TBrqbCmhXGMBoqyOypyAi { top:23.875rem;left:0rem;width:20.625rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FcLOCifNT5H60zvZbuuQidAEWatfypMH { top:32.5625rem;left:0rem;width:20.625rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kuU1RG6WRTDdVHfds8ecHEln81HnElk2 { top:30.3125rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXiROFhEFpcDCLaZNqMSvKTffPRe4NKR { top:23.875rem;left:14.625rem;width:20.625rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiS71tVAez6muNNw92crTLBthQGVq1VB { top:21.5625rem;left:12.25rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDFam5B4TOIP1Da2oZpnEoyR7yEQxUdu { top:30.3125rem;left:12.25rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WrUiCazB5TgxkhT26TTdP1v5vkND3UQQ { top:32.5625rem;left:14.625rem;width:20.625rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cp5qQabEdS24QrWV3Jfadi9ca8AXcDw1 { top:3.6875rem;left:16.125rem;width:12.25rem;height:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlXBvI1JaskpmftC33KxGd73CNgJ6UpT { top:11.4375rem;left:0rem;width:39.5625rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfEth6qzq4Q7siw6ixMspF8vAUL9UHZ4 { top:3.6875rem;left:32.5rem;width:12.25rem;height:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vhd3aVIJ3qPO1C4i1FRQTsTWe2WChvdK { top:3.6875rem;left:35.5rem;width:12.25rem;height:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FckQsPzlU0GBuybrqcKNEXv5mvCPUo92 { top:21.625rem;left:0rem;width:20.625rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipWGs4Px8e3Nn6ilJGUGypbE07EHI4wt { top:21.6875rem;left:14.6875rem;width:20.625rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZibXTElFzu5WTFHzkviMdsuaE8QarbRr { top:30.375rem;left:14.6875rem;width:20.625rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hznJiDf7LtlnPlHWUEw6EHC0Mdu2SUht { top:30.3125rem;left:0rem;width:20.625rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sueiu9gOItrZrkHEO1dqHKJRKbVS57Xg { top:32.5625rem;left:27.125rem;width:20.625rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXDqTC4hJWP5hJ040iV6FGRv7TUXtwbq { top:30.375rem;left:27.125rem;width:20.625rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTsGVqn37u44NCvTM04wgI81ma00wxnl { top:30.3125rem;left:38.0625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WsvBoV7ZOSB27N3K2srM6NWcMOazVEKe { top:23.875rem;left:27.125rem;width:20.625rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwdHKna6r6a9zqxsPKPCQdbxM0h5Eyq7 { top:21.5625rem;left:38.0625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzrmCZTML1XmbTMparxOd26oiwL6p3la { top:21.6875rem;left:27.125rem;width:20.625rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9ldHS3DvrmJHG6oLnILc9AeUr9UWPyG { display:block; }#s9ldHS3DvrmJHG6oLnILc9AeUr9UWPyG > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s8bHKCqgv5OmC0LtZuTE5zxX802dLnuh { top:4.9375rem;left:0rem;width:47.75rem;height:4.75rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #JoyDFvL7v0O3o4I41nVhXdsTInJVymcB { top:13.1875rem;left:0rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hng2EPBrvHxly1PHUKwI1xJTp0pIxvHB { top:23.4375rem;left:0rem;width:16.125rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUxh4esUacz6AFaxiUXRgVsaKXJOlre2 { top:13.25rem;left:30.5625rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2RDATSzLzBSFnVGJ6cP5bnte4vqtl6S { top:23.5rem;left:25.625rem;width:16.125rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5v8ySqGR5e9dlOXMmU6T2ymRPneSAPb { top:13.1875rem;left:10.9375rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #THiV2LqAay7qHCeLwmakTW0mCFDtNJ11 { top:23.5rem;left:6rem;width:16.125rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJWOLsOlqyLVTL9RxCZnCHWFbH0EeZJz { top:23.5rem;left:31.625rem;width:16.125rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgTJ2NrM6wABbR0IirgT9kq9kdX4GDqp { top:13.25rem;left:41.5rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #px43ZqtPamodfZXIeqBTbPotNEVHEOdE { top:20.9375rem;left:25.625rem;width:16.125rem;height:2.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUsrqWcQzamXCTP2mtr7ipn0Koz20Go9 { top:20.9375rem;left:31.625rem;width:16.125rem;height:2.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SvMT1nx8c5gafkXTh4CdsQgb8bzTqGuQ { top:20.9375rem;left:0rem;width:16.125rem;height:2.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLNvHSabuzbKESoFZFzylKTTqeiy5MNx { top:20.9375rem;left:6rem;width:16.125rem;height:2.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIt3kXl62SbUHTCbxi9JAgCv4czK3TiO { top:14.4375rem;left:0rem;width:3.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1PZTLee3fuKTTtrDL6Xnw6BCRHwf22S { top:14.4375rem;left:12.1875rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTqmf6HP1maCKwZuS00bJTOR3J9nC6PN { top:14.375rem;left:31.71875rem;width:3.9375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9WnqSnqhDeFIn8iIv64vtfqc3fl3Zct { top:14.4375rem;left:44rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HS06MvfhTTRvEcSy0kXQE7taH1g4G8Ka { top:16.125rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElNBI2hBysXBMC448A6TSOCDOhhD3dLU { display:block; }#ElNBI2hBysXBMC448A6TSOCDOhhD3dLU > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nxnMNJxClSdvKcXqOtJGawir122vxTr6 { width:13.125rem;height:4.375rem;top:18.0625rem;left:34.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptVxpeicyFpR02kDXfxnOMiuCOyMGl9c { display:block; }
 }@media only screen and (max-width: 763px) { #z1XLVKz14ivCB2PaTSPNLXouPbuWZDKF { top:6.4375rem;left:10.0625rem;width:37.6875rem;height:9.625rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #ia6sM7zaStuqfQ781TUveHGqZowqvcV5 { top:6.5625rem;left:2.75rem;width:19.625rem;height:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PK8wwZyopT84QZgslZGHWdJZdDH2o2FF { top:13.0625rem;left:0rem;width:34.4375rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyyE0tT0CsT7WSSOkFSqCavc9W2WZE6r { top:19.125rem;left:0rem;width:34.4375rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZ5MG56PoO6q612QpnXOSQaeZeE8Mmh7 { display:block; }#TZ5MG56PoO6q612QpnXOSQaeZeE8Mmh7 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tnfgvO14Fow6mTBzwZuqI1qZ3g3eyD11 { top:2.5rem;left:0rem;width:41.4375rem;height:4.8125rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrLliSPGMSXTkifewTX3F4ryTvyXVTFf { top:3.1875rem;left:11.8125rem;width:33.125rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNOtTAz4MMGRCr5F1pztzIwMkmQBOLJx .widget-regular-label { display:block;width:14.6875rem; }
#fNOtTAz4MMGRCr5F1pztzIwMkmQBOLJx .widget-input-text { width:14.6875rem; }
#fNOtTAz4MMGRCr5F1pztzIwMkmQBOLJx .widget-input-text {padding-top: 0; padding-bottom: 0;}#fNOtTAz4MMGRCr5F1pztzIwMkmQBOLJx .widget-textarea { width:14.6875rem; }
#fNOtTAz4MMGRCr5F1pztzIwMkmQBOLJx .widget-input-select { width:14.6875rem; }
#fNOtTAz4MMGRCr5F1pztzIwMkmQBOLJx .widget-input-select {padding-top: 0; padding-bottom: 0;}#fNOtTAz4MMGRCr5F1pztzIwMkmQBOLJx .widget-checkbox-label { width:43rem; }
#fNOtTAz4MMGRCr5F1pztzIwMkmQBOLJx .widget-radio-label { width:6.15625rem; }
#fNOtTAz4MMGRCr5F1pztzIwMkmQBOLJx  { width:45.25rem;height:auto;top:9.1875rem;left:0rem; }
#fNOtTAz4MMGRCr5F1pztzIwMkmQBOLJx .radio-container { width:15.3125rem; }
#fNOtTAz4MMGRCr5F1pztzIwMkmQBOLJx {display:inline-block;}#fNOtTAz4MMGRCr5F1pztzIwMkmQBOLJx { width:45.25rem;height:auto;top:9.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fNOtTAz4MMGRCr5F1pztzIwMkmQBOLJx #HAoOBqqyBatR1Iex5COuptTOAQzXsxn9 {  }
 }@media only screen and (max-width: 763px) { #fNOtTAz4MMGRCr5F1pztzIwMkmQBOLJx #TZF1STpZTsHdBHlUALtAi6f7X3Enb7ng {  }
 }@media only screen and (max-width: 763px) { #fNOtTAz4MMGRCr5F1pztzIwMkmQBOLJx #z61L3AdeQXARuJ9toJ6UH5bbXdkmQoMt {  }
 }@media only screen and (max-width: 763px) { #fNOtTAz4MMGRCr5F1pztzIwMkmQBOLJx #oBLEqdn43cKlLAxz6HkhkpVgRukVndFo {  }
 }@media only screen and (max-width: 763px) { #fNOtTAz4MMGRCr5F1pztzIwMkmQBOLJx #nyweoBZJGhsf6KsEiXIN1Hg87Q5H0OL3 { display:none; }
 }@media only screen and (max-width: 763px) { #fNOtTAz4MMGRCr5F1pztzIwMkmQBOLJx #BHHTXdI4toipbBnOSkPc2dmCWpIALThf {  }
 }@media only screen and (max-width: 763px) { #fNOtTAz4MMGRCr5F1pztzIwMkmQBOLJx #Ri4RBimTLX8bvPhT15Ic2XwoK8kRFKEU {  }
 }@media only screen and (max-width: 763px) { #fNOtTAz4MMGRCr5F1pztzIwMkmQBOLJx #D86uLhRVhgD8pxefHD8OD8sRBMqbnpk9 {  }
 }@media only screen and (max-width: 763px) { #fNOtTAz4MMGRCr5F1pztzIwMkmQBOLJx #TSsE1LT7e2bafeaJSoRST4Q5ToEOxyPW {  }
 }@media only screen and (max-width: 763px) { #fNOtTAz4MMGRCr5F1pztzIwMkmQBOLJx #fq51taLUK0Hz7dacD37Mo5VmvhMEFxrb {  }
 }@media only screen and (max-width: 763px) { #fNOtTAz4MMGRCr5F1pztzIwMkmQBOLJx #QS70UiikWJNTbkW62169liRWZv399fZv {  }
 }@media only screen and (max-width: 763px) { #zhPgp2MoEqwMfbq65hnTxrBscrTU1IyK { display:block; }#zhPgp2MoEqwMfbq65hnTxrBscrTU1IyK > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tbSk4zHmf5fF3wXFp2civBwaIpGoXIIc { top:6.0625rem;left:0rem;width:47.75rem;height:9.625rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqcNhLudrn6fC83CUdsrbSSVl69gKUFk { top:4.3125rem;left:0rem;width:7.9375rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmSlG32QHgQ0su5eryJi1ifs44LuaLpg { top:7.8125rem;left:0rem;width:7.9375rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgWlonDhGPNzFlcqLi4xQuvBPD5HKxtC .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UgWlonDhGPNzFlcqLi4xQuvBPD5HKxtC { display:flex;height:auto;width:27.8125rem;top:21.875rem;left:3.8125rem; }
 }@media only screen and (max-width: 763px) { #UgWlonDhGPNzFlcqLi4xQuvBPD5HKxtC #GykoKxuwA6q5Rw1uHRw8ezm49TBMz6pR {  }
 }@media only screen and (max-width: 763px) { #UgWlonDhGPNzFlcqLi4xQuvBPD5HKxtC #KDGyRpTe5eWka1ICxARx49h89viIMiUS {  }
 }@media only screen and (max-width: 763px) { #UgWlonDhGPNzFlcqLi4xQuvBPD5HKxtC #glywXdOysW0l49c5UrCA3MLIHnfKmazv {  }
 }@media only screen and (max-width: 763px) { #UgWlonDhGPNzFlcqLi4xQuvBPD5HKxtC #X2XTTpqtgMOZ8Q0lPHNtsku0nvFW4SMz {  }
 }@media only screen and (max-width: 763px) { #UgWlonDhGPNzFlcqLi4xQuvBPD5HKxtC #uKQ1eTOkREfmM6WQK9ORUr5KzvtrpCTW {  }
 }@media only screen and (max-width: 763px) { #UgWlonDhGPNzFlcqLi4xQuvBPD5HKxtC #MZ9O7kTNXt2Erm0ttJzm6HTZ0Il7Vpky {  }
 }@media only screen and (max-width: 763px) { #UgWlonDhGPNzFlcqLi4xQuvBPD5HKxtC #xymZ8n57ZKw414T9vHJnyWgTrmFTw2iv {  }
 }@media only screen and (max-width: 763px) { #UgWlonDhGPNzFlcqLi4xQuvBPD5HKxtC #z29Gz6WH56aS1i4FMmsKMry06THCluoQ {  }
 }@media only screen and (max-width: 763px) { #UgWlonDhGPNzFlcqLi4xQuvBPD5HKxtC #ZVrT1TvBUzE8LHTpUwasvMiI3mu0aqXf {  }
 }@media only screen and (max-width: 763px) { #UgWlonDhGPNzFlcqLi4xQuvBPD5HKxtC #owbZWM8dv9UdtkSPMz4ov00ZscoLI67i {  }
 }@media only screen and (max-width: 763px) { #UgWlonDhGPNzFlcqLi4xQuvBPD5HKxtC #P3MIZQ8y4dhv0efFL6tsShrQVQmXvdXq {  }
 }@media only screen and (max-width: 763px) { #UgWlonDhGPNzFlcqLi4xQuvBPD5HKxtC #bKt9vXugciKemMBI32sc3ha7D8SrTUZE {  }
 }@media only screen and (max-width: 763px) { #UgWlonDhGPNzFlcqLi4xQuvBPD5HKxtC #f5ypu9Xm4aPe2NZrfAIHPer2quAhirnh {  }
 }@media only screen and (max-width: 763px) { #UgWlonDhGPNzFlcqLi4xQuvBPD5HKxtC #wPre39uPAiAsWRrVGdzmrsMuQTsfiZSG {  }
 }@media only screen and (max-width: 763px) { #UgWlonDhGPNzFlcqLi4xQuvBPD5HKxtC #yah5SeXoWQkkEFJgPQVTTtihBgITcs5u {  }
 }@media only screen and (max-width: 763px) { #VCaSkAUTIorHIPUBtXuTfPbCxsqMDPW0 { display:block; }#VCaSkAUTIorHIPUBtXuTfPbCxsqMDPW0 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I2G0WrhcBA6JbWLmS6PDD0GUpqT7h42r { top:8.9375rem;left:0rem;width:39.4375rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vc1X2MBuhOLfTCsfsRrvqsGLXFirWxUG { width:9.375rem;height:3.75rem;top:7.8125rem;left:38.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZOGgQTEmmSF9FolI0TZiipTq1WqiDkZ { display:block; }
 }@media only screen and (max-width: 763px) { #lgrgATreXNBvlWCWy2EhHL9LmXV6V1aa { width:9.375rem;height:3.75rem;top:7.8125rem;left:32rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUfpkAM3V5A3yHnFzy45MN3IKKJte5PP { display:block; }
 }@media only screen and (max-width: 763px) { #PWzQuwBwCfNQbKH0WZqrzTvB3CLasfST { width:9.375rem;height:3.75rem;top:7.8125rem;left:38.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #elZdaoZ6Szh3AaU5Vr3d9xONU4Ot9ldL { display:block; }
 }@media only screen and (max-width: 763px) { #iBUwMdfl4AAbOqQ5zfFEgDvZEX1kwty3 { top:6.25rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rx7qA3R1hdt6KX9TITh0lwJBMtbAedHL { width:11.4375rem;height:3.4375rem;top:1.75rem;left:18.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #KZEXam29kxocT23sXenJnaX1O2sIs5Rp { display:block; }#KZEXam29kxocT23sXenJnaX1O2sIs5Rp > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MKswnS61t2VPiaAABTedAL5arHoUe0aK { width:10.625rem;height:3.125rem;top:0.625rem;left:9.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQUIcX87LLCXhZs51nrdkB2wU21kbqZq { display:block; }
 }@media only screen and (max-width: 763px) { #g6o3ITf8d6NOCURAs665Cwmc31aUic4P { width:4.6875rem;height:2.1875rem;top:4.375rem;left:10.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4PDxTMmEeTKQDfubvg1iTBVTWuASIHv { display:block; }
 }@media only screen and (max-width: 763px) { #Fi2ZQUZlNTWJMUAS6PGmia0dmC71eDAs { width:4.6875rem;height:2.1875rem;top:4.375rem;left:5.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMRk7t6bJEBIsxSpQ5MGMKbBGuTwFDlr { display:block; }
 }@media only screen and (max-width: 763px) { #xz64iT9r7HB1QSpGzcFPlmwSCoZAhwt4 { width:4.6875rem;height:2.1875rem;top:4.375rem;left:0.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTOFnGmCXE5eIH7d2ESHugng0kWaEcSe { display:block; }
 }@media only screen and (max-width: 763px) { #BP3iF4uNH7wvZymn2JfgSTbdgJs6kWkp { width:4.1875rem;height:1.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlKseeXoVOVLiZMPcmnslqT5hZQM8bHG { display:block; }#RlKseeXoVOVLiZMPcmnslqT5hZQM8bHG > .row .container { width:20rem;height:63.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ob2cWPySkSGH3rSelQeuMBf8HRWUzvQU { width:20rem;height:13.3125rem;top:6.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m99B6cSnzu9xcnAMB7zOyNahwLoUbRaI { width:20rem;height:4.94921875rem;top:2.75rem;left:0rem;font-size:2.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OVQUT4J2lhiGGQSUKgKuAKhe9yEyyfK2 { width:20rem;height:10.5rem;top:32.75rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LOJA2XpGQiVVLpxrThm9XGQxxr6TsyKV { width:13.1875rem;height:8.375rem;top:21.5rem;left:6.8125rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Js7WW0Joa1ypUTrptaIGT7tLvFVv1VgC { display:flex;width:4.375rem;height:4.375rem;top:25.5625rem;left:7.8125rem;font-size:3.0625rem; }
 }@media only screen and (max-width: 763px) { #HtacDFEsEyW1QDmm8ipcodDGFCZlXPHR { display:flex;width:4.375rem;height:4.375rem;top:27.5rem;left:5.875rem;font-size:3.0625rem; }
 }@media only screen and (max-width: 763px) { #VVJNvEBgfMTnJZQUvFvm2WhFbJUgJmlH .widget-regular-label { display:block;width:16.3125rem; }
#VVJNvEBgfMTnJZQUvFvm2WhFbJUgJmlH .widget-input-text { width:16.3125rem; }
#VVJNvEBgfMTnJZQUvFvm2WhFbJUgJmlH .widget-input-text {padding-top: 0; padding-bottom: 0;}#VVJNvEBgfMTnJZQUvFvm2WhFbJUgJmlH .widget-textarea { width:16.3125rem; }
#VVJNvEBgfMTnJZQUvFvm2WhFbJUgJmlH .widget-input-select { width:16.3125rem; }
#VVJNvEBgfMTnJZQUvFvm2WhFbJUgJmlH .widget-input-select {padding-top: 0; padding-bottom: 0;}#VVJNvEBgfMTnJZQUvFvm2WhFbJUgJmlH .widget-input-button { width:16.875rem;height:4.375rem;margin-top:0.3125rem;margin-right:-0.5625rem;margin-bottom:0.3125rem;margin-left:0; }
#VVJNvEBgfMTnJZQUvFvm2WhFbJUgJmlH .widget-checkbox-label { width:15.375rem; }
#VVJNvEBgfMTnJZQUvFvm2WhFbJUgJmlH .widget-radio-label { width:6.96875rem; }
#VVJNvEBgfMTnJZQUvFvm2WhFbJUgJmlH  { width:17.5625rem;height:auto;top:43rem;left:0rem; }
#VVJNvEBgfMTnJZQUvFvm2WhFbJUgJmlH .radio-container { width:16.9375rem; }
#VVJNvEBgfMTnJZQUvFvm2WhFbJUgJmlH {display:inline-block;}#VVJNvEBgfMTnJZQUvFvm2WhFbJUgJmlH { width:17.5625rem;height:auto;top:43rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VVJNvEBgfMTnJZQUvFvm2WhFbJUgJmlH #llx3Tf2rHPbuBdqzKQdLcyoCn3R8FTZF {  }
 }@media only screen and (max-width: 763px) { #VVJNvEBgfMTnJZQUvFvm2WhFbJUgJmlH #KhJuMu19KeW674TtUCglLpkUhfUqhz5R {  }
 }@media only screen and (max-width: 763px) { #VVJNvEBgfMTnJZQUvFvm2WhFbJUgJmlH #E6ONxfha5UcCMT45rS8KRhRoycSN0wB2 {  }
 }@media only screen and (max-width: 763px) { #VVJNvEBgfMTnJZQUvFvm2WhFbJUgJmlH #bBsyAGO1oiVUnrigJgHvCvFePn3in3h2 {  }
 }@media only screen and (max-width: 763px) { #VVJNvEBgfMTnJZQUvFvm2WhFbJUgJmlH #cmMKK6BWJwMg4mlbUWKUkG8wTyLz6CsD { display:none; }
 }@media only screen and (max-width: 763px) { #VVJNvEBgfMTnJZQUvFvm2WhFbJUgJmlH #h5LTlfw6490zink49R16bDWn7mWfH3lP {  }
 }@media only screen and (max-width: 763px) { #VVJNvEBgfMTnJZQUvFvm2WhFbJUgJmlH #QafqkocF54tPn94h9QH5ZR79cTFKkco0 {  }
 }@media only screen and (max-width: 763px) { #VVJNvEBgfMTnJZQUvFvm2WhFbJUgJmlH #DhIcLdXwAfm52nGXhBDap5upn0oQqpWM {  }
 }@media only screen and (max-width: 763px) { #VVJNvEBgfMTnJZQUvFvm2WhFbJUgJmlH #S4hQgSQxnxJRCam1Lc54MqQa9ufa5aWz {  }
 }@media only screen and (max-width: 763px) { #VVJNvEBgfMTnJZQUvFvm2WhFbJUgJmlH #kdgSJdaJ7T6RWAITvFfF5bUSqrMDewPS {  }
 }@media only screen and (max-width: 763px) { #VVJNvEBgfMTnJZQUvFvm2WhFbJUgJmlH #A46ELuGUZBsdLIcHoaguqa0pTJMBcwtG {  }
 }@media only screen and (max-width: 763px) { #h5ovfhwEtvwtuQFBa5AlKw38dqJvoIGF { display:block; }#h5ovfhwEtvwtuQFBa5AlKw38dqJvoIGF > .row .container { width:20rem;height:68.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nLP4DpVPaxsiUGb9qIqdBTzLWlrABbPO { width:17.0625rem;height:2.3999rem;top:1.5625rem;left:1.46875rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CwLX0LTqPta5fg9l6la6xbfx4DIHvnOU { width:19.875rem;height:13.25rem;top:21.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yokBhUkkcVtcATVEhhA8O06CbtlkggeG { width:20rem;height:12rem;top:5.625rem;left:0rem;font-size:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #De3GfVH2PgWOEI4oTTy9FsDFtBlHe7Vx { width:13.125rem;height:4.375rem;top:60.5rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DczGeU6zOIbQXrlq0ownK6KVUGIqDOAP { display:block; }
 }@media only screen and (max-width: 763px) { #WZTQoPd6a7eRWyp0IXTEFwfDe6W9fay4 { width:20rem;height:10.5rem;top:49.9375rem;left:0rem;font-size:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #yLAOTcgRtKOTFRmRf1ERTW0GIuuUGErC { display:flex;width:2.3125rem;height:2.3125rem;top:20.3125rem;left:0.5625rem; }
 }@media only screen and (max-width: 763px) { #TNxgRw6GgltHTf47pH4UeImQy4BZXFPm { width:20rem;height:30.125rem;top:29.8125rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #KVcM363CHQZmx1fylOW8T4Vi3FQObhTT { display:block; }#KVcM363CHQZmx1fylOW8T4Vi3FQObhTT > .row .container { width:20rem;height:73.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y7zV9lRCgHaI3hqTbwsztoEm8hLDneRg { width:20rem;height:2.3999rem;top:2.8125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kARaWNIo7AnPC3lDGp0CKIqyfHKS1ZPS { width:13.125rem;height:4.375rem;top:62.4453125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqyKKiuCZTvHGuN57LTXucmlZyWHJUqT { display:block; }
 }@media only screen and (max-width: 763px) { #XwNoCN8B7nnBpPJrQUpdg18EHxypw5RT { width:20rem;height:10.5rem;top:10.5859375rem;left:0rem;font-size:1rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #Q53cJCTKZ9GtC0poqDlPpOxzuU4k7shP { width:16.875rem;height:1.6499rem;top:7.88671875rem;left:3.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPwFzXHcmpJ4c64qw09NRrNPUdCTC0Zu { width:20rem;height:7.5rem;top:24.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nf2tte7pUxAXsw29pyrk85i583SgTK0u { width:16.875rem;height:1.6499rem;top:22rem;left:3.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1AooDXFPygkXPC87MTk29IDqpkpkDQ1 { width:20rem;height:7.5rem;top:38.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgc8raeRzrlalIT3VTvVlQa9tJ5c8Jpc { width:20rem;height:7.5rem;top:52.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvTqFDuuAVcgw82ub5AAu6olp0AuRpeX { width:16.875rem;height:1.6499rem;top:36.11328125rem;left:3.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJJWpMLbEtll07m8g6Z3pXyDwtwT9ncO { width:16.875rem;height:1.6499rem;top:50.23828125rem;left:3.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykt0X5alTmnPfEnnQ47HTwng51E6eEJm { display:flex;width:2.5rem;height:2.5rem;top:7.4609375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #AtBTnzUUXG6FUEwX7SqAqLlib02EK8Pz { display:flex;width:2.5rem;height:2.5rem;top:21.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OG7KOtq8ehP0aZ5PN1demsCE9NMyOq9Z { display:flex;width:2.5rem;height:2.5rem;top:49.8125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Kwrct4Ghnn6DRiOlNVtlordLZqTKBJyK { display:flex;width:2.5rem;height:2.5rem;top:35.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #WuHhqRTwg6KyboBCRuP0gA7Ub6ID6mUl { width:19.625rem;height:12.5rem;top:56.9453125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmDaUblDSt7DbeS6Ra3g9VGMR5nugfcm { display:block; }#TmDaUblDSt7DbeS6Ra3g9VGMR5nugfcm > .row .container { width:20rem;height:87.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yoUWZRiPXJaRRrAVSqUZffPdiJr8eg89 { width:20rem;height:4.79980625rem;top:3.75rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8Aln2QK78Fm85uU2odsNsaxL7QclQsQ { display:flex;width:2.5rem;height:2.5rem;top:58.8125rem;left:0rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #tENfHQUq9NexZA8Ce21TgwGkkrwIFelu { display:flex;width:2.5rem;height:2.5rem;top:39.9375rem;left:0rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #TtT8t4Ivyy3xhrbNzB58DsNpf2HNBPO8 { width:14.375rem;height:1.6499rem;top:59.25rem;left:3.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZerJddeOg7MLSUCX49DJ0ocl4d03V6pg { width:14.375rem;height:1.6499rem;top:49.8125rem;left:3.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScoeMRQGpU7XkgT8MIo9XFfLD0cOZTia { display:flex;width:2.5rem;height:2.5rem;top:49.375rem;left:0rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #xeL5QLREr31yCVkONCBBCt1t2vWybvvC { width:20rem;height:7.5rem;top:61.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXk2vEsO4wGCfrQs1MCW3GTF6AkO0VdA { width:20rem;height:6rem;top:52.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AhR8SVDP1opK0sh5sxXkko73ByJCtSQ9 { width:20rem;height:6rem;top:42.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUdHnTeDnGB7DkZFLdOE6mMy94LOmSsz { width:14.375rem;height:1.6499rem;top:40.3125rem;left:3.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eITmtDI2hro8LWO2rROPxnd46kuXtWai { width:13.125rem;height:4.375rem;top:78.375rem;left:0rem;z-index:15038;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #m82vyry1IHfDGrzT2IdTrdmLkJD6KAfg { display:block; }
 }@media only screen and (max-width: 763px) { #zGnXgxb1sSaLwtggUAihUmf2ybip43hp { width:20rem;height:0.3125rem;top:7.234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uA541erqcghmL7nwrKQT1ouxnsMep5gC { width:8.875rem;height:8.875rem;top:7.333984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6I8khKbv0v314gEeN2NIvJCLTAwDQ8D { width:20rem;height:6rem;top:71.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8gyrB7dgUSKm3utp66w2AH5LKHdxvkg { width:14.375rem;height:1.6499rem;top:68.6875rem;left:3.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNKS0zIUdtFpJ20n165Q3RTh5mwgxZWG { display:flex;width:2.5rem;height:2.5rem;top:68.25rem;left:0rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #Sl21rBUskd46AnzFSkaST1wV36DnckI9 { display:block; }#Sl21rBUskd46AnzFSkaST1wV36DnckI9 > .row .container { width:20rem;height:86.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E27wiGlAR1VlU3I7hTiwAIRpvXizUakq { width:13.6875rem;height:4.79980625rem;top:4rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEvvxh7dUmlb6peyfFVbzktotl8OenMu { width:16.875rem;height:1.79980625rem;top:36.1865234375rem;left:3.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRnD7yriw1O1VVVVJyNLoCa6PTrTrTUV { width:20rem;height:6rem;top:39.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQMxJXkFAuLH0FflHhWhwLy98S9iqLKQ { width:20rem;height:6rem;top:14.3359375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmikmKXF0qvCFKLhoHdriGx2yxfD2oTi { width:16.875rem;height:1.79980625rem;top:10.9345703125rem;left:3.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3oDeEpGn7NXKBKag3yhAzHv4wT4ycxI { width:20rem;height:6rem;top:26.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ur8KDMNdfCOw90D2nwGzSCL4tc5JTGyh { width:16.875rem;height:1.79980625rem;top:23.5615234375rem;left:3.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdirAdpc6WAyqBTZiTrfEKKcT3kN9PkG { display:flex;width:4.0625rem;height:4.0625rem;top:1.3359375rem;left:15.9375rem;font-size:2.8125rem; }
 }@media only screen and (max-width: 763px) { #inK7wJPNenotGOhdVZ5gybTrP8lwmfeG { display:flex;width:4.0625rem;height:4.0625rem;top:3.10546875rem;left:14.125rem;font-size:2.8125rem; }
 }@media only screen and (max-width: 763px) { #PePIU9p4GXW3grmVERRZJWZEWDoyyoxe { display:flex;width:2.5rem;height:2.5rem;top:10.5849609375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fnd4nIrk22q8SolMfkrw0Iu9ZkHuUxKz { display:flex;width:2.5rem;height:2.5rem;top:23.2119140625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gwQHw4yE3PgpALS3cQNEIIJycSagy3me { display:flex;width:2.5rem;height:2.5rem;top:35.8369140625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #vhSp8u603zwmK7ebQPVRDOWAPsVRsSuM { width:20rem;height:30rem;top:52.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pszmGhpS9K1yg3xJtHuN3QAKQw8Wgr13 { width:20rem;height:20rem;top:47.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oerbyUOAEmP0hDusQ8Cg9lmeDz9iyPDi { display:block; }#oerbyUOAEmP0hDusQ8Cg9lmeDz9iyPDi > .row .container { width:20rem;height:83.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zDpNmga0nU94OOW46hIhg9z0rDEcI2FE { width:20rem;height:2.3999rem;top:3.552734375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxTBUSTt7NP2kFwVuHFp8yB6OITBfFCc { display:flex;width:1.875rem;height:1.875rem;top:18.625rem;left:0rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #JkOJadsDZJ9TBrqbCmhXGMBoqyOypyAi { width:20rem;height:1.5rem;top:23rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FcLOCifNT5H60zvZbuuQidAEWatfypMH { width:20rem;height:1.5rem;top:33.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kuU1RG6WRTDdVHfds8ecHEln81HnElk2 { display:flex;width:1.875rem;height:1.875rem;top:28.875rem;left:0rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #nXiROFhEFpcDCLaZNqMSvKTffPRe4NKR { width:20rem;height:1.5rem;top:43.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiS71tVAez6muNNw92crTLBthQGVq1VB { display:flex;width:1.875rem;height:1.875rem;top:39.125rem;left:0rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #nDFam5B4TOIP1Da2oZpnEoyR7yEQxUdu { display:flex;width:1.875rem;height:1.875rem;top:49.4375rem;left:0rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #WrUiCazB5TgxkhT26TTdP1v5vkND3UQQ { width:20rem;height:1.5rem;top:53.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cp5qQabEdS24QrWV3Jfadi9ca8AXcDw1 { width:7.5rem;height:7.5rem;top:1.001953125rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlXBvI1JaskpmftC33KxGd73CNgJ6UpT { width:20rem;height:1.5rem;top:7.201171875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfEth6qzq4Q7siw6ixMspF8vAUL9UHZ4 { width:7.5rem;height:7.5rem;top:10.376953125rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vhd3aVIJ3qPO1C4i1FRQTsTWe2WChvdK { width:7.5rem;height:7.5rem;top:19.501953125rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FckQsPzlU0GBuybrqcKNEXv5mvCPUo92 { width:20rem;height:1.6875rem;top:20.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipWGs4Px8e3Nn6ilJGUGypbE07EHI4wt { width:20rem;height:1.6875rem;top:31rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZibXTElFzu5WTFHzkviMdsuaE8QarbRr { width:20rem;height:1.6875rem;top:61.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hznJiDf7LtlnPlHWUEw6EHC0Mdu2SUht { width:20rem;height:1.6875rem;top:51.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sueiu9gOItrZrkHEO1dqHKJRKbVS57Xg { width:20rem;height:1.5rem;top:74.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXDqTC4hJWP5hJ040iV6FGRv7TUXtwbq { width:20rem;height:1.6875rem;top:72.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTsGVqn37u44NCvTM04wgI81ma00wxnl { display:flex;width:1.875rem;height:1.875rem;top:70.125rem;left:0rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #WsvBoV7ZOSB27N3K2srM6NWcMOazVEKe { width:20rem;height:1.5rem;top:64.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwdHKna6r6a9zqxsPKPCQdbxM0h5Eyq7 { display:flex;width:1.875rem;height:1.875rem;top:59.8125rem;left:0rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #QzrmCZTML1XmbTMparxOd26oiwL6p3la { width:20rem;height:1.6875rem;top:41.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9ldHS3DvrmJHG6oLnILc9AeUr9UWPyG { display:block; }#s9ldHS3DvrmJHG6oLnILc9AeUr9UWPyG > .row .container { width:20rem;height:49.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s8bHKCqgv5OmC0LtZuTE5zxX802dLnuh { width:20rem;height:2.3999rem;top:3.0625rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JoyDFvL7v0O3o4I41nVhXdsTInJVymcB { width:3.125rem;height:3.125rem;top:8.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hng2EPBrvHxly1PHUKwI1xJTp0pIxvHB { width:16rem;height:3rem;top:11.3125rem;left:4rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lUxh4esUacz6AFaxiUXRgVsaKXJOlre2 { width:3.125rem;height:3.125rem;top:28.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2RDATSzLzBSFnVGJ6cP5bnte4vqtl6S { width:16rem;height:3rem;top:31.0625rem;left:4rem;font-size:1rem;z-index:15004;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #o5v8ySqGR5e9dlOXMmU6T2ymRPneSAPb { width:3.125rem;height:3.125rem;top:18.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #THiV2LqAay7qHCeLwmakTW0mCFDtNJ11 { width:16rem;height:3rem;top:21.1875rem;left:4rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SJWOLsOlqyLVTL9RxCZnCHWFbH0EeZJz { width:16rem;height:1.5rem;top:40.9375rem;left:4rem;font-size:1rem;z-index:15004;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TgTJ2NrM6wABbR0IirgT9kq9kdX4GDqp { width:3.125rem;height:3.125rem;top:38.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #px43ZqtPamodfZXIeqBTbPotNEVHEOdE { width:16rem;height:2.0625rem;top:28.75rem;left:4rem;font-size:1.375rem;z-index:15004;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BUsrqWcQzamXCTP2mtr7ipn0Koz20Go9 { width:16rem;height:2.0625rem;top:38.625rem;left:4rem;font-size:1.375rem;z-index:15004;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SvMT1nx8c5gafkXTh4CdsQgb8bzTqGuQ { width:16rem;height:2.0625rem;top:9rem;left:4rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XLNvHSabuzbKESoFZFzylKTTqeiy5MNx { width:16rem;height:2.0625rem;top:18.875rem;left:4rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AIt3kXl62SbUHTCbxi9JAgCv4czK3TiO { display:flex;width:1.875rem;height:1.875rem;top:9.1875rem;left:0.625rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #i1PZTLee3fuKTTtrDL6Xnw6BCRHwf22S { display:flex;width:1.875rem;height:1.875rem;top:19.0625rem;left:0.625rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #BTqmf6HP1maCKwZuS00bJTOR3J9nC6PN { display:flex;width:1.875rem;height:1.875rem;top:28.9375rem;left:0.625rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #t9WnqSnqhDeFIn8iIv64vtfqc3fl3Zct { display:flex;width:1.875rem;height:1.875rem;top:38.8125rem;left:0.625rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #HS06MvfhTTRvEcSy0kXQE7taH1g4G8Ka { width:0.4375rem;height:28.125rem;top:10.25rem;left:1.3125rem;border-top:0;border-left:0.375rem dotted #6d20f7;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #ElNBI2hBysXBMC448A6TSOCDOhhD3dLU { display:block; }#ElNBI2hBysXBMC448A6TSOCDOhhD3dLU > .row .container { width:20rem;height:39.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nxnMNJxClSdvKcXqOtJGawir122vxTr6 { width:13.125rem;height:3.75rem;top:18.671875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptVxpeicyFpR02kDXfxnOMiuCOyMGl9c { display:block; }
 }@media only screen and (max-width: 763px) { #z1XLVKz14ivCB2PaTSPNLXouPbuWZDKF { width:20rem;height:4.79980625rem;top:2.5625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ia6sM7zaStuqfQ781TUveHGqZowqvcV5 { width:20rem;height:16.3125rem;top:23.109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PK8wwZyopT84QZgslZGHWdJZdDH2o2FF { width:20rem;height:6rem;top:8.609375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyyE0tT0CsT7WSSOkFSqCavc9W2WZE6r { width:18.4375rem;height:6rem;top:25.3125rem;left:0.9375rem;font-size:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #TZ5MG56PoO6q612QpnXOSQaeZeE8Mmh7 { display:block; }#TZ5MG56PoO6q612QpnXOSQaeZeE8Mmh7 > .row .container { width:20rem;height:34.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tnfgvO14Fow6mTBzwZuqI1qZ3g3eyD11 { width:20rem;height:2.3999rem;top:1.875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrLliSPGMSXTkifewTX3F4ryTvyXVTFf { width:20rem;height:4.5rem;top:6.0859375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNOtTAz4MMGRCr5F1pztzIwMkmQBOLJx .widget-regular-label { display:block;width:16.25rem; }
#fNOtTAz4MMGRCr5F1pztzIwMkmQBOLJx .widget-input-text { width:16.25rem; }
#fNOtTAz4MMGRCr5F1pztzIwMkmQBOLJx .widget-input-text {padding-top: 0; padding-bottom: 0;}#fNOtTAz4MMGRCr5F1pztzIwMkmQBOLJx .widget-textarea { width:16.25rem; }
#fNOtTAz4MMGRCr5F1pztzIwMkmQBOLJx .widget-input-select { width:16.25rem; }
#fNOtTAz4MMGRCr5F1pztzIwMkmQBOLJx .widget-input-select {padding-top: 0; padding-bottom: 0;}#fNOtTAz4MMGRCr5F1pztzIwMkmQBOLJx .widget-input-button { width:17rem;height:4.375rem;margin-top:0.3125rem;margin-right:-0.5625rem;margin-bottom:0.3125rem;margin-left:0; }
#fNOtTAz4MMGRCr5F1pztzIwMkmQBOLJx .widget-checkbox-label { width:15.3125rem; }
#fNOtTAz4MMGRCr5F1pztzIwMkmQBOLJx .widget-radio-label { width:6.9375rem; }
#fNOtTAz4MMGRCr5F1pztzIwMkmQBOLJx  { width:17.5rem;height:auto;top:11.2734375rem;left:0rem; }
#fNOtTAz4MMGRCr5F1pztzIwMkmQBOLJx .radio-container { width:16.875rem; }
#fNOtTAz4MMGRCr5F1pztzIwMkmQBOLJx {display:inline-block;}#fNOtTAz4MMGRCr5F1pztzIwMkmQBOLJx { width:17.5rem;height:auto;top:11.2734375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fNOtTAz4MMGRCr5F1pztzIwMkmQBOLJx #HAoOBqqyBatR1Iex5COuptTOAQzXsxn9 {  }
 }@media only screen and (max-width: 763px) { #fNOtTAz4MMGRCr5F1pztzIwMkmQBOLJx #TZF1STpZTsHdBHlUALtAi6f7X3Enb7ng {  }
 }@media only screen and (max-width: 763px) { #fNOtTAz4MMGRCr5F1pztzIwMkmQBOLJx #z61L3AdeQXARuJ9toJ6UH5bbXdkmQoMt {  }
 }@media only screen and (max-width: 763px) { #fNOtTAz4MMGRCr5F1pztzIwMkmQBOLJx #oBLEqdn43cKlLAxz6HkhkpVgRukVndFo {  }
 }@media only screen and (max-width: 763px) { #fNOtTAz4MMGRCr5F1pztzIwMkmQBOLJx #nyweoBZJGhsf6KsEiXIN1Hg87Q5H0OL3 { display:none; }
 }@media only screen and (max-width: 763px) { #fNOtTAz4MMGRCr5F1pztzIwMkmQBOLJx #BHHTXdI4toipbBnOSkPc2dmCWpIALThf {  }
 }@media only screen and (max-width: 763px) { #fNOtTAz4MMGRCr5F1pztzIwMkmQBOLJx #Ri4RBimTLX8bvPhT15Ic2XwoK8kRFKEU {  }
 }@media only screen and (max-width: 763px) { #fNOtTAz4MMGRCr5F1pztzIwMkmQBOLJx #D86uLhRVhgD8pxefHD8OD8sRBMqbnpk9 {  }
 }@media only screen and (max-width: 763px) { #fNOtTAz4MMGRCr5F1pztzIwMkmQBOLJx #TSsE1LT7e2bafeaJSoRST4Q5ToEOxyPW {  }
 }@media only screen and (max-width: 763px) { #fNOtTAz4MMGRCr5F1pztzIwMkmQBOLJx #fq51taLUK0Hz7dacD37Mo5VmvhMEFxrb {  }
 }@media only screen and (max-width: 763px) { #fNOtTAz4MMGRCr5F1pztzIwMkmQBOLJx #QS70UiikWJNTbkW62169liRWZv399fZv {  }
 }@media only screen and (max-width: 763px) { #zhPgp2MoEqwMfbq65hnTxrBscrTU1IyK { display:block; }#zhPgp2MoEqwMfbq65hnTxrBscrTU1IyK > .row .container { width:20rem;height:48.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tbSk4zHmf5fF3wXFp2civBwaIpGoXIIc { width:20rem;height:4.79980625rem;top:3.3125rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LqcNhLudrn6fC83CUdsrbSSVl69gKUFk { display:flex;width:3.75rem;height:3.75rem;top:10.421875rem;left:14.9375rem;font-size:2.625rem; }
 }@media only screen and (max-width: 763px) { #RmSlG32QHgQ0su5eryJi1ifs44LuaLpg { display:flex;width:3.75rem;height:3.75rem;top:8.734375rem;left:13.3125rem;font-size:2.625rem; }
 }@media only screen and (max-width: 763px) { #UgWlonDhGPNzFlcqLi4xQuvBPD5HKxtC .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UgWlonDhGPNzFlcqLi4xQuvBPD5HKxtC .accordion-heading-text { line-height:1.5;overflow:hidden;height:auto; }
#UgWlonDhGPNzFlcqLi4xQuvBPD5HKxtC .accordion-desc-text { line-height:1.5;overflow:hidden;height:auto; }
#UgWlonDhGPNzFlcqLi4xQuvBPD5HKxtC { display:flex;height:auto;width:20rem;top:11.859375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UgWlonDhGPNzFlcqLi4xQuvBPD5HKxtC #GykoKxuwA6q5Rw1uHRw8ezm49TBMz6pR {  }
 }@media only screen and (max-width: 763px) { #UgWlonDhGPNzFlcqLi4xQuvBPD5HKxtC #KDGyRpTe5eWka1ICxARx49h89viIMiUS {  }
 }@media only screen and (max-width: 763px) { #UgWlonDhGPNzFlcqLi4xQuvBPD5HKxtC #glywXdOysW0l49c5UrCA3MLIHnfKmazv {  }
 }@media only screen and (max-width: 763px) { #UgWlonDhGPNzFlcqLi4xQuvBPD5HKxtC #X2XTTpqtgMOZ8Q0lPHNtsku0nvFW4SMz {  }
 }@media only screen and (max-width: 763px) { #UgWlonDhGPNzFlcqLi4xQuvBPD5HKxtC #uKQ1eTOkREfmM6WQK9ORUr5KzvtrpCTW {  }
 }@media only screen and (max-width: 763px) { #UgWlonDhGPNzFlcqLi4xQuvBPD5HKxtC #MZ9O7kTNXt2Erm0ttJzm6HTZ0Il7Vpky {  }
 }@media only screen and (max-width: 763px) { #UgWlonDhGPNzFlcqLi4xQuvBPD5HKxtC #xymZ8n57ZKw414T9vHJnyWgTrmFTw2iv {  }
 }@media only screen and (max-width: 763px) { #UgWlonDhGPNzFlcqLi4xQuvBPD5HKxtC #z29Gz6WH56aS1i4FMmsKMry06THCluoQ {  }
 }@media only screen and (max-width: 763px) { #UgWlonDhGPNzFlcqLi4xQuvBPD5HKxtC #ZVrT1TvBUzE8LHTpUwasvMiI3mu0aqXf {  }
 }@media only screen and (max-width: 763px) { #UgWlonDhGPNzFlcqLi4xQuvBPD5HKxtC #owbZWM8dv9UdtkSPMz4ov00ZscoLI67i {  }
 }@media only screen and (max-width: 763px) { #UgWlonDhGPNzFlcqLi4xQuvBPD5HKxtC #P3MIZQ8y4dhv0efFL6tsShrQVQmXvdXq {  }
 }@media only screen and (max-width: 763px) { #UgWlonDhGPNzFlcqLi4xQuvBPD5HKxtC #bKt9vXugciKemMBI32sc3ha7D8SrTUZE {  }
 }@media only screen and (max-width: 763px) { #UgWlonDhGPNzFlcqLi4xQuvBPD5HKxtC #f5ypu9Xm4aPe2NZrfAIHPer2quAhirnh {  }
 }@media only screen and (max-width: 763px) { #UgWlonDhGPNzFlcqLi4xQuvBPD5HKxtC #wPre39uPAiAsWRrVGdzmrsMuQTsfiZSG {  }
 }@media only screen and (max-width: 763px) { #UgWlonDhGPNzFlcqLi4xQuvBPD5HKxtC #yah5SeXoWQkkEFJgPQVTTtihBgITcs5u {  }
 }@media only screen and (max-width: 763px) { #VCaSkAUTIorHIPUBtXuTfPbCxsqMDPW0 { display:block; }#VCaSkAUTIorHIPUBtXuTfPbCxsqMDPW0 > .row .container { width:20rem;height:21.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I2G0WrhcBA6JbWLmS6PDD0GUpqT7h42r { width:18.5625rem;height:1.5rem;top:4.2998046875rem;left:0.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vc1X2MBuhOLfTCsfsRrvqsGLXFirWxUG { width:9.375rem;height:3.125rem;top:12.0498046875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZOGgQTEmmSF9FolI0TZiipTq1WqiDkZ { display:block; }
 }@media only screen and (max-width: 763px) { #lgrgATreXNBvlWCWy2EhHL9LmXV6V1aa { width:9.375rem;height:3.125rem;top:8.2998046875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUfpkAM3V5A3yHnFzy45MN3IKKJte5PP { display:block; }
 }@media only screen and (max-width: 763px) { #PWzQuwBwCfNQbKH0WZqrzTvB3CLasfST { width:9.375rem;height:3.125rem;top:15.7998046875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #elZdaoZ6Szh3AaU5Vr3d9xONU4Ot9ldL { display:block; }
 }@media only screen and (max-width: 763px) { #iBUwMdfl4AAbOqQ5zfFEgDvZEX1kwty3 { width:20rem;height:0.125rem;top:7.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rx7qA3R1hdt6KX9TITh0lwJBMtbAedHL { width:5.75rem;height:1.8125rem;top:1.4248046875rem;left:5.9375rem;display:block; }
 }