.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:216,239,251;--color-primary-1:139,206,242;--color-primary-2:62,174,234;--color-primary-3:14,154,229;--color-primary-4:36,46,53;--color-secondary-0:250,228,228;--color-secondary-1:238,166,166;--color-secondary-2:220,77,77;--color-secondary-3:110,39,39;--color-secondary-4:33,12,12;--color-tertiary-0:255,255,255;--color-tertiary-1:253,255,255;--color-tertiary-2:245,245,250;--color-tertiary-3:128,128,128;--color-tertiary-4:0,0,0;--headlines-font-family:"Poppins";--paragraphs-font-family:"Poppins"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;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); }#K7bqrKs2L7cXeCmbLPmGmgl5wK9CuO6A { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),0.9);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#K7bqrKs2L7cXeCmbLPmGmgl5wK9CuO6A > .row .container { background-color: transparent; background-image: none; }#K7bqrKs2L7cXeCmbLPmGmgl5wK9CuO6A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K7bqrKs2L7cXeCmbLPmGmgl5wK9CuO6A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K7bqrKs2L7cXeCmbLPmGmgl5wK9CuO6A > .row .container > .video-iframe-container { display: none; }#K7bqrKs2L7cXeCmbLPmGmgl5wK9CuO6A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K7bqrKs2L7cXeCmbLPmGmgl5wK9CuO6A > .row > .video-iframe-container { display: none; }#K7bqrKs2L7cXeCmbLPmGmgl5wK9CuO6A > .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); }#K7bqrKs2L7cXeCmbLPmGmgl5wK9CuO6A > .row .container { border-width: 0; border-radius: 0; }#K7bqrKs2L7cXeCmbLPmGmgl5wK9CuO6A > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K7bqrKs2L7cXeCmbLPmGmgl5wK9CuO6A > .row .container { font-size:0.875rem;font-family:arial;height:6.5625rem;width:60rem;position:relative;display:block; }#c4wJ5ZeDbTfVyUZDb0bRHdcfA7F75sz3 { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#HeDfdlU6U1724Sd3Tvb3GiQCU1Dttlqq { background-color:rgba(var(--color-primary-3),0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.75rem;height:2.5625rem;text-decoration:none;z-index:15016;text-align:left;text-align-last:left;top:2rem;left:25.240234375rem;display:block; }
#eAd5JNQMFS2uhv3fT7k1WJ51wr8zZkHR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GkeW3OATo4oD2FODU0Hf0vyaCqOlynT9 { background-color:rgba(var(--color-primary-3),0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.125rem;height:2.4375rem;text-decoration:none;z-index:15018;text-align:left;text-align-last:left;top:2.0625rem;left:39.865234375rem;display:block; }
#tfcwavFtKdaCt51kpeXXwnLCBoWcFumZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uCePQZ6JH6PlA72AseF6ygO4eENSkGZB { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(var(--color-tertiary-4),0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-1),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.3125rem;height:2.625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:1.96875rem;left:47.34375rem;display:block; }
#HbTD6bNWLMsXHikGSC6zRKqcVLUkDa4g { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vhMsOUliHCFSZl7DhD3CEUwQdHCBZr2W { background-color:rgba(var(--color-primary-3),0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.6875rem;height:2.5rem;text-decoration:none;z-index:15019;text-align:left;text-align-last:left;top:2.03125rem;left:16.427734375rem;display:block; }
#iXL0qu0gzzSWeOfJCRJWtaQlooe44thH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eWwTQHRU3JOZIoLeMaL3bBaMs9Trzqnb { background-color:rgba(var(--color-primary-3),0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.4375rem;height:2.4375rem;text-decoration:none;z-index:15019;text-align:left;text-align-last:left;top:2.0625rem;left:9.052734375rem;display:block; }
#qFfifrNL36D9TIIe1xv53o24Ho7R1FMO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VKAbDI9Ocm54GAfdn4hi3iraDTMPdmSB { background-color:rgba(var(--color-primary-3),0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.6875rem;height:2.4375rem;text-decoration:none;z-index:15020;text-align:left;text-align-last:left;top:2.0625rem;left:36.052734375rem;display:block; }
#lkJOGyr91VAHcWdT97nxFQoIgMI7aTv9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WfcZT7kFurnCA4SD2NOKq1gmzc6ofTrr { background-color:rgba(var(--color-primary-3),0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4rem;height:2.4375rem;text-decoration:none;z-index:15019;text-align:left;text-align-last:left;top:2.0625rem;left:30.802734375rem;display:block; }
#kF0UxERA8XtSfGvg8OZCBNMaHTBcILaK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TZ17KUZqBnBzyz9qH0blmoV7fxDciJBz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TZ17KUZqBnBzyz9qH0blmoV7fxDciJBz > .row .container { background-color: transparent; background-image: none; }#TZ17KUZqBnBzyz9qH0blmoV7fxDciJBz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZ17KUZqBnBzyz9qH0blmoV7fxDciJBz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZ17KUZqBnBzyz9qH0blmoV7fxDciJBz > .row .container > .video-iframe-container { display: none; }#TZ17KUZqBnBzyz9qH0blmoV7fxDciJBz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZ17KUZqBnBzyz9qH0blmoV7fxDciJBz > .row > .video-iframe-container { display: none; }#TZ17KUZqBnBzyz9qH0blmoV7fxDciJBz > .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); }#TZ17KUZqBnBzyz9qH0blmoV7fxDciJBz > .row .container { border-width: 0; border-radius: 0; }#TZ17KUZqBnBzyz9qH0blmoV7fxDciJBz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TZ17KUZqBnBzyz9qH0blmoV7fxDciJBz > .row .container { font-size:0.875rem;font-family:arial;height:46.25rem;width:60rem;position:relative;display:block; }#RmsbquHtXzqEDCRNaxL1nbzT22Xzg2wL { color:rgba(var(--color-tertiary-4),1);display:block;width:27.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:7.65625rem;left:0.6875rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ARml1rR3MP5H0bRgkndiOqNrHahrP89R { color:rgba(var(--color-tertiary-4),1);display:block;width:25.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:14.0390625rem;left:0.6875rem;height:6.37206875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qd2iTxb2URhWxbGo3zLmPCyB694wFJr0 { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:12.5rem;top:14.6015625rem;left:0.6875rem;display:block; }
#PhT4Gs1CT2sK7OScHwHus0CPoKkWCpW8 { color:rgba(var(--color-tertiary-4),1);display:block;width:25.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15005;line-height:1.1;letter-spacing:0;top:36.9248046875rem;left:0.6875rem;height:4.671875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mfbTtpIN1ihhe4Vb75wzmbT5FgUApilg { color:rgba(var(--color-tertiary-4),1);display:block;width:25.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:43.4091796875rem;left:0.6875rem;height:1.2744125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yTFbLSbwMkKPUCTEd2cGf3pcT7p6ifUe { color:rgba(var(--color-tertiary-4),1);display:block;width:26.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:11.80078125rem;left:0.6875rem;height:1.6494125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ntIf6MkTO0urfM4aEIrSc8iEyMhxLF6Q { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:32.5625rem;width:31.5rem;top:10.9091796875rem;left:27.5rem;overflow:hidden;display:block; }
#na73DiDKEr6FMlyecKRRqZLVTGzX1VMM { color:rgba(var(--color-tertiary-4),1);display:block;width:25.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15005;line-height:1.1;letter-spacing:0;top:22.8515625rem;left:0.6875rem;height:3.50390625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RntJPMRcWMmQo5IAfKyrnewBkKyb8vlF { color:rgba(var(--color-tertiary-4),1);display:block;width:25.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15006;line-height:1.1;letter-spacing:0;top:28.7890625rem;left:0.6875rem;height:5.83984375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xOb8ZEpHo6NnyBgaQwS7NymLnP3GvBUb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xOb8ZEpHo6NnyBgaQwS7NymLnP3GvBUb > .row .container { background-color: transparent; background-image: none; }#xOb8ZEpHo6NnyBgaQwS7NymLnP3GvBUb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xOb8ZEpHo6NnyBgaQwS7NymLnP3GvBUb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xOb8ZEpHo6NnyBgaQwS7NymLnP3GvBUb > .row .container > .video-iframe-container { display: none; }#xOb8ZEpHo6NnyBgaQwS7NymLnP3GvBUb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xOb8ZEpHo6NnyBgaQwS7NymLnP3GvBUb > .row > .video-iframe-container { display: none; }#xOb8ZEpHo6NnyBgaQwS7NymLnP3GvBUb > .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); }#xOb8ZEpHo6NnyBgaQwS7NymLnP3GvBUb > .row .container { border-width: 0; border-radius: 0; }#xOb8ZEpHo6NnyBgaQwS7NymLnP3GvBUb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xOb8ZEpHo6NnyBgaQwS7NymLnP3GvBUb > .row .container { font-size:0.875rem;font-family:arial;height:48.8125rem;width:60rem;position:relative;display:block; }#OK0gKtODMF2oyZCTpHhbQCAXUrU1SD5q { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:1.6875rem;left:0rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Pb1erpLguK6xbaDkTu1T90VpFvw42ceB { color:rgba(var(--color-tertiary-4),1);display:block;width:49.9365rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:4.8515625rem;left:5.498046875rem;height:5.09765625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#N3nlGhtee3CaUOIKvmNDBwf6FuZTnnfA { color:rgba(var(--color-tertiary-4),1);display:block;width:48.6865rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:19.224853515625rem;left:5.65673828125rem;height:7.6220625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#N3nlGhtee3CaUOIKvmNDBwf6FuZTnnfA li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#N3nlGhtee3CaUOIKvmNDBwf6FuZTnnfA li:before{  }
#zvGZD9lczn5WP9BhelVnrT82ThqPCIsz { color:rgba(var(--color-tertiary-4),1);display:block;width:48.6865rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:40.225830078125rem;left:5.65673828125rem;height:5.09765625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UTQU6OSRtezNTOdTs7I7U5xCTMFasE0t { color:rgba(var(--color-tertiary-4),1);display:block;width:48.6865rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:31.04248046875rem;left:4.8095703125rem;height:4.44824375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#UTQU6OSRtezNTOdTs7I7U5xCTMFasE0t li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#UTQU6OSRtezNTOdTs7I7U5xCTMFasE0t li:before{  }
#yTzLhrzkF1t3VDvUqggAOmpyMO4ZXAeM { color:rgba(var(--color-tertiary-4),1);display:block;width:48.6865rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:37.60009765625rem;left:4.8095703125rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Wf4miXFcb25kP7KTHQaIIaEBlOmi2Top { color:rgba(var(--color-tertiary-4),1);display:block;width:48.6865rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:16.309814453125rem;left:5.65673828125rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#x4gGOKiahuyeInWdTDF5eeCTRG2ffOou { color:rgba(var(--color-tertiary-4),1);display:block;width:48.6865rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:28.121337890625rem;left:5.65673828125rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#H4x71y4d4rDVZG9EXhiRENFqp95StZyT { color:rgba(var(--color-tertiary-4),1);display:block;width:48.6865rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:12.4755859375rem;left:5.65673828125rem;height:2.548825rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xPyI3nu4d2cLGNTR43TxmTb8OiFplcXw { box-sizing:content-box;height:47.125rem;width:57.5625rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-3),0.03);background-image:none;box-shadow: 0.1875rem 0.1875rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.78125rem;left:1.217041015625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#XJ8vb4cb3pu6qlie9c2MsRipzNPxUBF5 { position:relative;display:block; }#XJ8vb4cb3pu6qlie9c2MsRipzNPxUBF5 { background-color: transparent; background-image: none; }#XJ8vb4cb3pu6qlie9c2MsRipzNPxUBF5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XJ8vb4cb3pu6qlie9c2MsRipzNPxUBF5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XJ8vb4cb3pu6qlie9c2MsRipzNPxUBF5 > .row .container > .video-iframe-container { display: none; }#XJ8vb4cb3pu6qlie9c2MsRipzNPxUBF5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XJ8vb4cb3pu6qlie9c2MsRipzNPxUBF5 > .row > .video-iframe-container { display: none; }#XJ8vb4cb3pu6qlie9c2MsRipzNPxUBF5 > .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); }#XJ8vb4cb3pu6qlie9c2MsRipzNPxUBF5 { border-width: 0; border-radius: 0; }#XJ8vb4cb3pu6qlie9c2MsRipzNPxUBF5 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#XJ8vb4cb3pu6qlie9c2MsRipzNPxUBF5 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:49.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TgHUa1HFdXPCARDZJFnHvC1lzNdL57g7 { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:1.4375rem;left:0rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LuckyG2OTZFIu7yDMwla9oWo3ckkpKJx { color:rgba(var(--color-tertiary-4),1);display:block;width:54.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:4.5390625rem;left:2.53125rem;height:2.8496125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Sm6i8ZlLTvWyelDBXfnqHJisAQ4uObIz { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:14.5rem;width:24.9375rem;top:10.125rem;left:2.53125rem;overflow:hidden;display:block; }
#lqUTGNJZqVd0dhcad9DvieKC0IpbzcXB { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:14.5rem;width:24.9375rem;top:10.125rem;left:32.53125rem;overflow:hidden;display:block; }
#IKNE2uKD4XZK8DS1zGWn2Mge14VPp2f9 { color:rgba(var(--color-tertiary-4),1);display:block;width:26.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:25.7626953125rem;left:1.65625rem;height:2.8496125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cH8lx3StHKHFGwQuXC5x7NgcWOgsdhlR { color:rgba(var(--color-tertiary-4),1);display:block;width:17.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:25.7626953125rem;left:36.375rem;height:2.8496125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JXTniUpCcKXrCV8IazNoiZJnleOI8aHG { color:rgba(var(--color-tertiary-4),1);display:block;width:29.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:30.44921875rem;left:0rem;height:1.30615rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HwU2N1DqqTrfIXDgfr7A0C5ByUha77W4 { color:rgba(var(--color-tertiary-4),1);display:block;width:29.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:35.88671875rem;left:0rem;height:1.30615rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZNJFKa1qfthRVQqqhUoMmblNK6MpQofg { color:rgba(var(--color-tertiary-4),1);display:block;width:30.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:32.3125rem;left:0rem;height:2.699225rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ys3XcoiqPAyBfT2DuPQnchGachmTN7BS { color:rgba(var(--color-tertiary-4),1);display:block;width:30.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:37.939453125rem;left:0rem;height:2.699225rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZiqqePqQrsW1QiZaTibAhA2wpyNbK6fP { color:rgba(var(--color-tertiary-4),1);display:block;width:29.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:31.75390625rem;left:30rem;height:1.4433625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tqJNAcHe4puo9M6rgHfS0pKZcRaRM8c7 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.8;letter-spacing:0;top:34.2890625rem;left:37.46875rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qhyUeqNSL7WkTFVPb01eabkOtlZkDHk0 { background-color:#4fb04f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 0.3125rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;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.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.875rem;height:2.9375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:45.193359375rem;left:8.0625rem;display:block; }
#T0xuG9B8L7iITTRzszq2Pc9cvyb3Bi3L { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ThF55E5RRRk1sTJ4x4Up3xHTpgMXtCAB { background-color:#4fb04f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 0.3125rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;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.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.875rem;height:2.9375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:45.193359375rem;left:38.0625rem;display:block; }
#CQRa6FgbiQrHT1bB8XfozeJOaUIZD9AW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#k4Rboa9vbsuksBe3frznlqlGdk53bNEc { box-sizing:content-box;height:11.5625rem;width:15.0625rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-3),0.03);background-image:none;box-shadow: 0.1875rem 0.1875rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:29.8359375rem;left:7.46875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#cEANtagk2qaPy8vIXlNFuLPGFKHLicsN { box-sizing:content-box;height:10.6875rem;width:15.125rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-3),0.03);background-image:none;box-shadow: 0.1875rem 0.1875rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.0234375rem;left:37.4375rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#D1oaGaCGNDKKmOOWa6TgrgUxWityquVu { color:rgba(var(--color-tertiary-4),1);display:block;width:29.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:42.5751953125rem;left:0.09375rem;height:1.42480625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cGoKctvsgxuOpFNumOtzzOkw1DixdQ18 { color:rgba(var(--color-tertiary-4),1);display:block;width:29.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:42.5751953125rem;left:30rem;height:1.42480625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WiCvh4cyVibmnBIPsXQUV5TKxFGWqkGS { position:relative;display:block; }#WiCvh4cyVibmnBIPsXQUV5TKxFGWqkGS { background-color: transparent; background-image: none; }#WiCvh4cyVibmnBIPsXQUV5TKxFGWqkGS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WiCvh4cyVibmnBIPsXQUV5TKxFGWqkGS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WiCvh4cyVibmnBIPsXQUV5TKxFGWqkGS > .row .container > .video-iframe-container { display: none; }#WiCvh4cyVibmnBIPsXQUV5TKxFGWqkGS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WiCvh4cyVibmnBIPsXQUV5TKxFGWqkGS > .row > .video-iframe-container { display: none; }#WiCvh4cyVibmnBIPsXQUV5TKxFGWqkGS > .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); }#WiCvh4cyVibmnBIPsXQUV5TKxFGWqkGS { border-width: 0; border-radius: 0; }#WiCvh4cyVibmnBIPsXQUV5TKxFGWqkGS > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#WiCvh4cyVibmnBIPsXQUV5TKxFGWqkGS > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:39.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Qiby1BcHkT6aM33pNFEoQNSssF7a4FF5 { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:14.5rem;width:24.9375rem;top:0.9375rem;left:2.53125rem;overflow:hidden;display:block; }
#ACL11MzOpn0UaScE7nKuxhqtOqztXJHN { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:14.5rem;width:24.9375rem;top:0.9375rem;left:32.53125rem;overflow:hidden;display:block; }
#QPo929JErKk4VTyVHSHZHURqmCVlPkdb { color:rgba(var(--color-tertiary-4),1);display:block;width:26.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:16.5751953125rem;left:1.65625rem;height:2.8496125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VIGO4ewTSobHzOemMFy38unsAPqddWwT { color:rgba(var(--color-tertiary-4),1);display:block;width:25.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15008;line-height:.8;letter-spacing:0;top:16.5751953125rem;left:32.21875rem;height:1.8984375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sCaacTXFAGK3km4yWiqX4w8tH1741CSt { color:rgba(var(--color-tertiary-4),1);display:block;width:29.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:21.01171875rem;left:0rem;height:1.3056625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#n2dE7TUdyrOflq4QMow8KWsMWMLLk2ha { color:rgba(var(--color-tertiary-4),1);display:block;width:29.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:26.5341796875rem;left:0rem;height:1.3056625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#S3DXgn4cFByLXx6frUxM7TtRxDeRzLLh { color:rgba(var(--color-tertiary-4),1);display:block;width:30.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:23.1259765625rem;left:0rem;height:2.699225rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rmFmlo1Z5r2mDcpghRRcCAqJstyeerub { color:rgba(var(--color-tertiary-4),1);display:block;width:30.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:28.6123046875rem;left:0rem;height:2.699225rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nFFmXNqGEp6fm25ix1dhJJawPTtWsmFu { color:rgba(var(--color-tertiary-4),1);display:block;width:29.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:21.8837890625rem;left:30rem;height:1.3056625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OD0ntuptQaT68VfZtPRxL85zCrfBmFBM { color:rgba(var(--color-tertiary-4),1);display:block;width:30.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:23.7998046875rem;left:29.8125rem;height:1.3496125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FrbMV6MCv8NilvzbuTzue4Z1RD8K3Qxx { color:rgba(var(--color-tertiary-4),1);display:block;width:29.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:26.5341796875rem;left:30rem;height:1.3056625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zZ1EMkVgfVdAp5cFDGtUO3mRKxLWTPdT { color:rgba(var(--color-tertiary-4),1);display:block;width:30.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:28.6123046875rem;left:29.8125rem;height:1.3496125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#C9KHuLzbAkTg3n8iTvxxV8MRTIGxI0QO { background-color:#4fb04f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 0.3125rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;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.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.875rem;height:2.9375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:35.88671875rem;left:8.0625rem;display:block; }
#S0ze19RnEM4uaIK0fnOthrRySEdwqNtC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bSxq0VUKJlZPOVehnBdnP1dyvQZx89EZ { background-color:#4fb04f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 0.3125rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;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.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.875rem;height:2.9375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:35.88671875rem;left:38.0625rem;display:block; }
#E5zOdFeoBqTzVlsF8dMnHcFfDdQpTa0q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NxClgJnhnm7guzISX8HoXGpQ0grF165i { box-sizing:content-box;height:12rem;width:15.0625rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-3),0.03);background-image:none;box-shadow: 0.1875rem 0.1875rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.25390625rem;left:7.46875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#ZLfIl26RtCLaHd6SVsVTfHCgutzgCues { box-sizing:content-box;height:12.4375rem;width:15.125rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-3),0.03);background-image:none;box-shadow: 0.1875rem 0.1875rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.1376953125rem;left:37.4375rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#LdRuPbm7U7xDxnsofb1dZeBU035TuNgh { color:rgba(var(--color-tertiary-4),1);display:block;width:29.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:33.4375rem;left:0rem;height:1.42480625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DfdbQdNWihaOOLu7dRJKXrk3R4iFvHbq { color:rgba(var(--color-tertiary-4),1);display:block;width:29.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15011;line-height:1.2;letter-spacing:0;top:33.4375rem;left:30.1875rem;height:1.42480625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#L0CNUNC8ET27Srvt7w9fVgUakJTpk2fC { position:relative;display:block; }#L0CNUNC8ET27Srvt7w9fVgUakJTpk2fC { background-color: transparent; background-image: none; }#L0CNUNC8ET27Srvt7w9fVgUakJTpk2fC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L0CNUNC8ET27Srvt7w9fVgUakJTpk2fC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L0CNUNC8ET27Srvt7w9fVgUakJTpk2fC > .row .container > .video-iframe-container { display: none; }#L0CNUNC8ET27Srvt7w9fVgUakJTpk2fC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L0CNUNC8ET27Srvt7w9fVgUakJTpk2fC > .row > .video-iframe-container { display: none; }#L0CNUNC8ET27Srvt7w9fVgUakJTpk2fC > .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); }#L0CNUNC8ET27Srvt7w9fVgUakJTpk2fC { border-width: 0; border-radius: 0; }#L0CNUNC8ET27Srvt7w9fVgUakJTpk2fC > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#L0CNUNC8ET27Srvt7w9fVgUakJTpk2fC > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:29.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#DPfmfqIr2quv6G49dEypwUVkUlFy53Lo { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:14.5rem;width:24.9375rem;top:1rem;left:3.28125rem;overflow:hidden;display:block; }
#gXqlg7DT454n5Tyso69aM0h2Q6qEW5Dh { color:rgba(var(--color-tertiary-4),1);display:block;width:25.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:16.5244140625rem;left:3.0625rem;height:2.8496125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hyT6zRirxLVDZ1TQQBAgnkCHN9RMaygR { box-sizing:content-box;height:20.9375rem;width:21.5rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-3),0.03);background-image:none;box-shadow: 0.1875rem 0.1875rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1rem;left:33.21875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#XUSAfifO3lUBIJwkOFETTuhdFimtSNK5 { color:rgba(var(--color-tertiary-4),1);display:block;width:23.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:2.25rem;left:32.0625rem;height:1.3056625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#g3LJiAmHb7X3PpLcUtbcRnyHwVQMqymn { color:rgba(var(--color-tertiary-4),1);display:block;width:23.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:4.375rem;left:31.9375rem;height:2.699225rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bVWCqgXtcvhfrppWxTvXAONsn2Tx5OL8 { color:rgba(var(--color-tertiary-4),1);display:block;width:23.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:8.94140625rem;left:31.96875rem;height:1.3056625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gI6FTAoelPDKw0QUSit8mUDiFZAtdeWH { color:rgba(var(--color-tertiary-4),1);display:block;width:23.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:11.0625rem;left:31.9375rem;height:2.699225rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mRIx1Qw4lBuppc3Jx6oGfooA33PMoT1M { color:rgba(var(--color-tertiary-4),1);display:block;width:24.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15008;line-height:1.1;letter-spacing:0;top:15.5rem;left:31.84375rem;height:1.3056625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TBZOi0a296ZXZXg48kVn2cT96IIJQRoV { color:rgba(var(--color-tertiary-4),1);display:block;width:23.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:18.17578125rem;left:31.9375rem;height:2.699225rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#miIOJkACR684zfTXfIbKebZoXcFWiMaL { background-color:#4fb04f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 0.3125rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;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.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.875rem;height:2.9375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:24.625rem;left:22.34375rem;display:block; }
#LiLBrfTeW8THP8MmgRUI9nG6dtvEvNEI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rnBA0Sm6EgQ7dyTqrUO12DM7ASUo9Mlp { color:rgba(var(--color-tertiary-4),1);display:block;width:29.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:20.57421875rem;left:1.46875rem;height:1.42480625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vAy23Lz5Tel27C0Wqp8sOH3Tkv7FaqNk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vAy23Lz5Tel27C0Wqp8sOH3Tkv7FaqNk > .row .container { background-color: transparent; background-image: none; }#vAy23Lz5Tel27C0Wqp8sOH3Tkv7FaqNk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vAy23Lz5Tel27C0Wqp8sOH3Tkv7FaqNk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vAy23Lz5Tel27C0Wqp8sOH3Tkv7FaqNk > .row .container > .video-iframe-container { display: none; }#vAy23Lz5Tel27C0Wqp8sOH3Tkv7FaqNk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vAy23Lz5Tel27C0Wqp8sOH3Tkv7FaqNk > .row > .video-iframe-container { display: none; }#vAy23Lz5Tel27C0Wqp8sOH3Tkv7FaqNk > .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); }#vAy23Lz5Tel27C0Wqp8sOH3Tkv7FaqNk > .row .container { border-width: 0; border-radius: 0; }#vAy23Lz5Tel27C0Wqp8sOH3Tkv7FaqNk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vAy23Lz5Tel27C0Wqp8sOH3Tkv7FaqNk > .row .container { font-size:0.875rem;font-family:arial;height:43.75rem;width:60rem;position:relative;display:block; }#MJ7z6iKoTUQpXLcT8Sa9Tyty9JEyM7ND { color:rgba(var(--color-tertiary-4),1);display:block;width:31rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15004;line-height:.8;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem #a3c4f3;top:1.125rem;left:0.8369140625rem;height:3.19921875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B .widget-form-header {  }
#R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:26.5625rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:26.5625rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B .widget-input-text {padding-top: 0; padding-bottom: 0;}#R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:26.5625rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:26.5625rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B .widget-input-select {padding-top: 0; padding-bottom: 0;}#R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#4fb04f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.5rem;font-weight:bold;color:rgba(var(--color-tertiary-1),1);width:26.5625rem;height:3.75rem;font-family:lato;overflow:hidden;box-shadow: none;text-align:center;text-align-last:center;line-height:1.2; }
#R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-4),0.5);font-family:"open sans";font-size:1rem;font-weight:300;font-style:normal; }
#R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-4),0.5);font-family:"open sans";font-size:1rem;font-weight:300;font-style:normal; }
#R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-4),0.5);font-family:"open sans";font-size:1rem;font-weight:300;font-style:normal; }
#R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-4),0.5);font-family:"open sans";font-size:1rem;font-weight:300;font-style:normal; }
#R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),0.5);vertical-align:top;width:25.5rem;overflow:hidden;font-style:normal;line-height:1.4;float:none; }
#R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none;text-align:left;text-align-last:left; }
#R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B .widget-container:first-of-type{padding-top:0;}#R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B .widget-container:last-of-type{padding-bottom:0;}#R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B  { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:26.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15016;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:8.4501953125rem;left:0.8369140625rem; }
#R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:26.5625rem;display:block;vertical-align:top; }
#R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B .widget-info-text { font-size:1.0625rem;overflow:hidden;height:auto;font-family:var(--paragraphs-font-family); }
#R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B {display:block;}#R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:26.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15016;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:8.4501953125rem;left:0.8369140625rem; }
#R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B #MqFzokofBbOZ8dX8qtlwnwBDH7xxJczL { position:relative; }
#R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B #VUAZD5IZ5zfGPhd2pGUSoFV77KW8uaBv { position:relative;display:block; }
#R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B #TRnVQBa6Mquazdnt8epcWK6yNeP0oFZ6 { position:relative; }
#R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B #By6rgVUGTEN1ppHA2a1N01PQneTwpPQ2 { position:relative; }
#R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B #SHJgMOJeM1xgUGPGfOvrUUWQqmNsnsLW { position:relative;display:block; }
#R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B #Bv4uWSpiX9nUQNXv6H9F0DdzFCTk8pPN { position:relative; }
#R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B #g9BJgQoXOzgizopgO1yTTAUiz5JdrwRU { position:relative; }
#R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B #Bo6VwX8xClT1vyb1bT60qzP4LAGOuPWm { position:relative;display:block; }
#R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B #r2DbexQxVwZ9MEt2C7TkweZu6WI4Plxn { position:relative; }
#R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B #ODBlBRwSqK6rpzoTWzBp9QgZcaJJJdSB { position:relative; }
#R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B #hpFUJlgn2k5o741fBHV5oueH8QGgPkPt { position:relative;display:block; }
#R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B #wJhwBb6JoHuQqan1hIgDTSExXtOovzb2 { position:relative; }
#R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B #cdLQpBhVJmH5tFmQA9JXdfI7ZJatb6vV { position:relative; }
#R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B #uQnZ3SO1OTUxF998fQ1XpFdC6hGXapgv { position:relative;display:block; }
#R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B #lMUslJvQeZhizEXeDCCrx6D9kIKcKIsN { position:relative; }
#R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B #XXwIkBSNpkIJNhp7CZZBUs8AvaJJPnHF { position:relative; }
#R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B #NPeRvUlINotlWst8ZNbTpSiZUTKtNm8W { position:relative;z-index:2; }
#R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B #RLF7Wl8gSq2x0Rke9Oz47nVdRIKLUwst { position:relative; }
#R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B #nqzu5hn9fKDdaanZrWRKpB6afp9LAgEc { position:relative; }
#R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B #askxvU9oIcD5ZFtWKeJLHeH4ekeNJOu1 { position:relative; }
#e9guRRafWkRE8G0eUFozWzMgtF7gpPu6 { color:rgba(var(--color-tertiary-4),1);display:block;width:26.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:5.4404296875rem;left:1.9306640625rem;height:2.548825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#w6fbtQGQRBHpe1ZQQBu2s6NRAQUNmBBq { color:rgba(var(--color-tertiary-4),1);display:block;width:26.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:36.4404296875rem;left:32.8369140625rem;height:3.82324375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VPbucF29Ou9p5sZpPZWmrsf2SbntDPlZ { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.375rem;width:26rem;top:1.75rem;left:32.9931640625rem;overflow:hidden;display:block; }
#dVwJHsLRKTeRTe4KASdfFq8eoP9Tg0SO { position:relative;display:block; }#dVwJHsLRKTeRTe4KASdfFq8eoP9Tg0SO { background-color: transparent; background-image: none; }#dVwJHsLRKTeRTe4KASdfFq8eoP9Tg0SO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dVwJHsLRKTeRTe4KASdfFq8eoP9Tg0SO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dVwJHsLRKTeRTe4KASdfFq8eoP9Tg0SO > .row .container > .video-iframe-container { display: none; }#dVwJHsLRKTeRTe4KASdfFq8eoP9Tg0SO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dVwJHsLRKTeRTe4KASdfFq8eoP9Tg0SO > .row > .video-iframe-container { display: none; }#dVwJHsLRKTeRTe4KASdfFq8eoP9Tg0SO > .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); }#dVwJHsLRKTeRTe4KASdfFq8eoP9Tg0SO { border-width: 0; border-radius: 0; }#dVwJHsLRKTeRTe4KASdfFq8eoP9Tg0SO > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#dVwJHsLRKTeRTe4KASdfFq8eoP9Tg0SO > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:37.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#EgFGWqarD9pUEaskEXbiMZBGPoRAOJNL { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.0625rem;left:0rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL .accordion-element-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;flex-direction:column;align-items:center;background-color:transparent;background-image:none;vertical-align:top;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1); }
#nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL .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; }
#nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.125rem;font-family:var(--paragraphs-font-family);height:auto;line-height:1.3;overflow:hidden;text-align:justify;text-align-last:initial; }
#nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:var(--paragraphs-font-family); }
#nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL .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_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL .accordion-trigger.adaptive-delivery-prevent-bg, #nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL .accordion-trigger.lazyload, #nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL .accordion-trigger.lazyloading { background-image: none; }
#nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL { box-sizing:content-box;height:auto;width:57.3125rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:4.7998046875rem;left:0rem; }
#nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #Dr0HvvPdqM0hsiX30RwZmTWwmEMbGyTK { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #greJV2bFa8ThemWZ7T3TZZsPcunD876Q { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #D72UtwZNpGACeJcK1T5UmRyPwKwSMxmp { display:block;position:relative; }
#nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #ApU0Xf0otPzpx6nMehwPGNsAWPJnkeTx {  }
#nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #HmlFuTHm9sJCuXe7XSZHmzUOLMJTNKeP {  }
#nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #O5Pv0NO2iDUxE0vh5bU1qNpnEfuaALLn { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #hHXUNvMT7d2IPCXf54dK7UhM2vPI6rkN { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #mHJqNPHUrf2BJzb2E8qw0niOFzt54LxN { display:block;position:relative; }
#nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #KZ45dLd67TzoITwI1i5XIhWozwaIa2D8 {  }
#nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #iFew0DsO14nHxFdTwe9LUXNPLoplJhRz { display:none; }
#nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #PBZEdNa79L5w28t58hKTFVQJXrbolTDx { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #azw7kuKLNyxHzyMt4bXAOyATDE1vv5WL { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #qkfAldKxZsWlO0HOMUFShMbw31Rd8eqT { display:block;position:relative; }
#nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #MSwcaKyJAdMMoq6RDQQsdy826Ta56tu4 {  }
#nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #fpeNPq2iIPbIB5oEeHz23qw7VCUHh7U8 { display:none; }
#nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #V7ZVN4MvPQ1VALRS13aJPt3h4LXyEWXd { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #xrIfJQ53NdyS0Z1Fyhh1vL9M4fsb5BQk { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #S2QNiWlpynIDVuelMrRHKdWzdW6d1KVu { display:block;position:relative; }
#nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #cfz7r8vsCwVVpdMCzsdrBcB5ZO4MiPxw {  }
#nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #b8D7rnX4nzNN2ButOIPJESQr04Q0vMPD { display:none; }
#nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #sAJyyb0zJ5UyJBh02PpndJicetdGuhX2 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #JnTUUUoyNTJhBt4cfAykvAx1327CcD9u { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #VN3l1EZJZbAclIpGTd80eQKc2LROTgJ5 { display:block;position:relative; }
#nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #MxycKR16hesLbntv6PqrvhMsLGgMAvm1 {  }
#nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #Xa4bMVrF8pgQQhExM2lQJoHk2XL4hihu { display:none; }
#nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #nB0nSruiQtxVEilZKWFUWgqtZO1EI2rK { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #cIcDiqFu1AhfKRWDb3H8JH9FdTz8ndBl { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #OfENFD4zeF0DXKGv3xWHDvGvoIpdhz5U { display:block;position:relative; }
#nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #ZTOhd9P1OwE05qfk32HsoUL5vKAITDd0 {  }
#nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #ebTbxC9lTgcUNg3pJrwRTzUi16uleccV { display:none; }
#nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #bqUNcygMNh3O50Nt9pSh1BgEPqIIFS65 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #AppsSHDmtNAhmKOIIfDSHQneInUIhBnZ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #IgEEKs7lGCkSeO1J34aLFJdEdw3G76yz { display:block;position:relative; }
#nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #LcHwyGBpOkTTPnWJqqsNKoxs8vWAuNWu {  }
#nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #L6TUbkOQoWzZuzcro4oDUPc8mCXd0oeu { display:none; }
#aNd5nlvHkeSXlqhdzNDLPpGBaqcwxnq3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aNd5nlvHkeSXlqhdzNDLPpGBaqcwxnq3 > .row .container { background-color: transparent; background-image: none; }#aNd5nlvHkeSXlqhdzNDLPpGBaqcwxnq3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aNd5nlvHkeSXlqhdzNDLPpGBaqcwxnq3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aNd5nlvHkeSXlqhdzNDLPpGBaqcwxnq3 > .row .container > .video-iframe-container { display: none; }#aNd5nlvHkeSXlqhdzNDLPpGBaqcwxnq3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aNd5nlvHkeSXlqhdzNDLPpGBaqcwxnq3 > .row > .video-iframe-container { display: none; }#aNd5nlvHkeSXlqhdzNDLPpGBaqcwxnq3 > .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); }#aNd5nlvHkeSXlqhdzNDLPpGBaqcwxnq3 > .row .container { border-width: 0; border-radius: 0; }#aNd5nlvHkeSXlqhdzNDLPpGBaqcwxnq3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aNd5nlvHkeSXlqhdzNDLPpGBaqcwxnq3 > .row .container { font-size:0.875rem;font-family:arial;height:30.375rem;width:60rem;position:relative;display:block; }#cX4WcLgGJp8O7cJNXNX8E6WX5VWCmT9O { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:24.3125rem;width:29.75rem;top:3.9375rem;left:30.125rem;display:block; }
#UCQlKDFei2WlHLCgbyhccSEXkpRD9z9X { position:absolute;display:block;z-index:15012;background-color:#e3e3e3;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:7.6875rem;top:2.625rem;left:0.84375rem;display:block; }
#J0cIqt5qA0IuzOkQL7qXPEPE61ZCCubg { color:rgba(var(--color-tertiary-0),1);display:block;width:17.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:400;z-index:15002;line-height:1;letter-spacing:0;top:3.9375rem;left:0.84375rem;height:4.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Pkvcdit7wRZe4wSwsScocNIJwwbAlpvn { color:#f9f9f9;display:block;width:26.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15002;line-height:2.1;letter-spacing:0;top:11.4375rem;left:0.84375rem;height:10.4980625rem;font-style:normal;display:block; }
#n6zE7RM4GQdn48xya7MwzXW7JUTRADwo { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(var(--color-tertiary-4),0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-1),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.1875rem;height:2.625rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:25.6875rem;left:0.84375rem;display:block; }
#okQsSInHBR5D2XOPHq08sK9V7n5a7MDr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bkLKr7Tgvsu8DFJTtoqlK2s1CTGe89FC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bkLKr7Tgvsu8DFJTtoqlK2s1CTGe89FC > .row .container { background-color: transparent; background-image: none; }#bkLKr7Tgvsu8DFJTtoqlK2s1CTGe89FC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bkLKr7Tgvsu8DFJTtoqlK2s1CTGe89FC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bkLKr7Tgvsu8DFJTtoqlK2s1CTGe89FC > .row .container > .video-iframe-container { display: none; }#bkLKr7Tgvsu8DFJTtoqlK2s1CTGe89FC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bkLKr7Tgvsu8DFJTtoqlK2s1CTGe89FC > .row > .video-iframe-container { display: none; }#bkLKr7Tgvsu8DFJTtoqlK2s1CTGe89FC > .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); }#bkLKr7Tgvsu8DFJTtoqlK2s1CTGe89FC > .row .container { border-width: 0; border-radius: 0; }#bkLKr7Tgvsu8DFJTtoqlK2s1CTGe89FC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bkLKr7Tgvsu8DFJTtoqlK2s1CTGe89FC > .row .container { font-size:0.875rem;font-family:arial;height:43.75rem;width:60rem;position:relative;display:block; }#AfRgIlHb7JlSZUZbUvGqM5psoVFVUJRG { color:rgba(var(--color-tertiary-4),1);display:block;width:31rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15004;line-height:.8;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem #a3c4f3;top:1.125rem;left:0.8369140625rem;height:3.19921875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#xO9GqNBW7pVFzveBJGhqofNgIqoZeeDH .widget-form-header {  }
#xO9GqNBW7pVFzveBJGhqofNgIqoZeeDH .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:26.5625rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#xO9GqNBW7pVFzveBJGhqofNgIqoZeeDH .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:26.5625rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#xO9GqNBW7pVFzveBJGhqofNgIqoZeeDH .widget-input-text {padding-top: 0; padding-bottom: 0;}#xO9GqNBW7pVFzveBJGhqofNgIqoZeeDH .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:26.5625rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#xO9GqNBW7pVFzveBJGhqofNgIqoZeeDH .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:26.5625rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#xO9GqNBW7pVFzveBJGhqofNgIqoZeeDH .widget-input-select {padding-top: 0; padding-bottom: 0;}#xO9GqNBW7pVFzveBJGhqofNgIqoZeeDH .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#xO9GqNBW7pVFzveBJGhqofNgIqoZeeDH .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#xO9GqNBW7pVFzveBJGhqofNgIqoZeeDH .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#4fb04f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.5rem;font-weight:bold;color:rgba(var(--color-tertiary-1),1);width:26.5625rem;height:3.75rem;font-family:lato;overflow:hidden;box-shadow: none;text-align:center;text-align-last:center;line-height:1.2; }
#xO9GqNBW7pVFzveBJGhqofNgIqoZeeDH [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-4),0.5);font-family:"open sans";font-size:1rem;font-weight:300;font-style:normal; }
#xO9GqNBW7pVFzveBJGhqofNgIqoZeeDH [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-4),0.5);font-family:"open sans";font-size:1rem;font-weight:300;font-style:normal; }
#xO9GqNBW7pVFzveBJGhqofNgIqoZeeDH [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-4),0.5);font-family:"open sans";font-size:1rem;font-weight:300;font-style:normal; }
#xO9GqNBW7pVFzveBJGhqofNgIqoZeeDH [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-4),0.5);font-family:"open sans";font-size:1rem;font-weight:300;font-style:normal; }
#xO9GqNBW7pVFzveBJGhqofNgIqoZeeDH .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),0.5);vertical-align:top;width:25.5rem;overflow:hidden;font-style:normal;line-height:1.4;float:none; }
#xO9GqNBW7pVFzveBJGhqofNgIqoZeeDH .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#xO9GqNBW7pVFzveBJGhqofNgIqoZeeDH .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none;text-align:left;text-align-last:left; }
#xO9GqNBW7pVFzveBJGhqofNgIqoZeeDH .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#xO9GqNBW7pVFzveBJGhqofNgIqoZeeDH .widget-container:first-of-type{padding-top:0;}#xO9GqNBW7pVFzveBJGhqofNgIqoZeeDH .widget-container:last-of-type{padding-bottom:0;}#xO9GqNBW7pVFzveBJGhqofNgIqoZeeDH  { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:26.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15016;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:8.4501953125rem;left:0.8369140625rem; }
#xO9GqNBW7pVFzveBJGhqofNgIqoZeeDH .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:26.5625rem;display:block;vertical-align:top; }
#xO9GqNBW7pVFzveBJGhqofNgIqoZeeDH .widget-info-text { font-size:1.0625rem;overflow:hidden;height:auto;font-family:var(--paragraphs-font-family); }
#xO9GqNBW7pVFzveBJGhqofNgIqoZeeDH {display:block;}#xO9GqNBW7pVFzveBJGhqofNgIqoZeeDH { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:26.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15016;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:8.4501953125rem;left:0.8369140625rem; }
#xO9GqNBW7pVFzveBJGhqofNgIqoZeeDH #PUGXdLL2B6wzc2M4c51OVMI8qApNv917 { position:relative; }
#xO9GqNBW7pVFzveBJGhqofNgIqoZeeDH #pWcUevmizvLdq0mC67IHvJkO2MHAyAKW { position:relative;display:block; }
#xO9GqNBW7pVFzveBJGhqofNgIqoZeeDH #R0wSAqneOdm7d7XcSpP7JPQlHXmvrd9N { position:relative; }
#xO9GqNBW7pVFzveBJGhqofNgIqoZeeDH #RHfFlArivl3omFbF6sMOF6Cs5eI1mkE6 { position:relative; }
#xO9GqNBW7pVFzveBJGhqofNgIqoZeeDH #oOymACJ9dc1ii8SQcgaI4m6NVSd3BEph { position:relative;display:block; }
#xO9GqNBW7pVFzveBJGhqofNgIqoZeeDH #lNwzbtWT37fxRMrkbJGF0rQo4Ix6z3xp { position:relative; }
#xO9GqNBW7pVFzveBJGhqofNgIqoZeeDH #X1ZOr08ok7y4OmiI7rU81EvmAQ2ToJIz { position:relative; }
#xO9GqNBW7pVFzveBJGhqofNgIqoZeeDH #VIugR2a7StOZgn0RSKSX2IK79khq06F6 { position:relative;display:block; }
#xO9GqNBW7pVFzveBJGhqofNgIqoZeeDH #HJTSf4XAVbPQrtKbeGQKzQ0aVo7GEGSh { position:relative; }
#xO9GqNBW7pVFzveBJGhqofNgIqoZeeDH #xmVhwuQhOtwtwXbC0CQ84Q05ZL8xbAM3 { position:relative; }
#xO9GqNBW7pVFzveBJGhqofNgIqoZeeDH #prOdGNDt8IReoQtT4Sybh22DvalsLyuw { position:relative;display:block; }
#xO9GqNBW7pVFzveBJGhqofNgIqoZeeDH #dLTCC9zdfhgTT9Oo0z6kC22KiPipu1VB { position:relative; }
#xO9GqNBW7pVFzveBJGhqofNgIqoZeeDH #rtSFIWvLxXMwsVZCAuQaNTH8upwT1CF0 { position:relative; }
#xO9GqNBW7pVFzveBJGhqofNgIqoZeeDH #qHmrcq4tw1Akm6piULur6ZllObWRkG40 { position:relative;display:block; }
#xO9GqNBW7pVFzveBJGhqofNgIqoZeeDH #VcuRTmtbBmbEEC1C5qMZyRXNZL5tseqi { position:relative; }
#xO9GqNBW7pVFzveBJGhqofNgIqoZeeDH #wff3dnNXdreZ1BkOWkNRCUoLpr5QaPG1 { position:relative; }
#xO9GqNBW7pVFzveBJGhqofNgIqoZeeDH #wfuZgVDGvbbLAgl7hKbEWelzwMECUpyV { position:relative;z-index:2; }
#xO9GqNBW7pVFzveBJGhqofNgIqoZeeDH #EUT3Q1g6tvc5HDfen64XfS0arS2pomDS { position:relative; }
#xO9GqNBW7pVFzveBJGhqofNgIqoZeeDH #TuoCUDG1cTDr0quXh40gyEQokuDFTumW { position:relative; }
#xO9GqNBW7pVFzveBJGhqofNgIqoZeeDH #WSL5QO9Ja86naMwC0KmACEeprhFprB8P { position:relative; }
#UqQZdgF1LdRFXr21uebqIluAxUmIVveu { color:rgba(var(--color-tertiary-4),1);display:block;width:26.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:5.4404296875rem;left:1.9306640625rem;height:2.548825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uF6guNHvhOiNxRK3oRgLwTw0Ec2HB2lW { color:rgba(var(--color-tertiary-4),1);display:block;width:26.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:36.4404296875rem;left:32.8369140625rem;height:3.82324375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ve9v6pJ1OPSULJLrW0Np6Jo1C4XiMmF7 { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.375rem;width:26rem;top:1.75rem;left:32.9931640625rem;overflow:hidden;display:block; }
#aKZf6bTUIVLr3hTXaCZxt0C5pLtvr3ly { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aKZf6bTUIVLr3hTXaCZxt0C5pLtvr3ly > .row .container { background-color: transparent; background-image: none; }#aKZf6bTUIVLr3hTXaCZxt0C5pLtvr3ly::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aKZf6bTUIVLr3hTXaCZxt0C5pLtvr3ly > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aKZf6bTUIVLr3hTXaCZxt0C5pLtvr3ly > .row .container > .video-iframe-container { display: none; }#aKZf6bTUIVLr3hTXaCZxt0C5pLtvr3ly > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aKZf6bTUIVLr3hTXaCZxt0C5pLtvr3ly > .row > .video-iframe-container { display: none; }#aKZf6bTUIVLr3hTXaCZxt0C5pLtvr3ly > .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); }#aKZf6bTUIVLr3hTXaCZxt0C5pLtvr3ly > .row .container { border-width: 0; border-radius: 0; }#aKZf6bTUIVLr3hTXaCZxt0C5pLtvr3ly > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aKZf6bTUIVLr3hTXaCZxt0C5pLtvr3ly > .row .container { font-size:0.875rem;font-family:arial;height:16.375rem;width:60rem;position:relative;display:block; }#Te0iZJCQ8ITvxqWQRAWuAEMkyzVgVeZ3 { color:#333333;display:block;width:2.9375rem;position:absolute;font-family:dosis;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.9375rem;left:3.5rem;height:1.29980625rem;display:block; }
#lr6RXUsUq3T8kTm6HvqbA3QG7dXUOgR8 { color:rgba(var(--color-tertiary-1),1);display:block;width:9.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2rem;left:5.875rem;height:1.29980625rem;font-style:normal;display:block; }
#Ew8fhwgfUiJxJtBcpp555HOZDererJVc { color:rgba(var(--color-tertiary-1),1);display:block;width:19.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:6.642578125rem;left:0rem;height:3.9375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RqtMz6r7TVfPszdfDfVsoe8SKqdSLLh1 { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:27.5rem;top:11.478515625rem;left:24.5rem;display:block; }
#VwteHJcaf1odPQgPqy1zIWxWBgawXOta { color:rgba(var(--color-tertiary-2),1);display:block;width:7.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:8.392578125rem;left:26.8125rem;height:1.3994125rem;font-style:normal;display:block; }
#VyBTrQ2RIQOlO576di4y2OLRpXkKRzTi { color:rgba(var(--color-tertiary-1),1);display:block;width:10.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15018;line-height:1.4;letter-spacing:0;top:8.392578125rem;left:37.15625rem;height:1.3994125rem;font-style:normal;display:block; }
#KoOzEMC0kNQqPqe731DPhPyDeaqlflEF { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;top:8.310546875rem;left:34.6875rem; }
#sFKFvC97KeE5pa0JIeIi68T8Iz19zguX { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;top:8.310546875rem;left:24.5rem; }
#QPWR6dWUBka0ATgXO97EkpThXFiG6nxf { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.9375rem;width:4.9375rem;top:1.15625rem;left:0rem;overflow:hidden;display:block; }
#LZEbh7psbJGVlGXu1GbfM4Zh23vJn2Zh { color:rgba(var(--color-tertiary-1),1);display:block;width:9.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.9375rem;left:24.375rem;height:2.03125rem;font-style:normal;display:block; }
#vltAhmGvwzTndaqmwTtDgHM1PSg8wS2a { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;top:5.998046875rem;left:24.5rem; }
#dd2uuoIr7ohambIBztlKlhiy0vMfSIZ2 { color:rgba(var(--color-tertiary-2),1);display:block;width:7.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15017;line-height:1.4;letter-spacing:0;top:6.080078125rem;left:26.8125rem;height:1.3994125rem;font-style:normal;display:block; }
#u8d3I6APCTMZRrAo6vedrEVLnfzTbUPS { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(var(--color-tertiary-4),0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-1),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.25rem;height:1.625rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:12.927734375rem;left:0rem;display:block; }
#Qln9JaKLpbAdR0Hu1k72KPNwNsucaIxT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wFvyOOJNoXBzK6aMuiKElBoXIMu0Apte { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;top:6.09375rem;left:34.6875rem; }
#N07UUhPbp2kZfT8TrFXhU1g9CD3UlpWe { color:rgba(var(--color-tertiary-2),1);display:block;width:7.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15018;line-height:1.4;letter-spacing:0;top:6.09375rem;left:37.15625rem;height:1.3994125rem;font-style:normal;display:block; }
#qLJWCQ793lGpxn25Eq1boyzfw6Kmi1J8 { color:rgba(var(--color-tertiary-1),1);display:block;width:11rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:12.927734375rem;left:24.5rem;height:1.625rem;font-style:normal;display:block; }
#J64IihE5Qe3qXrwrusOpSXZ1HxnZQxTQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:12.833984375rem;left:35.40625rem; }
#J64IihE5Qe3qXrwrusOpSXZ1HxnZQxTQ > img { max-width: 100%;max-height:100%; width:1.8125rem; height:1.8125rem; }#J7ltGHGPZVGiuTzo72phKGhv30Un46md { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:12.365234375rem;left:38.53125rem; }
#J7ltGHGPZVGiuTzo72phKGhv30Un46md > img { max-width: 100%;max-height:100%; width:2.75rem; height:2.75rem; }#vGaIHpJ5CJvSMOeEUuq48wnTETNh5u0h { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:27.5rem;top:11.478515625rem;left:24.5rem;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #K7bqrKs2L7cXeCmbLPmGmgl5wK9CuO6A { display:block; }#K7bqrKs2L7cXeCmbLPmGmgl5wK9CuO6A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c4wJ5ZeDbTfVyUZDb0bRHdcfA7F75sz3 { top:0rem;left:0rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HeDfdlU6U1724Sd3Tvb3GiQCU1Dttlqq { width:4.75rem;height:2.5625rem;top:2rem;left:19.115234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAd5JNQMFS2uhv3fT7k1WJ51wr8zZkHR { display:block; }
 }@media only screen and (max-width: 763px) { #GkeW3OATo4oD2FODU0Hf0vyaCqOlynT9 { width:6.125rem;height:2.4375rem;top:2.0625rem;left:33.740234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfcwavFtKdaCt51kpeXXwnLCBoWcFumZ { display:block; }
 }@media only screen and (max-width: 763px) { #uCePQZ6JH6PlA72AseF6ygO4eENSkGZB { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbTD6bNWLMsXHikGSC6zRKqcVLUkDa4g { display:block; }
 }@media only screen and (max-width: 763px) { #vhMsOUliHCFSZl7DhD3CEUwQdHCBZr2W { width:7.6875rem;height:2.5rem;top:2rem;left:10.302734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXL0qu0gzzSWeOfJCRJWtaQlooe44thH { display:block; }
 }@media only screen and (max-width: 763px) { #eWwTQHRU3JOZIoLeMaL3bBaMs9Trzqnb { width:7.4375rem;height:2.4375rem;top:2.0625rem;left:2.927734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFfifrNL36D9TIIe1xv53o24Ho7R1FMO { display:block; }
 }@media only screen and (max-width: 763px) { #VKAbDI9Ocm54GAfdn4hi3iraDTMPdmSB { width:2.6875rem;height:2.4375rem;top:2.0625rem;left:29.927734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkJOGyr91VAHcWdT97nxFQoIgMI7aTv9 { display:block; }
 }@media only screen and (max-width: 763px) { #WfcZT7kFurnCA4SD2NOKq1gmzc6ofTrr { width:4rem;height:2.4375rem;top:2.0625rem;left:24.677734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kF0UxERA8XtSfGvg8OZCBNMaHTBcILaK { display:block; }
 }@media only screen and (max-width: 763px) { #TZ17KUZqBnBzyz9qH0blmoV7fxDciJBz { display:block; }#TZ17KUZqBnBzyz9qH0blmoV7fxDciJBz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RmsbquHtXzqEDCRNaxL1nbzT22Xzg2wL { width:27.4375rem;height:;top:7.625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARml1rR3MP5H0bRgkndiOqNrHahrP89R { width:25.9375rem;height:7.625rem;top:14rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qd2iTxb2URhWxbGo3zLmPCyB694wFJr0 { top:14.5625rem;left:0rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhT4Gs1CT2sK7OScHwHus0CPoKkWCpW8 { width:25.9375rem;height:4.625rem;top:36.875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfbTtpIN1ihhe4Vb75wzmbT5FgUApilg { width:25.9375rem;height:1.25rem;top:43.375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTFbLSbwMkKPUCTEd2cGf3pcT7p6ifUe { width:26.1875rem;height:1.625rem;top:11.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntIf6MkTO0urfM4aEIrSc8iEyMhxLF6Q { top:10.875rem;left:16.25rem;width:31.5rem;height:32.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #na73DiDKEr6FMlyecKRRqZLVTGzX1VMM { width:25.9375rem;height:4.625rem;top:22.8125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RntJPMRcWMmQo5IAfKyrnewBkKyb8vlF { width:25.9375rem;height:7rem;top:28.75rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOb8ZEpHo6NnyBgaQwS7NymLnP3GvBUb { display:block; }#xOb8ZEpHo6NnyBgaQwS7NymLnP3GvBUb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OK0gKtODMF2oyZCTpHhbQCAXUrU1SD5q { width:47.75rem;height:;top:1.6875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pb1erpLguK6xbaDkTu1T90VpFvw42ceB { width:47.75rem;height:6.3125rem;top:4.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3nlGhtee3CaUOIKvmNDBwf6FuZTnnfA { width:47.75rem;height:7.5625rem;top:19.1875rem;left:0rem;font-size:1rem;display:block; }#N3nlGhtee3CaUOIKvmNDBwf6FuZTnnfA li:before{  }
 }@media only screen and (max-width: 763px) { #zvGZD9lczn5WP9BhelVnrT82ThqPCIsz { width:47.75rem;height:6.3125rem;top:40.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTQU6OSRtezNTOdTs7I7U5xCTMFasE0t { width:47.75rem;height:4.4375rem;top:31rem;left:0rem;font-size:1rem;display:block; }#UTQU6OSRtezNTOdTs7I7U5xCTMFasE0t li:before{  }
 }@media only screen and (max-width: 763px) { #yTzLhrzkF1t3VDvUqggAOmpyMO4ZXAeM { width:47.75rem;height:1.4375rem;top:37.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wf4miXFcb25kP7KTHQaIIaEBlOmi2Top { width:47.75rem;height:1.4375rem;top:16.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4gGOKiahuyeInWdTDF5eeCTRG2ffOou { width:47.75rem;height:1.4375rem;top:28.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4x71y4d4rDVZG9EXhiRENFqp95StZyT { width:47.75rem;height:2.5rem;top:12.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPyI3nu4d2cLGNTR43TxmTb8OiFplcXw { top:0.75rem;left:0rem;width:47.75rem;height:47.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJ8vb4cb3pu6qlie9c2MsRipzNPxUBF5 { display:block; }#XJ8vb4cb3pu6qlie9c2MsRipzNPxUBF5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TgHUa1HFdXPCARDZJFnHvC1lzNdL57g7 { width:47.75rem;height:1.75rem;top:1.4375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LuckyG2OTZFIu7yDMwla9oWo3ckkpKJx { width:47.75rem;height:4.25rem;top:4.5rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sm6i8ZlLTvWyelDBXfnqHJisAQ4uObIz { top:10.125rem;left:0rem;width:24.9375rem;height:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqUTGNJZqVd0dhcad9DvieKC0IpbzcXB { top:10.125rem;left:22.8125rem;width:24.9375rem;height:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKNE2uKD4XZK8DS1zGWn2Mge14VPp2f9 { width:26.6875rem;height:2.8125rem;top:25.75rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cH8lx3StHKHFGwQuXC5x7NgcWOgsdhlR { width:17.25rem;height:2.8125rem;top:25.75rem;left:27.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXTniUpCcKXrCV8IazNoiZJnleOI8aHG { width:29.8125rem;height:1.25rem;top:30.4375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HwU2N1DqqTrfIXDgfr7A0C5ByUha77W4 { width:29.875rem;height:1.25rem;top:35.875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNJFKa1qfthRVQqqhUoMmblNK6MpQofg { width:30.1875rem;height:2.6875rem;top:32.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ys3XcoiqPAyBfT2DuPQnchGachmTN7BS { width:30.1875rem;height:2.6875rem;top:37.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZiqqePqQrsW1QiZaTibAhA2wpyNbK6fP { width:29.8125rem;height:1.4375rem;top:31.75rem;left:17.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqJNAcHe4puo9M6rgHfS0pKZcRaRM8c7 { width:15.25rem;height:4.5rem;top:34.25rem;left:28.28125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhyUeqNSL7WkTFVPb01eabkOtlZkDHk0 { width:13.875rem;height:2.9375rem;top:45.1875rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0xuG9B8L7iITTRzszq2Pc9cvyb3Bi3L { display:block; }
 }@media only screen and (max-width: 763px) { #ThF55E5RRRk1sTJ4x4Up3xHTpgMXtCAB { width:13.875rem;height:2.9375rem;top:45.1875rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQRa6FgbiQrHT1bB8XfozeJOaUIZD9AW { display:block; }
 }@media only screen and (max-width: 763px) { #k4Rboa9vbsuksBe3frznlqlGdk53bNEc { top:29.8125rem;left:4.40625rem;width:15.0625rem;height:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEANtagk2qaPy8vIXlNFuLPGFKHLicsN { top:30rem;left:28.25rem;width:15.125rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1oaGaCGNDKKmOOWa6TgrgUxWityquVu { width:29.875rem;height:1.4375rem;top:42.5625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGoKctvsgxuOpFNumOtzzOkw1DixdQ18 { width:29.8125rem;height:1.375rem;top:42.5625rem;left:17.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WiCvh4cyVibmnBIPsXQUV5TKxFGWqkGS { display:block; }#WiCvh4cyVibmnBIPsXQUV5TKxFGWqkGS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qiby1BcHkT6aM33pNFEoQNSssF7a4FF5 { top:0.9375rem;left:0rem;width:24.9375rem;height:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACL11MzOpn0UaScE7nKuxhqtOqztXJHN { top:0.9375rem;left:22.8125rem;width:24.9375rem;height:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPo929JErKk4VTyVHSHZHURqmCVlPkdb { width:26.6875rem;height:2.8125rem;top:16.5625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VIGO4ewTSobHzOemMFy38unsAPqddWwT { width:25.5625rem;height:2.8125rem;top:16.5625rem;left:22.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCaacTXFAGK3km4yWiqX4w8tH1741CSt { width:29.8125rem;height:1.25rem;top:21rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2dE7TUdyrOflq4QMow8KWsMWMLLk2ha { width:29.875rem;height:1.25rem;top:26.5rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3DXgn4cFByLXx6frUxM7TtRxDeRzLLh { width:30.1875rem;height:2.6875rem;top:23.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rmFmlo1Z5r2mDcpghRRcCAqJstyeerub { width:30.1875rem;height:2.6875rem;top:28.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFFmXNqGEp6fm25ix1dhJJawPTtWsmFu { width:29.8125rem;height:1.25rem;top:21.875rem;left:17.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OD0ntuptQaT68VfZtPRxL85zCrfBmFBM { width:30.1875rem;height:1.3125rem;top:23.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FrbMV6MCv8NilvzbuTzue4Z1RD8K3Qxx { width:29.875rem;height:1.25rem;top:26.5rem;left:17.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZ1EMkVgfVdAp5cFDGtUO3mRKxLWTPdT { width:30.1875rem;height:1.3125rem;top:28.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9KHuLzbAkTg3n8iTvxxV8MRTIGxI0QO { width:13.875rem;height:2.9375rem;top:35.875rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0ze19RnEM4uaIK0fnOthrRySEdwqNtC { display:block; }
 }@media only screen and (max-width: 763px) { #bSxq0VUKJlZPOVehnBdnP1dyvQZx89EZ { width:13.875rem;height:2.9375rem;top:35.875rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5zOdFeoBqTzVlsF8dMnHcFfDdQpTa0q { display:block; }
 }@media only screen and (max-width: 763px) { #NxClgJnhnm7guzISX8HoXGpQ0grF165i { top:20.25rem;left:4.40625rem;width:15.0625rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLfIl26RtCLaHd6SVsVTfHCgutzgCues { top:20.125rem;left:28.25rem;width:15.125rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LdRuPbm7U7xDxnsofb1dZeBU035TuNgh { width:29.8125rem;height:1.375rem;top:33.4375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfdbQdNWihaOOLu7dRJKXrk3R4iFvHbq { width:29.8125rem;height:1.375rem;top:33.4375rem;left:17.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0CNUNC8ET27Srvt7w9fVgUakJTpk2fC { display:block; }#L0CNUNC8ET27Srvt7w9fVgUakJTpk2fC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DPfmfqIr2quv6G49dEypwUVkUlFy53Lo { top:1rem;left:0rem;width:24.9375rem;height:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXqlg7DT454n5Tyso69aM0h2Q6qEW5Dh { width:25.375rem;height:2.8125rem;top:16.5rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyT6zRirxLVDZ1TQQBAgnkCHN9RMaygR { top:1rem;left:25rem;width:21.5rem;height:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUSAfifO3lUBIJwkOFETTuhdFimtSNK5 { width:23.6875rem;height:1.25rem;top:2.25rem;left:24.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3LJiAmHb7X3PpLcUtbcRnyHwVQMqymn { width:23.9375rem;height:2.6875rem;top:4.375rem;left:23.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVWCqgXtcvhfrppWxTvXAONsn2Tx5OL8 { width:23.875rem;height:1.25rem;top:8.9375rem;left:23.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gI6FTAoelPDKw0QUSit8mUDiFZAtdeWH { width:23.9375rem;height:2.6875rem;top:11.0625rem;left:23.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRIx1Qw4lBuppc3Jx6oGfooA33PMoT1M { width:24.125rem;height:1.25rem;top:15.5rem;left:23.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBZOi0a296ZXZXg48kVn2cT96IIJQRoV { width:23.9375rem;height:2.6875rem;top:18.125rem;left:23.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #miIOJkACR684zfTXfIbKebZoXcFWiMaL { width:13.875rem;height:2.9375rem;top:24.625rem;left:16.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LiLBrfTeW8THP8MmgRUI9nG6dtvEvNEI { display:block; }
 }@media only screen and (max-width: 763px) { #rnBA0Sm6EgQ7dyTqrUO12DM7ASUo9Mlp { width:29.8125rem;height:1.375rem;top:20.5625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAy23Lz5Tel27C0Wqp8sOH3Tkv7FaqNk { display:block; }#vAy23Lz5Tel27C0Wqp8sOH3Tkv7FaqNk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MJ7z6iKoTUQpXLcT8Sa9Tyty9JEyM7ND { width:31rem;height:3.1875rem;top:1.125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B .widget-regular-label { width:26.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B .widget-input-text { width:26.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B .widget-input-text {padding-top: 0; padding-bottom: 0;}#R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B .widget-textarea { width:26.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B .widget-input-select { width:26.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B .widget-input-select {padding-top: 0; padding-bottom: 0;}#R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B .widget-input-button { width:26.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B .widget-checkbox-label { width:25.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B  { width:26.5625rem;height:auto;top:8.4375rem;left:0rem; }
#R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B .radio-container { width:26.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B {display:block;}#R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B { width:26.5625rem;height:auto;top:8.4375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B #MqFzokofBbOZ8dX8qtlwnwBDH7xxJczL {  }
 }@media only screen and (max-width: 763px) { #R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B #VUAZD5IZ5zfGPhd2pGUSoFV77KW8uaBv { display:none; }
 }@media only screen and (max-width: 763px) { #R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B #TRnVQBa6Mquazdnt8epcWK6yNeP0oFZ6 {  }
 }@media only screen and (max-width: 763px) { #R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B #By6rgVUGTEN1ppHA2a1N01PQneTwpPQ2 {  }
 }@media only screen and (max-width: 763px) { #R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B #SHJgMOJeM1xgUGPGfOvrUUWQqmNsnsLW {  }
 }@media only screen and (max-width: 763px) { #R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B #Bv4uWSpiX9nUQNXv6H9F0DdzFCTk8pPN {  }
 }@media only screen and (max-width: 763px) { #R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B #g9BJgQoXOzgizopgO1yTTAUiz5JdrwRU {  }
 }@media only screen and (max-width: 763px) { #R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B #Bo6VwX8xClT1vyb1bT60qzP4LAGOuPWm {  }
 }@media only screen and (max-width: 763px) { #R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B #r2DbexQxVwZ9MEt2C7TkweZu6WI4Plxn {  }
 }@media only screen and (max-width: 763px) { #R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B #ODBlBRwSqK6rpzoTWzBp9QgZcaJJJdSB {  }
 }@media only screen and (max-width: 763px) { #R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B #hpFUJlgn2k5o741fBHV5oueH8QGgPkPt {  }
 }@media only screen and (max-width: 763px) { #R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B #wJhwBb6JoHuQqan1hIgDTSExXtOovzb2 {  }
 }@media only screen and (max-width: 763px) { #R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B #cdLQpBhVJmH5tFmQA9JXdfI7ZJatb6vV {  }
 }@media only screen and (max-width: 763px) { #R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B #uQnZ3SO1OTUxF998fQ1XpFdC6hGXapgv {  }
 }@media only screen and (max-width: 763px) { #R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B #lMUslJvQeZhizEXeDCCrx6D9kIKcKIsN {  }
 }@media only screen and (max-width: 763px) { #R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B #XXwIkBSNpkIJNhp7CZZBUs8AvaJJPnHF {  }
 }@media only screen and (max-width: 763px) { #R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B #NPeRvUlINotlWst8ZNbTpSiZUTKtNm8W {  }
 }@media only screen and (max-width: 763px) { #R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B #RLF7Wl8gSq2x0Rke9Oz47nVdRIKLUwst {  }
 }@media only screen and (max-width: 763px) { #R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B #nqzu5hn9fKDdaanZrWRKpB6afp9LAgEc {  }
 }@media only screen and (max-width: 763px) { #R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B #askxvU9oIcD5ZFtWKeJLHeH4ekeNJOu1 {  }
 }@media only screen and (max-width: 763px) { #e9guRRafWkRE8G0eUFozWzMgtF7gpPu6 { width:26.875rem;height:2.5rem;top:5.4375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6fbtQGQRBHpe1ZQQBu2s6NRAQUNmBBq { width:26.3125rem;height:5.0625rem;top:36.4375rem;left:21.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPbucF29Ou9p5sZpPZWmrsf2SbntDPlZ { top:1.75rem;left:21.75rem;width:26rem;height:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVwJHsLRKTeRTe4KASdfFq8eoP9Tg0SO { display:block; }#dVwJHsLRKTeRTe4KASdfFq8eoP9Tg0SO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EgFGWqarD9pUEaskEXbiMZBGPoRAOJNL { width:47.75rem;height:;top:1.0625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL { display:flex;height:auto;width:45.25rem;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #Dr0HvvPdqM0hsiX30RwZmTWwmEMbGyTK {  }
 }@media only screen and (max-width: 763px) { #nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #greJV2bFa8ThemWZ7T3TZZsPcunD876Q {  }
 }@media only screen and (max-width: 763px) { #nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #D72UtwZNpGACeJcK1T5UmRyPwKwSMxmp {  }
 }@media only screen and (max-width: 763px) { #nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #ApU0Xf0otPzpx6nMehwPGNsAWPJnkeTx {  }
 }@media only screen and (max-width: 763px) { #nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #HmlFuTHm9sJCuXe7XSZHmzUOLMJTNKeP {  }
 }@media only screen and (max-width: 763px) { #nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #O5Pv0NO2iDUxE0vh5bU1qNpnEfuaALLn {  }
 }@media only screen and (max-width: 763px) { #nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #hHXUNvMT7d2IPCXf54dK7UhM2vPI6rkN {  }
 }@media only screen and (max-width: 763px) { #nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #mHJqNPHUrf2BJzb2E8qw0niOFzt54LxN {  }
 }@media only screen and (max-width: 763px) { #nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #KZ45dLd67TzoITwI1i5XIhWozwaIa2D8 {  }
 }@media only screen and (max-width: 763px) { #nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #iFew0DsO14nHxFdTwe9LUXNPLoplJhRz {  }
 }@media only screen and (max-width: 763px) { #nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #PBZEdNa79L5w28t58hKTFVQJXrbolTDx {  }
 }@media only screen and (max-width: 763px) { #nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #azw7kuKLNyxHzyMt4bXAOyATDE1vv5WL {  }
 }@media only screen and (max-width: 763px) { #nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #qkfAldKxZsWlO0HOMUFShMbw31Rd8eqT {  }
 }@media only screen and (max-width: 763px) { #nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #MSwcaKyJAdMMoq6RDQQsdy826Ta56tu4 {  }
 }@media only screen and (max-width: 763px) { #nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #fpeNPq2iIPbIB5oEeHz23qw7VCUHh7U8 {  }
 }@media only screen and (max-width: 763px) { #nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #V7ZVN4MvPQ1VALRS13aJPt3h4LXyEWXd {  }
 }@media only screen and (max-width: 763px) { #nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #xrIfJQ53NdyS0Z1Fyhh1vL9M4fsb5BQk {  }
 }@media only screen and (max-width: 763px) { #nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #S2QNiWlpynIDVuelMrRHKdWzdW6d1KVu {  }
 }@media only screen and (max-width: 763px) { #nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #cfz7r8vsCwVVpdMCzsdrBcB5ZO4MiPxw {  }
 }@media only screen and (max-width: 763px) { #nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #b8D7rnX4nzNN2ButOIPJESQr04Q0vMPD {  }
 }@media only screen and (max-width: 763px) { #nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #sAJyyb0zJ5UyJBh02PpndJicetdGuhX2 {  }
 }@media only screen and (max-width: 763px) { #nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #JnTUUUoyNTJhBt4cfAykvAx1327CcD9u {  }
 }@media only screen and (max-width: 763px) { #nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #VN3l1EZJZbAclIpGTd80eQKc2LROTgJ5 {  }
 }@media only screen and (max-width: 763px) { #nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #MxycKR16hesLbntv6PqrvhMsLGgMAvm1 {  }
 }@media only screen and (max-width: 763px) { #nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #Xa4bMVrF8pgQQhExM2lQJoHk2XL4hihu {  }
 }@media only screen and (max-width: 763px) { #nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #nB0nSruiQtxVEilZKWFUWgqtZO1EI2rK {  }
 }@media only screen and (max-width: 763px) { #nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #cIcDiqFu1AhfKRWDb3H8JH9FdTz8ndBl {  }
 }@media only screen and (max-width: 763px) { #nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #OfENFD4zeF0DXKGv3xWHDvGvoIpdhz5U {  }
 }@media only screen and (max-width: 763px) { #nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #ZTOhd9P1OwE05qfk32HsoUL5vKAITDd0 {  }
 }@media only screen and (max-width: 763px) { #nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #ebTbxC9lTgcUNg3pJrwRTzUi16uleccV {  }
 }@media only screen and (max-width: 763px) { #nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #bqUNcygMNh3O50Nt9pSh1BgEPqIIFS65 {  }
 }@media only screen and (max-width: 763px) { #nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #AppsSHDmtNAhmKOIIfDSHQneInUIhBnZ {  }
 }@media only screen and (max-width: 763px) { #nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #IgEEKs7lGCkSeO1J34aLFJdEdw3G76yz {  }
 }@media only screen and (max-width: 763px) { #nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #LcHwyGBpOkTTPnWJqqsNKoxs8vWAuNWu {  }
 }@media only screen and (max-width: 763px) { #nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #L6TUbkOQoWzZuzcro4oDUPc8mCXd0oeu {  }
 }@media only screen and (max-width: 763px) { #aNd5nlvHkeSXlqhdzNDLPpGBaqcwxnq3 { display:block; }#aNd5nlvHkeSXlqhdzNDLPpGBaqcwxnq3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cX4WcLgGJp8O7cJNXNX8E6WX5VWCmT9O { width:29.75rem;height:24.3125rem;top:3.9375rem;left:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCQlKDFei2WlHLCgbyhccSEXkpRD9z9X { top:2.625rem;left:0rem;width:7.6875rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0cIqt5qA0IuzOkQL7qXPEPE61ZCCubg { width:17.875rem;height:6.1875rem;top:3.9375rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pkvcdit7wRZe4wSwsScocNIJwwbAlpvn { width:26.8125rem;height:12.5625rem;top:11.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6zE7RM4GQdn48xya7MwzXW7JUTRADwo { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #okQsSInHBR5D2XOPHq08sK9V7n5a7MDr { display:block; }
 }@media only screen and (max-width: 763px) { #bkLKr7Tgvsu8DFJTtoqlK2s1CTGe89FC { display:block; }#bkLKr7Tgvsu8DFJTtoqlK2s1CTGe89FC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AfRgIlHb7JlSZUZbUvGqM5psoVFVUJRG { width:31rem;height:3.1875rem;top:1.125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xO9GqNBW7pVFzveBJGhqofNgIqoZeeDH .widget-regular-label { width:26.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#xO9GqNBW7pVFzveBJGhqofNgIqoZeeDH .widget-input-text { width:26.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xO9GqNBW7pVFzveBJGhqofNgIqoZeeDH .widget-input-text {padding-top: 0; padding-bottom: 0;}#xO9GqNBW7pVFzveBJGhqofNgIqoZeeDH .widget-textarea { width:26.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xO9GqNBW7pVFzveBJGhqofNgIqoZeeDH .widget-input-select { width:26.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xO9GqNBW7pVFzveBJGhqofNgIqoZeeDH .widget-input-select {padding-top: 0; padding-bottom: 0;}#xO9GqNBW7pVFzveBJGhqofNgIqoZeeDH .widget-input-button { width:26.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xO9GqNBW7pVFzveBJGhqofNgIqoZeeDH .widget-checkbox-label { width:25.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#xO9GqNBW7pVFzveBJGhqofNgIqoZeeDH  { width:26.5625rem;height:auto;top:8.4375rem;left:0rem; }
#xO9GqNBW7pVFzveBJGhqofNgIqoZeeDH .radio-container { width:26.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xO9GqNBW7pVFzveBJGhqofNgIqoZeeDH {display:block;}#xO9GqNBW7pVFzveBJGhqofNgIqoZeeDH { width:26.5625rem;height:auto;top:8.4375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xO9GqNBW7pVFzveBJGhqofNgIqoZeeDH #PUGXdLL2B6wzc2M4c51OVMI8qApNv917 {  }
 }@media only screen and (max-width: 763px) { #xO9GqNBW7pVFzveBJGhqofNgIqoZeeDH #pWcUevmizvLdq0mC67IHvJkO2MHAyAKW { display:none; }
 }@media only screen and (max-width: 763px) { #xO9GqNBW7pVFzveBJGhqofNgIqoZeeDH #R0wSAqneOdm7d7XcSpP7JPQlHXmvrd9N {  }
 }@media only screen and (max-width: 763px) { #xO9GqNBW7pVFzveBJGhqofNgIqoZeeDH #RHfFlArivl3omFbF6sMOF6Cs5eI1mkE6 {  }
 }@media only screen and (max-width: 763px) { #xO9GqNBW7pVFzveBJGhqofNgIqoZeeDH #oOymACJ9dc1ii8SQcgaI4m6NVSd3BEph {  }
 }@media only screen and (max-width: 763px) { #xO9GqNBW7pVFzveBJGhqofNgIqoZeeDH #lNwzbtWT37fxRMrkbJGF0rQo4Ix6z3xp {  }
 }@media only screen and (max-width: 763px) { #xO9GqNBW7pVFzveBJGhqofNgIqoZeeDH #X1ZOr08ok7y4OmiI7rU81EvmAQ2ToJIz {  }
 }@media only screen and (max-width: 763px) { #xO9GqNBW7pVFzveBJGhqofNgIqoZeeDH #VIugR2a7StOZgn0RSKSX2IK79khq06F6 {  }
 }@media only screen and (max-width: 763px) { #xO9GqNBW7pVFzveBJGhqofNgIqoZeeDH #HJTSf4XAVbPQrtKbeGQKzQ0aVo7GEGSh {  }
 }@media only screen and (max-width: 763px) { #xO9GqNBW7pVFzveBJGhqofNgIqoZeeDH #xmVhwuQhOtwtwXbC0CQ84Q05ZL8xbAM3 {  }
 }@media only screen and (max-width: 763px) { #xO9GqNBW7pVFzveBJGhqofNgIqoZeeDH #prOdGNDt8IReoQtT4Sybh22DvalsLyuw {  }
 }@media only screen and (max-width: 763px) { #xO9GqNBW7pVFzveBJGhqofNgIqoZeeDH #dLTCC9zdfhgTT9Oo0z6kC22KiPipu1VB {  }
 }@media only screen and (max-width: 763px) { #xO9GqNBW7pVFzveBJGhqofNgIqoZeeDH #rtSFIWvLxXMwsVZCAuQaNTH8upwT1CF0 {  }
 }@media only screen and (max-width: 763px) { #xO9GqNBW7pVFzveBJGhqofNgIqoZeeDH #qHmrcq4tw1Akm6piULur6ZllObWRkG40 {  }
 }@media only screen and (max-width: 763px) { #xO9GqNBW7pVFzveBJGhqofNgIqoZeeDH #VcuRTmtbBmbEEC1C5qMZyRXNZL5tseqi {  }
 }@media only screen and (max-width: 763px) { #xO9GqNBW7pVFzveBJGhqofNgIqoZeeDH #wff3dnNXdreZ1BkOWkNRCUoLpr5QaPG1 {  }
 }@media only screen and (max-width: 763px) { #xO9GqNBW7pVFzveBJGhqofNgIqoZeeDH #wfuZgVDGvbbLAgl7hKbEWelzwMECUpyV {  }
 }@media only screen and (max-width: 763px) { #xO9GqNBW7pVFzveBJGhqofNgIqoZeeDH #EUT3Q1g6tvc5HDfen64XfS0arS2pomDS {  }
 }@media only screen and (max-width: 763px) { #xO9GqNBW7pVFzveBJGhqofNgIqoZeeDH #TuoCUDG1cTDr0quXh40gyEQokuDFTumW {  }
 }@media only screen and (max-width: 763px) { #xO9GqNBW7pVFzveBJGhqofNgIqoZeeDH #WSL5QO9Ja86naMwC0KmACEeprhFprB8P {  }
 }@media only screen and (max-width: 763px) { #UqQZdgF1LdRFXr21uebqIluAxUmIVveu { width:26.875rem;height:2.5rem;top:5.4375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uF6guNHvhOiNxRK3oRgLwTw0Ec2HB2lW { width:26.3125rem;height:5.0625rem;top:36.4375rem;left:21.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ve9v6pJ1OPSULJLrW0Np6Jo1C4XiMmF7 { top:1.75rem;left:21.75rem;width:26rem;height:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKZf6bTUIVLr3hTXaCZxt0C5pLtvr3ly { display:block; }#aKZf6bTUIVLr3hTXaCZxt0C5pLtvr3ly > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Te0iZJCQ8ITvxqWQRAWuAEMkyzVgVeZ3 { top:1.9375rem;left:0rem;width:2.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lr6RXUsUq3T8kTm6HvqbA3QG7dXUOgR8 { top:2rem;left:0rem;width:9.625rem;height:1.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ew8fhwgfUiJxJtBcpp555HOZDererJVc { top:6.625rem;left:0rem;width:19.875rem;height:5.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqtMz6r7TVfPszdfDfVsoe8SKqdSLLh1 { top:11.4375rem;left:18.375rem;width:27.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwteHJcaf1odPQgPqy1zIWxWBgawXOta { top:8.375rem;left:20.6875rem;width:7.3125rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyBTrQ2RIQOlO576di4y2OLRpXkKRzTi { top:8.375rem;left:31.03125rem;width:10.0625rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KoOzEMC0kNQqPqe731DPhPyDeaqlflEF { top:8.25rem;left:28.5625rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFKFvC97KeE5pa0JIeIi68T8Iz19zguX { top:8.25rem;left:18.375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPWR6dWUBka0ATgXO97EkpThXFiG6nxf { top:1.125rem;left:0rem;width:4.9375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZEbh7psbJGVlGXu1GbfM4Zh23vJn2Zh { top:1.9375rem;left:18.25rem;width:9.625rem;height:2rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vltAhmGvwzTndaqmwTtDgHM1PSg8wS2a { top:5.9375rem;left:18.375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dd2uuoIr7ohambIBztlKlhiy0vMfSIZ2 { top:6.0625rem;left:20.6875rem;width:7.3125rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8d3I6APCTMZRrAo6vedrEVLnfzTbUPS { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qln9JaKLpbAdR0Hu1k72KPNwNsucaIxT { display:block; }
 }@media only screen and (max-width: 763px) { #wFvyOOJNoXBzK6aMuiKElBoXIMu0Apte { top:6.0625rem;left:28.5625rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N07UUhPbp2kZfT8TrFXhU1g9CD3UlpWe { top:6.0625rem;left:31.03125rem;width:7.3125rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLJWCQ793lGpxn25Eq1boyzfw6Kmi1J8 { top:12.875rem;left:18.375rem;width:11rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J64IihE5Qe3qXrwrusOpSXZ1HxnZQxTQ { top:12.8125rem;left:29.28125rem;width:1.8125rem;height:1.8125rem;display:block; }
#J64IihE5Qe3qXrwrusOpSXZ1HxnZQxTQ > img { max-width: 100%;max-height:100%; width:1.8125rem; height:1.8125rem; } }@media only screen and (max-width: 763px) { #J7ltGHGPZVGiuTzo72phKGhv30Un46md { top:12.3125rem;left:32.40625rem;width:2.75rem;height:2.75rem;display:block; }
#J7ltGHGPZVGiuTzo72phKGhv30Un46md > img { max-width: 100%;max-height:100%; width:2.75rem; height:2.75rem; } }@media only screen and (max-width: 763px) { #vGaIHpJ5CJvSMOeEUuq48wnTETNh5u0h { top:11.4375rem;left:18.375rem;width:27.5rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #K7bqrKs2L7cXeCmbLPmGmgl5wK9CuO6A { position:relative;z-index:auto;display:block; }#K7bqrKs2L7cXeCmbLPmGmgl5wK9CuO6A > .row .container { width:20rem;height:12.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c4wJ5ZeDbTfVyUZDb0bRHdcfA7F75sz3 { width:6.25rem;height:6.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HeDfdlU6U1724Sd3Tvb3GiQCU1Dttlqq { width:6.125rem;height:2.4375rem;top:8.75rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eAd5JNQMFS2uhv3fT7k1WJ51wr8zZkHR { display:block; }
 }@media only screen and (max-width: 763px) { #GkeW3OATo4oD2FODU0Hf0vyaCqOlynT9 { width:6.125rem;height:2.4375rem;top:8.75rem;left:12.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tfcwavFtKdaCt51kpeXXwnLCBoWcFumZ { display:block; }
 }@media only screen and (max-width: 763px) { #uCePQZ6JH6PlA72AseF6ygO4eENSkGZB { width:11.3125rem;height:2.625rem;top:1.8125rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbTD6bNWLMsXHikGSC6zRKqcVLUkDa4g { display:block; }
 }@media only screen and (max-width: 763px) { #vhMsOUliHCFSZl7DhD3CEUwQdHCBZr2W { width:10.4375rem;height:2.5rem;top:6.25rem;left:6.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iXL0qu0gzzSWeOfJCRJWtaQlooe44thH { display:block; }
 }@media only screen and (max-width: 763px) { #eWwTQHRU3JOZIoLeMaL3bBaMs9Trzqnb { width:8.0625rem;height:2.4375rem;top:6.25rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qFfifrNL36D9TIIe1xv53o24Ho7R1FMO { display:block; }
 }@media only screen and (max-width: 763px) { #VKAbDI9Ocm54GAfdn4hi3iraDTMPdmSB { width:4.6875rem;height:2.4375rem;top:6.25rem;left:15.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lkJOGyr91VAHcWdT97nxFQoIgMI7aTv9 { display:block; }
 }@media only screen and (max-width: 763px) { #WfcZT7kFurnCA4SD2NOKq1gmzc6ofTrr { width:4rem;height:2.4375rem;top:8.75rem;left:6.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kF0UxERA8XtSfGvg8OZCBNMaHTBcILaK { display:block; }
 }@media only screen and (max-width: 763px) { #TZ17KUZqBnBzyz9qH0blmoV7fxDciJBz { display:block; }#TZ17KUZqBnBzyz9qH0blmoV7fxDciJBz > .row .container { width:20rem;height:72.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RmsbquHtXzqEDCRNaxL1nbzT22Xzg2wL { width:20rem;height:4.7431625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARml1rR3MP5H0bRgkndiOqNrHahrP89R { width:20rem;height:10.1952875rem;top:29.759765625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #qd2iTxb2URhWxbGo3zLmPCyB694wFJr0 { width:12.5rem;height:0.125rem;top:13.623046875rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhT4Gs1CT2sK7OScHwHus0CPoKkWCpW8 { width:20rem;height:6.90430625rem;top:59.998046875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #mfbTtpIN1ihhe4Vb75wzmbT5FgUApilg { width:17.75rem;height:3.1875rem;top:68.560546875rem;left:1.125rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #yTFbLSbwMkKPUCTEd2cGf3pcT7p6ifUe { width:20rem;height:1.375rem;top:6.724609375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;font-weight:700;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #ntIf6MkTO0urfM4aEIrSc8iEyMhxLF6Q { width:20rem;height:20.63675rem;top:9.123046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #na73DiDKEr6FMlyecKRRqZLVTGzX1VMM { width:20rem;height:6.3720625rem;top:41.1572265625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #RntJPMRcWMmQo5IAfKyrnewBkKyb8vlF { width:20rem;height:10.1953125rem;top:48.431640625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #xOb8ZEpHo6NnyBgaQwS7NymLnP3GvBUb { display:block; }#xOb8ZEpHo6NnyBgaQwS7NymLnP3GvBUb > .row .container { width:20rem;height:93.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OK0gKtODMF2oyZCTpHhbQCAXUrU1SD5q { width:19.5rem;height:3.0234375rem;top:1.5rem;left:0.25rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pb1erpLguK6xbaDkTu1T90VpFvw42ceB { width:19.3125rem;height:19.5rem;top:6.4267578125rem;left:0.34375rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #N3nlGhtee3CaUOIKvmNDBwf6FuZTnnfA { width:19.25rem;height:19.25rem;top:37.92578125rem;left:0rem;text-align:justify;text-align-last:initial;font-size:1rem;line-height:1.5;display:block; }#N3nlGhtee3CaUOIKvmNDBwf6FuZTnnfA li:before{  }
 }@media only screen and (max-width: 763px) { #zvGZD9lczn5WP9BhelVnrT82ThqPCIsz { width:19.5rem;height:18rem;top:72.8427734375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #UTQU6OSRtezNTOdTs7I7U5xCTMFasE0t { width:19.25rem;height:6.625rem;top:61.5966796875rem;left:0rem;text-align:justify;text-align-last:initial;font-size:1rem;line-height:1.5;display:block; }#UTQU6OSRtezNTOdTs7I7U5xCTMFasE0t li:before{  }
 }@media only screen and (max-width: 763px) { #yTzLhrzkF1t3VDvUqggAOmpyMO4ZXAeM { width:20rem;height:1.875rem;top:69.654296875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Wf4miXFcb25kP7KTHQaIIaEBlOmi2Top { width:20rem;height:1.875rem;top:34.9267578125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #x4gGOKiahuyeInWdTDF5eeCTRG2ffOou { width:20rem;height:1.875rem;top:58.48828125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #H4x71y4d4rDVZG9EXhiRENFqp95StZyT { width:19.3125rem;height:6rem;top:27.3017578125rem;left:0.34375rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #xPyI3nu4d2cLGNTR43TxmTb8OiFplcXw { width:20rem;height:86.5rem;top:5.6484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJ8vb4cb3pu6qlie9c2MsRipzNPxUBF5 { display:block; }#XJ8vb4cb3pu6qlie9c2MsRipzNPxUBF5 > .row .container { width:20rem;height:96.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TgHUa1HFdXPCARDZJFnHvC1lzNdL57g7 { width:20rem;height:3.1621125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LuckyG2OTZFIu7yDMwla9oWo3ckkpKJx { width:20rem;height:9.5625rem;top:5.6621125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Sm6i8ZlLTvWyelDBXfnqHJisAQ4uObIz { width:20rem;height:11.625rem;top:15.974609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqUTGNJZqVd0dhcad9DvieKC0IpbzcXB { width:20rem;height:11.625rem;top:59.833984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKNE2uKD4XZK8DS1zGWn2Mge14VPp2f9 { width:20rem;height:5.34375rem;top:28.724609375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #cH8lx3StHKHFGwQuXC5x7NgcWOgsdhlR { width:17.25rem;height:3.5625rem;top:72.583984375rem;left:1.375rem;text-align:center;text-align-last:center;font-size:1.1875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #JXTniUpCcKXrCV8IazNoiZJnleOI8aHG { width:20rem;height:1.3056625rem;top:36.068359375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HwU2N1DqqTrfIXDgfr7A0C5ByUha77W4 { width:20rem;height:1.3056625rem;top:42.935546875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNJFKa1qfthRVQqqhUoMmblNK6MpQofg { width:20rem;height:3.375rem;top:38.185546875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #ys3XcoiqPAyBfT2DuPQnchGachmTN7BS { width:20rem;height:3.375rem;top:45.052734375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #ZiqqePqQrsW1QiZaTibAhA2wpyNbK6fP { width:20rem;height:1.3056625rem;top:78.958984375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqJNAcHe4puo9M6rgHfS0pKZcRaRM8c7 { width:20rem;height:3.375rem;top:81.169921875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #qhyUeqNSL7WkTFVPb01eabkOtlZkDHk0 { width:13.875rem;height:2.9375rem;top:55.833984375rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0xuG9B8L7iITTRzszq2Pc9cvyb3Bi3L { display:block; }
 }@media only screen and (max-width: 763px) { #ThF55E5RRRk1sTJ4x4Up3xHTpgMXtCAB { width:13.875rem;height:2.9375rem;top:92.326171875rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQRa6FgbiQrHT1bB8XfozeJOaUIZD9AW { display:block; }
 }@media only screen and (max-width: 763px) { #k4Rboa9vbsuksBe3frznlqlGdk53bNEc { width:15.0625rem;height:14.25rem;top:35.310546875rem;left:2.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEANtagk2qaPy8vIXlNFuLPGFKHLicsN { width:15.125rem;height:9.0625rem;top:77.388671875rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1oaGaCGNDKKmOOWa6TgrgUxWityquVu { width:16.25rem;height:3.5625rem;top:50.865234375rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1.1875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #cGoKctvsgxuOpFNumOtzzOkw1DixdQ18 { width:15.625rem;height:3.5625rem;top:87.701171875rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1.1875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #WiCvh4cyVibmnBIPsXQUV5TKxFGWqkGS { display:block; }#WiCvh4cyVibmnBIPsXQUV5TKxFGWqkGS > .row .container { width:20rem;height:79.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qiby1BcHkT6aM33pNFEoQNSssF7a4FF5 { width:20rem;height:11.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACL11MzOpn0UaScE7nKuxhqtOqztXJHN { width:20rem;height:11.625rem;top:41.6494140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPo929JErKk4VTyVHSHZHURqmCVlPkdb { width:18.625rem;height:5.34375rem;top:12.1650390625rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:1.1875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #VIGO4ewTSobHzOemMFy38unsAPqddWwT { width:18.25rem;height:4.2744125rem;top:54.5126953125rem;left:0.875rem;text-align:center;text-align-last:center;font-size:1.1875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #sCaacTXFAGK3km4yWiqX4w8tH1741CSt { width:20rem;height:1.3056625rem;top:18.9150390625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2dE7TUdyrOflq4QMow8KWsMWMLLk2ha { width:20rem;height:1.3056625rem;top:25.6376953125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3DXgn4cFByLXx6frUxM7TtRxDeRzLLh { width:20rem;height:3.375rem;top:21.0322265625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #rmFmlo1Z5r2mDcpghRRcCAqJstyeerub { width:20rem;height:3.375rem;top:27.7119140625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #nFFmXNqGEp6fm25ix1dhJJawPTtWsmFu { width:20rem;height:1.3056625rem;top:60.6611328125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OD0ntuptQaT68VfZtPRxL85zCrfBmFBM { width:20rem;height:1.6875rem;top:62.7783203125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #FrbMV6MCv8NilvzbuTzue4Z1RD8K3Qxx { width:20rem;height:1.3056625rem;top:65.4931640625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZ1EMkVgfVdAp5cFDGtUO3mRKxLWTPdT { width:20rem;height:1.6875rem;top:67.3369140625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #C9KHuLzbAkTg3n8iTvxxV8MRTIGxI0QO { width:13.875rem;height:2.9375rem;top:37.7744140625rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0ze19RnEM4uaIK0fnOthrRySEdwqNtC { display:block; }
 }@media only screen and (max-width: 763px) { #bSxq0VUKJlZPOVehnBdnP1dyvQZx89EZ { width:13.875rem;height:2.9375rem;top:75.3994140625rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5zOdFeoBqTzVlsF8dMnHcFfDdQpTa0q { display:block; }
 }@media only screen and (max-width: 763px) { #NxClgJnhnm7guzISX8HoXGpQ0grF165i { width:15.0625rem;height:14.25rem;top:17.8369140625rem;left:2.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLfIl26RtCLaHd6SVsVTfHCgutzgCues { width:15.125rem;height:10.375rem;top:59.7705078125rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LdRuPbm7U7xDxnsofb1dZeBU035TuNgh { width:15.5rem;height:3.5625rem;top:33.3994140625rem;left:2.25rem;text-align:center;text-align-last:center;font-size:1.1875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #DfdbQdNWihaOOLu7dRJKXrk3R4iFvHbq { width:16.125rem;height:3.5625rem;top:70.9619140625rem;left:1.9375rem;text-align:center;text-align-last:center;font-size:1.1875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #L0CNUNC8ET27Srvt7w9fVgUakJTpk2fC { display:block; }#L0CNUNC8ET27Srvt7w9fVgUakJTpk2fC > .row .container { width:20rem;height:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DPfmfqIr2quv6G49dEypwUVkUlFy53Lo { width:20rem;height:11.628875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXqlg7DT454n5Tyso69aM0h2Q6qEW5Dh { width:20rem;height:3.5625rem;top:13.7529296875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #hyT6zRirxLVDZ1TQQBAgnkCHN9RMaygR { width:15.0625rem;height:20.4375rem;top:18.0419921875rem;left:2.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUSAfifO3lUBIJwkOFETTuhdFimtSNK5 { width:20rem;height:1.3056625rem;top:18.8701171875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3LJiAmHb7X3PpLcUtbcRnyHwVQMqymn { width:20rem;height:3.375rem;top:20.7294921875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #bVWCqgXtcvhfrppWxTvXAONsn2Tx5OL8 { width:20rem;height:1.3056625rem;top:25.5576171875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gI6FTAoelPDKw0QUSit8mUDiFZAtdeWH { width:20rem;height:3.375rem;top:34.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #mRIx1Qw4lBuppc3Jx6oGfooA33PMoT1M { width:20rem;height:1.3056625rem;top:31.8623046875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBZOi0a296ZXZXg48kVn2cT96IIJQRoV { width:20rem;height:3.375rem;top:27.4794921875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #miIOJkACR684zfTXfIbKebZoXcFWiMaL { width:13.875rem;height:2.9375rem;top:43.2294921875rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LiLBrfTeW8THP8MmgRUI9nG6dtvEvNEI { display:block; }
 }@media only screen and (max-width: 763px) { #rnBA0Sm6EgQ7dyTqrUO12DM7ASUo9Mlp { width:15.8125rem;height:3.5625rem;top:39.1044921875rem;left:2.09375rem;text-align:center;text-align-last:center;font-size:1.1875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #vAy23Lz5Tel27C0Wqp8sOH3Tkv7FaqNk { display:block; }#vAy23Lz5Tel27C0Wqp8sOH3Tkv7FaqNk > .row .container { width:20rem;height:77.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MJ7z6iKoTUQpXLcT8Sa9Tyty9JEyM7ND { width:20rem;height:4.72265625rem;top:0.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B .widget-input-text {padding-top: 0; padding-bottom: 0;}#R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B .widget-input-select {padding-top: 0; padding-bottom: 0;}#R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:4.25rem; }
#R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B .widget-checkbox-label { width:16.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B  { width:17.5rem;height:auto;top:35.84375rem;left:0rem; }
#R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B {display:block;}#R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B { width:17.5rem;height:auto;top:35.84375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B #MqFzokofBbOZ8dX8qtlwnwBDH7xxJczL {  }
 }@media only screen and (max-width: 763px) { #R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B #VUAZD5IZ5zfGPhd2pGUSoFV77KW8uaBv { display:block; }
 }@media only screen and (max-width: 763px) { #R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B #TRnVQBa6Mquazdnt8epcWK6yNeP0oFZ6 {  }
 }@media only screen and (max-width: 763px) { #R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B #By6rgVUGTEN1ppHA2a1N01PQneTwpPQ2 {  }
 }@media only screen and (max-width: 763px) { #R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B #SHJgMOJeM1xgUGPGfOvrUUWQqmNsnsLW {  }
 }@media only screen and (max-width: 763px) { #R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B #Bv4uWSpiX9nUQNXv6H9F0DdzFCTk8pPN {  }
 }@media only screen and (max-width: 763px) { #R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B #g9BJgQoXOzgizopgO1yTTAUiz5JdrwRU {  }
 }@media only screen and (max-width: 763px) { #R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B #Bo6VwX8xClT1vyb1bT60qzP4LAGOuPWm {  }
 }@media only screen and (max-width: 763px) { #R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B #r2DbexQxVwZ9MEt2C7TkweZu6WI4Plxn {  }
 }@media only screen and (max-width: 763px) { #R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B #ODBlBRwSqK6rpzoTWzBp9QgZcaJJJdSB {  }
 }@media only screen and (max-width: 763px) { #R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B #hpFUJlgn2k5o741fBHV5oueH8QGgPkPt {  }
 }@media only screen and (max-width: 763px) { #R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B #wJhwBb6JoHuQqan1hIgDTSExXtOovzb2 {  }
 }@media only screen and (max-width: 763px) { #R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B #cdLQpBhVJmH5tFmQA9JXdfI7ZJatb6vV {  }
 }@media only screen and (max-width: 763px) { #R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B #uQnZ3SO1OTUxF998fQ1XpFdC6hGXapgv {  }
 }@media only screen and (max-width: 763px) { #R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B #lMUslJvQeZhizEXeDCCrx6D9kIKcKIsN {  }
 }@media only screen and (max-width: 763px) { #R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B #XXwIkBSNpkIJNhp7CZZBUs8AvaJJPnHF {  }
 }@media only screen and (max-width: 763px) { #R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B #NPeRvUlINotlWst8ZNbTpSiZUTKtNm8W {  }
 }@media only screen and (max-width: 763px) { #R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B #RLF7Wl8gSq2x0Rke9Oz47nVdRIKLUwst {  }
 }@media only screen and (max-width: 763px) { #R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B #nqzu5hn9fKDdaanZrWRKpB6afp9LAgEc {  }
 }@media only screen and (max-width: 763px) { #R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B #askxvU9oIcD5ZFtWKeJLHeH4ekeNJOu1 {  }
 }@media only screen and (max-width: 763px) { #e9guRRafWkRE8G0eUFozWzMgtF7gpPu6 { width:19.5rem;height:4.78125rem;top:6rem;left:0.25rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6fbtQGQRBHpe1ZQQBu2s6NRAQUNmBBq { width:18.4375rem;height:5.25rem;top:71.3310546875rem;left:0.78125rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.875rem;font-weight:700;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #VPbucF29Ou9p5sZpPZWmrsf2SbntDPlZ { width:17.3125rem;height:22.25rem;top:12.125rem;left:1.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVwJHsLRKTeRTe4KASdfFq8eoP9Tg0SO { display:block; }#dVwJHsLRKTeRTe4KASdfFq8eoP9Tg0SO > .row .container { width:20rem;height:60.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EgFGWqarD9pUEaskEXbiMZBGPoRAOJNL { width:20rem;height:3.736325rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL .accordion-heading-text { text-align:left;text-align-last:left; }
#nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL { display:flex;height:auto;width:17.5rem;top:5.796875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #Dr0HvvPdqM0hsiX30RwZmTWwmEMbGyTK {  }
 }@media only screen and (max-width: 763px) { #nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #greJV2bFa8ThemWZ7T3TZZsPcunD876Q {  }
 }@media only screen and (max-width: 763px) { #nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #D72UtwZNpGACeJcK1T5UmRyPwKwSMxmp {  }
 }@media only screen and (max-width: 763px) { #nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #ApU0Xf0otPzpx6nMehwPGNsAWPJnkeTx {  }
 }@media only screen and (max-width: 763px) { #nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #HmlFuTHm9sJCuXe7XSZHmzUOLMJTNKeP {  }
 }@media only screen and (max-width: 763px) { #nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #O5Pv0NO2iDUxE0vh5bU1qNpnEfuaALLn {  }
 }@media only screen and (max-width: 763px) { #nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #hHXUNvMT7d2IPCXf54dK7UhM2vPI6rkN {  }
 }@media only screen and (max-width: 763px) { #nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #mHJqNPHUrf2BJzb2E8qw0niOFzt54LxN {  }
 }@media only screen and (max-width: 763px) { #nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #KZ45dLd67TzoITwI1i5XIhWozwaIa2D8 {  }
 }@media only screen and (max-width: 763px) { #nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #iFew0DsO14nHxFdTwe9LUXNPLoplJhRz {  }
 }@media only screen and (max-width: 763px) { #nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #PBZEdNa79L5w28t58hKTFVQJXrbolTDx {  }
 }@media only screen and (max-width: 763px) { #nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #azw7kuKLNyxHzyMt4bXAOyATDE1vv5WL {  }
 }@media only screen and (max-width: 763px) { #nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #qkfAldKxZsWlO0HOMUFShMbw31Rd8eqT {  }
 }@media only screen and (max-width: 763px) { #nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #MSwcaKyJAdMMoq6RDQQsdy826Ta56tu4 {  }
 }@media only screen and (max-width: 763px) { #nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #fpeNPq2iIPbIB5oEeHz23qw7VCUHh7U8 {  }
 }@media only screen and (max-width: 763px) { #nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #V7ZVN4MvPQ1VALRS13aJPt3h4LXyEWXd {  }
 }@media only screen and (max-width: 763px) { #nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #xrIfJQ53NdyS0Z1Fyhh1vL9M4fsb5BQk {  }
 }@media only screen and (max-width: 763px) { #nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #S2QNiWlpynIDVuelMrRHKdWzdW6d1KVu {  }
 }@media only screen and (max-width: 763px) { #nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #cfz7r8vsCwVVpdMCzsdrBcB5ZO4MiPxw {  }
 }@media only screen and (max-width: 763px) { #nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #b8D7rnX4nzNN2ButOIPJESQr04Q0vMPD {  }
 }@media only screen and (max-width: 763px) { #nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #sAJyyb0zJ5UyJBh02PpndJicetdGuhX2 {  }
 }@media only screen and (max-width: 763px) { #nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #JnTUUUoyNTJhBt4cfAykvAx1327CcD9u {  }
 }@media only screen and (max-width: 763px) { #nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #VN3l1EZJZbAclIpGTd80eQKc2LROTgJ5 {  }
 }@media only screen and (max-width: 763px) { #nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #MxycKR16hesLbntv6PqrvhMsLGgMAvm1 {  }
 }@media only screen and (max-width: 763px) { #nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #Xa4bMVrF8pgQQhExM2lQJoHk2XL4hihu {  }
 }@media only screen and (max-width: 763px) { #nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #nB0nSruiQtxVEilZKWFUWgqtZO1EI2rK {  }
 }@media only screen and (max-width: 763px) { #nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #cIcDiqFu1AhfKRWDb3H8JH9FdTz8ndBl {  }
 }@media only screen and (max-width: 763px) { #nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #OfENFD4zeF0DXKGv3xWHDvGvoIpdhz5U {  }
 }@media only screen and (max-width: 763px) { #nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #ZTOhd9P1OwE05qfk32HsoUL5vKAITDd0 {  }
 }@media only screen and (max-width: 763px) { #nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #ebTbxC9lTgcUNg3pJrwRTzUi16uleccV {  }
 }@media only screen and (max-width: 763px) { #nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #bqUNcygMNh3O50Nt9pSh1BgEPqIIFS65 {  }
 }@media only screen and (max-width: 763px) { #nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #AppsSHDmtNAhmKOIIfDSHQneInUIhBnZ {  }
 }@media only screen and (max-width: 763px) { #nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #IgEEKs7lGCkSeO1J34aLFJdEdw3G76yz {  }
 }@media only screen and (max-width: 763px) { #nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #LcHwyGBpOkTTPnWJqqsNKoxs8vWAuNWu {  }
 }@media only screen and (max-width: 763px) { #nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #L6TUbkOQoWzZuzcro4oDUPc8mCXd0oeu {  }
 }@media only screen and (max-width: 763px) { #aNd5nlvHkeSXlqhdzNDLPpGBaqcwxnq3 { display:block; }#aNd5nlvHkeSXlqhdzNDLPpGBaqcwxnq3 > .row .container { width:20rem;height:38.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cX4WcLgGJp8O7cJNXNX8E6WX5VWCmT9O { height:11.1875rem;width:20rem;top:21.671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCQlKDFei2WlHLCgbyhccSEXkpRD9z9X { width:7.6875rem;height:0.3125rem;top:2.625rem;left:6.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #J0cIqt5qA0IuzOkQL7qXPEPE61ZCCubg { width:17.875rem;height:4.3984375rem;top:1.25rem;left:1.0625rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Pkvcdit7wRZe4wSwsScocNIJwwbAlpvn { width:19.5rem;height:13.5rem;top:6.734375rem;left:0.25rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #n6zE7RM4GQdn48xya7MwzXW7JUTRADwo { width:19.375rem;height:2.625rem;top:34.546875rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #okQsSInHBR5D2XOPHq08sK9V7n5a7MDr { display:block; }
 }@media only screen and (max-width: 763px) { #bkLKr7Tgvsu8DFJTtoqlK2s1CTGe89FC { display:block; }#bkLKr7Tgvsu8DFJTtoqlK2s1CTGe89FC > .row .container { width:20rem;height:77.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AfRgIlHb7JlSZUZbUvGqM5psoVFVUJRG { width:20rem;height:4.72265625rem;top:0.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #xO9GqNBW7pVFzveBJGhqofNgIqoZeeDH .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#xO9GqNBW7pVFzveBJGhqofNgIqoZeeDH .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xO9GqNBW7pVFzveBJGhqofNgIqoZeeDH .widget-input-text {padding-top: 0; padding-bottom: 0;}#xO9GqNBW7pVFzveBJGhqofNgIqoZeeDH .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xO9GqNBW7pVFzveBJGhqofNgIqoZeeDH .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xO9GqNBW7pVFzveBJGhqofNgIqoZeeDH .widget-input-select {padding-top: 0; padding-bottom: 0;}#xO9GqNBW7pVFzveBJGhqofNgIqoZeeDH .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:4.25rem; }
#xO9GqNBW7pVFzveBJGhqofNgIqoZeeDH .widget-checkbox-label { width:16.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#xO9GqNBW7pVFzveBJGhqofNgIqoZeeDH  { width:17.5rem;height:auto;top:35.84375rem;left:0rem; }
#xO9GqNBW7pVFzveBJGhqofNgIqoZeeDH .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xO9GqNBW7pVFzveBJGhqofNgIqoZeeDH {display:block;}#xO9GqNBW7pVFzveBJGhqofNgIqoZeeDH { width:17.5rem;height:auto;top:35.84375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xO9GqNBW7pVFzveBJGhqofNgIqoZeeDH #PUGXdLL2B6wzc2M4c51OVMI8qApNv917 {  }
 }@media only screen and (max-width: 763px) { #xO9GqNBW7pVFzveBJGhqofNgIqoZeeDH #pWcUevmizvLdq0mC67IHvJkO2MHAyAKW { display:block; }
 }@media only screen and (max-width: 763px) { #xO9GqNBW7pVFzveBJGhqofNgIqoZeeDH #R0wSAqneOdm7d7XcSpP7JPQlHXmvrd9N {  }
 }@media only screen and (max-width: 763px) { #xO9GqNBW7pVFzveBJGhqofNgIqoZeeDH #RHfFlArivl3omFbF6sMOF6Cs5eI1mkE6 {  }
 }@media only screen and (max-width: 763px) { #xO9GqNBW7pVFzveBJGhqofNgIqoZeeDH #oOymACJ9dc1ii8SQcgaI4m6NVSd3BEph {  }
 }@media only screen and (max-width: 763px) { #xO9GqNBW7pVFzveBJGhqofNgIqoZeeDH #lNwzbtWT37fxRMrkbJGF0rQo4Ix6z3xp {  }
 }@media only screen and (max-width: 763px) { #xO9GqNBW7pVFzveBJGhqofNgIqoZeeDH #X1ZOr08ok7y4OmiI7rU81EvmAQ2ToJIz {  }
 }@media only screen and (max-width: 763px) { #xO9GqNBW7pVFzveBJGhqofNgIqoZeeDH #VIugR2a7StOZgn0RSKSX2IK79khq06F6 {  }
 }@media only screen and (max-width: 763px) { #xO9GqNBW7pVFzveBJGhqofNgIqoZeeDH #HJTSf4XAVbPQrtKbeGQKzQ0aVo7GEGSh {  }
 }@media only screen and (max-width: 763px) { #xO9GqNBW7pVFzveBJGhqofNgIqoZeeDH #xmVhwuQhOtwtwXbC0CQ84Q05ZL8xbAM3 {  }
 }@media only screen and (max-width: 763px) { #xO9GqNBW7pVFzveBJGhqofNgIqoZeeDH #prOdGNDt8IReoQtT4Sybh22DvalsLyuw {  }
 }@media only screen and (max-width: 763px) { #xO9GqNBW7pVFzveBJGhqofNgIqoZeeDH #dLTCC9zdfhgTT9Oo0z6kC22KiPipu1VB {  }
 }@media only screen and (max-width: 763px) { #xO9GqNBW7pVFzveBJGhqofNgIqoZeeDH #rtSFIWvLxXMwsVZCAuQaNTH8upwT1CF0 {  }
 }@media only screen and (max-width: 763px) { #xO9GqNBW7pVFzveBJGhqofNgIqoZeeDH #qHmrcq4tw1Akm6piULur6ZllObWRkG40 {  }
 }@media only screen and (max-width: 763px) { #xO9GqNBW7pVFzveBJGhqofNgIqoZeeDH #VcuRTmtbBmbEEC1C5qMZyRXNZL5tseqi {  }
 }@media only screen and (max-width: 763px) { #xO9GqNBW7pVFzveBJGhqofNgIqoZeeDH #wff3dnNXdreZ1BkOWkNRCUoLpr5QaPG1 {  }
 }@media only screen and (max-width: 763px) { #xO9GqNBW7pVFzveBJGhqofNgIqoZeeDH #wfuZgVDGvbbLAgl7hKbEWelzwMECUpyV {  }
 }@media only screen and (max-width: 763px) { #xO9GqNBW7pVFzveBJGhqofNgIqoZeeDH #EUT3Q1g6tvc5HDfen64XfS0arS2pomDS {  }
 }@media only screen and (max-width: 763px) { #xO9GqNBW7pVFzveBJGhqofNgIqoZeeDH #TuoCUDG1cTDr0quXh40gyEQokuDFTumW {  }
 }@media only screen and (max-width: 763px) { #xO9GqNBW7pVFzveBJGhqofNgIqoZeeDH #WSL5QO9Ja86naMwC0KmACEeprhFprB8P {  }
 }@media only screen and (max-width: 763px) { #UqQZdgF1LdRFXr21uebqIluAxUmIVveu { width:19.5rem;height:4.78125rem;top:6rem;left:0.25rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uF6guNHvhOiNxRK3oRgLwTw0Ec2HB2lW { width:18.4375rem;height:5.25rem;top:71.3310546875rem;left:0.78125rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.875rem;font-weight:700;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #Ve9v6pJ1OPSULJLrW0Np6Jo1C4XiMmF7 { width:17.3125rem;height:22.25rem;top:12.125rem;left:1.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKZf6bTUIVLr3hTXaCZxt0C5pLtvr3ly { display:block; }#aKZf6bTUIVLr3hTXaCZxt0C5pLtvr3ly > .row .container { width:20rem;height:34.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Te0iZJCQ8ITvxqWQRAWuAEMkyzVgVeZ3 { width:2.9375rem;height:1.29980625rem;top:2.03125rem;left:11rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lr6RXUsUq3T8kTm6HvqbA3QG7dXUOgR8 { width:20rem;height:1.8681625rem;top:5.9375rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ew8fhwgfUiJxJtBcpp555HOZDererJVc { width:18.6875rem;height:4.8984375rem;top:8.759765625rem;left:0.59375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RqtMz6r7TVfPszdfDfVsoe8SKqdSLLh1 { width:18.75rem;height:0.0625rem;top:30.962890625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwteHJcaf1odPQgPqy1zIWxWBgawXOta { width:7.3125rem;height:1.3125rem;top:26.017578125rem;left:3.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyBTrQ2RIQOlO576di4y2OLRpXkKRzTi { width:11.375rem;height:1.3125rem;top:21.794921875rem;left:3.4375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KoOzEMC0kNQqPqe731DPhPyDeaqlflEF { width:1.5625rem;height:1.5625rem;top:21.6259765625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFKFvC97KeE5pa0JIeIi68T8Iz19zguX { width:1.5625rem;height:1.5625rem;top:23.9189453125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPWR6dWUBka0ATgXO97EkpThXFiG6nxf { width:4.5rem;height:4.5rem;top:1rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZEbh7psbJGVlGXu1GbfM4Zh23vJn2Zh { width:9.625rem;height:1.8681625rem;top:19.009765625rem;left:5.1875rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vltAhmGvwzTndaqmwTtDgHM1PSg8wS2a { width:1.5625rem;height:1.5625rem;top:27.978515625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dd2uuoIr7ohambIBztlKlhiy0vMfSIZ2 { width:7.3125rem;height:1.3125rem;top:24.0009765625rem;left:3.4375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #u8d3I6APCTMZRrAo6vedrEVLnfzTbUPS { width:7.25rem;height:1.625rem;top:14.818359375rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qln9JaKLpbAdR0Hu1k72KPNwNsucaIxT { display:block; }
 }@media only screen and (max-width: 763px) { #wFvyOOJNoXBzK6aMuiKElBoXIMu0Apte { width:1.5625rem;height:1.5625rem;top:25.892578125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N07UUhPbp2kZfT8TrFXhU1g9CD3UlpWe { width:7.3125rem;height:1.3125rem;top:28.103515625rem;left:3.4375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qLJWCQ793lGpxn25Eq1boyzfw6Kmi1J8 { width:11rem;height:1.625rem;top:32.130859375rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J64IihE5Qe3qXrwrusOpSXZ1HxnZQxTQ { display:flex;width:1.8125rem;height:1.8125rem;top:32.037109375rem;left:9.875rem; }
#J64IihE5Qe3qXrwrusOpSXZ1HxnZQxTQ > img { max-width: 100%;max-height:100%; width:1.8125rem; height:1.8125rem; } }@media only screen and (max-width: 763px) { #J7ltGHGPZVGiuTzo72phKGhv30Un46md { display:flex;width:2.75rem;height:2.75rem;top:31.568359375rem;left:12.125rem; }
#J7ltGHGPZVGiuTzo72phKGhv30Un46md > img { max-width: 100%;max-height:100%; width:2.75rem; height:2.75rem; } }@media only screen and (max-width: 763px) { #vGaIHpJ5CJvSMOeEUuq48wnTETNh5u0h { width:18.75rem;height:0.0625rem;top:17.939453125rem;left:0.625rem;z-index:15016;display:block; }
 }