.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:247,236,240;--color-primary-1:229,190,205;--color-primary-2:202,125,154;--color-primary-3:101,63,77;--color-primary-4:30,19,23;--color-secondary-0:224,234,243;--color-secondary-1:163,193,220;--color-secondary-2:102,152,197;--color-secondary-3:25,171,181;--color-secondary-4:0,83,159;--color-tertiary-0:255,255,255;--color-tertiary-1:145,215,220;--color-tertiary-2:71,188,196;--color-tertiary-3:25,171,181;--color-tertiary-4:15,83,156;--headlines-font-family:"Lato";--paragraphs-font-family:"Lato"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ntNp4RdH4TTQNHXc4vb58qB2XNHwO8se { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),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; }#ntNp4RdH4TTQNHXc4vb58qB2XNHwO8se > .row .container { background-color: transparent; background-image: none; }#ntNp4RdH4TTQNHXc4vb58qB2XNHwO8se::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ntNp4RdH4TTQNHXc4vb58qB2XNHwO8se > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ntNp4RdH4TTQNHXc4vb58qB2XNHwO8se > .row .container > .video-iframe-container { display: none; }#ntNp4RdH4TTQNHXc4vb58qB2XNHwO8se > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ntNp4RdH4TTQNHXc4vb58qB2XNHwO8se > .row > .video-iframe-container { display: none; }#ntNp4RdH4TTQNHXc4vb58qB2XNHwO8se > .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); }#ntNp4RdH4TTQNHXc4vb58qB2XNHwO8se > .row .container { border-width: 0; border-radius: 0; }#ntNp4RdH4TTQNHXc4vb58qB2XNHwO8se > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ntNp4RdH4TTQNHXc4vb58qB2XNHwO8se > .row .container { font-size:0.875rem;font-family:arial;height:1.25rem;width:60rem;position:relative;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { position:relative;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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:60.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; }#Xh1ofybRNvXl8GJ8Eo7KLpc9BvbUTy5Q { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:60rem;width:60rem;display:none; }
#r8Qw8lB8kF2PssLSb1zmCVKB1InS9MXN { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.875rem;width:60rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#xwV20EXNJhzIohKtZIRw78WuiLVGyZT4 .widget-form-header {  }
#xwV20EXNJhzIohKtZIRw78WuiLVGyZT4 .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;width:30.6875rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#xwV20EXNJhzIohKtZIRw78WuiLVGyZT4 .widget-input-text { 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 #9a9a9a;border-left:0.0625rem solid #9a9a9a;border-right:0.0625rem solid #9a9a9a;border-bottom:0.0625rem solid #9a9a9a;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:30.6875rem;box-sizing:border-box;height:2.625rem;color:rgba(var(--color-primary-2),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;font-weight:700;font-style:normal; }
#xwV20EXNJhzIohKtZIRw78WuiLVGyZT4 .widget-input-text {padding-top: 0; padding-bottom: 0;}#xwV20EXNJhzIohKtZIRw78WuiLVGyZT4 .widget-textarea { 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 #9a9a9a;border-left:0.0625rem solid #9a9a9a;border-right:0.0625rem solid #9a9a9a;border-bottom:0.0625rem solid #9a9a9a;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:30.6875rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-primary-2),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;font-weight:700;font-style:normal; }
#xwV20EXNJhzIohKtZIRw78WuiLVGyZT4 .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 #9a9a9a;border-left:0.0625rem solid #9a9a9a;border-right:0.0625rem solid #9a9a9a;border-bottom:0.0625rem solid #9a9a9a;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:30.6875rem;box-sizing:border-box;height:2.5rem;color:#cccccc;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#xwV20EXNJhzIohKtZIRw78WuiLVGyZT4 .widget-input-select {padding-top: 0; padding-bottom: 0;}#xwV20EXNJhzIohKtZIRw78WuiLVGyZT4 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#xwV20EXNJhzIohKtZIRw78WuiLVGyZT4 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#xwV20EXNJhzIohKtZIRw78WuiLVGyZT4 .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.4375rem;font-weight:bold;color:#f2f9ff;width:30.6875rem;height:4.375rem;font-family:"open sans";overflow:hidden; }
#xwV20EXNJhzIohKtZIRw78WuiLVGyZT4 [class*="-text"]:-moz-placeholder { color:#72767b;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal; }
#xwV20EXNJhzIohKtZIRw78WuiLVGyZT4 [class*="-text"]::-moz-placeholder { color:#72767b;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal; }
#xwV20EXNJhzIohKtZIRw78WuiLVGyZT4 [class*="-text"]:-ms-input-placeholder { color:#72767b;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal; }
#xwV20EXNJhzIohKtZIRw78WuiLVGyZT4 [class*="-text"]::-webkit-input-placeholder { color:#72767b;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal; }
#xwV20EXNJhzIohKtZIRw78WuiLVGyZT4 .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";line-height:1.5;font-size:0.75rem;font-weight:300;color:#9a9a9a;vertical-align:top;width:29.4375rem;overflow:hidden;font-style:normal;float:none; }
#xwV20EXNJhzIohKtZIRw78WuiLVGyZT4 .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; }
#xwV20EXNJhzIohKtZIRw78WuiLVGyZT4 .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:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#xwV20EXNJhzIohKtZIRw78WuiLVGyZT4 .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#xwV20EXNJhzIohKtZIRw78WuiLVGyZT4 .widget-container:first-of-type{padding-top:0;}#xwV20EXNJhzIohKtZIRw78WuiLVGyZT4 .widget-container:last-of-type{padding-bottom:0;}#xwV20EXNJhzIohKtZIRw78WuiLVGyZT4  { 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:30.6875rem;height:auto;border-top:0.25rem solid rgba(var(--color-primary-2),1);border-left:0.25rem solid rgba(var(--color-primary-2),1);border-right:0.25rem solid rgba(var(--color-primary-2),1);border-bottom:0.25rem solid rgba(var(--color-primary-2),1);z-index:15003;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;position:absolute;top:22.474609375rem;left:2.1875rem; }
#xwV20EXNJhzIohKtZIRw78WuiLVGyZT4 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:30.6875rem;display:block;vertical-align:top; }
#xwV20EXNJhzIohKtZIRw78WuiLVGyZT4 .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:2.3;font-weight:300;color:#9a9a9a;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#xwV20EXNJhzIohKtZIRw78WuiLVGyZT4 {display:block;}#xwV20EXNJhzIohKtZIRw78WuiLVGyZT4 { 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:30.6875rem;height:auto;border-top:0.25rem solid rgba(var(--color-primary-2),1);border-left:0.25rem solid rgba(var(--color-primary-2),1);border-right:0.25rem solid rgba(var(--color-primary-2),1);border-bottom:0.25rem solid rgba(var(--color-primary-2),1);z-index:15003;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;position:absolute;top:22.474609375rem;left:2.1875rem; }
#xwV20EXNJhzIohKtZIRw78WuiLVGyZT4 #zWmiezZV85rtb4Kw2Qk43yMJFBDVu1ID { position:relative; }
#xwV20EXNJhzIohKtZIRw78WuiLVGyZT4 #NyPk1LJno8wNTe5OFWE8HlwD2aFs53eG { position:relative;display:none; }
#xwV20EXNJhzIohKtZIRw78WuiLVGyZT4 #rF55VtdrOhS9EWUoNFUHvBvJMo9aZ3zW { position:relative; }
#xwV20EXNJhzIohKtZIRw78WuiLVGyZT4 #ExXSsxSAfzqbTNhlTR4NVNTDdxzr3TIl { position:relative; }
#xwV20EXNJhzIohKtZIRw78WuiLVGyZT4 #ImqDNasEsEGEEvwZGcW5VmdFrlFR1CSX { position:relative;display:none; }
#xwV20EXNJhzIohKtZIRw78WuiLVGyZT4 #bNoIyB4tg2wqOMyTvQ7xSg33UUrqka3C { position:relative; }
#xwV20EXNJhzIohKtZIRw78WuiLVGyZT4 #vvLPKBrDMul1EycgvrxH9wPorCXONvQH { position:relative; }
#xwV20EXNJhzIohKtZIRw78WuiLVGyZT4 #a9B5nstiD61LuQFMTbfzfsvOcInIkQ5P { position:relative;display:none; }
#xwV20EXNJhzIohKtZIRw78WuiLVGyZT4 #M1bCkXHSKqp2gfmdkCgXPIEFiflQie5O { position:relative; }
#xwV20EXNJhzIohKtZIRw78WuiLVGyZT4 #VpBK3GaOg8aWc7C0iaUTEQGT2iKQu9EH { position:relative; }
#xwV20EXNJhzIohKtZIRw78WuiLVGyZT4 #Sua4am99Tlw93NFDtAZVbJksNSXDNd0n { position:relative;display:none; }
#xwV20EXNJhzIohKtZIRw78WuiLVGyZT4 #SdySyWvCaMD1yiMBkebbhvaiPbFrhfFM { position:relative; }
#xwV20EXNJhzIohKtZIRw78WuiLVGyZT4 #BvN72rpNCKZAAONpRB1C2aItpTG0wEtT { position:relative; }
#xwV20EXNJhzIohKtZIRw78WuiLVGyZT4 #sTl9aEmWlENngHTMUmgVmkuqKlBsW93M { position:relative;display:none; }
#xwV20EXNJhzIohKtZIRw78WuiLVGyZT4 #rTa42RkrFo55hCLAeu5UO5FoufkEix1C { position:relative; }
#xwV20EXNJhzIohKtZIRw78WuiLVGyZT4 #QByC1F7NCtG6WUiI3d4b55hsR9hfseEK { position:relative;display:block;z-index:15000; }
#xwV20EXNJhzIohKtZIRw78WuiLVGyZT4 #RmX4U050SLqZoBKTbvUndIzlsMnRZ0TZ { position:relative;display:block;z-index:15000; }
#xwV20EXNJhzIohKtZIRw78WuiLVGyZT4 #Xa0LvA9sSRB0aLkwZZkPz4yTFNgmywkt { position:relative; }
#xwV20EXNJhzIohKtZIRw78WuiLVGyZT4 #Pn2hDhcyNbv9JA0NUqVhQfsI5ABFqIF0 { position:relative;z-index:2; }
#xwV20EXNJhzIohKtZIRw78WuiLVGyZT4 #toV7xi8L9cFvOy1S2w5oywbJtg4F4ALz { position:relative; }
#nTqVkcPigkkRUQCyk0SPTLRFSK4BALbN { position:relative;display:block;z-index:100000;display:block; }
#lDpWgI4dstasvtIWrbieVK3INffdyzPa { position:relative;display:block;z-index:100000;display:block; }
#xwV20EXNJhzIohKtZIRw78WuiLVGyZT4 #weOmEyxoUsBTHqToub9cEPgFQ1U2NHdg { position:relative; }
#xwV20EXNJhzIohKtZIRw78WuiLVGyZT4 #XKpLGLAolCXMX1FCIcxmFSG7XBSW3fg8 { position:relative; }
#OlgVS3ehb2KhXd79RuWrPuPAH4UsARUk { color:rgba(var(--color-tertiary-4),1);display:block;width:21.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15013;line-height:1.7;letter-spacing:0;top:40.8125rem;left:37.65625rem;height:4.78125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#od71ornly24Cx7EDBQqNczkncUolpWRM { color:rgba(var(--color-primary-2),1);display:block;width:18.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:32.25rem;left:38.8125rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TkvcOSLa0l1JdxaKBxexmRT28VS2PUaT { color:rgba(var(--color-tertiary-4),1);display:block;width:21.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15019;line-height:1.7;letter-spacing:0;top:47.4375rem;left:37.625rem;height:4.78125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ny6EDbP79QvebJXCy9CITIDWDge1iR3q { color:rgba(var(--color-primary-2),1);display:block;width:20.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:37.6875rem;left:37.9375rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZsUq2bhfOBupkGnFlQIIby6uHpvk1EsE { position:relative;display:block; }#ZsUq2bhfOBupkGnFlQIIby6uHpvk1EsE { background-color: transparent; background-image: none; }#ZsUq2bhfOBupkGnFlQIIby6uHpvk1EsE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZsUq2bhfOBupkGnFlQIIby6uHpvk1EsE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZsUq2bhfOBupkGnFlQIIby6uHpvk1EsE > .row .container > .video-iframe-container { display: none; }#ZsUq2bhfOBupkGnFlQIIby6uHpvk1EsE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZsUq2bhfOBupkGnFlQIIby6uHpvk1EsE > .row > .video-iframe-container { display: none; }#ZsUq2bhfOBupkGnFlQIIby6uHpvk1EsE > .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); }#ZsUq2bhfOBupkGnFlQIIby6uHpvk1EsE { border-width: 0; border-radius: 0; }#ZsUq2bhfOBupkGnFlQIIby6uHpvk1EsE > .row .container > .video-iframe-container { border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem; }#ZsUq2bhfOBupkGnFlQIIby6uHpvk1EsE > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-2),1);background-image:none;font-size:0.875rem;font-family:arial;height:0.5rem;width:60rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;position:relative;display:block; }#ASLVCATxWPhMEk8IPUvCzhtI0XKaqebA { position:relative;display:block; }#ASLVCATxWPhMEk8IPUvCzhtI0XKaqebA { background-color: transparent; background-image: none; }#ASLVCATxWPhMEk8IPUvCzhtI0XKaqebA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ASLVCATxWPhMEk8IPUvCzhtI0XKaqebA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ASLVCATxWPhMEk8IPUvCzhtI0XKaqebA > .row .container > .video-iframe-container { display: none; }#ASLVCATxWPhMEk8IPUvCzhtI0XKaqebA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ASLVCATxWPhMEk8IPUvCzhtI0XKaqebA > .row > .video-iframe-container { display: none; }#ASLVCATxWPhMEk8IPUvCzhtI0XKaqebA > .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); }#ASLVCATxWPhMEk8IPUvCzhtI0XKaqebA { border-width: 0; border-radius: 0; }#ASLVCATxWPhMEk8IPUvCzhtI0XKaqebA > .row .container > .video-iframe-container { border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem; }#ASLVCATxWPhMEk8IPUvCzhtI0XKaqebA > .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:66.6875rem;width:60rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;position:relative;display:block; }#aN7GVb8uFgdf8X6pDTmpth0F4tK2lZNt { color:rgba(var(--color-tertiary-4),1);display:block;width:14.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:5.68359375rem;left:31.875rem;height:2.51875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#U4CcandLQafmFxIzOKpcSMZEXJ0Hu5Hd { color:rgba(var(--color-tertiary-4),1);display:block;width:21rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:9.1396484375rem;left:31.875rem;height:2.03125rem;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; }
#x13NSyWVEcl1x0IKvAJNBH6gGpt1TK4g { color:rgba(var(--color-primary-2),1);display:block;width:27.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.4;letter-spacing:0;top:12.1162109375rem;left:31.875rem;height:;display:block; }#x13NSyWVEcl1x0IKvAJNBH6gGpt1TK4g li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#x13NSyWVEcl1x0IKvAJNBH6gGpt1TK4g li:before{  }
#TxbUffriKFeKWSKkPy5ewsPdQ7dTyqdI { position:absolute;display:block;z-index:15000;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:38.125rem;width:30rem;top:3.330078125rem;left:0rem;overflow:hidden;display:block; }
#iP0rX6ryiXXqTtQOa43cISUAzwDeTPwe { color:rgba(var(--color-primary-2),1);display:block;width:56.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:45.423828125rem;left:1.875rem;height:12.7578125rem;display:block; }#iP0rX6ryiXXqTtQOa43cISUAzwDeTPwe li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#iP0rX6ryiXXqTtQOa43cISUAzwDeTPwe li:before{  }
#pH6AArcLWadtgFKesy4GCIGwB6nLQDGX { color:rgba(var(--color-tertiary-4),1);display:block;width:15rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:42.455078125rem;left:1.875rem;height:2.03125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#kd9QTKXIPa1EeKeH8CEr2ZqZSShaTeFL { box-sizing:content-box;height:57.0625rem;width:59.75rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-2),0.02);background-image:none;top:3.3310546875rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);display:block; }
#FIDLKVGiz30O63qSKqnpPEJ84mrNPeTS { position:relative;display:block; }#FIDLKVGiz30O63qSKqnpPEJ84mrNPeTS { background-color: transparent; background-image: none; }#FIDLKVGiz30O63qSKqnpPEJ84mrNPeTS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FIDLKVGiz30O63qSKqnpPEJ84mrNPeTS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FIDLKVGiz30O63qSKqnpPEJ84mrNPeTS > .row .container > .video-iframe-container { display: none; }#FIDLKVGiz30O63qSKqnpPEJ84mrNPeTS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FIDLKVGiz30O63qSKqnpPEJ84mrNPeTS > .row > .video-iframe-container { display: none; }#FIDLKVGiz30O63qSKqnpPEJ84mrNPeTS > .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); }#FIDLKVGiz30O63qSKqnpPEJ84mrNPeTS { border-width: 0; border-radius: 0; }#FIDLKVGiz30O63qSKqnpPEJ84mrNPeTS > .row .container > .video-iframe-container { border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem; }#FIDLKVGiz30O63qSKqnpPEJ84mrNPeTS > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-3),1);background-image:none;font-size:0.875rem;font-family:arial;height:0.5rem;width:60rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;position:relative;display:block; }#lP50opmV4546Rd3DHgrQG45T7HxI8Jho { position:relative;display:block; }#lP50opmV4546Rd3DHgrQG45T7HxI8Jho { background-color: transparent; background-image: none; }#lP50opmV4546Rd3DHgrQG45T7HxI8Jho::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lP50opmV4546Rd3DHgrQG45T7HxI8Jho > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lP50opmV4546Rd3DHgrQG45T7HxI8Jho > .row .container > .video-iframe-container { display: none; }#lP50opmV4546Rd3DHgrQG45T7HxI8Jho > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lP50opmV4546Rd3DHgrQG45T7HxI8Jho > .row > .video-iframe-container { display: none; }#lP50opmV4546Rd3DHgrQG45T7HxI8Jho > .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); }#lP50opmV4546Rd3DHgrQG45T7HxI8Jho { border-width: 0; border-radius: 0; }#lP50opmV4546Rd3DHgrQG45T7HxI8Jho > .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; }#lP50opmV4546Rd3DHgrQG45T7HxI8Jho > .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:78.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#eIaTVVavweJ9pL63nAmp4UtLnHbXvJrh { color:rgba(var(--color-tertiary-4),1);display:block;width:16.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:5.75rem;left:1.875rem;height:2.51875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TMGydPgkuMJJJDABsVxLnRJlM4K1nGv6 { color:rgba(var(--color-tertiary-4),1);display:block;width:21rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:9.2060546875rem;left:1.875rem;height:2.03125rem;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; }
#TLnTDDBnmqQkBIyOpel2BZ6bkxuuMs2T { color:rgba(var(--color-tertiary-3),1);display:block;width:27.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.4;letter-spacing:0;top:12.1748046875rem;left:1.875rem;height:29.088875rem;display:block; }#TLnTDDBnmqQkBIyOpel2BZ6bkxuuMs2T li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TLnTDDBnmqQkBIyOpel2BZ6bkxuuMs2T li:before{  }
#MChaF9PPzMvxERqA67XOf25n7fb8yusi { position:absolute;display:block;z-index:15000;border-top:0.125rem solid rgba(var(--color-secondary-3),1);border-left:0;border-right:0.125rem solid rgba(var(--color-secondary-3),1);border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:0rem;box-shadow: none;height:38.125rem;width:30rem;top:3.4375rem;left:29.875rem;overflow:hidden;display:block; }
#q2Ox5RZTfES0T7Uw8cuhu2Jxee6IP5Mp { color:rgba(var(--color-tertiary-3),1);display:block;width:56.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:55.5rem;left:1.875rem;height:15.1855625rem;display:block; }#q2Ox5RZTfES0T7Uw8cuhu2Jxee6IP5Mp li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#q2Ox5RZTfES0T7Uw8cuhu2Jxee6IP5Mp li:before{  }
#t7KZI9ZWoly83cvPpvLNtONVaamQfLsS { color:rgba(var(--color-tertiary-3),1);display:block;width:56.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:41.6875rem;left:1.875rem;height:9.959rem;display:block; }#t7KZI9ZWoly83cvPpvLNtONVaamQfLsS li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#t7KZI9ZWoly83cvPpvLNtONVaamQfLsS li:before{  }
#WXG183UrssyZ6NOL0UryInpC9cqhTrB3 { color:rgba(var(--color-tertiary-4),1);display:block;width:15rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:52.5625rem;left:1.875rem;height:2.03125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#hV9hrCJUmOQseVObs1hCuFEDfGBDc8Q0 { box-sizing:content-box;height:69.1875rem;width:59.75rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-3),0.02);background-image:none;top:3.4375rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;border-top:0.125rem solid rgba(var(--color-secondary-3),1);border-left:0.125rem solid rgba(var(--color-secondary-3),1);border-right:0.125rem solid rgba(var(--color-secondary-3),1);border-bottom:0.125rem solid rgba(var(--color-secondary-3),1);display:block; }
#qKvUltZ4vG0fsMRqci7qkWEfFgM01NXe { position:relative;display:block; }#qKvUltZ4vG0fsMRqci7qkWEfFgM01NXe { background-color: transparent; background-image: none; }#qKvUltZ4vG0fsMRqci7qkWEfFgM01NXe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qKvUltZ4vG0fsMRqci7qkWEfFgM01NXe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qKvUltZ4vG0fsMRqci7qkWEfFgM01NXe > .row .container > .video-iframe-container { display: none; }#qKvUltZ4vG0fsMRqci7qkWEfFgM01NXe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qKvUltZ4vG0fsMRqci7qkWEfFgM01NXe > .row > .video-iframe-container { display: none; }#qKvUltZ4vG0fsMRqci7qkWEfFgM01NXe > .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); }#qKvUltZ4vG0fsMRqci7qkWEfFgM01NXe { border-width: 0; border-radius: 0; }#qKvUltZ4vG0fsMRqci7qkWEfFgM01NXe > .row .container > .video-iframe-container { border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem; }#qKvUltZ4vG0fsMRqci7qkWEfFgM01NXe > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-4),1);background-image:none;font-size:0.875rem;font-family:arial;height:0.5rem;width:60rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;position:relative;display:block; }#AT57Vr3CWdzdkDTO9phnLJIFIig0pH3k { position:relative;display:block; }#AT57Vr3CWdzdkDTO9phnLJIFIig0pH3k { background-color: transparent; background-image: none; }#AT57Vr3CWdzdkDTO9phnLJIFIig0pH3k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AT57Vr3CWdzdkDTO9phnLJIFIig0pH3k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AT57Vr3CWdzdkDTO9phnLJIFIig0pH3k > .row .container > .video-iframe-container { display: none; }#AT57Vr3CWdzdkDTO9phnLJIFIig0pH3k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AT57Vr3CWdzdkDTO9phnLJIFIig0pH3k > .row > .video-iframe-container { display: none; }#AT57Vr3CWdzdkDTO9phnLJIFIig0pH3k > .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); }#AT57Vr3CWdzdkDTO9phnLJIFIig0pH3k { border-width: 0; border-radius: 0; }#AT57Vr3CWdzdkDTO9phnLJIFIig0pH3k > .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; }#AT57Vr3CWdzdkDTO9phnLJIFIig0pH3k > .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:2.1875rem;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; }#J3ARMn3krQ3mZu6ugaBSQH6JoUnDGM7s { position:relative;display:block; }#J3ARMn3krQ3mZu6ugaBSQH6JoUnDGM7s { background-color: transparent; background-image: none; }#J3ARMn3krQ3mZu6ugaBSQH6JoUnDGM7s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J3ARMn3krQ3mZu6ugaBSQH6JoUnDGM7s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J3ARMn3krQ3mZu6ugaBSQH6JoUnDGM7s > .row .container > .video-iframe-container { display: none; }#J3ARMn3krQ3mZu6ugaBSQH6JoUnDGM7s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J3ARMn3krQ3mZu6ugaBSQH6JoUnDGM7s > .row > .video-iframe-container { display: none; }#J3ARMn3krQ3mZu6ugaBSQH6JoUnDGM7s > .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); }#J3ARMn3krQ3mZu6ugaBSQH6JoUnDGM7s { border-width: 0; border-radius: 0; }#J3ARMn3krQ3mZu6ugaBSQH6JoUnDGM7s > .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; }#J3ARMn3krQ3mZu6ugaBSQH6JoUnDGM7s > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:39.6875rem;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; }#VrfIEdGI53yPX9hKSdsiBnU52790Xb8T { color:rgba(var(--color-primary-2),1);display:block;width:32.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:2.375rem;left:1.875rem;height:2.51855625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#oA2rntFXrATx1c0hXuKn9UJsyToChMvH { color:rgba(var(--color-tertiary-4),1);display:block;width:27.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:10.5rem;left:1.875rem;height:;display:block; }#oA2rntFXrATx1c0hXuKn9UJsyToChMvH li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#oA2rntFXrATx1c0hXuKn9UJsyToChMvH li:before{  }
#MxC2lbTfrdK3W8T4dvxhTL96Wv3MJlq4 { color:rgba(var(--color-tertiary-4),1);display:block;width:27.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:9.512499809265rem;left:30.987501144409rem;height:17.472625rem;display:block; }#MxC2lbTfrdK3W8T4dvxhTL96Wv3MJlq4 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#MxC2lbTfrdK3W8T4dvxhTL96Wv3MJlq4 li:before{  }
#nyf4oyhGDinxozzNqBz6lSsSM2wZPFA1 { color:rgba(var(--color-primary-2),1);display:block;width:22.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:6.6875rem;left:1.875rem;height:1.625rem;font-style:normal;display:block; }
#gyLV8X53lkNtnzmlrWmFk8IDSNewSFoh { color:rgba(var(--color-tertiary-4),1);display:block;width:56.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:28.875rem;left:1.875rem;height:1.4619125rem;font-style:normal;display:block; }
#diuvia96IgGzVI22ONTFrrRF1PXiEouS { box-sizing:content-box;height:33.6875rem;width:59.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-4),0.02);background-image:none;top:0rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;border-top:0.125rem solid rgba(var(--color-tertiary-4),1);border-left:0.125rem solid rgba(var(--color-tertiary-4),1);border-right:0.125rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);display:block; }
#QtrbHldGLNbXAeGbVvCnlf3x5rNsE8zQ { position:relative;display:block; }#QtrbHldGLNbXAeGbVvCnlf3x5rNsE8zQ { background-color: transparent; background-image: none; }#QtrbHldGLNbXAeGbVvCnlf3x5rNsE8zQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QtrbHldGLNbXAeGbVvCnlf3x5rNsE8zQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QtrbHldGLNbXAeGbVvCnlf3x5rNsE8zQ > .row .container > .video-iframe-container { display: none; }#QtrbHldGLNbXAeGbVvCnlf3x5rNsE8zQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QtrbHldGLNbXAeGbVvCnlf3x5rNsE8zQ > .row > .video-iframe-container { display: none; }#QtrbHldGLNbXAeGbVvCnlf3x5rNsE8zQ > .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); }#QtrbHldGLNbXAeGbVvCnlf3x5rNsE8zQ { border-width: 0; border-radius: 0; }#QtrbHldGLNbXAeGbVvCnlf3x5rNsE8zQ > .row .container > .video-iframe-container { border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem; }#QtrbHldGLNbXAeGbVvCnlf3x5rNsE8zQ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-2),1);background-image:none;font-size:0.875rem;font-family:arial;height:0.5rem;width:60rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;position:relative;display:block; }#gag6NDWGPvbSxqEnOI2ortdTu13EBetq { position:relative;display:block; }#gag6NDWGPvbSxqEnOI2ortdTu13EBetq { background-color: transparent; background-image: none; }#gag6NDWGPvbSxqEnOI2ortdTu13EBetq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gag6NDWGPvbSxqEnOI2ortdTu13EBetq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gag6NDWGPvbSxqEnOI2ortdTu13EBetq > .row .container > .video-iframe-container { display: none; }#gag6NDWGPvbSxqEnOI2ortdTu13EBetq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gag6NDWGPvbSxqEnOI2ortdTu13EBetq > .row > .video-iframe-container { display: none; }#gag6NDWGPvbSxqEnOI2ortdTu13EBetq > .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); }#gag6NDWGPvbSxqEnOI2ortdTu13EBetq { border-width: 0; border-radius: 0; }#gag6NDWGPvbSxqEnOI2ortdTu13EBetq > .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; }#gag6NDWGPvbSxqEnOI2ortdTu13EBetq > .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:27rem;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; }#tH3TfTQR6qhdc4gKPNVJuMuiPSg9MZaQ { color:rgba(var(--color-primary-2),1);display:block;width:35.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:1.5625rem;left:0.9375rem;height:2.51855625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#y80CDiD5xa00BuCtWdDySF8ERHGP3B3W .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:rgba(var(--color-primary-2),0.02);background-image:none;vertical-align:top;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1); }
#y80CDiD5xa00BuCtWdDySF8ERHGP3B3W .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-reverse;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#y80CDiD5xa00BuCtWdDySF8ERHGP3B3W .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.125rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-primary-2),1);line-height:1;overflow:hidden;height:auto; }
#y80CDiD5xa00BuCtWdDySF8ERHGP3B3W .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:var(--paragraphs-font-family);height:auto;line-height:1.9;overflow:hidden;color:rgba(var(--color-tertiary-4),1); }
#y80CDiD5xa00BuCtWdDySF8ERHGP3B3W .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_e2a88fa209b887eb284d2f205bae3ca0ed1e68c4.svg");background-size:contain !important; }#y80CDiD5xa00BuCtWdDySF8ERHGP3B3W .accordion-trigger.adaptive-delivery-prevent-bg, #y80CDiD5xa00BuCtWdDySF8ERHGP3B3W .accordion-trigger.lazyload, #y80CDiD5xa00BuCtWdDySF8ERHGP3B3W .accordion-trigger.lazyloading { background-image: none; }
#y80CDiD5xa00BuCtWdDySF8ERHGP3B3W { box-sizing:content-box;height:auto;width:60rem;position:absolute;display:flex;flex-direction:column;gap:0.9375rem;z-index:15012;background-color:transparent;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:5.03125rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#y80CDiD5xa00BuCtWdDySF8ERHGP3B3W .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#y80CDiD5xa00BuCtWdDySF8ERHGP3B3W #NA2xIQF4TfiXTATf0iRP7TQIqpAhlmxR { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#y80CDiD5xa00BuCtWdDySF8ERHGP3B3W #SqS3R1agfggkEIVv5uPgIzCO7WbvuwvT { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#y80CDiD5xa00BuCtWdDySF8ERHGP3B3W #A5Nye7ssHGThMON2BnkbWVfeBTXQUzt8 { display:block;position:relative; }
#y80CDiD5xa00BuCtWdDySF8ERHGP3B3W #bK3TUNXxGpvzWda8eyzN3f9kXyAPZ3co {  }
#y80CDiD5xa00BuCtWdDySF8ERHGP3B3W #ZWJNfqNzh4wDOueAAbbGWQi7D5KlNtT6 {  }
#y80CDiD5xa00BuCtWdDySF8ERHGP3B3W #VMGD9CONzcnVO3rqu72roiEVhwsBgg4J { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#y80CDiD5xa00BuCtWdDySF8ERHGP3B3W #AkMlOlsPb7CTno8VTe10S2obzPsbdyRG { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#y80CDiD5xa00BuCtWdDySF8ERHGP3B3W #W15DSS1NZypkEOzT27xT9C2VFKdNeHgn { display:block;position:relative; }
#y80CDiD5xa00BuCtWdDySF8ERHGP3B3W #CVs86wt2DFaEdivp1abZ2MR2VgZPTKwb {  }
#y80CDiD5xa00BuCtWdDySF8ERHGP3B3W #PBagWd2oaib0UxGRFImv1UZO6BZapAFl { display:none; }
#y80CDiD5xa00BuCtWdDySF8ERHGP3B3W #C2f0FhHFSTq0qrUrFa3SqvlXQexWwPKz { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#y80CDiD5xa00BuCtWdDySF8ERHGP3B3W #StVxH168Q2393wDvDopmK74hv4XHo9Qt { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#y80CDiD5xa00BuCtWdDySF8ERHGP3B3W #onfE8nHUngg0W2QxeIqJ9NLTydDkK4Le { display:block;position:relative; }
#y80CDiD5xa00BuCtWdDySF8ERHGP3B3W #yDgf75rfmyUfhyeenOADcpLNx0ZAmDIQ {  }
#y80CDiD5xa00BuCtWdDySF8ERHGP3B3W #Zz8JnZ5iw9yaRnTcuD3a4dq5aUVa8K6w { display:none; }
#y80CDiD5xa00BuCtWdDySF8ERHGP3B3W #ObFbcr9kOMx2cmp7K46bcuDibAV8aLls { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#y80CDiD5xa00BuCtWdDySF8ERHGP3B3W #TJdEVERUCpV6rZ5m4n17NbBqcgNUfVUI { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#y80CDiD5xa00BuCtWdDySF8ERHGP3B3W #MleJT75c9R8eEhtVHmxLq35qw6PnTlL8 { display:block;position:relative; }
#y80CDiD5xa00BuCtWdDySF8ERHGP3B3W #MFuDKAN0STPMQS4ZbdlOJ0aOn86JMdsI {  }
#y80CDiD5xa00BuCtWdDySF8ERHGP3B3W #RNJUEban2cwkpSiQxJmw371hwhNxQTRG { display:none; }
#PmZdF2qLW8LzVuV7dLXd0Khi4pOJeeqi { position:relative;display:block; }#PmZdF2qLW8LzVuV7dLXd0Khi4pOJeeqi { background-color: transparent; background-image: none; }#PmZdF2qLW8LzVuV7dLXd0Khi4pOJeeqi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PmZdF2qLW8LzVuV7dLXd0Khi4pOJeeqi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PmZdF2qLW8LzVuV7dLXd0Khi4pOJeeqi > .row .container > .video-iframe-container { display: none; }#PmZdF2qLW8LzVuV7dLXd0Khi4pOJeeqi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PmZdF2qLW8LzVuV7dLXd0Khi4pOJeeqi > .row > .video-iframe-container { display: none; }#PmZdF2qLW8LzVuV7dLXd0Khi4pOJeeqi > .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); }#PmZdF2qLW8LzVuV7dLXd0Khi4pOJeeqi { border-width: 0; border-radius: 0; }#PmZdF2qLW8LzVuV7dLXd0Khi4pOJeeqi > .row .container > .video-iframe-container { border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem; }#PmZdF2qLW8LzVuV7dLXd0Khi4pOJeeqi > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;font-size:0.875rem;font-family:arial;height:0.5rem;width:60rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;position:relative;display:block; }#HwU84xgW7Szq1PmVT5LQ5VRQyXXSH4mf { position:relative;display:block; }#HwU84xgW7Szq1PmVT5LQ5VRQyXXSH4mf { background-color: transparent; background-image: none; }#HwU84xgW7Szq1PmVT5LQ5VRQyXXSH4mf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HwU84xgW7Szq1PmVT5LQ5VRQyXXSH4mf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HwU84xgW7Szq1PmVT5LQ5VRQyXXSH4mf > .row .container > .video-iframe-container { display: none; }#HwU84xgW7Szq1PmVT5LQ5VRQyXXSH4mf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HwU84xgW7Szq1PmVT5LQ5VRQyXXSH4mf > .row > .video-iframe-container { display: none; }#HwU84xgW7Szq1PmVT5LQ5VRQyXXSH4mf > .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); }#HwU84xgW7Szq1PmVT5LQ5VRQyXXSH4mf { border-width: 0; border-radius: 0; }#HwU84xgW7Szq1PmVT5LQ5VRQyXXSH4mf > .row .container > .video-iframe-container { border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem; }#HwU84xgW7Szq1PmVT5LQ5VRQyXXSH4mf > .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:6.8125rem;width:60rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;position:relative;display:block; }#WJ0ViRDkcZ7ya2ge1Dbga7xGE9gxior0 { color:rgba(var(--color-tertiary-4),1);display:block;width:32.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.9375rem;left:13.625rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#f0nXGBmzKFufKJOuDNOhQW30kAVJhCl5 { position:relative;display:block; }#f0nXGBmzKFufKJOuDNOhQW30kAVJhCl5 { background-color: transparent; background-image: none; }#f0nXGBmzKFufKJOuDNOhQW30kAVJhCl5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f0nXGBmzKFufKJOuDNOhQW30kAVJhCl5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f0nXGBmzKFufKJOuDNOhQW30kAVJhCl5 > .row .container > .video-iframe-container { display: none; }#f0nXGBmzKFufKJOuDNOhQW30kAVJhCl5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f0nXGBmzKFufKJOuDNOhQW30kAVJhCl5 > .row > .video-iframe-container { display: none; }#f0nXGBmzKFufKJOuDNOhQW30kAVJhCl5 > .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); }#f0nXGBmzKFufKJOuDNOhQW30kAVJhCl5 { border-width: 0; border-radius: 0; }#f0nXGBmzKFufKJOuDNOhQW30kAVJhCl5 > .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; }#f0nXGBmzKFufKJOuDNOhQW30kAVJhCl5 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:37.4375rem;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; }#g4iVO1ibnK5CR5crUmrXTJBfMhLFS3wy { box-sizing:content-box;height:32.1875rem;width:59.75rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-2),0.02);background-image:none;top:2.4375rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);display:block; }
#rsnFFBZ3BT3W8sclkpMnZLRHFfxvJBlT { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:2.5625rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:28.625rem;left:1.875rem;display:block; }
#LrIrDkAnsr3nCIu7RZ3TpXZo0hJlk5TU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ze6VXB8ZpKk6d9AIRwAgFHcJa6TXVMNU { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:20.0625rem;left:1.875rem;height:6.499rem;display:block; }
#n5FtcNkHQhmlvCD13Tu1Gy61aziXvySm { color:rgba(var(--color-primary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:17.6875rem;left:1.875rem;height:1.70625rem;font-style:normal;display:block; }
#KZo6AUoRqOw7vDTArci9rFrZeNno7r98 { position:absolute;display:block;z-index:15002;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: none;height:12.5rem;width:12.5rem;top:4.46875rem;left:2.0625rem;overflow:hidden;display:block; }
#MN6kVHAWXgBepxDeuQd7XG6y3gFtMc5b { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:20.125rem;left:16.625rem;height:3.8994125rem;display:block; }
#Lnn1t37kaJzcWuMRbUPwE6e3TTNc2qFl { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:2.5625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:28.6875rem;left:16.625rem;display:block; }
#DcXdASRtTEFCDPN08anoaAUaRFzMaPTm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#S2nLsTGacQC4lTMvLc55XGKpVwmcfqGB { color:rgba(var(--color-primary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:17.75rem;left:16.625rem;height:1.70625rem;font-style:normal;display:block; }
#JSxp6ExS5LQyTw59OTxSiOynTBdkcvRF { position:absolute;display:block;z-index:15006;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: none;height:12.4375rem;width:12.5rem;top:4.5rem;left:16.625rem;overflow:hidden;display:block; }
#shvDfTo2FFSCrJgTkziVQ1eufdpsyFFm { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:2.5625rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:28.6875rem;left:45.75rem;display:block; }
#tGSXgVnLt0LbgLdNmlvoMq4U2OcGUnwa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SEb7RNFq4zArenagm7ZXtefwWEF6SPVL { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:20.125rem;left:45.75rem;height:7.7988125rem;display:block; }
#wZ8p7Vr0rKRiC4ZhwigL6bguGE7sp4wg { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:2.5625rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:28.6875rem;left:31.375rem;display:block; }
#pJxO3qn7O10RfbTUxIZsoAaEPceXFD97 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wEmh6RvbhFyBvXcXywmNuAeGPAJHzvKK { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:20.125rem;left:31.375rem;height:5.2rem;display:block; }
#P8LSXKHU6pv3vwkFd5gdnm3tIJpZ4kb9 { color:rgba(var(--color-primary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:17.75rem;left:31.375rem;height:1.70625rem;font-style:normal;display:block; }
#ULq23Tnh10O3WbETr5IszPyK74Tvc6aH { color:rgba(var(--color-primary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:17.75rem;left:45.75rem;height:1.70625rem;font-style:normal;display:block; }
#t32SXifywUS1SC5XcdSvo7OkMWSnhGXo { position:absolute;display:block;z-index:15010;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: none;height:12.4375rem;width:12.4375rem;top:4.5rem;left:31.375rem;overflow:hidden;display:block; }
#wG2W2WMmwsnpLmxmXR9OLJWbEUhcJob9 { position:absolute;display:block;z-index:15014;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: none;height:12.4375rem;width:12.4375rem;top:4.5rem;left:45.75rem;overflow:hidden;display:block; }
#HnvxIlcx16Zhp3mqdbU2GsS5L7btMCq0 { box-sizing:content-box;height:32.1875rem;width:59.75rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-2),0.02);background-image:none;top:2.4375rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);display:none; }
#aDSvXVaQws8M23yTqKTdDxsuItOtHAUZ { box-sizing:content-box;height:32.1875rem;width:59.75rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-2),0.02);background-image:none;top:2.4375rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);display:none; }
#hHPTuCWkhoJz0cEGgH4gki2wpldwVGpT { box-sizing:content-box;height:32.1875rem;width:59.75rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-2),0.02);background-image:none;top:2.4375rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);display:none; }
#KymIBsut3xHmMt6TJVseQ8JN1vhKmBOs { position:relative;display:block; }#KymIBsut3xHmMt6TJVseQ8JN1vhKmBOs { background-color: transparent; background-image: none; }#KymIBsut3xHmMt6TJVseQ8JN1vhKmBOs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KymIBsut3xHmMt6TJVseQ8JN1vhKmBOs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KymIBsut3xHmMt6TJVseQ8JN1vhKmBOs > .row .container > .video-iframe-container { display: none; }#KymIBsut3xHmMt6TJVseQ8JN1vhKmBOs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KymIBsut3xHmMt6TJVseQ8JN1vhKmBOs > .row > .video-iframe-container { display: none; }#KymIBsut3xHmMt6TJVseQ8JN1vhKmBOs > .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); }#KymIBsut3xHmMt6TJVseQ8JN1vhKmBOs { border-width: 0; border-radius: 0; }#KymIBsut3xHmMt6TJVseQ8JN1vhKmBOs > .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; }#KymIBsut3xHmMt6TJVseQ8JN1vhKmBOs > .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:12.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; }#gKmTyZCCtbb1K3FHuQs34CCdInvByDiX { color:rgba(var(--color-primary-2),1);display:block;width:32.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0.625rem;left:13.625rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Jl7tQW9wmf163CwonHpFkSEPnKGS6v9A { z-index:15006;top:4.8125rem;left:15.3125rem;background-color:rgba(var(--color-secondary-4),1);background-image:none;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;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#CTS10p3EmkSIrJ0iNltT1S7HWp8L0QHW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HdWRHHlhxxAa5vTOit9GUBCADZEyVCTB { z-index:15007;top:4.8125rem;left:30.6875rem;background-color:rgba(var(--color-secondary-4),1);background-image:none;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;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#NV2blNx9k5q8B9Bc7PIx2lLt47Ew518U { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#C1BpEiXHahfwFTFMsZpFluMEiaZ5RC6a { position:relative;display:block; }#C1BpEiXHahfwFTFMsZpFluMEiaZ5RC6a { background-color: transparent; background-image: none; }#C1BpEiXHahfwFTFMsZpFluMEiaZ5RC6a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C1BpEiXHahfwFTFMsZpFluMEiaZ5RC6a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C1BpEiXHahfwFTFMsZpFluMEiaZ5RC6a > .row .container > .video-iframe-container { display: none; }#C1BpEiXHahfwFTFMsZpFluMEiaZ5RC6a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C1BpEiXHahfwFTFMsZpFluMEiaZ5RC6a > .row > .video-iframe-container { display: none; }#C1BpEiXHahfwFTFMsZpFluMEiaZ5RC6a > .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); }#C1BpEiXHahfwFTFMsZpFluMEiaZ5RC6a { border-width: 0; border-radius: 0; }#C1BpEiXHahfwFTFMsZpFluMEiaZ5RC6a > .row .container > .video-iframe-container { border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem; }#C1BpEiXHahfwFTFMsZpFluMEiaZ5RC6a > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-2),1);background-image:none;font-size:0.875rem;font-family:arial;height:0.75rem;width:60rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;position:relative;display:block; }#PpC7s23Gbs4vcAhk6zardM1DsmOXWs3t { position:relative;display:block; }#PpC7s23Gbs4vcAhk6zardM1DsmOXWs3t { background-color: transparent; background-image: none; }#PpC7s23Gbs4vcAhk6zardM1DsmOXWs3t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PpC7s23Gbs4vcAhk6zardM1DsmOXWs3t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PpC7s23Gbs4vcAhk6zardM1DsmOXWs3t > .row .container > .video-iframe-container { display: none; }#PpC7s23Gbs4vcAhk6zardM1DsmOXWs3t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PpC7s23Gbs4vcAhk6zardM1DsmOXWs3t > .row > .video-iframe-container { display: none; }#PpC7s23Gbs4vcAhk6zardM1DsmOXWs3t > .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); }#PpC7s23Gbs4vcAhk6zardM1DsmOXWs3t { border-width: 0; border-radius: 0; }#PpC7s23Gbs4vcAhk6zardM1DsmOXWs3t > .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; }#PpC7s23Gbs4vcAhk6zardM1DsmOXWs3t > .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:27.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; }#T0wiEUo0KassJT9eOastodwdCJaa78fC { color:#000000;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:21.3125rem;left:7.3125rem;height:1.05625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RA6w5zi1RLrKad1JkbgnR8MGuW6cCzrw { color:#000000;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:21.3125rem;left:23.75rem;height:1.05625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#A2I4Wr4KUh3SaR2yuGIUBw4G3tK45ZkP { color:#000000;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:21.3125rem;left:40.25rem;height:1.05625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Beff0FyQStc87uhJkzuzvG3CoOBGh34C { color:rgba(var(--color-tertiary-4),1);display:block;width:20.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:24.1875rem;left:19.75rem;height:0.9746125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iwRFKkFRkVk0n9wFiiqDTTqbQWHpmPkT { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.1875rem 0.1875rem 0.625rem rgba(var(--color-primary-2),1) ;height:12.3125rem;width:18.625rem;top:2.4375rem;left:41.375rem;overflow:hidden;display:block; }
#RzWAURU5eS0g6NahKmB9u9IsJyLZFpxd { position:absolute;display:block;z-index:15074;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:3.875rem;top:7.1875rem;left:48.8125rem;overflow:hidden;display:block; }
#F0SCK6enrX4Id8WtMfFM1UMfV4dhp1sW { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.5625rem;width:14.5rem;top:3.3125rem;left:0rem;overflow:hidden;display:block; }
#rpd7EAvrufPJWc8dKTdgFEcwmKFXnR0C { color:rgba(var(--color-tertiary-4),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:10.6875rem;left:21.5625rem;height:1.29980625rem;font-style:normal;display:block; }
#N6XJh7BykLlTOuGdTIB8ubgVT7WkB7l7 { color:rgba(var(--color-primary-2),1);display:block;width:15.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:7.1875rem;left:21.625rem;height:2.923825rem;font-style:normal;display:block; }
#oiNE1P1zysfTOJE1s8PuvNVU7oRdd3Az { box-sizing:content-box;color:rgba(var(--color-tertiary-4),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15035;top:2.4375rem;left:20.5625rem;display:block; }
#FFXeStiQNDzbaMFS9OnIXRXh56vLreBE { box-sizing:content-box;height:0.1875rem;width:14.375rem;position:absolute;display:block;z-index:15075;background-color:rgba(var(--color-primary-2),1);background-image:none;top:6.125rem;left:21.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#Bp0u6Sbo1AhWdbU92IMtdVbB0Qahi7Od { color:rgba(var(--color-primary-2),1);display:block;width:11.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:3.1875rem;left:23.6875rem;height:1.625rem;font-style:normal;display:block; }
#xaNe1fvvyVHDND1E7Hps8ibiFXCrlSvo { color:rgba(var(--color-primary-2),1);display:block;width:15.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15047;line-height:1.3;letter-spacing:0;top:13.6875rem;left:0rem;height:1.29980625rem;font-style:normal;display:block; }
#uXdaact3RUcEVkTVP5vARyguOU5TxllA { color:rgba(var(--color-primary-2),1);display:block;width:5.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15067;line-height:1.3;letter-spacing:0;top:13.375rem;left:24.75rem;height:1.4619125rem;font-style:normal;display:block; }
#TFbdluxuxAo8LVkA39179xznJ0dwOak4 { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.1875rem;top:13rem;left:21.5625rem;overflow:hidden;display:block; }
#UAbdIhIKcZKIJCe5xW6cxDQSOJTl3rCv { box-sizing:content-box;height:0.9375rem;width:0.1875rem;position:absolute;display:block;z-index:15076;background-color:rgba(var(--color-primary-2),1);background-image:none;top:21.37109375rem;left:22.5625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#dK8Td2sy7EQgDfSyoaIIdqxeOTAKzZfL { box-sizing:content-box;height:0.9375rem;width:0.1875rem;position:absolute;display:block;z-index:15077;background-color:rgba(var(--color-primary-2),1);background-image:none;top:21.37109375rem;left:38.15625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#qdPL0SJXHTX0Rz9sP0bfK7zWwlGr03Db { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#qdPL0SJXHTX0Rz9sP0bfK7zWwlGr03Db > .row .container { background-color: transparent; background-image: none; }#qdPL0SJXHTX0Rz9sP0bfK7zWwlGr03Db::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qdPL0SJXHTX0Rz9sP0bfK7zWwlGr03Db > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qdPL0SJXHTX0Rz9sP0bfK7zWwlGr03Db > .row .container > .video-iframe-container { display: none; }#qdPL0SJXHTX0Rz9sP0bfK7zWwlGr03Db > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qdPL0SJXHTX0Rz9sP0bfK7zWwlGr03Db > .row > .video-iframe-container { display: none; }#qdPL0SJXHTX0Rz9sP0bfK7zWwlGr03Db > .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); }#qdPL0SJXHTX0Rz9sP0bfK7zWwlGr03Db > .row .container { border-width: 0; border-radius: 0; }#qdPL0SJXHTX0Rz9sP0bfK7zWwlGr03Db > .row > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#qdPL0SJXHTX0Rz9sP0bfK7zWwlGr03Db > .row .container { font-size:0.875rem;font-family:arial;height:2.1875rem;width:60rem;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ntNp4RdH4TTQNHXc4vb58qB2XNHwO8se { display:block; }#ntNp4RdH4TTQNHXc4vb58qB2XNHwO8se > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xh1ofybRNvXl8GJ8Eo7KLpc9BvbUTy5Q { width:47.75rem;height:47.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #r8Qw8lB8kF2PssLSb1zmCVKB1InS9MXN { top:0rem;left:0rem;width:47.75rem;height:21.388020833333rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwV20EXNJhzIohKtZIRw78WuiLVGyZT4 .widget-regular-label { width:45.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#xwV20EXNJhzIohKtZIRw78WuiLVGyZT4 .widget-input-text { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xwV20EXNJhzIohKtZIRw78WuiLVGyZT4 .widget-input-text {padding-top: 0; padding-bottom: 0;}#xwV20EXNJhzIohKtZIRw78WuiLVGyZT4 .widget-textarea { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xwV20EXNJhzIohKtZIRw78WuiLVGyZT4 .widget-input-select { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xwV20EXNJhzIohKtZIRw78WuiLVGyZT4 .widget-input-select {padding-top: 0; padding-bottom: 0;}#xwV20EXNJhzIohKtZIRw78WuiLVGyZT4 .widget-input-button { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xwV20EXNJhzIohKtZIRw78WuiLVGyZT4 .widget-checkbox-label { width:43.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#xwV20EXNJhzIohKtZIRw78WuiLVGyZT4  { width:45.25rem;height:auto;top:2.125rem;left:0rem; }
#xwV20EXNJhzIohKtZIRw78WuiLVGyZT4 .radio-container { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xwV20EXNJhzIohKtZIRw78WuiLVGyZT4 {display:block;}#xwV20EXNJhzIohKtZIRw78WuiLVGyZT4 { width:45.25rem;height:auto;top:2.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xwV20EXNJhzIohKtZIRw78WuiLVGyZT4 #zWmiezZV85rtb4Kw2Qk43yMJFBDVu1ID {  }
 }@media only screen and (max-width: 763px) { #xwV20EXNJhzIohKtZIRw78WuiLVGyZT4 #NyPk1LJno8wNTe5OFWE8HlwD2aFs53eG { display:block; }
 }@media only screen and (max-width: 763px) { #xwV20EXNJhzIohKtZIRw78WuiLVGyZT4 #rF55VtdrOhS9EWUoNFUHvBvJMo9aZ3zW {  }
 }@media only screen and (max-width: 763px) { #xwV20EXNJhzIohKtZIRw78WuiLVGyZT4 #ExXSsxSAfzqbTNhlTR4NVNTDdxzr3TIl {  }
 }@media only screen and (max-width: 763px) { #xwV20EXNJhzIohKtZIRw78WuiLVGyZT4 #ImqDNasEsEGEEvwZGcW5VmdFrlFR1CSX { display:block; }
 }@media only screen and (max-width: 763px) { #xwV20EXNJhzIohKtZIRw78WuiLVGyZT4 #bNoIyB4tg2wqOMyTvQ7xSg33UUrqka3C {  }
 }@media only screen and (max-width: 763px) { #xwV20EXNJhzIohKtZIRw78WuiLVGyZT4 #vvLPKBrDMul1EycgvrxH9wPorCXONvQH {  }
 }@media only screen and (max-width: 763px) { #xwV20EXNJhzIohKtZIRw78WuiLVGyZT4 #a9B5nstiD61LuQFMTbfzfsvOcInIkQ5P { display:block; }
 }@media only screen and (max-width: 763px) { #xwV20EXNJhzIohKtZIRw78WuiLVGyZT4 #M1bCkXHSKqp2gfmdkCgXPIEFiflQie5O {  }
 }@media only screen and (max-width: 763px) { #xwV20EXNJhzIohKtZIRw78WuiLVGyZT4 #VpBK3GaOg8aWc7C0iaUTEQGT2iKQu9EH {  }
 }@media only screen and (max-width: 763px) { #xwV20EXNJhzIohKtZIRw78WuiLVGyZT4 #Sua4am99Tlw93NFDtAZVbJksNSXDNd0n {  }
 }@media only screen and (max-width: 763px) { #xwV20EXNJhzIohKtZIRw78WuiLVGyZT4 #SdySyWvCaMD1yiMBkebbhvaiPbFrhfFM {  }
 }@media only screen and (max-width: 763px) { #xwV20EXNJhzIohKtZIRw78WuiLVGyZT4 #BvN72rpNCKZAAONpRB1C2aItpTG0wEtT {  }
 }@media only screen and (max-width: 763px) { #xwV20EXNJhzIohKtZIRw78WuiLVGyZT4 #sTl9aEmWlENngHTMUmgVmkuqKlBsW93M {  }
 }@media only screen and (max-width: 763px) { #xwV20EXNJhzIohKtZIRw78WuiLVGyZT4 #rTa42RkrFo55hCLAeu5UO5FoufkEix1C {  }
 }@media only screen and (max-width: 763px) { #xwV20EXNJhzIohKtZIRw78WuiLVGyZT4 #QByC1F7NCtG6WUiI3d4b55hsR9hfseEK {  }
 }@media only screen and (max-width: 763px) { #xwV20EXNJhzIohKtZIRw78WuiLVGyZT4 #RmX4U050SLqZoBKTbvUndIzlsMnRZ0TZ {  }
 }@media only screen and (max-width: 763px) { #xwV20EXNJhzIohKtZIRw78WuiLVGyZT4 #Xa0LvA9sSRB0aLkwZZkPz4yTFNgmywkt {  }
 }@media only screen and (max-width: 763px) { #xwV20EXNJhzIohKtZIRw78WuiLVGyZT4 #Pn2hDhcyNbv9JA0NUqVhQfsI5ABFqIF0 {  }
 }@media only screen and (max-width: 763px) { #xwV20EXNJhzIohKtZIRw78WuiLVGyZT4 #toV7xi8L9cFvOy1S2w5oywbJtg4F4ALz {  }
 }@media only screen and (max-width: 763px) { #nTqVkcPigkkRUQCyk0SPTLRFSK4BALbN { display:block; }
 }@media only screen and (max-width: 763px) { #lDpWgI4dstasvtIWrbieVK3INffdyzPa { display:block; }
 }@media only screen and (max-width: 763px) { #xwV20EXNJhzIohKtZIRw78WuiLVGyZT4 #weOmEyxoUsBTHqToub9cEPgFQ1U2NHdg {  }
 }@media only screen and (max-width: 763px) { #xwV20EXNJhzIohKtZIRw78WuiLVGyZT4 #XKpLGLAolCXMX1FCIcxmFSG7XBSW3fg8 {  }
 }@media only screen and (max-width: 763px) { #OlgVS3ehb2KhXd79RuWrPuPAH4UsARUk { top:40.8125rem;left:26.625rem;width:21.125rem;height:4.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #od71ornly24Cx7EDBQqNczkncUolpWRM { top:32.25rem;left:28.9375rem;width:18.8125rem;height:4.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkvcOSLa0l1JdxaKBxexmRT28VS2PUaT { top:47.4375rem;left:26.625rem;width:21.125rem;height:4.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ny6EDbP79QvebJXCy9CITIDWDge1iR3q { top:37.6875rem;left:27.25rem;width:20.5rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsUq2bhfOBupkGnFlQIIby6uHpvk1EsE { display:block; }#ZsUq2bhfOBupkGnFlQIIby6uHpvk1EsE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ASLVCATxWPhMEk8IPUvCzhtI0XKaqebA { display:block; }#ASLVCATxWPhMEk8IPUvCzhtI0XKaqebA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aN7GVb8uFgdf8X6pDTmpth0F4tK2lZNt { top:5.625rem;left:25.75rem;width:14.3125rem;height:2.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4CcandLQafmFxIzOKpcSMZEXJ0Hu5Hd { top:9.125rem;left:25.75rem;width:21rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x13NSyWVEcl1x0IKvAJNBH6gGpt1TK4g { top:12.0625rem;left:20.5625rem;width:27.1875rem;height:;font-size:0.875rem;display:block; }#x13NSyWVEcl1x0IKvAJNBH6gGpt1TK4g li:before{  }
 }@media only screen and (max-width: 763px) { #TxbUffriKFeKWSKkPy5ewsPdQ7dTyqdI { top:3.3125rem;left:0rem;width:30rem;height:38.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iP0rX6ryiXXqTtQOa43cISUAzwDeTPwe { top:45.375rem;left:0rem;width:47.75rem;height:;font-size:0.875rem;display:block; }#iP0rX6ryiXXqTtQOa43cISUAzwDeTPwe li:before{  }
 }@media only screen and (max-width: 763px) { #pH6AArcLWadtgFKesy4GCIGwB6nLQDGX { top:42.4375rem;left:0rem;width:15rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kd9QTKXIPa1EeKeH8CEr2ZqZSShaTeFL { top:3.3125rem;left:0rem;width:47.5rem;height:57.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIDLKVGiz30O63qSKqnpPEJ84mrNPeTS { display:block; }#FIDLKVGiz30O63qSKqnpPEJ84mrNPeTS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lP50opmV4546Rd3DHgrQG45T7HxI8Jho { display:block; }#lP50opmV4546Rd3DHgrQG45T7HxI8Jho > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eIaTVVavweJ9pL63nAmp4UtLnHbXvJrh { top:5.75rem;left:0rem;width:16.9375rem;height:2.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMGydPgkuMJJJDABsVxLnRJlM4K1nGv6 { top:9.1875rem;left:0rem;width:21rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLnTDDBnmqQkBIyOpel2BZ6bkxuuMs2T { top:12.125rem;left:0rem;width:27.1875rem;height:;font-size:0.875rem;display:block; }#TLnTDDBnmqQkBIyOpel2BZ6bkxuuMs2T li:before{  }
 }@media only screen and (max-width: 763px) { #MChaF9PPzMvxERqA67XOf25n7fb8yusi { top:3.4375rem;left:17.625rem;width:30rem;height:38.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2Ox5RZTfES0T7Uw8cuhu2Jxee6IP5Mp { top:55.5rem;left:0rem;width:47.75rem;height:15.125rem;font-size:0.875rem;display:block; }#q2Ox5RZTfES0T7Uw8cuhu2Jxee6IP5Mp li:before{  }
 }@media only screen and (max-width: 763px) { #t7KZI9ZWoly83cvPpvLNtONVaamQfLsS { top:41.6875rem;left:0rem;width:47.75rem;height:9.9375rem;font-size:0.875rem;display:block; }#t7KZI9ZWoly83cvPpvLNtONVaamQfLsS li:before{  }
 }@media only screen and (max-width: 763px) { #WXG183UrssyZ6NOL0UryInpC9cqhTrB3 { top:52.5625rem;left:0rem;width:15rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hV9hrCJUmOQseVObs1hCuFEDfGBDc8Q0 { top:3.4375rem;left:0rem;width:47.5rem;height:69.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKvUltZ4vG0fsMRqci7qkWEfFgM01NXe { display:block; }#qKvUltZ4vG0fsMRqci7qkWEfFgM01NXe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AT57Vr3CWdzdkDTO9phnLJIFIig0pH3k { display:block; }#AT57Vr3CWdzdkDTO9phnLJIFIig0pH3k > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J3ARMn3krQ3mZu6ugaBSQH6JoUnDGM7s { display:block; }#J3ARMn3krQ3mZu6ugaBSQH6JoUnDGM7s > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VrfIEdGI53yPX9hKSdsiBnU52790Xb8T { top:2.375rem;left:0rem;width:32.625rem;height:2.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oA2rntFXrATx1c0hXuKn9UJsyToChMvH { top:10.5rem;left:0rem;width:27.1875rem;height:;font-size:0.875rem;display:block; }#oA2rntFXrATx1c0hXuKn9UJsyToChMvH li:before{  }
 }@media only screen and (max-width: 763px) { #MxC2lbTfrdK3W8T4dvxhTL96Wv3MJlq4 { top:9.5rem;left:20.5625rem;width:27.1875rem;height:17.4375rem;font-size:0.875rem;display:block; }#MxC2lbTfrdK3W8T4dvxhTL96Wv3MJlq4 li:before{  }
 }@media only screen and (max-width: 763px) { #nyf4oyhGDinxozzNqBz6lSsSM2wZPFA1 { top:6.6875rem;left:0rem;width:22.0625rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyLV8X53lkNtnzmlrWmFk8IDSNewSFoh { top:28.875rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #diuvia96IgGzVI22ONTFrrRF1PXiEouS { top:0rem;left:0rem;width:47.5rem;height:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtrbHldGLNbXAeGbVvCnlf3x5rNsE8zQ { display:block; }#QtrbHldGLNbXAeGbVvCnlf3x5rNsE8zQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gag6NDWGPvbSxqEnOI2ortdTu13EBetq { display:block; }#gag6NDWGPvbSxqEnOI2ortdTu13EBetq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tH3TfTQR6qhdc4gKPNVJuMuiPSg9MZaQ { top:1.5625rem;left:0rem;width:35.375rem;height:2.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y80CDiD5xa00BuCtWdDySF8ERHGP3B3W .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#y80CDiD5xa00BuCtWdDySF8ERHGP3B3W { display:flex;height:auto;width:27.8125rem;top:6.1875rem;left:0rem; }
#y80CDiD5xa00BuCtWdDySF8ERHGP3B3W .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #y80CDiD5xa00BuCtWdDySF8ERHGP3B3W #NA2xIQF4TfiXTATf0iRP7TQIqpAhlmxR {  }
 }@media only screen and (max-width: 763px) { #y80CDiD5xa00BuCtWdDySF8ERHGP3B3W #SqS3R1agfggkEIVv5uPgIzCO7WbvuwvT {  }
 }@media only screen and (max-width: 763px) { #y80CDiD5xa00BuCtWdDySF8ERHGP3B3W #A5Nye7ssHGThMON2BnkbWVfeBTXQUzt8 {  }
 }@media only screen and (max-width: 763px) { #y80CDiD5xa00BuCtWdDySF8ERHGP3B3W #bK3TUNXxGpvzWda8eyzN3f9kXyAPZ3co {  }
 }@media only screen and (max-width: 763px) { #y80CDiD5xa00BuCtWdDySF8ERHGP3B3W #ZWJNfqNzh4wDOueAAbbGWQi7D5KlNtT6 {  }
 }@media only screen and (max-width: 763px) { #y80CDiD5xa00BuCtWdDySF8ERHGP3B3W #VMGD9CONzcnVO3rqu72roiEVhwsBgg4J {  }
 }@media only screen and (max-width: 763px) { #y80CDiD5xa00BuCtWdDySF8ERHGP3B3W #AkMlOlsPb7CTno8VTe10S2obzPsbdyRG {  }
 }@media only screen and (max-width: 763px) { #y80CDiD5xa00BuCtWdDySF8ERHGP3B3W #W15DSS1NZypkEOzT27xT9C2VFKdNeHgn {  }
 }@media only screen and (max-width: 763px) { #y80CDiD5xa00BuCtWdDySF8ERHGP3B3W #CVs86wt2DFaEdivp1abZ2MR2VgZPTKwb {  }
 }@media only screen and (max-width: 763px) { #y80CDiD5xa00BuCtWdDySF8ERHGP3B3W #PBagWd2oaib0UxGRFImv1UZO6BZapAFl {  }
 }@media only screen and (max-width: 763px) { #y80CDiD5xa00BuCtWdDySF8ERHGP3B3W #C2f0FhHFSTq0qrUrFa3SqvlXQexWwPKz {  }
 }@media only screen and (max-width: 763px) { #y80CDiD5xa00BuCtWdDySF8ERHGP3B3W #StVxH168Q2393wDvDopmK74hv4XHo9Qt {  }
 }@media only screen and (max-width: 763px) { #y80CDiD5xa00BuCtWdDySF8ERHGP3B3W #onfE8nHUngg0W2QxeIqJ9NLTydDkK4Le {  }
 }@media only screen and (max-width: 763px) { #y80CDiD5xa00BuCtWdDySF8ERHGP3B3W #yDgf75rfmyUfhyeenOADcpLNx0ZAmDIQ {  }
 }@media only screen and (max-width: 763px) { #y80CDiD5xa00BuCtWdDySF8ERHGP3B3W #Zz8JnZ5iw9yaRnTcuD3a4dq5aUVa8K6w {  }
 }@media only screen and (max-width: 763px) { #y80CDiD5xa00BuCtWdDySF8ERHGP3B3W #ObFbcr9kOMx2cmp7K46bcuDibAV8aLls {  }
 }@media only screen and (max-width: 763px) { #y80CDiD5xa00BuCtWdDySF8ERHGP3B3W #TJdEVERUCpV6rZ5m4n17NbBqcgNUfVUI {  }
 }@media only screen and (max-width: 763px) { #y80CDiD5xa00BuCtWdDySF8ERHGP3B3W #MleJT75c9R8eEhtVHmxLq35qw6PnTlL8 {  }
 }@media only screen and (max-width: 763px) { #y80CDiD5xa00BuCtWdDySF8ERHGP3B3W #MFuDKAN0STPMQS4ZbdlOJ0aOn86JMdsI {  }
 }@media only screen and (max-width: 763px) { #y80CDiD5xa00BuCtWdDySF8ERHGP3B3W #RNJUEban2cwkpSiQxJmw371hwhNxQTRG {  }
 }@media only screen and (max-width: 763px) { #PmZdF2qLW8LzVuV7dLXd0Khi4pOJeeqi { display:block; }#PmZdF2qLW8LzVuV7dLXd0Khi4pOJeeqi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HwU84xgW7Szq1PmVT5LQ5VRQyXXSH4mf { display:block; }#HwU84xgW7Szq1PmVT5LQ5VRQyXXSH4mf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WJ0ViRDkcZ7ya2ge1Dbga7xGE9gxior0 { top:1.9375rem;left:7.5rem;width:32.75rem;height:4.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0nXGBmzKFufKJOuDNOhQW30kAVJhCl5 { display:block; }#f0nXGBmzKFufKJOuDNOhQW30kAVJhCl5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g4iVO1ibnK5CR5crUmrXTJBfMhLFS3wy { top:2.4375rem;left:0rem;width:47.5rem;height:32.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsnFFBZ3BT3W8sclkpMnZLRHFfxvJBlT { width:12.5rem;height:2.5625rem;top:28.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrIrDkAnsr3nCIu7RZ3TpXZo0hJlk5TU { display:block; }
 }@media only screen and (max-width: 763px) { #ze6VXB8ZpKk6d9AIRwAgFHcJa6TXVMNU { top:20.0625rem;left:0rem;width:12.5rem;height:6.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5FtcNkHQhmlvCD13Tu1Gy61aziXvySm { top:17.6875rem;left:0rem;width:12.5rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZo6AUoRqOw7vDTArci9rFrZeNno7r98 { top:4.4375rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MN6kVHAWXgBepxDeuQd7XG6y3gFtMc5b { top:20.125rem;left:10.5rem;width:12.5rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lnn1t37kaJzcWuMRbUPwE6e3TTNc2qFl { width:12.5rem;height:2.5625rem;top:28.6875rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcXdASRtTEFCDPN08anoaAUaRFzMaPTm { display:block; }
 }@media only screen and (max-width: 763px) { #S2nLsTGacQC4lTMvLc55XGKpVwmcfqGB { top:17.75rem;left:10.5rem;width:12.5rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSxp6ExS5LQyTw59OTxSiOynTBdkcvRF { top:4.5rem;left:10.5rem;width:12.5rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #shvDfTo2FFSCrJgTkziVQ1eufdpsyFFm { width:12.5rem;height:2.5625rem;top:28.6875rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGSXgVnLt0LbgLdNmlvoMq4U2OcGUnwa { display:block; }
 }@media only screen and (max-width: 763px) { #SEb7RNFq4zArenagm7ZXtefwWEF6SPVL { top:20.125rem;left:35.25rem;width:12.5rem;height:7.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZ8p7Vr0rKRiC4ZhwigL6bguGE7sp4wg { width:12.5rem;height:2.5625rem;top:28.6875rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJxO3qn7O10RfbTUxIZsoAaEPceXFD97 { display:block; }
 }@media only screen and (max-width: 763px) { #wEmh6RvbhFyBvXcXywmNuAeGPAJHzvKK { top:20.125rem;left:25.25rem;width:12.5rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8LSXKHU6pv3vwkFd5gdnm3tIJpZ4kb9 { top:17.75rem;left:25.25rem;width:12.5rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULq23Tnh10O3WbETr5IszPyK74Tvc6aH { top:17.75rem;left:35.25rem;width:12.5rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t32SXifywUS1SC5XcdSvo7OkMWSnhGXo { top:4.5rem;left:25.25rem;width:12.4375rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wG2W2WMmwsnpLmxmXR9OLJWbEUhcJob9 { top:4.5rem;left:35.3125rem;width:12.4375rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HnvxIlcx16Zhp3mqdbU2GsS5L7btMCq0 { top:2.4375rem;left:0rem;width:47.5rem;height:32.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #aDSvXVaQws8M23yTqKTdDxsuItOtHAUZ { top:2.4375rem;left:0rem;width:47.5rem;height:32.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hHPTuCWkhoJz0cEGgH4gki2wpldwVGpT { top:2.4375rem;left:0rem;width:47.5rem;height:32.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KymIBsut3xHmMt6TJVseQ8JN1vhKmBOs { display:block; }#KymIBsut3xHmMt6TJVseQ8JN1vhKmBOs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gKmTyZCCtbb1K3FHuQs34CCdInvByDiX { top:0.625rem;left:7.5rem;width:32.75rem;height:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jl7tQW9wmf163CwonHpFkSEPnKGS6v9A { top:4.8125rem;left:9.1875rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTS10p3EmkSIrJ0iNltT1S7HWp8L0QHW { display:block; }
 }@media only screen and (max-width: 763px) { #HdWRHHlhxxAa5vTOit9GUBCADZEyVCTB { top:4.8125rem;left:24.5625rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NV2blNx9k5q8B9Bc7PIx2lLt47Ew518U { display:block; }
 }@media only screen and (max-width: 763px) { #C1BpEiXHahfwFTFMsZpFluMEiaZ5RC6a { display:block; }#C1BpEiXHahfwFTFMsZpFluMEiaZ5RC6a > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PpC7s23Gbs4vcAhk6zardM1DsmOXWs3t { display:block; }#PpC7s23Gbs4vcAhk6zardM1DsmOXWs3t > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T0wiEUo0KassJT9eOastodwdCJaa78fC { top:21.3125rem;left:1.1875rem;width:12.5rem;height:1rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RA6w5zi1RLrKad1JkbgnR8MGuW6cCzrw { top:21.3125rem;left:17.625rem;width:12.5rem;height:1rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2I4Wr4KUh3SaR2yuGIUBw4G3tK45ZkP { top:21.3125rem;left:34.125rem;width:12.5rem;height:1rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Beff0FyQStc87uhJkzuzvG3CoOBGh34C { top:24.1875rem;left:13.625rem;width:20.5rem;height:0.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwRFKkFRkVk0n9wFiiqDTTqbQWHpmPkT { top:2.4375rem;left:29.125rem;width:18.625rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzWAURU5eS0g6NahKmB9u9IsJyLZFpxd { top:7.1875rem;left:42.6875rem;width:3.875rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0SCK6enrX4Id8WtMfFM1UMfV4dhp1sW { top:3.3125rem;left:0rem;width:14.5rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpd7EAvrufPJWc8dKTdgFEcwmKFXnR0C { top:10.6875rem;left:15.4375rem;width:15.3125rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6XJh7BykLlTOuGdTIB8ubgVT7WkB7l7 { top:7.1875rem;left:15.5rem;width:15.8125rem;height:2.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oiNE1P1zysfTOJE1s8PuvNVU7oRdd3Az { top:2.4375rem;left:14.4375rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFXeStiQNDzbaMFS9OnIXRXh56vLreBE { top:6.125rem;left:15.5rem;width:14.375rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bp0u6Sbo1AhWdbU92IMtdVbB0Qahi7Od { top:3.1875rem;left:17.5625rem;width:11.5rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xaNe1fvvyVHDND1E7Hps8ibiFXCrlSvo { top:13.6875rem;left:0rem;width:15.875rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXdaact3RUcEVkTVP5vARyguOU5TxllA { top:13.375rem;left:18.625rem;width:5.1875rem;height:1.4375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TFbdluxuxAo8LVkA39179xznJ0dwOak4 { top:13rem;left:15.4375rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAbdIhIKcZKIJCe5xW6cxDQSOJTl3rCv { top:21.3125rem;left:16.4375rem;width:0.1875rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dK8Td2sy7EQgDfSyoaIIdqxeOTAKzZfL { top:21.3125rem;left:32.03125rem;width:0.1875rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdPL0SJXHTX0Rz9sP0bfK7zWwlGr03Db { display:block; }#qdPL0SJXHTX0Rz9sP0bfK7zWwlGr03Db > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ntNp4RdH4TTQNHXc4vb58qB2XNHwO8se { display:block; }#ntNp4RdH4TTQNHXc4vb58qB2XNHwO8se > .row .container { width:20rem;height:1.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:79.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xh1ofybRNvXl8GJ8Eo7KLpc9BvbUTy5Q { top:0rem;left:0rem;width:20rem;height:20rem;z-index:15003;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #r8Qw8lB8kF2PssLSb1zmCVKB1InS9MXN { width:17.125rem;height:7.625rem;top:21.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xwV20EXNJhzIohKtZIRw78WuiLVGyZT4 .widget-regular-label { width:17.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:block;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top; }
#xwV20EXNJhzIohKtZIRw78WuiLVGyZT4 .widget-input-text { width:17.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top;height:2.5rem; }
#xwV20EXNJhzIohKtZIRw78WuiLVGyZT4 .widget-input-text {padding-top: 0; padding-bottom: 0;}#xwV20EXNJhzIohKtZIRw78WuiLVGyZT4 .widget-textarea { width:17.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#xwV20EXNJhzIohKtZIRw78WuiLVGyZT4 .widget-input-select { width:17.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#xwV20EXNJhzIohKtZIRw78WuiLVGyZT4 .widget-input-select {padding-top: 0; padding-bottom: 0;}#xwV20EXNJhzIohKtZIRw78WuiLVGyZT4 .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#xwV20EXNJhzIohKtZIRw78WuiLVGyZT4 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#xwV20EXNJhzIohKtZIRw78WuiLVGyZT4 .widget-input-button { width:17.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:3.0625rem; }
#xwV20EXNJhzIohKtZIRw78WuiLVGyZT4 .widget-checkbox-label { width:15.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.6875rem;overflow:hidden;height:auto; }
#xwV20EXNJhzIohKtZIRw78WuiLVGyZT4  { width:17.125rem;height:auto;top:19.9375rem;left:0rem;border-top:0.1875rem solid #ca7d9a;border-left:0.1875rem solid #ca7d9a;border-right:0.1875rem solid #ca7d9a;border-bottom:0.1875rem solid #ca7d9a;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem; }
#xwV20EXNJhzIohKtZIRw78WuiLVGyZT4 .radio-container { width:17.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#xwV20EXNJhzIohKtZIRw78WuiLVGyZT4 {display:block;}#xwV20EXNJhzIohKtZIRw78WuiLVGyZT4 { width:17.125rem;height:auto;top:19.9375rem;left:0rem;border-top:0.1875rem solid #ca7d9a;border-left:0.1875rem solid #ca7d9a;border-right:0.1875rem solid #ca7d9a;border-bottom:0.1875rem solid #ca7d9a;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem; }
 }@media only screen and (max-width: 763px) { #xwV20EXNJhzIohKtZIRw78WuiLVGyZT4 #zWmiezZV85rtb4Kw2Qk43yMJFBDVu1ID {  }
 }@media only screen and (max-width: 763px) { #xwV20EXNJhzIohKtZIRw78WuiLVGyZT4 #NyPk1LJno8wNTe5OFWE8HlwD2aFs53eG { display:none; }
 }@media only screen and (max-width: 763px) { #xwV20EXNJhzIohKtZIRw78WuiLVGyZT4 #rF55VtdrOhS9EWUoNFUHvBvJMo9aZ3zW {  }
 }@media only screen and (max-width: 763px) { #xwV20EXNJhzIohKtZIRw78WuiLVGyZT4 #ExXSsxSAfzqbTNhlTR4NVNTDdxzr3TIl {  }
 }@media only screen and (max-width: 763px) { #xwV20EXNJhzIohKtZIRw78WuiLVGyZT4 #ImqDNasEsEGEEvwZGcW5VmdFrlFR1CSX { display:none; }
 }@media only screen and (max-width: 763px) { #xwV20EXNJhzIohKtZIRw78WuiLVGyZT4 #bNoIyB4tg2wqOMyTvQ7xSg33UUrqka3C {  }
 }@media only screen and (max-width: 763px) { #xwV20EXNJhzIohKtZIRw78WuiLVGyZT4 #vvLPKBrDMul1EycgvrxH9wPorCXONvQH {  }
 }@media only screen and (max-width: 763px) { #xwV20EXNJhzIohKtZIRw78WuiLVGyZT4 #a9B5nstiD61LuQFMTbfzfsvOcInIkQ5P { display:none; }
 }@media only screen and (max-width: 763px) { #xwV20EXNJhzIohKtZIRw78WuiLVGyZT4 #M1bCkXHSKqp2gfmdkCgXPIEFiflQie5O {  }
 }@media only screen and (max-width: 763px) { #xwV20EXNJhzIohKtZIRw78WuiLVGyZT4 #VpBK3GaOg8aWc7C0iaUTEQGT2iKQu9EH {  }
 }@media only screen and (max-width: 763px) { #xwV20EXNJhzIohKtZIRw78WuiLVGyZT4 #Sua4am99Tlw93NFDtAZVbJksNSXDNd0n { display:none; }
 }@media only screen and (max-width: 763px) { #xwV20EXNJhzIohKtZIRw78WuiLVGyZT4 #SdySyWvCaMD1yiMBkebbhvaiPbFrhfFM {  }
 }@media only screen and (max-width: 763px) { #xwV20EXNJhzIohKtZIRw78WuiLVGyZT4 #BvN72rpNCKZAAONpRB1C2aItpTG0wEtT {  }
 }@media only screen and (max-width: 763px) { #xwV20EXNJhzIohKtZIRw78WuiLVGyZT4 #sTl9aEmWlENngHTMUmgVmkuqKlBsW93M { display:none; }
 }@media only screen and (max-width: 763px) { #xwV20EXNJhzIohKtZIRw78WuiLVGyZT4 #rTa42RkrFo55hCLAeu5UO5FoufkEix1C {  }
 }@media only screen and (max-width: 763px) { #xwV20EXNJhzIohKtZIRw78WuiLVGyZT4 #QByC1F7NCtG6WUiI3d4b55hsR9hfseEK {  }
 }@media only screen and (max-width: 763px) { #xwV20EXNJhzIohKtZIRw78WuiLVGyZT4 #RmX4U050SLqZoBKTbvUndIzlsMnRZ0TZ {  }
 }@media only screen and (max-width: 763px) { #xwV20EXNJhzIohKtZIRw78WuiLVGyZT4 #Xa0LvA9sSRB0aLkwZZkPz4yTFNgmywkt {  }
 }@media only screen and (max-width: 763px) { #xwV20EXNJhzIohKtZIRw78WuiLVGyZT4 #Pn2hDhcyNbv9JA0NUqVhQfsI5ABFqIF0 {  }
 }@media only screen and (max-width: 763px) { #xwV20EXNJhzIohKtZIRw78WuiLVGyZT4 #toV7xi8L9cFvOy1S2w5oywbJtg4F4ALz {  }
 }@media only screen and (max-width: 763px) { #nTqVkcPigkkRUQCyk0SPTLRFSK4BALbN { display:block; }
 }@media only screen and (max-width: 763px) { #lDpWgI4dstasvtIWrbieVK3INffdyzPa { display:block; }
 }@media only screen and (max-width: 763px) { #xwV20EXNJhzIohKtZIRw78WuiLVGyZT4 #weOmEyxoUsBTHqToub9cEPgFQ1U2NHdg {  }
 }@media only screen and (max-width: 763px) { #xwV20EXNJhzIohKtZIRw78WuiLVGyZT4 #XKpLGLAolCXMX1FCIcxmFSG7XBSW3fg8 {  }
 }@media only screen and (max-width: 763px) { #OlgVS3ehb2KhXd79RuWrPuPAH4UsARUk { width:19.124rem;height:6.796875rem;top:59.75rem;left:0.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #od71ornly24Cx7EDBQqNczkncUolpWRM { width:18.8125rem;height:1.625rem;top:55.25rem;left:0.625rem;font-size:1.25rem;font-family:lato;display:block; }
 }@media only screen and (max-width: 763px) { #TkvcOSLa0l1JdxaKBxexmRT28VS2PUaT { width:19.125rem;height:6.796875rem;top:67.625rem;left:0.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ny6EDbP79QvebJXCy9CITIDWDge1iR3q { width:20rem;height:1.29980625rem;top:57.5rem;left:0rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ZsUq2bhfOBupkGnFlQIIby6uHpvk1EsE { background-color:#ca7d9a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZsUq2bhfOBupkGnFlQIIby6uHpvk1EsE > .row .container { background-color: transparent; background-image: none; }#ZsUq2bhfOBupkGnFlQIIby6uHpvk1EsE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZsUq2bhfOBupkGnFlQIIby6uHpvk1EsE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZsUq2bhfOBupkGnFlQIIby6uHpvk1EsE > .row .container > .video-iframe-container { display: none; }#ZsUq2bhfOBupkGnFlQIIby6uHpvk1EsE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZsUq2bhfOBupkGnFlQIIby6uHpvk1EsE > .row > .video-iframe-container { display: none; }#ZsUq2bhfOBupkGnFlQIIby6uHpvk1EsE > .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); }#ZsUq2bhfOBupkGnFlQIIby6uHpvk1EsE > .row .container { border-width: 0; border-radius: 0; }#ZsUq2bhfOBupkGnFlQIIby6uHpvk1EsE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZsUq2bhfOBupkGnFlQIIby6uHpvk1EsE > .row .container { width:20rem;height:0.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ASLVCATxWPhMEk8IPUvCzhtI0XKaqebA { display:block; }#ASLVCATxWPhMEk8IPUvCzhtI0XKaqebA > .row .container { width:20rem;height:103.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aN7GVb8uFgdf8X6pDTmpth0F4tK2lZNt { width:14.3125rem;height:1.4619125rem;top:31.125rem;left:0.9375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #U4CcandLQafmFxIzOKpcSMZEXJ0Hu5Hd { width:16.6875rem;height:1.29980625rem;top:34.0234375rem;left:0.9375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #x13NSyWVEcl1x0IKvAJNBH6gGpt1TK4g { width:18.125rem;height:33.74025rem;top:35.9482421875rem;left:0.9375rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:14999;display:block; }#x13NSyWVEcl1x0IKvAJNBH6gGpt1TK4g li:before{  }
 }@media only screen and (max-width: 763px) { #TxbUffriKFeKWSKkPy5ewsPdQ7dTyqdI { width:19.75rem;height:25.0625rem;top:3.4375rem;left:0rem;border-top:0.125rem solid #ca7d9a;border-left:0.125rem solid #ca7d9a;border-right:0.125rem solid #ca7d9a;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iP0rX6ryiXXqTtQOa43cISUAzwDeTPwe { width:18.125rem;height:22.380875rem;top:72.8623046875rem;left:0.9375rem;font-size:0.875rem;display:block; }#iP0rX6ryiXXqTtQOa43cISUAzwDeTPwe li:before{  }
 }@media only screen and (max-width: 763px) { #pH6AArcLWadtgFKesy4GCIGwB6nLQDGX { width:15rem;height:1.29980625rem;top:70.9375rem;left:0.9375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kd9QTKXIPa1EeKeH8CEr2ZqZSShaTeFL { width:19.75rem;height:93.875rem;top:3.4375rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #FIDLKVGiz30O63qSKqnpPEJ84mrNPeTS { background-color:#19abb5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FIDLKVGiz30O63qSKqnpPEJ84mrNPeTS > .row .container { background-color: transparent; background-image: none; }#FIDLKVGiz30O63qSKqnpPEJ84mrNPeTS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FIDLKVGiz30O63qSKqnpPEJ84mrNPeTS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FIDLKVGiz30O63qSKqnpPEJ84mrNPeTS > .row .container > .video-iframe-container { display: none; }#FIDLKVGiz30O63qSKqnpPEJ84mrNPeTS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FIDLKVGiz30O63qSKqnpPEJ84mrNPeTS > .row > .video-iframe-container { display: none; }#FIDLKVGiz30O63qSKqnpPEJ84mrNPeTS > .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); }#FIDLKVGiz30O63qSKqnpPEJ84mrNPeTS > .row .container { border-width: 0; border-radius: 0; }#FIDLKVGiz30O63qSKqnpPEJ84mrNPeTS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FIDLKVGiz30O63qSKqnpPEJ84mrNPeTS > .row .container { width:20rem;height:0.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lP50opmV4546Rd3DHgrQG45T7HxI8Jho { display:block; }#lP50opmV4546Rd3DHgrQG45T7HxI8Jho > .row .container { width:20rem;height:120.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eIaTVVavweJ9pL63nAmp4UtLnHbXvJrh { width:15.5625rem;height:1.4619125rem;top:31.25rem;left:0.9375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TMGydPgkuMJJJDABsVxLnRJlM4K1nGv6 { width:16.5rem;height:1.29980625rem;top:34.2109375rem;left:0.9375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TLnTDDBnmqQkBIyOpel2BZ6bkxuuMs2T { width:18.125rem;height:30.666rem;top:36.1357421875rem;left:0.9375rem;font-size:0.875rem;display:block; }#TLnTDDBnmqQkBIyOpel2BZ6bkxuuMs2T li:before{  }
 }@media only screen and (max-width: 763px) { #MChaF9PPzMvxERqA67XOf25n7fb8yusi { width:19.75rem;height:25.125rem;top:3.4375rem;left:0rem;border-top:0.125rem solid #19abb5;border-left:0.125rem solid #19abb5;border-right:0.125rem solid #19abb5;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2Ox5RZTfES0T7Uw8cuhu2Jxee6IP5Mp { width:18.125rem;height:27.1953125rem;top:85.3125rem;left:0.9375rem;font-size:0.875rem;display:block; }#q2Ox5RZTfES0T7Uw8cuhu2Jxee6IP5Mp li:before{  }
 }@media only screen and (max-width: 763px) { #t7KZI9ZWoly83cvPpvLNtONVaamQfLsS { width:18.125rem;height:15.0331875rem;top:67.11328125rem;left:0.9375rem;font-size:0.875rem;display:block; }#t7KZI9ZWoly83cvPpvLNtONVaamQfLsS li:before{  }
 }@media only screen and (max-width: 763px) { #WXG183UrssyZ6NOL0UryInpC9cqhTrB3 { width:15rem;height:1.29980625rem;top:83.375rem;left:0.9375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hV9hrCJUmOQseVObs1hCuFEDfGBDc8Q0 { width:19.75rem;height:111.125rem;top:3.4375rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #qKvUltZ4vG0fsMRqci7qkWEfFgM01NXe { background-color:#00539f;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qKvUltZ4vG0fsMRqci7qkWEfFgM01NXe > .row .container { background-color: transparent; background-image: none; }#qKvUltZ4vG0fsMRqci7qkWEfFgM01NXe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qKvUltZ4vG0fsMRqci7qkWEfFgM01NXe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qKvUltZ4vG0fsMRqci7qkWEfFgM01NXe > .row .container > .video-iframe-container { display: none; }#qKvUltZ4vG0fsMRqci7qkWEfFgM01NXe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qKvUltZ4vG0fsMRqci7qkWEfFgM01NXe > .row > .video-iframe-container { display: none; }#qKvUltZ4vG0fsMRqci7qkWEfFgM01NXe > .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); }#qKvUltZ4vG0fsMRqci7qkWEfFgM01NXe > .row .container { border-width: 0; border-radius: 0; }#qKvUltZ4vG0fsMRqci7qkWEfFgM01NXe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qKvUltZ4vG0fsMRqci7qkWEfFgM01NXe > .row .container { width:20rem;height:0.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AT57Vr3CWdzdkDTO9phnLJIFIig0pH3k { display:block; }#AT57Vr3CWdzdkDTO9phnLJIFIig0pH3k > .row .container { width:20rem;height:3.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J3ARMn3krQ3mZu6ugaBSQH6JoUnDGM7s { display:block; }#J3ARMn3krQ3mZu6ugaBSQH6JoUnDGM7s > .row .container { width:20rem;height:59.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VrfIEdGI53yPX9hKSdsiBnU52790Xb8T { width:18.3125rem;height:1.4619125rem;top:2.1875rem;left:0.9375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oA2rntFXrATx1c0hXuKn9UJsyToChMvH { width:18.125rem;height:17.277375rem;top:6.5107421875rem;left:0.9375rem;font-size:0.875rem;display:block; }#oA2rntFXrATx1c0hXuKn9UJsyToChMvH li:before{  }
 }@media only screen and (max-width: 763px) { #MxC2lbTfrdK3W8T4dvxhTL96Wv3MJlq4 { width:18.125rem;height:17.7890625rem;top:24.0625rem;left:0.9375rem;font-size:0.875rem;display:block; }#MxC2lbTfrdK3W8T4dvxhTL96Wv3MJlq4 li:before{  }
 }@media only screen and (max-width: 763px) { #nyf4oyhGDinxozzNqBz6lSsSM2wZPFA1 { width:17.5625rem;height:1.29980625rem;top:4.5859375rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyLV8X53lkNtnzmlrWmFk8IDSNewSFoh { width:18.125rem;height:5.19921875rem;top:45.6875rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #diuvia96IgGzVI22ONTFrrRF1PXiEouS { width:19.75rem;height:53rem;top:0rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #QtrbHldGLNbXAeGbVvCnlf3x5rNsE8zQ { background-color:#ca7d9a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QtrbHldGLNbXAeGbVvCnlf3x5rNsE8zQ > .row .container { background-color: transparent; background-image: none; }#QtrbHldGLNbXAeGbVvCnlf3x5rNsE8zQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QtrbHldGLNbXAeGbVvCnlf3x5rNsE8zQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QtrbHldGLNbXAeGbVvCnlf3x5rNsE8zQ > .row .container > .video-iframe-container { display: none; }#QtrbHldGLNbXAeGbVvCnlf3x5rNsE8zQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QtrbHldGLNbXAeGbVvCnlf3x5rNsE8zQ > .row > .video-iframe-container { display: none; }#QtrbHldGLNbXAeGbVvCnlf3x5rNsE8zQ > .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); }#QtrbHldGLNbXAeGbVvCnlf3x5rNsE8zQ > .row .container { border-width: 0; border-radius: 0; }#QtrbHldGLNbXAeGbVvCnlf3x5rNsE8zQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QtrbHldGLNbXAeGbVvCnlf3x5rNsE8zQ > .row .container { width:20rem;height:0.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gag6NDWGPvbSxqEnOI2ortdTu13EBetq { display:block; }#gag6NDWGPvbSxqEnOI2ortdTu13EBetq > .row .container { width:20rem;height:29.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tH3TfTQR6qhdc4gKPNVJuMuiPSg9MZaQ { width:20rem;height:1.4619125rem;top:2.1875rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #y80CDiD5xa00BuCtWdDySF8ERHGP3B3W .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#y80CDiD5xa00BuCtWdDySF8ERHGP3B3W .accordion-heading-text { font-size:1rem;height:auto; }
#y80CDiD5xa00BuCtWdDySF8ERHGP3B3W .accordion-desc-text { font-size:0.875rem;height:auto; }
#y80CDiD5xa00BuCtWdDySF8ERHGP3B3W { display:flex;height:auto;width:20rem;top:4.5859375rem;left:0rem;gap:0.9375rem; }
#y80CDiD5xa00BuCtWdDySF8ERHGP3B3W .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #y80CDiD5xa00BuCtWdDySF8ERHGP3B3W #NA2xIQF4TfiXTATf0iRP7TQIqpAhlmxR {  }
 }@media only screen and (max-width: 763px) { #y80CDiD5xa00BuCtWdDySF8ERHGP3B3W #SqS3R1agfggkEIVv5uPgIzCO7WbvuwvT {  }
 }@media only screen and (max-width: 763px) { #y80CDiD5xa00BuCtWdDySF8ERHGP3B3W #A5Nye7ssHGThMON2BnkbWVfeBTXQUzt8 {  }
 }@media only screen and (max-width: 763px) { #y80CDiD5xa00BuCtWdDySF8ERHGP3B3W #bK3TUNXxGpvzWda8eyzN3f9kXyAPZ3co {  }
 }@media only screen and (max-width: 763px) { #y80CDiD5xa00BuCtWdDySF8ERHGP3B3W #ZWJNfqNzh4wDOueAAbbGWQi7D5KlNtT6 {  }
 }@media only screen and (max-width: 763px) { #y80CDiD5xa00BuCtWdDySF8ERHGP3B3W #VMGD9CONzcnVO3rqu72roiEVhwsBgg4J {  }
 }@media only screen and (max-width: 763px) { #y80CDiD5xa00BuCtWdDySF8ERHGP3B3W #AkMlOlsPb7CTno8VTe10S2obzPsbdyRG {  }
 }@media only screen and (max-width: 763px) { #y80CDiD5xa00BuCtWdDySF8ERHGP3B3W #W15DSS1NZypkEOzT27xT9C2VFKdNeHgn {  }
 }@media only screen and (max-width: 763px) { #y80CDiD5xa00BuCtWdDySF8ERHGP3B3W #CVs86wt2DFaEdivp1abZ2MR2VgZPTKwb {  }
 }@media only screen and (max-width: 763px) { #y80CDiD5xa00BuCtWdDySF8ERHGP3B3W #PBagWd2oaib0UxGRFImv1UZO6BZapAFl {  }
 }@media only screen and (max-width: 763px) { #y80CDiD5xa00BuCtWdDySF8ERHGP3B3W #C2f0FhHFSTq0qrUrFa3SqvlXQexWwPKz {  }
 }@media only screen and (max-width: 763px) { #y80CDiD5xa00BuCtWdDySF8ERHGP3B3W #StVxH168Q2393wDvDopmK74hv4XHo9Qt {  }
 }@media only screen and (max-width: 763px) { #y80CDiD5xa00BuCtWdDySF8ERHGP3B3W #onfE8nHUngg0W2QxeIqJ9NLTydDkK4Le {  }
 }@media only screen and (max-width: 763px) { #y80CDiD5xa00BuCtWdDySF8ERHGP3B3W #yDgf75rfmyUfhyeenOADcpLNx0ZAmDIQ {  }
 }@media only screen and (max-width: 763px) { #y80CDiD5xa00BuCtWdDySF8ERHGP3B3W #Zz8JnZ5iw9yaRnTcuD3a4dq5aUVa8K6w {  }
 }@media only screen and (max-width: 763px) { #y80CDiD5xa00BuCtWdDySF8ERHGP3B3W #ObFbcr9kOMx2cmp7K46bcuDibAV8aLls {  }
 }@media only screen and (max-width: 763px) { #y80CDiD5xa00BuCtWdDySF8ERHGP3B3W #TJdEVERUCpV6rZ5m4n17NbBqcgNUfVUI {  }
 }@media only screen and (max-width: 763px) { #y80CDiD5xa00BuCtWdDySF8ERHGP3B3W #MleJT75c9R8eEhtVHmxLq35qw6PnTlL8 {  }
 }@media only screen and (max-width: 763px) { #y80CDiD5xa00BuCtWdDySF8ERHGP3B3W #MFuDKAN0STPMQS4ZbdlOJ0aOn86JMdsI {  }
 }@media only screen and (max-width: 763px) { #y80CDiD5xa00BuCtWdDySF8ERHGP3B3W #RNJUEban2cwkpSiQxJmw371hwhNxQTRG {  }
 }@media only screen and (max-width: 763px) { #PmZdF2qLW8LzVuV7dLXd0Khi4pOJeeqi { background-color:#0f539c;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PmZdF2qLW8LzVuV7dLXd0Khi4pOJeeqi > .row .container { background-color: transparent; background-image: none; }#PmZdF2qLW8LzVuV7dLXd0Khi4pOJeeqi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PmZdF2qLW8LzVuV7dLXd0Khi4pOJeeqi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PmZdF2qLW8LzVuV7dLXd0Khi4pOJeeqi > .row .container > .video-iframe-container { display: none; }#PmZdF2qLW8LzVuV7dLXd0Khi4pOJeeqi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PmZdF2qLW8LzVuV7dLXd0Khi4pOJeeqi > .row > .video-iframe-container { display: none; }#PmZdF2qLW8LzVuV7dLXd0Khi4pOJeeqi > .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); }#PmZdF2qLW8LzVuV7dLXd0Khi4pOJeeqi > .row .container { border-width: 0; border-radius: 0; }#PmZdF2qLW8LzVuV7dLXd0Khi4pOJeeqi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PmZdF2qLW8LzVuV7dLXd0Khi4pOJeeqi > .row .container { width:20rem;height:0.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HwU84xgW7Szq1PmVT5LQ5VRQyXXSH4mf { display:block; }#HwU84xgW7Szq1PmVT5LQ5VRQyXXSH4mf > .row .container { width:20rem;height:9.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WJ0ViRDkcZ7ya2ge1Dbga7xGE9gxior0 { width:20rem;height:2.923825rem;top:3.162109375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0nXGBmzKFufKJOuDNOhQW30kAVJhCl5 { display:block; }#f0nXGBmzKFufKJOuDNOhQW30kAVJhCl5 > .row .container { width:20rem;height:122.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g4iVO1ibnK5CR5crUmrXTJBfMhLFS3wy { width:19.75rem;height:27.0625rem;top:0rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #rsnFFBZ3BT3W8sclkpMnZLRHFfxvJBlT { width:12.5rem;height:2.5625rem;top:22.4833984375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrIrDkAnsr3nCIu7RZ3TpXZo0hJlk5TU { display:block; }
 }@media only screen and (max-width: 763px) { #ze6VXB8ZpKk6d9AIRwAgFHcJa6TXVMNU { width:18.125rem;height:3.41015625rem;top:18.1748046875rem;left:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5FtcNkHQhmlvCD13Tu1Gy61aziXvySm { width:12.5rem;height:1.29980625rem;top:15.9375rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZo6AUoRqOw7vDTArci9rFrZeNno7r98 { width:12.5rem;height:12.5rem;top:2.1875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MN6kVHAWXgBepxDeuQd7XG6y3gFtMc5b { width:18.125rem;height:2.2734375rem;top:48.75rem;left:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lnn1t37kaJzcWuMRbUPwE6e3TTNc2qFl { width:12.5rem;height:2.5625rem;top:51.9609375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcXdASRtTEFCDPN08anoaAUaRFzMaPTm { display:block; }
 }@media only screen and (max-width: 763px) { #S2nLsTGacQC4lTMvLc55XGKpVwmcfqGB { width:12.5rem;height:1.29980625rem;top:46.5rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSxp6ExS5LQyTw59OTxSiOynTBdkcvRF { width:12.5rem;height:12.4375rem;top:32.9375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #shvDfTo2FFSCrJgTkziVQ1eufdpsyFFm { width:12.5rem;height:2.5625rem;top:115.2841796875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGSXgVnLt0LbgLdNmlvoMq4U2OcGUnwa { display:block; }
 }@media only screen and (max-width: 763px) { #SEb7RNFq4zArenagm7ZXtefwWEF6SPVL { width:18.125rem;height:4.546875rem;top:109.7998046875rem;left:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZ8p7Vr0rKRiC4ZhwigL6bguGE7sp4wg { width:12.5rem;height:2.5625rem;top:83.3232421875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJxO3qn7O10RfbTUxIZsoAaEPceXFD97 { display:block; }
 }@media only screen and (max-width: 763px) { #wEmh6RvbhFyBvXcXywmNuAeGPAJHzvKK { width:18.125rem;height:3.8994125rem;top:78.4873046875rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8LSXKHU6pv3vwkFd5gdnm3tIJpZ4kb9 { width:12.5rem;height:1.29980625rem;top:76.25rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULq23Tnh10O3WbETr5IszPyK74Tvc6aH { width:12.5rem;height:1.29980625rem;top:107.5625rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t32SXifywUS1SC5XcdSvo7OkMWSnhGXo { width:12.4375rem;height:12.4375rem;top:62.5625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wG2W2WMmwsnpLmxmXR9OLJWbEUhcJob9 { width:12.4375rem;height:12.4375rem;top:93.875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HnvxIlcx16Zhp3mqdbU2GsS5L7btMCq0 { width:19.75rem;height:25.9375rem;top:30.75rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #aDSvXVaQws8M23yTqKTdDxsuItOtHAUZ { width:19.75rem;height:27.625rem;top:60.375rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #hHPTuCWkhoJz0cEGgH4gki2wpldwVGpT { width:19.75rem;height:28.125rem;top:91.6875rem;left:0rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #KymIBsut3xHmMt6TJVseQ8JN1vhKmBOs { display:block; }#KymIBsut3xHmMt6TJVseQ8JN1vhKmBOs > .row .container { width:20rem;height:9.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gKmTyZCCtbb1K3FHuQs34CCdInvByDiX { width:20rem;height:1.4619125rem;top:0.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jl7tQW9wmf163CwonHpFkSEPnKGS6v9A { top:3.375rem;left:0rem;width:9.375rem;height:1.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTS10p3EmkSIrJ0iNltT1S7HWp8L0QHW { display:block; }
 }@media only screen and (max-width: 763px) { #HdWRHHlhxxAa5vTOit9GUBCADZEyVCTB { top:3.375rem;left:10.625rem;width:9.375rem;height:1.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NV2blNx9k5q8B9Bc7PIx2lLt47Ew518U { display:block; }
 }@media only screen and (max-width: 763px) { #C1BpEiXHahfwFTFMsZpFluMEiaZ5RC6a { background-color:#ca7d9a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#C1BpEiXHahfwFTFMsZpFluMEiaZ5RC6a > .row .container { background-color: transparent; background-image: none; }#C1BpEiXHahfwFTFMsZpFluMEiaZ5RC6a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C1BpEiXHahfwFTFMsZpFluMEiaZ5RC6a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C1BpEiXHahfwFTFMsZpFluMEiaZ5RC6a > .row .container > .video-iframe-container { display: none; }#C1BpEiXHahfwFTFMsZpFluMEiaZ5RC6a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C1BpEiXHahfwFTFMsZpFluMEiaZ5RC6a > .row > .video-iframe-container { display: none; }#C1BpEiXHahfwFTFMsZpFluMEiaZ5RC6a > .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); }#C1BpEiXHahfwFTFMsZpFluMEiaZ5RC6a > .row .container { border-width: 0; border-radius: 0; }#C1BpEiXHahfwFTFMsZpFluMEiaZ5RC6a > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#C1BpEiXHahfwFTFMsZpFluMEiaZ5RC6a > .row .container { width:20rem;height:0.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PpC7s23Gbs4vcAhk6zardM1DsmOXWs3t { display:block; }#PpC7s23Gbs4vcAhk6zardM1DsmOXWs3t > .row .container { width:20rem;height:37.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T0wiEUo0KassJT9eOastodwdCJaa78fC { width:6.5rem;height:0.89355625rem;top:30.9375rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RA6w5zi1RLrKad1JkbgnR8MGuW6cCzrw { width:2.8125rem;height:0.89355625rem;top:30.9375rem;left:9.09375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2I4Wr4KUh3SaR2yuGIUBw4G3tK45ZkP { width:6.125rem;height:0.89355625rem;top:30.9375rem;left:13.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Beff0FyQStc87uhJkzuzvG3CoOBGh34C { width:10.9375rem;height:1.625rem;top:33.4375rem;left:4.53125rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iwRFKkFRkVk0n9wFiiqDTTqbQWHpmPkT { width:18.625rem;height:12.3125rem;top:13.9375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzWAURU5eS0g6NahKmB9u9IsJyLZFpxd { width:3.875rem;height:2.375rem;top:18.6875rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0SCK6enrX4Id8WtMfFM1UMfV4dhp1sW { width:7.75rem;height:4.5rem;top:2.8359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpd7EAvrufPJWc8dKTdgFEcwmKFXnR0C { width:9.4375rem;height:0.9746125rem;top:7.7724609375rem;left:9.4375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #N6XJh7BykLlTOuGdTIB8ubgVT7WkB7l7 { width:10.5625rem;height:2.111325rem;top:5.25rem;left:9.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oiNE1P1zysfTOJE1s8PuvNVU7oRdd3Az { width:1.875rem;height:1.875rem;top:2.1875rem;left:9.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFXeStiQNDzbaMFS9OnIXRXh56vLreBE { width:10rem;height:0.1875rem;top:4.46875rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bp0u6Sbo1AhWdbU92IMtdVbB0Qahi7Od { width:8.25rem;height:1.29980625rem;top:2.474609375rem;left:11rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xaNe1fvvyVHDND1E7Hps8ibiFXCrlSvo { width:8.625rem;height:1.94921875rem;top:9.5625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXdaact3RUcEVkTVP5vARyguOU5TxllA { width:5.1875rem;height:1.13671875rem;top:9.9375rem;left:11.875rem;font-size:0.875rem;color:#ffffff;z-index:15071;display:block; }
 }@media only screen and (max-width: 763px) { #TFbdluxuxAo8LVkA39179xznJ0dwOak4 { width:1.5625rem;height:1.5625rem;top:9.75rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAbdIhIKcZKIJCe5xW6cxDQSOJTl3rCv { width:0.1875rem;height:0.9375rem;top:30.9150390625rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dK8Td2sy7EQgDfSyoaIIdqxeOTAKzZfL { width:0.1875rem;height:0.9375rem;top:30.9150390625rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdPL0SJXHTX0Rz9sP0bfK7zWwlGr03Db { background-color:#ca7d9a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qdPL0SJXHTX0Rz9sP0bfK7zWwlGr03Db > .row .container { background-color: transparent; background-image: none; }#qdPL0SJXHTX0Rz9sP0bfK7zWwlGr03Db::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qdPL0SJXHTX0Rz9sP0bfK7zWwlGr03Db > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qdPL0SJXHTX0Rz9sP0bfK7zWwlGr03Db > .row .container > .video-iframe-container { display: none; }#qdPL0SJXHTX0Rz9sP0bfK7zWwlGr03Db > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qdPL0SJXHTX0Rz9sP0bfK7zWwlGr03Db > .row > .video-iframe-container { display: none; }#qdPL0SJXHTX0Rz9sP0bfK7zWwlGr03Db > .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); }#qdPL0SJXHTX0Rz9sP0bfK7zWwlGr03Db > .row .container { border-width: 0; border-radius: 0; }#qdPL0SJXHTX0Rz9sP0bfK7zWwlGr03Db > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qdPL0SJXHTX0Rz9sP0bfK7zWwlGr03Db > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }