.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:216,239,251;--color-primary-1:139,206,242;--color-primary-2:62,174,234;--color-primary-3:14,154,229;--color-primary-4:36,46,53;--color-secondary-0:250,228,228;--color-secondary-1:238,166,166;--color-secondary-2:220,77,77;--color-secondary-3:110,39,39;--color-secondary-4:33,12,12;--color-tertiary-0:255,255,255;--color-tertiary-1:253,255,255;--color-tertiary-2:245,245,250;--color-tertiary-3:128,128,128;--color-tertiary-4:0,0,0;--headlines-font-family:"Poppins";--paragraphs-font-family:"Poppins"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K7bqrKs2L7cXeCmbLPmGmgl5wK9CuO6A { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),0.9);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#K7bqrKs2L7cXeCmbLPmGmgl5wK9CuO6A > .row .container { background-color: transparent; background-image: none; }#K7bqrKs2L7cXeCmbLPmGmgl5wK9CuO6A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K7bqrKs2L7cXeCmbLPmGmgl5wK9CuO6A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K7bqrKs2L7cXeCmbLPmGmgl5wK9CuO6A > .row .container > .video-iframe-container { display: none; }#K7bqrKs2L7cXeCmbLPmGmgl5wK9CuO6A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K7bqrKs2L7cXeCmbLPmGmgl5wK9CuO6A > .row > .video-iframe-container { display: none; }#K7bqrKs2L7cXeCmbLPmGmgl5wK9CuO6A > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K7bqrKs2L7cXeCmbLPmGmgl5wK9CuO6A > .row .container { border-width: 0; border-radius: 0; }#K7bqrKs2L7cXeCmbLPmGmgl5wK9CuO6A > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K7bqrKs2L7cXeCmbLPmGmgl5wK9CuO6A > .row .container { font-size:0.875rem;font-family:arial;height:6.5625rem;width:60rem;position:relative;display:block; }#F3ml6x0iPkTwVqwJxBSsdlJhaiXS1vXD { background-color:rgba(var(--color-primary-3),0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.125rem;height:2.5625rem;text-decoration:none;z-index:15014;text-align:left;text-align-last:left;top:2rem;left:7.302734375rem;display:block; }
#HMnTyuMFF8LPM1aNw13COUV0eWJ3GQEn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#c4wJ5ZeDbTfVyUZDb0bRHdcfA7F75sz3 { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#HeDfdlU6U1724Sd3Tvb3GiQCU1Dttlqq { background-color:rgba(var(--color-primary-3),0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.75rem;height:2.5625rem;text-decoration:none;z-index:15016;text-align:left;text-align-last:left;top:2rem;left:26.052734375rem;display:block; }
#eAd5JNQMFS2uhv3fT7k1WJ51wr8zZkHR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GkeW3OATo4oD2FODU0Hf0vyaCqOlynT9 { background-color:rgba(var(--color-primary-3),0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.125rem;height:2.4375rem;text-decoration:none;z-index:15018;text-align:left;text-align-last:left;top:2.0625rem;left:39.427734375rem;display:block; }
#tfcwavFtKdaCt51kpeXXwnLCBoWcFumZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uCePQZ6JH6PlA72AseF6ygO4eENSkGZB { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(var(--color-tertiary-4),0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-1),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.3125rem;height:2.625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:1.96875rem;left:47.34375rem;display:block; }
#HbTD6bNWLMsXHikGSC6zRKqcVLUkDa4g { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vhMsOUliHCFSZl7DhD3CEUwQdHCBZr2W { background-color:rgba(var(--color-primary-3),0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.6875rem;height:2.5rem;text-decoration:none;z-index:15019;text-align:left;text-align-last:left;top:2.03125rem;left:17.802734375rem;display:block; }
#iXL0qu0gzzSWeOfJCRJWtaQlooe44thH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qWWc9KCkkyGO4iFq0B4yz804drLlqrcC { background-color:rgba(var(--color-primary-3),0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.4375rem;height:2.5rem;text-decoration:none;z-index:15020;text-align:left;text-align-last:left;top:2.03125rem;left:12.802734375rem;display:block; }
#GBCtzrh7znJSfTvT6WEKRITUWToZ7ilF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eWwTQHRU3JOZIoLeMaL3bBaMs9Trzqnb { background-color:rgba(var(--color-primary-3),0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.6875rem;height:2.4375rem;text-decoration:none;z-index:15019;text-align:left;text-align-last:left;top:2.0625rem;left:30.802734375rem;display:block; }
#qFfifrNL36D9TIIe1xv53o24Ho7R1FMO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VKAbDI9Ocm54GAfdn4hi3iraDTMPdmSB { background-color:rgba(var(--color-primary-3),0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.6875rem;height:2.4375rem;text-decoration:none;z-index:15020;text-align:left;text-align-last:left;top:2.0625rem;left:36.052734375rem;display:block; }
#lkJOGyr91VAHcWdT97nxFQoIgMI7aTv9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TZ17KUZqBnBzyz9qH0blmoV7fxDciJBz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TZ17KUZqBnBzyz9qH0blmoV7fxDciJBz > .row .container { background-color: transparent; background-image: none; }#TZ17KUZqBnBzyz9qH0blmoV7fxDciJBz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZ17KUZqBnBzyz9qH0blmoV7fxDciJBz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZ17KUZqBnBzyz9qH0blmoV7fxDciJBz > .row .container > .video-iframe-container { display: none; }#TZ17KUZqBnBzyz9qH0blmoV7fxDciJBz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZ17KUZqBnBzyz9qH0blmoV7fxDciJBz > .row > .video-iframe-container { display: none; }#TZ17KUZqBnBzyz9qH0blmoV7fxDciJBz > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZ17KUZqBnBzyz9qH0blmoV7fxDciJBz > .row .container { border-width: 0; border-radius: 0; }#TZ17KUZqBnBzyz9qH0blmoV7fxDciJBz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TZ17KUZqBnBzyz9qH0blmoV7fxDciJBz > .row .container { font-size:0.875rem;font-family:arial;height:42.3125rem;width:60rem;position:relative;display:block; }#RmsbquHtXzqEDCRNaxL1nbzT22Xzg2wL { color:rgba(var(--color-tertiary-4),1);display:block;width:26.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:7.65625rem;left:0.6875rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ARml1rR3MP5H0bRgkndiOqNrHahrP89R { color:rgba(var(--color-tertiary-4),1);display:block;width:30rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:16.1826171875rem;left:0.6875rem;height:24.21384375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qd2iTxb2URhWxbGo3zLmPCyB694wFJr0 { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:12.5rem;top:15.25rem;left:0.6875rem;display:block; }
#MLFP9GHlOCHuNySfyLV23ZgXeGhF5Tpb { color:rgba(var(--color-tertiary-4),1);display:block;width:25.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:300;z-index:15004;line-height:1.1;letter-spacing:0;top:40.39453125rem;left:32.923828125rem;height:1.16796875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rvCLqQ7NA4EHN8hUZWC9TO1qnbkp2CGX { position:absolute;display:block;z-index:15008;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:31.125rem;width:27.9375rem;top:7.625rem;left:31.142578125rem;overflow:hidden;display:block; }
#ORI2PCDw3g4Q50rKqfTSnSqUWMNdpSON { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#242e35;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#ORI2PCDw3g4Q50rKqfTSnSqUWMNdpSON > .row .container { background-color: transparent; background-image: none; }#ORI2PCDw3g4Q50rKqfTSnSqUWMNdpSON::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ORI2PCDw3g4Q50rKqfTSnSqUWMNdpSON > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ORI2PCDw3g4Q50rKqfTSnSqUWMNdpSON > .row .container > .video-iframe-container { display: none; }#ORI2PCDw3g4Q50rKqfTSnSqUWMNdpSON > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ORI2PCDw3g4Q50rKqfTSnSqUWMNdpSON > .row > .video-iframe-container { display: none; }#ORI2PCDw3g4Q50rKqfTSnSqUWMNdpSON > .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); }#ORI2PCDw3g4Q50rKqfTSnSqUWMNdpSON > .row .container { border-width: 0; border-radius: 0; }#ORI2PCDw3g4Q50rKqfTSnSqUWMNdpSON > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ORI2PCDw3g4Q50rKqfTSnSqUWMNdpSON > .row .container { font-size:0.875rem;font-family:arial;height:7.3125rem;width:60rem;position:relative;display:block; }#myqu62tidn7KXi579e0ue1OQElts9zX9 { color:rgba(var(--color-tertiary-0),1);display:block;width:59.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:1.5380859375rem;left:0rem;height:5.77441875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OAvv1F9FAuq3wm88MxmUl6hB1KOTzkAl { position:relative;display:block; }#OAvv1F9FAuq3wm88MxmUl6hB1KOTzkAl { background-color: transparent; background-image: none; }#OAvv1F9FAuq3wm88MxmUl6hB1KOTzkAl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OAvv1F9FAuq3wm88MxmUl6hB1KOTzkAl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OAvv1F9FAuq3wm88MxmUl6hB1KOTzkAl > .row .container > .video-iframe-container { display: none; }#OAvv1F9FAuq3wm88MxmUl6hB1KOTzkAl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OAvv1F9FAuq3wm88MxmUl6hB1KOTzkAl > .row > .video-iframe-container { display: none; }#OAvv1F9FAuq3wm88MxmUl6hB1KOTzkAl > .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); }#OAvv1F9FAuq3wm88MxmUl6hB1KOTzkAl { border-width: 0; border-radius: 0; }#OAvv1F9FAuq3wm88MxmUl6hB1KOTzkAl > .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; }#OAvv1F9FAuq3wm88MxmUl6hB1KOTzkAl > .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:22.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#mzQ2heuBC9Ew90ESklkwOXbbaabLX8ze { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.125rem;left:0rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MZEl3U68KxxaTEbAl1iQPXFyWxAddfmk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:5.673828125rem;left:1.09375rem; }
#Wio70UO0WoODkcnhx3xfrM49ST7ZGFSi { color:rgba(var(--color-tertiary-4),1);display:block;width:21.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:5.310546875rem;left:5.236328125rem;height:3.5996125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rlJe5RbQZzKGmrPnbbur5oZkRVsVLy0S { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:5.673828125rem;left:30.84375rem; }
#GrIKTCJQcaOPFdEx5ol30JyphRafosun { color:rgba(var(--color-tertiary-4),1);display:block;width:21.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:5.310546875rem;left:35.09375rem;height:3.5996125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#i9op7F5mVwLUtxuad3BT4P7nppbz5tiH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:11.3603515625rem;left:1.09375rem; }
#sy5XfcEUNgH75Ay988D8MQmZKDwJrMx2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:11.3603515625rem;left:30.84375rem; }
#cDdk6r4vgZZ9i2JER6GL4T230BZdFxEA { color:rgba(var(--color-tertiary-4),1);display:block;width:21.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:10.9970703125rem;left:5.236328125rem;height:3.5996125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cGCWfCTMP332xS3K2iwuWTxVEEm6H2JJ { color:rgba(var(--color-tertiary-4),1);display:block;width:21.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.6;letter-spacing:0;top:10.9970703125rem;left:35.09375rem;height:3.5996125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#escOOsnJN132r6lsorx3PhUCdeRxOEem { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:16.9609375rem;left:1.09375rem; }
#KJ5PfiATdFJP9IWUzhie8HV89QFdJK2O { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:16.9609375rem;left:30.84375rem; }
#Isd25QK6R2DVU4r4JWakwQa5LATGhRWu { color:rgba(var(--color-tertiary-4),1);display:block;width:21.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.6;letter-spacing:0;top:16.9609375rem;left:5.236328125rem;height:3.5996125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Enl16oTPUfDDuXwLdlyKt3UvpFUzwGqh { color:rgba(var(--color-tertiary-4),1);display:block;width:21.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.6;letter-spacing:0;top:16.9609375rem;left:35.09375rem;height:3.5996125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xOb8ZEpHo6NnyBgaQwS7NymLnP3GvBUb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xOb8ZEpHo6NnyBgaQwS7NymLnP3GvBUb > .row .container { background-color: transparent; background-image: none; }#xOb8ZEpHo6NnyBgaQwS7NymLnP3GvBUb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xOb8ZEpHo6NnyBgaQwS7NymLnP3GvBUb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xOb8ZEpHo6NnyBgaQwS7NymLnP3GvBUb > .row .container > .video-iframe-container { display: none; }#xOb8ZEpHo6NnyBgaQwS7NymLnP3GvBUb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xOb8ZEpHo6NnyBgaQwS7NymLnP3GvBUb > .row > .video-iframe-container { display: none; }#xOb8ZEpHo6NnyBgaQwS7NymLnP3GvBUb > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xOb8ZEpHo6NnyBgaQwS7NymLnP3GvBUb > .row .container { border-width: 0; border-radius: 0; }#xOb8ZEpHo6NnyBgaQwS7NymLnP3GvBUb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xOb8ZEpHo6NnyBgaQwS7NymLnP3GvBUb > .row .container { font-size:0.875rem;font-family:arial;height:35.5625rem;width:60rem;position:relative;display:block; }#JzwIKwTBLuuXL39rxTaqnvTgwhoHJwiK { color:rgba(var(--color-tertiary-4),1);display:block;width:28.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.7;letter-spacing:0;top:5.5927734375rem;left:27.875rem;height:28.88671875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yFCoDDd2MkGQmNNxNomSww7JTVKTRmK0 { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:12.5rem;top:4.75rem;left:27.875rem;display:block; }
#OK0gKtODMF2oyZCTpHhbQCAXUrU1SD5q { color:rgba(var(--color-tertiary-4),1);display:block;width:31.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:1.8125rem;left:27.875rem;height:2.3369125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TdW0mvv4076TmmxKVkkx7zD4SWx7Tc69 { position:absolute;display:block;z-index:15008;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.1875rem;width:25.625rem;top:1.6875rem;left:0.71875rem;overflow:hidden;display:block; }
#mtPXMGwhPTkfufx22FTGTZrnaCVbOiXL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mtPXMGwhPTkfufx22FTGTZrnaCVbOiXL > .row .container { background-color: transparent; background-image: none; }#mtPXMGwhPTkfufx22FTGTZrnaCVbOiXL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mtPXMGwhPTkfufx22FTGTZrnaCVbOiXL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mtPXMGwhPTkfufx22FTGTZrnaCVbOiXL > .row .container > .video-iframe-container { display: none; }#mtPXMGwhPTkfufx22FTGTZrnaCVbOiXL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mtPXMGwhPTkfufx22FTGTZrnaCVbOiXL > .row > .video-iframe-container { display: none; }#mtPXMGwhPTkfufx22FTGTZrnaCVbOiXL > .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); }#mtPXMGwhPTkfufx22FTGTZrnaCVbOiXL > .row .container { border-width: 0; border-radius: 0; }#mtPXMGwhPTkfufx22FTGTZrnaCVbOiXL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mtPXMGwhPTkfufx22FTGTZrnaCVbOiXL > .row .container { font-size:0.875rem;font-family:arial;height:25.75rem;width:60rem;position:relative;display:block; }#b95IzTF8d9UAbuP9PCpNILWmEJEP2itM { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.4375rem;width:13.5rem;top:5.91015625rem;left:0.5625rem;display:block; }
#brRg7BGdKixhvmGaQRHQTN39nMkhXLfl { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:13.03125rem;left:0.9375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aWPkBeF8lMe458XJ9TFQ9itpOFZxk7zz { color:#333333;display:block;width:12.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15002;line-height:1.7;letter-spacing:0;top:15.46875rem;left:1.1875rem;height:7.96875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zDnFpQv62aqnQJ0rW97yOkzN6qLzE716 { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.125rem;width:13.5rem;top:6.125rem;left:15.4375rem;display:block; }
#trdfX07JAt1WvaDrRtDkEty4JWBGHBgb { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:12.21875rem;left:15.9375rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tKXOhm6QmPhfcsVINkmuC4DTKmT8CnmX { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:12.21875rem;left:30.9375rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SVHGVP5tJqgVvidTNhFXx2gQgqXt4o9F { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:13.03125rem;left:45.9375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EAF2bkA6M2TbW6mI1JboO1htFfU5ISWQ { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.4375rem;left:0rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hXqlmEkQkAt9NhNpZyfhOfKKBS4lPfUT { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.125rem;width:13.5rem;top:6.06640625rem;left:30.5625rem;display:block; }
#IISmSOTEWp4POEfWeCEbTbvL8FqzdFbK { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.125rem;width:13.5rem;top:6.06640625rem;left:45.5625rem;display:block; }
#sSbxecfaJ5vehHxqmh2MNm1641BgLgdP { color:#333333;display:block;width:11.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15003;line-height:1.8;letter-spacing:0;top:16.75rem;left:16.6875rem;height:6.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EqpmKNT6hNnNeFTL3RmSgzvegl1b6pkA { color:#333333;display:block;width:12.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:16rem;left:31.28125rem;height:7.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bzAAByqimutqeFifPsPBgrUZmTrtmboU { color:#333333;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:16.375rem;left:46.25rem;height:7.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lgkJkcRHNF1IX9gQ3eSHAoTFTrJEMrDi { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:4.5rem;top:7.22265625rem;left:5.25rem;overflow:hidden;display:block; }
#U0XEpGIfGWyNteNUaa9Doszxv3rzF03L { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:7.22265625rem;left:19.59375rem; }
#TT0oe1I4SAIpc96Q7zaImX3zbDRutxVI { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:7.22265625rem;left:35.25rem; }
#ISxtHTtOrdGQerRvceaFv25SlwoOgNfp { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:7.78125rem;left:50.25rem; }
#aNFd9XvR3pWeQWvlydAV9ZQIh0XTaOcv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aNFd9XvR3pWeQWvlydAV9ZQIh0XTaOcv > .row .container { background-color: transparent; background-image: none; }#aNFd9XvR3pWeQWvlydAV9ZQIh0XTaOcv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aNFd9XvR3pWeQWvlydAV9ZQIh0XTaOcv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aNFd9XvR3pWeQWvlydAV9ZQIh0XTaOcv > .row .container > .video-iframe-container { display: none; }#aNFd9XvR3pWeQWvlydAV9ZQIh0XTaOcv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aNFd9XvR3pWeQWvlydAV9ZQIh0XTaOcv > .row > .video-iframe-container { display: none; }#aNFd9XvR3pWeQWvlydAV9ZQIh0XTaOcv > .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); }#aNFd9XvR3pWeQWvlydAV9ZQIh0XTaOcv > .row .container { border-width: 0; border-radius: 0; }#aNFd9XvR3pWeQWvlydAV9ZQIh0XTaOcv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aNFd9XvR3pWeQWvlydAV9ZQIh0XTaOcv > .row .container { font-size:0.875rem;font-family:arial;height:35.5rem;width:60rem;position:relative;display:block; }#RcMBh6h79fFsMT03LP7MaJxoFSmzaPfP { color:rgba(var(--color-tertiary-4),1);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:7.4052734375rem;left:27.875rem;height:23.9941625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qL3gTrlCRM3qVTFa3OL3EiB0TMnyPxeC { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.875rem rgba(51,59,76,0.15) ;height:20.5rem;width:16.125rem;top:3.3125rem;left:1.8125rem;overflow:hidden;display:block; }
#PsTM5pmetURDSb5EmQ3oeEXiLET0e8Eq { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:12.5rem;top:6.875rem;left:27.875rem;display:block; }
#MADQegNB5hMyrAq3PmCf0ocfSkqxXPs5 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:300;z-index:15004;line-height:1.1;letter-spacing:0;top:31.1943359375rem;left:4.9375rem;height:2.3359375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#iPtxS2EzyPS8tzArCrkEZ1nXmFP1oQS1 { position:absolute;display:block;z-index:15008;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:19.0625rem;width:15.1875rem;top:9.7685546875rem;left:10.404296875rem;overflow:hidden;display:block; }
#P1sseElQ4iuQcc0d3EtLqVTUOpveOlfP { color:rgba(var(--color-tertiary-4),1);display:block;width:31.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:1.375rem;left:27.875rem;height:4.673825rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FxvGpJBJ7S83ozki7GfKrONJOmEILiTn { color:rgba(var(--color-tertiary-4),1);display:block;width:28.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15005;line-height:1.7;letter-spacing:0;top:31.8935546875rem;left:27.875rem;height:2.23046875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fkktAM610DKbMTwXQm78Sfb7fiIRIlO7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#242e35;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#fkktAM610DKbMTwXQm78Sfb7fiIRIlO7 > .row .container { background-color: transparent; background-image: none; }#fkktAM610DKbMTwXQm78Sfb7fiIRIlO7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fkktAM610DKbMTwXQm78Sfb7fiIRIlO7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fkktAM610DKbMTwXQm78Sfb7fiIRIlO7 > .row .container > .video-iframe-container { display: none; }#fkktAM610DKbMTwXQm78Sfb7fiIRIlO7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fkktAM610DKbMTwXQm78Sfb7fiIRIlO7 > .row > .video-iframe-container { display: none; }#fkktAM610DKbMTwXQm78Sfb7fiIRIlO7 > .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); }#fkktAM610DKbMTwXQm78Sfb7fiIRIlO7 > .row .container { border-width: 0; border-radius: 0; }#fkktAM610DKbMTwXQm78Sfb7fiIRIlO7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fkktAM610DKbMTwXQm78Sfb7fiIRIlO7 > .row .container { font-size:0.875rem;font-family:arial;height:7.3125rem;width:60rem;position:relative;display:block; }#waSsICw4STeIdqBlqntmIIx3KDDhCJfp { color:rgba(var(--color-tertiary-0),1);display:block;width:59.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:1.5380859375rem;left:0rem;height:5.77441875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Wn4gExnfolHRRg6k9ZxBotXBQH84Jqvn { position:relative;display:block; }#Wn4gExnfolHRRg6k9ZxBotXBQH84Jqvn { background-color: transparent; background-image: none; }#Wn4gExnfolHRRg6k9ZxBotXBQH84Jqvn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wn4gExnfolHRRg6k9ZxBotXBQH84Jqvn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wn4gExnfolHRRg6k9ZxBotXBQH84Jqvn > .row .container > .video-iframe-container { display: none; }#Wn4gExnfolHRRg6k9ZxBotXBQH84Jqvn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wn4gExnfolHRRg6k9ZxBotXBQH84Jqvn > .row > .video-iframe-container { display: none; }#Wn4gExnfolHRRg6k9ZxBotXBQH84Jqvn > .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); }#Wn4gExnfolHRRg6k9ZxBotXBQH84Jqvn { border-width: 0; border-radius: 0; }#Wn4gExnfolHRRg6k9ZxBotXBQH84Jqvn > .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; }#Wn4gExnfolHRRg6k9ZxBotXBQH84Jqvn > .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:47rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#aCGk93whZ6fZJf5HOboGk52ww8lKQOxv { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:0.75rem;left:0rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#s9JLVoVxu4JbP4XEiaSyGivsbJAVgkKo { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.125rem;width:2.5rem;top:4.75rem;left:28.75rem;display:block; }
#mAfZCfhN9oF58nHL7fSyrznJg0CvV4nx { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.875rem solid #9c9c9c;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 0.625rem rgba(0,0,0,0.35) ;height:38.25rem;width:25.8125rem;top:6.75rem;left:2.09375rem;display:block; }
#zNZaL1H3M9mALPwAUbTFkkQNdViZ7tCk { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.875rem solid #9c9c9c;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 0.625rem rgba(0,0,0,0.35) ;height:38.25rem;width:25.8125rem;top:6.75rem;left:32.09375rem;display:block; }
#oQJNdbeUB2BIITTauypGoXMTO85Jq3DT { color:#000000;display:block;width:19.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.1875rem;font-weight:700;z-index:15011;line-height:1.5;letter-spacing:0;top:23.03125rem;left:5.03125rem;height:6.5625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#r1u63rfBvb62vE0MTCPSTogvsqJqyybQ { color:#000000;display:block;width:21.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:30.6875rem;left:4.03125rem;height:7.3095625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#s5rX5fVkiDJHkgD3dTPgHdQzxwZJV7lx { background-color:#4fb04f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 0.3125rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.75rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:39.880859375rem;left:6.4375rem;display:block; }
#ZmJd4thl6A64lF6tkbOXBPJOvWfl4DcI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pL5ym4H8KTpDpQP3uRycTENfzHg8TRDz { color:#000000;display:block;width:21.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:30.6875rem;left:33.875rem;height:7.3095625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BUBOTopRabTh8h2i5IGLXdOKN6CT8G8A { color:#000000;display:block;width:19.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.1875rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:23.03125rem;left:35.03125rem;height:6.5625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#IUdSnC7iUTDVnQJFKpnkVarcSph6nDZp { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:14rem;width:18.8125rem;top:8.1875rem;left:5.59375rem;overflow:hidden;display:block; }
#tI1A5E7z95U9Rz7VfMnKPyuWcyelH3JF { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:14rem;width:18.8125rem;top:8.1875rem;left:35.59375rem;overflow:hidden;display:block; }
#S9pxcct03eLC6zDUlbWL0XwK0owilNDq { background-color:#4fb04f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 0.3125rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.75rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:39.880859375rem;left:37.125rem;display:block; }
#HfL27m5obAmxxxS14ar8rIB8Z5mUCwKp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vAy23Lz5Tel27C0Wqp8sOH3Tkv7FaqNk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vAy23Lz5Tel27C0Wqp8sOH3Tkv7FaqNk > .row .container { background-color: transparent; background-image: none; }#vAy23Lz5Tel27C0Wqp8sOH3Tkv7FaqNk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vAy23Lz5Tel27C0Wqp8sOH3Tkv7FaqNk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vAy23Lz5Tel27C0Wqp8sOH3Tkv7FaqNk > .row .container > .video-iframe-container { display: none; }#vAy23Lz5Tel27C0Wqp8sOH3Tkv7FaqNk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vAy23Lz5Tel27C0Wqp8sOH3Tkv7FaqNk > .row > .video-iframe-container { display: none; }#vAy23Lz5Tel27C0Wqp8sOH3Tkv7FaqNk > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vAy23Lz5Tel27C0Wqp8sOH3Tkv7FaqNk > .row .container { border-width: 0; border-radius: 0; }#vAy23Lz5Tel27C0Wqp8sOH3Tkv7FaqNk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vAy23Lz5Tel27C0Wqp8sOH3Tkv7FaqNk > .row .container { font-size:0.875rem;font-family:arial;height:49.3125rem;width:60rem;position:relative;display:block; }#MJ7z6iKoTUQpXLcT8Sa9Tyty9JEyM7ND { color:rgba(var(--color-tertiary-4),1);display:block;width:31rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem #a3c4f3;top:1.75rem;left:0.8369140625rem;height:2rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B .widget-form-header {  }
#R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:26.5625rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:26.5625rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B .widget-input-text {padding-top: 0; padding-bottom: 0;}#R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:26.5625rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:26.5625rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B .widget-input-select {padding-top: 0; padding-bottom: 0;}#R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.5rem;font-weight:bold;color:rgba(var(--color-tertiary-1),1);width:26.5625rem;height:3.75rem;font-family:lato;overflow:hidden;box-shadow: none;text-align:center;text-align-last:center;line-height:1.2; }
#R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-4),0.5);font-family:"open sans";font-size:1rem;font-weight:300;font-style:normal; }
#R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-4),0.5);font-family:"open sans";font-size:1rem;font-weight:300;font-style:normal; }
#R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-4),0.5);font-family:"open sans";font-size:1rem;font-weight:300;font-style:normal; }
#R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-4),0.5);font-family:"open sans";font-size:1rem;font-weight:300;font-style:normal; }
#R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),0.5);vertical-align:top;width:25.5rem;overflow:hidden;font-style:normal;line-height:1.4;float:none; }
#R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none;text-align:left;text-align-last:left; }
#R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B .widget-container:first-of-type{padding-top:0;}#R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B .widget-container:last-of-type{padding-bottom:0;}#R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B  { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:26.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15016;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:8.4501953125rem;left:0.8369140625rem; }
#R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:26.5625rem;display:block;vertical-align:top; }
#R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B .widget-info-text { font-size:1.0625rem;overflow:hidden;height:auto;font-family:var(--paragraphs-font-family); }
#R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B {display:block;}#R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:26.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15016;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:8.4501953125rem;left:0.8369140625rem; }
#R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B #MqFzokofBbOZ8dX8qtlwnwBDH7xxJczL { position:relative; }
#R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B #VUAZD5IZ5zfGPhd2pGUSoFV77KW8uaBv { position:relative;display:block; }
#R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B #TRnVQBa6Mquazdnt8epcWK6yNeP0oFZ6 { position:relative; }
#R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B #ODBlBRwSqK6rpzoTWzBp9QgZcaJJJdSB { position:relative; }
#R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B #hpFUJlgn2k5o741fBHV5oueH8QGgPkPt { position:relative;display:block; }
#R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B #wJhwBb6JoHuQqan1hIgDTSExXtOovzb2 { position:relative; }
#R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B #cdLQpBhVJmH5tFmQA9JXdfI7ZJatb6vV { position:relative; }
#R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B #uQnZ3SO1OTUxF998fQ1XpFdC6hGXapgv { position:relative;display:block; }
#R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B #lMUslJvQeZhizEXeDCCrx6D9kIKcKIsN { position:relative; }
#R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B #g9BJgQoXOzgizopgO1yTTAUiz5JdrwRU { position:relative; }
#R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B #Bo6VwX8xClT1vyb1bT60qzP4LAGOuPWm { position:relative;display:block; }
#R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B #r2DbexQxVwZ9MEt2C7TkweZu6WI4Plxn { position:relative; }
#R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B #AbsfVQB5XTrbIIA1X0cg1MQaud4RAXV8 { position:relative; }
#R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B #x3UkfO3GI2BmeDfmnsmHAigJdsXLIBJR { position:relative;display:block; }
#R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B #m5CQRAcbJcgZJpZ4mlfb5MPNNCilt4xa { position:relative; }
#R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B #NAgSygfkoigPVxrEulAxXksLJnzWXvAT { position:relative; }
#R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B #NAgSygfkoigPVxrEulAxXksLJnzWXvAT .container-column{width:50%;}#R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B #KFQeOst8f8ye7CEITfTQyuqQXnb5CfIJ { position:relative;display:block; }
#R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B #MQ9MBbdJbvrsJxQne6eQmgfyhnqOP68c { position:relative;z-index:2; }
#R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B #amWisTe2kxlaH0Uocfe8pPPRfknnMRQk { position:relative; }
#R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B #Tm6r5QtomSbrg9FT8yqMH39QMC4p9hiP { position:relative;z-index:2; }
#R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B #C2688elvMcvI6JNkuBrs7LwnrZGM8lf2 { position:relative; }
#R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B #LU1ZbqSGAcRwAhcerG4oOG6ESBRPmbZC { position:relative;display:block;z-index:15000; }
#R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B #yyfD9CVoKOepelNDbWrpvc3pZf2pPNqF { position:relative;display:block;z-index:15000; }
#R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B #XXwIkBSNpkIJNhp7CZZBUs8AvaJJPnHF { position:relative; }
#R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B #NPeRvUlINotlWst8ZNbTpSiZUTKtNm8W { position:relative;z-index:2; }
#R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B #RLF7Wl8gSq2x0Rke9Oz47nVdRIKLUwst { position:relative; }
#R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B #nqzu5hn9fKDdaanZrWRKpB6afp9LAgEc { position:relative; }
#R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B #askxvU9oIcD5ZFtWKeJLHeH4ekeNJOu1 { position:relative; }
#e9guRRafWkRE8G0eUFozWzMgtF7gpPu6 { color:rgba(var(--color-tertiary-4),1);display:block;width:26.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:4.9404296875rem;left:1.9306640625rem;height:2.548825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#s06ougzHs5rOnESTQKz0bc2Rted7VVJ3 { position:absolute;display:block;z-index:15009;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.5625rem;width:29.1875rem;top:4.9404296875rem;left:30.8125rem;overflow:hidden;display:block; }
#w6fbtQGQRBHpe1ZQQBu2s6NRAQUNmBBq { color:rgba(var(--color-tertiary-4),1);display:block;width:27.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:39.4404296875rem;left:31.8369140625rem;height:6.171875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iDBIUUdHR4nNHmwDmn137RlqJGqc0wTC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#242e35;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#iDBIUUdHR4nNHmwDmn137RlqJGqc0wTC > .row .container { background-color: transparent; background-image: none; }#iDBIUUdHR4nNHmwDmn137RlqJGqc0wTC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iDBIUUdHR4nNHmwDmn137RlqJGqc0wTC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iDBIUUdHR4nNHmwDmn137RlqJGqc0wTC > .row .container > .video-iframe-container { display: none; }#iDBIUUdHR4nNHmwDmn137RlqJGqc0wTC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iDBIUUdHR4nNHmwDmn137RlqJGqc0wTC > .row > .video-iframe-container { display: none; }#iDBIUUdHR4nNHmwDmn137RlqJGqc0wTC > .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); }#iDBIUUdHR4nNHmwDmn137RlqJGqc0wTC > .row .container { border-width: 0; border-radius: 0; }#iDBIUUdHR4nNHmwDmn137RlqJGqc0wTC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iDBIUUdHR4nNHmwDmn137RlqJGqc0wTC > .row .container { font-size:0.875rem;font-family:arial;height:7.3125rem;width:60rem;position:relative;display:block; }#Owmuk0MWcMTiuffasEcFZStTv3T0oncA { color:rgba(var(--color-tertiary-0),1);display:block;width:59.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:1.5380859375rem;left:0rem;height:5.77441875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#obzXFPvf4kgTFDTHtKQMR42HKycsEKui { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#obzXFPvf4kgTFDTHtKQMR42HKycsEKui > .row .container { background-color: transparent; background-image: none; }#obzXFPvf4kgTFDTHtKQMR42HKycsEKui::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#obzXFPvf4kgTFDTHtKQMR42HKycsEKui > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#obzXFPvf4kgTFDTHtKQMR42HKycsEKui > .row .container > .video-iframe-container { display: none; }#obzXFPvf4kgTFDTHtKQMR42HKycsEKui > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#obzXFPvf4kgTFDTHtKQMR42HKycsEKui > .row > .video-iframe-container { display: none; }#obzXFPvf4kgTFDTHtKQMR42HKycsEKui > .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); }#obzXFPvf4kgTFDTHtKQMR42HKycsEKui > .row .container { border-width: 0; border-radius: 0; }#obzXFPvf4kgTFDTHtKQMR42HKycsEKui > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#obzXFPvf4kgTFDTHtKQMR42HKycsEKui > .row .container { font-size:0.875rem;font-family:arial;height:47.5rem;width:60rem;position:relative;display:block; }#ff1Qgur6pKrhUudHuXoprrhWTGln3cgc { color:rgba(var(--color-tertiary-4),1);display:block;width:31.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:1.75rem;left:0.6875rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#n8sf8Sll0gpQvRTqRSUP9MvndWo47Tnx { color:rgba(var(--color-tertiary-4),1);display:block;width:28.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:6.19140625rem;left:0.6875rem;height:40.5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bLKP8dluQPOp4rQsIuclE7NuNaflUmbi { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:12.5rem;top:4.9375rem;left:0.6875rem;display:block; }
#ixaKdkgg2cCltFR5czBglwzhT61Ug3hm { color:rgba(var(--color-tertiary-4),1);display:block;width:25.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:300;z-index:15005;line-height:1.1;letter-spacing:0;top:45.5859375rem;left:32.1875rem;height:1.16796875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LzBUf8boZl3J5eHJxmwf7JfwLLZP3vME { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:41.25rem;width:26.625rem;top:3.125rem;left:32.1875rem;overflow:hidden;display:block; }
#aNd5nlvHkeSXlqhdzNDLPpGBaqcwxnq3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aNd5nlvHkeSXlqhdzNDLPpGBaqcwxnq3 > .row .container { background-color: transparent; background-image: none; }#aNd5nlvHkeSXlqhdzNDLPpGBaqcwxnq3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aNd5nlvHkeSXlqhdzNDLPpGBaqcwxnq3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aNd5nlvHkeSXlqhdzNDLPpGBaqcwxnq3 > .row .container > .video-iframe-container { display: none; }#aNd5nlvHkeSXlqhdzNDLPpGBaqcwxnq3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aNd5nlvHkeSXlqhdzNDLPpGBaqcwxnq3 > .row > .video-iframe-container { display: none; }#aNd5nlvHkeSXlqhdzNDLPpGBaqcwxnq3 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aNd5nlvHkeSXlqhdzNDLPpGBaqcwxnq3 > .row .container { border-width: 0; border-radius: 0; }#aNd5nlvHkeSXlqhdzNDLPpGBaqcwxnq3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aNd5nlvHkeSXlqhdzNDLPpGBaqcwxnq3 > .row .container { font-size:0.875rem;font-family:arial;height:30.375rem;width:60rem;position:relative;display:block; }#cX4WcLgGJp8O7cJNXNX8E6WX5VWCmT9O { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:24.3125rem;width:29.75rem;top:3.9375rem;left:30.125rem;display:block; }
#UCQlKDFei2WlHLCgbyhccSEXkpRD9z9X { position:absolute;display:block;z-index:15012;background-color:#e3e3e3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:7.6875rem;top:2.625rem;left:0.84375rem;display:block; }
#J0cIqt5qA0IuzOkQL7qXPEPE61ZCCubg { color:rgba(var(--color-tertiary-0),1);display:block;width:17.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:400;z-index:15002;line-height:1;letter-spacing:0;top:3.9375rem;left:0.84375rem;height:6.1875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Pkvcdit7wRZe4wSwsScocNIJwwbAlpvn { color:#f9f9f9;display:block;width:26.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15002;line-height:2.1;letter-spacing:0;top:11.4375rem;left:0.84375rem;height:12.597625rem;font-style:normal;display:block; }
#n6zE7RM4GQdn48xya7MwzXW7JUTRADwo { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(var(--color-tertiary-4),0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-1),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.1875rem;height:2.625rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:25.6875rem;left:0.84375rem;display:block; }
#okQsSInHBR5D2XOPHq08sK9V7n5a7MDr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dVwJHsLRKTeRTe4KASdfFq8eoP9Tg0SO { position:relative;display:block; }#dVwJHsLRKTeRTe4KASdfFq8eoP9Tg0SO { background-color: transparent; background-image: none; }#dVwJHsLRKTeRTe4KASdfFq8eoP9Tg0SO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dVwJHsLRKTeRTe4KASdfFq8eoP9Tg0SO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dVwJHsLRKTeRTe4KASdfFq8eoP9Tg0SO > .row .container > .video-iframe-container { display: none; }#dVwJHsLRKTeRTe4KASdfFq8eoP9Tg0SO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dVwJHsLRKTeRTe4KASdfFq8eoP9Tg0SO > .row > .video-iframe-container { display: none; }#dVwJHsLRKTeRTe4KASdfFq8eoP9Tg0SO > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dVwJHsLRKTeRTe4KASdfFq8eoP9Tg0SO { border-width: 0; border-radius: 0; }#dVwJHsLRKTeRTe4KASdfFq8eoP9Tg0SO > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#dVwJHsLRKTeRTe4KASdfFq8eoP9Tg0SO > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:48.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#EgFGWqarD9pUEaskEXbiMZBGPoRAOJNL { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.0625rem;left:0rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL .accordion-element-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;flex-direction:column;align-items:center;background-color:transparent;background-image:none;vertical-align:top;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1); }
#nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.125rem;font-family:var(--paragraphs-font-family);height:auto;line-height:1.3;overflow:hidden;text-align:justify;text-align-last:initial; }
#nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:var(--paragraphs-font-family); }
#nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL .accordion-trigger.adaptive-delivery-prevent-bg, #nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL .accordion-trigger.lazyload, #nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL .accordion-trigger.lazyloading { background-image: none; }
#nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL { box-sizing:content-box;height:auto;width:57.3125rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:4.7998046875rem;left:0rem; }
#nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #Dr0HvvPdqM0hsiX30RwZmTWwmEMbGyTK { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #greJV2bFa8ThemWZ7T3TZZsPcunD876Q { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #D72UtwZNpGACeJcK1T5UmRyPwKwSMxmp { display:block;position:relative; }
#nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #ApU0Xf0otPzpx6nMehwPGNsAWPJnkeTx {  }
#nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #HmlFuTHm9sJCuXe7XSZHmzUOLMJTNKeP {  }
#nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #O5Pv0NO2iDUxE0vh5bU1qNpnEfuaALLn { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #hHXUNvMT7d2IPCXf54dK7UhM2vPI6rkN { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #mHJqNPHUrf2BJzb2E8qw0niOFzt54LxN { display:block;position:relative; }
#nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #KZ45dLd67TzoITwI1i5XIhWozwaIa2D8 {  }
#nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #iFew0DsO14nHxFdTwe9LUXNPLoplJhRz { display:none; }
#nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #PBZEdNa79L5w28t58hKTFVQJXrbolTDx { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #azw7kuKLNyxHzyMt4bXAOyATDE1vv5WL { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #qkfAldKxZsWlO0HOMUFShMbw31Rd8eqT { display:block;position:relative; }
#nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #MSwcaKyJAdMMoq6RDQQsdy826Ta56tu4 {  }
#nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #fpeNPq2iIPbIB5oEeHz23qw7VCUHh7U8 { display:none; }
#nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #V7ZVN4MvPQ1VALRS13aJPt3h4LXyEWXd { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #xrIfJQ53NdyS0Z1Fyhh1vL9M4fsb5BQk { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #S2QNiWlpynIDVuelMrRHKdWzdW6d1KVu { display:block;position:relative; }
#nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #cfz7r8vsCwVVpdMCzsdrBcB5ZO4MiPxw {  }
#nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #b8D7rnX4nzNN2ButOIPJESQr04Q0vMPD { display:none; }
#nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #sAJyyb0zJ5UyJBh02PpndJicetdGuhX2 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #JnTUUUoyNTJhBt4cfAykvAx1327CcD9u { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #VN3l1EZJZbAclIpGTd80eQKc2LROTgJ5 { display:block;position:relative; }
#nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #MxycKR16hesLbntv6PqrvhMsLGgMAvm1 {  }
#nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #Xa4bMVrF8pgQQhExM2lQJoHk2XL4hihu { display:none; }
#nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #nB0nSruiQtxVEilZKWFUWgqtZO1EI2rK { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #cIcDiqFu1AhfKRWDb3H8JH9FdTz8ndBl { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #OfENFD4zeF0DXKGv3xWHDvGvoIpdhz5U { display:block;position:relative; }
#nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #ZTOhd9P1OwE05qfk32HsoUL5vKAITDd0 {  }
#nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #ebTbxC9lTgcUNg3pJrwRTzUi16uleccV { display:none; }
#nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #bqUNcygMNh3O50Nt9pSh1BgEPqIIFS65 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #AppsSHDmtNAhmKOIIfDSHQneInUIhBnZ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #IgEEKs7lGCkSeO1J34aLFJdEdw3G76yz { display:block;position:relative; }
#nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #LcHwyGBpOkTTPnWJqqsNKoxs8vWAuNWu {  }
#nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #L6TUbkOQoWzZuzcro4oDUPc8mCXd0oeu { display:none; }
#nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #RKwpUQ7VGA2xgCVOOhlsOSbbFWyi3Jo8 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #Vib9yMmVWiNUTa7BEifPxNQ0vc92yRuX { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #sl9X91gyGLUaOFmVdUuImB2oW89ZJ45J { display:block;position:relative; }
#nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #XSd4xHPgtXTWEPF5UC5DhDOe4b0Zisi6 {  }
#nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #ETmVVaK9XnisfH8Lh2CDaTBgetL2yR9v { display:none; }
#nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #p86C8PIoT3Gld5vkT2vnvQwqrXtExP8l { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #VWmTutpZEEp6k136woz8pBS6lTHICtGJ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #v3gz1ypa2xVwuHvCEX64bzaqkCM8iEwP { display:block;position:relative; }
#nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #eTVCMLttkCFHaqnJwq32UHCxp0NhGkmJ {  }
#nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #miPyJcrcgTAIgdNfdigugz5puPifxXSO { display:none; }
#EpcL7p2DIbHqsgy1wysLTnMLT0T9SqN7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#242e35;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#EpcL7p2DIbHqsgy1wysLTnMLT0T9SqN7 > .row .container { background-color: transparent; background-image: none; }#EpcL7p2DIbHqsgy1wysLTnMLT0T9SqN7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EpcL7p2DIbHqsgy1wysLTnMLT0T9SqN7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EpcL7p2DIbHqsgy1wysLTnMLT0T9SqN7 > .row .container > .video-iframe-container { display: none; }#EpcL7p2DIbHqsgy1wysLTnMLT0T9SqN7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EpcL7p2DIbHqsgy1wysLTnMLT0T9SqN7 > .row > .video-iframe-container { display: none; }#EpcL7p2DIbHqsgy1wysLTnMLT0T9SqN7 > .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); }#EpcL7p2DIbHqsgy1wysLTnMLT0T9SqN7 > .row .container { border-width: 0; border-radius: 0; }#EpcL7p2DIbHqsgy1wysLTnMLT0T9SqN7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EpcL7p2DIbHqsgy1wysLTnMLT0T9SqN7 > .row .container { font-size:0.875rem;font-family:arial;height:7.3125rem;width:60rem;position:relative;display:block; }#qpOFG6bDAvFiVULKMQFZE0X6SJqPpKpk { color:rgba(var(--color-tertiary-0),1);display:block;width:59.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:1.5380859375rem;left:0rem;height:5.77441875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AxdoGSh7BuB7LNVPlkWB0TO9DvlyE1Io { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AxdoGSh7BuB7LNVPlkWB0TO9DvlyE1Io > .row .container { background-color: transparent; background-image: none; }#AxdoGSh7BuB7LNVPlkWB0TO9DvlyE1Io::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AxdoGSh7BuB7LNVPlkWB0TO9DvlyE1Io > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AxdoGSh7BuB7LNVPlkWB0TO9DvlyE1Io > .row .container > .video-iframe-container { display: none; }#AxdoGSh7BuB7LNVPlkWB0TO9DvlyE1Io > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AxdoGSh7BuB7LNVPlkWB0TO9DvlyE1Io > .row > .video-iframe-container { display: none; }#AxdoGSh7BuB7LNVPlkWB0TO9DvlyE1Io > .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); }#AxdoGSh7BuB7LNVPlkWB0TO9DvlyE1Io > .row .container { border-width: 0; border-radius: 0; }#AxdoGSh7BuB7LNVPlkWB0TO9DvlyE1Io > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AxdoGSh7BuB7LNVPlkWB0TO9DvlyE1Io > .row .container { font-size:0.875rem;font-family:arial;height:49.3125rem;width:60rem;position:relative;display:block; }#BAbLGQXaKTGiHoNIPT1HTFN1KsWRmywb { color:rgba(var(--color-tertiary-4),1);display:block;width:31rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem #a3c4f3;top:1.75rem;left:0.8369140625rem;height:2rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#T5a3zK4seoZ8LZH2aZCLJfBrbtFXO6t6 .widget-form-header {  }
#T5a3zK4seoZ8LZH2aZCLJfBrbtFXO6t6 .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:26.5625rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#T5a3zK4seoZ8LZH2aZCLJfBrbtFXO6t6 .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:26.5625rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#T5a3zK4seoZ8LZH2aZCLJfBrbtFXO6t6 .widget-input-text {padding-top: 0; padding-bottom: 0;}#T5a3zK4seoZ8LZH2aZCLJfBrbtFXO6t6 .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:26.5625rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#T5a3zK4seoZ8LZH2aZCLJfBrbtFXO6t6 .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:26.5625rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#T5a3zK4seoZ8LZH2aZCLJfBrbtFXO6t6 .widget-input-select {padding-top: 0; padding-bottom: 0;}#T5a3zK4seoZ8LZH2aZCLJfBrbtFXO6t6 .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#T5a3zK4seoZ8LZH2aZCLJfBrbtFXO6t6 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#T5a3zK4seoZ8LZH2aZCLJfBrbtFXO6t6 .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-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.5rem;font-weight:bold;color:rgba(var(--color-tertiary-1),1);width:26.5625rem;height:3.75rem;font-family:lato;overflow:hidden;box-shadow: none;text-align:center;text-align-last:center;line-height:1.2; }
#T5a3zK4seoZ8LZH2aZCLJfBrbtFXO6t6 [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-4),0.5);font-family:"open sans";font-size:1rem;font-weight:300;font-style:normal; }
#T5a3zK4seoZ8LZH2aZCLJfBrbtFXO6t6 [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-4),0.5);font-family:"open sans";font-size:1rem;font-weight:300;font-style:normal; }
#T5a3zK4seoZ8LZH2aZCLJfBrbtFXO6t6 [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-4),0.5);font-family:"open sans";font-size:1rem;font-weight:300;font-style:normal; }
#T5a3zK4seoZ8LZH2aZCLJfBrbtFXO6t6 [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-4),0.5);font-family:"open sans";font-size:1rem;font-weight:300;font-style:normal; }
#T5a3zK4seoZ8LZH2aZCLJfBrbtFXO6t6 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),0.5);vertical-align:top;width:25.5rem;overflow:hidden;font-style:normal;line-height:1.4;float:none; }
#T5a3zK4seoZ8LZH2aZCLJfBrbtFXO6t6 .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; }
#T5a3zK4seoZ8LZH2aZCLJfBrbtFXO6t6 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none;text-align:left;text-align-last:left; }
#T5a3zK4seoZ8LZH2aZCLJfBrbtFXO6t6 .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#T5a3zK4seoZ8LZH2aZCLJfBrbtFXO6t6 .widget-container:first-of-type{padding-top:0;}#T5a3zK4seoZ8LZH2aZCLJfBrbtFXO6t6 .widget-container:last-of-type{padding-bottom:0;}#T5a3zK4seoZ8LZH2aZCLJfBrbtFXO6t6  { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:26.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15016;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:8.4501953125rem;left:0.8369140625rem; }
#T5a3zK4seoZ8LZH2aZCLJfBrbtFXO6t6 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:26.5625rem;display:block;vertical-align:top; }
#T5a3zK4seoZ8LZH2aZCLJfBrbtFXO6t6 .widget-info-text { font-size:1.0625rem;overflow:hidden;height:auto;font-family:var(--paragraphs-font-family); }
#T5a3zK4seoZ8LZH2aZCLJfBrbtFXO6t6 {display:block;}#T5a3zK4seoZ8LZH2aZCLJfBrbtFXO6t6 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:26.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15016;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:8.4501953125rem;left:0.8369140625rem; }
#T5a3zK4seoZ8LZH2aZCLJfBrbtFXO6t6 #HEtE0XktemzRBJBWbclBeVpC2M2t9oD6 { position:relative; }
#T5a3zK4seoZ8LZH2aZCLJfBrbtFXO6t6 #dJo1VPsImeaUbdPfPwHOP7lcTWVBzrMc { position:relative;display:block; }
#T5a3zK4seoZ8LZH2aZCLJfBrbtFXO6t6 #z9bRNX9t1HEC1MnOgUBQf0eozFcJ7Q4g { position:relative; }
#T5a3zK4seoZ8LZH2aZCLJfBrbtFXO6t6 #TaBBhu4a2QDhUdzt6b5TFzfapofcxqSo { position:relative; }
#T5a3zK4seoZ8LZH2aZCLJfBrbtFXO6t6 #gBWBXmMTVPp0nWmVkaVt7TzbV9C0QidI { position:relative;display:block; }
#T5a3zK4seoZ8LZH2aZCLJfBrbtFXO6t6 #oSWqLML7dExzqmXhJUH64zMtq88FTZ5A { position:relative; }
#T5a3zK4seoZ8LZH2aZCLJfBrbtFXO6t6 #yKXIDFMHPgDxfrgqX7c5DT5ZJ0rPBosc { position:relative; }
#T5a3zK4seoZ8LZH2aZCLJfBrbtFXO6t6 #sbZ3HxTrto8Q0l5gbF9DzgOSobnmcETE { position:relative;display:block; }
#T5a3zK4seoZ8LZH2aZCLJfBrbtFXO6t6 #fDZTmBirBxcUvMTQ0JVEoTaUWSemmGIO { position:relative; }
#T5a3zK4seoZ8LZH2aZCLJfBrbtFXO6t6 #e5uRwsPZOAJDktDtdfdpJT8OVSLDfQGB { position:relative; }
#T5a3zK4seoZ8LZH2aZCLJfBrbtFXO6t6 #Qr30o6Npd3tvez5h3Ry6yEGa2FZoezLh { position:relative;display:block; }
#T5a3zK4seoZ8LZH2aZCLJfBrbtFXO6t6 #x5eKiEvByWSUbdzdUL2mxJUQQoHMwzgB { position:relative; }
#T5a3zK4seoZ8LZH2aZCLJfBrbtFXO6t6 #kcZcCi3T47ZWfHZuJl3fStDHAm2T98nF { position:relative; }
#T5a3zK4seoZ8LZH2aZCLJfBrbtFXO6t6 #oM6p56QQUHoqlzNBSIvSklvdZDP7aZ6C { position:relative;display:block; }
#T5a3zK4seoZ8LZH2aZCLJfBrbtFXO6t6 #mLJbKK94VFhbo94WEKS2Sfrm3korxgd2 { position:relative; }
#T5a3zK4seoZ8LZH2aZCLJfBrbtFXO6t6 #sX1LLQ5mFwPCtFU2ByJidEePklA0vHEE { position:relative; }
#T5a3zK4seoZ8LZH2aZCLJfBrbtFXO6t6 #sX1LLQ5mFwPCtFU2ByJidEePklA0vHEE .container-column{width:50%;}#T5a3zK4seoZ8LZH2aZCLJfBrbtFXO6t6 #halwFutlJVg7eClzeTHE0tnfKVcZKa7F { position:relative;display:block; }
#T5a3zK4seoZ8LZH2aZCLJfBrbtFXO6t6 #C3GZLZaZnc2Ih2UtrsLPqmZOTIptEyzv { position:relative;z-index:2; }
#T5a3zK4seoZ8LZH2aZCLJfBrbtFXO6t6 #JZRbGmRfd37gXJ7uATiIzqGgHnMh3GbQ { position:relative; }
#T5a3zK4seoZ8LZH2aZCLJfBrbtFXO6t6 #PTJx2myehTwFWPx7Cbd4KSKwssC5ZKCP { position:relative;z-index:2; }
#T5a3zK4seoZ8LZH2aZCLJfBrbtFXO6t6 #yuIifr9ScGDBZuQvIHcN8rl1s9fT3u4T { position:relative; }
#T5a3zK4seoZ8LZH2aZCLJfBrbtFXO6t6 #CSn7qzbrgy5TkRozRJEeb5M7DxyTMWlC { position:relative;display:block;z-index:15000; }
#T5a3zK4seoZ8LZH2aZCLJfBrbtFXO6t6 #LTke6y8nDQhBgQO0V9O2AdRiTlnsEdcS { position:relative;display:block;z-index:15000; }
#T5a3zK4seoZ8LZH2aZCLJfBrbtFXO6t6 #kBDbZDXrExI0rqxJACVmFx3hM6SDoOLy { position:relative; }
#T5a3zK4seoZ8LZH2aZCLJfBrbtFXO6t6 #oEgZgfFm9I2q24EBm8hD4LCnrylho3z6 { position:relative;z-index:2; }
#T5a3zK4seoZ8LZH2aZCLJfBrbtFXO6t6 #zvGwg0sIytU4AolmVrXDDwQkvv6HW56w { position:relative; }
#T5a3zK4seoZ8LZH2aZCLJfBrbtFXO6t6 #R8SF4sskAGdnrxuQGuNoEWUkstRnlc0K { position:relative; }
#T5a3zK4seoZ8LZH2aZCLJfBrbtFXO6t6 #r88EPIcqkWh9rmw9Ql0TFCJRLNH7xQZP { position:relative; }
#UqzVxAmq6leqxNy2weUAfEazmodsZGIh { color:rgba(var(--color-tertiary-4),1);display:block;width:26.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:4.9404296875rem;left:1.9306640625rem;height:2.548825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EvJSVNrkDqShNe3iiQTw6wn7yLf5MZsx { position:absolute;display:block;z-index:15009;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.5625rem;width:29.1875rem;top:4.9404296875rem;left:30.8125rem;overflow:hidden;display:block; }
#zGou92Hi01TmcK9lZKrHceMoWiwhxMfm { color:rgba(var(--color-tertiary-4),1);display:block;width:27.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:39.4404296875rem;left:31.8369140625rem;height:6.171875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aKZf6bTUIVLr3hTXaCZxt0C5pLtvr3ly { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aKZf6bTUIVLr3hTXaCZxt0C5pLtvr3ly > .row .container { background-color: transparent; background-image: none; }#aKZf6bTUIVLr3hTXaCZxt0C5pLtvr3ly::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aKZf6bTUIVLr3hTXaCZxt0C5pLtvr3ly > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aKZf6bTUIVLr3hTXaCZxt0C5pLtvr3ly > .row .container > .video-iframe-container { display: none; }#aKZf6bTUIVLr3hTXaCZxt0C5pLtvr3ly > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aKZf6bTUIVLr3hTXaCZxt0C5pLtvr3ly > .row > .video-iframe-container { display: none; }#aKZf6bTUIVLr3hTXaCZxt0C5pLtvr3ly > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aKZf6bTUIVLr3hTXaCZxt0C5pLtvr3ly > .row .container { border-width: 0; border-radius: 0; }#aKZf6bTUIVLr3hTXaCZxt0C5pLtvr3ly > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aKZf6bTUIVLr3hTXaCZxt0C5pLtvr3ly > .row .container { font-size:0.875rem;font-family:arial;height:16.375rem;width:60rem;position:relative;display:block; }#Te0iZJCQ8ITvxqWQRAWuAEMkyzVgVeZ3 { color:#333333;display:block;width:2.9375rem;position:absolute;font-family:dosis;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.9375rem;left:3.5rem;height:1.29980625rem;display:block; }
#lr6RXUsUq3T8kTm6HvqbA3QG7dXUOgR8 { color:rgba(var(--color-tertiary-1),1);display:block;width:9.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2rem;left:5.875rem;height:1.29980625rem;font-style:normal;display:block; }
#Ew8fhwgfUiJxJtBcpp555HOZDererJVc { color:rgba(var(--color-tertiary-1),1);display:block;width:19.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:6.642578125rem;left:0rem;height:5.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RqtMz6r7TVfPszdfDfVsoe8SKqdSLLh1 { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:27.5rem;top:11.478515625rem;left:24.5rem;display:block; }
#VwteHJcaf1odPQgPqy1zIWxWBgawXOta { color:rgba(var(--color-tertiary-2),1);display:block;width:7.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:8.392578125rem;left:26.8125rem;height:1.3994125rem;font-style:normal;display:block; }
#VyBTrQ2RIQOlO576di4y2OLRpXkKRzTi { color:rgba(var(--color-tertiary-1),1);display:block;width:10.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15018;line-height:1.4;letter-spacing:0;top:8.392578125rem;left:37.15625rem;height:1.3994125rem;font-style:normal;display:block; }
#KoOzEMC0kNQqPqe731DPhPyDeaqlflEF { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;top:8.310546875rem;left:34.6875rem; }
#sFKFvC97KeE5pa0JIeIi68T8Iz19zguX { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;top:8.310546875rem;left:24.5rem; }
#QPWR6dWUBka0ATgXO97EkpThXFiG6nxf { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.9375rem;width:4.9375rem;top:1.15625rem;left:0rem;overflow:hidden;display:block; }
#LZEbh7psbJGVlGXu1GbfM4Zh23vJn2Zh { color:rgba(var(--color-tertiary-1),1);display:block;width:9.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.9375rem;left:24.375rem;height:2.03125rem;font-style:normal;display:block; }
#vltAhmGvwzTndaqmwTtDgHM1PSg8wS2a { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;top:5.998046875rem;left:24.5rem; }
#dd2uuoIr7ohambIBztlKlhiy0vMfSIZ2 { color:rgba(var(--color-tertiary-2),1);display:block;width:7.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15017;line-height:1.4;letter-spacing:0;top:6.080078125rem;left:26.8125rem;height:1.3994125rem;font-style:normal;display:block; }
#u8d3I6APCTMZRrAo6vedrEVLnfzTbUPS { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(var(--color-tertiary-4),0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-1),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.25rem;height:1.625rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:12.927734375rem;left:0rem;display:block; }
#Qln9JaKLpbAdR0Hu1k72KPNwNsucaIxT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wFvyOOJNoXBzK6aMuiKElBoXIMu0Apte { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;top:6.09375rem;left:34.6875rem; }
#N07UUhPbp2kZfT8TrFXhU1g9CD3UlpWe { color:rgba(var(--color-tertiary-2),1);display:block;width:7.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15018;line-height:1.4;letter-spacing:0;top:6.09375rem;left:37.15625rem;height:1.3994125rem;font-style:normal;display:block; }
#qLJWCQ793lGpxn25Eq1boyzfw6Kmi1J8 { color:rgba(var(--color-tertiary-1),1);display:block;width:11rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:12.927734375rem;left:24.5rem;height:1.625rem;font-style:normal;display:block; }
#J64IihE5Qe3qXrwrusOpSXZ1HxnZQxTQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:12.833984375rem;left:35.40625rem; }
#J64IihE5Qe3qXrwrusOpSXZ1HxnZQxTQ > img { max-width: 100%;max-height:100%; width:1.8125rem; height:1.8125rem; }#J7ltGHGPZVGiuTzo72phKGhv30Un46md { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:12.365234375rem;left:38.53125rem; }
#J7ltGHGPZVGiuTzo72phKGhv30Un46md > img { max-width: 100%;max-height:100%; width:2.75rem; height:2.75rem; }#vGaIHpJ5CJvSMOeEUuq48wnTETNh5u0h { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:27.5rem;top:11.478515625rem;left:24.5rem;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #K7bqrKs2L7cXeCmbLPmGmgl5wK9CuO6A { display:block; }#K7bqrKs2L7cXeCmbLPmGmgl5wK9CuO6A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F3ml6x0iPkTwVqwJxBSsdlJhaiXS1vXD { width:6.125rem;height:2.5625rem;top:2rem;left:1.177734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMnTyuMFF8LPM1aNw13COUV0eWJ3GQEn { display:block; }
 }@media only screen and (max-width: 763px) { #c4wJ5ZeDbTfVyUZDb0bRHdcfA7F75sz3 { top:0rem;left:0rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HeDfdlU6U1724Sd3Tvb3GiQCU1Dttlqq { width:4.75rem;height:2.5625rem;top:2rem;left:19.927734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAd5JNQMFS2uhv3fT7k1WJ51wr8zZkHR { display:block; }
 }@media only screen and (max-width: 763px) { #GkeW3OATo4oD2FODU0Hf0vyaCqOlynT9 { width:6.125rem;height:2.4375rem;top:2.0625rem;left:33.302734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfcwavFtKdaCt51kpeXXwnLCBoWcFumZ { display:block; }
 }@media only screen and (max-width: 763px) { #uCePQZ6JH6PlA72AseF6ygO4eENSkGZB { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbTD6bNWLMsXHikGSC6zRKqcVLUkDa4g { display:block; }
 }@media only screen and (max-width: 763px) { #vhMsOUliHCFSZl7DhD3CEUwQdHCBZr2W { width:7.6875rem;height:2.5rem;top:2rem;left:11.677734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXL0qu0gzzSWeOfJCRJWtaQlooe44thH { display:block; }
 }@media only screen and (max-width: 763px) { #qWWc9KCkkyGO4iFq0B4yz804drLlqrcC { width:4.4375rem;height:2.5rem;top:2rem;left:6.677734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBCtzrh7znJSfTvT6WEKRITUWToZ7ilF { display:block; }
 }@media only screen and (max-width: 763px) { #eWwTQHRU3JOZIoLeMaL3bBaMs9Trzqnb { width:4.6875rem;height:2.4375rem;top:2.0625rem;left:24.677734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFfifrNL36D9TIIe1xv53o24Ho7R1FMO { display:block; }
 }@media only screen and (max-width: 763px) { #VKAbDI9Ocm54GAfdn4hi3iraDTMPdmSB { width:2.6875rem;height:2.4375rem;top:2.0625rem;left:29.927734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkJOGyr91VAHcWdT97nxFQoIgMI7aTv9 { display:block; }
 }@media only screen and (max-width: 763px) { #TZ17KUZqBnBzyz9qH0blmoV7fxDciJBz { display:block; }#TZ17KUZqBnBzyz9qH0blmoV7fxDciJBz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RmsbquHtXzqEDCRNaxL1nbzT22Xzg2wL { width:26.5rem;height:;top:7.625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARml1rR3MP5H0bRgkndiOqNrHahrP89R { width:30rem;height:24.1875rem;top:16.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qd2iTxb2URhWxbGo3zLmPCyB694wFJr0 { top:15.25rem;left:0rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLFP9GHlOCHuNySfyLV23ZgXeGhF5Tpb { width:25.5rem;height:1.125rem;top:40.375rem;left:22.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvCLqQ7NA4EHN8hUZWC9TO1qnbkp2CGX { top:7.625rem;left:19.8125rem;width:27.9375rem;height:31.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORI2PCDw3g4Q50rKqfTSnSqUWMNdpSON { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#ORI2PCDw3g4Q50rKqfTSnSqUWMNdpSON > .row .container { background-color: transparent; background-image: none; }#ORI2PCDw3g4Q50rKqfTSnSqUWMNdpSON::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ORI2PCDw3g4Q50rKqfTSnSqUWMNdpSON > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ORI2PCDw3g4Q50rKqfTSnSqUWMNdpSON > .row .container > .video-iframe-container { display: none; }#ORI2PCDw3g4Q50rKqfTSnSqUWMNdpSON > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ORI2PCDw3g4Q50rKqfTSnSqUWMNdpSON > .row > .video-iframe-container { display: none; }#ORI2PCDw3g4Q50rKqfTSnSqUWMNdpSON > .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); }#ORI2PCDw3g4Q50rKqfTSnSqUWMNdpSON > .row .container { border-width: 0; border-radius: 0; }#ORI2PCDw3g4Q50rKqfTSnSqUWMNdpSON > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #myqu62tidn7KXi579e0ue1OQElts9zX9 { width:47.75rem;height:5.75rem;top:1.5rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAvv1F9FAuq3wm88MxmUl6hB1KOTzkAl { display:block; }#OAvv1F9FAuq3wm88MxmUl6hB1KOTzkAl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mzQ2heuBC9Ew90ESklkwOXbbaabLX8ze { width:47.75rem;height:;top:1.125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZEl3U68KxxaTEbAl1iQPXFyWxAddfmk { top:5.625rem;left:0rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wio70UO0WoODkcnhx3xfrM49ST7ZGFSi { width:21.4375rem;height:3.5625rem;top:5.25rem;left:2.173828125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlJe5RbQZzKGmrPnbbur5oZkRVsVLy0S { top:5.625rem;left:23.875rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrIKTCJQcaOPFdEx5ol30JyphRafosun { width:21.4375rem;height:3.5625rem;top:5.25rem;left:25.90625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9op7F5mVwLUtxuad3BT4P7nppbz5tiH { top:11.3125rem;left:0rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sy5XfcEUNgH75Ay988D8MQmZKDwJrMx2 { top:11.3125rem;left:23.875rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDdk6r4vgZZ9i2JER6GL4T230BZdFxEA { width:21.4375rem;height:3.5625rem;top:10.9375rem;left:2.173828125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGCWfCTMP332xS3K2iwuWTxVEEm6H2JJ { width:21.4375rem;height:3.5625rem;top:10.9375rem;left:25.90625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #escOOsnJN132r6lsorx3PhUCdeRxOEem { top:16.9375rem;left:0rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJ5PfiATdFJP9IWUzhie8HV89QFdJK2O { top:16.9375rem;left:23.875rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Isd25QK6R2DVU4r4JWakwQa5LATGhRWu { width:21.4375rem;height:3.5625rem;top:16.9375rem;left:2.173828125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Enl16oTPUfDDuXwLdlyKt3UvpFUzwGqh { width:21.4375rem;height:3.5625rem;top:16.9375rem;left:25.90625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOb8ZEpHo6NnyBgaQwS7NymLnP3GvBUb { display:block; }#xOb8ZEpHo6NnyBgaQwS7NymLnP3GvBUb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JzwIKwTBLuuXL39rxTaqnvTgwhoHJwiK { width:28.3125rem;height:28.875rem;top:5.5625rem;left:19.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFCoDDd2MkGQmNNxNomSww7JTVKTRmK0 { top:4.75rem;left:21.75rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OK0gKtODMF2oyZCTpHhbQCAXUrU1SD5q { width:31.5rem;height:2.3125rem;top:1.8125rem;left:16.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdW0mvv4076TmmxKVkkx7zD4SWx7Tc69 { top:1.6875rem;left:0rem;width:25.625rem;height:32.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtPXMGwhPTkfufx22FTGTZrnaCVbOiXL { display:block; }#mtPXMGwhPTkfufx22FTGTZrnaCVbOiXL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b95IzTF8d9UAbuP9PCpNILWmEJEP2itM { width:13.5rem;height:18.4375rem;top:5.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #brRg7BGdKixhvmGaQRHQTN39nMkhXLfl { width:13.125rem;height:1.625rem;top:13rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWPkBeF8lMe458XJ9TFQ9itpOFZxk7zz { width:12.625rem;height:7.9375rem;top:15.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDnFpQv62aqnQJ0rW97yOkzN6qLzE716 { width:13.5rem;height:18.125rem;top:6.125rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #trdfX07JAt1WvaDrRtDkEty4JWBGHBgb { width:13.125rem;height:3rem;top:12.1875rem;left:10.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKXOhm6QmPhfcsVINkmuC4DTKmT8CnmX { width:13.125rem;height:3rem;top:12.1875rem;left:22.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVHGVP5tJqgVvidTNhFXx2gQgqXt4o9F { width:13.125rem;height:1.625rem;top:13rem;left:34.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAF2bkA6M2TbW6mI1JboO1htFfU5ISWQ { width:47.75rem;height:;top:1.4375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXqlmEkQkAt9NhNpZyfhOfKKBS4lPfUT { width:13.5rem;height:18.125rem;top:6.0625rem;left:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IISmSOTEWp4POEfWeCEbTbvL8FqzdFbK { width:13.5rem;height:18.125rem;top:6.0625rem;left:33.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSbxecfaJ5vehHxqmh2MNm1641BgLgdP { width:11.625rem;height:6.75rem;top:16.75rem;left:12.09375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqpmKNT6hNnNeFTL3RmSgzvegl1b6pkA { width:12.4375rem;height:7.5rem;top:16rem;left:23.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bzAAByqimutqeFifPsPBgrUZmTrtmboU { width:12.5rem;height:7.5rem;top:16.375rem;left:35.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgkJkcRHNF1IX9gQ3eSHAoTFTrJEMrDi { top:7.1875rem;left:3.71875rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0XEpGIfGWyNteNUaa9Doszxv3rzF03L { top:7.1875rem;left:15rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT0oe1I4SAIpc96Q7zaImX3zbDRutxVI { top:7.1875rem;left:27.59375rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISxtHTtOrdGQerRvceaFv25SlwoOgNfp { top:7.75rem;left:39.53125rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNFd9XvR3pWeQWvlydAV9ZQIh0XTaOcv { display:block; }#aNFd9XvR3pWeQWvlydAV9ZQIh0XTaOcv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RcMBh6h79fFsMT03LP7MaJxoFSmzaPfP { width:31.25rem;height:23.9375rem;top:7.375rem;left:16.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qL3gTrlCRM3qVTFa3OL3EiB0TMnyPxeC { top:3.3125rem;left:0rem;width:16.125rem;height:20.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PsTM5pmetURDSb5EmQ3oeEXiLET0e8Eq { top:6.875rem;left:21.75rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MADQegNB5hMyrAq3PmCf0ocfSkqxXPs5 { width:15.25rem;height:2.3125rem;top:31.1875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPtxS2EzyPS8tzArCrkEZ1nXmFP1oQS1 { top:9.75rem;left:4.279296875rem;width:15.1875rem;height:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1sseElQ4iuQcc0d3EtLqVTUOpveOlfP { width:31.5rem;height:;top:1.375rem;left:16.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FxvGpJBJ7S83ozki7GfKrONJOmEILiTn { width:28.3125rem;height:2.1875rem;top:31.875rem;left:19.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkktAM610DKbMTwXQm78Sfb7fiIRIlO7 { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#fkktAM610DKbMTwXQm78Sfb7fiIRIlO7 > .row .container { background-color: transparent; background-image: none; }#fkktAM610DKbMTwXQm78Sfb7fiIRIlO7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fkktAM610DKbMTwXQm78Sfb7fiIRIlO7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fkktAM610DKbMTwXQm78Sfb7fiIRIlO7 > .row .container > .video-iframe-container { display: none; }#fkktAM610DKbMTwXQm78Sfb7fiIRIlO7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fkktAM610DKbMTwXQm78Sfb7fiIRIlO7 > .row > .video-iframe-container { display: none; }#fkktAM610DKbMTwXQm78Sfb7fiIRIlO7 > .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); }#fkktAM610DKbMTwXQm78Sfb7fiIRIlO7 > .row .container { border-width: 0; border-radius: 0; }#fkktAM610DKbMTwXQm78Sfb7fiIRIlO7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #waSsICw4STeIdqBlqntmIIx3KDDhCJfp { width:47.75rem;height:5.75rem;top:1.5rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wn4gExnfolHRRg6k9ZxBotXBQH84Jqvn { display:block; }#Wn4gExnfolHRRg6k9ZxBotXBQH84Jqvn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aCGk93whZ6fZJf5HOboGk52ww8lKQOxv { width:47.75rem;height:4.0625rem;top:0.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9JLVoVxu4JbP4XEiaSyGivsbJAVgkKo { width:2.5rem;height:0.125rem;top:4.75rem;left:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAfZCfhN9oF58nHL7fSyrznJg0CvV4nx { width:25.8125rem;height:38.25rem;top:6.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNZaL1H3M9mALPwAUbTFkkQNdViZ7tCk { width:25.8125rem;height:38.25rem;top:6.75rem;left:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQJNdbeUB2BIITTauypGoXMTO85Jq3DT { width:19.9375rem;height:6.5625rem;top:23rem;left:1.96875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1u63rfBvb62vE0MTCPSTogvsqJqyybQ { width:21.9375rem;height:7.25rem;top:30.6875rem;left:0.96875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5rX5fVkiDJHkgD3dTPgHdQzxwZJV7lx { width:15.75rem;height:3.4375rem;top:39.875rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmJd4thl6A64lF6tkbOXBPJOvWfl4DcI { display:block; }
 }@media only screen and (max-width: 763px) { #pL5ym4H8KTpDpQP3uRycTENfzHg8TRDz { width:21.9375rem;height:5.875rem;top:30.6875rem;left:24.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUBOTopRabTh8h2i5IGLXdOKN6CT8G8A { width:19.9375rem;height:6.5625rem;top:23rem;left:25.84375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUdSnC7iUTDVnQJFKpnkVarcSph6nDZp { top:8.1875rem;left:2.53125rem;width:18.8125rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #tI1A5E7z95U9Rz7VfMnKPyuWcyelH3JF { top:8.1875rem;left:26.40625rem;width:18.8125rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9pxcct03eLC6zDUlbWL0XwK0owilNDq { width:15.75rem;height:3.4375rem;top:39.875rem;left:27.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfL27m5obAmxxxS14ar8rIB8Z5mUCwKp { display:block; }
 }@media only screen and (max-width: 763px) { #vAy23Lz5Tel27C0Wqp8sOH3Tkv7FaqNk { display:block; }#vAy23Lz5Tel27C0Wqp8sOH3Tkv7FaqNk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MJ7z6iKoTUQpXLcT8Sa9Tyty9JEyM7ND { width:31rem;height:2rem;top:1.75rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B .widget-regular-label { width:26.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B .widget-input-text { width:26.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B .widget-input-text {padding-top: 0; padding-bottom: 0;}#R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B .widget-textarea { width:26.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B .widget-input-select { width:26.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B .widget-input-select {padding-top: 0; padding-bottom: 0;}#R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B .widget-input-button { width:26.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B .widget-checkbox-label { width:25.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B  { width:26.5625rem;height:auto;top:8.4375rem;left:0rem; }
#R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B .radio-container { width:26.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B {display:block;}#R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B { width:26.5625rem;height:auto;top:8.4375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B #MqFzokofBbOZ8dX8qtlwnwBDH7xxJczL {  }
 }@media only screen and (max-width: 763px) { #R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B #VUAZD5IZ5zfGPhd2pGUSoFV77KW8uaBv { display:none; }
 }@media only screen and (max-width: 763px) { #R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B #TRnVQBa6Mquazdnt8epcWK6yNeP0oFZ6 {  }
 }@media only screen and (max-width: 763px) { #R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B #ODBlBRwSqK6rpzoTWzBp9QgZcaJJJdSB {  }
 }@media only screen and (max-width: 763px) { #R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B #hpFUJlgn2k5o741fBHV5oueH8QGgPkPt {  }
 }@media only screen and (max-width: 763px) { #R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B #wJhwBb6JoHuQqan1hIgDTSExXtOovzb2 {  }
 }@media only screen and (max-width: 763px) { #R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B #cdLQpBhVJmH5tFmQA9JXdfI7ZJatb6vV {  }
 }@media only screen and (max-width: 763px) { #R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B #uQnZ3SO1OTUxF998fQ1XpFdC6hGXapgv {  }
 }@media only screen and (max-width: 763px) { #R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B #lMUslJvQeZhizEXeDCCrx6D9kIKcKIsN {  }
 }@media only screen and (max-width: 763px) { #R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B #g9BJgQoXOzgizopgO1yTTAUiz5JdrwRU {  }
 }@media only screen and (max-width: 763px) { #R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B #Bo6VwX8xClT1vyb1bT60qzP4LAGOuPWm {  }
 }@media only screen and (max-width: 763px) { #R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B #r2DbexQxVwZ9MEt2C7TkweZu6WI4Plxn {  }
 }@media only screen and (max-width: 763px) { #R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B #AbsfVQB5XTrbIIA1X0cg1MQaud4RAXV8 {  }
 }@media only screen and (max-width: 763px) { #R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B #x3UkfO3GI2BmeDfmnsmHAigJdsXLIBJR {  }
 }@media only screen and (max-width: 763px) { #R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B #m5CQRAcbJcgZJpZ4mlfb5MPNNCilt4xa {  }
 }@media only screen and (max-width: 763px) { #R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B #NAgSygfkoigPVxrEulAxXksLJnzWXvAT {  }
#R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B #NAgSygfkoigPVxrEulAxXksLJnzWXvAT .container-column{width:50%;} }@media only screen and (max-width: 763px) { #R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B #KFQeOst8f8ye7CEITfTQyuqQXnb5CfIJ {  }
 }@media only screen and (max-width: 763px) { #R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B #MQ9MBbdJbvrsJxQne6eQmgfyhnqOP68c {  }
 }@media only screen and (max-width: 763px) { #R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B #amWisTe2kxlaH0Uocfe8pPPRfknnMRQk {  }
 }@media only screen and (max-width: 763px) { #R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B #Tm6r5QtomSbrg9FT8yqMH39QMC4p9hiP {  }
 }@media only screen and (max-width: 763px) { #R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B #C2688elvMcvI6JNkuBrs7LwnrZGM8lf2 {  }
 }@media only screen and (max-width: 763px) { #R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B #LU1ZbqSGAcRwAhcerG4oOG6ESBRPmbZC {  }
 }@media only screen and (max-width: 763px) { #R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B #yyfD9CVoKOepelNDbWrpvc3pZf2pPNqF {  }
 }@media only screen and (max-width: 763px) { #R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B #XXwIkBSNpkIJNhp7CZZBUs8AvaJJPnHF {  }
 }@media only screen and (max-width: 763px) { #R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B #NPeRvUlINotlWst8ZNbTpSiZUTKtNm8W {  }
 }@media only screen and (max-width: 763px) { #R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B #RLF7Wl8gSq2x0Rke9Oz47nVdRIKLUwst {  }
 }@media only screen and (max-width: 763px) { #R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B #nqzu5hn9fKDdaanZrWRKpB6afp9LAgEc {  }
 }@media only screen and (max-width: 763px) { #R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B #askxvU9oIcD5ZFtWKeJLHeH4ekeNJOu1 {  }
 }@media only screen and (max-width: 763px) { #e9guRRafWkRE8G0eUFozWzMgtF7gpPu6 { width:26.875rem;height:2.5rem;top:4.9375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s06ougzHs5rOnESTQKz0bc2Rted7VVJ3 { top:4.9375rem;left:18.5625rem;width:29.1875rem;height:32.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6fbtQGQRBHpe1ZQQBu2s6NRAQUNmBBq { width:27.5rem;height:6.125rem;top:39.4375rem;left:20.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDBIUUdHR4nNHmwDmn137RlqJGqc0wTC { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#iDBIUUdHR4nNHmwDmn137RlqJGqc0wTC > .row .container { background-color: transparent; background-image: none; }#iDBIUUdHR4nNHmwDmn137RlqJGqc0wTC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iDBIUUdHR4nNHmwDmn137RlqJGqc0wTC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iDBIUUdHR4nNHmwDmn137RlqJGqc0wTC > .row .container > .video-iframe-container { display: none; }#iDBIUUdHR4nNHmwDmn137RlqJGqc0wTC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iDBIUUdHR4nNHmwDmn137RlqJGqc0wTC > .row > .video-iframe-container { display: none; }#iDBIUUdHR4nNHmwDmn137RlqJGqc0wTC > .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); }#iDBIUUdHR4nNHmwDmn137RlqJGqc0wTC > .row .container { border-width: 0; border-radius: 0; }#iDBIUUdHR4nNHmwDmn137RlqJGqc0wTC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Owmuk0MWcMTiuffasEcFZStTv3T0oncA { width:47.75rem;height:5.75rem;top:1.5rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #obzXFPvf4kgTFDTHtKQMR42HKycsEKui { display:block; }#obzXFPvf4kgTFDTHtKQMR42HKycsEKui > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ff1Qgur6pKrhUudHuXoprrhWTGln3cgc { width:31.5rem;height:;top:1.75rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8sf8Sll0gpQvRTqRSUP9MvndWo47Tnx { width:28.3125rem;height:40.5rem;top:6.1875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLKP8dluQPOp4rQsIuclE7NuNaflUmbi { top:4.9375rem;left:0rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixaKdkgg2cCltFR5czBglwzhT61Ug3hm { width:25.5rem;height:1.125rem;top:45.5625rem;left:22.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzBUf8boZl3J5eHJxmwf7JfwLLZP3vME { top:3.125rem;left:21.125rem;width:26.625rem;height:41.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNd5nlvHkeSXlqhdzNDLPpGBaqcwxnq3 { display:block; }#aNd5nlvHkeSXlqhdzNDLPpGBaqcwxnq3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cX4WcLgGJp8O7cJNXNX8E6WX5VWCmT9O { width:29.75rem;height:24.3125rem;top:3.9375rem;left:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCQlKDFei2WlHLCgbyhccSEXkpRD9z9X { top:2.625rem;left:0rem;width:7.6875rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0cIqt5qA0IuzOkQL7qXPEPE61ZCCubg { width:17.875rem;height:6.1875rem;top:3.9375rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pkvcdit7wRZe4wSwsScocNIJwwbAlpvn { width:26.8125rem;height:12.5625rem;top:11.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6zE7RM4GQdn48xya7MwzXW7JUTRADwo { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #okQsSInHBR5D2XOPHq08sK9V7n5a7MDr { display:block; }
 }@media only screen and (max-width: 763px) { #dVwJHsLRKTeRTe4KASdfFq8eoP9Tg0SO { display:block; }#dVwJHsLRKTeRTe4KASdfFq8eoP9Tg0SO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EgFGWqarD9pUEaskEXbiMZBGPoRAOJNL { width:47.75rem;height:2.875rem;top:1.0625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL { display:flex;height:auto;width:45.25rem;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #Dr0HvvPdqM0hsiX30RwZmTWwmEMbGyTK {  }
 }@media only screen and (max-width: 763px) { #nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #greJV2bFa8ThemWZ7T3TZZsPcunD876Q {  }
 }@media only screen and (max-width: 763px) { #nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #D72UtwZNpGACeJcK1T5UmRyPwKwSMxmp {  }
 }@media only screen and (max-width: 763px) { #nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #ApU0Xf0otPzpx6nMehwPGNsAWPJnkeTx {  }
 }@media only screen and (max-width: 763px) { #nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #HmlFuTHm9sJCuXe7XSZHmzUOLMJTNKeP {  }
 }@media only screen and (max-width: 763px) { #nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #O5Pv0NO2iDUxE0vh5bU1qNpnEfuaALLn {  }
 }@media only screen and (max-width: 763px) { #nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #hHXUNvMT7d2IPCXf54dK7UhM2vPI6rkN {  }
 }@media only screen and (max-width: 763px) { #nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #mHJqNPHUrf2BJzb2E8qw0niOFzt54LxN {  }
 }@media only screen and (max-width: 763px) { #nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #KZ45dLd67TzoITwI1i5XIhWozwaIa2D8 {  }
 }@media only screen and (max-width: 763px) { #nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #iFew0DsO14nHxFdTwe9LUXNPLoplJhRz {  }
 }@media only screen and (max-width: 763px) { #nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #PBZEdNa79L5w28t58hKTFVQJXrbolTDx {  }
 }@media only screen and (max-width: 763px) { #nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #azw7kuKLNyxHzyMt4bXAOyATDE1vv5WL {  }
 }@media only screen and (max-width: 763px) { #nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #qkfAldKxZsWlO0HOMUFShMbw31Rd8eqT {  }
 }@media only screen and (max-width: 763px) { #nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #MSwcaKyJAdMMoq6RDQQsdy826Ta56tu4 {  }
 }@media only screen and (max-width: 763px) { #nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #fpeNPq2iIPbIB5oEeHz23qw7VCUHh7U8 {  }
 }@media only screen and (max-width: 763px) { #nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #V7ZVN4MvPQ1VALRS13aJPt3h4LXyEWXd {  }
 }@media only screen and (max-width: 763px) { #nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #xrIfJQ53NdyS0Z1Fyhh1vL9M4fsb5BQk {  }
 }@media only screen and (max-width: 763px) { #nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #S2QNiWlpynIDVuelMrRHKdWzdW6d1KVu {  }
 }@media only screen and (max-width: 763px) { #nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #cfz7r8vsCwVVpdMCzsdrBcB5ZO4MiPxw {  }
 }@media only screen and (max-width: 763px) { #nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #b8D7rnX4nzNN2ButOIPJESQr04Q0vMPD {  }
 }@media only screen and (max-width: 763px) { #nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #sAJyyb0zJ5UyJBh02PpndJicetdGuhX2 {  }
 }@media only screen and (max-width: 763px) { #nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #JnTUUUoyNTJhBt4cfAykvAx1327CcD9u {  }
 }@media only screen and (max-width: 763px) { #nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #VN3l1EZJZbAclIpGTd80eQKc2LROTgJ5 {  }
 }@media only screen and (max-width: 763px) { #nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #MxycKR16hesLbntv6PqrvhMsLGgMAvm1 {  }
 }@media only screen and (max-width: 763px) { #nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #Xa4bMVrF8pgQQhExM2lQJoHk2XL4hihu {  }
 }@media only screen and (max-width: 763px) { #nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #nB0nSruiQtxVEilZKWFUWgqtZO1EI2rK {  }
 }@media only screen and (max-width: 763px) { #nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #cIcDiqFu1AhfKRWDb3H8JH9FdTz8ndBl {  }
 }@media only screen and (max-width: 763px) { #nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #OfENFD4zeF0DXKGv3xWHDvGvoIpdhz5U {  }
 }@media only screen and (max-width: 763px) { #nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #ZTOhd9P1OwE05qfk32HsoUL5vKAITDd0 {  }
 }@media only screen and (max-width: 763px) { #nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #ebTbxC9lTgcUNg3pJrwRTzUi16uleccV {  }
 }@media only screen and (max-width: 763px) { #nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #bqUNcygMNh3O50Nt9pSh1BgEPqIIFS65 {  }
 }@media only screen and (max-width: 763px) { #nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #AppsSHDmtNAhmKOIIfDSHQneInUIhBnZ {  }
 }@media only screen and (max-width: 763px) { #nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #IgEEKs7lGCkSeO1J34aLFJdEdw3G76yz {  }
 }@media only screen and (max-width: 763px) { #nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #LcHwyGBpOkTTPnWJqqsNKoxs8vWAuNWu {  }
 }@media only screen and (max-width: 763px) { #nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #L6TUbkOQoWzZuzcro4oDUPc8mCXd0oeu {  }
 }@media only screen and (max-width: 763px) { #nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #RKwpUQ7VGA2xgCVOOhlsOSbbFWyi3Jo8 {  }
 }@media only screen and (max-width: 763px) { #nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #Vib9yMmVWiNUTa7BEifPxNQ0vc92yRuX {  }
 }@media only screen and (max-width: 763px) { #nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #sl9X91gyGLUaOFmVdUuImB2oW89ZJ45J {  }
 }@media only screen and (max-width: 763px) { #nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #XSd4xHPgtXTWEPF5UC5DhDOe4b0Zisi6 {  }
 }@media only screen and (max-width: 763px) { #nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #ETmVVaK9XnisfH8Lh2CDaTBgetL2yR9v {  }
 }@media only screen and (max-width: 763px) { #nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #p86C8PIoT3Gld5vkT2vnvQwqrXtExP8l {  }
 }@media only screen and (max-width: 763px) { #nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #VWmTutpZEEp6k136woz8pBS6lTHICtGJ {  }
 }@media only screen and (max-width: 763px) { #nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #v3gz1ypa2xVwuHvCEX64bzaqkCM8iEwP {  }
 }@media only screen and (max-width: 763px) { #nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #eTVCMLttkCFHaqnJwq32UHCxp0NhGkmJ {  }
 }@media only screen and (max-width: 763px) { #nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #miPyJcrcgTAIgdNfdigugz5puPifxXSO {  }
 }@media only screen and (max-width: 763px) { #EpcL7p2DIbHqsgy1wysLTnMLT0T9SqN7 { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#EpcL7p2DIbHqsgy1wysLTnMLT0T9SqN7 > .row .container { background-color: transparent; background-image: none; }#EpcL7p2DIbHqsgy1wysLTnMLT0T9SqN7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EpcL7p2DIbHqsgy1wysLTnMLT0T9SqN7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EpcL7p2DIbHqsgy1wysLTnMLT0T9SqN7 > .row .container > .video-iframe-container { display: none; }#EpcL7p2DIbHqsgy1wysLTnMLT0T9SqN7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EpcL7p2DIbHqsgy1wysLTnMLT0T9SqN7 > .row > .video-iframe-container { display: none; }#EpcL7p2DIbHqsgy1wysLTnMLT0T9SqN7 > .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); }#EpcL7p2DIbHqsgy1wysLTnMLT0T9SqN7 > .row .container { border-width: 0; border-radius: 0; }#EpcL7p2DIbHqsgy1wysLTnMLT0T9SqN7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qpOFG6bDAvFiVULKMQFZE0X6SJqPpKpk { width:47.75rem;height:5.75rem;top:1.5rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxdoGSh7BuB7LNVPlkWB0TO9DvlyE1Io { display:block; }#AxdoGSh7BuB7LNVPlkWB0TO9DvlyE1Io > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BAbLGQXaKTGiHoNIPT1HTFN1KsWRmywb { width:31rem;height:2rem;top:1.75rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5a3zK4seoZ8LZH2aZCLJfBrbtFXO6t6 .widget-regular-label { width:26.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#T5a3zK4seoZ8LZH2aZCLJfBrbtFXO6t6 .widget-input-text { width:26.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#T5a3zK4seoZ8LZH2aZCLJfBrbtFXO6t6 .widget-input-text {padding-top: 0; padding-bottom: 0;}#T5a3zK4seoZ8LZH2aZCLJfBrbtFXO6t6 .widget-textarea { width:26.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#T5a3zK4seoZ8LZH2aZCLJfBrbtFXO6t6 .widget-input-select { width:26.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#T5a3zK4seoZ8LZH2aZCLJfBrbtFXO6t6 .widget-input-select {padding-top: 0; padding-bottom: 0;}#T5a3zK4seoZ8LZH2aZCLJfBrbtFXO6t6 .widget-input-button { width:26.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#T5a3zK4seoZ8LZH2aZCLJfBrbtFXO6t6 .widget-checkbox-label { width:25.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#T5a3zK4seoZ8LZH2aZCLJfBrbtFXO6t6  { width:26.5625rem;height:auto;top:8.4375rem;left:0rem; }
#T5a3zK4seoZ8LZH2aZCLJfBrbtFXO6t6 .radio-container { width:26.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#T5a3zK4seoZ8LZH2aZCLJfBrbtFXO6t6 {display:block;}#T5a3zK4seoZ8LZH2aZCLJfBrbtFXO6t6 { width:26.5625rem;height:auto;top:8.4375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #T5a3zK4seoZ8LZH2aZCLJfBrbtFXO6t6 #HEtE0XktemzRBJBWbclBeVpC2M2t9oD6 {  }
 }@media only screen and (max-width: 763px) { #T5a3zK4seoZ8LZH2aZCLJfBrbtFXO6t6 #dJo1VPsImeaUbdPfPwHOP7lcTWVBzrMc { display:none; }
 }@media only screen and (max-width: 763px) { #T5a3zK4seoZ8LZH2aZCLJfBrbtFXO6t6 #z9bRNX9t1HEC1MnOgUBQf0eozFcJ7Q4g {  }
 }@media only screen and (max-width: 763px) { #T5a3zK4seoZ8LZH2aZCLJfBrbtFXO6t6 #TaBBhu4a2QDhUdzt6b5TFzfapofcxqSo {  }
 }@media only screen and (max-width: 763px) { #T5a3zK4seoZ8LZH2aZCLJfBrbtFXO6t6 #gBWBXmMTVPp0nWmVkaVt7TzbV9C0QidI {  }
 }@media only screen and (max-width: 763px) { #T5a3zK4seoZ8LZH2aZCLJfBrbtFXO6t6 #oSWqLML7dExzqmXhJUH64zMtq88FTZ5A {  }
 }@media only screen and (max-width: 763px) { #T5a3zK4seoZ8LZH2aZCLJfBrbtFXO6t6 #yKXIDFMHPgDxfrgqX7c5DT5ZJ0rPBosc {  }
 }@media only screen and (max-width: 763px) { #T5a3zK4seoZ8LZH2aZCLJfBrbtFXO6t6 #sbZ3HxTrto8Q0l5gbF9DzgOSobnmcETE {  }
 }@media only screen and (max-width: 763px) { #T5a3zK4seoZ8LZH2aZCLJfBrbtFXO6t6 #fDZTmBirBxcUvMTQ0JVEoTaUWSemmGIO {  }
 }@media only screen and (max-width: 763px) { #T5a3zK4seoZ8LZH2aZCLJfBrbtFXO6t6 #e5uRwsPZOAJDktDtdfdpJT8OVSLDfQGB {  }
 }@media only screen and (max-width: 763px) { #T5a3zK4seoZ8LZH2aZCLJfBrbtFXO6t6 #Qr30o6Npd3tvez5h3Ry6yEGa2FZoezLh {  }
 }@media only screen and (max-width: 763px) { #T5a3zK4seoZ8LZH2aZCLJfBrbtFXO6t6 #x5eKiEvByWSUbdzdUL2mxJUQQoHMwzgB {  }
 }@media only screen and (max-width: 763px) { #T5a3zK4seoZ8LZH2aZCLJfBrbtFXO6t6 #kcZcCi3T47ZWfHZuJl3fStDHAm2T98nF {  }
 }@media only screen and (max-width: 763px) { #T5a3zK4seoZ8LZH2aZCLJfBrbtFXO6t6 #oM6p56QQUHoqlzNBSIvSklvdZDP7aZ6C {  }
 }@media only screen and (max-width: 763px) { #T5a3zK4seoZ8LZH2aZCLJfBrbtFXO6t6 #mLJbKK94VFhbo94WEKS2Sfrm3korxgd2 {  }
 }@media only screen and (max-width: 763px) { #T5a3zK4seoZ8LZH2aZCLJfBrbtFXO6t6 #sX1LLQ5mFwPCtFU2ByJidEePklA0vHEE {  }
#T5a3zK4seoZ8LZH2aZCLJfBrbtFXO6t6 #sX1LLQ5mFwPCtFU2ByJidEePklA0vHEE .container-column{width:50%;} }@media only screen and (max-width: 763px) { #T5a3zK4seoZ8LZH2aZCLJfBrbtFXO6t6 #halwFutlJVg7eClzeTHE0tnfKVcZKa7F {  }
 }@media only screen and (max-width: 763px) { #T5a3zK4seoZ8LZH2aZCLJfBrbtFXO6t6 #C3GZLZaZnc2Ih2UtrsLPqmZOTIptEyzv {  }
 }@media only screen and (max-width: 763px) { #T5a3zK4seoZ8LZH2aZCLJfBrbtFXO6t6 #JZRbGmRfd37gXJ7uATiIzqGgHnMh3GbQ {  }
 }@media only screen and (max-width: 763px) { #T5a3zK4seoZ8LZH2aZCLJfBrbtFXO6t6 #PTJx2myehTwFWPx7Cbd4KSKwssC5ZKCP {  }
 }@media only screen and (max-width: 763px) { #T5a3zK4seoZ8LZH2aZCLJfBrbtFXO6t6 #yuIifr9ScGDBZuQvIHcN8rl1s9fT3u4T {  }
 }@media only screen and (max-width: 763px) { #T5a3zK4seoZ8LZH2aZCLJfBrbtFXO6t6 #CSn7qzbrgy5TkRozRJEeb5M7DxyTMWlC {  }
 }@media only screen and (max-width: 763px) { #T5a3zK4seoZ8LZH2aZCLJfBrbtFXO6t6 #LTke6y8nDQhBgQO0V9O2AdRiTlnsEdcS {  }
 }@media only screen and (max-width: 763px) { #T5a3zK4seoZ8LZH2aZCLJfBrbtFXO6t6 #kBDbZDXrExI0rqxJACVmFx3hM6SDoOLy {  }
 }@media only screen and (max-width: 763px) { #T5a3zK4seoZ8LZH2aZCLJfBrbtFXO6t6 #oEgZgfFm9I2q24EBm8hD4LCnrylho3z6 {  }
 }@media only screen and (max-width: 763px) { #T5a3zK4seoZ8LZH2aZCLJfBrbtFXO6t6 #zvGwg0sIytU4AolmVrXDDwQkvv6HW56w {  }
 }@media only screen and (max-width: 763px) { #T5a3zK4seoZ8LZH2aZCLJfBrbtFXO6t6 #R8SF4sskAGdnrxuQGuNoEWUkstRnlc0K {  }
 }@media only screen and (max-width: 763px) { #T5a3zK4seoZ8LZH2aZCLJfBrbtFXO6t6 #r88EPIcqkWh9rmw9Ql0TFCJRLNH7xQZP {  }
 }@media only screen and (max-width: 763px) { #UqzVxAmq6leqxNy2weUAfEazmodsZGIh { width:26.875rem;height:2.5rem;top:4.9375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvJSVNrkDqShNe3iiQTw6wn7yLf5MZsx { top:4.9375rem;left:18.5625rem;width:29.1875rem;height:32.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGou92Hi01TmcK9lZKrHceMoWiwhxMfm { width:27.5rem;height:6.125rem;top:39.4375rem;left:20.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKZf6bTUIVLr3hTXaCZxt0C5pLtvr3ly { display:block; }#aKZf6bTUIVLr3hTXaCZxt0C5pLtvr3ly > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Te0iZJCQ8ITvxqWQRAWuAEMkyzVgVeZ3 { top:1.9375rem;left:0rem;width:2.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lr6RXUsUq3T8kTm6HvqbA3QG7dXUOgR8 { top:2rem;left:0rem;width:9.625rem;height:1.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ew8fhwgfUiJxJtBcpp555HOZDererJVc { top:6.625rem;left:0rem;width:19.875rem;height:5.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqtMz6r7TVfPszdfDfVsoe8SKqdSLLh1 { top:11.4375rem;left:18.375rem;width:27.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwteHJcaf1odPQgPqy1zIWxWBgawXOta { top:8.375rem;left:20.6875rem;width:7.3125rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyBTrQ2RIQOlO576di4y2OLRpXkKRzTi { top:8.375rem;left:31.03125rem;width:10.0625rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KoOzEMC0kNQqPqe731DPhPyDeaqlflEF { top:8.25rem;left:28.5625rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFKFvC97KeE5pa0JIeIi68T8Iz19zguX { top:8.25rem;left:18.375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPWR6dWUBka0ATgXO97EkpThXFiG6nxf { top:1.125rem;left:0rem;width:4.9375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZEbh7psbJGVlGXu1GbfM4Zh23vJn2Zh { top:1.9375rem;left:18.25rem;width:9.625rem;height:2rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vltAhmGvwzTndaqmwTtDgHM1PSg8wS2a { top:5.9375rem;left:18.375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dd2uuoIr7ohambIBztlKlhiy0vMfSIZ2 { top:6.0625rem;left:20.6875rem;width:7.3125rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8d3I6APCTMZRrAo6vedrEVLnfzTbUPS { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qln9JaKLpbAdR0Hu1k72KPNwNsucaIxT { display:block; }
 }@media only screen and (max-width: 763px) { #wFvyOOJNoXBzK6aMuiKElBoXIMu0Apte { top:6.0625rem;left:28.5625rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N07UUhPbp2kZfT8TrFXhU1g9CD3UlpWe { top:6.0625rem;left:31.03125rem;width:7.3125rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLJWCQ793lGpxn25Eq1boyzfw6Kmi1J8 { top:12.875rem;left:18.375rem;width:11rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J64IihE5Qe3qXrwrusOpSXZ1HxnZQxTQ { top:12.8125rem;left:29.28125rem;width:1.8125rem;height:1.8125rem;display:block; }
#J64IihE5Qe3qXrwrusOpSXZ1HxnZQxTQ > img { max-width: 100%;max-height:100%; width:1.8125rem; height:1.8125rem; } }@media only screen and (max-width: 763px) { #J7ltGHGPZVGiuTzo72phKGhv30Un46md { top:12.3125rem;left:32.40625rem;width:2.75rem;height:2.75rem;display:block; }
#J7ltGHGPZVGiuTzo72phKGhv30Un46md > img { max-width: 100%;max-height:100%; width:2.75rem; height:2.75rem; } }@media only screen and (max-width: 763px) { #vGaIHpJ5CJvSMOeEUuq48wnTETNh5u0h { top:11.4375rem;left:18.375rem;width:27.5rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #K7bqrKs2L7cXeCmbLPmGmgl5wK9CuO6A { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#K7bqrKs2L7cXeCmbLPmGmgl5wK9CuO6A > .row .container { width:20rem;height:11.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F3ml6x0iPkTwVqwJxBSsdlJhaiXS1vXD { width:1.875rem;height:1rem;top:2.625rem;left:2.1875rem;text-align:center;text-align-last:center;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #HMnTyuMFF8LPM1aNw13COUV0eWJ3GQEn { display:block; }
 }@media only screen and (max-width: 763px) { #c4wJ5ZeDbTfVyUZDb0bRHdcfA7F75sz3 { width:6.25rem;height:6.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HeDfdlU6U1724Sd3Tvb3GiQCU1Dttlqq { width:6.125rem;height:2.4375rem;top:8.75rem;left:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eAd5JNQMFS2uhv3fT7k1WJ51wr8zZkHR { display:block; }
 }@media only screen and (max-width: 763px) { #GkeW3OATo4oD2FODU0Hf0vyaCqOlynT9 { width:6.125rem;height:2.4375rem;top:8.75rem;left:12.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tfcwavFtKdaCt51kpeXXwnLCBoWcFumZ { display:block; }
 }@media only screen and (max-width: 763px) { #uCePQZ6JH6PlA72AseF6ygO4eENSkGZB { width:11.3125rem;height:2.625rem;top:1.8125rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbTD6bNWLMsXHikGSC6zRKqcVLUkDa4g { display:block; }
 }@media only screen and (max-width: 763px) { #vhMsOUliHCFSZl7DhD3CEUwQdHCBZr2W { width:10.4375rem;height:2.5rem;top:6.25rem;left:5.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iXL0qu0gzzSWeOfJCRJWtaQlooe44thH { display:block; }
 }@media only screen and (max-width: 763px) { #qWWc9KCkkyGO4iFq0B4yz804drLlqrcC { width:6.4375rem;height:2.5rem;top:6.25rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GBCtzrh7znJSfTvT6WEKRITUWToZ7ilF { display:block; }
 }@media only screen and (max-width: 763px) { #eWwTQHRU3JOZIoLeMaL3bBaMs9Trzqnb { width:4.9375rem;height:2.4375rem;top:8.75rem;left:7rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qFfifrNL36D9TIIe1xv53o24Ho7R1FMO { display:block; }
 }@media only screen and (max-width: 763px) { #VKAbDI9Ocm54GAfdn4hi3iraDTMPdmSB { width:4.6875rem;height:2.4375rem;top:6.25rem;left:14.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lkJOGyr91VAHcWdT97nxFQoIgMI7aTv9 { display:block; }
 }@media only screen and (max-width: 763px) { #TZ17KUZqBnBzyz9qH0blmoV7fxDciJBz { display:block; }#TZ17KUZqBnBzyz9qH0blmoV7fxDciJBz > .row .container { width:20rem;height:79.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RmsbquHtXzqEDCRNaxL1nbzT22Xzg2wL { width:20rem;height:6.32425rem;top:12.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARml1rR3MP5H0bRgkndiOqNrHahrP89R { width:20rem;height:39rem;top:40.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #qd2iTxb2URhWxbGo3zLmPCyB694wFJr0 { width:12.5rem;height:0.125rem;top:19.5625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLFP9GHlOCHuNySfyLV23ZgXeGhF5Tpb { width:16.875rem;height:2.3359375rem;top:36.0625rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvCLqQ7NA4EHN8hUZWC9TO1qnbkp2CGX { width:16.6875rem;height:18.625rem;top:20.3125rem;left:1.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORI2PCDw3g4Q50rKqfTSnSqUWMNdpSON { position:relative;z-index:auto;background-color:#242e35;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#ORI2PCDw3g4Q50rKqfTSnSqUWMNdpSON > .row .container { background-color: transparent; background-image: none; }#ORI2PCDw3g4Q50rKqfTSnSqUWMNdpSON::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ORI2PCDw3g4Q50rKqfTSnSqUWMNdpSON > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ORI2PCDw3g4Q50rKqfTSnSqUWMNdpSON > .row .container > .video-iframe-container { display: none; }#ORI2PCDw3g4Q50rKqfTSnSqUWMNdpSON > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ORI2PCDw3g4Q50rKqfTSnSqUWMNdpSON > .row > .video-iframe-container { display: none; }#ORI2PCDw3g4Q50rKqfTSnSqUWMNdpSON > .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); }#ORI2PCDw3g4Q50rKqfTSnSqUWMNdpSON > .row .container { border-width: 0; border-radius: 0; }#ORI2PCDw3g4Q50rKqfTSnSqUWMNdpSON > .row .container { width:20rem;height:12.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #myqu62tidn7KXi579e0ue1OQElts9zX9 { width:20rem;height:11.01953125rem;top:1.60546875rem;left:0rem;font-size:1.3125rem;text-align:justify;text-align-last:initial;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #OAvv1F9FAuq3wm88MxmUl6hB1KOTzkAl { display:block; }#OAvv1F9FAuq3wm88MxmUl6hB1KOTzkAl > .row .container { width:20rem;height:59.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mzQ2heuBC9Ew90ESklkwOXbbaabLX8ze { width:20rem;height:3.736325rem;top:0.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZEl3U68KxxaTEbAl1iQPXFyWxAddfmk { display:flex;width:2.875rem;height:2.875rem;top:6.23535rem;left:8.5625rem; }
 }@media only screen and (max-width: 763px) { #Wio70UO0WoODkcnhx3xfrM49ST7ZGFSi { width:14.4375rem;height:3.19921875rem;top:10.36035rem;left:2.75rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #rlJe5RbQZzKGmrPnbbur5oZkRVsVLy0S { display:flex;width:2.875rem;height:2.875rem;top:32.0166rem;left:8.5625rem; }
 }@media only screen and (max-width: 763px) { #GrIKTCJQcaOPFdEx5ol30JyphRafosun { width:14.4375rem;height:3.8994125rem;top:36.1416rem;left:2.75rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #i9op7F5mVwLUtxuad3BT4P7nppbz5tiH { display:flex;width:2.875rem;height:2.875rem;top:14.61035rem;left:8.5625rem; }
 }@media only screen and (max-width: 763px) { #sy5XfcEUNgH75Ay988D8MQmZKDwJrMx2 { display:flex;width:2.875rem;height:2.875rem;top:41.04785rem;left:8.5625rem; }
 }@media only screen and (max-width: 763px) { #cDdk6r4vgZZ9i2JER6GL4T230BZdFxEA { width:14.4375rem;height:3.8994125rem;top:18.73535rem;left:2.75rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #cGCWfCTMP332xS3K2iwuWTxVEEm6H2JJ { width:14.4375rem;height:3.8994125rem;top:45.17285rem;left:2.75rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #escOOsnJN132r6lsorx3PhUCdeRxOEem { display:flex;width:2.875rem;height:2.875rem;top:23.6416rem;left:8.5625rem; }
 }@media only screen and (max-width: 763px) { #KJ5PfiATdFJP9IWUzhie8HV89QFdJK2O { display:flex;width:2.875rem;height:2.875rem;top:50.0791rem;left:8.5625rem; }
 }@media only screen and (max-width: 763px) { #Isd25QK6R2DVU4r4JWakwQa5LATGhRWu { width:14.4375rem;height:3.19921875rem;top:27.7666rem;left:2.75rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #Enl16oTPUfDDuXwLdlyKt3UvpFUzwGqh { width:14.4375rem;height:3.8994125rem;top:54.2041rem;left:2.75rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #xOb8ZEpHo6NnyBgaQwS7NymLnP3GvBUb { display:block; }#xOb8ZEpHo6NnyBgaQwS7NymLnP3GvBUb > .row .container { width:20rem;height:63.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JzwIKwTBLuuXL39rxTaqnvTgwhoHJwiK { width:20rem;height:33rem;top:29.595703125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #yFCoDDd2MkGQmNNxNomSww7JTVKTRmK0 { width:12.5rem;height:0.125rem;top:25.408203125rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OK0gKtODMF2oyZCTpHhbQCAXUrU1SD5q { width:17.5625rem;height:3.1621125rem;top:1.24609375rem;left:1.21875rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdW0mvv4076TmmxKVkkx7zD4SWx7Tc69 { width:18.6875rem;height:23.5rem;top:5.4111328125rem;left:0.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtPXMGwhPTkfufx22FTGTZrnaCVbOiXL { display:block; }#mtPXMGwhPTkfufx22FTGTZrnaCVbOiXL > .row .container { width:20rem;height:71.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b95IzTF8d9UAbuP9PCpNILWmEJEP2itM { width:18.125rem;height:15.25rem;top:4.3671875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #brRg7BGdKixhvmGaQRHQTN39nMkhXLfl { width:18.1875rem;height:1.4619125rem;top:11.44921875rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWPkBeF8lMe458XJ9TFQ9itpOFZxk7zz { width:16.25rem;height:5.25rem;top:13.53515625rem;left:1.875rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #zDnFpQv62aqnQJ0rW97yOkzN6qLzE716 { width:18.125rem;height:15.25rem;top:21.55078125rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #trdfX07JAt1WvaDrRtDkEty4JWBGHBgb { width:18.5rem;height:2.69921875rem;top:28.013671875rem;left:0.75rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKXOhm6QmPhfcsVINkmuC4DTKmT8CnmX { width:18.5rem;height:1.3496125rem;top:44.640625rem;left:0.75rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVHGVP5tJqgVvidTNhFXx2gQgqXt4o9F { width:13.125rem;height:1.4619125rem;top:62.1953125rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAF2bkA6M2TbW6mI1JboO1htFfU5ISWQ { width:20rem;height:1.8681625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXqlmEkQkAt9NhNpZyfhOfKKBS4lPfUT { width:18.125rem;height:15.25rem;top:38.48828125rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IISmSOTEWp4POEfWeCEbTbvL8FqzdFbK { width:18.125rem;height:15.25rem;top:55.11328125rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSbxecfaJ5vehHxqmh2MNm1641BgLgdP { width:16.5625rem;height:3.9375rem;top:31.73828125rem;left:1.71875rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #EqpmKNT6hNnNeFTL3RmSgzvegl1b6pkA { width:15.75rem;height:5.625rem;top:46.734375rem;left:2.125rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #bzAAByqimutqeFifPsPBgrUZmTrtmboU { width:16.4375rem;height:4.5rem;top:64.859375rem;left:1.78125rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgkJkcRHNF1IX9gQ3eSHAoTFTrJEMrDi { width:5.625rem;height:5.625rem;top:5.3046875rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0XEpGIfGWyNteNUaa9Doszxv3rzF03L { display:flex;width:4.5rem;height:4.5rem;top:22.5859375rem;left:7.09375rem; }
 }@media only screen and (max-width: 763px) { #TT0oe1I4SAIpc96Q7zaImX3zbDRutxVI { display:flex;width:4.5rem;height:4.5rem;top:39.58203125rem;left:7.75rem; }
 }@media only screen and (max-width: 763px) { #ISxtHTtOrdGQerRvceaFv25SlwoOgNfp { display:flex;width:4.5rem;height:4.5rem;top:56.703125rem;left:7.1875rem; }
 }@media only screen and (max-width: 763px) { #aNFd9XvR3pWeQWvlydAV9ZQIh0XTaOcv { display:block; }#aNFd9XvR3pWeQWvlydAV9ZQIh0XTaOcv > .row .container { width:20rem;height:64.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RcMBh6h79fFsMT03LP7MaJxoFSmzaPfP { width:20rem;height:31.5rem;top:29.7734375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #qL3gTrlCRM3qVTFa3OL3EiB0TMnyPxeC { width:14.5rem;height:18.125rem;top:5rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PsTM5pmetURDSb5EmQ3oeEXiLET0e8Eq { width:12.5rem;height:0.125rem;top:21.75rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MADQegNB5hMyrAq3PmCf0ocfSkqxXPs5 { width:20rem;height:2.3359375rem;top:26.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPtxS2EzyPS8tzArCrkEZ1nXmFP1oQS1 { width:14.4375rem;height:18.125rem;top:7.3359375rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1sseElQ4iuQcc0d3EtLqVTUOpveOlfP { width:20rem;height:3.1621125rem;top:0.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FxvGpJBJ7S83ozki7GfKrONJOmEILiTn { width:20rem;height:1.79980625rem;top:62.2734375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #fkktAM610DKbMTwXQm78Sfb7fiIRIlO7 { position:relative;z-index:auto;background-color:#242e35;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#fkktAM610DKbMTwXQm78Sfb7fiIRIlO7 > .row .container { background-color: transparent; background-image: none; }#fkktAM610DKbMTwXQm78Sfb7fiIRIlO7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fkktAM610DKbMTwXQm78Sfb7fiIRIlO7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fkktAM610DKbMTwXQm78Sfb7fiIRIlO7 > .row .container > .video-iframe-container { display: none; }#fkktAM610DKbMTwXQm78Sfb7fiIRIlO7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fkktAM610DKbMTwXQm78Sfb7fiIRIlO7 > .row > .video-iframe-container { display: none; }#fkktAM610DKbMTwXQm78Sfb7fiIRIlO7 > .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); }#fkktAM610DKbMTwXQm78Sfb7fiIRIlO7 > .row .container { border-width: 0; border-radius: 0; }#fkktAM610DKbMTwXQm78Sfb7fiIRIlO7 > .row .container { width:20rem;height:12.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #waSsICw4STeIdqBlqntmIIx3KDDhCJfp { width:20rem;height:11.01953125rem;top:1.60546875rem;left:0rem;font-size:1.3125rem;text-align:justify;text-align-last:initial;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Wn4gExnfolHRRg6k9ZxBotXBQH84Jqvn { display:block; }#Wn4gExnfolHRRg6k9ZxBotXBQH84Jqvn > .row .container { width:20rem;height:76.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aCGk93whZ6fZJf5HOboGk52ww8lKQOxv { width:20rem;height:2.4375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #s9JLVoVxu4JbP4XEiaSyGivsbJAVgkKo { width:2.5rem;height:0.125rem;top:4.9375rem;left:8.75rem;background-color:#fdffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #mAfZCfhN9oF58nHL7fSyrznJg0CvV4nx { width:18.8125rem;height:34rem;top:4.9375rem;left:0.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNZaL1H3M9mALPwAUbTFkkQNdViZ7tCk { width:18.8125rem;height:34rem;top:40.9375rem;left:0.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQJNdbeUB2BIITTauypGoXMTO85Jq3DT { width:19.9375rem;height:4.875rem;top:19.46875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1u63rfBvb62vE0MTCPSTogvsqJqyybQ { width:16.875rem;height:6.9043rem;top:25.3125rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5rX5fVkiDJHkgD3dTPgHdQzxwZJV7lx { width:15.75rem;height:3.4375rem;top:33.943359375rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmJd4thl6A64lF6tkbOXBPJOvWfl4DcI { display:block; }
 }@media only screen and (max-width: 763px) { #pL5ym4H8KTpDpQP3uRycTENfzHg8TRDz { width:17.625rem;height:6.9043rem;top:61.5625rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUBOTopRabTh8h2i5IGLXdOKN6CT8G8A { width:19.9375rem;height:4.875rem;top:55.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUdSnC7iUTDVnQJFKpnkVarcSph6nDZp { width:18.8125rem;height:14rem;top:4.9375rem;left:0.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tI1A5E7z95U9Rz7VfMnKPyuWcyelH3JF { width:18.875rem;height:14rem;top:40.9375rem;left:0.51407657657659rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9pxcct03eLC6zDUlbWL0XwK0owilNDq { width:15.75rem;height:3.4375rem;top:69.818359375rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfL27m5obAmxxxS14ar8rIB8Z5mUCwKp { display:block; }
 }@media only screen and (max-width: 763px) { #vAy23Lz5Tel27C0Wqp8sOH3Tkv7FaqNk { display:block; }#vAy23Lz5Tel27C0Wqp8sOH3Tkv7FaqNk > .row .container { width:20rem;height:79.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MJ7z6iKoTUQpXLcT8Sa9Tyty9JEyM7ND { width:20rem;height:3.5rem;top:0.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B .widget-input-text {padding-top: 0; padding-bottom: 0;}#R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B .widget-input-select {padding-top: 0; padding-bottom: 0;}#R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:4.25rem; }
#R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B .widget-checkbox-label { width:16.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B  { width:17.5rem;height:auto;top:30.6865234375rem;left:0rem; }
#R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B {display:block;}#R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B { width:17.5rem;height:auto;top:30.6865234375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B #MqFzokofBbOZ8dX8qtlwnwBDH7xxJczL {  }
 }@media only screen and (max-width: 763px) { #R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B #VUAZD5IZ5zfGPhd2pGUSoFV77KW8uaBv { display:block; }
 }@media only screen and (max-width: 763px) { #R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B #TRnVQBa6Mquazdnt8epcWK6yNeP0oFZ6 {  }
 }@media only screen and (max-width: 763px) { #R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B #ODBlBRwSqK6rpzoTWzBp9QgZcaJJJdSB {  }
 }@media only screen and (max-width: 763px) { #R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B #hpFUJlgn2k5o741fBHV5oueH8QGgPkPt {  }
 }@media only screen and (max-width: 763px) { #R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B #wJhwBb6JoHuQqan1hIgDTSExXtOovzb2 {  }
 }@media only screen and (max-width: 763px) { #R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B #cdLQpBhVJmH5tFmQA9JXdfI7ZJatb6vV {  }
 }@media only screen and (max-width: 763px) { #R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B #uQnZ3SO1OTUxF998fQ1XpFdC6hGXapgv {  }
 }@media only screen and (max-width: 763px) { #R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B #lMUslJvQeZhizEXeDCCrx6D9kIKcKIsN {  }
 }@media only screen and (max-width: 763px) { #R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B #g9BJgQoXOzgizopgO1yTTAUiz5JdrwRU {  }
 }@media only screen and (max-width: 763px) { #R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B #Bo6VwX8xClT1vyb1bT60qzP4LAGOuPWm {  }
 }@media only screen and (max-width: 763px) { #R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B #r2DbexQxVwZ9MEt2C7TkweZu6WI4Plxn {  }
 }@media only screen and (max-width: 763px) { #R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B #AbsfVQB5XTrbIIA1X0cg1MQaud4RAXV8 {  }
 }@media only screen and (max-width: 763px) { #R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B #x3UkfO3GI2BmeDfmnsmHAigJdsXLIBJR {  }
 }@media only screen and (max-width: 763px) { #R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B #m5CQRAcbJcgZJpZ4mlfb5MPNNCilt4xa {  }
 }@media only screen and (max-width: 763px) { #R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B #NAgSygfkoigPVxrEulAxXksLJnzWXvAT {  }
#R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B #NAgSygfkoigPVxrEulAxXksLJnzWXvAT .container-column{width:50%;} }@media only screen and (max-width: 763px) { #R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B #KFQeOst8f8ye7CEITfTQyuqQXnb5CfIJ {  }
 }@media only screen and (max-width: 763px) { #R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B #MQ9MBbdJbvrsJxQne6eQmgfyhnqOP68c {  }
 }@media only screen and (max-width: 763px) { #R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B #amWisTe2kxlaH0Uocfe8pPPRfknnMRQk {  }
 }@media only screen and (max-width: 763px) { #R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B #Tm6r5QtomSbrg9FT8yqMH39QMC4p9hiP {  }
 }@media only screen and (max-width: 763px) { #R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B #C2688elvMcvI6JNkuBrs7LwnrZGM8lf2 {  }
 }@media only screen and (max-width: 763px) { #R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B #LU1ZbqSGAcRwAhcerG4oOG6ESBRPmbZC {  }
 }@media only screen and (max-width: 763px) { #R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B #yyfD9CVoKOepelNDbWrpvc3pZf2pPNqF {  }
 }@media only screen and (max-width: 763px) { #R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B #XXwIkBSNpkIJNhp7CZZBUs8AvaJJPnHF {  }
 }@media only screen and (max-width: 763px) { #R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B #NPeRvUlINotlWst8ZNbTpSiZUTKtNm8W {  }
 }@media only screen and (max-width: 763px) { #R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B #RLF7Wl8gSq2x0Rke9Oz47nVdRIKLUwst {  }
 }@media only screen and (max-width: 763px) { #R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B #nqzu5hn9fKDdaanZrWRKpB6afp9LAgEc {  }
 }@media only screen and (max-width: 763px) { #R2oADqHUQgPFWS5hwyHpBRAFtxn68X8B #askxvU9oIcD5ZFtWKeJLHeH4ekeNJOu1 {  }
 }@media only screen and (max-width: 763px) { #e9guRRafWkRE8G0eUFozWzMgtF7gpPu6 { width:19.5rem;height:4.78125rem;top:5.3125rem;left:0rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s06ougzHs5rOnESTQKz0bc2Rted7VVJ3 { width:16.625rem;height:18.5rem;top:10.7431640625rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6fbtQGQRBHpe1ZQQBu2s6NRAQUNmBBq { width:18.4375rem;height:7.5rem;top:71.1484375rem;left:0.78125rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1rem;font-weight:700;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #iDBIUUdHR4nNHmwDmn137RlqJGqc0wTC { position:relative;z-index:auto;background-color:#242e35;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#iDBIUUdHR4nNHmwDmn137RlqJGqc0wTC > .row .container { background-color: transparent; background-image: none; }#iDBIUUdHR4nNHmwDmn137RlqJGqc0wTC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iDBIUUdHR4nNHmwDmn137RlqJGqc0wTC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iDBIUUdHR4nNHmwDmn137RlqJGqc0wTC > .row .container > .video-iframe-container { display: none; }#iDBIUUdHR4nNHmwDmn137RlqJGqc0wTC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iDBIUUdHR4nNHmwDmn137RlqJGqc0wTC > .row > .video-iframe-container { display: none; }#iDBIUUdHR4nNHmwDmn137RlqJGqc0wTC > .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); }#iDBIUUdHR4nNHmwDmn137RlqJGqc0wTC > .row .container { border-width: 0; border-radius: 0; }#iDBIUUdHR4nNHmwDmn137RlqJGqc0wTC > .row .container { width:20rem;height:12.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Owmuk0MWcMTiuffasEcFZStTv3T0oncA { width:20rem;height:11.01953125rem;top:1.60546875rem;left:0rem;font-size:1.3125rem;text-align:justify;text-align-last:initial;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #obzXFPvf4kgTFDTHtKQMR42HKycsEKui { display:block; }#obzXFPvf4kgTFDTHtKQMR42HKycsEKui > .row .container { width:20rem;height:88rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ff1Qgur6pKrhUudHuXoprrhWTGln3cgc { width:20rem;height:1.58105625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8sf8Sll0gpQvRTqRSUP9MvndWo47Tnx { width:20rem;height:52.5rem;top:34.8359375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #bLKP8dluQPOp4rQsIuclE7NuNaflUmbi { width:12.5rem;height:0.125rem;top:11.1875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixaKdkgg2cCltFR5czBglwzhT61Ug3hm { width:18.25rem;height:2.3359375rem;top:31.5625rem;left:0.875rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzBUf8boZl3J5eHJxmwf7JfwLLZP3vME { width:17.375rem;height:27rem;top:3.7734375rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNd5nlvHkeSXlqhdzNDLPpGBaqcwxnq3 { display:block; }#aNd5nlvHkeSXlqhdzNDLPpGBaqcwxnq3 > .row .container { width:20rem;height:38.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cX4WcLgGJp8O7cJNXNX8E6WX5VWCmT9O { height:11.1875rem;width:20rem;top:21.671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCQlKDFei2WlHLCgbyhccSEXkpRD9z9X { width:7.6875rem;height:0.3125rem;top:2.625rem;left:6.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #J0cIqt5qA0IuzOkQL7qXPEPE61ZCCubg { width:17.875rem;height:4.3984375rem;top:1.25rem;left:1.0625rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Pkvcdit7wRZe4wSwsScocNIJwwbAlpvn { width:19.5rem;height:13.5rem;top:6.734375rem;left:0.25rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #n6zE7RM4GQdn48xya7MwzXW7JUTRADwo { width:19.375rem;height:2.625rem;top:34.546875rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #okQsSInHBR5D2XOPHq08sK9V7n5a7MDr { display:block; }
 }@media only screen and (max-width: 763px) { #dVwJHsLRKTeRTe4KASdfFq8eoP9Tg0SO { display:block; }#dVwJHsLRKTeRTe4KASdfFq8eoP9Tg0SO > .row .container { width:20rem;height:63.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EgFGWqarD9pUEaskEXbiMZBGPoRAOJNL { width:20rem;height:1.8681625rem;top:0.98046875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL .accordion-heading-text { text-align:left;text-align-last:left; }
#nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL { display:flex;height:auto;width:20rem;top:2.91796875rem;left:-1.125rem; }
 }@media only screen and (max-width: 763px) { #nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #Dr0HvvPdqM0hsiX30RwZmTWwmEMbGyTK {  }
 }@media only screen and (max-width: 763px) { #nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #greJV2bFa8ThemWZ7T3TZZsPcunD876Q {  }
 }@media only screen and (max-width: 763px) { #nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #D72UtwZNpGACeJcK1T5UmRyPwKwSMxmp {  }
 }@media only screen and (max-width: 763px) { #nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #ApU0Xf0otPzpx6nMehwPGNsAWPJnkeTx {  }
 }@media only screen and (max-width: 763px) { #nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #HmlFuTHm9sJCuXe7XSZHmzUOLMJTNKeP {  }
 }@media only screen and (max-width: 763px) { #nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #O5Pv0NO2iDUxE0vh5bU1qNpnEfuaALLn {  }
 }@media only screen and (max-width: 763px) { #nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #hHXUNvMT7d2IPCXf54dK7UhM2vPI6rkN {  }
 }@media only screen and (max-width: 763px) { #nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #mHJqNPHUrf2BJzb2E8qw0niOFzt54LxN {  }
 }@media only screen and (max-width: 763px) { #nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #KZ45dLd67TzoITwI1i5XIhWozwaIa2D8 {  }
 }@media only screen and (max-width: 763px) { #nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #iFew0DsO14nHxFdTwe9LUXNPLoplJhRz {  }
 }@media only screen and (max-width: 763px) { #nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #PBZEdNa79L5w28t58hKTFVQJXrbolTDx {  }
 }@media only screen and (max-width: 763px) { #nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #azw7kuKLNyxHzyMt4bXAOyATDE1vv5WL {  }
 }@media only screen and (max-width: 763px) { #nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #qkfAldKxZsWlO0HOMUFShMbw31Rd8eqT {  }
 }@media only screen and (max-width: 763px) { #nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #MSwcaKyJAdMMoq6RDQQsdy826Ta56tu4 {  }
 }@media only screen and (max-width: 763px) { #nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #fpeNPq2iIPbIB5oEeHz23qw7VCUHh7U8 {  }
 }@media only screen and (max-width: 763px) { #nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #V7ZVN4MvPQ1VALRS13aJPt3h4LXyEWXd {  }
 }@media only screen and (max-width: 763px) { #nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #xrIfJQ53NdyS0Z1Fyhh1vL9M4fsb5BQk {  }
 }@media only screen and (max-width: 763px) { #nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #S2QNiWlpynIDVuelMrRHKdWzdW6d1KVu {  }
 }@media only screen and (max-width: 763px) { #nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #cfz7r8vsCwVVpdMCzsdrBcB5ZO4MiPxw {  }
 }@media only screen and (max-width: 763px) { #nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #b8D7rnX4nzNN2ButOIPJESQr04Q0vMPD {  }
 }@media only screen and (max-width: 763px) { #nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #sAJyyb0zJ5UyJBh02PpndJicetdGuhX2 {  }
 }@media only screen and (max-width: 763px) { #nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #JnTUUUoyNTJhBt4cfAykvAx1327CcD9u {  }
 }@media only screen and (max-width: 763px) { #nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #VN3l1EZJZbAclIpGTd80eQKc2LROTgJ5 {  }
 }@media only screen and (max-width: 763px) { #nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #MxycKR16hesLbntv6PqrvhMsLGgMAvm1 {  }
 }@media only screen and (max-width: 763px) { #nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #Xa4bMVrF8pgQQhExM2lQJoHk2XL4hihu {  }
 }@media only screen and (max-width: 763px) { #nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #nB0nSruiQtxVEilZKWFUWgqtZO1EI2rK {  }
 }@media only screen and (max-width: 763px) { #nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #cIcDiqFu1AhfKRWDb3H8JH9FdTz8ndBl {  }
 }@media only screen and (max-width: 763px) { #nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #OfENFD4zeF0DXKGv3xWHDvGvoIpdhz5U {  }
 }@media only screen and (max-width: 763px) { #nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #ZTOhd9P1OwE05qfk32HsoUL5vKAITDd0 {  }
 }@media only screen and (max-width: 763px) { #nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #ebTbxC9lTgcUNg3pJrwRTzUi16uleccV {  }
 }@media only screen and (max-width: 763px) { #nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #bqUNcygMNh3O50Nt9pSh1BgEPqIIFS65 {  }
 }@media only screen and (max-width: 763px) { #nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #AppsSHDmtNAhmKOIIfDSHQneInUIhBnZ {  }
 }@media only screen and (max-width: 763px) { #nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #IgEEKs7lGCkSeO1J34aLFJdEdw3G76yz {  }
 }@media only screen and (max-width: 763px) { #nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #LcHwyGBpOkTTPnWJqqsNKoxs8vWAuNWu {  }
 }@media only screen and (max-width: 763px) { #nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #L6TUbkOQoWzZuzcro4oDUPc8mCXd0oeu {  }
 }@media only screen and (max-width: 763px) { #nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #RKwpUQ7VGA2xgCVOOhlsOSbbFWyi3Jo8 {  }
 }@media only screen and (max-width: 763px) { #nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #Vib9yMmVWiNUTa7BEifPxNQ0vc92yRuX {  }
 }@media only screen and (max-width: 763px) { #nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #sl9X91gyGLUaOFmVdUuImB2oW89ZJ45J {  }
 }@media only screen and (max-width: 763px) { #nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #XSd4xHPgtXTWEPF5UC5DhDOe4b0Zisi6 {  }
 }@media only screen and (max-width: 763px) { #nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #ETmVVaK9XnisfH8Lh2CDaTBgetL2yR9v {  }
 }@media only screen and (max-width: 763px) { #nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #p86C8PIoT3Gld5vkT2vnvQwqrXtExP8l {  }
 }@media only screen and (max-width: 763px) { #nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #VWmTutpZEEp6k136woz8pBS6lTHICtGJ {  }
 }@media only screen and (max-width: 763px) { #nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #v3gz1ypa2xVwuHvCEX64bzaqkCM8iEwP {  }
 }@media only screen and (max-width: 763px) { #nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #eTVCMLttkCFHaqnJwq32UHCxp0NhGkmJ {  }
 }@media only screen and (max-width: 763px) { #nJSQexBPx6TmTI4ZK3oeoyiXSPn8o7EL #miPyJcrcgTAIgdNfdigugz5puPifxXSO {  }
 }@media only screen and (max-width: 763px) { #EpcL7p2DIbHqsgy1wysLTnMLT0T9SqN7 { position:relative;z-index:auto;background-color:#242e35;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#EpcL7p2DIbHqsgy1wysLTnMLT0T9SqN7 > .row .container { background-color: transparent; background-image: none; }#EpcL7p2DIbHqsgy1wysLTnMLT0T9SqN7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EpcL7p2DIbHqsgy1wysLTnMLT0T9SqN7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EpcL7p2DIbHqsgy1wysLTnMLT0T9SqN7 > .row .container > .video-iframe-container { display: none; }#EpcL7p2DIbHqsgy1wysLTnMLT0T9SqN7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EpcL7p2DIbHqsgy1wysLTnMLT0T9SqN7 > .row > .video-iframe-container { display: none; }#EpcL7p2DIbHqsgy1wysLTnMLT0T9SqN7 > .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); }#EpcL7p2DIbHqsgy1wysLTnMLT0T9SqN7 > .row .container { border-width: 0; border-radius: 0; }#EpcL7p2DIbHqsgy1wysLTnMLT0T9SqN7 > .row .container { width:20rem;height:12.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qpOFG6bDAvFiVULKMQFZE0X6SJqPpKpk { width:20rem;height:11.01953125rem;top:1.60546875rem;left:0rem;font-size:1.3125rem;text-align:justify;text-align-last:initial;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #AxdoGSh7BuB7LNVPlkWB0TO9DvlyE1Io { display:block; }#AxdoGSh7BuB7LNVPlkWB0TO9DvlyE1Io > .row .container { width:20rem;height:79.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BAbLGQXaKTGiHoNIPT1HTFN1KsWRmywb { width:20rem;height:3.5rem;top:0.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5a3zK4seoZ8LZH2aZCLJfBrbtFXO6t6 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#T5a3zK4seoZ8LZH2aZCLJfBrbtFXO6t6 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#T5a3zK4seoZ8LZH2aZCLJfBrbtFXO6t6 .widget-input-text {padding-top: 0; padding-bottom: 0;}#T5a3zK4seoZ8LZH2aZCLJfBrbtFXO6t6 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#T5a3zK4seoZ8LZH2aZCLJfBrbtFXO6t6 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#T5a3zK4seoZ8LZH2aZCLJfBrbtFXO6t6 .widget-input-select {padding-top: 0; padding-bottom: 0;}#T5a3zK4seoZ8LZH2aZCLJfBrbtFXO6t6 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:4.25rem; }
#T5a3zK4seoZ8LZH2aZCLJfBrbtFXO6t6 .widget-checkbox-label { width:16.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#T5a3zK4seoZ8LZH2aZCLJfBrbtFXO6t6  { width:17.5rem;height:auto;top:30.6865234375rem;left:0rem; }
#T5a3zK4seoZ8LZH2aZCLJfBrbtFXO6t6 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#T5a3zK4seoZ8LZH2aZCLJfBrbtFXO6t6 {display:block;}#T5a3zK4seoZ8LZH2aZCLJfBrbtFXO6t6 { width:17.5rem;height:auto;top:30.6865234375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #T5a3zK4seoZ8LZH2aZCLJfBrbtFXO6t6 #HEtE0XktemzRBJBWbclBeVpC2M2t9oD6 {  }
 }@media only screen and (max-width: 763px) { #T5a3zK4seoZ8LZH2aZCLJfBrbtFXO6t6 #dJo1VPsImeaUbdPfPwHOP7lcTWVBzrMc { display:block; }
 }@media only screen and (max-width: 763px) { #T5a3zK4seoZ8LZH2aZCLJfBrbtFXO6t6 #z9bRNX9t1HEC1MnOgUBQf0eozFcJ7Q4g {  }
 }@media only screen and (max-width: 763px) { #T5a3zK4seoZ8LZH2aZCLJfBrbtFXO6t6 #TaBBhu4a2QDhUdzt6b5TFzfapofcxqSo {  }
 }@media only screen and (max-width: 763px) { #T5a3zK4seoZ8LZH2aZCLJfBrbtFXO6t6 #gBWBXmMTVPp0nWmVkaVt7TzbV9C0QidI {  }
 }@media only screen and (max-width: 763px) { #T5a3zK4seoZ8LZH2aZCLJfBrbtFXO6t6 #oSWqLML7dExzqmXhJUH64zMtq88FTZ5A {  }
 }@media only screen and (max-width: 763px) { #T5a3zK4seoZ8LZH2aZCLJfBrbtFXO6t6 #yKXIDFMHPgDxfrgqX7c5DT5ZJ0rPBosc {  }
 }@media only screen and (max-width: 763px) { #T5a3zK4seoZ8LZH2aZCLJfBrbtFXO6t6 #sbZ3HxTrto8Q0l5gbF9DzgOSobnmcETE {  }
 }@media only screen and (max-width: 763px) { #T5a3zK4seoZ8LZH2aZCLJfBrbtFXO6t6 #fDZTmBirBxcUvMTQ0JVEoTaUWSemmGIO {  }
 }@media only screen and (max-width: 763px) { #T5a3zK4seoZ8LZH2aZCLJfBrbtFXO6t6 #e5uRwsPZOAJDktDtdfdpJT8OVSLDfQGB {  }
 }@media only screen and (max-width: 763px) { #T5a3zK4seoZ8LZH2aZCLJfBrbtFXO6t6 #Qr30o6Npd3tvez5h3Ry6yEGa2FZoezLh {  }
 }@media only screen and (max-width: 763px) { #T5a3zK4seoZ8LZH2aZCLJfBrbtFXO6t6 #x5eKiEvByWSUbdzdUL2mxJUQQoHMwzgB {  }
 }@media only screen and (max-width: 763px) { #T5a3zK4seoZ8LZH2aZCLJfBrbtFXO6t6 #kcZcCi3T47ZWfHZuJl3fStDHAm2T98nF {  }
 }@media only screen and (max-width: 763px) { #T5a3zK4seoZ8LZH2aZCLJfBrbtFXO6t6 #oM6p56QQUHoqlzNBSIvSklvdZDP7aZ6C {  }
 }@media only screen and (max-width: 763px) { #T5a3zK4seoZ8LZH2aZCLJfBrbtFXO6t6 #mLJbKK94VFhbo94WEKS2Sfrm3korxgd2 {  }
 }@media only screen and (max-width: 763px) { #T5a3zK4seoZ8LZH2aZCLJfBrbtFXO6t6 #sX1LLQ5mFwPCtFU2ByJidEePklA0vHEE {  }
#T5a3zK4seoZ8LZH2aZCLJfBrbtFXO6t6 #sX1LLQ5mFwPCtFU2ByJidEePklA0vHEE .container-column{width:50%;} }@media only screen and (max-width: 763px) { #T5a3zK4seoZ8LZH2aZCLJfBrbtFXO6t6 #halwFutlJVg7eClzeTHE0tnfKVcZKa7F {  }
 }@media only screen and (max-width: 763px) { #T5a3zK4seoZ8LZH2aZCLJfBrbtFXO6t6 #C3GZLZaZnc2Ih2UtrsLPqmZOTIptEyzv {  }
 }@media only screen and (max-width: 763px) { #T5a3zK4seoZ8LZH2aZCLJfBrbtFXO6t6 #JZRbGmRfd37gXJ7uATiIzqGgHnMh3GbQ {  }
 }@media only screen and (max-width: 763px) { #T5a3zK4seoZ8LZH2aZCLJfBrbtFXO6t6 #PTJx2myehTwFWPx7Cbd4KSKwssC5ZKCP {  }
 }@media only screen and (max-width: 763px) { #T5a3zK4seoZ8LZH2aZCLJfBrbtFXO6t6 #yuIifr9ScGDBZuQvIHcN8rl1s9fT3u4T {  }
 }@media only screen and (max-width: 763px) { #T5a3zK4seoZ8LZH2aZCLJfBrbtFXO6t6 #CSn7qzbrgy5TkRozRJEeb5M7DxyTMWlC {  }
 }@media only screen and (max-width: 763px) { #T5a3zK4seoZ8LZH2aZCLJfBrbtFXO6t6 #LTke6y8nDQhBgQO0V9O2AdRiTlnsEdcS {  }
 }@media only screen and (max-width: 763px) { #T5a3zK4seoZ8LZH2aZCLJfBrbtFXO6t6 #kBDbZDXrExI0rqxJACVmFx3hM6SDoOLy {  }
 }@media only screen and (max-width: 763px) { #T5a3zK4seoZ8LZH2aZCLJfBrbtFXO6t6 #oEgZgfFm9I2q24EBm8hD4LCnrylho3z6 {  }
 }@media only screen and (max-width: 763px) { #T5a3zK4seoZ8LZH2aZCLJfBrbtFXO6t6 #zvGwg0sIytU4AolmVrXDDwQkvv6HW56w {  }
 }@media only screen and (max-width: 763px) { #T5a3zK4seoZ8LZH2aZCLJfBrbtFXO6t6 #R8SF4sskAGdnrxuQGuNoEWUkstRnlc0K {  }
 }@media only screen and (max-width: 763px) { #T5a3zK4seoZ8LZH2aZCLJfBrbtFXO6t6 #r88EPIcqkWh9rmw9Ql0TFCJRLNH7xQZP {  }
 }@media only screen and (max-width: 763px) { #UqzVxAmq6leqxNy2weUAfEazmodsZGIh { width:19.5rem;height:4.78125rem;top:5.3125rem;left:0rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvJSVNrkDqShNe3iiQTw6wn7yLf5MZsx { width:16.625rem;height:18.5rem;top:10.7431640625rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGou92Hi01TmcK9lZKrHceMoWiwhxMfm { width:18.4375rem;height:7.5rem;top:71.1484375rem;left:0.78125rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1rem;font-weight:700;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #aKZf6bTUIVLr3hTXaCZxt0C5pLtvr3ly { display:block; }#aKZf6bTUIVLr3hTXaCZxt0C5pLtvr3ly > .row .container { width:20rem;height:34.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Te0iZJCQ8ITvxqWQRAWuAEMkyzVgVeZ3 { width:2.9375rem;height:1.29980625rem;top:2.03125rem;left:11rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lr6RXUsUq3T8kTm6HvqbA3QG7dXUOgR8 { width:20rem;height:1.8681625rem;top:5.9375rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ew8fhwgfUiJxJtBcpp555HOZDererJVc { width:18.6875rem;height:4.8984375rem;top:8.759765625rem;left:0.59375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RqtMz6r7TVfPszdfDfVsoe8SKqdSLLh1 { width:18.75rem;height:0.0625rem;top:30.962890625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwteHJcaf1odPQgPqy1zIWxWBgawXOta { width:7.3125rem;height:1.3125rem;top:26.017578125rem;left:3.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyBTrQ2RIQOlO576di4y2OLRpXkKRzTi { width:11.375rem;height:1.3125rem;top:21.794921875rem;left:3.4375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KoOzEMC0kNQqPqe731DPhPyDeaqlflEF { width:1.5625rem;height:1.5625rem;top:21.6259765625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFKFvC97KeE5pa0JIeIi68T8Iz19zguX { width:1.5625rem;height:1.5625rem;top:23.9189453125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPWR6dWUBka0ATgXO97EkpThXFiG6nxf { width:4.5rem;height:4.5rem;top:1rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZEbh7psbJGVlGXu1GbfM4Zh23vJn2Zh { width:9.625rem;height:1.8681625rem;top:19.009765625rem;left:5.1875rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vltAhmGvwzTndaqmwTtDgHM1PSg8wS2a { width:1.5625rem;height:1.5625rem;top:27.978515625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dd2uuoIr7ohambIBztlKlhiy0vMfSIZ2 { width:7.3125rem;height:1.3125rem;top:24.0009765625rem;left:3.4375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #u8d3I6APCTMZRrAo6vedrEVLnfzTbUPS { width:7.25rem;height:1.625rem;top:14.818359375rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qln9JaKLpbAdR0Hu1k72KPNwNsucaIxT { display:block; }
 }@media only screen and (max-width: 763px) { #wFvyOOJNoXBzK6aMuiKElBoXIMu0Apte { width:1.5625rem;height:1.5625rem;top:25.892578125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N07UUhPbp2kZfT8TrFXhU1g9CD3UlpWe { width:7.3125rem;height:1.3125rem;top:28.103515625rem;left:3.4375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qLJWCQ793lGpxn25Eq1boyzfw6Kmi1J8 { width:11rem;height:1.625rem;top:32.130859375rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J64IihE5Qe3qXrwrusOpSXZ1HxnZQxTQ { display:flex;width:1.8125rem;height:1.8125rem;top:32.037109375rem;left:9.875rem; }
#J64IihE5Qe3qXrwrusOpSXZ1HxnZQxTQ > img { max-width: 100%;max-height:100%; width:1.8125rem; height:1.8125rem; } }@media only screen and (max-width: 763px) { #J7ltGHGPZVGiuTzo72phKGhv30Un46md { display:flex;width:2.75rem;height:2.75rem;top:31.568359375rem;left:12.125rem; }
#J7ltGHGPZVGiuTzo72phKGhv30Un46md > img { max-width: 100%;max-height:100%; width:2.75rem; height:2.75rem; } }@media only screen and (max-width: 763px) { #vGaIHpJ5CJvSMOeEUuq48wnTETNh5u0h { width:18.75rem;height:0.0625rem;top:17.939453125rem;left:0.625rem;z-index:15016;display:block; }
 }