.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:255,242,218;--color-primary-1:255,212,131;--color-primary-2:255,168,7;--color-primary-3:128,84,4;--color-primary-4:38,25,1;--color-secondary-0:220,225,234;--color-secondary-1:138,156,184;--color-secondary-2:21,56,113;--color-secondary-3:11,28,57;--color-secondary-4:3,8,17;--color-tertiary-0:255,255,255;--color-tertiary-1:237,237,237;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Montserrat";--paragraphs-font-family:"Raleway"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#ofgGya9W1LSzKIP9Bsn8DqhuylaMrptZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofgGya9W1LSzKIP9Bsn8DqhuylaMrptZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofgGya9W1LSzKIP9Bsn8DqhuylaMrptZ > .row > .video-iframe-container { display: none; }#ofgGya9W1LSzKIP9Bsn8DqhuylaMrptZ > .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); }#cKq09Byg2CXJ8vubMByfdDrpwFRwElrw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#cKq09Byg2CXJ8vubMByfdDrpwFRwElrw > .row .container { background-color: transparent; background-image: none; }#cKq09Byg2CXJ8vubMByfdDrpwFRwElrw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cKq09Byg2CXJ8vubMByfdDrpwFRwElrw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cKq09Byg2CXJ8vubMByfdDrpwFRwElrw > .row .container > .video-iframe-container { display: none; }#cKq09Byg2CXJ8vubMByfdDrpwFRwElrw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cKq09Byg2CXJ8vubMByfdDrpwFRwElrw > .row > .video-iframe-container { display: none; }#cKq09Byg2CXJ8vubMByfdDrpwFRwElrw > .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); }#cKq09Byg2CXJ8vubMByfdDrpwFRwElrw > .row .container { border-width: 0; border-radius: 0; }#cKq09Byg2CXJ8vubMByfdDrpwFRwElrw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cKq09Byg2CXJ8vubMByfdDrpwFRwElrw > .row .container { font-size:0.875rem;font-family:arial;height:4.5625rem;width:75rem;position:relative;display:block; }#xrzhRDqWxeeURdsclmLL4MCSCCm3efBf { position:absolute;display:block;z-index:15005;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:2.4375rem;width:12.0625rem;top:1.0625rem;left:0rem;overflow:hidden;display:block; }
#RT8u2r6s5lOAB3PaGKIsHyRhQ8PpJ6um { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.25rem;height:1.625rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.5rem;left:26.75rem;display:block; }
#a4nhHhx479rVISxap95BHGEIwOhFT6MQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TVchNKeWfmfqltnr2gEed9tAdH8SN884 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.8125rem;height:1.5rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.5625rem;left:35.9375rem;display:block; }
#JNFb2iQTXJsl9dz0viIkboABGkp8SVK6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ktWqkQeQMRXlfJOQuc3TiZXiV9JFOFzr { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.4375rem;height:1.5625rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.5625rem;left:41.5625rem;display:block; }
#JT7GZsxLtd3genRTvp1vR3V7el0rlw7T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vgWIvTVOXp0mhUo2p6sEgIK1lDz6SWkw { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.3125rem;height:2rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.3125rem;left:45.9375rem;display:block; }
#aUnKqTVkOh2ZLRvT7o6PTcpqPhM1xgwU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uWX362Qn92gF9HCym7agURQPnTSDFCbZ { z-index:15003;top:1.0625rem;left:52.9375rem;background-color:#5ce1e6;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.8125rem;height:2.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#pEIfZT9sREt05pVnb74QePc9gnWmlTbM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IXvnw4c5AOAvGSymgtd238TMwTTCSxJt { box-sizing:content-box;height:2.5625rem;width:0.125rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-3),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1rem;left:64.375rem;display:block; }
#MPq9VxfXWzCO6MP5oifzeMfdBlkqxJ1H { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:1.625rem;left:65.4375rem; }
#q3fZ6pV8SddZe2zMaOchmQM7dL0GuaPL { color:#000000;display:block;width:7.4375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:1.75rem;left:67.5625rem;height:1.04980625rem;font-style:normal;text-align:left;text-align-last:left;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; }
#J5qPbr1sNC4TPdOClfp4yz1yRxcoI5QF { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/dd168a51-3437-48a4-8015-c26e10c6191f/ChatGPTImage27abr202612_49_46.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#J5qPbr1sNC4TPdOClfp4yz1yRxcoI5QF.adaptive-delivery-prevent-bg, #J5qPbr1sNC4TPdOClfp4yz1yRxcoI5QF.lazyload, #J5qPbr1sNC4TPdOClfp4yz1yRxcoI5QF.lazyloading { background-image: none; }#J5qPbr1sNC4TPdOClfp4yz1yRxcoI5QF > .row .container { background-color: transparent; background-image: none; }#J5qPbr1sNC4TPdOClfp4yz1yRxcoI5QF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.23); }#J5qPbr1sNC4TPdOClfp4yz1yRxcoI5QF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J5qPbr1sNC4TPdOClfp4yz1yRxcoI5QF > .row .container > .video-iframe-container { display: none; }#J5qPbr1sNC4TPdOClfp4yz1yRxcoI5QF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.23); }#J5qPbr1sNC4TPdOClfp4yz1yRxcoI5QF > .row > .video-iframe-container { display: none; }#J5qPbr1sNC4TPdOClfp4yz1yRxcoI5QF > .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); }#J5qPbr1sNC4TPdOClfp4yz1yRxcoI5QF > .row .container { border-width: 0; border-radius: 0; }#J5qPbr1sNC4TPdOClfp4yz1yRxcoI5QF::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J5qPbr1sNC4TPdOClfp4yz1yRxcoI5QF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J5qPbr1sNC4TPdOClfp4yz1yRxcoI5QF > .row .container { width:75rem;height:46.25rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#iKKs9AZODSFJKrTfmCF5gJLOHMIXsfGs { color:rgba(var(--color-tertiary-0),1);display:block;width:42.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.6875rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:23.375rem;left:0rem;height:8.0625rem;font-style:normal;text-align:left;text-align-last:left;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; }
#Lkwcmrd9lyLm1qZUWiNlvLHvkrwTlTlH { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:18.125rem;left:53.6875rem;height:0;display:block; }
#SnMhC7dc8PakZ36sBesH7ktwRkDhT0HX { background-color:#ffffff;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.4rem;height:2.525rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:38.75rem;left:0rem;display:block; }
#HPedlXF7ZQv9inmy1qPVk966IN1mgu9T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UtfLPtVZGRDol7mpRfQpuKIvQlWzMA4N { color:rgba(var(--color-tertiary-0),1);display:block;width:34rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:33rem;left:0rem;height:4.048825rem;font-style:normal;text-align:left;text-align-last:left;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; }
#GnIgI6kRuqJwRem52QK3RqMi9SFasCVl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:39.137500762939rem;left:16.124218940735rem; }
#terOypGg7aLSEMaiLc8q8HmgEnlvX9J4 { box-sizing:content-box;height:7rem;width:15.75rem;position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.6875rem;left:59.25rem;display:block; }
#Ab5GJcyOflCL1uDfuHp09zFLeg0SCzwh { color:rgba(var(--color-secondary-3),1);display:block;width:13.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:700;z-index:15015;line-height:1;letter-spacing:0;top:29.5625rem;left:60.4375rem;height:0.8125rem;font-style:normal;text-align:left;text-align-last:left;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; }
#g0ekFXTQvT5RqmGzpcGa0BGLwJLgXvvA { color:rgba(var(--color-secondary-3),1);display:block;width:4.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:700;z-index:15016;line-height:1;letter-spacing:0;top:31rem;left:61.5625rem;height:;font-style:normal;text-align:left;text-align-last:left;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; }
#LQ5bkkTLT1ETeW7ScNiJhl2vHm2POVxe { color:rgba(var(--color-secondary-3),1);display:block;width:9.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:700;z-index:15016;line-height:1;letter-spacing:0;top:31.75rem;left:65.375rem;height:0.8125rem;font-style:normal;text-align:left;text-align-last:left;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; }
#z6Tc86X8BXGyV4vUM85APAgp32ULPOH1 { color:rgba(var(--color-secondary-3),1);display:block;width:13.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:700;z-index:15016;line-height:1;letter-spacing:0;top:33.3125rem;left:60.4375rem;height:0.8125rem;font-style:normal;text-align:left;text-align-last:left;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; }
#wVdJ7LG81GPHeVzUhy92NZNfe4RG66Q2 { 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:11.375rem;width:15.75rem;top:34.875rem;left:59.25rem;overflow:hidden;display:block; }
#EzZHNpnDIUaT2v5f4394847CbiKZxpNt { position:relative;display:block; }#EzZHNpnDIUaT2v5f4394847CbiKZxpNt { background-color: transparent; background-image: none; }#EzZHNpnDIUaT2v5f4394847CbiKZxpNt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EzZHNpnDIUaT2v5f4394847CbiKZxpNt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EzZHNpnDIUaT2v5f4394847CbiKZxpNt > .row .container > .video-iframe-container { display: none; }#EzZHNpnDIUaT2v5f4394847CbiKZxpNt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EzZHNpnDIUaT2v5f4394847CbiKZxpNt > .row > .video-iframe-container { display: none; }#EzZHNpnDIUaT2v5f4394847CbiKZxpNt > .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); }#EzZHNpnDIUaT2v5f4394847CbiKZxpNt { border-width: 0; border-radius: 0; }#EzZHNpnDIUaT2v5f4394847CbiKZxpNt > .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; }#EzZHNpnDIUaT2v5f4394847CbiKZxpNt > .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:80.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#hfSqL7mwLMBeseV94kkfHLhPvTMtOU3R { color:rgba(var(--color-tertiary-4),1);display:block;width:70.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:6rem;left:0rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;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; }
#fElr67aMtywGMZdgu4JOEZgx1eJ7zF2B { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:10.999999791384rem;left:0rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#J5ZKEMvlRpPk8rE71duldd0leZuPtgvr { color:rgba(var(--color-tertiary-4),1);display:block;width:23.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:60.125rem;left:0rem;height:12.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gc9p7RAZOvfcIDClVzOTZFKg071ScfRI { color:rgba(var(--color-tertiary-4),1);display:block;width:6.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:55rem;left:0rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;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; }
#ntSZvK1734qlK2KIkBb3MpPLsy4HdgcV { color:rgba(var(--color-tertiary-4),1);display:block;width:18.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:54.59375rem;left:4.0499992370606rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;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; }
#oXcOk3N6t1AJ8tHuVx0eRnaSegWBoZha { color:rgba(var(--color-tertiary-4),1);display:block;width:22rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:60.125rem;left:26.500000953674rem;height:10.96875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cNiyMKmBUMt1shNaF7LLqptB6MQHKAP9 { color:rgba(var(--color-tertiary-4),1);display:block;width:6.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:55rem;left:26.362500190735rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;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; }
#lUBlkHn5vRKC4qrWtLrVLdW0nqmviwdA { color:rgba(var(--color-tertiary-4),1);display:block;width:14.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:55.609375rem;left:30.937500953674rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;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; }
#J6C98ZAqEvIk5SnHEpWpdvxTHoDrOk3w { color:rgba(var(--color-tertiary-4),1);display:block;width:22.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:60.125rem;left:52.562500953674rem;height:12.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zXBsug7pvWst1XEC9GRXPU2nWPFm9lJx { color:rgba(var(--color-tertiary-4),1);display:block;width:6.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:54.75rem;left:52.5625rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;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; }
#dTqhGHpcCH1dAiiVpT27Z0PvuRn965eO { color:rgba(var(--color-tertiary-4),1);display:block;width:12.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:55.375rem;left:57.5rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;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; }
#IAIZMJMfteTtFhck70gluLVDmZyef0EV { position:absolute;display:block;z-index:15016;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:35.6875rem;width:23.5625rem;top:17.035941392183rem;left:51.437500953674rem;overflow:hidden;display:block; }
#Gv4984OOkCrLAWZrzLIvfmb4EUFtJVLA { 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:26.1875rem;width:22.25rem;top:26.4609375rem;left:0rem;overflow:hidden;display:block; }
#ZMgGF2IiBTMxxd4mGiTeQpDzFbtKGhmr { position:absolute;display:block;z-index:15018;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:32.3125rem;width:24.25rem;top:20.4609375rem;left:25.375000953674rem;overflow:hidden;display:block; }
#PX7doALWT37966u4FuLKmSZcbKV8Teig { color:rgba(var(--color-tertiary-4),1);display:block;width:5.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:74.375rem;left:0rem;height:1.29980625rem;display:block; }
#NrbMEV8Mifvi0SImB6d18Vq2hsrsiOf8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:74.431251525881rem;left:6.2492189407349rem; }
#BRuRO1Idv9JkD0Ld0FVOUxtR1wgGJhRi { color:rgba(var(--color-tertiary-4),1);display:block;width:5.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:74.375rem;left:26.5rem;height:1.29980625rem;display:block; }
#D4guTpdTgJkDpobWAZtVVp6hqJlUbFho { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:74.4375rem;left:32.75rem; }
#iKInB9kQy7sxT4SCkNmeQhd1XJlwUDlz { color:rgba(var(--color-tertiary-4),1);display:block;width:5.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:74.375rem;left:52.25rem;height:1.3rem;display:block; }
#OFo42usFxDhA2fFM1IAwSBVTq3eisZNL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:74.4375rem;left:58.5rem; }
#iovRVBRpVWXIcGt5cmVrK4ZLTwqOAWiw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#iovRVBRpVWXIcGt5cmVrK4ZLTwqOAWiw > .row .container { background-color: transparent; background-image: none; }#iovRVBRpVWXIcGt5cmVrK4ZLTwqOAWiw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iovRVBRpVWXIcGt5cmVrK4ZLTwqOAWiw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iovRVBRpVWXIcGt5cmVrK4ZLTwqOAWiw > .row .container > .video-iframe-container { display: none; }#iovRVBRpVWXIcGt5cmVrK4ZLTwqOAWiw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iovRVBRpVWXIcGt5cmVrK4ZLTwqOAWiw > .row > .video-iframe-container { display: none; }#iovRVBRpVWXIcGt5cmVrK4ZLTwqOAWiw > .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); }#iovRVBRpVWXIcGt5cmVrK4ZLTwqOAWiw > .row .container { border-width: 0; border-radius: 0; }#iovRVBRpVWXIcGt5cmVrK4ZLTwqOAWiw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iovRVBRpVWXIcGt5cmVrK4ZLTwqOAWiw > .row .container { font-size:0.875rem;font-family:arial;height:62.75rem;width:75rem;position:relative;display:block; }#rg7HmUTHEWlkTZpMHeGmRwkVK5q9vpWF { color:rgba(var(--color-tertiary-0),1);display:block;width:45.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:4.9375rem;left:14.967968940735rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;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; }
#xKn8Rt9KtMkGEDNG4wzayQWAorEZP1u3 { color:rgba(var(--color-tertiary-2),1);display:block;width:36.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:12.25rem;left:19.030468940735rem;height:4.142575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XPSs9ni9iG096qKNFp0Jzt9pkm8NpCXc { position:absolute;display:block;z-index:15003;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:38.875rem;width:48.125rem;top:22.875rem;left:11.955468177796rem;overflow:hidden;display:block; }
#lmM9eR7DEWV6zPV0mJW1hl8tBWwit6h2 { background-color:rgba(var(--color-tertiary-0),0.05);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-3),1);border-left:0.0625rem solid rgba(var(--color-tertiary-3),1);border-right:0.0625rem solid rgba(var(--color-tertiary-3),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-3),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.05rem;height:2.425rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:18.4375rem;left:29.425000190735rem;display:block; }
#V4yagrI8IdrlB1LMXHc8GzusRGdqVSfq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wpulwCJmxq4aIvC7bVTZWvO9HbTphEHL { position:relative;display:block; }#wpulwCJmxq4aIvC7bVTZWvO9HbTphEHL { background-color: transparent; background-image: none; }#wpulwCJmxq4aIvC7bVTZWvO9HbTphEHL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wpulwCJmxq4aIvC7bVTZWvO9HbTphEHL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wpulwCJmxq4aIvC7bVTZWvO9HbTphEHL > .row .container > .video-iframe-container { display: none; }#wpulwCJmxq4aIvC7bVTZWvO9HbTphEHL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wpulwCJmxq4aIvC7bVTZWvO9HbTphEHL > .row > .video-iframe-container { display: none; }#wpulwCJmxq4aIvC7bVTZWvO9HbTphEHL > .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); }#wpulwCJmxq4aIvC7bVTZWvO9HbTphEHL { border-width: 0; border-radius: 0; }#wpulwCJmxq4aIvC7bVTZWvO9HbTphEHL > .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; }#wpulwCJmxq4aIvC7bVTZWvO9HbTphEHL > .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:46.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Tfo3WxcFIvD57N0q10vVEJWxFAO0Choh { color:#000000;display:block;width:27.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:400;z-index:15011;line-height:1.2;letter-spacing:0;top:18.375rem;left:10.060156822204rem;height:2.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PfZxIe1vnzmlNp89buodHC7DTO7q1ilc { color:rgba(var(--color-secondary-3),1);display:block;width:22.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15010;line-height:1.1;letter-spacing:0;top:16.125rem;left:13.123436927796rem;height:1.30625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qxILsvrK1mySafXBE22k9OH50onP3M4E { color:rgba(var(--color-secondary-3),1);display:block;width:40.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:7.3125002384187rem;left:17.186718940735rem;height:5.19921875rem;font-style:normal;text-align:center;text-align-last:center;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; }
#URGoKbCaeWZhy5GRoSZnc4932DVfLBI8 { box-sizing:content-box;height:7rem;width:28.5625rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-3),0.06);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-3),1);border-left:0.0625rem solid rgba(var(--color-tertiary-3),1);border-right:0.0625rem solid rgba(var(--color-tertiary-3),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-3),1);top:14.875rem;left:7.8125rem;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }
#EqG6xzn1SHcqXGuuS3BOlutWAhV8PpoK { color:#000000;display:block;width:36.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:5.51171875rem;left:19.15625rem;height:1.13671875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#haOBoB5NDTSvxVJIqZyQpvAebnZy29zu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:15.934375762939rem;left:10.060156822204rem; }
#Nx1dTd7TJvsGaIcxfqzUhbXli5mbAalV { color:rgba(var(--color-secondary-3),1);display:block;width:20.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15014;line-height:1.1;letter-spacing:0;top:23.409376144409rem;left:13.216406822204rem;height:1.30625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dUg5lGf4JZ4Z5RBJqydHylEo2TS7Efe1 { box-sizing:content-box;height:3.8125rem;width:28.625rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-3),0.06);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-3),1);border-left:0.0625rem solid rgba(var(--color-tertiary-3),1);border-right:0.0625rem solid rgba(var(--color-tertiary-3),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-3),1);top:22.375rem;left:7.8125rem;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }
#KV5sS781w6Vw6pnSIDy5AHQVAQQGCSDc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:23.21875rem;left:10.060156822204rem; }
#mk0u91g8fQdrgf31rAHDuMpoS1WTrMVm { box-sizing:content-box;height:3.8125rem;width:28.5625rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-3),0.06);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-3),1);border-left:0.0625rem solid rgba(var(--color-tertiary-3),1);border-right:0.0625rem solid rgba(var(--color-tertiary-3),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-3),1);top:26.6875rem;left:7.875rem;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }
#el0C5iQPxhEoBMIFoVxg3vdw7OunhTTX { color:rgba(var(--color-secondary-3),1);display:block;width:20.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15017;line-height:1.1;letter-spacing:0;top:27.95937538147rem;left:13.216406822204rem;height:1.30625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#R82znn0uZ46q1CMT9rxfl1P7VnVeqlLm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:27.612501144409rem;left:10.060156822204rem; }
#P5bTXvSzfbSg8Zmxyk9X3V8877smyo6u { box-sizing:content-box;height:3.8125rem;width:28.5rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-3),0.06);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-3),1);border-left:0.0625rem solid rgba(var(--color-tertiary-3),1);border-right:0.0625rem solid rgba(var(--color-tertiary-3),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-3),1);top:31.125rem;left:7.875rem;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }
#eLJR8BLthFVGEeTc6KcylxJaiqBD3ZsS { color:rgba(var(--color-secondary-3),1);display:block;width:23.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15020;line-height:1.1;letter-spacing:0;top:32.396877288818rem;left:13.372656822204rem;height:1.30625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GPrw4sodWRWLCJtXtOVIySrgeWFb3J4T { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:32.206249237061rem;left:10.060156822204rem; }
#xLSVi3Wuf3ClJfcvswWUAU0yVVNyDsFp { box-sizing:content-box;height:3.875rem;width:28.4375rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-3),0.06);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-3),1);border-left:0.0625rem solid rgba(var(--color-tertiary-3),1);border-right:0.0625rem solid rgba(var(--color-tertiary-3),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-3),1);top:35.75rem;left:7.9375rem;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }
#FTLUmQoQBxiVyW2sUf9lwlgstKlXN9BU { color:rgba(var(--color-secondary-3),1);display:block;width:26.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15023;line-height:1.1;letter-spacing:0;top:37.021877288818rem;left:13.123436927796rem;height:1.30625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#moI3mH66oRIhA9VVxnvfJ86AQoBq3wBG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:36.831249237061rem;left:10.060156822204rem; }
#smtpvzl3k6wnW54RLhaSJdt1pxPEXren { position:absolute;display:block;z-index:15026;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:24.625rem;width:24.625rem;top:14.87499332428rem;left:38.000000953674rem;overflow:hidden;display:block; }
#tZistdAFqXCdifkxwSOnBQCZFHyM0iJm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#tZistdAFqXCdifkxwSOnBQCZFHyM0iJm > .row .container { background-color: transparent; background-image: none; }#tZistdAFqXCdifkxwSOnBQCZFHyM0iJm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tZistdAFqXCdifkxwSOnBQCZFHyM0iJm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tZistdAFqXCdifkxwSOnBQCZFHyM0iJm > .row .container > .video-iframe-container { display: none; }#tZistdAFqXCdifkxwSOnBQCZFHyM0iJm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tZistdAFqXCdifkxwSOnBQCZFHyM0iJm > .row > .video-iframe-container { display: none; }#tZistdAFqXCdifkxwSOnBQCZFHyM0iJm > .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); }#tZistdAFqXCdifkxwSOnBQCZFHyM0iJm > .row .container { border-width: 0; border-radius: 0; }#tZistdAFqXCdifkxwSOnBQCZFHyM0iJm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tZistdAFqXCdifkxwSOnBQCZFHyM0iJm > .row .container { font-size:0.875rem;font-family:arial;height:72.75rem;width:75rem;position:relative;display:block; }#MClUQzTH93pTSf4aI5BDcvMmXc1T81s5 { color:rgba(var(--color-tertiary-0),1);display:block;width:42.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15003;line-height:1;letter-spacing:0;top:6.6867198944094rem;left:16.030468940735rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;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; }
#t1ohixzq1DiGnS17UGOa1oDBtPQvJWzD { color:#ffffff;display:block;width:72.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:8.06875038147rem;left:1.28125rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;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; }
#JvSE56x2akwmTSlTKD5qIyzezTCiTMD6 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:32.515625rem;left:5.96875rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MJ2RTATRy9Ltc5XpAc42tiVOVsVRcrBp { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:16.25rem;width:24.4375rem;top:14.625rem;left:0rem;overflow:hidden;display:block; }
#cMHuArVIRLrTu4pTImwLc5P7A66RgxGw { color:rgba(var(--color-tertiary-2),1);display:block;width:21.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:34.625rem;left:1.5rem;height:2.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kbGJNtQqfbbv5SxLc8irfz4kxmciU7CS { color:rgba(var(--color-tertiary-2),1);display:block;width:21.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:34.75rem;left:26.8125rem;height:4.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ggnCo6UBaRlnKU62AJEVrBnbaVGru4Kw { color:#ffffff;display:block;width:11.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:32.515625rem;left:31.812500953674rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T15Oyv7bo9iHXxALCVy1ciDA50QNFqsb { color:rgba(var(--color-tertiary-2),1);display:block;width:21.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:34.75rem;left:53.0625rem;height:4.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sXAPGV42cFF1GWeQX3tId5F3uN6Bqg0W { color:#ffffff;display:block;width:8rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:32.515625rem;left:59.781250953674rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bT6GpiFwDkZAsuzkg5bzc61nt6Ac9rle { color:rgba(var(--color-tertiary-2),1);display:block;width:21.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:400;z-index:15019;line-height:1.5;letter-spacing:0;top:62.375rem;left:53rem;height:4.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LA3H9zwoTETH94Fqr7vrWTGVhJEEMpEm { color:#ffffff;display:block;width:9.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:60.140625rem;left:59.218750953674rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MuzmtgNVXI4JkOLFbHOkrXF2C9abDCS5 { color:rgba(var(--color-tertiary-2),1);display:block;width:21.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:62.4375rem;left:26.625rem;height:2.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#d31edKQwmqTLnZ1gz3oMIZ4pbVXwHmwq { color:#ffffff;display:block;width:9.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:60.140625rem;left:32.718750953674rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#buwzfuZFWq1mLdp4DRTuepUKNhH2V4HW { color:rgba(var(--color-tertiary-2),1);display:block;width:21.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:62.375015258789rem;left:1.6875rem;height:2.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#q7GsiWHxqvrf6HhETnEsP1sPhPFrGLhn { color:#ffffff;display:block;width:9.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:60.140625rem;left:7.655468940735rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DLz0IL0vXxtU3sDTO9coBMKBVSLHgmrT { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:16.1875rem;width:24.5rem;top:14.625rem;left:25.250000953674rem;overflow:hidden;display:block; }
#rc00ShTQTaMwfkTmhs2ActNWgZGA3r8m { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:16.0625rem;width:23.5625rem;top:14.71875rem;left:50.987500190735rem;overflow:hidden;display:block; }
#QUnoffINhKDkv4XZawenvATLLKJWfnbB { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:16.25rem;width:24.4375rem;top:42.3125rem;left:0.1875rem;overflow:hidden;display:block; }
#al7caOz9D9FSWUTA8kKoZQPf6TfctCx5 { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:16.1875rem;width:24.4375rem;top:42.375rem;left:25.3125rem;overflow:hidden;display:block; }
#qeHrlpMvTTl0GRDft4XwwDxICxPV4I6W { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:16.25rem;width:24.5rem;top:42.3125rem;left:50.500000953674rem;overflow:hidden;display:block; }
#hG8fxXd3hdTECzN7aG6DgnpKOWQDfgus { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),0.53);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; }#hG8fxXd3hdTECzN7aG6DgnpKOWQDfgus > .row .container { background-color: transparent; background-image: none; }#hG8fxXd3hdTECzN7aG6DgnpKOWQDfgus::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hG8fxXd3hdTECzN7aG6DgnpKOWQDfgus > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hG8fxXd3hdTECzN7aG6DgnpKOWQDfgus > .row .container > .video-iframe-container { display: none; }#hG8fxXd3hdTECzN7aG6DgnpKOWQDfgus > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hG8fxXd3hdTECzN7aG6DgnpKOWQDfgus > .row > .video-iframe-container { display: none; }#hG8fxXd3hdTECzN7aG6DgnpKOWQDfgus > .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); }#hG8fxXd3hdTECzN7aG6DgnpKOWQDfgus > .row .container { border-width: 0; border-radius: 0; }#hG8fxXd3hdTECzN7aG6DgnpKOWQDfgus > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hG8fxXd3hdTECzN7aG6DgnpKOWQDfgus > .row .container { font-size:0.875rem;font-family:arial;height:44.5625rem;width:75rem;position:relative;display:block; }#iNe4LwS0EkXllH1KTl5hHOFz8BGehoQ3 { color:#000000;display:block;width:13rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:400;z-index:15011;line-height:1.2;letter-spacing:0;top:29.625rem;left:6.875rem;height:3.8984375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GpUXI6z2zrCvVWhA3ucDpUIFzwIpizC9 { color:rgba(var(--color-secondary-3),1);display:block;width:12.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15010;line-height:1.1;letter-spacing:0;top:26.8125rem;left:6.9375rem;height:1.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#knrQNW0SVTpcVoqun9sd1BUHsQVDATCt { color:rgba(var(--color-secondary-3),1);display:block;width:71.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:9.4375rem;left:0rem;height:5.19921875rem;font-style:normal;text-align:left;text-align-last:left;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; }
#PMDJeUOsL0OXMO4l1Gr3JivX2bsrA1Pt { color:#000000;display:block;width:36.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:7.6875rem;left:0rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WTC4Cy97rebbCkvDsFH6d9LsTycTtgNT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.625rem;width:3.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:21.625rem;left:11.5625rem; }
#MduDssk7I4n4zymeZl4E3J2qP8TxJ1Ml { box-sizing:content-box;height:18.75rem;width:14rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.9375rem;left:6.25rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#O96aC6D285lwGIOwEfI4EZz9z9oTSFte { box-sizing:content-box;height:18.75rem;width:14rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.9375rem;left:21.625rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#TBL76qKqMNsAB3AfsDL0bFnw5t7oTSNi { box-sizing:content-box;height:18.75rem;width:14rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.9375rem;left:36.75rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#Or87qdG3SDvXP7ASvbmy63gZoEEykLsl { box-sizing:content-box;height:18.75rem;width:14rem;position:absolute;display:block;z-index:14997;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.9375rem;left:51.6875rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#UxmmfuVOxTKJ4eJP1aFRrucx1odSJwNK { color:rgba(var(--color-secondary-3),1);display:block;width:12.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15011;line-height:1.1;letter-spacing:0;top:26.8125rem;left:22.1875rem;height:1.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Lm2D6fPR4mfDZwAA0w3rKnfkthX6s7Wm { color:#000000;display:block;width:13rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:400;z-index:15012;line-height:1.2;letter-spacing:0;top:29.625rem;left:22.125rem;height:3.8984375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CGSTDrW0vmzeLTwKcUCPsCoPMkN5llaI { color:rgba(var(--color-secondary-3),1);display:block;width:12.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15012;line-height:1.1;letter-spacing:0;top:26.8125rem;left:37.3125rem;height:1.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iKbzPWqqKbpILZEPW3iX5ZrRDdZzyA0b { color:#000000;display:block;width:13rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:400;z-index:15013;line-height:1.2;letter-spacing:0;top:29.625rem;left:37.25rem;height:3.8984375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KXvNquZaAhMZkTAGd9Gs6FTLg6JBv7dh { color:rgba(var(--color-secondary-3),1);display:block;width:12.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15014;line-height:1.1;letter-spacing:0;top:26.8125rem;left:52.25rem;height:2.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WcTP3fmQvT8ndTadU8R3g3nHotM6rpTX { color:#000000;display:block;width:13rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:29.625rem;left:52.1875rem;height:3.8984375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Zx00sbouySqDLZZtHoimc9ryPRCzkLdN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.625rem;width:3.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:21.625rem;left:26.8125rem; }
#v7L1E3icvU7rhpCNU9rHhJEXhZv5lR2u { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.625rem;width:3.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:21.625rem;left:41.9375rem; }
#fnlQEwl8DhCByr6On59IfeO434sNEskT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.625rem;width:3.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:21.625rem;left:56.875rem; }
#siDEJcH8LdCJTLZfI3blsu6m6D7Tuaru { box-sizing:content-box;height:0.5rem;width:14.0625rem;position:absolute;display:block;z-index:15017;background-color:#5ce1e6;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:36.1875rem;left:6.25rem;display:block; }
#leoIy5niFkQyA08ekNE0f4ePf1Sa3xsX { box-sizing:content-box;height:0.5rem;width:14.0625rem;position:absolute;display:block;z-index:15018;background-color:#5ce1e6;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:36.25rem;left:21.5625rem;display:block; }
#LEToE7cyRzXcXsRlzyrBWwA7rEQp3mZZ { box-sizing:content-box;height:0.5rem;width:14.0625rem;position:absolute;display:block;z-index:15019;background-color:#5ce1e6;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:36.25rem;left:36.75rem;display:block; }
#TrdVz9Rnweqodd3EQiWibEFUgu59x6zD { box-sizing:content-box;height:0.5rem;width:14.0625rem;position:absolute;display:block;z-index:15021;background-color:#5ce1e6;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:36.25rem;left:51.625rem;display:block; }
#fsrRcDkhIQ2Z1TqH1ULEbvRkoqAlOeqO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#fsrRcDkhIQ2Z1TqH1ULEbvRkoqAlOeqO > .row .container { background-color: transparent; background-image: none; }#fsrRcDkhIQ2Z1TqH1ULEbvRkoqAlOeqO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fsrRcDkhIQ2Z1TqH1ULEbvRkoqAlOeqO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fsrRcDkhIQ2Z1TqH1ULEbvRkoqAlOeqO > .row .container > .video-iframe-container { display: none; }#fsrRcDkhIQ2Z1TqH1ULEbvRkoqAlOeqO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fsrRcDkhIQ2Z1TqH1ULEbvRkoqAlOeqO > .row > .video-iframe-container { display: none; }#fsrRcDkhIQ2Z1TqH1ULEbvRkoqAlOeqO > .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); }#fsrRcDkhIQ2Z1TqH1ULEbvRkoqAlOeqO > .row .container { border-width: 0; border-radius: 0; }#fsrRcDkhIQ2Z1TqH1ULEbvRkoqAlOeqO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fsrRcDkhIQ2Z1TqH1ULEbvRkoqAlOeqO > .row .container { font-size:0.875rem;font-family:arial;height:52.9375rem;width:75rem;position:relative;display:block; }#teL2sKekJXfCRazT8qLftCaqTVTU34cZ { color:#ffffff;display:block;width:17.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:32.87109375rem;left:4.8125rem;height:9.2578125rem;font-style:normal;text-align:left;text-align-last:left;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; }
#fffB1oZpLl7lu19T6Pc6wOkg4MqRaXUv { color:rgba(var(--color-tertiary-0),1);display:block;width:41.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:10.1875rem;left:0rem;height:5.2rem;font-style:normal;text-align:left;text-align-last:left;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; }
#VTUi5a2p4rwXykW4Nkbhwm1FxlLLx1w3 { color:#ffffff;display:block;width:36.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:8.375rem;left:0rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Z5yx29dl15JauQGHosThETKN23PZq42v { color:rgba(var(--color-tertiary-2),1);display:block;width:38.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:16.8125rem;left:0rem;height:4.142575rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zBTESi9zpT6pEL0iWfsq72CA5MV38xMq { box-sizing:content-box;height:19.5rem;width:24.125rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-1),0.14);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.1875rem;left:0rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#xZVxdDvtK6q2m7e0tFFcdK3uLxaeBbZ7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.375rem;width:3.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:24.75rem;left:0.6875rem; }
#kpDNfXZ4R7DKT2KQg1IzMsNVsMguvBq8 { color:#ffffff;display:block;width:17.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:37.4375rem;left:31.5625rem;height:4.62890625rem;font-style:normal;text-align:left;text-align-last:left;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; }
#TgH5nReH7GVLo9SvLEewf7kq5yJpkTww { box-sizing:content-box;height:19.5rem;width:24.125rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-1),0.14);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.1875rem;left:25.4375rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#zWxKy21doVBBS5dJtGZ3dwL4CvP6QBr8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.375rem;width:3.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:24.75rem;left:26.125rem; }
#oAOqQzeRb44WfJS2kG7rHUhbgzfx0xrR { color:#ffffff;display:block;width:17.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:37.4375rem;left:57.6875rem;height:4.62890625rem;font-style:normal;text-align:left;text-align-last:left;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; }
#eVv5RDN6bxhbeMhnTLaQUwesb8PNUb68 { box-sizing:content-box;height:19.5rem;width:24.125rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-1),0.14);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.1875rem;left:50.875rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#wgmnC2RsTLL2mvdIrT83UFyINQSVT5FN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.375rem;width:3.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:24.75rem;left:51.5rem; }
#n1fDHl1k88SIUXHMKbOvcftT2ShkFb0N { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#n1fDHl1k88SIUXHMKbOvcftT2ShkFb0N > .row .container { background-color: transparent; background-image: none; }#n1fDHl1k88SIUXHMKbOvcftT2ShkFb0N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n1fDHl1k88SIUXHMKbOvcftT2ShkFb0N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n1fDHl1k88SIUXHMKbOvcftT2ShkFb0N > .row .container > .video-iframe-container { display: none; }#n1fDHl1k88SIUXHMKbOvcftT2ShkFb0N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n1fDHl1k88SIUXHMKbOvcftT2ShkFb0N > .row > .video-iframe-container { display: none; }#n1fDHl1k88SIUXHMKbOvcftT2ShkFb0N > .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); }#n1fDHl1k88SIUXHMKbOvcftT2ShkFb0N > .row .container { border-width: 0; border-radius: 0; }#n1fDHl1k88SIUXHMKbOvcftT2ShkFb0N > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#n1fDHl1k88SIUXHMKbOvcftT2ShkFb0N > .row .container { font-size:0.875rem;font-family:arial;height:60.4375rem;width:75rem;position:relative;display:block; }#W3aV4SxbOPkhvHVDFBpKynnLNDU3AJki { color:rgba(var(--color-secondary-3),1);display:block;width:65.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:400;z-index:15006;line-height:.9;letter-spacing:0;top:8.625rem;left:4.75rem;height:5.3984375rem;font-style:normal;text-align:center;text-align-last:center;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; }
#Db6WhIsBPM7Zz8oT5eC15dLe01iZEz0b { color:#000000;display:block;width:37.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:5.7500019073486rem;left:18.624218940735rem;height:1.40625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lTeuIssVuJ6JV8IlBT2mqmtqxhS2ldF8 .widget-form-header { font-size:0.875rem; }
#lTeuIssVuJ6JV8IlBT2mqmtqxhS2ldF8 .widget-regular-label { height:auto;display:block;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-4),1);width:41.3125rem;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;text-align:left;text-align-last:left;vertical-align:top;font-style:normal; }
#lTeuIssVuJ6JV8IlBT2mqmtqxhS2ldF8 .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-1),0.95);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;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:41.3125rem;box-sizing:border-box;height:2.5625rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);box-shadow: none;vertical-align:top; }
#lTeuIssVuJ6JV8IlBT2mqmtqxhS2ldF8 .widget-input-text {padding-top: 0; padding-bottom: 0;}#lTeuIssVuJ6JV8IlBT2mqmtqxhS2ldF8 .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-1),0.95);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;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:41.3125rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#lTeuIssVuJ6JV8IlBT2mqmtqxhS2ldF8 .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:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:41.3125rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;box-shadow: none;vertical-align:top; }
#lTeuIssVuJ6JV8IlBT2mqmtqxhS2ldF8 .widget-input-select {padding-top: 0; padding-bottom: 0;}#lTeuIssVuJ6JV8IlBT2mqmtqxhS2ldF8 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#lTeuIssVuJ6JV8IlBT2mqmtqxhS2ldF8 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#lTeuIssVuJ6JV8IlBT2mqmtqxhS2ldF8 .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:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:41.3125rem;height:3.4375rem;font-family:var(--headlines-font-family);overflow:hidden;box-shadow: none; }
#lTeuIssVuJ6JV8IlBT2mqmtqxhS2ldF8 [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--headlines-font-family);font-size:0.8125rem; }
#lTeuIssVuJ6JV8IlBT2mqmtqxhS2ldF8 [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--headlines-font-family);font-size:0.8125rem; }
#lTeuIssVuJ6JV8IlBT2mqmtqxhS2ldF8 [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--headlines-font-family);font-size:0.8125rem; }
#lTeuIssVuJ6JV8IlBT2mqmtqxhS2ldF8 [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--headlines-font-family);font-size:0.8125rem; }
#lTeuIssVuJ6JV8IlBT2mqmtqxhS2ldF8 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:40.0625rem;overflow:hidden;font-style:normal;float:none; }
#lTeuIssVuJ6JV8IlBT2mqmtqxhS2ldF8 .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; }
#lTeuIssVuJ6JV8IlBT2mqmtqxhS2ldF8 .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:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#lTeuIssVuJ6JV8IlBT2mqmtqxhS2ldF8 .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#lTeuIssVuJ6JV8IlBT2mqmtqxhS2ldF8 .widget-container:first-of-type{padding-top:0;}#lTeuIssVuJ6JV8IlBT2mqmtqxhS2ldF8 .widget-container:last-of-type{padding-bottom:0;}#lTeuIssVuJ6JV8IlBT2mqmtqxhS2ldF8  { 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:41.3125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15019;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;top:17.4365234375rem;left:15.5927734375rem;font-size:0.875rem; }
#lTeuIssVuJ6JV8IlBT2mqmtqxhS2ldF8 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:41.3125rem;display:block;vertical-align:top; }
#lTeuIssVuJ6JV8IlBT2mqmtqxhS2ldF8 .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lTeuIssVuJ6JV8IlBT2mqmtqxhS2ldF8 {display:block;}#lTeuIssVuJ6JV8IlBT2mqmtqxhS2ldF8 { 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:41.3125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15019;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;top:17.4365234375rem;left:15.5927734375rem;font-size:0.875rem; }
#lTeuIssVuJ6JV8IlBT2mqmtqxhS2ldF8 #g7OfE0WKpEAqkK1RwWrHkMUch2rSnBTw { position:relative; }
#lTeuIssVuJ6JV8IlBT2mqmtqxhS2ldF8 #oK2CcTXabCVtvJJFKGoyanZex4t0AoaJ { position:relative;display:block; }
#lTeuIssVuJ6JV8IlBT2mqmtqxhS2ldF8 #cdXURAQo1ZSXCsI7OTq5Kc5NApLVcVCi { position:relative; }
#lTeuIssVuJ6JV8IlBT2mqmtqxhS2ldF8 #rulXJCVCO5OuV8WCv5q2ZvAStwlhrHvc { position:relative; }
#lTeuIssVuJ6JV8IlBT2mqmtqxhS2ldF8 #teWvh1KBFhaZJ1ZJLDJO7IrmvLZCqxJp { position:relative;display:block; }
#lTeuIssVuJ6JV8IlBT2mqmtqxhS2ldF8 #cdRa1mWSENH4s89Q6whyzsXSWasDrzq9 { position:relative; }
#lTeuIssVuJ6JV8IlBT2mqmtqxhS2ldF8 #HwTxDHloGNWizFZVi5dpCmnZlR7XlIQT { position:relative; }
#lTeuIssVuJ6JV8IlBT2mqmtqxhS2ldF8 #dXXtrZtWI2qOkrGKvXQJWZy9Sge8tEco { position:relative;display:block; }
#lTeuIssVuJ6JV8IlBT2mqmtqxhS2ldF8 #B6w3Rf1hLTpUmbFQxvJC9hIOa5aw0Hb9 { position:relative; }
#lTeuIssVuJ6JV8IlBT2mqmtqxhS2ldF8 #Js3f0Gu5zXDlT2D7Bmy1vsCGOTi5usZ7 { position:relative; }
#lTeuIssVuJ6JV8IlBT2mqmtqxhS2ldF8 #HN0CRX4wxNU1gfxB6CcoJUHXNP7qam3E { position:relative;display:block; }
#lTeuIssVuJ6JV8IlBT2mqmtqxhS2ldF8 #SLPVDCTAofuhvKr3EtFfvtnLOi2sC2sJ { position:relative; }
#lTeuIssVuJ6JV8IlBT2mqmtqxhS2ldF8 #AqdnGJdPFZAG287UD3WkVdmht8lt195n { position:relative; }
#lTeuIssVuJ6JV8IlBT2mqmtqxhS2ldF8 #Tx3z6TRMcBH4NCTiiOHbeXPV30U4KWVl { position:relative;display:block; }
#lTeuIssVuJ6JV8IlBT2mqmtqxhS2ldF8 #aXfcaxaaJmPKTB5dhfsGXwzdFh7FDDZ3 { position:relative; }
#lTeuIssVuJ6JV8IlBT2mqmtqxhS2ldF8 #da62vLNqNyS36aDDXawlvTA2Bp1WA0GB { position:relative; }
#lTeuIssVuJ6JV8IlBT2mqmtqxhS2ldF8 #N4FaAR54DbtmOkDqcBTG3sM27ydUpiBC { position:relative;display:block; }
#lTeuIssVuJ6JV8IlBT2mqmtqxhS2ldF8 #TQ7souZ4ESg0lF04KEo6pGLT2lKcbdOw { position:relative; }
#lTeuIssVuJ6JV8IlBT2mqmtqxhS2ldF8 #zT6sngZhalTPPpPfZTMPUa5MMChHglgA { position:relative; }
#lTeuIssVuJ6JV8IlBT2mqmtqxhS2ldF8 #Hy2V7gwgiTH1ltNSaP6XGfUxiNQsB9kP { position:relative;z-index:2; }
#lTeuIssVuJ6JV8IlBT2mqmtqxhS2ldF8 #UrXnLTyt1npezkdN5Sbp7fvWgqn126Nr { position:relative; }
#lTeuIssVuJ6JV8IlBT2mqmtqxhS2ldF8 #rzxOLDZNXR29ac6mvUaAv9TBc126Z389 { position:relative; }
#lTeuIssVuJ6JV8IlBT2mqmtqxhS2ldF8 #NIXyMN7FFioUyTOfhvO5L7ADb6UyPARh { position:relative; }
#qnntvr3p914HeHvpqxQm16QV9cyQITGc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#qnntvr3p914HeHvpqxQm16QV9cyQITGc > .row .container { background-color: transparent; background-image: none; }#qnntvr3p914HeHvpqxQm16QV9cyQITGc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qnntvr3p914HeHvpqxQm16QV9cyQITGc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qnntvr3p914HeHvpqxQm16QV9cyQITGc > .row .container > .video-iframe-container { display: none; }#qnntvr3p914HeHvpqxQm16QV9cyQITGc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qnntvr3p914HeHvpqxQm16QV9cyQITGc > .row > .video-iframe-container { display: none; }#qnntvr3p914HeHvpqxQm16QV9cyQITGc > .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); }#qnntvr3p914HeHvpqxQm16QV9cyQITGc > .row .container { border-width: 0; border-radius: 0; }#qnntvr3p914HeHvpqxQm16QV9cyQITGc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qnntvr3p914HeHvpqxQm16QV9cyQITGc > .row .container { font-size:0.875rem;font-family:arial;height:22.75rem;width:75rem;position:relative;display:block; }#eyi2QAK59r2tlbezpv0bGrBX20Xf9W9L { color:#ffffff;display:block;width:36.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.6875rem;font-weight:400;z-index:15007;line-height:.9;letter-spacing:0;top:3.7461061477661rem;left:0rem;height:2.41875rem;font-style:normal;text-align:left;text-align-last:left;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; }
#MunZQKDHx5UOOhvtCOLv3KJR34TkJQTh { color:#ffffff;display:block;width:9.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15008;line-height:.9;letter-spacing:0;top:8.5rem;left:23.1875rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;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; }
#lTAKuNFm6hSb0Cbn7wEc6sgSWTNcXg5X { color:#ffffff;display:block;width:15.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15009;line-height:.9;letter-spacing:0;top:11.375rem;left:23.1875rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;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; }
#pImhqPvuqzuyqmm37sQ83ief59CAGpnq { color:#ffffff;display:block;width:15.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15010;line-height:.9;letter-spacing:0;top:14.25rem;left:23.1875rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;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; }
#XGb7wbWZl3NMITRtOATOuAionbdXp2rA { color:#ffffff;display:block;width:9.436875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:.9;letter-spacing:0;top:8.5rem;left:49.0625rem;height:0.8994125rem;font-style:normal;text-align:left;text-align-last:left;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; }
#XmcZzu7ex6UdIID50I6pgVENMU0Rw9n9 { color:#ffffff;display:block;width:9.436875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:.9;letter-spacing:0;top:11.375rem;left:49.0625rem;height:0.8994125rem;font-style:normal;text-align:left;text-align-last:left;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; }
#ZWIkI1HJp15FrcMnOdeha53r6TlT2mfs { color:#ffffff;display:block;width:9.43675rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:.9;letter-spacing:0;top:14.25rem;left:49.0625rem;height:0.8994125rem;font-style:normal;text-align:left;text-align-last:left;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; }
#I8NZJwo1TB46NibcJhuVR9gtSPDsddds { color:#ffffff;display:block;width:7.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:.9;letter-spacing:0;top:8.5rem;left:67.8125rem;height:0.8994125rem;font-style:normal;text-align:left;text-align-last:left;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; }
#P3LPNw8gxc9OzSrbC8VAfbiKTDWZmQEy { color:#ffffff;display:block;width:5.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15016;line-height:.9;letter-spacing:0;top:11.375rem;left:67.8125rem;height:0.8994125rem;font-style:normal;text-align:left;text-align-last:left;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; }
#VOiGGLf9cLtNsRUeiyOdpIe28yfUtgDT { color:#ffffff;display:block;width:15.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.9;letter-spacing:0;top:8.5rem;left:0rem;height:7.59765rem;font-style:normal;text-align:left;text-align-last:left;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; }
#wFVkXC0iGuXMRcFd3yWPHCS4JzQPa8du { position:relative;display:block; }#wFVkXC0iGuXMRcFd3yWPHCS4JzQPa8du { background-color: transparent; background-image: none; }#wFVkXC0iGuXMRcFd3yWPHCS4JzQPa8du::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wFVkXC0iGuXMRcFd3yWPHCS4JzQPa8du > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wFVkXC0iGuXMRcFd3yWPHCS4JzQPa8du > .row .container > .video-iframe-container { display: none; }#wFVkXC0iGuXMRcFd3yWPHCS4JzQPa8du > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wFVkXC0iGuXMRcFd3yWPHCS4JzQPa8du > .row > .video-iframe-container { display: none; }#wFVkXC0iGuXMRcFd3yWPHCS4JzQPa8du > .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); }#wFVkXC0iGuXMRcFd3yWPHCS4JzQPa8du { border-width: 0; border-radius: 0; }#wFVkXC0iGuXMRcFd3yWPHCS4JzQPa8du > .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; }#wFVkXC0iGuXMRcFd3yWPHCS4JzQPa8du > .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:4rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#vqofJ3v30Q84a27sT0Vo3hecsRnwfhlq { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:11.3125rem;top:0.84375rem;left:0rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #cKq09Byg2CXJ8vubMByfdDrpwFRwElrw { display:block; }#cKq09Byg2CXJ8vubMByfdDrpwFRwElrw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xrzhRDqWxeeURdsclmLL4MCSCCm3efBf { top:1.0625rem;left:0rem;width:12.0625rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RT8u2r6s5lOAB3PaGKIsHyRhQ8PpJ6um { width:8.25rem;height:1.625rem;top:1.5rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4nhHhx479rVISxap95BHGEIwOhFT6MQ { display:block; }
 }@media only screen and (max-width: 763px) { #TVchNKeWfmfqltnr2gEed9tAdH8SN884 { width:4.8125rem;height:1.5rem;top:1.5625rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNFb2iQTXJsl9dz0viIkboABGkp8SVK6 { display:block; }
 }@media only screen and (max-width: 763px) { #ktWqkQeQMRXlfJOQuc3TiZXiV9JFOFzr { width:4.4375rem;height:1.5625rem;top:1.5625rem;left:27.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JT7GZsxLtd3genRTvp1vR3V7el0rlw7T { display:block; }
 }@media only screen and (max-width: 763px) { #vgWIvTVOXp0mhUo2p6sEgIK1lDz6SWkw { width:5.3125rem;height:2rem;top:1.3125rem;left:32.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUnKqTVkOh2ZLRvT7o6PTcpqPhM1xgwU { display:block; }
 }@media only screen and (max-width: 763px) { #uWX362Qn92gF9HCym7agURQPnTSDFCbZ { top:1.0625rem;left:37.9375rem;width:9.8125rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEIfZT9sREt05pVnb74QePc9gnWmlTbM { display:block; }
 }@media only screen and (max-width: 763px) { #IXvnw4c5AOAvGSymgtd238TMwTTCSxJt { top:1rem;left:47.625rem;width:0.125rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPq9VxfXWzCO6MP5oifzeMfdBlkqxJ1H { top:1.625rem;left:46.4375rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3fZ6pV8SddZe2zMaOchmQM7dL0GuaPL { width:26.125rem;height:10.5rem;top:6.5625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5qPbr1sNC4TPdOClfp4yz1yRxcoI5QF { display:block; }#J5qPbr1sNC4TPdOClfp4yz1yRxcoI5QF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iKKs9AZODSFJKrTfmCF5gJLOHMIXsfGs { width:26.125rem;height:10.5rem;top:6.5625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lkwcmrd9lyLm1qZUWiNlvLHvkrwTlTlH { top:18.125rem;left:35.25rem;width:12.5rem;height:0;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnMhC7dc8PakZ36sBesH7ktwRkDhT0HX { width:6.875rem;height:2.5rem;top:1.1875rem;left:40.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPedlXF7ZQv9inmy1qPVk966IN1mgu9T { display:block; }
 }@media only screen and (max-width: 763px) { #UtfLPtVZGRDol7mpRfQpuKIvQlWzMA4N { width:26.125rem;height:10.5rem;top:6.5625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnIgI6kRuqJwRem52QK3RqMi9SFasCVl { top:39.125rem;left:2.4992189407349rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #terOypGg7aLSEMaiLc8q8HmgEnlvX9J4 { top:28.6875rem;left:32rem;width:15.75rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ab5GJcyOflCL1uDfuHp09zFLeg0SCzwh { width:26.125rem;height:10.5rem;top:6.5625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0ekFXTQvT5RqmGzpcGa0BGLwJLgXvvA { width:26.125rem;height:10.5rem;top:6.5625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQ5bkkTLT1ETeW7ScNiJhl2vHm2POVxe { width:26.125rem;height:10.5rem;top:6.5625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6Tc86X8BXGyV4vUM85APAgp32ULPOH1 { width:26.125rem;height:10.5rem;top:6.5625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVdJ7LG81GPHeVzUhy92NZNfe4RG66Q2 { top:34.875rem;left:32rem;width:15.75rem;height:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzZHNpnDIUaT2v5f4394847CbiKZxpNt { display:block; }#EzZHNpnDIUaT2v5f4394847CbiKZxpNt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hfSqL7mwLMBeseV94kkfHLhPvTMtOU3R { width:47.75rem;height:3.25rem;top:6rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fElr67aMtywGMZdgu4JOEZgx1eJ7zF2B { width:47.75rem;height:2.4375rem;top:11rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5ZKEMvlRpPk8rE71duldd0leZuPtgvr { width:23.25rem;height:12.1875rem;top:60.125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gc9p7RAZOvfcIDClVzOTZFKg071ScfRI { width:6.75rem;height:3.25rem;top:55rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntSZvK1734qlK2KIkBb3MpPLsy4HdgcV { width:18.5625rem;height:4.0625rem;top:54.5625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXcOk3N6t1AJ8tHuVx0eRnaSegWBoZha { width:22rem;height:10.9375rem;top:60.125rem;left:12.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNiyMKmBUMt1shNaF7LLqptB6MQHKAP9 { width:6.75rem;height:3.25rem;top:55rem;left:12.737500190735rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUBlkHn5vRKC4qrWtLrVLdW0nqmviwdA { width:14.8125rem;height:2rem;top:55.5625rem;left:17.312500953674rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6C98ZAqEvIk5SnHEpWpdvxTHoDrOk3w { width:22.4375rem;height:12.1875rem;top:60.125rem;left:25.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXBsug7pvWst1XEC9GRXPU2nWPFm9lJx { width:6.75rem;height:3.25rem;top:54.75rem;left:38.9375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTqhGHpcCH1dAiiVpT27Z0PvuRn965eO { width:12.6875rem;height:2rem;top:55.375rem;left:35.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAIZMJMfteTtFhck70gluLVDmZyef0EV { top:17rem;left:24.1875rem;width:23.5625rem;height:35.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gv4984OOkCrLAWZrzLIvfmb4EUFtJVLA { top:26.4375rem;left:0rem;width:22.25rem;height:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMgGF2IiBTMxxd4mGiTeQpDzFbtKGhmr { top:20.4375rem;left:11.750000953674rem;width:24.25rem;height:32.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PX7doALWT37966u4FuLKmSZcbKV8Teig { top:74.375rem;left:0rem;width:5.6875rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrbMEV8Mifvi0SImB6d18Vq2hsrsiOf8 { top:74.375rem;left:0rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRuRO1Idv9JkD0Ld0FVOUxtR1wgGJhRi { top:74.375rem;left:12.875rem;width:5.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4guTpdTgJkDpobWAZtVVp6hqJlUbFho { top:74.4375rem;left:19.125rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKInB9kQy7sxT4SCkNmeQhd1XJlwUDlz { top:74.375rem;left:38.625rem;width:5.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFo42usFxDhA2fFM1IAwSBVTq3eisZNL { top:74.4375rem;left:44.875rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iovRVBRpVWXIcGt5cmVrK4ZLTwqOAWiw { display:block; }#iovRVBRpVWXIcGt5cmVrK4ZLTwqOAWiw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rg7HmUTHEWlkTZpMHeGmRwkVK5q9vpWF { width:45.0625rem;height:6.5rem;top:4.9375rem;left:1.3427734375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKn8Rt9KtMkGEDNG4wzayQWAorEZP1u3 { width:36.9375rem;height:4.125rem;top:12.25rem;left:5.4054689407349rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPSs9ni9iG096qKNFp0Jzt9pkm8NpCXc { top:22.875rem;left:0rem;width:47.75rem;height:38.572077922078rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmM9eR7DEWV6zPV0mJW1hl8tBWwit6h2 { width:6.875rem;height:2.5rem;top:1.1875rem;left:40.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4yagrI8IdrlB1LMXHc8GzusRGdqVSfq { display:block; }
 }@media only screen and (max-width: 763px) { #wpulwCJmxq4aIvC7bVTZWvO9HbTphEHL { display:block; }#wpulwCJmxq4aIvC7bVTZWvO9HbTphEHL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tfo3WxcFIvD57N0q10vVEJWxFAO0Choh { width:27.125rem;height:2.25rem;top:18.375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PfZxIe1vnzmlNp89buodHC7DTO7q1ilc { width:22.875rem;height:1.25rem;top:16.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxILsvrK1mySafXBE22k9OH50onP3M4E { width:40.625rem;height:5.1875rem;top:7.3125rem;left:3.5615234375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #URGoKbCaeWZhy5GRoSZnc4932DVfLBI8 { top:14.875rem;left:0rem;width:28.5625rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqG6xzn1SHcqXGuuS3BOlutWAhV8PpoK { width:36.6875rem;height:1.125rem;top:5.5rem;left:5.53125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #haOBoB5NDTSvxVJIqZyQpvAebnZy29zu { top:15.875rem;left:0rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nx1dTd7TJvsGaIcxfqzUhbXli5mbAalV { width:20.8125rem;height:1.25rem;top:23.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUg5lGf4JZ4Z5RBJqydHylEo2TS7Efe1 { top:22.375rem;left:0rem;width:28.625rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KV5sS781w6Vw6pnSIDy5AHQVAQQGCSDc { top:23.1875rem;left:0rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mk0u91g8fQdrgf31rAHDuMpoS1WTrMVm { top:26.6875rem;left:0rem;width:28.5625rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #el0C5iQPxhEoBMIFoVxg3vdw7OunhTTX { width:20.8125rem;height:1.25rem;top:27.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R82znn0uZ46q1CMT9rxfl1P7VnVeqlLm { top:27.5625rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5bTXvSzfbSg8Zmxyk9X3V8877smyo6u { top:31.125rem;left:0rem;width:28.5rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLJR8BLthFVGEeTc6KcylxJaiqBD3ZsS { width:23.4375rem;height:1.3125rem;top:32.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPrw4sodWRWLCJtXtOVIySrgeWFb3J4T { top:32.1875rem;left:0rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLSVi3Wuf3ClJfcvswWUAU0yVVNyDsFp { top:35.75rem;left:0rem;width:28.4375rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTLUmQoQBxiVyW2sUf9lwlgstKlXN9BU { width:26.625rem;height:1.25rem;top:37rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #moI3mH66oRIhA9VVxnvfJ86AQoBq3wBG { top:36.8125rem;left:0rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #smtpvzl3k6wnW54RLhaSJdt1pxPEXren { top:14.8125rem;left:23.125rem;width:24.625rem;height:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZistdAFqXCdifkxwSOnBQCZFHyM0iJm { display:block; }#tZistdAFqXCdifkxwSOnBQCZFHyM0iJm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MClUQzTH93pTSf4aI5BDcvMmXc1T81s5 { width:26.125rem;height:10.5rem;top:6.5625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1ohixzq1DiGnS17UGOa1oDBtPQvJWzD { width:47.75rem;height:2.5625rem;top:8.0625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvSE56x2akwmTSlTKD5qIyzezTCiTMD6 { width:12.5rem;height:1.875rem;top:32.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJ2RTATRy9Ltc5XpAc42tiVOVsVRcrBp { top:14.625rem;left:0rem;width:24.4375rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMHuArVIRLrTu4pTImwLc5P7A66RgxGw { width:21.4375rem;height:2.8125rem;top:34.625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbGJNtQqfbbv5SxLc8irfz4kxmciU7CS { width:21.4375rem;height:4.1875rem;top:34.75rem;left:13.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggnCo6UBaRlnKU62AJEVrBnbaVGru4Kw { width:11.375rem;height:1.875rem;top:32.5rem;left:18.187500953674rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T15Oyv7bo9iHXxALCVy1ciDA50QNFqsb { width:21.4375rem;height:4.1875rem;top:34.75rem;left:26.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXAPGV42cFF1GWeQX3tId5F3uN6Bqg0W { width:8rem;height:1.875rem;top:32.5rem;left:39.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bT6GpiFwDkZAsuzkg5bzc61nt6Ac9rle { width:21.4375rem;height:4.1875rem;top:62.375rem;left:26.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LA3H9zwoTETH94Fqr7vrWTGVhJEEMpEm { width:9.125rem;height:1.875rem;top:60.125rem;left:38.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MuzmtgNVXI4JkOLFbHOkrXF2C9abDCS5 { width:21.4375rem;height:2.8125rem;top:62.4375rem;left:13rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d31edKQwmqTLnZ1gz3oMIZ4pbVXwHmwq { width:9.5625rem;height:1.875rem;top:60.125rem;left:19.093750953674rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #buwzfuZFWq1mLdp4DRTuepUKNhH2V4HW { width:21.4375rem;height:2.8125rem;top:62.375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7GsiWHxqvrf6HhETnEsP1sPhPFrGLhn { width:9.125rem;height:1.875rem;top:60.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLz0IL0vXxtU3sDTO9coBMKBVSLHgmrT { top:14.625rem;left:11.625000953674rem;width:24.5rem;height:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rc00ShTQTaMwfkTmhs2ActNWgZGA3r8m { top:14.6875rem;left:24.1875rem;width:23.5625rem;height:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUnoffINhKDkv4XZawenvATLLKJWfnbB { top:42.3125rem;left:0rem;width:24.4375rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #al7caOz9D9FSWUTA8kKoZQPf6TfctCx5 { top:42.375rem;left:11.6875rem;width:24.4375rem;height:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeHrlpMvTTl0GRDft4XwwDxICxPV4I6W { top:42.3125rem;left:23.25rem;width:24.5rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hG8fxXd3hdTECzN7aG6DgnpKOWQDfgus { display:block; }#hG8fxXd3hdTECzN7aG6DgnpKOWQDfgus > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iNe4LwS0EkXllH1KTl5hHOFz8BGehoQ3 { width:13rem;height:3.875rem;top:29.625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpUXI6z2zrCvVWhA3ucDpUIFzwIpizC9 { width:12.875rem;height:1rem;top:26.8125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #knrQNW0SVTpcVoqun9sd1BUHsQVDATCt { width:47.75rem;height:5.1875rem;top:9.4375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMDJeUOsL0OXMO4l1Gr3JivX2bsrA1Pt { width:36.6875rem;height:1.1875rem;top:7.6875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTC4Cy97rebbCkvDsFH6d9LsTycTtgNT { top:21.625rem;left:0rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MduDssk7I4n4zymeZl4E3J2qP8TxJ1Ml { top:17.9375rem;left:0rem;width:14rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #O96aC6D285lwGIOwEfI4EZz9z9oTSFte { top:17.9375rem;left:8rem;width:14rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBL76qKqMNsAB3AfsDL0bFnw5t7oTSNi { top:17.9375rem;left:23.125rem;width:14rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Or87qdG3SDvXP7ASvbmy63gZoEEykLsl { top:17.9375rem;left:33.75rem;width:14rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UxmmfuVOxTKJ4eJP1aFRrucx1odSJwNK { width:12.875rem;height:1rem;top:26.8125rem;left:8.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lm2D6fPR4mfDZwAA0w3rKnfkthX6s7Wm { width:13rem;height:3.875rem;top:29.625rem;left:8.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGSTDrW0vmzeLTwKcUCPsCoPMkN5llaI { width:12.875rem;height:1rem;top:26.8125rem;left:23.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKbzPWqqKbpILZEPW3iX5ZrRDdZzyA0b { width:13rem;height:3.875rem;top:29.625rem;left:23.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXvNquZaAhMZkTAGd9Gs6FTLg6JBv7dh { width:12.875rem;height:2.0625rem;top:26.8125rem;left:34.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcTP3fmQvT8ndTadU8R3g3nHotM6rpTX { width:13rem;height:3.875rem;top:29.625rem;left:34.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zx00sbouySqDLZZtHoimc9ryPRCzkLdN { top:21.625rem;left:13.1875rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v7L1E3icvU7rhpCNU9rHhJEXhZv5lR2u { top:21.625rem;left:28.3125rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnlQEwl8DhCByr6On59IfeO434sNEskT { top:21.625rem;left:43.25rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #siDEJcH8LdCJTLZfI3blsu6m6D7Tuaru { top:36.1875rem;left:0rem;width:14.0625rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #leoIy5niFkQyA08ekNE0f4ePf1Sa3xsX { top:36.25rem;left:7.9375rem;width:14.0625rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LEToE7cyRzXcXsRlzyrBWwA7rEQp3mZZ { top:36.25rem;left:23.125rem;width:14.0625rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrdVz9Rnweqodd3EQiWibEFUgu59x6zD { top:36.25rem;left:33.6875rem;width:14.0625rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsrRcDkhIQ2Z1TqH1ULEbvRkoqAlOeqO { display:block; }#fsrRcDkhIQ2Z1TqH1ULEbvRkoqAlOeqO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #teL2sKekJXfCRazT8qLftCaqTVTU34cZ { width:17.3125rem;height:9.25rem;top:32.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fffB1oZpLl7lu19T6Pc6wOkg4MqRaXUv { width:41.125rem;height:5.1875rem;top:10.1875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTUi5a2p4rwXykW4Nkbhwm1FxlLLx1w3 { width:36.6875rem;height:1.1875rem;top:8.375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5yx29dl15JauQGHosThETKN23PZq42v { width:38.8125rem;height:4.125rem;top:16.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBTESi9zpT6pEL0iWfsq72CA5MV38xMq { top:24.1875rem;left:0rem;width:24.125rem;height:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZVxdDvtK6q2m7e0tFFcdK3uLxaeBbZ7 { top:24.75rem;left:0rem;width:3.375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpDNfXZ4R7DKT2KQg1IzMsNVsMguvBq8 { width:17.3125rem;height:4.625rem;top:37.4375rem;left:17.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgH5nReH7GVLo9SvLEewf7kq5yJpkTww { top:24.1875rem;left:11.8125rem;width:24.125rem;height:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWxKy21doVBBS5dJtGZ3dwL4CvP6QBr8 { top:24.75rem;left:12.5rem;width:3.375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAOqQzeRb44WfJS2kG7rHUhbgzfx0xrR { width:17.3125rem;height:4.625rem;top:37.4375rem;left:30.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVv5RDN6bxhbeMhnTLaQUwesb8PNUb68 { top:24.1875rem;left:23.625rem;width:24.125rem;height:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgmnC2RsTLL2mvdIrT83UFyINQSVT5FN { top:24.75rem;left:37.875rem;width:3.375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1fDHl1k88SIUXHMKbOvcftT2ShkFb0N { display:block; }#n1fDHl1k88SIUXHMKbOvcftT2ShkFb0N > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W3aV4SxbOPkhvHVDFBpKynnLNDU3AJki { width:47.75rem;height:5.375rem;top:8.625rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Db6WhIsBPM7Zz8oT5eC15dLe01iZEz0b { width:37.75rem;height:1.375rem;top:5.75rem;left:4.9992189407349rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTeuIssVuJ6JV8IlBT2mqmtqxhS2ldF8 .widget-regular-label { width:41.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lTeuIssVuJ6JV8IlBT2mqmtqxhS2ldF8 .widget-input-text { width:41.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lTeuIssVuJ6JV8IlBT2mqmtqxhS2ldF8 .widget-input-text {padding-top: 0; padding-bottom: 0;}#lTeuIssVuJ6JV8IlBT2mqmtqxhS2ldF8 .widget-textarea { width:41.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lTeuIssVuJ6JV8IlBT2mqmtqxhS2ldF8 .widget-input-select { width:41.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lTeuIssVuJ6JV8IlBT2mqmtqxhS2ldF8 .widget-input-select {padding-top: 0; padding-bottom: 0;}#lTeuIssVuJ6JV8IlBT2mqmtqxhS2ldF8 .widget-input-button { width:41.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lTeuIssVuJ6JV8IlBT2mqmtqxhS2ldF8 .widget-checkbox-label { width:40.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lTeuIssVuJ6JV8IlBT2mqmtqxhS2ldF8  { width:41.3125rem;height:auto;top:17.375rem;left:1.9677734375rem; }
#lTeuIssVuJ6JV8IlBT2mqmtqxhS2ldF8 .radio-container { width:41.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lTeuIssVuJ6JV8IlBT2mqmtqxhS2ldF8 {display:block;}#lTeuIssVuJ6JV8IlBT2mqmtqxhS2ldF8 { width:41.3125rem;height:auto;top:17.375rem;left:1.9677734375rem; }
 }@media only screen and (max-width: 763px) { #lTeuIssVuJ6JV8IlBT2mqmtqxhS2ldF8 #g7OfE0WKpEAqkK1RwWrHkMUch2rSnBTw {  }
 }@media only screen and (max-width: 763px) { #lTeuIssVuJ6JV8IlBT2mqmtqxhS2ldF8 #oK2CcTXabCVtvJJFKGoyanZex4t0AoaJ {  }
 }@media only screen and (max-width: 763px) { #lTeuIssVuJ6JV8IlBT2mqmtqxhS2ldF8 #cdXURAQo1ZSXCsI7OTq5Kc5NApLVcVCi {  }
 }@media only screen and (max-width: 763px) { #lTeuIssVuJ6JV8IlBT2mqmtqxhS2ldF8 #rulXJCVCO5OuV8WCv5q2ZvAStwlhrHvc {  }
 }@media only screen and (max-width: 763px) { #lTeuIssVuJ6JV8IlBT2mqmtqxhS2ldF8 #teWvh1KBFhaZJ1ZJLDJO7IrmvLZCqxJp {  }
 }@media only screen and (max-width: 763px) { #lTeuIssVuJ6JV8IlBT2mqmtqxhS2ldF8 #cdRa1mWSENH4s89Q6whyzsXSWasDrzq9 {  }
 }@media only screen and (max-width: 763px) { #lTeuIssVuJ6JV8IlBT2mqmtqxhS2ldF8 #HwTxDHloGNWizFZVi5dpCmnZlR7XlIQT {  }
 }@media only screen and (max-width: 763px) { #lTeuIssVuJ6JV8IlBT2mqmtqxhS2ldF8 #dXXtrZtWI2qOkrGKvXQJWZy9Sge8tEco {  }
 }@media only screen and (max-width: 763px) { #lTeuIssVuJ6JV8IlBT2mqmtqxhS2ldF8 #B6w3Rf1hLTpUmbFQxvJC9hIOa5aw0Hb9 {  }
 }@media only screen and (max-width: 763px) { #lTeuIssVuJ6JV8IlBT2mqmtqxhS2ldF8 #Js3f0Gu5zXDlT2D7Bmy1vsCGOTi5usZ7 {  }
 }@media only screen and (max-width: 763px) { #lTeuIssVuJ6JV8IlBT2mqmtqxhS2ldF8 #HN0CRX4wxNU1gfxB6CcoJUHXNP7qam3E {  }
 }@media only screen and (max-width: 763px) { #lTeuIssVuJ6JV8IlBT2mqmtqxhS2ldF8 #SLPVDCTAofuhvKr3EtFfvtnLOi2sC2sJ {  }
 }@media only screen and (max-width: 763px) { #lTeuIssVuJ6JV8IlBT2mqmtqxhS2ldF8 #AqdnGJdPFZAG287UD3WkVdmht8lt195n {  }
 }@media only screen and (max-width: 763px) { #lTeuIssVuJ6JV8IlBT2mqmtqxhS2ldF8 #Tx3z6TRMcBH4NCTiiOHbeXPV30U4KWVl {  }
 }@media only screen and (max-width: 763px) { #lTeuIssVuJ6JV8IlBT2mqmtqxhS2ldF8 #aXfcaxaaJmPKTB5dhfsGXwzdFh7FDDZ3 {  }
 }@media only screen and (max-width: 763px) { #lTeuIssVuJ6JV8IlBT2mqmtqxhS2ldF8 #da62vLNqNyS36aDDXawlvTA2Bp1WA0GB {  }
 }@media only screen and (max-width: 763px) { #lTeuIssVuJ6JV8IlBT2mqmtqxhS2ldF8 #N4FaAR54DbtmOkDqcBTG3sM27ydUpiBC {  }
 }@media only screen and (max-width: 763px) { #lTeuIssVuJ6JV8IlBT2mqmtqxhS2ldF8 #TQ7souZ4ESg0lF04KEo6pGLT2lKcbdOw {  }
 }@media only screen and (max-width: 763px) { #lTeuIssVuJ6JV8IlBT2mqmtqxhS2ldF8 #zT6sngZhalTPPpPfZTMPUa5MMChHglgA {  }
 }@media only screen and (max-width: 763px) { #lTeuIssVuJ6JV8IlBT2mqmtqxhS2ldF8 #Hy2V7gwgiTH1ltNSaP6XGfUxiNQsB9kP {  }
 }@media only screen and (max-width: 763px) { #lTeuIssVuJ6JV8IlBT2mqmtqxhS2ldF8 #UrXnLTyt1npezkdN5Sbp7fvWgqn126Nr {  }
 }@media only screen and (max-width: 763px) { #lTeuIssVuJ6JV8IlBT2mqmtqxhS2ldF8 #rzxOLDZNXR29ac6mvUaAv9TBc126Z389 {  }
 }@media only screen and (max-width: 763px) { #lTeuIssVuJ6JV8IlBT2mqmtqxhS2ldF8 #NIXyMN7FFioUyTOfhvO5L7ADb6UyPARh {  }
 }@media only screen and (max-width: 763px) { #qnntvr3p914HeHvpqxQm16QV9cyQITGc { display:block; }#qnntvr3p914HeHvpqxQm16QV9cyQITGc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eyi2QAK59r2tlbezpv0bGrBX20Xf9W9L { width:36.875rem;height:2.375rem;top:3.6875rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MunZQKDHx5UOOhvtCOLv3KJR34TkJQTh { width:9.4375rem;height:1.1875rem;top:8.5rem;left:9.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTAKuNFm6hSb0Cbn7wEc6sgSWTNcXg5X { width:15.3125rem;height:1.1875rem;top:11.375rem;left:9.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pImhqPvuqzuyqmm37sQ83ief59CAGpnq { width:15.3125rem;height:1.1875rem;top:14.25rem;left:9.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGb7wbWZl3NMITRtOATOuAionbdXp2rA { width:9.375rem;height:0.875rem;top:8.5rem;left:35.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XmcZzu7ex6UdIID50I6pgVENMU0Rw9n9 { width:9.375rem;height:0.875rem;top:11.375rem;left:35.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWIkI1HJp15FrcMnOdeha53r6TlT2mfs { width:9.375rem;height:0.875rem;top:14.25rem;left:35.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8NZJwo1TB46NibcJhuVR9gtSPDsddds { width:7.1875rem;height:0.875rem;top:8.5rem;left:40.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3LPNw8gxc9OzSrbC8VAfbiKTDWZmQEy { width:5.6875rem;height:0.875rem;top:11.375rem;left:42.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOiGGLf9cLtNsRUeiyOdpIe28yfUtgDT { width:15.3125rem;height:7.5625rem;top:8.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFVkXC0iGuXMRcFd3yWPHCS4JzQPa8du { display:block; }#wFVkXC0iGuXMRcFd3yWPHCS4JzQPa8du > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vqofJ3v30Q84a27sT0Vo3hecsRnwfhlq { top:0.8125rem;left:0rem;width:11.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #cKq09Byg2CXJ8vubMByfdDrpwFRwElrw { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#cKq09Byg2CXJ8vubMByfdDrpwFRwElrw > .row .container { width:20rem;height:3.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xrzhRDqWxeeURdsclmLL4MCSCCm3efBf { width:10.8125rem;height:2.1875rem;top:0.625rem;left:4.4375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #RT8u2r6s5lOAB3PaGKIsHyRhQ8PpJ6um { width:8.25rem;height:1.625rem;top:1.5rem;left:5.875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #a4nhHhx479rVISxap95BHGEIwOhFT6MQ { display:block; }
 }@media only screen and (max-width: 763px) { #TVchNKeWfmfqltnr2gEed9tAdH8SN884 { width:4.8125rem;height:1.5rem;top:1.5625rem;left:7.5625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JNFb2iQTXJsl9dz0viIkboABGkp8SVK6 { display:block; }
 }@media only screen and (max-width: 763px) { #ktWqkQeQMRXlfJOQuc3TiZXiV9JFOFzr { width:4.4375rem;height:1.5625rem;top:1.5625rem;left:7.75rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JT7GZsxLtd3genRTvp1vR3V7el0rlw7T { display:block; }
 }@media only screen and (max-width: 763px) { #vgWIvTVOXp0mhUo2p6sEgIK1lDz6SWkw { width:5.3125rem;height:2rem;top:1.3125rem;left:7.3125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #aUnKqTVkOh2ZLRvT7o6PTcpqPhM1xgwU { display:block; }
 }@media only screen and (max-width: 763px) { #uWX362Qn92gF9HCym7agURQPnTSDFCbZ { top:1.125rem;left:11.3125rem;width:12.5rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #pEIfZT9sREt05pVnb74QePc9gnWmlTbM { display:block; }
 }@media only screen and (max-width: 763px) { #IXvnw4c5AOAvGSymgtd238TMwTTCSxJt { width:0.125rem;height:2.5625rem;top:4.78125rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #MPq9VxfXWzCO6MP5oifzeMfdBlkqxJ1H { display:flex;width:1.3125rem;height:1.3125rem;top:5.40625rem;left:11rem;display:none; }
 }@media only screen and (max-width: 763px) { #q3fZ6pV8SddZe2zMaOchmQM7dL0GuaPL { width:7.4375rem;height:0;top:8.59375rem;left:6.25rem;text-align:left;text-align-last:left;font-size:0.875rem;font-weight:300;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #J5qPbr1sNC4TPdOClfp4yz1yRxcoI5QF { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/dd168a51-3437-48a4-8015-c26e10c6191f/ChatGPTImage27abr202612_49_46.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }#J5qPbr1sNC4TPdOClfp4yz1yRxcoI5QF.adaptive-delivery-prevent-bg, #J5qPbr1sNC4TPdOClfp4yz1yRxcoI5QF.lazyload, #J5qPbr1sNC4TPdOClfp4yz1yRxcoI5QF.lazyloading { background-image: none; }#J5qPbr1sNC4TPdOClfp4yz1yRxcoI5QF > .row .container { background-color: transparent; background-image: none; }#J5qPbr1sNC4TPdOClfp4yz1yRxcoI5QF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.56); }#J5qPbr1sNC4TPdOClfp4yz1yRxcoI5QF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J5qPbr1sNC4TPdOClfp4yz1yRxcoI5QF > .row .container > .video-iframe-container { display: none; }#J5qPbr1sNC4TPdOClfp4yz1yRxcoI5QF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.56); }#J5qPbr1sNC4TPdOClfp4yz1yRxcoI5QF > .row > .video-iframe-container { display: none; }#J5qPbr1sNC4TPdOClfp4yz1yRxcoI5QF > .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); }#J5qPbr1sNC4TPdOClfp4yz1yRxcoI5QF > .row .container { border-width: 0; border-radius: 0; }#J5qPbr1sNC4TPdOClfp4yz1yRxcoI5QF::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem; }#J5qPbr1sNC4TPdOClfp4yz1yRxcoI5QF > .row > .video-iframe-container { border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem; }#J5qPbr1sNC4TPdOClfp4yz1yRxcoI5QF > .row .container { width:20rem;height:44.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iKKs9AZODSFJKrTfmCF5gJLOHMIXsfGs { width:18.375rem;height:11.25rem;top:20.0625rem;left:0rem;text-align:left;text-align-last:left;font-size:2.25rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Lkwcmrd9lyLm1qZUWiNlvLHvkrwTlTlH { width:12.5rem;height:0;top:4.25rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SnMhC7dc8PakZ36sBesH7ktwRkDhT0HX { width:14.5875rem;height:2.4rem;top:38.5625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPedlXF7ZQv9inmy1qPVk966IN1mgu9T { display:block; }
 }@media only screen and (max-width: 763px) { #UtfLPtVZGRDol7mpRfQpuKIvQlWzMA4N { width:20rem;height:4.2rem;top:32.75rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #GnIgI6kRuqJwRem52QK3RqMi9SFasCVl { display:flex;width:0.875rem;height:0.875rem;top:28.5625rem;left:18.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #terOypGg7aLSEMaiLc8q8HmgEnlvX9J4 { width:15.75rem;height:7rem;top:43.5rem;left:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ab5GJcyOflCL1uDfuHp09zFLeg0SCzwh { width:13.75rem;height:0;top:44.375rem;left:3.3125rem;text-align:left;text-align-last:left;font-size:0.8125rem;font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #g0ekFXTQvT5RqmGzpcGa0BGLwJLgXvvA { width:4.6875rem;height:0;top:51.75rem;left:7.625rem;text-align:left;text-align-last:left;font-size:1.6875rem;font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #LQ5bkkTLT1ETeW7ScNiJhl2vHm2POVxe { width:9.625rem;height:0;top:46.5625rem;left:8.25rem;text-align:left;text-align-last:left;font-size:0.8125rem;font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #z6Tc86X8BXGyV4vUM85APAgp32ULPOH1 { width:13.3125rem;height:0;top:48.125rem;left:3.3125rem;text-align:left;text-align-last:left;font-size:0.8125rem;font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #wVdJ7LG81GPHeVzUhy92NZNfe4RG66Q2 { width:15.75rem;height:11.375rem;top:54.6875rem;left:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #EzZHNpnDIUaT2v5f4394847CbiKZxpNt { display:block; }#EzZHNpnDIUaT2v5f4394847CbiKZxpNt > .row .container { width:20rem;height:186.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hfSqL7mwLMBeseV94kkfHLhPvTMtOU3R { width:20rem;height:7.066375rem;top:8.0625rem;left:0rem;text-align:left;text-align-last:left;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fElr67aMtywGMZdgu4JOEZgx1eJ7zF2B { width:20rem;height:8.53125rem;top:17.125rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5ZKEMvlRpPk8rE71duldd0leZuPtgvr { width:20rem;height:13.40625rem;top:60.687499046326rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gc9p7RAZOvfcIDClVzOTZFKg071ScfRI { width:2.3125rem;height:2.35625rem;top:56.000003814698rem;left:0rem;text-align:left;text-align-last:left;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntSZvK1734qlK2KIkBb3MpPLsy4HdgcV { width:16.5625rem;height:4.0625rem;top:55.146874427796rem;left:3.3125000596046rem;text-align:left;text-align-last:left;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXcOk3N6t1AJ8tHuVx0eRnaSegWBoZha { width:20rem;height:12.1875rem;top:112.89375305176rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNiyMKmBUMt1shNaF7LLqptB6MQHKAP9 { width:6.75rem;height:2.35625rem;top:109.62500286102rem;left:0rem;text-align:left;text-align-last:left;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUBlkHn5vRKC4qrWtLrVLdW0nqmviwdA { width:14.8125rem;height:2.03125rem;top:109.78750324249rem;left:3.3125000596046rem;text-align:left;text-align-last:left;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6C98ZAqEvIk5SnHEpWpdvxTHoDrOk3w { width:20rem;height:12.1875rem;top:167.0000038147rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXBsug7pvWst1XEC9GRXPU2nWPFm9lJx { width:6.75rem;height:2.35625rem;top:163.93750286102rem;left:0rem;text-align:left;text-align-last:left;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTqhGHpcCH1dAiiVpT27Z0PvuRn965eO { width:12.6875rem;height:2.03125rem;top:164.10000324249rem;left:3.3125000596046rem;text-align:left;text-align-last:left;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAIZMJMfteTtFhck70gluLVDmZyef0EV { width:20rem;height:30.5rem;top:130.75234794617rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gv4984OOkCrLAWZrzLIvfmb4EUFtJVLA { width:20rem;height:23.5625rem;top:27.756251096726rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMgGF2IiBTMxxd4mGiTeQpDzFbtKGhmr { width:20rem;height:26.633663366337rem;top:80.546877861025rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PX7doALWT37966u4FuLKmSZcbKV8Teig { width:5.6875rem;height:1.3rem;top:75.3750038147rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrbMEV8Mifvi0SImB6d18Vq2hsrsiOf8 { display:flex;width:1.1875rem;height:1.1875rem;top:74.375rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #BRuRO1Idv9JkD0Ld0FVOUxtR1wgGJhRi { width:5.6875rem;height:1.29980625rem;top:126.5000038147rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4guTpdTgJkDpobWAZtVVp6hqJlUbFho { display:flex;width:1.1875rem;height:1.1875rem;top:74.4375rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #iKInB9kQy7sxT4SCkNmeQhd1XJlwUDlz { width:5.6875rem;height:1.3rem;top:180.3750038147rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFo42usFxDhA2fFM1IAwSBVTq3eisZNL { display:flex;width:1.1875rem;height:1.1875rem;top:74.4375rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #iovRVBRpVWXIcGt5cmVrK4ZLTwqOAWiw { display:block; }#iovRVBRpVWXIcGt5cmVrK4ZLTwqOAWiw > .row .container { width:20rem;height:41.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rg7HmUTHEWlkTZpMHeGmRwkVK5q9vpWF { width:20rem;height:7.06640625rem;top:7.3125rem;left:0rem;text-align:left;text-align-last:left;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKn8Rt9KtMkGEDNG4wzayQWAorEZP1u3 { width:20rem;height:4.22265625rem;top:15.25rem;left:0rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPSs9ni9iG096qKNFp0Jzt9pkm8NpCXc { width:20rem;height:16.1554375rem;top:20.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmM9eR7DEWV6zPV0mJW1hl8tBWwit6h2 { width:16rem;height:2.375rem;top:18.4375rem;left:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #V4yagrI8IdrlB1LMXHc8GzusRGdqVSfq { display:block; }
 }@media only screen and (max-width: 763px) { #wpulwCJmxq4aIvC7bVTZWvO9HbTphEHL { display:block; }#wpulwCJmxq4aIvC7bVTZWvO9HbTphEHL > .row .container { width:20rem;height:70.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tfo3WxcFIvD57N0q10vVEJWxFAO0Choh { width:16.8125rem;height:2.69824375rem;top:19.6875rem;left:1.5rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PfZxIe1vnzmlNp89buodHC7DTO7q1ilc { width:18.5rem;height:0.9619125rem;top:18.1875rem;left:1.375rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxILsvrK1mySafXBE22k9OH50onP3M4E { width:20rem;height:6.5800625rem;top:8.1875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #URGoKbCaeWZhy5GRoSZnc4932DVfLBI8 { width:19.875rem;height:7rem;top:16.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqG6xzn1SHcqXGuuS3BOlutWAhV8PpoK { width:20rem;height:1.0556625rem;top:7.25rem;left:0rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #haOBoB5NDTSvxVJIqZyQpvAebnZy29zu { display:flex;width:1.6875rem;height:1.6875rem;top:30.374212646484rem;left:2.3101577758789rem;display:none; }
 }@media only screen and (max-width: 763px) { #Nx1dTd7TJvsGaIcxfqzUhbXli5mbAalV { width:18.3125rem;height:0.9619125rem;top:26.0625rem;left:1.5625rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUg5lGf4JZ4Z5RBJqydHylEo2TS7Efe1 { width:19.875rem;height:3.8125rem;top:24.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KV5sS781w6Vw6pnSIDy5AHQVAQQGCSDc { display:flex;width:1.6875rem;height:1.6875rem;top:37.658590698242rem;left:2.3101577758789rem;display:none; }
 }@media only screen and (max-width: 763px) { #mk0u91g8fQdrgf31rAHDuMpoS1WTrMVm { width:19.875rem;height:3.8125rem;top:29.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #el0C5iQPxhEoBMIFoVxg3vdw7OunhTTX { width:18rem;height:0.9619125rem;top:30.8125rem;left:1.75rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R82znn0uZ46q1CMT9rxfl1P7VnVeqlLm { display:flex;width:2rem;height:2rem;top:49.317974853516rem;left:2.2476577758789rem;display:none; }
 }@media only screen and (max-width: 763px) { #P5bTXvSzfbSg8Zmxyk9X3V8877smyo6u { width:19.875rem;height:3.8125rem;top:34.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLJR8BLthFVGEeTc6KcylxJaiqBD3ZsS { width:18.25rem;height:0.9619125rem;top:35.5625rem;left:1.625rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPrw4sodWRWLCJtXtOVIySrgeWFb3J4T { display:flex;width:1.6875rem;height:1.6875rem;top:54.636724853516rem;left:2.2476577758789rem;display:none; }
 }@media only screen and (max-width: 763px) { #xLSVi3Wuf3ClJfcvswWUAU0yVVNyDsFp { width:19.875rem;height:3.875rem;top:39rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTLUmQoQBxiVyW2sUf9lwlgstKlXN9BU { width:18.1875rem;height:0.9619125rem;top:40.5rem;left:1.6875rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #moI3mH66oRIhA9VVxnvfJ86AQoBq3wBG { display:flex;width:1.6875rem;height:1.6875rem;top:59.799224853516rem;left:2.1851577758789rem;display:none; }
 }@media only screen and (max-width: 763px) { #smtpvzl3k6wnW54RLhaSJdt1pxPEXren { width:20rem;height:20rem;top:47.0927734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZistdAFqXCdifkxwSOnBQCZFHyM0iJm { display:block; }#tZistdAFqXCdifkxwSOnBQCZFHyM0iJm > .row .container { width:20rem;height:160.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MClUQzTH93pTSf4aI5BDcvMmXc1T81s5 { width:20rem;height:0.8125rem;top:5.4375rem;left:0rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1ohixzq1DiGnS17UGOa1oDBtPQvJWzD { width:20rem;height:6.09375rem;top:7.0625rem;left:0rem;text-align:left;text-align-last:left;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvSE56x2akwmTSlTKD5qIyzezTCiTMD6 { width:20rem;height:1.875rem;top:31.0625rem;left:0rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJ2RTATRy9Ltc5XpAc42tiVOVsVRcrBp { width:20rem;height:13.299232736573rem;top:16.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMHuArVIRLrTu4pTImwLc5P7A66RgxGw { width:20rem;height:1.125rem;top:33.3125rem;left:0rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbGJNtQqfbbv5SxLc8irfz4kxmciU7CS { width:20rem;height:3.375rem;top:58.112500190735rem;left:0rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggnCo6UBaRlnKU62AJEVrBnbaVGru4Kw { width:11.375rem;height:1.875rem;top:55.3125rem;left:0rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T15Oyv7bo9iHXxALCVy1ciDA50QNFqsb { width:20rem;height:3.375rem;top:82.4375rem;left:0rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXAPGV42cFF1GWeQX3tId5F3uN6Bqg0W { width:8rem;height:1.875rem;top:79.9375rem;left:0rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bT6GpiFwDkZAsuzkg5bzc61nt6Ac9rle { width:20rem;height:3.375rem;top:150.625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LA3H9zwoTETH94Fqr7vrWTGVhJEEMpEm { width:9.125rem;height:1.875rem;top:148.125rem;left:0rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MuzmtgNVXI4JkOLFbHOkrXF2C9abDCS5 { width:20rem;height:2.25rem;top:128.0625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d31edKQwmqTLnZ1gz3oMIZ4pbVXwHmwq { width:9.5625rem;height:1.875rem;top:126.1875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #buwzfuZFWq1mLdp4DRTuepUKNhH2V4HW { width:20rem;height:2.25rem;top:106.0625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7GsiWHxqvrf6HhETnEsP1sPhPFrGLhn { width:9.125rem;height:1.875rem;top:104.1875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLz0IL0vXxtU3sDTO9coBMKBVSLHgmrT { width:20rem;height:13.2140625rem;top:39.98671913147rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rc00ShTQTaMwfkTmhs2ActNWgZGA3r8m { width:20rem;height:13.6335625rem;top:64.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUnoffINhKDkv4XZawenvATLLKJWfnbB { width:20rem;height:13.29925rem;top:88.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #al7caOz9D9FSWUTA8kKoZQPf6TfctCx5 { width:20rem;height:13.247625rem;top:111rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeHrlpMvTTl0GRDft4XwwDxICxPV4I6W { width:20rem;height:13.264875rem;top:133.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hG8fxXd3hdTECzN7aG6DgnpKOWQDfgus { display:block; }#hG8fxXd3hdTECzN7aG6DgnpKOWQDfgus > .row .container { width:20rem;height:97.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iNe4LwS0EkXllH1KTl5hHOFz8BGehoQ3 { width:16.25rem;height:2.69824375rem;top:35.25rem;left:2.25rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpUXI6z2zrCvVWhA3ucDpUIFzwIpizC9 { width:17.625rem;height:0.9625rem;top:33.5rem;left:2.25rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #knrQNW0SVTpcVoqun9sd1BUHsQVDATCt { width:20rem;height:12.1875rem;top:9.0625rem;left:0rem;text-align:left;text-align-last:left;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMDJeUOsL0OXMO4l1Gr3JivX2bsrA1Pt { width:20rem;height:1.21875rem;top:6.63671875rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTC4Cy97rebbCkvDsFH6d9LsTycTtgNT { display:flex;width:3.625rem;height:3.625rem;top:28.6875rem;left:2.25rem; }
 }@media only screen and (max-width: 763px) { #MduDssk7I4n4zymeZl4E3J2qP8TxJ1Ml { width:20rem;height:14.3125rem;top:25.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O96aC6D285lwGIOwEfI4EZz9z9oTSFte { width:20rem;height:15.125rem;top:43rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBL76qKqMNsAB3AfsDL0bFnw5t7oTSNi { width:20rem;height:16.75rem;top:60.75rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Or87qdG3SDvXP7ASvbmy63gZoEEykLsl { width:20rem;height:14.0625rem;top:80.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UxmmfuVOxTKJ4eJP1aFRrucx1odSJwNK { width:12.875rem;height:0.9625rem;top:52.5625rem;left:2.2500000596046rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lm2D6fPR4mfDZwAA0w3rKnfkthX6s7Wm { width:16.6875rem;height:1.798825rem;top:54.0625rem;left:2.2500000596046rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGSTDrW0vmzeLTwKcUCPsCoPMkN5llaI { width:12.875rem;height:0.9625rem;top:70.375rem;left:2.2500000596046rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKbzPWqqKbpILZEPW3iX5ZrRDdZzyA0b { width:17.5rem;height:2.69824375rem;top:72.25rem;left:2.2500000596046rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXvNquZaAhMZkTAGd9Gs6FTLg6JBv7dh { width:15.75rem;height:0.9619125rem;top:88.1875rem;left:2.25rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcTP3fmQvT8ndTadU8R3g3nHotM6rpTX { width:16.6875rem;height:2.69824375rem;top:89.75rem;left:2.1875rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zx00sbouySqDLZZtHoimc9ryPRCzkLdN { display:flex;width:3.625rem;height:3.625rem;top:47.5rem;left:2.2500000596046rem; }
 }@media only screen and (max-width: 763px) { #v7L1E3icvU7rhpCNU9rHhJEXhZv5lR2u { display:flex;width:3.625rem;height:3.625rem;top:65.4375rem;left:2.2500000596046rem; }
 }@media only screen and (max-width: 763px) { #fnlQEwl8DhCByr6On59IfeO434sNEskT { display:flex;width:3.625rem;height:3.625rem;top:83.25rem;left:2.25rem; }
 }@media only screen and (max-width: 763px) { #siDEJcH8LdCJTLZfI3blsu6m6D7Tuaru { width:20rem;height:0.5rem;top:39.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #leoIy5niFkQyA08ekNE0f4ePf1Sa3xsX { width:20rem;height:0.5rem;top:57.675001144409rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LEToE7cyRzXcXsRlzyrBWwA7rEQp3mZZ { width:20rem;height:0.5rem;top:77.050001144406rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrdVz9Rnweqodd3EQiWibEFUgu59x6zD { width:20rem;height:0.5rem;top:94.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsrRcDkhIQ2Z1TqH1ULEbvRkoqAlOeqO { display:block; }#fsrRcDkhIQ2Z1TqH1ULEbvRkoqAlOeqO > .row .container { width:20rem;height:96.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #teL2sKekJXfCRazT8qLftCaqTVTU34cZ { width:15.375rem;height:13rem;top:30.4375rem;left:4.625rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fffB1oZpLl7lu19T6Pc6wOkg4MqRaXUv { width:19rem;height:6.09375rem;top:10.5rem;left:0rem;text-align:left;text-align-last:left;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTUi5a2p4rwXykW4Nkbhwm1FxlLLx1w3 { width:20rem;height:0.9746125rem;top:8.6875rem;left:0rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5yx29dl15JauQGHosThETKN23PZq42v { width:20rem;height:4.546875rem;top:18.375rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBTESi9zpT6pEL0iWfsq72CA5MV38xMq { width:20rem;height:19.5rem;top:25.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZVxdDvtK6q2m7e0tFFcdK3uLxaeBbZ7 { display:flex;width:3.375rem;height:3.375rem;top:27.0625rem;left:0.6875rem; }
 }@media only screen and (max-width: 763px) { #kpDNfXZ4R7DKT2KQg1IzMsNVsMguvBq8 { width:15.4375rem;height:4.875rem;top:60.812501907349rem;left:4.5625000596046rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgH5nReH7GVLo9SvLEewf7kq5yJpkTww { width:20rem;height:19.5rem;top:47.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWxKy21doVBBS5dJtGZ3dwL4CvP6QBr8 { display:flex;width:3.375rem;height:3.375rem;top:48.5rem;left:0.6875rem; }
 }@media only screen and (max-width: 763px) { #oAOqQzeRb44WfJS2kG7rHUhbgzfx0xrR { width:15.375rem;height:4.875rem;top:84.125rem;left:4.5rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVv5RDN6bxhbeMhnTLaQUwesb8PNUb68 { width:20rem;height:19.5rem;top:70.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgmnC2RsTLL2mvdIrT83UFyINQSVT5FN { display:flex;width:3.375rem;height:3.375rem;top:72.4375rem;left:0.68671876192094rem; }
 }@media only screen and (max-width: 763px) { #n1fDHl1k88SIUXHMKbOvcftT2ShkFb0N { display:block; }#n1fDHl1k88SIUXHMKbOvcftT2ShkFb0N > .row .container { width:20rem;height:60.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W3aV4SxbOPkhvHVDFBpKynnLNDU3AJki { width:20rem;height:8.999rem;top:8.8125rem;left:0rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Db6WhIsBPM7Zz8oT5eC15dLe01iZEz0b { width:20rem;height:1.3125rem;top:6.75rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTeuIssVuJ6JV8IlBT2mqmtqxhS2ldF8 .widget-regular-label { width:17.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;display:block;vertical-align:top;height:auto; }
#lTeuIssVuJ6JV8IlBT2mqmtqxhS2ldF8 .widget-input-text { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#lTeuIssVuJ6JV8IlBT2mqmtqxhS2ldF8 .widget-input-text {padding-top: 0; padding-bottom: 0;}#lTeuIssVuJ6JV8IlBT2mqmtqxhS2ldF8 .widget-textarea { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#lTeuIssVuJ6JV8IlBT2mqmtqxhS2ldF8 .widget-input-select { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#lTeuIssVuJ6JV8IlBT2mqmtqxhS2ldF8 .widget-input-select {padding-top: 0; padding-bottom: 0;}#lTeuIssVuJ6JV8IlBT2mqmtqxhS2ldF8 .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#lTeuIssVuJ6JV8IlBT2mqmtqxhS2ldF8 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#lTeuIssVuJ6JV8IlBT2mqmtqxhS2ldF8 .widget-input-button { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lTeuIssVuJ6JV8IlBT2mqmtqxhS2ldF8 .widget-checkbox-label { width:16.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lTeuIssVuJ6JV8IlBT2mqmtqxhS2ldF8 .widget-container { padding-top:0.0625rem;padding-right:0;padding-bottom:0.0625rem;padding-left:0;font-size:0; }
#lTeuIssVuJ6JV8IlBT2mqmtqxhS2ldF8 .widget-container:first-of-type{padding-top:0;}#lTeuIssVuJ6JV8IlBT2mqmtqxhS2ldF8 .widget-container:last-of-type{padding-bottom:0;}#lTeuIssVuJ6JV8IlBT2mqmtqxhS2ldF8  { width:17.375rem;height:auto;top:20.5625rem;left:0rem; }
#lTeuIssVuJ6JV8IlBT2mqmtqxhS2ldF8 .radio-container { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#lTeuIssVuJ6JV8IlBT2mqmtqxhS2ldF8 {display:block;}#lTeuIssVuJ6JV8IlBT2mqmtqxhS2ldF8 { width:17.375rem;height:auto;top:20.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lTeuIssVuJ6JV8IlBT2mqmtqxhS2ldF8 #g7OfE0WKpEAqkK1RwWrHkMUch2rSnBTw {  }
 }@media only screen and (max-width: 763px) { #lTeuIssVuJ6JV8IlBT2mqmtqxhS2ldF8 #oK2CcTXabCVtvJJFKGoyanZex4t0AoaJ {  }
 }@media only screen and (max-width: 763px) { #lTeuIssVuJ6JV8IlBT2mqmtqxhS2ldF8 #cdXURAQo1ZSXCsI7OTq5Kc5NApLVcVCi {  }
 }@media only screen and (max-width: 763px) { #lTeuIssVuJ6JV8IlBT2mqmtqxhS2ldF8 #rulXJCVCO5OuV8WCv5q2ZvAStwlhrHvc {  }
 }@media only screen and (max-width: 763px) { #lTeuIssVuJ6JV8IlBT2mqmtqxhS2ldF8 #teWvh1KBFhaZJ1ZJLDJO7IrmvLZCqxJp {  }
 }@media only screen and (max-width: 763px) { #lTeuIssVuJ6JV8IlBT2mqmtqxhS2ldF8 #cdRa1mWSENH4s89Q6whyzsXSWasDrzq9 {  }
 }@media only screen and (max-width: 763px) { #lTeuIssVuJ6JV8IlBT2mqmtqxhS2ldF8 #HwTxDHloGNWizFZVi5dpCmnZlR7XlIQT {  }
 }@media only screen and (max-width: 763px) { #lTeuIssVuJ6JV8IlBT2mqmtqxhS2ldF8 #dXXtrZtWI2qOkrGKvXQJWZy9Sge8tEco {  }
 }@media only screen and (max-width: 763px) { #lTeuIssVuJ6JV8IlBT2mqmtqxhS2ldF8 #B6w3Rf1hLTpUmbFQxvJC9hIOa5aw0Hb9 {  }
 }@media only screen and (max-width: 763px) { #lTeuIssVuJ6JV8IlBT2mqmtqxhS2ldF8 #Js3f0Gu5zXDlT2D7Bmy1vsCGOTi5usZ7 {  }
 }@media only screen and (max-width: 763px) { #lTeuIssVuJ6JV8IlBT2mqmtqxhS2ldF8 #HN0CRX4wxNU1gfxB6CcoJUHXNP7qam3E {  }
 }@media only screen and (max-width: 763px) { #lTeuIssVuJ6JV8IlBT2mqmtqxhS2ldF8 #SLPVDCTAofuhvKr3EtFfvtnLOi2sC2sJ {  }
 }@media only screen and (max-width: 763px) { #lTeuIssVuJ6JV8IlBT2mqmtqxhS2ldF8 #AqdnGJdPFZAG287UD3WkVdmht8lt195n {  }
 }@media only screen and (max-width: 763px) { #lTeuIssVuJ6JV8IlBT2mqmtqxhS2ldF8 #Tx3z6TRMcBH4NCTiiOHbeXPV30U4KWVl {  }
 }@media only screen and (max-width: 763px) { #lTeuIssVuJ6JV8IlBT2mqmtqxhS2ldF8 #aXfcaxaaJmPKTB5dhfsGXwzdFh7FDDZ3 {  }
 }@media only screen and (max-width: 763px) { #lTeuIssVuJ6JV8IlBT2mqmtqxhS2ldF8 #da62vLNqNyS36aDDXawlvTA2Bp1WA0GB {  }
 }@media only screen and (max-width: 763px) { #lTeuIssVuJ6JV8IlBT2mqmtqxhS2ldF8 #N4FaAR54DbtmOkDqcBTG3sM27ydUpiBC {  }
 }@media only screen and (max-width: 763px) { #lTeuIssVuJ6JV8IlBT2mqmtqxhS2ldF8 #TQ7souZ4ESg0lF04KEo6pGLT2lKcbdOw {  }
 }@media only screen and (max-width: 763px) { #lTeuIssVuJ6JV8IlBT2mqmtqxhS2ldF8 #zT6sngZhalTPPpPfZTMPUa5MMChHglgA {  }
 }@media only screen and (max-width: 763px) { #lTeuIssVuJ6JV8IlBT2mqmtqxhS2ldF8 #Hy2V7gwgiTH1ltNSaP6XGfUxiNQsB9kP {  }
 }@media only screen and (max-width: 763px) { #lTeuIssVuJ6JV8IlBT2mqmtqxhS2ldF8 #UrXnLTyt1npezkdN5Sbp7fvWgqn126Nr {  }
 }@media only screen and (max-width: 763px) { #lTeuIssVuJ6JV8IlBT2mqmtqxhS2ldF8 #rzxOLDZNXR29ac6mvUaAv9TBc126Z389 {  }
 }@media only screen and (max-width: 763px) { #lTeuIssVuJ6JV8IlBT2mqmtqxhS2ldF8 #NIXyMN7FFioUyTOfhvO5L7ADb6UyPARh {  }
 }@media only screen and (max-width: 763px) { #qnntvr3p914HeHvpqxQm16QV9cyQITGc { display:block; }#qnntvr3p914HeHvpqxQm16QV9cyQITGc > .row .container { width:20rem;height:37.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eyi2QAK59r2tlbezpv0bGrBX20Xf9W9L { width:20rem;height:1.63125rem;top:5.3740234375rem;left:0rem;text-align:left;text-align-last:left;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MunZQKDHx5UOOhvtCOLv3KJR34TkJQTh { width:9.4375rem;height:1.125rem;top:18.6875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTAKuNFm6hSb0Cbn7wEc6sgSWTNcXg5X { width:15.3125rem;height:1.125rem;top:21.3125rem;left:0rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pImhqPvuqzuyqmm37sQ83ief59CAGpnq { width:15.3125rem;height:1.125rem;top:24.3125rem;left:0rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGb7wbWZl3NMITRtOATOuAionbdXp2rA { width:9.375rem;height:0.8994125rem;top:28.625rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XmcZzu7ex6UdIID50I6pgVENMU0Rw9n9 { width:9.375rem;height:0.8994125rem;top:28.625rem;left:10.625rem;text-align:right;text-align-last:right;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWIkI1HJp15FrcMnOdeha53r6TlT2mfs { width:9.375rem;height:0.8994125rem;top:31.125rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8NZJwo1TB46NibcJhuVR9gtSPDsddds { width:9.375rem;height:0.8994125rem;top:33.6875rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3LPNw8gxc9OzSrbC8VAfbiKTDWZmQEy { width:8.3125rem;height:0.8994125rem;top:31.125rem;left:11.6875rem;text-align:right;text-align-last:right;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOiGGLf9cLtNsRUeiyOdpIe28yfUtgDT { width:15.3125rem;height:7.59765rem;top:9.52734375rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFVkXC0iGuXMRcFd3yWPHCS4JzQPa8du { display:block; }#wFVkXC0iGuXMRcFd3yWPHCS4JzQPa8du > .row .container { width:20rem;height:5.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vqofJ3v30Q84a27sT0Vo3hecsRnwfhlq { width:13.5625rem;height:2.625rem;top:1.21875rem;left:3.21875rem;overflow:hidden;display:block; }
 }