.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;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:217,245,228;--color-primary-1:128,223,166;--color-primary-2:0,190,76;--color-primary-3:0,95,38;--color-primary-4:0,29,11;--color-secondary-0:243,219,221;--color-secondary-1:216,135,143;--color-secondary-2:177,15,31;--color-secondary-3:89,8,16;--color-secondary-4:27,2,5;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:88,88,88;--color-tertiary-4:71,71,71;--headlines-font-family:"Montserrat";--paragraphs-font-family:"Montserrat"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;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); }#FIhQcln94TqVTqGMpzydWZc9UM97ZhKh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FIhQcln94TqVTqGMpzydWZc9UM97ZhKh > .row .container { background-color: transparent; background-image: none; }#FIhQcln94TqVTqGMpzydWZc9UM97ZhKh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FIhQcln94TqVTqGMpzydWZc9UM97ZhKh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FIhQcln94TqVTqGMpzydWZc9UM97ZhKh > .row .container > .video-iframe-container { display: none; }#FIhQcln94TqVTqGMpzydWZc9UM97ZhKh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FIhQcln94TqVTqGMpzydWZc9UM97ZhKh > .row > .video-iframe-container { display: none; }#FIhQcln94TqVTqGMpzydWZc9UM97ZhKh > .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); }#FIhQcln94TqVTqGMpzydWZc9UM97ZhKh > .row .container { border-width: 0; border-radius: 0; }#FIhQcln94TqVTqGMpzydWZc9UM97ZhKh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FIhQcln94TqVTqGMpzydWZc9UM97ZhKh > .row .container { font-size:0.875rem;font-family:arial;height:7.5625rem;width:75rem;position:relative;display:block; }#wndNqTi4ly0gF2fq2KX1R1ZOM8HBt0hb { 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:4.9375rem;width:13.125rem;top:1.6875rem;left:0rem;overflow:hidden;display:block; }
#ibOwRplTBuROT06bttslwE2Mvc9kn3Nu { z-index:15004;top:1.40625rem;left:52.8125rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.6875rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#rWOKQyz8l2PeF49r5yT3tn24bmUVO3tb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JQUWZIJSZ6OZdLoid4G0QWE0p4k78NrZ { color:rgba(var(--color-secondary-2),1);display:block;width:34.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:2.8968811035156rem;left:40.25rem;height:1.58125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#hxhSuGvhzNHchtQ7RitxGqgLUGdGXOV7 { background-color:#b10f1f;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#hxhSuGvhzNHchtQ7RitxGqgLUGdGXOV7 > .row .container { background-color: transparent; background-image: none; }#hxhSuGvhzNHchtQ7RitxGqgLUGdGXOV7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hxhSuGvhzNHchtQ7RitxGqgLUGdGXOV7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hxhSuGvhzNHchtQ7RitxGqgLUGdGXOV7 > .row .container > .video-iframe-container { display: none; }#hxhSuGvhzNHchtQ7RitxGqgLUGdGXOV7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hxhSuGvhzNHchtQ7RitxGqgLUGdGXOV7 > .row > .video-iframe-container { display: none; }#hxhSuGvhzNHchtQ7RitxGqgLUGdGXOV7 > .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); }#hxhSuGvhzNHchtQ7RitxGqgLUGdGXOV7 > .row .container { border-width: 0; border-radius: 0; }#hxhSuGvhzNHchtQ7RitxGqgLUGdGXOV7 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#hxhSuGvhzNHchtQ7RitxGqgLUGdGXOV7 > .row .container { font-size:0.875rem;font-family:arial;height:44.875rem;width:75rem;overflow:visible;position:relative;display:block; }#hlr6uFiN2VbbZQH7fL1CETza3OdNTHJs { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 0.625rem rgba(0,0,0,0.4) ;height:34.9375rem;width:35rem;top:4.96875rem;left:40.062500953674rem;display:block; }
#Qu3gWHdT5zpI5CLRkVFwJpELmZweJWXw { color:rgba(var(--color-secondary-2),1);display:block;width:30rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:7.5rem;left:42.500000953674rem;height:5.1rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Rtdi5GvEye8K61AqgpPat2RoU0o0ixAb { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:"open sans";font-size:3rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:4.1875rem;left:0rem;height:3.9rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#qTALHqBGxkLgyZtaVM733woounCLSsxf { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:10.125000953674rem;left:0rem;height:3.6rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Dfpi3NtN8WNoOxmy56V1ES64fLHXaPyw { z-index:15003;top:15.468750715256rem;left:30.625rem;background-color:transparent;background-image:none;border-top:0.1875rem solid rgba(var(--color-tertiary-4),1);border-left:0.1875rem solid rgba(var(--color-tertiary-4),1);border-right:0.1875rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#C9unr2KKDcL3XrhH9VmNvybxnGgqO5zl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FmXK2t9fOQfIgksmg9mxPG6gvkacqgcc { color:rgba(var(--color-tertiary-4),1);display:block;width:30rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:13.75rem;left:42.500000953674rem;height:2.925rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#P69aMsRHPizfqL79KW6Q3qi3z6C7hr0V { position:absolute;display:block;z-index:15006;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:1.375rem;width:13.4375rem;top:36.1875rem;left:59.062500953674rem;overflow:hidden;display:block; }
#tXO1MxLFllhJxrFcvPiLnTG3zMvcnNK0 { color:rgba(var(--color-tertiary-4),1);display:block;width:11.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:36.381252288818rem;left:42.500000953674rem;height:1.05625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#T8MvJNcGhHLV7VZH3DNcZBqvoaIdGI4F { color:#ffffff;display:block;width:35.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:20.1875rem;left:0rem;height:6.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ymoiwycpFwo3rJiXAGdPsvF1z7V8GzyN .widget-form-header {  }
#ymoiwycpFwo3rJiXAGdPsvF1z7V8GzyN .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;width:29.9375rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#ymoiwycpFwo3rJiXAGdPsvF1z7V8GzyN .widget-input-text { border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #e6e6e6;border-left:0.125rem solid #e6e6e6;border-right:0.125rem solid #e6e6e6;border-bottom:0.125rem solid #e6e6e6;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:29.9375rem;box-sizing:border-box;height:3.125rem;color:#5a5a5a;font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;box-shadow: none;line-height:1.6; }
#ymoiwycpFwo3rJiXAGdPsvF1z7V8GzyN .widget-input-text {padding-top: 0; padding-bottom: 0;}#ymoiwycpFwo3rJiXAGdPsvF1z7V8GzyN .widget-textarea { border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #e6e6e6;border-left:0.125rem solid #e6e6e6;border-right:0.125rem solid #e6e6e6;border-bottom:0.125rem solid #e6e6e6;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:29.9375rem;box-sizing:border-box;height:4.375rem;color:#5a5a5a;font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;box-shadow: none;line-height:1.6; }
#ymoiwycpFwo3rJiXAGdPsvF1z7V8GzyN .widget-input-select { border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #e6e6e6;border-left:0.125rem solid #e6e6e6;border-right:0.125rem solid #e6e6e6;border-bottom:0.125rem solid #e6e6e6;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:29.9375rem;box-sizing:border-box;height:3.125rem;color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left;line-height:1.6;font-weight:700;font-style:normal; }
#ymoiwycpFwo3rJiXAGdPsvF1z7V8GzyN .widget-input-select {padding-top: 0; padding-bottom: 0;}#ymoiwycpFwo3rJiXAGdPsvF1z7V8GzyN .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; }
#ymoiwycpFwo3rJiXAGdPsvF1z7V8GzyN .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#ymoiwycpFwo3rJiXAGdPsvF1z7V8GzyN .widget-input-button { border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;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:0.875rem;font-weight:bold;color:#e6e6e6;width:29.9375rem;height:3.125rem;font-family:var(--paragraphs-font-family);overflow:hidden;line-height:1.3;box-shadow: none; }
#ymoiwycpFwo3rJiXAGdPsvF1z7V8GzyN [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal; }
#ymoiwycpFwo3rJiXAGdPsvF1z7V8GzyN [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal; }
#ymoiwycpFwo3rJiXAGdPsvF1z7V8GzyN [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal; }
#ymoiwycpFwo3rJiXAGdPsvF1z7V8GzyN [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal; }
#ymoiwycpFwo3rJiXAGdPsvF1z7V8GzyN .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.4;font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:28.75rem;overflow:hidden;font-style:normal;float:none; }
#ymoiwycpFwo3rJiXAGdPsvF1z7V8GzyN .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; }
#ymoiwycpFwo3rJiXAGdPsvF1z7V8GzyN .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; }
#ymoiwycpFwo3rJiXAGdPsvF1z7V8GzyN .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#ymoiwycpFwo3rJiXAGdPsvF1z7V8GzyN .widget-container:first-of-type{padding-top:0;}#ymoiwycpFwo3rJiXAGdPsvF1z7V8GzyN .widget-container:last-of-type{padding-bottom:0;}#ymoiwycpFwo3rJiXAGdPsvF1z7V8GzyN  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:29.9375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15003;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;top:16.25rem;left:41.250000953674rem; }
#ymoiwycpFwo3rJiXAGdPsvF1z7V8GzyN .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:29.9375rem;display:block;vertical-align:top; }
#ymoiwycpFwo3rJiXAGdPsvF1z7V8GzyN .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ymoiwycpFwo3rJiXAGdPsvF1z7V8GzyN {display:block;}#ymoiwycpFwo3rJiXAGdPsvF1z7V8GzyN { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:29.9375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15003;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;top:16.25rem;left:41.250000953674rem; }
#ymoiwycpFwo3rJiXAGdPsvF1z7V8GzyN #MmfNKK8HsgOmxnqME59XMdPR0mIz4QB2 { position:relative; }
#ymoiwycpFwo3rJiXAGdPsvF1z7V8GzyN #DFMrG01JmoMJMmJyg98IWa2kwQPxk8lV { position:relative;display:none; }
#ymoiwycpFwo3rJiXAGdPsvF1z7V8GzyN #Rd7d6Pt0sldEivBffr4IWl5bhRczFOkD { position:relative; }
#ymoiwycpFwo3rJiXAGdPsvF1z7V8GzyN #eqO1D2ebrmG8N9qgq1LqzvgT7m0XMdoR { position:relative; }
#ymoiwycpFwo3rJiXAGdPsvF1z7V8GzyN #a0HmIGZT24TzBBTXUiaI81XxKqKfpHSi { position:relative;display:none; }
#ymoiwycpFwo3rJiXAGdPsvF1z7V8GzyN #UT7TBOdE0U2ccBQyU0KrMpn8dDHniq2E { position:relative; }
#ymoiwycpFwo3rJiXAGdPsvF1z7V8GzyN #c1lK3OzGEvJlEqc8J9rFl5DJl7XSzesH { position:relative; }
#ymoiwycpFwo3rJiXAGdPsvF1z7V8GzyN #JSnPbdPb9B0GTsalZiGRsdrbTT8lu6lI { position:relative;display:none; }
#ymoiwycpFwo3rJiXAGdPsvF1z7V8GzyN #yrnQUENhxogVV5zMKRdEbcTilci8r92F { position:relative; }
#qS62yttyxKnGJ0J5gw7NOF419ApREfFe { position:relative;display:block; }
#eVH9T8lk3pNuWSqPv739OHzA17TOcibg { position:relative;display:block; }
#GSDxLQALrQeLiTfe72vHO4KMqGGkBNfC { position:relative;display:block; }
#TvDoSa3iW7dFK3R6rdRdulv6zr2xE4kr { position:relative;display:block; }
#UrcKTvBwJCART7v83T1qMCvidGf4cqzP { position:relative;display:block; }
#pguwZlEpbXUnAJ6htx4PnttyaDoEuIXf { position:relative;display:block; }
#H6p3wyKaO9Kyk6Lle17dL1f1kTs0zutt { position:relative;display:block; }
#WXSoNSAW9dq5F0CaR9OIidRk1LoZ6EOE { position:relative;display:block; }
#WD8Mkotn91fraJI8JwhXcr1shpvFWTyX { position:relative;display:block; }
#ymoiwycpFwo3rJiXAGdPsvF1z7V8GzyN #lL0UVuQVmSmM0VSBgXQAS0MQJaIMI9QX { position:relative; }
#ymoiwycpFwo3rJiXAGdPsvF1z7V8GzyN #mCeGusx4DUeeMeuLXm5f5fmmATQHHMg1 { position:relative; }
#ymoiwycpFwo3rJiXAGdPsvF1z7V8GzyN #dvXK1TmM3cnwnWX6xcHNEVcsQTOsFdgh { position:relative;display:block;z-index:15000; }
#ymoiwycpFwo3rJiXAGdPsvF1z7V8GzyN #RLf8f1fTRTUTp6O0NM90BXZZ3mFSyuIi { position:relative;display:block;z-index:15000; }
#TMlVCW8grHs22o0iucCfOURmD4wITxJv { color:rgba(var(--color-tertiary-0),1);display:block;width:35.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:13.75rem;left:0rem;height:5.1rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BIh5xEN5agFOdww8EcX490AJThVuVMPA { color:#ffffff;display:block;width:35.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:28.75rem;left:0rem;height:1.38125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yA3QquUEDImqXLT5TlZJlMEOTf5slRK2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e6e6e6;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; }#yA3QquUEDImqXLT5TlZJlMEOTf5slRK2 > .row .container { background-color: transparent; background-image: none; }#yA3QquUEDImqXLT5TlZJlMEOTf5slRK2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yA3QquUEDImqXLT5TlZJlMEOTf5slRK2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yA3QquUEDImqXLT5TlZJlMEOTf5slRK2 > .row .container > .video-iframe-container { display: none; }#yA3QquUEDImqXLT5TlZJlMEOTf5slRK2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yA3QquUEDImqXLT5TlZJlMEOTf5slRK2 > .row > .video-iframe-container { display: none; }#yA3QquUEDImqXLT5TlZJlMEOTf5slRK2 > .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); }#yA3QquUEDImqXLT5TlZJlMEOTf5slRK2 > .row .container { border-width: 0; border-radius: 0; }#yA3QquUEDImqXLT5TlZJlMEOTf5slRK2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yA3QquUEDImqXLT5TlZJlMEOTf5slRK2 > .row .container { font-size:0.875rem;font-family:arial;height:10.0625rem;width:75rem;position:relative;display:block; }#oI6xIx0p2d59KwF0aRwVmZ1mfV587EUB { color:#b10f1f;display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15010;line-height:1.8;letter-spacing:0;top:2.5625rem;left:1.3125rem;height:2.3625rem;text-align:center;text-align-last:center;display:block; }
#gXvHT9p9eCNKmwrluix67KxI6wSLesaa { color:rgba(var(--color-tertiary-0),1);display:block;width:16.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15011;line-height:1.8;letter-spacing:0;top:4.5554695129394rem;left:1.25rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#XQIfadVrReWZfE6ZTE9fOeRAMTFHefbe { color:#b10f1f;display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15011;line-height:1.8;letter-spacing:0;top:2.5625rem;left:19.999218940735rem;height:2.3625rem;text-align:center;text-align-last:center;display:block; }
#ImzKIOSiQCpQE08VFaxCZbZofOMC6vA6 { color:rgba(var(--color-tertiary-0),1);display:block;width:16.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15012;line-height:1.8;letter-spacing:0;top:4.5554695129394rem;left:19.936718940735rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#Fnv9V42zQB8rtgfn7cqGiKQcHkaZVd40 { color:#b10f1f;display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15012;line-height:1.8;letter-spacing:0;top:2.5625rem;left:38.750000953674rem;height:2.3625rem;text-align:center;text-align-last:center;display:block; }
#xzEObKurLWJoIsmDWxh17Hh8vnLs82hv { color:rgba(var(--color-tertiary-0),1);display:block;width:16.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15013;line-height:1.8;letter-spacing:0;top:4.5554695129394rem;left:38.687500953674rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#spBggxLz5sasoaDbFwKZ6XFHA547zOpQ { color:#b10f1f;display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15013;line-height:1.8;letter-spacing:0;top:2.5625rem;left:57.500000953674rem;height:2.3625rem;text-align:center;text-align-last:center;display:block; }
#xN5nLeiFmhqZTZpPh3oZK04DVxKrZ1rA { color:rgba(var(--color-tertiary-0),1);display:block;width:16.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15014;line-height:1.8;letter-spacing:0;top:4.5554695129394rem;left:57.437500953674rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#BTWNSnPBQtpK5cZ76x7HT4L41aMLHpST { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BTWNSnPBQtpK5cZ76x7HT4L41aMLHpST > .row .container { background-color: transparent; background-image: none; }#BTWNSnPBQtpK5cZ76x7HT4L41aMLHpST::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BTWNSnPBQtpK5cZ76x7HT4L41aMLHpST > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BTWNSnPBQtpK5cZ76x7HT4L41aMLHpST > .row .container > .video-iframe-container { display: none; }#BTWNSnPBQtpK5cZ76x7HT4L41aMLHpST > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BTWNSnPBQtpK5cZ76x7HT4L41aMLHpST > .row > .video-iframe-container { display: none; }#BTWNSnPBQtpK5cZ76x7HT4L41aMLHpST > .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); }#BTWNSnPBQtpK5cZ76x7HT4L41aMLHpST > .row .container { border-width: 0; border-radius: 0; }#BTWNSnPBQtpK5cZ76x7HT4L41aMLHpST > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BTWNSnPBQtpK5cZ76x7HT4L41aMLHpST > .row .container { font-size:0.875rem;font-family:arial;height:15.125rem;width:75rem;position:relative;display:block; }#LOOf7OENmryAnFI8nqQNOIoeXTewpGGl { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:300;z-index:15003;line-height:1.2;letter-spacing:0;top:5rem;left:0rem;height:2.55rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kkURJAHOKWoMPs6bfCilkFlNw4B4Qrec { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:8.69921875rem;left:-9.5367431640625E-7rem;height:4.05rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TciG5AooNfnK5WohNmg7LAaCKldoyHl6 { box-sizing:content-box;height:15.5rem;width:35.0625rem;position:absolute;display:block;z-index:15000;background-color:#e6e6e6;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15rem;left:0rem;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; }
#W65wbEBaEkhVi53hEaHeHlt4sGEUvuGq { box-sizing:content-box;height:15.5rem;width:35.0625rem;position:absolute;display:block;z-index:15001;background-color:#e6e6e6;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.000000476837rem;left:39.937500953674rem;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; }
#ToFZPUoBQDFHXcMtAXUcAtwT8ppTZTEs { position:relative;display:block; }#ToFZPUoBQDFHXcMtAXUcAtwT8ppTZTEs { background-color: transparent; background-image: none; }#ToFZPUoBQDFHXcMtAXUcAtwT8ppTZTEs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ToFZPUoBQDFHXcMtAXUcAtwT8ppTZTEs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ToFZPUoBQDFHXcMtAXUcAtwT8ppTZTEs > .row .container > .video-iframe-container { display: none; }#ToFZPUoBQDFHXcMtAXUcAtwT8ppTZTEs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ToFZPUoBQDFHXcMtAXUcAtwT8ppTZTEs > .row > .video-iframe-container { display: none; }#ToFZPUoBQDFHXcMtAXUcAtwT8ppTZTEs > .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); }#ToFZPUoBQDFHXcMtAXUcAtwT8ppTZTEs { border-width: 0; border-radius: 0; }#ToFZPUoBQDFHXcMtAXUcAtwT8ppTZTEs > .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; }#ToFZPUoBQDFHXcMtAXUcAtwT8ppTZTEs > .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:15.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#tnvIlATIWAhvg13HuR7KeIleN26Px3H9 { color:#b10f1f;display:block;width:27.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15011;line-height:1.8;letter-spacing:0;top:6.125rem;left:2.5rem;height:2.3625rem;text-align:left;text-align-last:left;display:block; }
#iT0AnxFbaPKIbB5hhGsfqM2ZlOcLryWc { color:rgba(var(--color-tertiary-0),1);display:block;width:27.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.2;letter-spacing:0;top:9.875rem;left:2.5rem;height:2.4rem;text-align:left;text-align-last:left;display:block; }
#Lt96uGzpT9OGg9IKolZ3TaIGz83yVX95 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:2.375rem;left:2.5rem; }
#Mno8kFEyvkVTt3eJ8RFacHghDTZEblnV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:2.15625rem;left:42.500000953674rem; }
#wZIKVQkXpgaqp4qXO4dKy5RG86thhJy3 { color:#b10f1f;display:block;width:27.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15012;line-height:1.8;letter-spacing:0;top:6.125rem;left:42.500000953674rem;height:2.3625rem;text-align:left;text-align-last:left;display:block; }
#ebd8vKiNR5rfT80lpoZMhbNTqxVi42s9 { color:rgba(var(--color-tertiary-0),1);display:block;width:27.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.2;letter-spacing:0;top:9.875rem;left:42.500000953674rem;height:2.4rem;text-align:left;text-align-last:left;display:block; }
#uuLX30fTJo0E4bro0CWdotpXb21pBJPV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uuLX30fTJo0E4bro0CWdotpXb21pBJPV > .row .container { background-color: transparent; background-image: none; }#uuLX30fTJo0E4bro0CWdotpXb21pBJPV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uuLX30fTJo0E4bro0CWdotpXb21pBJPV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uuLX30fTJo0E4bro0CWdotpXb21pBJPV > .row .container > .video-iframe-container { display: none; }#uuLX30fTJo0E4bro0CWdotpXb21pBJPV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uuLX30fTJo0E4bro0CWdotpXb21pBJPV > .row > .video-iframe-container { display: none; }#uuLX30fTJo0E4bro0CWdotpXb21pBJPV > .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); }#uuLX30fTJo0E4bro0CWdotpXb21pBJPV > .row .container { border-width: 0; border-radius: 0; }#uuLX30fTJo0E4bro0CWdotpXb21pBJPV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uuLX30fTJo0E4bro0CWdotpXb21pBJPV > .row .container { font-size:0.875rem;font-family:arial;height:2.6875rem;width:75rem;position:relative;display:block; }#MPrwXUg8BI4K1z4yiLqLUo23Wrb5P7Ba { position:relative;display:block; }#MPrwXUg8BI4K1z4yiLqLUo23Wrb5P7Ba { background-color: transparent; background-image: none; }#MPrwXUg8BI4K1z4yiLqLUo23Wrb5P7Ba::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MPrwXUg8BI4K1z4yiLqLUo23Wrb5P7Ba > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MPrwXUg8BI4K1z4yiLqLUo23Wrb5P7Ba > .row .container > .video-iframe-container { display: none; }#MPrwXUg8BI4K1z4yiLqLUo23Wrb5P7Ba > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MPrwXUg8BI4K1z4yiLqLUo23Wrb5P7Ba > .row > .video-iframe-container { display: none; }#MPrwXUg8BI4K1z4yiLqLUo23Wrb5P7Ba > .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); }#MPrwXUg8BI4K1z4yiLqLUo23Wrb5P7Ba { border-width: 0; border-radius: 0; }#MPrwXUg8BI4K1z4yiLqLUo23Wrb5P7Ba > .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; }#MPrwXUg8BI4K1z4yiLqLUo23Wrb5P7Ba > .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:15.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ly4zSxxeviB9T4fVgb1DvlHbTFw33z7a { color:#b10f1f;display:block;width:27.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15011;line-height:1.8;letter-spacing:0;top:6.125rem;left:2.5rem;height:2.3625rem;text-align:left;text-align-last:left;display:block; }
#XUME83Fz1kDl4HQmZLxvTreZkULMlBIn { color:rgba(var(--color-tertiary-0),1);display:block;width:27.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.2;letter-spacing:0;top:9.875rem;left:2.5rem;height:2.4rem;text-align:left;text-align-last:left;display:block; }
#KBvOhTAZcvVlW7lLSFaomf73Hw2HBu8k { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:2.375rem;left:2.5rem; }
#sCQ7lGqII1E0E0IRsqQ6LdiK3Ff1madf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:2.375rem;left:42.500000953674rem; }
#vS9iErfZ9hh2ys49QaapSQTk2GvlZ3k3 { color:#b10f1f;display:block;width:27.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15012;line-height:1.8;letter-spacing:0;top:6.125rem;left:42.500000953674rem;height:2.3625rem;text-align:left;text-align-last:left;display:block; }
#Mdex8iToK5MmFM303lJWxQCTH916MFsr { color:rgba(var(--color-tertiary-0),1);display:block;width:27.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.2;letter-spacing:0;top:9.875rem;left:42.500000953674rem;height:2.4rem;text-align:left;text-align-last:left;display:block; }
#WZ9TAUhpoD7gtCH9bsk8BQgg19bNzD79 { box-sizing:content-box;height:15.0625rem;width:35.0625rem;position:absolute;display:block;z-index:15001;background-color:#e6e6e6;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.0625rem;left:0rem;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; }
#gyqEDk7qBxuuxpo8z6bq6TtXHWbSVEbc { box-sizing:content-box;height:15.0625rem;width:35.0625rem;position:absolute;display:block;z-index:15002;background-color:#e6e6e6;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.0625rem;left:39.937500953674rem;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; }
#koAhz8uMcUt2rEIoIIyw1Th2bkbDF9zP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#koAhz8uMcUt2rEIoIIyw1Th2bkbDF9zP > .row .container { background-color: transparent; background-image: none; }#koAhz8uMcUt2rEIoIIyw1Th2bkbDF9zP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#koAhz8uMcUt2rEIoIIyw1Th2bkbDF9zP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#koAhz8uMcUt2rEIoIIyw1Th2bkbDF9zP > .row .container > .video-iframe-container { display: none; }#koAhz8uMcUt2rEIoIIyw1Th2bkbDF9zP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#koAhz8uMcUt2rEIoIIyw1Th2bkbDF9zP > .row > .video-iframe-container { display: none; }#koAhz8uMcUt2rEIoIIyw1Th2bkbDF9zP > .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); }#koAhz8uMcUt2rEIoIIyw1Th2bkbDF9zP > .row .container { border-width: 0; border-radius: 0; }#koAhz8uMcUt2rEIoIIyw1Th2bkbDF9zP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#koAhz8uMcUt2rEIoIIyw1Th2bkbDF9zP > .row .container { font-size:0.875rem;font-family:arial;height:11.0625rem;width:75rem;position:relative;display:block; }#Bc7N0z5xqSpGgPTNiXeK4BH95XWk0QoZ { z-index:15005;top:3.5rem;left:27.500000953674rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.375rem;height:3.6875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#yKBhWZ6fUJVcQsnusgvEWeDTbRt14Nos { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#f6RJfVIElMG2G2Ue5FJtEJKUDBrlmdsv { background-color:#e6e6e6;background-image:none;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;display:block; }#f6RJfVIElMG2G2Ue5FJtEJKUDBrlmdsv > .row .container { background-color: transparent; background-image: none; }#f6RJfVIElMG2G2Ue5FJtEJKUDBrlmdsv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f6RJfVIElMG2G2Ue5FJtEJKUDBrlmdsv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f6RJfVIElMG2G2Ue5FJtEJKUDBrlmdsv > .row .container > .video-iframe-container { display: none; }#f6RJfVIElMG2G2Ue5FJtEJKUDBrlmdsv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f6RJfVIElMG2G2Ue5FJtEJKUDBrlmdsv > .row > .video-iframe-container { display: none; }#f6RJfVIElMG2G2Ue5FJtEJKUDBrlmdsv > .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); }#f6RJfVIElMG2G2Ue5FJtEJKUDBrlmdsv > .row .container { border-width: 0; border-radius: 0; }#f6RJfVIElMG2G2Ue5FJtEJKUDBrlmdsv > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#f6RJfVIElMG2G2Ue5FJtEJKUDBrlmdsv > .row .container { width:75rem;height:13.0625rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#ETtXrdfb7goJkU0Mvza5I644ei34tHSf { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:3.75rem;left:0rem;height:2.7625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#M8BQLyM2g4wqCM15EQTobyfVF8Sclh8e { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:8.6875rem;left:0.062499046325684rem;height:1.35rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aNec3OWOplGETo1Hq1hmSFwFzByrn4a9 { color:rgba(var(--color-tertiary-4),1);display:block;width:37.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.6;letter-spacing:0;top:12.9375rem;left:0rem;height:9.6rem;display:block; }
#IQ9uQdlgBCVxoAE3kOIT8qOswcuPXBvD { color:rgba(var(--color-tertiary-4),1);display:block;width:37.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.6;letter-spacing:0;top:12.9375rem;left:37.437500953674rem;height:9.6rem;display:block; }
#QTLiFvfXOvf9M82xib8ZxoaN6SVHmdfb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e6e6e6;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; }#QTLiFvfXOvf9M82xib8ZxoaN6SVHmdfb > .row .container { background-color: transparent; background-image: none; }#QTLiFvfXOvf9M82xib8ZxoaN6SVHmdfb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QTLiFvfXOvf9M82xib8ZxoaN6SVHmdfb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QTLiFvfXOvf9M82xib8ZxoaN6SVHmdfb > .row .container > .video-iframe-container { display: none; }#QTLiFvfXOvf9M82xib8ZxoaN6SVHmdfb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QTLiFvfXOvf9M82xib8ZxoaN6SVHmdfb > .row > .video-iframe-container { display: none; }#QTLiFvfXOvf9M82xib8ZxoaN6SVHmdfb > .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); }#QTLiFvfXOvf9M82xib8ZxoaN6SVHmdfb > .row .container { border-width: 0; border-radius: 0; }#QTLiFvfXOvf9M82xib8ZxoaN6SVHmdfb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QTLiFvfXOvf9M82xib8ZxoaN6SVHmdfb > .row .container { font-size:0.875rem;font-family:arial;height:11.1875rem;width:75rem;position:relative;display:block; }#PyJ7PAGz27NnxzgB2g3kZVDcXpZzlqUe { background-color:#e6e6e6;background-image:none;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;display:block; }#PyJ7PAGz27NnxzgB2g3kZVDcXpZzlqUe > .row .container { background-color: transparent; background-image: none; }#PyJ7PAGz27NnxzgB2g3kZVDcXpZzlqUe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PyJ7PAGz27NnxzgB2g3kZVDcXpZzlqUe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PyJ7PAGz27NnxzgB2g3kZVDcXpZzlqUe > .row .container > .video-iframe-container { display: none; }#PyJ7PAGz27NnxzgB2g3kZVDcXpZzlqUe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PyJ7PAGz27NnxzgB2g3kZVDcXpZzlqUe > .row > .video-iframe-container { display: none; }#PyJ7PAGz27NnxzgB2g3kZVDcXpZzlqUe > .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); }#PyJ7PAGz27NnxzgB2g3kZVDcXpZzlqUe > .row .container { border-width: 0; border-radius: 0; }#PyJ7PAGz27NnxzgB2g3kZVDcXpZzlqUe > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#PyJ7PAGz27NnxzgB2g3kZVDcXpZzlqUe > .row .container { width:75rem;height:4.9375rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#KHcFZV3t7Km4NRtVgT2wyTWyGyeENHiT { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:0.13671875rem;left:0rem;height:1.05rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#soNOmaPnp1EBSmp4yL3NMbQLVD9zrxxk { background-color:transparent;background-image:none;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;display:block; }#soNOmaPnp1EBSmp4yL3NMbQLVD9zrxxk > .row .container { background-color: transparent; background-image: none; }#soNOmaPnp1EBSmp4yL3NMbQLVD9zrxxk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#soNOmaPnp1EBSmp4yL3NMbQLVD9zrxxk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#soNOmaPnp1EBSmp4yL3NMbQLVD9zrxxk > .row .container > .video-iframe-container { display: none; }#soNOmaPnp1EBSmp4yL3NMbQLVD9zrxxk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#soNOmaPnp1EBSmp4yL3NMbQLVD9zrxxk > .row > .video-iframe-container { display: none; }#soNOmaPnp1EBSmp4yL3NMbQLVD9zrxxk > .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); }#soNOmaPnp1EBSmp4yL3NMbQLVD9zrxxk > .row .container { border-width: 0; border-radius: 0; }#soNOmaPnp1EBSmp4yL3NMbQLVD9zrxxk > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#soNOmaPnp1EBSmp4yL3NMbQLVD9zrxxk > .row .container { width:75rem;height:37.5rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#dbH9WWHac8K07wm3U1r05NMnhwAvcX3d { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:3.75rem;left:0rem;height:2.7625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ihCL5MFz2T5mPJEGxzfBZuXpsgxT2E4J { color:rgba(var(--color-tertiary-4),1);display:block;width:57.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:8.6875rem;left:8.8125rem;height:2.7rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#N2pQRs38HOwFT9Acaos1ArqOS8CWQPHF .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:#e3e3e3;background-image:none;vertical-align:top; }
#N2pQRs38HOwFT9Acaos1ArqOS8CWQPHF .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#N2pQRs38HOwFT9Acaos1ArqOS8CWQPHF .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--paragraphs-font-family);font-weight:700;font-size:1.25rem; }
#N2pQRs38HOwFT9Acaos1ArqOS8CWQPHF .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:var(--paragraphs-font-family); }
#N2pQRs38HOwFT9Acaos1ArqOS8CWQPHF .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#N2pQRs38HOwFT9Acaos1ArqOS8CWQPHF .accordion-trigger.adaptive-delivery-prevent-bg, #N2pQRs38HOwFT9Acaos1ArqOS8CWQPHF .accordion-trigger.lazyload, #N2pQRs38HOwFT9Acaos1ArqOS8CWQPHF .accordion-trigger.lazyloading { background-image: none; }
#N2pQRs38HOwFT9Acaos1ArqOS8CWQPHF { box-sizing:content-box;height:auto;width:54.9375rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:13.6875rem;left:8.75rem; }
#N2pQRs38HOwFT9Acaos1ArqOS8CWQPHF #wMuigSqccTOG2FcbbZpF0ol75JZ6dKrA { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#N2pQRs38HOwFT9Acaos1ArqOS8CWQPHF #LuN9rOeXOcCOAQmGaPqaCJQWi9oJwo5p { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#N2pQRs38HOwFT9Acaos1ArqOS8CWQPHF #qyIfEg8V6WdSWvDOeatBku3AhbQX75gF { display:block;position:relative; }
#N2pQRs38HOwFT9Acaos1ArqOS8CWQPHF #y5AIBdTo5g5eybVbBhUA4hEsBZNk1pZ8 {  }
#N2pQRs38HOwFT9Acaos1ArqOS8CWQPHF #KzHBMycnGoHPQXk6JTNg3q6Ohqz38HXD {  }
#N2pQRs38HOwFT9Acaos1ArqOS8CWQPHF #gFVcw8BC0EHl5HARuSTsnp30QdwlrATD { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#N2pQRs38HOwFT9Acaos1ArqOS8CWQPHF #JmRtvDFJ9uHDWELJuE32vxLCvfICkefJ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#N2pQRs38HOwFT9Acaos1ArqOS8CWQPHF #fdAn4H7yVsbUyPdbspVNrJiOeq4Ic1xl { display:block;position:relative; }
#N2pQRs38HOwFT9Acaos1ArqOS8CWQPHF #hDdNn7orIa44RyviI0RzgDpMNuEGcHHz {  }
#N2pQRs38HOwFT9Acaos1ArqOS8CWQPHF #eTCUU2smFsKhaGyNF4Ky34qtzThRHXO2 { display:none; }
#N2pQRs38HOwFT9Acaos1ArqOS8CWQPHF #boTtlQipKTMlvNTxUxdOJ2yziQWfV4oJ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#N2pQRs38HOwFT9Acaos1ArqOS8CWQPHF #lf3KlOX3dQWwU8nonMUiB7nJIE4C4rq0 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#N2pQRs38HOwFT9Acaos1ArqOS8CWQPHF #kEFerT85881qV1BOdA9gohlEWdNKMwQw { display:block;position:relative; }
#N2pQRs38HOwFT9Acaos1ArqOS8CWQPHF #A558d5GcK1AqOln9kKzd0OvXVunvVh7T {  }
#N2pQRs38HOwFT9Acaos1ArqOS8CWQPHF #fTPxb76xPnpbwvE8yVUpqhP5pc82uJvT { display:none; }
#N2pQRs38HOwFT9Acaos1ArqOS8CWQPHF #hLztTycq1GNkulUxuZtNzuavtLAZKFpm { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#N2pQRs38HOwFT9Acaos1ArqOS8CWQPHF #eTxrXc3hGuRLq5A8TZJzc94aIWV19F8T { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#N2pQRs38HOwFT9Acaos1ArqOS8CWQPHF #ZbnL8KyqrSZH6pNKbdQFpMH6a7EfWqbH { display:block;position:relative; }
#N2pQRs38HOwFT9Acaos1ArqOS8CWQPHF #bko4EQhfP9stSFpblxkN6czR8GdG5AnE {  }
#N2pQRs38HOwFT9Acaos1ArqOS8CWQPHF #LpJTkNWqo9wlrWp9ymiycddfK87xhVhv { display:none; }
#CaSQk5T8cVqfsRhkLqNlXu24sLmJ4Z8R { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#b10f1f;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; }#CaSQk5T8cVqfsRhkLqNlXu24sLmJ4Z8R > .row .container { background-color: transparent; background-image: none; }#CaSQk5T8cVqfsRhkLqNlXu24sLmJ4Z8R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CaSQk5T8cVqfsRhkLqNlXu24sLmJ4Z8R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CaSQk5T8cVqfsRhkLqNlXu24sLmJ4Z8R > .row .container > .video-iframe-container { display: none; }#CaSQk5T8cVqfsRhkLqNlXu24sLmJ4Z8R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CaSQk5T8cVqfsRhkLqNlXu24sLmJ4Z8R > .row > .video-iframe-container { display: none; }#CaSQk5T8cVqfsRhkLqNlXu24sLmJ4Z8R > .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); }#CaSQk5T8cVqfsRhkLqNlXu24sLmJ4Z8R > .row .container { border-width: 0; border-radius: 0; }#CaSQk5T8cVqfsRhkLqNlXu24sLmJ4Z8R > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CaSQk5T8cVqfsRhkLqNlXu24sLmJ4Z8R > .row .container { font-size:0.875rem;font-family:arial;height:10.4375rem;width:75rem;position:relative;display:block; }#qvKnLgd1zMKBvXhRyDTScOoSFzQDPMzk { color:#ffffff;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:300;z-index:15003;line-height:1.2;letter-spacing:0;top:5rem;left:0rem;height:2.55rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dSQeb5qNIinnbgRXQenTb2DAoe1QIya1 { color:#ffffff;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:8.6992168426512rem;left:-0.062500953674319rem;height:1.35rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PNgw1z58TsM19QKdNecrmV7PFvvVUTco { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#b10f1f;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; }#PNgw1z58TsM19QKdNecrmV7PFvvVUTco > .row .container { background-color: transparent; background-image: none; }#PNgw1z58TsM19QKdNecrmV7PFvvVUTco::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PNgw1z58TsM19QKdNecrmV7PFvvVUTco > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PNgw1z58TsM19QKdNecrmV7PFvvVUTco > .row .container > .video-iframe-container { display: none; }#PNgw1z58TsM19QKdNecrmV7PFvvVUTco > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PNgw1z58TsM19QKdNecrmV7PFvvVUTco > .row > .video-iframe-container { display: none; }#PNgw1z58TsM19QKdNecrmV7PFvvVUTco > .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); }#PNgw1z58TsM19QKdNecrmV7PFvvVUTco > .row .container { border-width: 0; border-radius: 0; }#PNgw1z58TsM19QKdNecrmV7PFvvVUTco > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PNgw1z58TsM19QKdNecrmV7PFvvVUTco > .row .container { font-size:0.875rem;font-family:arial;height:11.3125rem;width:75rem;position:relative;display:block; }#ekVuITQ38kyWhigXkSdDnEp7En4yWZ2k { color:#ffffff;display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15010;line-height:1.8;letter-spacing:0;top:2.5625rem;left:1.3125rem;height:2.3625rem;text-align:center;text-align-last:center;display:block; }
#SFiqgghcaZfP7MT8p0S36kSxff1B4iFG { color:#e6e6e6;display:block;width:16.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15011;line-height:1.8;letter-spacing:0;top:4.7375001907349rem;left:1.25rem;height:3.15rem;text-align:center;text-align-last:center;display:block; }
#d7u9ynOnQXDuAvfoH0WHuxad8xS4JXMy { color:#ffffff;display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15011;line-height:1.8;letter-spacing:0;top:2.5625rem;left:19.999218940735rem;height:2.3625rem;text-align:center;text-align-last:center;display:block; }
#Cc2ct30rtV5osB9Gzxna5tT19bBc8bDQ { color:rgba(var(--color-tertiary-0),1);display:block;width:16.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15012;line-height:1.8;letter-spacing:0;top:5.5250043869019rem;left:19.936718940735rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#CI2fTFhKZAB2bXHw7N8dyihMMBCDP1ML { color:#ffffff;display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15012;line-height:1.8;letter-spacing:0;top:2.5625rem;left:38.750000953674rem;height:2.3625rem;text-align:center;text-align-last:center;display:block; }
#GU9hQZFoeWS8AVJouGQT5QniQqpWlo7g { color:rgba(var(--color-tertiary-0),1);display:block;width:16.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15013;line-height:1.8;letter-spacing:0;top:5.5250043869019rem;left:38.687500953674rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#sdPA8Cy1cHPUJv3kmUqodHrDzUdIAJZG { color:#ffffff;display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15013;line-height:1.8;letter-spacing:0;top:2.5625rem;left:57.500000953674rem;height:2.3625rem;text-align:center;text-align-last:center;display:block; }
#ZUPShSMh4y2wTyeq4WDs9FoaD6Q70qhv { color:#ffffff;display:block;width:16.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15014;line-height:1.8;letter-spacing:0;top:5.5250043869019rem;left:57.437500953674rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#tVFVBOTq2rQqM6lleeHa6BJJ6iLbvmy4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e6e6e6;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; }#tVFVBOTq2rQqM6lleeHa6BJJ6iLbvmy4 > .row .container { background-color: transparent; background-image: none; }#tVFVBOTq2rQqM6lleeHa6BJJ6iLbvmy4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tVFVBOTq2rQqM6lleeHa6BJJ6iLbvmy4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tVFVBOTq2rQqM6lleeHa6BJJ6iLbvmy4 > .row .container > .video-iframe-container { display: none; }#tVFVBOTq2rQqM6lleeHa6BJJ6iLbvmy4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tVFVBOTq2rQqM6lleeHa6BJJ6iLbvmy4 > .row > .video-iframe-container { display: none; }#tVFVBOTq2rQqM6lleeHa6BJJ6iLbvmy4 > .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); }#tVFVBOTq2rQqM6lleeHa6BJJ6iLbvmy4 > .row .container { border-width: 0; border-radius: 0; }#tVFVBOTq2rQqM6lleeHa6BJJ6iLbvmy4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tVFVBOTq2rQqM6lleeHa6BJJ6iLbvmy4 > .row .container { font-size:0.875rem;font-family:arial;height:17.5625rem;width:75rem;position:relative;display:block; }#kzXU1yKXJIKyUumq8PWUoCDbMptyiPv3 { z-index:15005;top:8.8125rem;left:30.000000953674rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.375rem;height:3.6875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#SwFgrRyGTu7O8D5HCDwIR2w0LCB6yc1v { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QoEuMZ1Ze8p3XzaJJW2r9qfMNk4ZVFCk { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:300;z-index:15004;line-height:1.2;letter-spacing:0;top:3.8125rem;left:0rem;height:2.55rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gHbz3WTxTTgRTPGLCe6WPVI9cuRsQV5h { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#gHbz3WTxTTgRTPGLCe6WPVI9cuRsQV5h > .row .container { background-color: transparent; background-image: none; }#gHbz3WTxTTgRTPGLCe6WPVI9cuRsQV5h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gHbz3WTxTTgRTPGLCe6WPVI9cuRsQV5h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gHbz3WTxTTgRTPGLCe6WPVI9cuRsQV5h > .row .container > .video-iframe-container { display: none; }#gHbz3WTxTTgRTPGLCe6WPVI9cuRsQV5h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gHbz3WTxTTgRTPGLCe6WPVI9cuRsQV5h > .row > .video-iframe-container { display: none; }#gHbz3WTxTTgRTPGLCe6WPVI9cuRsQV5h > .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); }#gHbz3WTxTTgRTPGLCe6WPVI9cuRsQV5h > .row .container { border-width: 0; border-radius: 0; }#gHbz3WTxTTgRTPGLCe6WPVI9cuRsQV5h > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gHbz3WTxTTgRTPGLCe6WPVI9cuRsQV5h > .row .container { font-size:0.875rem;font-family:arial;height:10.375rem;width:75rem;position:relative;display:block; }#cMIWWsIMHJyUd0TIMT50TITf9WKomhlu { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15010;line-height:1.8;letter-spacing:0;top:3.6875rem;left:0rem;height:3.15rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #FIhQcln94TqVTqGMpzydWZc9UM97ZhKh { display:block; }#FIhQcln94TqVTqGMpzydWZc9UM97ZhKh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wndNqTi4ly0gF2fq2KX1R1ZOM8HBt0hb { top:1.6875rem;left:0rem;width:13.125rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibOwRplTBuROT06bttslwE2Mvc9kn3Nu { top:1.375rem;left:33.0625rem;width:14.6875rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWOKQyz8l2PeF49r5yT3tn24bmUVO3tb { display:block; }
 }@media only screen and (max-width: 763px) { #JQUWZIJSZ6OZdLoid4G0QWE0p4k78NrZ { width:34.75rem;height:1.5625rem;top:2.875rem;left:13rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxhSuGvhzNHchtQ7RitxGqgLUGdGXOV7 { display:block; }#hxhSuGvhzNHchtQ7RitxGqgLUGdGXOV7 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hlr6uFiN2VbbZQH7fL1CETza3OdNTHJs { width:35rem;height:34.9375rem;top:4.9375rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qu3gWHdT5zpI5CLRkVFwJpELmZweJWXw { width:30rem;height:;top:7.5rem;left:17.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rtdi5GvEye8K61AqgpPat2RoU0o0ixAb { width:20rem;height:5.8125rem;top:4.1875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #qTALHqBGxkLgyZtaVM733woounCLSsxf { width:20rem;height:4.5rem;top:10.125rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Dfpi3NtN8WNoOxmy56V1ES64fLHXaPyw { top:15.4375rem;left:17rem;width:13.75rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #C9unr2KKDcL3XrhH9VmNvybxnGgqO5zl { display:block; }
 }@media only screen and (max-width: 763px) { #FmXK2t9fOQfIgksmg9mxPG6gvkacqgcc { width:30rem;height:2.9375rem;top:13.75rem;left:17.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P69aMsRHPizfqL79KW6Q3qi3z6C7hr0V { top:36.1875rem;left:34.3125rem;width:13.4375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXO1MxLFllhJxrFcvPiLnTG3zMvcnNK0 { width:11.3125rem;height:1rem;top:36.375rem;left:28.875000953674rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8MvJNcGhHLV7VZH3DNcZBqvoaIdGI4F { width:35.0625rem;height:6.5rem;top:20.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymoiwycpFwo3rJiXAGdPsvF1z7V8GzyN .widget-regular-label { width:29.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#ymoiwycpFwo3rJiXAGdPsvF1z7V8GzyN .widget-input-text { width:29.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ymoiwycpFwo3rJiXAGdPsvF1z7V8GzyN .widget-input-text {padding-top: 0; padding-bottom: 0;}#ymoiwycpFwo3rJiXAGdPsvF1z7V8GzyN .widget-textarea { width:29.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ymoiwycpFwo3rJiXAGdPsvF1z7V8GzyN .widget-input-select { width:29.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ymoiwycpFwo3rJiXAGdPsvF1z7V8GzyN .widget-input-select {padding-top: 0; padding-bottom: 0;}#ymoiwycpFwo3rJiXAGdPsvF1z7V8GzyN .widget-input-button { width:29.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ymoiwycpFwo3rJiXAGdPsvF1z7V8GzyN .widget-checkbox-label { width:28.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ymoiwycpFwo3rJiXAGdPsvF1z7V8GzyN  { width:29.9375rem;height:auto;top:16.25rem;left:15.3125rem; }
#ymoiwycpFwo3rJiXAGdPsvF1z7V8GzyN .radio-container { width:29.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ymoiwycpFwo3rJiXAGdPsvF1z7V8GzyN {display:block;}#ymoiwycpFwo3rJiXAGdPsvF1z7V8GzyN { width:29.9375rem;height:auto;top:16.25rem;left:15.3125rem; }
 }@media only screen and (max-width: 763px) { #ymoiwycpFwo3rJiXAGdPsvF1z7V8GzyN #MmfNKK8HsgOmxnqME59XMdPR0mIz4QB2 {  }
 }@media only screen and (max-width: 763px) { #ymoiwycpFwo3rJiXAGdPsvF1z7V8GzyN #DFMrG01JmoMJMmJyg98IWa2kwQPxk8lV { display:none; }
 }@media only screen and (max-width: 763px) { #ymoiwycpFwo3rJiXAGdPsvF1z7V8GzyN #Rd7d6Pt0sldEivBffr4IWl5bhRczFOkD {  }
 }@media only screen and (max-width: 763px) { #ymoiwycpFwo3rJiXAGdPsvF1z7V8GzyN #eqO1D2ebrmG8N9qgq1LqzvgT7m0XMdoR {  }
 }@media only screen and (max-width: 763px) { #ymoiwycpFwo3rJiXAGdPsvF1z7V8GzyN #a0HmIGZT24TzBBTXUiaI81XxKqKfpHSi { display:none; }
 }@media only screen and (max-width: 763px) { #ymoiwycpFwo3rJiXAGdPsvF1z7V8GzyN #UT7TBOdE0U2ccBQyU0KrMpn8dDHniq2E {  }
 }@media only screen and (max-width: 763px) { #ymoiwycpFwo3rJiXAGdPsvF1z7V8GzyN #c1lK3OzGEvJlEqc8J9rFl5DJl7XSzesH {  }
 }@media only screen and (max-width: 763px) { #ymoiwycpFwo3rJiXAGdPsvF1z7V8GzyN #JSnPbdPb9B0GTsalZiGRsdrbTT8lu6lI { display:none; }
 }@media only screen and (max-width: 763px) { #ymoiwycpFwo3rJiXAGdPsvF1z7V8GzyN #yrnQUENhxogVV5zMKRdEbcTilci8r92F {  }
 }@media only screen and (max-width: 763px) { #qS62yttyxKnGJ0J5gw7NOF419ApREfFe { display:block; }
 }@media only screen and (max-width: 763px) { #eVH9T8lk3pNuWSqPv739OHzA17TOcibg { display:block; }
 }@media only screen and (max-width: 763px) { #GSDxLQALrQeLiTfe72vHO4KMqGGkBNfC { display:block; }
 }@media only screen and (max-width: 763px) { #TvDoSa3iW7dFK3R6rdRdulv6zr2xE4kr { display:block; }
 }@media only screen and (max-width: 763px) { #UrcKTvBwJCART7v83T1qMCvidGf4cqzP { display:block; }
 }@media only screen and (max-width: 763px) { #pguwZlEpbXUnAJ6htx4PnttyaDoEuIXf { display:block; }
 }@media only screen and (max-width: 763px) { #H6p3wyKaO9Kyk6Lle17dL1f1kTs0zutt { display:block; }
 }@media only screen and (max-width: 763px) { #WXSoNSAW9dq5F0CaR9OIidRk1LoZ6EOE { display:block; }
 }@media only screen and (max-width: 763px) { #WD8Mkotn91fraJI8JwhXcr1shpvFWTyX { display:block; }
 }@media only screen and (max-width: 763px) { #ymoiwycpFwo3rJiXAGdPsvF1z7V8GzyN #lL0UVuQVmSmM0VSBgXQAS0MQJaIMI9QX {  }
 }@media only screen and (max-width: 763px) { #ymoiwycpFwo3rJiXAGdPsvF1z7V8GzyN #mCeGusx4DUeeMeuLXm5f5fmmATQHHMg1 {  }
 }@media only screen and (max-width: 763px) { #ymoiwycpFwo3rJiXAGdPsvF1z7V8GzyN #dvXK1TmM3cnwnWX6xcHNEVcsQTOsFdgh {  }
 }@media only screen and (max-width: 763px) { #ymoiwycpFwo3rJiXAGdPsvF1z7V8GzyN #RLf8f1fTRTUTp6O0NM90BXZZ3mFSyuIi {  }
 }@media only screen and (max-width: 763px) { #TMlVCW8grHs22o0iucCfOURmD4wITxJv { width:35.0625rem;height:;top:13.75rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIh5xEN5agFOdww8EcX490AJThVuVMPA { width:35.0625rem;height:1.375rem;top:28.75rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yA3QquUEDImqXLT5TlZJlMEOTf5slRK2 { display:block; }#yA3QquUEDImqXLT5TlZJlMEOTf5slRK2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oI6xIx0p2d59KwF0aRwVmZ1mfV587EUB { top:2.5625rem;left:0rem;width:16.1875rem;height:2.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXvHT9p9eCNKmwrluix67KxI6wSLesaa { top:4.5rem;left:0rem;width:16.3125rem;height:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQIfadVrReWZfE6ZTE9fOeRAMTFHefbe { top:2.5625rem;left:6.374218940735rem;width:16.1875rem;height:2.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImzKIOSiQCpQE08VFaxCZbZofOMC6vA6 { top:4.5rem;left:6.311718940735rem;width:16.3125rem;height:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fnv9V42zQB8rtgfn7cqGiKQcHkaZVd40 { top:2.5625rem;left:25.125000953674rem;width:16.1875rem;height:2.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzEObKurLWJoIsmDWxh17Hh8vnLs82hv { top:4.5rem;left:25.062500953674rem;width:16.3125rem;height:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #spBggxLz5sasoaDbFwKZ6XFHA547zOpQ { top:2.5625rem;left:31.5625rem;width:16.1875rem;height:2.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xN5nLeiFmhqZTZpPh3oZK04DVxKrZ1rA { top:4.5rem;left:31.4375rem;width:16.3125rem;height:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTWNSnPBQtpK5cZ76x7HT4L41aMLHpST { display:block; }#BTWNSnPBQtpK5cZ76x7HT4L41aMLHpST > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LOOf7OENmryAnFI8nqQNOIoeXTewpGGl { width:47.75rem;height:2.5rem;top:5rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkURJAHOKWoMPs6bfCilkFlNw4B4Qrec { width:47.75rem;height:4.0625rem;top:8.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TciG5AooNfnK5WohNmg7LAaCKldoyHl6 { top:15rem;left:0rem;width:35.0625rem;height:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #W65wbEBaEkhVi53hEaHeHlt4sGEUvuGq { top:15rem;left:12.6875rem;width:35.0625rem;height:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToFZPUoBQDFHXcMtAXUcAtwT8ppTZTEs { display:block; }#ToFZPUoBQDFHXcMtAXUcAtwT8ppTZTEs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tnvIlATIWAhvg13HuR7KeIleN26Px3H9 { top:6.125rem;left:0rem;width:27.5625rem;height:2.3125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iT0AnxFbaPKIbB5hhGsfqM2ZlOcLryWc { top:9.875rem;left:0rem;width:27.5625rem;height:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lt96uGzpT9OGg9IKolZ3TaIGz83yVX95 { top:2.375rem;left:0rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mno8kFEyvkVTt3eJ8RFacHghDTZEblnV { top:2.125rem;left:23.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZIKVQkXpgaqp4qXO4dKy5RG86thhJy3 { top:6.125rem;left:20.1875rem;width:27.5625rem;height:2.3125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebd8vKiNR5rfT80lpoZMhbNTqxVi42s9 { top:9.875rem;left:20.1875rem;width:27.5625rem;height:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuLX30fTJo0E4bro0CWdotpXb21pBJPV { display:block; }#uuLX30fTJo0E4bro0CWdotpXb21pBJPV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MPrwXUg8BI4K1z4yiLqLUo23Wrb5P7Ba { display:block; }#MPrwXUg8BI4K1z4yiLqLUo23Wrb5P7Ba > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ly4zSxxeviB9T4fVgb1DvlHbTFw33z7a { top:6.125rem;left:0rem;width:27.5625rem;height:2.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUME83Fz1kDl4HQmZLxvTreZkULMlBIn { top:9.875rem;left:0rem;width:27.5625rem;height:2.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBvOhTAZcvVlW7lLSFaomf73Hw2HBu8k { top:2.375rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCQ7lGqII1E0E0IRsqQ6LdiK3Ff1madf { top:2.375rem;left:23.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vS9iErfZ9hh2ys49QaapSQTk2GvlZ3k3 { top:6.125rem;left:20.1875rem;width:27.5625rem;height:2.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mdex8iToK5MmFM303lJWxQCTH916MFsr { top:9.875rem;left:20.1875rem;width:27.5625rem;height:2.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZ9TAUhpoD7gtCH9bsk8BQgg19bNzD79 { top:0.0625rem;left:0rem;width:35.0625rem;height:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyqEDk7qBxuuxpo8z6bq6TtXHWbSVEbc { top:0.0625rem;left:12.6875rem;width:35.0625rem;height:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #koAhz8uMcUt2rEIoIIyw1Th2bkbDF9zP { display:block; }#koAhz8uMcUt2rEIoIIyw1Th2bkbDF9zP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bc7N0z5xqSpGgPTNiXeK4BH95XWk0QoZ { top:3.5rem;left:13.875000953674rem;width:17.375rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKBhWZ6fUJVcQsnusgvEWeDTbRt14Nos { display:block; }
 }@media only screen and (max-width: 763px) { #f6RJfVIElMG2G2Ue5FJtEJKUDBrlmdsv { display:none; }#f6RJfVIElMG2G2Ue5FJtEJKUDBrlmdsv > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ETtXrdfb7goJkU0Mvza5I644ei34tHSf { width:47.75rem;height:2.75rem;top:3.75rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8BQLyM2g4wqCM15EQTobyfVF8Sclh8e { width:47.75rem;height:1.375rem;top:8.6875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNec3OWOplGETo1Hq1hmSFwFzByrn4a9 { top:12.9375rem;left:0rem;width:37.5625rem;height:9.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQ9uQdlgBCVxoAE3kOIT8qOswcuPXBvD { top:12.9375rem;left:10.1875rem;width:37.5625rem;height:9.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTLiFvfXOvf9M82xib8ZxoaN6SVHmdfb { display:block; }#QTLiFvfXOvf9M82xib8ZxoaN6SVHmdfb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PyJ7PAGz27NnxzgB2g3kZVDcXpZzlqUe { display:none; }#PyJ7PAGz27NnxzgB2g3kZVDcXpZzlqUe > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KHcFZV3t7Km4NRtVgT2wyTWyGyeENHiT { width:47.75rem;height:1rem;top:0.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #soNOmaPnp1EBSmp4yL3NMbQLVD9zrxxk { display:none; }#soNOmaPnp1EBSmp4yL3NMbQLVD9zrxxk > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dbH9WWHac8K07wm3U1r05NMnhwAvcX3d { width:47.75rem;height:2.75rem;top:3.75rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihCL5MFz2T5mPJEGxzfBZuXpsgxT2E4J { width:47.75rem;height:2.6875rem;top:8.6875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2pQRs38HOwFT9Acaos1ArqOS8CWQPHF .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#N2pQRs38HOwFT9Acaos1ArqOS8CWQPHF { display:flex;height:auto;width:45.25rem;top:13.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #N2pQRs38HOwFT9Acaos1ArqOS8CWQPHF #wMuigSqccTOG2FcbbZpF0ol75JZ6dKrA {  }
 }@media only screen and (max-width: 763px) { #N2pQRs38HOwFT9Acaos1ArqOS8CWQPHF #LuN9rOeXOcCOAQmGaPqaCJQWi9oJwo5p {  }
 }@media only screen and (max-width: 763px) { #N2pQRs38HOwFT9Acaos1ArqOS8CWQPHF #qyIfEg8V6WdSWvDOeatBku3AhbQX75gF {  }
 }@media only screen and (max-width: 763px) { #N2pQRs38HOwFT9Acaos1ArqOS8CWQPHF #y5AIBdTo5g5eybVbBhUA4hEsBZNk1pZ8 {  }
 }@media only screen and (max-width: 763px) { #N2pQRs38HOwFT9Acaos1ArqOS8CWQPHF #KzHBMycnGoHPQXk6JTNg3q6Ohqz38HXD {  }
 }@media only screen and (max-width: 763px) { #N2pQRs38HOwFT9Acaos1ArqOS8CWQPHF #gFVcw8BC0EHl5HARuSTsnp30QdwlrATD {  }
 }@media only screen and (max-width: 763px) { #N2pQRs38HOwFT9Acaos1ArqOS8CWQPHF #JmRtvDFJ9uHDWELJuE32vxLCvfICkefJ {  }
 }@media only screen and (max-width: 763px) { #N2pQRs38HOwFT9Acaos1ArqOS8CWQPHF #fdAn4H7yVsbUyPdbspVNrJiOeq4Ic1xl {  }
 }@media only screen and (max-width: 763px) { #N2pQRs38HOwFT9Acaos1ArqOS8CWQPHF #hDdNn7orIa44RyviI0RzgDpMNuEGcHHz {  }
 }@media only screen and (max-width: 763px) { #N2pQRs38HOwFT9Acaos1ArqOS8CWQPHF #eTCUU2smFsKhaGyNF4Ky34qtzThRHXO2 {  }
 }@media only screen and (max-width: 763px) { #N2pQRs38HOwFT9Acaos1ArqOS8CWQPHF #boTtlQipKTMlvNTxUxdOJ2yziQWfV4oJ {  }
 }@media only screen and (max-width: 763px) { #N2pQRs38HOwFT9Acaos1ArqOS8CWQPHF #lf3KlOX3dQWwU8nonMUiB7nJIE4C4rq0 {  }
 }@media only screen and (max-width: 763px) { #N2pQRs38HOwFT9Acaos1ArqOS8CWQPHF #kEFerT85881qV1BOdA9gohlEWdNKMwQw {  }
 }@media only screen and (max-width: 763px) { #N2pQRs38HOwFT9Acaos1ArqOS8CWQPHF #A558d5GcK1AqOln9kKzd0OvXVunvVh7T {  }
 }@media only screen and (max-width: 763px) { #N2pQRs38HOwFT9Acaos1ArqOS8CWQPHF #fTPxb76xPnpbwvE8yVUpqhP5pc82uJvT {  }
 }@media only screen and (max-width: 763px) { #N2pQRs38HOwFT9Acaos1ArqOS8CWQPHF #hLztTycq1GNkulUxuZtNzuavtLAZKFpm {  }
 }@media only screen and (max-width: 763px) { #N2pQRs38HOwFT9Acaos1ArqOS8CWQPHF #eTxrXc3hGuRLq5A8TZJzc94aIWV19F8T {  }
 }@media only screen and (max-width: 763px) { #N2pQRs38HOwFT9Acaos1ArqOS8CWQPHF #ZbnL8KyqrSZH6pNKbdQFpMH6a7EfWqbH {  }
 }@media only screen and (max-width: 763px) { #N2pQRs38HOwFT9Acaos1ArqOS8CWQPHF #bko4EQhfP9stSFpblxkN6czR8GdG5AnE {  }
 }@media only screen and (max-width: 763px) { #N2pQRs38HOwFT9Acaos1ArqOS8CWQPHF #LpJTkNWqo9wlrWp9ymiycddfK87xhVhv {  }
 }@media only screen and (max-width: 763px) { #CaSQk5T8cVqfsRhkLqNlXu24sLmJ4Z8R { display:block; }#CaSQk5T8cVqfsRhkLqNlXu24sLmJ4Z8R > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qvKnLgd1zMKBvXhRyDTScOoSFzQDPMzk { width:47.75rem;height:2.5rem;top:5rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSQeb5qNIinnbgRXQenTb2DAoe1QIya1 { width:47.75rem;height:1.3125rem;top:8.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNgw1z58TsM19QKdNecrmV7PFvvVUTco { display:block; }#PNgw1z58TsM19QKdNecrmV7PFvvVUTco > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ekVuITQ38kyWhigXkSdDnEp7En4yWZ2k { top:2.5625rem;left:0rem;width:16.1875rem;height:2.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFiqgghcaZfP7MT8p0S36kSxff1B4iFG { top:4.6875rem;left:0rem;width:16.3125rem;height:3.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7u9ynOnQXDuAvfoH0WHuxad8xS4JXMy { top:2.5625rem;left:6.374218940735rem;width:16.1875rem;height:2.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cc2ct30rtV5osB9Gzxna5tT19bBc8bDQ { top:5.5rem;left:6.311718940735rem;width:16.3125rem;height:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CI2fTFhKZAB2bXHw7N8dyihMMBCDP1ML { top:2.5625rem;left:25.125000953674rem;width:16.1875rem;height:2.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GU9hQZFoeWS8AVJouGQT5QniQqpWlo7g { top:5.5rem;left:25.062500953674rem;width:16.3125rem;height:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdPA8Cy1cHPUJv3kmUqodHrDzUdIAJZG { top:2.5625rem;left:31.5625rem;width:16.1875rem;height:2.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUPShSMh4y2wTyeq4WDs9FoaD6Q70qhv { top:5.5rem;left:31.4375rem;width:16.3125rem;height:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVFVBOTq2rQqM6lleeHa6BJJ6iLbvmy4 { display:block; }#tVFVBOTq2rQqM6lleeHa6BJJ6iLbvmy4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kzXU1yKXJIKyUumq8PWUoCDbMptyiPv3 { top:8.8125rem;left:16.375000953674rem;width:17.375rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SwFgrRyGTu7O8D5HCDwIR2w0LCB6yc1v { display:block; }
 }@media only screen and (max-width: 763px) { #QoEuMZ1Ze8p3XzaJJW2r9qfMNk4ZVFCk { width:47.75rem;height:2.5rem;top:3.8125rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHbz3WTxTTgRTPGLCe6WPVI9cuRsQV5h { display:block; }#gHbz3WTxTTgRTPGLCe6WPVI9cuRsQV5h > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cMIWWsIMHJyUd0TIMT50TITf9WKomhlu { top:3.6875rem;left:0rem;width:47.75rem;height:3.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #FIhQcln94TqVTqGMpzydWZc9UM97ZhKh { display:block; }#FIhQcln94TqVTqGMpzydWZc9UM97ZhKh > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wndNqTi4ly0gF2fq2KX1R1ZOM8HBt0hb { width:11.1875rem;height:4.125rem;top:1.25rem;left:5.0000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibOwRplTBuROT06bttslwE2Mvc9kn3Nu { top:1.375rem;left:4.6875rem;width:10.625rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rWOKQyz8l2PeF49r5yT3tn24bmUVO3tb { display:block; }
 }@media only screen and (max-width: 763px) { #JQUWZIJSZ6OZdLoid4G0QWE0p4k78NrZ { width:20rem;height:auto;top:2.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;color:#b10f1f;display:none; }
 }@media only screen and (max-width: 763px) { #hxhSuGvhzNHchtQ7RitxGqgLUGdGXOV7 { background-color:#b10f1f;background-image:none;display:block; }#hxhSuGvhzNHchtQ7RitxGqgLUGdGXOV7 > .row .container { background-color: transparent; background-image: none; }#hxhSuGvhzNHchtQ7RitxGqgLUGdGXOV7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hxhSuGvhzNHchtQ7RitxGqgLUGdGXOV7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hxhSuGvhzNHchtQ7RitxGqgLUGdGXOV7 > .row .container > .video-iframe-container { display: none; }#hxhSuGvhzNHchtQ7RitxGqgLUGdGXOV7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hxhSuGvhzNHchtQ7RitxGqgLUGdGXOV7 > .row > .video-iframe-container { display: none; }#hxhSuGvhzNHchtQ7RitxGqgLUGdGXOV7 > .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); }#hxhSuGvhzNHchtQ7RitxGqgLUGdGXOV7 > .row .container { width:20rem;height:53.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hlr6uFiN2VbbZQH7fL1CETza3OdNTHJs { width:20rem;height:30.5625rem;top:15.875rem;left:0rem;z-index:14999;box-shadow: 0rem 0rem 0.625rem rgba(0,0,0,0.4) ;display:block; }
 }@media only screen and (max-width: 763px) { #Qu3gWHdT5zpI5CLRkVFwJpELmZweJWXw { width:17.5rem;height:5.775rem;top:17.5rem;left:1.2500000596046rem;text-align:center;text-align-last:center;font-size:1.75rem;color:#b10f1f;line-height:1.1;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; }
 }@media only screen and (max-width: 763px) { #Rtdi5GvEye8K61AqgpPat2RoU0o0ixAb { width:20rem;height:0;top:4.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;font-family:montserrat;font-weight:400;font-style:normal;color:#ffffff;z-index:15003;display:none; }
 }@media only screen and (max-width: 763px) { #qTALHqBGxkLgyZtaVM733woounCLSsxf { width:20rem;height:0;top:10.125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;font-family:montserrat;font-weight:400;font-style:normal;color:#ffffff;z-index:15006;display:none; }
 }@media only screen and (max-width: 763px) { #Dfpi3NtN8WNoOxmy56V1ES64fLHXaPyw { top:15.4375rem;left:1.5rem;width:17rem;height:3.125rem;z-index:15005;background-color:#00be4c;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;color:#ffffff;border-top:0;border-left:0;border-right:0;border-bottom:0;font-family:montserrat;display:none; }
 }@media only screen and (max-width: 763px) { #C9unr2KKDcL3XrhH9VmNvybxnGgqO5zl { display:block; }
 }@media only screen and (max-width: 763px) { #FmXK2t9fOQfIgksmg9mxPG6gvkacqgcc { width:17.5625rem;height:3.9rem;top:23.75rem;left:1.2500000596046rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P69aMsRHPizfqL79KW6Q3qi3z6C7hr0V { width:13.4375rem;height:1.375rem;top:43.375rem;left:2.5000000596046rem;display:none; }
 }@media only screen and (max-width: 763px) { #tXO1MxLFllhJxrFcvPiLnTG3zMvcnNK0 { width:10rem;height:0;top:42.08749961853rem;left:5.0000000596046rem;text-align:center;text-align-last:center;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #T8MvJNcGhHLV7VZH3DNcZBqvoaIdGI4F { width:20rem;height:6.5rem;top:8.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymoiwycpFwo3rJiXAGdPsvF1z7V8GzyN .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;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;height:auto; }
#ymoiwycpFwo3rJiXAGdPsvF1z7V8GzyN .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;color:#474747;font-family:montserrat;font-size:0.875rem;overflow:hidden;height:2.5rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.125rem solid #e6e6e6;border-left:0.125rem solid #e6e6e6;border-right:0.125rem solid #e6e6e6;border-bottom:0.125rem solid #e6e6e6;display:block;vertical-align:top; }
#ymoiwycpFwo3rJiXAGdPsvF1z7V8GzyN .widget-input-text {padding-top: 0; padding-bottom: 0;}#ymoiwycpFwo3rJiXAGdPsvF1z7V8GzyN .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;color:#474747;font-family:montserrat;font-size:0.875rem;overflow:hidden;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.125rem solid #e6e6e6;border-left:0.125rem solid #e6e6e6;border-right:0.125rem solid #e6e6e6;border-bottom:0.125rem solid #e6e6e6;display:block;vertical-align:top; }
#ymoiwycpFwo3rJiXAGdPsvF1z7V8GzyN .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.8125rem;overflow:hidden;font-family:montserrat;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #e6e6e6;border-left:0.0625rem solid #e6e6e6;border-right:0.0625rem solid #e6e6e6;border-bottom:0.0625rem solid #e6e6e6;height:2.8125rem;display:block;vertical-align:top; }
#ymoiwycpFwo3rJiXAGdPsvF1z7V8GzyN .widget-input-select {padding-top: 0; padding-bottom: 0;}#ymoiwycpFwo3rJiXAGdPsvF1z7V8GzyN .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#ymoiwycpFwo3rJiXAGdPsvF1z7V8GzyN .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#ymoiwycpFwo3rJiXAGdPsvF1z7V8GzyN .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;color:#ffffff;line-height:1;height:2.5rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;font-family:montserrat;font-size:1rem;overflow:hidden; }
#ymoiwycpFwo3rJiXAGdPsvF1z7V8GzyN [class*="-text"]:-moz-placeholder { font-size:0.8125rem;color:#474747; }
#ymoiwycpFwo3rJiXAGdPsvF1z7V8GzyN [class*="-text"]::-moz-placeholder { font-size:0.8125rem;color:#474747; }
#ymoiwycpFwo3rJiXAGdPsvF1z7V8GzyN [class*="-text"]:-ms-input-placeholder { font-size:0.8125rem;color:#474747; }
#ymoiwycpFwo3rJiXAGdPsvF1z7V8GzyN [class*="-text"]::-webkit-input-placeholder { font-size:0.8125rem;color:#474747; }
#ymoiwycpFwo3rJiXAGdPsvF1z7V8GzyN .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.625rem;overflow:hidden;height:auto;line-height:1.5; }
#ymoiwycpFwo3rJiXAGdPsvF1z7V8GzyN .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0; }
#ymoiwycpFwo3rJiXAGdPsvF1z7V8GzyN .widget-container:first-of-type{padding-top:0;}#ymoiwycpFwo3rJiXAGdPsvF1z7V8GzyN .widget-container:last-of-type{padding-bottom:0;}#ymoiwycpFwo3rJiXAGdPsvF1z7V8GzyN  { width:17.5rem;height:auto;top:27.5rem;left:0rem; }
#ymoiwycpFwo3rJiXAGdPsvF1z7V8GzyN .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#ymoiwycpFwo3rJiXAGdPsvF1z7V8GzyN {display:block;}#ymoiwycpFwo3rJiXAGdPsvF1z7V8GzyN { width:17.5rem;height:auto;top:27.5rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ymoiwycpFwo3rJiXAGdPsvF1z7V8GzyN #MmfNKK8HsgOmxnqME59XMdPR0mIz4QB2 {  }
 }@media only screen and (max-width: 763px) { #ymoiwycpFwo3rJiXAGdPsvF1z7V8GzyN #DFMrG01JmoMJMmJyg98IWa2kwQPxk8lV { display:none; }
 }@media only screen and (max-width: 763px) { #ymoiwycpFwo3rJiXAGdPsvF1z7V8GzyN #Rd7d6Pt0sldEivBffr4IWl5bhRczFOkD {  }
 }@media only screen and (max-width: 763px) { #ymoiwycpFwo3rJiXAGdPsvF1z7V8GzyN #eqO1D2ebrmG8N9qgq1LqzvgT7m0XMdoR {  }
 }@media only screen and (max-width: 763px) { #ymoiwycpFwo3rJiXAGdPsvF1z7V8GzyN #a0HmIGZT24TzBBTXUiaI81XxKqKfpHSi { display:none; }
 }@media only screen and (max-width: 763px) { #ymoiwycpFwo3rJiXAGdPsvF1z7V8GzyN #UT7TBOdE0U2ccBQyU0KrMpn8dDHniq2E {  }
 }@media only screen and (max-width: 763px) { #ymoiwycpFwo3rJiXAGdPsvF1z7V8GzyN #c1lK3OzGEvJlEqc8J9rFl5DJl7XSzesH {  }
 }@media only screen and (max-width: 763px) { #ymoiwycpFwo3rJiXAGdPsvF1z7V8GzyN #JSnPbdPb9B0GTsalZiGRsdrbTT8lu6lI { display:none; }
 }@media only screen and (max-width: 763px) { #ymoiwycpFwo3rJiXAGdPsvF1z7V8GzyN #yrnQUENhxogVV5zMKRdEbcTilci8r92F {  }
 }@media only screen and (max-width: 763px) { #qS62yttyxKnGJ0J5gw7NOF419ApREfFe { display:block; }
 }@media only screen and (max-width: 763px) { #eVH9T8lk3pNuWSqPv739OHzA17TOcibg { display:block; }
 }@media only screen and (max-width: 763px) { #GSDxLQALrQeLiTfe72vHO4KMqGGkBNfC { display:block; }
 }@media only screen and (max-width: 763px) { #TvDoSa3iW7dFK3R6rdRdulv6zr2xE4kr { display:block; }
 }@media only screen and (max-width: 763px) { #UrcKTvBwJCART7v83T1qMCvidGf4cqzP { display:block; }
 }@media only screen and (max-width: 763px) { #pguwZlEpbXUnAJ6htx4PnttyaDoEuIXf { display:block; }
 }@media only screen and (max-width: 763px) { #H6p3wyKaO9Kyk6Lle17dL1f1kTs0zutt { display:block; }
 }@media only screen and (max-width: 763px) { #WXSoNSAW9dq5F0CaR9OIidRk1LoZ6EOE { display:block; }
 }@media only screen and (max-width: 763px) { #WD8Mkotn91fraJI8JwhXcr1shpvFWTyX { display:block; }
 }@media only screen and (max-width: 763px) { #ymoiwycpFwo3rJiXAGdPsvF1z7V8GzyN #lL0UVuQVmSmM0VSBgXQAS0MQJaIMI9QX {  }
 }@media only screen and (max-width: 763px) { #ymoiwycpFwo3rJiXAGdPsvF1z7V8GzyN #mCeGusx4DUeeMeuLXm5f5fmmATQHHMg1 {  }
 }@media only screen and (max-width: 763px) { #ymoiwycpFwo3rJiXAGdPsvF1z7V8GzyN #dvXK1TmM3cnwnWX6xcHNEVcsQTOsFdgh {  }
 }@media only screen and (max-width: 763px) { #ymoiwycpFwo3rJiXAGdPsvF1z7V8GzyN #RLf8f1fTRTUTp6O0NM90BXZZ3mFSyuIi {  }
 }@media only screen and (max-width: 763px) { #TMlVCW8grHs22o0iucCfOURmD4wITxJv { width:20rem;height:5.775rem;top:2.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;color:#ffffff;line-height:1.1;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; }
 }@media only screen and (max-width: 763px) { #BIh5xEN5agFOdww8EcX490AJThVuVMPA { width:20rem;height:2.7625rem;top:48.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yA3QquUEDImqXLT5TlZJlMEOTf5slRK2 { background-color:#e6e6e6;background-image:none;display:block; }#yA3QquUEDImqXLT5TlZJlMEOTf5slRK2 > .row .container { background-color: transparent; background-image: none; }#yA3QquUEDImqXLT5TlZJlMEOTf5slRK2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yA3QquUEDImqXLT5TlZJlMEOTf5slRK2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yA3QquUEDImqXLT5TlZJlMEOTf5slRK2 > .row .container > .video-iframe-container { display: none; }#yA3QquUEDImqXLT5TlZJlMEOTf5slRK2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yA3QquUEDImqXLT5TlZJlMEOTf5slRK2 > .row > .video-iframe-container { display: none; }#yA3QquUEDImqXLT5TlZJlMEOTf5slRK2 > .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); }#yA3QquUEDImqXLT5TlZJlMEOTf5slRK2 > .row .container { width:20rem;height:22.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oI6xIx0p2d59KwF0aRwVmZ1mfV587EUB { width:19.9375rem;height:1.75rem;top:1.25rem;left:0rem;font-size:1.25rem;color:#b10f1f;font-family:montserrat;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gXvHT9p9eCNKmwrluix67KxI6wSLesaa { width:20rem;height:1.225rem;top:3.4625rem;left:0rem;font-size:0.875rem;color:#ffffff;font-family:montserrat;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XQIfadVrReWZfE6ZTE9fOeRAMTFHefbe { width:20rem;height:1.75rem;top:6.1875rem;left:0rem;font-size:1.25rem;color:#b10f1f;font-family:montserrat;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ImzKIOSiQCpQE08VFaxCZbZofOMC6vA6 { width:20rem;height:1.225rem;top:8.71249961853rem;left:0rem;font-size:0.875rem;color:#ffffff;font-family:montserrat;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Fnv9V42zQB8rtgfn7cqGiKQcHkaZVd40 { width:20rem;height:1.75rem;top:11.1875rem;left:0rem;font-size:1.25rem;color:#b10f1f;font-family:montserrat;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xzEObKurLWJoIsmDWxh17Hh8vnLs82hv { width:20rem;height:1.225rem;top:13.6875rem;left:0rem;font-size:0.875rem;color:#ffffff;font-family:montserrat;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #spBggxLz5sasoaDbFwKZ6XFHA547zOpQ { width:16.1875rem;height:1.75rem;top:16.1875rem;left:1.2500000596046rem;font-size:1.25rem;color:#b10f1f;font-family:montserrat;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xN5nLeiFmhqZTZpPh3oZK04DVxKrZ1rA { width:20rem;height:1.225rem;top:18.6875rem;left:0rem;font-size:0.875rem;color:#ffffff;font-family:montserrat;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BTWNSnPBQtpK5cZ76x7HT4L41aMLHpST { display:block; }#BTWNSnPBQtpK5cZ76x7HT4L41aMLHpST > .row .container { width:20rem;height:23.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LOOf7OENmryAnFI8nqQNOIoeXTewpGGl { width:20rem;height:9.6rem;top:2.5500001907349rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;font-family:montserrat;font-weight:400;font-style:normal;color:#474747;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #kkURJAHOKWoMPs6bfCilkFlNw4B4Qrec { width:18.75rem;height:10.8rem;top:12.5625rem;left:0.68671876192094rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TciG5AooNfnK5WohNmg7LAaCKldoyHl6 { width:20rem;height:15.5rem;top:21.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #W65wbEBaEkhVi53hEaHeHlt4sGEUvuGq { width:20rem;height:15.5rem;top:50.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ToFZPUoBQDFHXcMtAXUcAtwT8ppTZTEs { display:block; }#ToFZPUoBQDFHXcMtAXUcAtwT8ppTZTEs > .row .container { width:20rem;height:19.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tnvIlATIWAhvg13HuR7KeIleN26Px3H9 { width:20rem;height:0.9625rem;top:5.625rem;left:0rem;font-size:0.6875rem;color:#ffffff;font-family:montserrat;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iT0AnxFbaPKIbB5hhGsfqM2ZlOcLryWc { width:20rem;height:4.2rem;top:5rem;left:0rem;font-size:1rem;color:#ffffff;font-family:montserrat;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Lt96uGzpT9OGg9IKolZ3TaIGz83yVX95 { display:flex;width:3.125rem;height:3.125rem;top:1.25rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #Mno8kFEyvkVTt3eJ8RFacHghDTZEblnV { display:flex;width:3.125rem;height:3.125rem;top:11.25rem;left:8.7500005364419rem; }
 }@media only screen and (max-width: 763px) { #wZIKVQkXpgaqp4qXO4dKy5RG86thhJy3 { width:20rem;height:0.9625rem;top:17.6625rem;left:0rem;font-size:0.6875rem;color:#ffffff;font-family:montserrat;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ebd8vKiNR5rfT80lpoZMhbNTqxVi42s9 { width:20rem;height:2.8rem;top:15rem;left:0rem;font-size:1rem;color:#ffffff;font-family:montserrat;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uuLX30fTJo0E4bro0CWdotpXb21pBJPV { display:block; }#uuLX30fTJo0E4bro0CWdotpXb21pBJPV > .row .container { width:20rem;height:1.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MPrwXUg8BI4K1z4yiLqLUo23Wrb5P7Ba { display:block; }#MPrwXUg8BI4K1z4yiLqLUo23Wrb5P7Ba > .row .container { width:20rem;height:18.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ly4zSxxeviB9T4fVgb1DvlHbTFw33z7a { width:20rem;height:1.75rem;top:4.125rem;left:0rem;font-size:1.25rem;color:#b10f1f;font-family:montserrat;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XUME83Fz1kDl4HQmZLxvTreZkULMlBIn { width:20rem;height:2.45rem;top:5.875rem;left:0rem;font-size:0.875rem;color:#ffffff;font-family:montserrat;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KBvOhTAZcvVlW7lLSFaomf73Hw2HBu8k { display:flex;width:3.125rem;height:3.125rem;top:0.25rem;left:8.7500005364419rem; }
 }@media only screen and (max-width: 763px) { #sCQ7lGqII1E0E0IRsqQ6LdiK3Ff1madf { display:flex;width:3.125rem;height:3.125rem;top:9.625rem;left:8.7500005364419rem; }
 }@media only screen and (max-width: 763px) { #vS9iErfZ9hh2ys49QaapSQTk2GvlZ3k3 { width:20rem;height:1.75rem;top:13.375rem;left:0rem;font-size:1.25rem;color:#b10f1f;font-family:montserrat;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Mdex8iToK5MmFM303lJWxQCTH916MFsr { width:20rem;height:2.45rem;top:15.25rem;left:0rem;font-size:0.875rem;color:#ffffff;font-family:montserrat;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WZ9TAUhpoD7gtCH9bsk8BQgg19bNzD79 { width:20rem;height:12.1875rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gyqEDk7qBxuuxpo8z6bq6TtXHWbSVEbc { width:20rem;height:12.6875rem;top:15.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #koAhz8uMcUt2rEIoIIyw1Th2bkbDF9zP { display:block; }#koAhz8uMcUt2rEIoIIyw1Th2bkbDF9zP > .row .container { width:20rem;height:7.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bc7N0z5xqSpGgPTNiXeK4BH95XWk0QoZ { top:1.25rem;left:1.3125rem;width:17.375rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKBhWZ6fUJVcQsnusgvEWeDTbRt14Nos { display:block; }
 }@media only screen and (max-width: 763px) { #f6RJfVIElMG2G2Ue5FJtEJKUDBrlmdsv { display:block; }#f6RJfVIElMG2G2Ue5FJtEJKUDBrlmdsv > .row .container { width:20rem;height:26.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ETtXrdfb7goJkU0Mvza5I644ei34tHSf { width:20rem;height:5.2rem;top:2.36328125rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;font-family:montserrat;font-weight:400;font-style:normal;color:#474747;display:block; }
 }@media only screen and (max-width: 763px) { #M8BQLyM2g4wqCM15EQTobyfVF8Sclh8e { width:20rem;height:3.375rem;top:11.113281726837rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;font-family:montserrat;font-weight:400;font-style:normal;color:#474747;display:block; }
 }@media only screen and (max-width: 763px) { #aNec3OWOplGETo1Hq1hmSFwFzByrn4a9 { width:20rem;height:0;top:15.73828125rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #IQ9uQdlgBCVxoAE3kOIT8qOswcuPXBvD { width:20rem;height:9.6rem;top:15.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QTLiFvfXOvf9M82xib8ZxoaN6SVHmdfb { display:block; }#QTLiFvfXOvf9M82xib8ZxoaN6SVHmdfb > .row .container { width:20rem;height:1.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PyJ7PAGz27NnxzgB2g3kZVDcXpZzlqUe { display:block; }#PyJ7PAGz27NnxzgB2g3kZVDcXpZzlqUe > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KHcFZV3t7Km4NRtVgT2wyTWyGyeENHiT { width:20rem;height:3.375rem;top:0.125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;font-family:montserrat;font-weight:400;font-style:normal;color:#474747;display:block; }
 }@media only screen and (max-width: 763px) { #soNOmaPnp1EBSmp4yL3NMbQLVD9zrxxk { display:block; }#soNOmaPnp1EBSmp4yL3NMbQLVD9zrxxk > .row .container { width:20rem;height:46.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dbH9WWHac8K07wm3U1r05NMnhwAvcX3d { width:20rem;height:10.4rem;top:2.36328125rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;font-family:montserrat;font-weight:400;font-style:normal;color:#474747;display:block; }
 }@media only screen and (max-width: 763px) { #ihCL5MFz2T5mPJEGxzfBZuXpsgxT2E4J { width:20rem;height:5.625rem;top:12.625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;font-family:montserrat;font-weight:400;font-style:normal;color:#474747;display:block; }
 }@media only screen and (max-width: 763px) { #N2pQRs38HOwFT9Acaos1ArqOS8CWQPHF .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#N2pQRs38HOwFT9Acaos1ArqOS8CWQPHF .accordion-heading-text { font-weight:700;font-style:normal;font-size:1rem;height:auto; }
#N2pQRs38HOwFT9Acaos1ArqOS8CWQPHF .accordion-desc-text { font-size:0.9375rem;height:auto; }
#N2pQRs38HOwFT9Acaos1ArqOS8CWQPHF { display:flex;height:auto;width:17.5rem;top:18.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #N2pQRs38HOwFT9Acaos1ArqOS8CWQPHF #wMuigSqccTOG2FcbbZpF0ol75JZ6dKrA {  }
 }@media only screen and (max-width: 763px) { #N2pQRs38HOwFT9Acaos1ArqOS8CWQPHF #LuN9rOeXOcCOAQmGaPqaCJQWi9oJwo5p {  }
 }@media only screen and (max-width: 763px) { #N2pQRs38HOwFT9Acaos1ArqOS8CWQPHF #qyIfEg8V6WdSWvDOeatBku3AhbQX75gF {  }
 }@media only screen and (max-width: 763px) { #N2pQRs38HOwFT9Acaos1ArqOS8CWQPHF #y5AIBdTo5g5eybVbBhUA4hEsBZNk1pZ8 {  }
 }@media only screen and (max-width: 763px) { #N2pQRs38HOwFT9Acaos1ArqOS8CWQPHF #KzHBMycnGoHPQXk6JTNg3q6Ohqz38HXD {  }
 }@media only screen and (max-width: 763px) { #N2pQRs38HOwFT9Acaos1ArqOS8CWQPHF #gFVcw8BC0EHl5HARuSTsnp30QdwlrATD {  }
 }@media only screen and (max-width: 763px) { #N2pQRs38HOwFT9Acaos1ArqOS8CWQPHF #JmRtvDFJ9uHDWELJuE32vxLCvfICkefJ {  }
 }@media only screen and (max-width: 763px) { #N2pQRs38HOwFT9Acaos1ArqOS8CWQPHF #fdAn4H7yVsbUyPdbspVNrJiOeq4Ic1xl {  }
 }@media only screen and (max-width: 763px) { #N2pQRs38HOwFT9Acaos1ArqOS8CWQPHF #hDdNn7orIa44RyviI0RzgDpMNuEGcHHz {  }
 }@media only screen and (max-width: 763px) { #N2pQRs38HOwFT9Acaos1ArqOS8CWQPHF #eTCUU2smFsKhaGyNF4Ky34qtzThRHXO2 {  }
 }@media only screen and (max-width: 763px) { #N2pQRs38HOwFT9Acaos1ArqOS8CWQPHF #boTtlQipKTMlvNTxUxdOJ2yziQWfV4oJ {  }
 }@media only screen and (max-width: 763px) { #N2pQRs38HOwFT9Acaos1ArqOS8CWQPHF #lf3KlOX3dQWwU8nonMUiB7nJIE4C4rq0 {  }
 }@media only screen and (max-width: 763px) { #N2pQRs38HOwFT9Acaos1ArqOS8CWQPHF #kEFerT85881qV1BOdA9gohlEWdNKMwQw {  }
 }@media only screen and (max-width: 763px) { #N2pQRs38HOwFT9Acaos1ArqOS8CWQPHF #A558d5GcK1AqOln9kKzd0OvXVunvVh7T {  }
 }@media only screen and (max-width: 763px) { #N2pQRs38HOwFT9Acaos1ArqOS8CWQPHF #fTPxb76xPnpbwvE8yVUpqhP5pc82uJvT {  }
 }@media only screen and (max-width: 763px) { #N2pQRs38HOwFT9Acaos1ArqOS8CWQPHF #hLztTycq1GNkulUxuZtNzuavtLAZKFpm {  }
 }@media only screen and (max-width: 763px) { #N2pQRs38HOwFT9Acaos1ArqOS8CWQPHF #eTxrXc3hGuRLq5A8TZJzc94aIWV19F8T {  }
 }@media only screen and (max-width: 763px) { #N2pQRs38HOwFT9Acaos1ArqOS8CWQPHF #ZbnL8KyqrSZH6pNKbdQFpMH6a7EfWqbH {  }
 }@media only screen and (max-width: 763px) { #N2pQRs38HOwFT9Acaos1ArqOS8CWQPHF #bko4EQhfP9stSFpblxkN6czR8GdG5AnE {  }
 }@media only screen and (max-width: 763px) { #N2pQRs38HOwFT9Acaos1ArqOS8CWQPHF #LpJTkNWqo9wlrWp9ymiycddfK87xhVhv {  }
 }@media only screen and (max-width: 763px) { #CaSQk5T8cVqfsRhkLqNlXu24sLmJ4Z8R { display:block; }#CaSQk5T8cVqfsRhkLqNlXu24sLmJ4Z8R > .row .container { width:20rem;height:11rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qvKnLgd1zMKBvXhRyDTScOoSFzQDPMzk { width:20rem;height:4.8rem;top:2.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;font-family:montserrat;font-weight:400;font-style:normal;color:#ffffff;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #dSQeb5qNIinnbgRXQenTb2DAoe1QIya1 { width:18.75rem;height:2.4rem;top:7.3125rem;left:0.62499994039536rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNgw1z58TsM19QKdNecrmV7PFvvVUTco { background-color:#b10f1f;background-image:none;display:block; }#PNgw1z58TsM19QKdNecrmV7PFvvVUTco > .row .container { background-color: transparent; background-image: none; }#PNgw1z58TsM19QKdNecrmV7PFvvVUTco::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PNgw1z58TsM19QKdNecrmV7PFvvVUTco > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PNgw1z58TsM19QKdNecrmV7PFvvVUTco > .row .container > .video-iframe-container { display: none; }#PNgw1z58TsM19QKdNecrmV7PFvvVUTco > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PNgw1z58TsM19QKdNecrmV7PFvvVUTco > .row > .video-iframe-container { display: none; }#PNgw1z58TsM19QKdNecrmV7PFvvVUTco > .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); }#PNgw1z58TsM19QKdNecrmV7PFvvVUTco > .row .container { width:20rem;height:22.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ekVuITQ38kyWhigXkSdDnEp7En4yWZ2k { width:19.9375rem;height:1.75rem;top:1.25rem;left:0rem;font-size:1.25rem;color:#ffffff;font-family:montserrat;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SFiqgghcaZfP7MT8p0S36kSxff1B4iFG { width:16.3125rem;height:2.45rem;top:3.4625rem;left:1.8125rem;font-size:0.875rem;color:#ffffff;font-family:montserrat;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d7u9ynOnQXDuAvfoH0WHuxad8xS4JXMy { width:20rem;height:1.75rem;top:6.3125rem;left:0rem;font-size:1.25rem;color:#ffffff;font-family:montserrat;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Cc2ct30rtV5osB9Gzxna5tT19bBc8bDQ { width:20rem;height:1.225rem;top:8.83749961853rem;left:0rem;font-size:0.875rem;color:#ffffff;font-family:montserrat;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CI2fTFhKZAB2bXHw7N8dyihMMBCDP1ML { width:20rem;height:1.75rem;top:11.3125rem;left:0rem;font-size:1.25rem;color:#ffffff;font-family:montserrat;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GU9hQZFoeWS8AVJouGQT5QniQqpWlo7g { width:20rem;height:1.225rem;top:13.837501525879rem;left:0rem;font-size:0.875rem;color:#ffffff;font-family:montserrat;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sdPA8Cy1cHPUJv3kmUqodHrDzUdIAJZG { width:20rem;height:1.75rem;top:15.8125rem;left:0rem;font-size:1.25rem;color:#ffffff;font-family:montserrat;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZUPShSMh4y2wTyeq4WDs9FoaD6Q70qhv { width:20rem;height:1.225rem;top:18.087501525879rem;left:0rem;font-size:0.875rem;color:#ffffff;font-family:montserrat;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tVFVBOTq2rQqM6lleeHa6BJJ6iLbvmy4 { display:block; }#tVFVBOTq2rQqM6lleeHa6BJJ6iLbvmy4 > .row .container { width:20rem;height:18.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kzXU1yKXJIKyUumq8PWUoCDbMptyiPv3 { top:11.8125rem;left:1.2500000596046rem;width:17.375rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SwFgrRyGTu7O8D5HCDwIR2w0LCB6yc1v { display:block; }
 }@media only screen and (max-width: 763px) { #QoEuMZ1Ze8p3XzaJJW2r9qfMNk4ZVFCk { width:20rem;height:7.2rem;top:2.2367186546326rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;font-family:montserrat;font-weight:400;font-style:normal;color:#474747;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #gHbz3WTxTTgRTPGLCe6WPVI9cuRsQV5h { background-color:#b10f1f;background-image:none;display:block; }#gHbz3WTxTTgRTPGLCe6WPVI9cuRsQV5h > .row .container { background-color: transparent; background-image: none; }#gHbz3WTxTTgRTPGLCe6WPVI9cuRsQV5h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gHbz3WTxTTgRTPGLCe6WPVI9cuRsQV5h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gHbz3WTxTTgRTPGLCe6WPVI9cuRsQV5h > .row .container > .video-iframe-container { display: none; }#gHbz3WTxTTgRTPGLCe6WPVI9cuRsQV5h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gHbz3WTxTTgRTPGLCe6WPVI9cuRsQV5h > .row > .video-iframe-container { display: none; }#gHbz3WTxTTgRTPGLCe6WPVI9cuRsQV5h > .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); }#gHbz3WTxTTgRTPGLCe6WPVI9cuRsQV5h > .row .container { width:20rem;height:6.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cMIWWsIMHJyUd0TIMT50TITf9WKomhlu { width:19.9375rem;height:3.85rem;top:1.25rem;left:0rem;font-size:0.6875rem;color:#ffffff;font-family:montserrat;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }