.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:212,222,255;--color-primary-1:126,156,255;--color-primary-2:40,90,255;--color-primary-3:0,170,255;--color-primary-4:0,200,170;--color-secondary-0:255,217,217;--color-secondary-1:255,128,128;--color-secondary-2:255,0,0;--color-secondary-3:128,0,0;--color-secondary-4:38,0,0;--color-tertiary-0:255,255,255;--color-tertiary-1:169,176,179;--color-tertiary-2:111,123,129;--color-tertiary-3:75,90,98;--color-tertiary-4:55,70,73;--headlines-font-family:"Arial";--paragraphs-font-family:"Arial"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#boTEsAaVJAomaDhPRytGtTHH1oF3k0l9 { 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; }#boTEsAaVJAomaDhPRytGtTHH1oF3k0l9 > .row .container { background-color: transparent; background-image: none; }#boTEsAaVJAomaDhPRytGtTHH1oF3k0l9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#boTEsAaVJAomaDhPRytGtTHH1oF3k0l9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#boTEsAaVJAomaDhPRytGtTHH1oF3k0l9 > .row .container > .video-iframe-container { display: none; }#boTEsAaVJAomaDhPRytGtTHH1oF3k0l9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#boTEsAaVJAomaDhPRytGtTHH1oF3k0l9 > .row > .video-iframe-container { display: none; }#boTEsAaVJAomaDhPRytGtTHH1oF3k0l9 > .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); }#boTEsAaVJAomaDhPRytGtTHH1oF3k0l9 > .row .container { border-width: 0; border-radius: 0; }#boTEsAaVJAomaDhPRytGtTHH1oF3k0l9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#boTEsAaVJAomaDhPRytGtTHH1oF3k0l9 > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:7.625rem;width:60rem;position:relative;display:block; }#yhil23KTZsRiRlavzlLBOGooCJKrkIp9 { 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.1862rem;width:10.9375rem;top:1.7187501192093rem;left:43.311630249024rem;overflow:hidden;display:block; }
#BZ2D32c0PTmFfKEPTxFiE2zftEnhlcSx { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.3748125rem;width:8.9355625rem;top:0.625rem;left:7.9991302490238rem;overflow:hidden;display:block; }
#ubbRJB2nb8Mm4XLTE7GMmKnpOWwRtarB { 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; }#ubbRJB2nb8Mm4XLTE7GMmKnpOWwRtarB > .row .container { background-color: transparent; background-image: none; }#ubbRJB2nb8Mm4XLTE7GMmKnpOWwRtarB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ubbRJB2nb8Mm4XLTE7GMmKnpOWwRtarB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ubbRJB2nb8Mm4XLTE7GMmKnpOWwRtarB > .row .container > .video-iframe-container { display: none; }#ubbRJB2nb8Mm4XLTE7GMmKnpOWwRtarB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ubbRJB2nb8Mm4XLTE7GMmKnpOWwRtarB > .row > .video-iframe-container { display: none; }#ubbRJB2nb8Mm4XLTE7GMmKnpOWwRtarB > .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); }#ubbRJB2nb8Mm4XLTE7GMmKnpOWwRtarB > .row .container { border-width: 0; border-radius: 0; }#ubbRJB2nb8Mm4XLTE7GMmKnpOWwRtarB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ubbRJB2nb8Mm4XLTE7GMmKnpOWwRtarB > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:20.5625rem;width:60rem;position:relative;display:block; }#I8KDx3Mki9dSpiy1h2vnbDqprwA1cdxT { color:rgba(var(--color-tertiary-4),1);display:block;width:46.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15011;line-height:1.2;letter-spacing:0;top:1.40625rem;left:0rem;height:6rem;font-style:normal;display:block; }
#voaqDyVk3n18L8yaymidwkuTaR0wM3zC { color:rgba(var(--color-tertiary-4),1);display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:10.10525226593rem;left:0rem;height:4.0234375rem;font-style:normal;display:block; }
#gkCd9nQWXSETMma1F0CPB6lAN7xRwAMI { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;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:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.999125rem;height:3.125rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:16.23806476593rem;left:4.248046875rem;display:block; }
#iRgfN8ktmDmw8CT751Lw0n7i1pmk9CMJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Gh4nUEXyBBPHJ60EnxaOfAOwkT8qVLFZ { position:absolute;display:block;z-index:15010;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:16.8120625rem;width:34.6245625rem;top:2.4837236404419rem;left:25.376518249512rem;overflow:hidden;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-tertiary-0),1);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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:73.5625rem;width:60rem;overflow:visible;position:relative;display:block; }#xWveCWA3OR2nlLvEfbQgAONfRVVpQF41 .widget-form-header {  }
#xWveCWA3OR2nlLvEfbQgAONfRVVpQF41 .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:21.25rem;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;overflow:hidden; }
#xWveCWA3OR2nlLvEfbQgAONfRVVpQF41 .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.25rem;box-sizing:border-box;height:2.4375rem;color:rgba(30,30,30,0.7);font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#xWveCWA3OR2nlLvEfbQgAONfRVVpQF41 .widget-input-text {padding-top: 0; padding-bottom: 0;}#xWveCWA3OR2nlLvEfbQgAONfRVVpQF41 .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.25rem;box-sizing:border-box;height:4.375rem;color:rgba(30,30,30,0.7);font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#xWveCWA3OR2nlLvEfbQgAONfRVVpQF41 .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.25rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#xWveCWA3OR2nlLvEfbQgAONfRVVpQF41 .widget-input-select {padding-top: 0; padding-bottom: 0;}#xWveCWA3OR2nlLvEfbQgAONfRVVpQF41 .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#xWveCWA3OR2nlLvEfbQgAONfRVVpQF41 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#xWveCWA3OR2nlLvEfbQgAONfRVVpQF41 .widget-input-button { border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:2.125rem;margin-bottom:0.25rem;margin-left:2.125rem;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#f2f9ff;width:17rem;height:3.75rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#xWveCWA3OR2nlLvEfbQgAONfRVVpQF41 [class*="-text"]:-moz-placeholder { color:rgba(30,30,30,0.6);font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;font-style:normal; }
#xWveCWA3OR2nlLvEfbQgAONfRVVpQF41 [class*="-text"]::-moz-placeholder { color:rgba(30,30,30,0.6);font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;font-style:normal; }
#xWveCWA3OR2nlLvEfbQgAONfRVVpQF41 [class*="-text"]:-ms-input-placeholder { color:rgba(30,30,30,0.6);font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;font-style:normal; }
#xWveCWA3OR2nlLvEfbQgAONfRVVpQF41 [class*="-text"]::-webkit-input-placeholder { color:rgba(30,30,30,0.6);font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;font-style:normal; }
#xWveCWA3OR2nlLvEfbQgAONfRVVpQF41 .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:roboto;font-size:0.75rem;font-weight:300;color:rgba(30,30,30,0.6);vertical-align:top;width:20.25rem;overflow:hidden;font-style:normal;line-height:1.4;float:none; }
#xWveCWA3OR2nlLvEfbQgAONfRVVpQF41 .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; }
#xWveCWA3OR2nlLvEfbQgAONfRVVpQF41 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.3125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#xWveCWA3OR2nlLvEfbQgAONfRVVpQF41 .widget-container { padding-top:0.0625rem;padding-right:0;padding-bottom:0.0625rem;padding-left:0;width:100%;font-size:0;height:auto; }
#xWveCWA3OR2nlLvEfbQgAONfRVVpQF41 .widget-container:first-of-type{padding-top:0;}#xWveCWA3OR2nlLvEfbQgAONfRVVpQF41 .widget-container:last-of-type{padding-bottom:0;}#xWveCWA3OR2nlLvEfbQgAONfRVVpQF41  { background-color:rgba(var(--color-tertiary-0),0.5);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.125rem 0.1875rem 0.9375rem rgba(0,0,0,0.3) ;position:absolute;top:10.368925094604rem;left:36.25rem; }
#xWveCWA3OR2nlLvEfbQgAONfRVVpQF41 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:21.25rem;display:block;vertical-align:top; }
#xWveCWA3OR2nlLvEfbQgAONfRVVpQF41 .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal; }
#xWveCWA3OR2nlLvEfbQgAONfRVVpQF41 {display:block;}#xWveCWA3OR2nlLvEfbQgAONfRVVpQF41 { background-color:rgba(var(--color-tertiary-0),0.5);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.125rem 0.1875rem 0.9375rem rgba(0,0,0,0.3) ;position:absolute;top:10.368925094604rem;left:36.25rem; }
#xWveCWA3OR2nlLvEfbQgAONfRVVpQF41 #Kpiigy9wPy2Jcncin1Tl0zKOzvs6k8Fk { position:relative; }
#xWveCWA3OR2nlLvEfbQgAONfRVVpQF41 #ZU1EbtCk5Xg2B35aKlZQVp99uXEF0xde { position:relative;display:block; }
#xWveCWA3OR2nlLvEfbQgAONfRVVpQF41 #yzIJhZyFflf1HnXog7umCniIQR9t1TFA { position:relative; }
#xWveCWA3OR2nlLvEfbQgAONfRVVpQF41 #fdc4syk256CSEpyGlM9M6A5eJvkWLh5s { position:relative; }
#xWveCWA3OR2nlLvEfbQgAONfRVVpQF41 #UGJrWUaioD4LCo5hmrWvHptMwzRIQeHp { position:relative;display:none; }
#xWveCWA3OR2nlLvEfbQgAONfRVVpQF41 #wzbVOFOuU5ZAKzOv6IxOsNyf8dwUNWQ3 { position:relative; }
#xWveCWA3OR2nlLvEfbQgAONfRVVpQF41 #Nl0UyudT2VCn2z24HgtDLh71TArKZIA4 { position:relative; }
#xWveCWA3OR2nlLvEfbQgAONfRVVpQF41 #y0sS4qdocxMcxWlFW0QMzEVgV44FEzsc { position:relative;display:none; }
#xWveCWA3OR2nlLvEfbQgAONfRVVpQF41 #e9e17g5H8QAaUXSND2HxQzK4t6O6cR6p { position:relative; }
#xWveCWA3OR2nlLvEfbQgAONfRVVpQF41 #AtVyFBiRz6hFAniKLGN9TZmcAFtUtsB2 { position:relative; }
#xWveCWA3OR2nlLvEfbQgAONfRVVpQF41 #o2OqTy6gdHrpeTosBvbA97K8vBR9vzIx { position:relative;display:none; }
#xWveCWA3OR2nlLvEfbQgAONfRVVpQF41 #nT67zpcArlKnLNu65dEI5WehXmlwu2Dr { position:relative; }
#xWveCWA3OR2nlLvEfbQgAONfRVVpQF41 #H7g41xLHPVAgxqRBdk35il5TlQFD1kfw { position:relative; }
#xWveCWA3OR2nlLvEfbQgAONfRVVpQF41 #gMmyMqwx2RL4bETrCAEhgGdKTy5NNtcN { position:relative;display:block; }
#xWveCWA3OR2nlLvEfbQgAONfRVVpQF41 #TAUMTZnqAqU3LoXZaU9qpV8iE6mOSwNX { position:relative; }
#xWveCWA3OR2nlLvEfbQgAONfRVVpQF41 #kpmcrd5NK29gPTK9L7KHW60qA29QMb6T { position:relative; }
#xWveCWA3OR2nlLvEfbQgAONfRVVpQF41 #tlu9SuOLnNf7zqkNKnFLK3LETEVV4OBe { position:relative;display:none; }
#xWveCWA3OR2nlLvEfbQgAONfRVVpQF41 #SdnHbiBdGcbbCnikhVdciuuT5923QSTK { position:relative; }
#xWveCWA3OR2nlLvEfbQgAONfRVVpQF41 #o8475eSXabHwiaXdDCRgd0EEEgbfHTB1 { position:relative; }
#xWveCWA3OR2nlLvEfbQgAONfRVVpQF41 #qhi4DqFp0mOB5T3lXZZTCf0QH5gDVd3x { position:relative;display:none; }
#xWveCWA3OR2nlLvEfbQgAONfRVVpQF41 #A8lpdanTlCmwLqSRnzhXsFFCwOeBzbbR { position:relative; }
#xWveCWA3OR2nlLvEfbQgAONfRVVpQF41 #PWsVThfON6IQ3O78XpIkuKSPWex8mKLa { position:relative; }
#xWveCWA3OR2nlLvEfbQgAONfRVVpQF41 #WParxvpFHmKSIDdPGKKnFH7Dt0S4RtN7 { position:relative;display:none; }
#xWveCWA3OR2nlLvEfbQgAONfRVVpQF41 #yxWTib2yHqTf9ZcCEZvair9C96O2ZyQA { position:relative; }
#xWveCWA3OR2nlLvEfbQgAONfRVVpQF41 #JVZz7TCHAzKQX8OHmQpoDPPShHwfCzoP { position:relative; }
#xWveCWA3OR2nlLvEfbQgAONfRVVpQF41 #dWKKCRgRqOcMaxrrMEscTTtk6VBhWB5T { position:relative;display:none; }
#xWveCWA3OR2nlLvEfbQgAONfRVVpQF41 #gg26yp4Ssu87zto3a1FgTdQ2IWmATCeC { position:relative; }
#xWveCWA3OR2nlLvEfbQgAONfRVVpQF41 #uhWtJJ5qBczUdJVDuDbkuR3HqxailrXM { position:relative; }
#xWveCWA3OR2nlLvEfbQgAONfRVVpQF41 #xx076yAP4DElrE52J35d5rlZltT43z0d { position:relative;display:none; }
#xWveCWA3OR2nlLvEfbQgAONfRVVpQF41 #r8LA43T1ABUfW8Ih4IWIs24xORPR6Pqk { position:relative; }
#xWveCWA3OR2nlLvEfbQgAONfRVVpQF41 #PaR58PLxg6wqZJFRvT1RKiCWE9aTxf1o { position:relative; }
#xWveCWA3OR2nlLvEfbQgAONfRVVpQF41 #cLXlwwMwOutUECI6iMwLPusr0cZIOkL8 { position:relative;display:none; }
#xWveCWA3OR2nlLvEfbQgAONfRVVpQF41 #PWNTfBqUIbQFMoWAf6Ly5rp1X1rSlKGO { position:relative; }
#xWveCWA3OR2nlLvEfbQgAONfRVVpQF41 #D4oLCpxP8AqDTqD4Ti0gFXEoFwTT16Dy { position:relative; }
#xWveCWA3OR2nlLvEfbQgAONfRVVpQF41 #rRfF89sW4EJfIwQDZXeFhrMyIaSPbbrM { position:relative;display:none; }
#xWveCWA3OR2nlLvEfbQgAONfRVVpQF41 #Tey2wT3Oq772PTHZ0lW1ius56vkMtZvw { position:relative; }
#xWveCWA3OR2nlLvEfbQgAONfRVVpQF41 #apJNZFTGCTSXXo8ahg3paPZqP0sdn9Vq { position:relative; }
#xWveCWA3OR2nlLvEfbQgAONfRVVpQF41 #tQfIg2fGDsn4K5o9ZXJmWQ7iOogaFRWQ { position:relative;display:none; }
#xWveCWA3OR2nlLvEfbQgAONfRVVpQF41 #AV3Xo2l27Nhd7SqWnKqseFno8y0EuTCw { position:relative; }
#xWveCWA3OR2nlLvEfbQgAONfRVVpQF41 #h5TlzWz7itFJVs3oyUCiXzonTqmmKJgh { position:relative; }
#xWveCWA3OR2nlLvEfbQgAONfRVVpQF41 #h5TlzWz7itFJVs3oyUCiXzonTqmmKJgh .container-column{width:100%;}#xWveCWA3OR2nlLvEfbQgAONfRVVpQF41 #raP4lldVBtsosMLDIoZnEVnTherw89ET { position:relative;display:none; }
#xWveCWA3OR2nlLvEfbQgAONfRVVpQF41 #dNArIAeL5Catn7hzm1Mxvdc3f4zTBqPr { position:relative;z-index:2; }
#xWveCWA3OR2nlLvEfbQgAONfRVVpQF41 #Ir9XZbFweudCLrTwKBnDqDTUPqMFS6oP { position:relative; }
#hcg5glLdsgm6ELxOHGMf5lWyCxivGTq0 { position:relative;display:block; }
#xWveCWA3OR2nlLvEfbQgAONfRVVpQF41 #POTFbNl9yvPwV29G69cOnGm1sidi82iR { position:relative; }
#xWveCWA3OR2nlLvEfbQgAONfRVVpQF41 #tAiwdAg7cT2r0qnsD8MTtmNGqv1E1O4R { position:relative; }
#huCW7ZBBbxIifDA1KiUFpPa5qdBaCPJQ { position:absolute;display:block;z-index:15001;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:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.125rem 0.1875rem 0.9375rem rgba(0,0,0,0.36) ;height:8.625rem;width:23.9375rem;top:1.7490234375rem;left:36.125rem;display:block; }
#EorM8NNcEAbE3nV39FzqItWC70RNx6n6 { color:rgba(var(--color-tertiary-0),1);display:block;width:21.124125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.3914928436279rem;left:37.561851501465rem;height:4.0625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#eWdvUBAKoyfQbeSW9LUhb9iATTBJBNmL { color:rgba(var(--color-tertiary-0),1);display:block;width:20.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:6.708335876465rem;left:37.593315124512rem;height:3.08680625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#oTk7diDb2xr7WTeQiIlt5zaLXoe3yIIT { color:rgba(var(--color-tertiary-4),1);display:block;width:21.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15006;line-height:1;letter-spacing:0;top:6.0581607818604rem;left:0rem;height:4.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Bb6dRJGcKweRFOyNcRCqD1OVn42wCMtm { color:rgba(var(--color-tertiary-4),1);display:block;width:28.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:13.369792938233rem;left:0rem;height:26.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#kJNL3ALeBo9b7Id5yhGROq4TSOZ0gT5i { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5623125rem;width:25.8105625rem;top:52.248266220093rem;left:10.5078125rem;overflow:hidden;display:block; }
#tGX1ofkCxcJKvtT16ixgrUquN2vITHH1 { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.624125rem;width:6.624125rem;top:51.310764312744rem;left:7.2170143127444rem;overflow:hidden;display:block; }
#hUbv7V5d6G42nJVfbKNt4bSu75FXvXkw { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5625rem;position:absolute;font-family:unbounded;font-size:1.25rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:46.068574905396rem;left:0.81163215637206rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#Mr6gNGGeCsg9ZG4I4J17llB56bxP6kZE { color:rgba(var(--color-tertiary-3),1);display:block;width:23.9355625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:65.809461355206rem;left:36.064453125rem;height:3.41015625rem;font-style:normal;display:block; }
#HXTqeexPaX8GxIvswNRiq2qvsuccpyzv { 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:14.436625rem;width:13.934875rem;top:67.808158874513rem;left:41.157117843628rem;overflow:hidden;display:block; }
#BeTNWauAnzEbhXKVhiSAvI0ZGrkeUAH7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-3),1), #4632ff);background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-3),1), #4632ff);background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-3),1), #4632ff);background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-3),1), #4632ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#4632ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#4632ff' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-3),1), #4632ff);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BeTNWauAnzEbhXKVhiSAvI0ZGrkeUAH7 > .row .container { background-color: transparent; background-image: none; }#BeTNWauAnzEbhXKVhiSAvI0ZGrkeUAH7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BeTNWauAnzEbhXKVhiSAvI0ZGrkeUAH7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BeTNWauAnzEbhXKVhiSAvI0ZGrkeUAH7 > .row .container > .video-iframe-container { display: none; }#BeTNWauAnzEbhXKVhiSAvI0ZGrkeUAH7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BeTNWauAnzEbhXKVhiSAvI0ZGrkeUAH7 > .row > .video-iframe-container { display: none; }#BeTNWauAnzEbhXKVhiSAvI0ZGrkeUAH7 > .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); }#BeTNWauAnzEbhXKVhiSAvI0ZGrkeUAH7 > .row .container { border-width: 0; border-radius: 0; }#BeTNWauAnzEbhXKVhiSAvI0ZGrkeUAH7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BeTNWauAnzEbhXKVhiSAvI0ZGrkeUAH7 > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:12.375rem;width:60rem;position:relative;display:block; }#JCA3Vx4fOt87qyTmGckF32VXpwHLlTcu { color:rgba(var(--color-tertiary-0),1);display:block;width:40.124125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:3.9375rem;left:0rem;height:4.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nR8KMwF6eSPAhrXicfTlVOohTQx4WCug { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;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:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.9980625rem;height:2.99805rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:6.99978351593rem;left:40.124786376953rem;display:block; }
#Hevu0gd8S2COAvBt5loeDx5bzhSzf68V { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#degqagNOntU08XJadey64PPMmKQBQic7 { 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; }#degqagNOntU08XJadey64PPMmKQBQic7 > .row .container { background-color: transparent; background-image: none; }#degqagNOntU08XJadey64PPMmKQBQic7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#degqagNOntU08XJadey64PPMmKQBQic7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#degqagNOntU08XJadey64PPMmKQBQic7 > .row .container > .video-iframe-container { display: none; }#degqagNOntU08XJadey64PPMmKQBQic7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#degqagNOntU08XJadey64PPMmKQBQic7 > .row > .video-iframe-container { display: none; }#degqagNOntU08XJadey64PPMmKQBQic7 > .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); }#degqagNOntU08XJadey64PPMmKQBQic7 > .row .container { border-width: 0; border-radius: 0; }#degqagNOntU08XJadey64PPMmKQBQic7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#degqagNOntU08XJadey64PPMmKQBQic7 > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:12.625rem;width:60rem;position:relative;display:block; }#GHTtd05r5h4Kla7RzTQusbJ56yWEv9wE { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:7.3125rem;left:2.1875rem;height:1.5434rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#q5TLT82QcnbN0SkiQkh6UTCdOFRkZxgE { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:7.3125rem;left:12.5625rem;height:1.5434rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uFmRUGuXTSKwMqNT434MInulXsm2LryX { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:6.4375rem;left:23.3125rem;height:3.0868rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#g7XyTShWoJ30zn9LkfFRg6VMgosTIQ0O { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:7.3125rem;left:34.5625rem;height:1.5434rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SGsFXTnGS6Q6lo4On9ZQKGutT6kmwdPv { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:7.3125rem;left:45.25rem;height:1.5434rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CFOb37S9bnexuzWwDaHVen37nOTLM6H2 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:4.4375rem;width:4.4375rem;top:1.9986991882324rem;left:49.279518127441rem;overflow:hidden;display:block; }
#XJJwFaq9qnTT30pG1AXE63MSCwbuz85B { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:4.4375rem;width:4.4375rem;top:1.9965286254882rem;left:38.591583251953rem;overflow:hidden;display:block; }
#FkQOePccMJByMXJwap5asiwW9Knp4oUo { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:4.4375rem;width:4.4375rem;top:1.9986991882324rem;left:27.340496063233rem;overflow:hidden;display:block; }
#VWWsVSR0kNGEN0FgIETOERtbS4LcEDUn { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:4.375rem;width:4.375rem;top:2.1918411254883rem;left:16.654731750488rem;overflow:hidden;display:block; }
#Mm9ZumPsJCLF57KW1w6UMqvvTg0HVAcB { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:4.375rem;width:4.375rem;top:2.1918411254883rem;left:6.279296875rem;overflow:hidden;display:block; }
#XkHZHACndIZ0HPbTzs9tNe9cwTm89lbF { 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; }#XkHZHACndIZ0HPbTzs9tNe9cwTm89lbF > .row .container { background-color: transparent; background-image: none; }#XkHZHACndIZ0HPbTzs9tNe9cwTm89lbF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XkHZHACndIZ0HPbTzs9tNe9cwTm89lbF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XkHZHACndIZ0HPbTzs9tNe9cwTm89lbF > .row .container > .video-iframe-container { display: none; }#XkHZHACndIZ0HPbTzs9tNe9cwTm89lbF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XkHZHACndIZ0HPbTzs9tNe9cwTm89lbF > .row > .video-iframe-container { display: none; }#XkHZHACndIZ0HPbTzs9tNe9cwTm89lbF > .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); }#XkHZHACndIZ0HPbTzs9tNe9cwTm89lbF > .row .container { border-width: 0; border-radius: 0; }#XkHZHACndIZ0HPbTzs9tNe9cwTm89lbF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XkHZHACndIZ0HPbTzs9tNe9cwTm89lbF > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:42.375rem;width:60rem;position:relative;display:block; }#Q9H4eLT6aXzZ1e4B79ZVtWKGr5FtvPAt { position:absolute;display:block;z-index:15027;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:14.3125rem;width:14.3125rem;top:6.2324221134186rem;left:3.9203567504883rem;overflow:hidden;display:block; }
#k8gp9sIDrmvUt1JgT6wcszZhECuTIe3S { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffd700, #3cd700);background-image: -moz-linear-gradient(180deg, #ffd700, #3cd700);background-image: -ms-linear-gradient(180deg, #ffd700, #3cd700);background-image: -o-linear-gradient(180deg, #ffd700, #3cd700);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd700', endColorstr='#3cd700' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd700', endColorstr='#3cd700' );";background-image: linear-gradient(180deg, #ffd700, #3cd700);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.0625rem;width:10.1875rem;top:4.8101131916046rem;left:9.7482643127444rem;display:block; }
#I73eOOJKNwXtxd1SA9ohmbaSXbSFP0ce { position:absolute;display:block;z-index:15026;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:13.9995625rem;width:13.9995625rem;top:6.5750868320463rem;left:24.403861999512rem;overflow:hidden;display:block; }
#bP51LPRIlFdp3TIX2qiUqXyGKWxkaDzk { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #78d700, #00c8af);background-image: -moz-linear-gradient(180deg, #78d700, #00c8af);background-image: -ms-linear-gradient(180deg, #78d700, #00c8af);background-image: -o-linear-gradient(180deg, #78d700, #00c8af);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#78d700', endColorstr='#00c8af' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#78d700', endColorstr='#00c8af' );";background-image: linear-gradient(180deg, #78d700, #00c8af);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.875rem;width:9.75rem;top:4.9960939884186rem;left:30.155166625976rem;display:block; }
#nbm7cbsc1k9Ah31V1OAyRF0KZUWzJvb9 { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.0625rem;width:14.0625rem;top:6.5481775666044rem;left:44.360897626953rem;overflow:hidden;display:block; }
#SBTfPG2IKAcRzbnHAGLbDtEbRt4Bya6U { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17rem;width:10.5rem;top:5.0000002384186rem;left:49.499786376953rem;display:block; }
#ZSub31MMB8dMzrIWzX95z9hm1yqto1k0 { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:32.499132394791rem;left:20rem;height:1.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nfb0DU7rmtruS1AIBvt0bCxTehJZOcyn { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.125rem;width:8.125rem;top:23.561416864395rem;left:25.9375rem;overflow:hidden;display:block; }
#dbPbFhKKRV2dwIkUzXN6sWsyOW6vyeW0 { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:32.437284708023rem;left:0rem;height:1.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OHKb8WT64XlbKIniSLvxAleJWo3ENOyk { position:absolute;display:block;z-index:15028;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:5.875rem;width:5.875rem;top:23.875002145767rem;left:0.24956512451172rem;overflow:hidden;display:block; }
#p05gZKiN90nGDRMIt8AyJLxm883iisRT { position:absolute;display:block;z-index:15029;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:5.9375rem;width:5.9375rem;top:23.749132394791rem;left:6.8120651245119rem;overflow:hidden;display:block; }
#oGwOLpbJPXNBPO0CIGP8GKUDcmDZ6f60 { position:absolute;display:block;z-index:15030;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:5.99935rem;width:5.99935rem;top:23.749132394791rem;left:13.499347686767rem;overflow:hidden;display:block; }
#i7anWn2frV7gyDdtAzT2eZz0zMxirN1X { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:32.499132394791rem;left:40rem;height:1.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aG5ToV7RZ3CqpJuHTHUTAOgAG96XUl1C { position:absolute;display:block;z-index:15034;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:9.375rem;width:9.375rem;top:22.061849832535rem;left:45.124786376953rem;overflow:hidden;display:block; }
#gy4wU4COkPgJ4KTO08uG9249vQW7f2bp { color:rgba(var(--color-tertiary-4),1);display:block;width:48.3105625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15007;line-height:1;letter-spacing:0;top:0.68684768676756rem;left:0rem;height:2.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#X8NmTpXZWVOfl33cUxTmlqtXPQ1w4D3w { 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; }#X8NmTpXZWVOfl33cUxTmlqtXPQ1w4D3w > .row .container { background-color: transparent; background-image: none; }#X8NmTpXZWVOfl33cUxTmlqtXPQ1w4D3w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X8NmTpXZWVOfl33cUxTmlqtXPQ1w4D3w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X8NmTpXZWVOfl33cUxTmlqtXPQ1w4D3w > .row .container > .video-iframe-container { display: none; }#X8NmTpXZWVOfl33cUxTmlqtXPQ1w4D3w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X8NmTpXZWVOfl33cUxTmlqtXPQ1w4D3w > .row > .video-iframe-container { display: none; }#X8NmTpXZWVOfl33cUxTmlqtXPQ1w4D3w > .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); }#X8NmTpXZWVOfl33cUxTmlqtXPQ1w4D3w > .row .container { border-width: 0; border-radius: 0; }#X8NmTpXZWVOfl33cUxTmlqtXPQ1w4D3w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X8NmTpXZWVOfl33cUxTmlqtXPQ1w4D3w > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:26.625rem;width:60rem;position:relative;display:block; }#BNSoiwwFTgbaEzQ5Oge16C9ykkQQXSwU { color:#1e1e1e;display:block;width:37.436rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15007;line-height:1;letter-spacing:0;top:10.875rem;left:20.5rem;height:1.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DTPa5ACyhT7yxrvuiLEFkS38aD9gdCfH { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.8748125rem;width:12.1875rem;top:7.0625rem;left:5.125rem;overflow:hidden;display:block; }
#rQMnwGZdoD8W9qQblsr7mr2LBBOPNOhf { color:#645b5d;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15008;line-height:1;letter-spacing:0;top:24.555118560791rem;left:0rem;height:1.12521875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#S3RKkT7q6nHSQa906oOlHS8KV7AyzTb8 { 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; }#S3RKkT7q6nHSQa906oOlHS8KV7AyzTb8 > .row .container { background-color: transparent; background-image: none; }#S3RKkT7q6nHSQa906oOlHS8KV7AyzTb8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S3RKkT7q6nHSQa906oOlHS8KV7AyzTb8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S3RKkT7q6nHSQa906oOlHS8KV7AyzTb8 > .row .container > .video-iframe-container { display: none; }#S3RKkT7q6nHSQa906oOlHS8KV7AyzTb8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S3RKkT7q6nHSQa906oOlHS8KV7AyzTb8 > .row > .video-iframe-container { display: none; }#S3RKkT7q6nHSQa906oOlHS8KV7AyzTb8 > .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); }#S3RKkT7q6nHSQa906oOlHS8KV7AyzTb8 > .row .container { border-width: 0; border-radius: 0; }#S3RKkT7q6nHSQa906oOlHS8KV7AyzTb8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S3RKkT7q6nHSQa906oOlHS8KV7AyzTb8 > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:7.4375rem;width:60rem;position:relative;display:block; }#QCtQuAtQh8B0IL9pw89gPgXnDR8Awfqq { color:#793a4c;display:block;width:17.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:2.4240398406983rem;left:42.8125rem;height:2.6124125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Z7V4St7PufZEquV1qa7fSJOPG32AxamM { position:absolute;display:block;z-index:15009;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:3.93663125rem;width:11.4995625rem;top:1.748046875rem;left:6.5939674377444rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #boTEsAaVJAomaDhPRytGtTHH1oF3k0l9 { display:block; }#boTEsAaVJAomaDhPRytGtTHH1oF3k0l9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yhil23KTZsRiRlavzlLBOGooCJKrkIp9 { top:1.6875rem;left:36.8125rem;width:10.9375rem;height:4.1862rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZ2D32c0PTmFfKEPTxFiE2zftEnhlcSx { top:0.625rem;left:1.8741302490234rem;width:8.875rem;height:6.3316059775194rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubbRJB2nb8Mm4XLTE7GMmKnpOWwRtarB { display:block; }#ubbRJB2nb8Mm4XLTE7GMmKnpOWwRtarB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I8KDx3Mki9dSpiy1h2vnbDqprwA1cdxT { top:1.375rem;left:0rem;width:46.3125rem;height:5.9375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #voaqDyVk3n18L8yaymidwkuTaR0wM3zC { top:10.0625rem;left:0rem;width:37.5rem;height:4rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkCd9nQWXSETMma1F0CPB6lAN7xRwAMI { width:17.9375rem;height:3.125rem;top:16.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRgfN8ktmDmw8CT751Lw0n7i1pmk9CMJ { display:block; }
 }@media only screen and (max-width: 763px) { #Gh4nUEXyBBPHJ60EnxaOfAOwkT8qVLFZ { top:2.4375rem;left:13.1875rem;width:34.5625rem;height:16.781927862807rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xWveCWA3OR2nlLvEfbQgAONfRVVpQF41 .widget-regular-label { width:21.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#xWveCWA3OR2nlLvEfbQgAONfRVVpQF41 .widget-input-text { width:21.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xWveCWA3OR2nlLvEfbQgAONfRVVpQF41 .widget-input-text {padding-top: 0; padding-bottom: 0;}#xWveCWA3OR2nlLvEfbQgAONfRVVpQF41 .widget-textarea { width:21.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xWveCWA3OR2nlLvEfbQgAONfRVVpQF41 .widget-input-select { width:21.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xWveCWA3OR2nlLvEfbQgAONfRVVpQF41 .widget-input-select {padding-top: 0; padding-bottom: 0;}#xWveCWA3OR2nlLvEfbQgAONfRVVpQF41 .widget-input-button { width:17rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:2.125rem; }
#xWveCWA3OR2nlLvEfbQgAONfRVVpQF41 .widget-checkbox-label { width:20.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#xWveCWA3OR2nlLvEfbQgAONfRVVpQF41  { width:21.25rem;height:auto;top:10.3125rem;left:24rem; }
#xWveCWA3OR2nlLvEfbQgAONfRVVpQF41 .radio-container { width:21.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xWveCWA3OR2nlLvEfbQgAONfRVVpQF41 {display:block;}#xWveCWA3OR2nlLvEfbQgAONfRVVpQF41 { width:21.25rem;height:auto;top:10.3125rem;left:24rem; }
 }@media only screen and (max-width: 763px) { #xWveCWA3OR2nlLvEfbQgAONfRVVpQF41 #Kpiigy9wPy2Jcncin1Tl0zKOzvs6k8Fk {  }
 }@media only screen and (max-width: 763px) { #xWveCWA3OR2nlLvEfbQgAONfRVVpQF41 #ZU1EbtCk5Xg2B35aKlZQVp99uXEF0xde {  }
 }@media only screen and (max-width: 763px) { #xWveCWA3OR2nlLvEfbQgAONfRVVpQF41 #yzIJhZyFflf1HnXog7umCniIQR9t1TFA {  }
 }@media only screen and (max-width: 763px) { #xWveCWA3OR2nlLvEfbQgAONfRVVpQF41 #fdc4syk256CSEpyGlM9M6A5eJvkWLh5s {  }
 }@media only screen and (max-width: 763px) { #xWveCWA3OR2nlLvEfbQgAONfRVVpQF41 #UGJrWUaioD4LCo5hmrWvHptMwzRIQeHp {  }
 }@media only screen and (max-width: 763px) { #xWveCWA3OR2nlLvEfbQgAONfRVVpQF41 #wzbVOFOuU5ZAKzOv6IxOsNyf8dwUNWQ3 {  }
 }@media only screen and (max-width: 763px) { #xWveCWA3OR2nlLvEfbQgAONfRVVpQF41 #Nl0UyudT2VCn2z24HgtDLh71TArKZIA4 {  }
 }@media only screen and (max-width: 763px) { #xWveCWA3OR2nlLvEfbQgAONfRVVpQF41 #y0sS4qdocxMcxWlFW0QMzEVgV44FEzsc {  }
 }@media only screen and (max-width: 763px) { #xWveCWA3OR2nlLvEfbQgAONfRVVpQF41 #e9e17g5H8QAaUXSND2HxQzK4t6O6cR6p {  }
 }@media only screen and (max-width: 763px) { #xWveCWA3OR2nlLvEfbQgAONfRVVpQF41 #AtVyFBiRz6hFAniKLGN9TZmcAFtUtsB2 {  }
 }@media only screen and (max-width: 763px) { #xWveCWA3OR2nlLvEfbQgAONfRVVpQF41 #o2OqTy6gdHrpeTosBvbA97K8vBR9vzIx {  }
 }@media only screen and (max-width: 763px) { #xWveCWA3OR2nlLvEfbQgAONfRVVpQF41 #nT67zpcArlKnLNu65dEI5WehXmlwu2Dr {  }
 }@media only screen and (max-width: 763px) { #xWveCWA3OR2nlLvEfbQgAONfRVVpQF41 #H7g41xLHPVAgxqRBdk35il5TlQFD1kfw {  }
 }@media only screen and (max-width: 763px) { #xWveCWA3OR2nlLvEfbQgAONfRVVpQF41 #gMmyMqwx2RL4bETrCAEhgGdKTy5NNtcN {  }
 }@media only screen and (max-width: 763px) { #xWveCWA3OR2nlLvEfbQgAONfRVVpQF41 #TAUMTZnqAqU3LoXZaU9qpV8iE6mOSwNX {  }
 }@media only screen and (max-width: 763px) { #xWveCWA3OR2nlLvEfbQgAONfRVVpQF41 #kpmcrd5NK29gPTK9L7KHW60qA29QMb6T {  }
 }@media only screen and (max-width: 763px) { #xWveCWA3OR2nlLvEfbQgAONfRVVpQF41 #tlu9SuOLnNf7zqkNKnFLK3LETEVV4OBe {  }
 }@media only screen and (max-width: 763px) { #xWveCWA3OR2nlLvEfbQgAONfRVVpQF41 #SdnHbiBdGcbbCnikhVdciuuT5923QSTK {  }
 }@media only screen and (max-width: 763px) { #xWveCWA3OR2nlLvEfbQgAONfRVVpQF41 #o8475eSXabHwiaXdDCRgd0EEEgbfHTB1 {  }
 }@media only screen and (max-width: 763px) { #xWveCWA3OR2nlLvEfbQgAONfRVVpQF41 #qhi4DqFp0mOB5T3lXZZTCf0QH5gDVd3x {  }
 }@media only screen and (max-width: 763px) { #xWveCWA3OR2nlLvEfbQgAONfRVVpQF41 #A8lpdanTlCmwLqSRnzhXsFFCwOeBzbbR {  }
 }@media only screen and (max-width: 763px) { #xWveCWA3OR2nlLvEfbQgAONfRVVpQF41 #PWsVThfON6IQ3O78XpIkuKSPWex8mKLa {  }
 }@media only screen and (max-width: 763px) { #xWveCWA3OR2nlLvEfbQgAONfRVVpQF41 #WParxvpFHmKSIDdPGKKnFH7Dt0S4RtN7 {  }
 }@media only screen and (max-width: 763px) { #xWveCWA3OR2nlLvEfbQgAONfRVVpQF41 #yxWTib2yHqTf9ZcCEZvair9C96O2ZyQA {  }
 }@media only screen and (max-width: 763px) { #xWveCWA3OR2nlLvEfbQgAONfRVVpQF41 #JVZz7TCHAzKQX8OHmQpoDPPShHwfCzoP {  }
 }@media only screen and (max-width: 763px) { #xWveCWA3OR2nlLvEfbQgAONfRVVpQF41 #dWKKCRgRqOcMaxrrMEscTTtk6VBhWB5T {  }
 }@media only screen and (max-width: 763px) { #xWveCWA3OR2nlLvEfbQgAONfRVVpQF41 #gg26yp4Ssu87zto3a1FgTdQ2IWmATCeC {  }
 }@media only screen and (max-width: 763px) { #xWveCWA3OR2nlLvEfbQgAONfRVVpQF41 #uhWtJJ5qBczUdJVDuDbkuR3HqxailrXM {  }
 }@media only screen and (max-width: 763px) { #xWveCWA3OR2nlLvEfbQgAONfRVVpQF41 #xx076yAP4DElrE52J35d5rlZltT43z0d {  }
 }@media only screen and (max-width: 763px) { #xWveCWA3OR2nlLvEfbQgAONfRVVpQF41 #r8LA43T1ABUfW8Ih4IWIs24xORPR6Pqk {  }
 }@media only screen and (max-width: 763px) { #xWveCWA3OR2nlLvEfbQgAONfRVVpQF41 #PaR58PLxg6wqZJFRvT1RKiCWE9aTxf1o {  }
 }@media only screen and (max-width: 763px) { #xWveCWA3OR2nlLvEfbQgAONfRVVpQF41 #cLXlwwMwOutUECI6iMwLPusr0cZIOkL8 {  }
 }@media only screen and (max-width: 763px) { #xWveCWA3OR2nlLvEfbQgAONfRVVpQF41 #PWNTfBqUIbQFMoWAf6Ly5rp1X1rSlKGO {  }
 }@media only screen and (max-width: 763px) { #xWveCWA3OR2nlLvEfbQgAONfRVVpQF41 #D4oLCpxP8AqDTqD4Ti0gFXEoFwTT16Dy {  }
 }@media only screen and (max-width: 763px) { #xWveCWA3OR2nlLvEfbQgAONfRVVpQF41 #rRfF89sW4EJfIwQDZXeFhrMyIaSPbbrM {  }
 }@media only screen and (max-width: 763px) { #xWveCWA3OR2nlLvEfbQgAONfRVVpQF41 #Tey2wT3Oq772PTHZ0lW1ius56vkMtZvw {  }
 }@media only screen and (max-width: 763px) { #xWveCWA3OR2nlLvEfbQgAONfRVVpQF41 #apJNZFTGCTSXXo8ahg3paPZqP0sdn9Vq {  }
 }@media only screen and (max-width: 763px) { #xWveCWA3OR2nlLvEfbQgAONfRVVpQF41 #tQfIg2fGDsn4K5o9ZXJmWQ7iOogaFRWQ {  }
 }@media only screen and (max-width: 763px) { #xWveCWA3OR2nlLvEfbQgAONfRVVpQF41 #AV3Xo2l27Nhd7SqWnKqseFno8y0EuTCw {  }
 }@media only screen and (max-width: 763px) { #xWveCWA3OR2nlLvEfbQgAONfRVVpQF41 #h5TlzWz7itFJVs3oyUCiXzonTqmmKJgh {  }
#xWveCWA3OR2nlLvEfbQgAONfRVVpQF41 #h5TlzWz7itFJVs3oyUCiXzonTqmmKJgh .container-column{width:50%;} }@media only screen and (max-width: 763px) { #xWveCWA3OR2nlLvEfbQgAONfRVVpQF41 #raP4lldVBtsosMLDIoZnEVnTherw89ET {  }
 }@media only screen and (max-width: 763px) { #xWveCWA3OR2nlLvEfbQgAONfRVVpQF41 #dNArIAeL5Catn7hzm1Mxvdc3f4zTBqPr {  }
 }@media only screen and (max-width: 763px) { #xWveCWA3OR2nlLvEfbQgAONfRVVpQF41 #Ir9XZbFweudCLrTwKBnDqDTUPqMFS6oP {  }
 }@media only screen and (max-width: 763px) { #hcg5glLdsgm6ELxOHGMf5lWyCxivGTq0 { display:block; }
 }@media only screen and (max-width: 763px) { #xWveCWA3OR2nlLvEfbQgAONfRVVpQF41 #POTFbNl9yvPwV29G69cOnGm1sidi82iR {  }
 }@media only screen and (max-width: 763px) { #xWveCWA3OR2nlLvEfbQgAONfRVVpQF41 #tAiwdAg7cT2r0qnsD8MTtmNGqv1E1O4R {  }
 }@media only screen and (max-width: 763px) { #huCW7ZBBbxIifDA1KiUFpPa5qdBaCPJQ { width:23.9375rem;height:8.625rem;top:1.6875rem;left:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EorM8NNcEAbE3nV39FzqItWC70RNx6n6 { width:21.0625rem;height:4.0625rem;top:2.375rem;left:26.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWdvUBAKoyfQbeSW9LUhb9iATTBJBNmL { width:20.9375rem;height:3.0625rem;top:6.6875rem;left:26.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTk7diDb2xr7WTeQiIlt5zaLXoe3yIIT { width:21rem;height:;top:6rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bb6dRJGcKweRFOyNcRCqD1OVn42wCMtm { width:28.8125rem;height:26.25rem;top:13.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJNL3ALeBo9b7Id5yhGROq4TSOZ0gT5i { width:25.75rem;height:13.530489576699rem;top:52.1875rem;left:4.3828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGX1ofkCxcJKvtT16ixgrUquN2vITHH1 { top:51.25rem;left:1.0920143127441rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUbv7V5d6G42nJVfbKNt4bSu75FXvXkw { top:46.0625rem;left:0rem;width:16.5625rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mr6gNGGeCsg9ZG4I4J17llB56bxP6kZE { top:65.75rem;left:23.875rem;width:23.875rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXTqeexPaX8GxIvswNRiq2qvsuccpyzv { top:67.75rem;left:33.875rem;width:13.875rem;height:14.374594093955rem;display:block; }
 }@media only screen and (max-width: 763px) { #BeTNWauAnzEbhXKVhiSAvI0ZGrkeUAH7 { display:block; }#BeTNWauAnzEbhXKVhiSAvI0ZGrkeUAH7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JCA3Vx4fOt87qyTmGckF32VXpwHLlTcu { width:40.0625rem;height:4.5rem;top:3.9375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nR8KMwF6eSPAhrXicfTlVOohTQx4WCug { width:17.9375rem;height:2.9375rem;top:6.9375rem;left:29.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hevu0gd8S2COAvBt5loeDx5bzhSzf68V { display:block; }
 }@media only screen and (max-width: 763px) { #degqagNOntU08XJadey64PPMmKQBQic7 { display:block; }#degqagNOntU08XJadey64PPMmKQBQic7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GHTtd05r5h4Kla7RzTQusbJ56yWEv9wE { top:7.3125rem;left:0rem;width:12.5rem;height:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5TLT82QcnbN0SkiQkh6UTCdOFRkZxgE { top:7.3125rem;left:6.4375rem;width:12.5rem;height:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFmRUGuXTSKwMqNT434MInulXsm2LryX { top:6.4375rem;left:17.1875rem;width:12.5rem;height:3.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7XyTShWoJ30zn9LkfFRg6VMgosTIQ0O { top:7.3125rem;left:28.4375rem;width:12.5rem;height:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGsFXTnGS6Q6lo4On9ZQKGutT6kmwdPv { top:7.25rem;left:35.25rem;width:12.5rem;height:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFOb37S9bnexuzWwDaHVen37nOTLM6H2 { top:1.9375rem;left:43.154518127441rem;width:4.4375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJJwFaq9qnTT30pG1AXE63MSCwbuz85B { top:1.9375rem;left:32.466583251953rem;width:4.4375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkQOePccMJByMXJwap5asiwW9Knp4oUo { top:1.9375rem;left:21.215496063233rem;width:4.4375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWWsVSR0kNGEN0FgIETOERtbS4LcEDUn { top:2.1875rem;left:10.529731750488rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mm9ZumPsJCLF57KW1w6UMqvvTg0HVAcB { top:2.1875rem;left:0.154296875rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkHZHACndIZ0HPbTzs9tNe9cwTm89lbF { display:block; }#XkHZHACndIZ0HPbTzs9tNe9cwTm89lbF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q9H4eLT6aXzZ1e4B79ZVtWKGr5FtvPAt { top:6.1875rem;left:1.5625rem;width:14.3125rem;height:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8gp9sIDrmvUt1JgT6wcszZhECuTIe3S { top:4.75rem;left:5.6875rem;width:10.1875rem;height:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I73eOOJKNwXtxd1SA9ohmbaSXbSFP0ce { top:6.5625rem;left:17.8125rem;width:13.9375rem;height:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bP51LPRIlFdp3TIX2qiUqXyGKWxkaDzk { top:4.9375rem;left:22rem;width:9.75rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbm7cbsc1k9Ah31V1OAyRF0KZUWzJvb9 { top:6.5rem;left:33.5625rem;width:14.0625rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBTfPG2IKAcRzbnHAGLbDtEbRt4Bya6U { top:5rem;left:37.125rem;width:10.5rem;height:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSub31MMB8dMzrIWzX95z9hm1yqto1k0 { width:20rem;height:1.875rem;top:32.4375rem;left:11.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfb0DU7rmtruS1AIBvt0bCxTehJZOcyn { top:23.5rem;left:19.75rem;width:8.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbPbFhKKRV2dwIkUzXN6sWsyOW6vyeW0 { width:20rem;height:1.875rem;top:32.375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHKb8WT64XlbKIniSLvxAleJWo3ENOyk { top:23.875rem;left:0rem;width:5.8125rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p05gZKiN90nGDRMIt8AyJLxm883iisRT { top:23.6875rem;left:4.7495651245117rem;width:5.9375rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGwOLpbJPXNBPO0CIGP8GKUDcmDZ6f60 { top:23.6875rem;left:9.9375rem;width:5.9375rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7anWn2frV7gyDdtAzT2eZz0zMxirN1X { width:20rem;height:1.875rem;top:32.4375rem;left:27.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aG5ToV7RZ3CqpJuHTHUTAOgAG96XUl1C { top:22rem;left:34.812286376953rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gy4wU4COkPgJ4KTO08uG9249vQW7f2bp { width:47.75rem;height:2.1875rem;top:0.625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8NmTpXZWVOfl33cUxTmlqtXPQ1w4D3w { display:block; }#X8NmTpXZWVOfl33cUxTmlqtXPQ1w4D3w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BNSoiwwFTgbaEzQ5Oge16C9ykkQQXSwU { width:37.375rem;height:1.25rem;top:10.875rem;left:10.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTPa5ACyhT7yxrvuiLEFkS38aD9gdCfH { top:7.0625rem;left:0rem;width:12.1875rem;height:8.8748125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQMnwGZdoD8W9qQblsr7mr2LBBOPNOhf { width:47.75rem;height:;top:24.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3RKkT7q6nHSQa906oOlHS8KV7AyzTb8 { display:block; }#S3RKkT7q6nHSQa906oOlHS8KV7AyzTb8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QCtQuAtQh8B0IL9pw89gPgXnDR8Awfqq { top:2.375rem;left:30.5625rem;width:17.1875rem;height:2.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7V4St7PufZEquV1qa7fSJOPG32AxamM { width:11.4375rem;height:3.9153854698277rem;top:1.6875rem;left:0.46896743774414rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #boTEsAaVJAomaDhPRytGtTHH1oF3k0l9 { display:block; }#boTEsAaVJAomaDhPRytGtTHH1oF3k0l9 > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yhil23KTZsRiRlavzlLBOGooCJKrkIp9 { width:9.5605625rem;height:3.49935rem;top:1.2489149570465rem;left:0.56206601858139rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZ2D32c0PTmFfKEPTxFiE2zftEnhlcSx { width:6.0612rem;height:4.24805rem;top:0.87456601858137rem;left:12.811415970326rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubbRJB2nb8Mm4XLTE7GMmKnpOWwRtarB { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ubbRJB2nb8Mm4XLTE7GMmKnpOWwRtarB > .row .container { background-color: transparent; background-image: none; }#ubbRJB2nb8Mm4XLTE7GMmKnpOWwRtarB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ubbRJB2nb8Mm4XLTE7GMmKnpOWwRtarB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ubbRJB2nb8Mm4XLTE7GMmKnpOWwRtarB > .row .container > .video-iframe-container { display: none; }#ubbRJB2nb8Mm4XLTE7GMmKnpOWwRtarB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ubbRJB2nb8Mm4XLTE7GMmKnpOWwRtarB > .row > .video-iframe-container { display: none; }#ubbRJB2nb8Mm4XLTE7GMmKnpOWwRtarB > .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); }#ubbRJB2nb8Mm4XLTE7GMmKnpOWwRtarB > .row .container { border-width: 0; border-radius: 0; }#ubbRJB2nb8Mm4XLTE7GMmKnpOWwRtarB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ubbRJB2nb8Mm4XLTE7GMmKnpOWwRtarB > .row .container { width:20rem;height:32.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I8KDx3Mki9dSpiy1h2vnbDqprwA1cdxT { width:20rem;height:9.597225rem;top:1.25rem;left:-0.1875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #voaqDyVk3n18L8yaymidwkuTaR0wM3zC { width:20rem;height:4.72395625rem;top:11.718750730157rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gkCd9nQWXSETMma1F0CPB6lAN7xRwAMI { width:16.25rem;height:3.125rem;top:27.111980438233rem;left:1.8750001192093rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRgfN8ktmDmw8CT751Lw0n7i1pmk9CMJ { display:block; }
 }@media only screen and (max-width: 763px) { #Gh4nUEXyBBPHJ60EnxaOfAOwkT8qVLFZ { width:20rem;height:9.5625rem;top:16.598958969116rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:none;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:132.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xWveCWA3OR2nlLvEfbQgAONfRVVpQF41 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#xWveCWA3OR2nlLvEfbQgAONfRVVpQF41 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xWveCWA3OR2nlLvEfbQgAONfRVVpQF41 .widget-input-text {padding-top: 0; padding-bottom: 0;}#xWveCWA3OR2nlLvEfbQgAONfRVVpQF41 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xWveCWA3OR2nlLvEfbQgAONfRVVpQF41 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xWveCWA3OR2nlLvEfbQgAONfRVVpQF41 .widget-input-select {padding-top: 0; padding-bottom: 0;}#xWveCWA3OR2nlLvEfbQgAONfRVVpQF41 .widget-input-button { width:14rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:1.75rem; }
#xWveCWA3OR2nlLvEfbQgAONfRVVpQF41 .widget-checkbox-label { width:16.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#xWveCWA3OR2nlLvEfbQgAONfRVVpQF41  { width:17.5rem;height:auto;top:53.6875rem;left:0rem; }
#xWveCWA3OR2nlLvEfbQgAONfRVVpQF41 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xWveCWA3OR2nlLvEfbQgAONfRVVpQF41 {display:block;}#xWveCWA3OR2nlLvEfbQgAONfRVVpQF41 { width:17.5rem;height:auto;top:53.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xWveCWA3OR2nlLvEfbQgAONfRVVpQF41 #Kpiigy9wPy2Jcncin1Tl0zKOzvs6k8Fk {  }
 }@media only screen and (max-width: 763px) { #xWveCWA3OR2nlLvEfbQgAONfRVVpQF41 #ZU1EbtCk5Xg2B35aKlZQVp99uXEF0xde { display:block; }
 }@media only screen and (max-width: 763px) { #xWveCWA3OR2nlLvEfbQgAONfRVVpQF41 #yzIJhZyFflf1HnXog7umCniIQR9t1TFA {  }
 }@media only screen and (max-width: 763px) { #xWveCWA3OR2nlLvEfbQgAONfRVVpQF41 #fdc4syk256CSEpyGlM9M6A5eJvkWLh5s {  }
 }@media only screen and (max-width: 763px) { #xWveCWA3OR2nlLvEfbQgAONfRVVpQF41 #UGJrWUaioD4LCo5hmrWvHptMwzRIQeHp { display:none; }
 }@media only screen and (max-width: 763px) { #xWveCWA3OR2nlLvEfbQgAONfRVVpQF41 #wzbVOFOuU5ZAKzOv6IxOsNyf8dwUNWQ3 {  }
 }@media only screen and (max-width: 763px) { #xWveCWA3OR2nlLvEfbQgAONfRVVpQF41 #Nl0UyudT2VCn2z24HgtDLh71TArKZIA4 {  }
 }@media only screen and (max-width: 763px) { #xWveCWA3OR2nlLvEfbQgAONfRVVpQF41 #y0sS4qdocxMcxWlFW0QMzEVgV44FEzsc { display:none; }
 }@media only screen and (max-width: 763px) { #xWveCWA3OR2nlLvEfbQgAONfRVVpQF41 #e9e17g5H8QAaUXSND2HxQzK4t6O6cR6p {  }
 }@media only screen and (max-width: 763px) { #xWveCWA3OR2nlLvEfbQgAONfRVVpQF41 #AtVyFBiRz6hFAniKLGN9TZmcAFtUtsB2 {  }
 }@media only screen and (max-width: 763px) { #xWveCWA3OR2nlLvEfbQgAONfRVVpQF41 #o2OqTy6gdHrpeTosBvbA97K8vBR9vzIx { display:none; }
 }@media only screen and (max-width: 763px) { #xWveCWA3OR2nlLvEfbQgAONfRVVpQF41 #nT67zpcArlKnLNu65dEI5WehXmlwu2Dr {  }
 }@media only screen and (max-width: 763px) { #xWveCWA3OR2nlLvEfbQgAONfRVVpQF41 #H7g41xLHPVAgxqRBdk35il5TlQFD1kfw {  }
 }@media only screen and (max-width: 763px) { #xWveCWA3OR2nlLvEfbQgAONfRVVpQF41 #gMmyMqwx2RL4bETrCAEhgGdKTy5NNtcN { display:block; }
 }@media only screen and (max-width: 763px) { #xWveCWA3OR2nlLvEfbQgAONfRVVpQF41 #TAUMTZnqAqU3LoXZaU9qpV8iE6mOSwNX {  }
 }@media only screen and (max-width: 763px) { #xWveCWA3OR2nlLvEfbQgAONfRVVpQF41 #kpmcrd5NK29gPTK9L7KHW60qA29QMb6T {  }
 }@media only screen and (max-width: 763px) { #xWveCWA3OR2nlLvEfbQgAONfRVVpQF41 #tlu9SuOLnNf7zqkNKnFLK3LETEVV4OBe {  }
 }@media only screen and (max-width: 763px) { #xWveCWA3OR2nlLvEfbQgAONfRVVpQF41 #SdnHbiBdGcbbCnikhVdciuuT5923QSTK {  }
 }@media only screen and (max-width: 763px) { #xWveCWA3OR2nlLvEfbQgAONfRVVpQF41 #o8475eSXabHwiaXdDCRgd0EEEgbfHTB1 {  }
 }@media only screen and (max-width: 763px) { #xWveCWA3OR2nlLvEfbQgAONfRVVpQF41 #qhi4DqFp0mOB5T3lXZZTCf0QH5gDVd3x { display:none; }
 }@media only screen and (max-width: 763px) { #xWveCWA3OR2nlLvEfbQgAONfRVVpQF41 #A8lpdanTlCmwLqSRnzhXsFFCwOeBzbbR {  }
 }@media only screen and (max-width: 763px) { #xWveCWA3OR2nlLvEfbQgAONfRVVpQF41 #PWsVThfON6IQ3O78XpIkuKSPWex8mKLa {  }
 }@media only screen and (max-width: 763px) { #xWveCWA3OR2nlLvEfbQgAONfRVVpQF41 #WParxvpFHmKSIDdPGKKnFH7Dt0S4RtN7 { display:none; }
 }@media only screen and (max-width: 763px) { #xWveCWA3OR2nlLvEfbQgAONfRVVpQF41 #yxWTib2yHqTf9ZcCEZvair9C96O2ZyQA {  }
 }@media only screen and (max-width: 763px) { #xWveCWA3OR2nlLvEfbQgAONfRVVpQF41 #JVZz7TCHAzKQX8OHmQpoDPPShHwfCzoP {  }
 }@media only screen and (max-width: 763px) { #xWveCWA3OR2nlLvEfbQgAONfRVVpQF41 #dWKKCRgRqOcMaxrrMEscTTtk6VBhWB5T { display:none; }
 }@media only screen and (max-width: 763px) { #xWveCWA3OR2nlLvEfbQgAONfRVVpQF41 #gg26yp4Ssu87zto3a1FgTdQ2IWmATCeC {  }
 }@media only screen and (max-width: 763px) { #xWveCWA3OR2nlLvEfbQgAONfRVVpQF41 #uhWtJJ5qBczUdJVDuDbkuR3HqxailrXM {  }
 }@media only screen and (max-width: 763px) { #xWveCWA3OR2nlLvEfbQgAONfRVVpQF41 #xx076yAP4DElrE52J35d5rlZltT43z0d { display:none; }
 }@media only screen and (max-width: 763px) { #xWveCWA3OR2nlLvEfbQgAONfRVVpQF41 #r8LA43T1ABUfW8Ih4IWIs24xORPR6Pqk {  }
 }@media only screen and (max-width: 763px) { #xWveCWA3OR2nlLvEfbQgAONfRVVpQF41 #PaR58PLxg6wqZJFRvT1RKiCWE9aTxf1o {  }
 }@media only screen and (max-width: 763px) { #xWveCWA3OR2nlLvEfbQgAONfRVVpQF41 #cLXlwwMwOutUECI6iMwLPusr0cZIOkL8 { display:none; }
 }@media only screen and (max-width: 763px) { #xWveCWA3OR2nlLvEfbQgAONfRVVpQF41 #PWNTfBqUIbQFMoWAf6Ly5rp1X1rSlKGO {  }
 }@media only screen and (max-width: 763px) { #xWveCWA3OR2nlLvEfbQgAONfRVVpQF41 #D4oLCpxP8AqDTqD4Ti0gFXEoFwTT16Dy {  }
 }@media only screen and (max-width: 763px) { #xWveCWA3OR2nlLvEfbQgAONfRVVpQF41 #rRfF89sW4EJfIwQDZXeFhrMyIaSPbbrM {  }
 }@media only screen and (max-width: 763px) { #xWveCWA3OR2nlLvEfbQgAONfRVVpQF41 #Tey2wT3Oq772PTHZ0lW1ius56vkMtZvw {  }
 }@media only screen and (max-width: 763px) { #xWveCWA3OR2nlLvEfbQgAONfRVVpQF41 #apJNZFTGCTSXXo8ahg3paPZqP0sdn9Vq {  }
 }@media only screen and (max-width: 763px) { #xWveCWA3OR2nlLvEfbQgAONfRVVpQF41 #tQfIg2fGDsn4K5o9ZXJmWQ7iOogaFRWQ {  }
 }@media only screen and (max-width: 763px) { #xWveCWA3OR2nlLvEfbQgAONfRVVpQF41 #AV3Xo2l27Nhd7SqWnKqseFno8y0EuTCw {  }
 }@media only screen and (max-width: 763px) { #xWveCWA3OR2nlLvEfbQgAONfRVVpQF41 #h5TlzWz7itFJVs3oyUCiXzonTqmmKJgh {  }
#xWveCWA3OR2nlLvEfbQgAONfRVVpQF41 #h5TlzWz7itFJVs3oyUCiXzonTqmmKJgh .container-column{width:100%;} }@media only screen and (max-width: 763px) { #xWveCWA3OR2nlLvEfbQgAONfRVVpQF41 #raP4lldVBtsosMLDIoZnEVnTherw89ET { display:none; }
 }@media only screen and (max-width: 763px) { #xWveCWA3OR2nlLvEfbQgAONfRVVpQF41 #dNArIAeL5Catn7hzm1Mxvdc3f4zTBqPr {  }
 }@media only screen and (max-width: 763px) { #xWveCWA3OR2nlLvEfbQgAONfRVVpQF41 #Ir9XZbFweudCLrTwKBnDqDTUPqMFS6oP {  }
 }@media only screen and (max-width: 763px) { #hcg5glLdsgm6ELxOHGMf5lWyCxivGTq0 { display:block; }
 }@media only screen and (max-width: 763px) { #xWveCWA3OR2nlLvEfbQgAONfRVVpQF41 #POTFbNl9yvPwV29G69cOnGm1sidi82iR {  }
 }@media only screen and (max-width: 763px) { #xWveCWA3OR2nlLvEfbQgAONfRVVpQF41 #tAiwdAg7cT2r0qnsD8MTtmNGqv1E1O4R {  }
 }@media only screen and (max-width: 763px) { #huCW7ZBBbxIifDA1KiUFpPa5qdBaCPJQ { width:20rem;height:10.625rem;top:43.125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EorM8NNcEAbE3nV39FzqItWC70RNx6n6 { width:20rem;height:3.89930625rem;top:43.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWdvUBAKoyfQbeSW9LUhb9iATTBJBNmL { width:17.4370625rem;height:4.875rem;top:48.25rem;left:1.3750001192093rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTk7diDb2xr7WTeQiIlt5zaLXoe3yIIT { width:19.124375rem;height:3.75rem;top:1.2478294372559rem;left:0.43619793653488rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bb6dRJGcKweRFOyNcRCqD1OVn42wCMtm { width:20rem;height:25.3125rem;top:5.9982643127441rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJNL3ALeBo9b7Id5yhGROq4TSOZ0gT5i { width:16.1230625rem;height:8.686rem;top:120.99826049805rem;left:3.8758679628372rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGX1ofkCxcJKvtT16ixgrUquN2vITHH1 { width:5.37435rem;height:5.37435rem;top:120.99826049805rem;left:1.3741320371627rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUbv7V5d6G42nJVfbKNt4bSu75FXvXkw { width:16.5625rem;height:3.25rem;top:116.99913024903rem;left:1.7187501192093rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Mr6gNGGeCsg9ZG4I4J17llB56bxP6kZE { width:20rem;height:3.41145625rem;top:110.43663024903rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HXTqeexPaX8GxIvswNRiq2qvsuccpyzv { width:11.434875rem;height:11.81075rem;top:30.111979484558rem;left:4.2821179628373rem;display:block; }
 }@media only screen and (max-width: 763px) { #BeTNWauAnzEbhXKVhiSAvI0ZGrkeUAH7 { display:block; }#BeTNWauAnzEbhXKVhiSAvI0ZGrkeUAH7 > .row .container { width:20rem;height:9.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JCA3Vx4fOt87qyTmGckF32VXpwHLlTcu { width:20rem;height:4.2734375rem;top:0.9296875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nR8KMwF6eSPAhrXicfTlVOohTQx4WCug { width:12.99825rem;height:2.5rem;top:5.7499961853028rem;left:3.4991317987442rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hevu0gd8S2COAvBt5loeDx5bzhSzf68V { display:block; }
 }@media only screen and (max-width: 763px) { #degqagNOntU08XJadey64PPMmKQBQic7 { background-color:#ffffff;background-image:none;display:block; }#degqagNOntU08XJadey64PPMmKQBQic7 > .row .container { background-color: transparent; background-image: none; }#degqagNOntU08XJadey64PPMmKQBQic7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#degqagNOntU08XJadey64PPMmKQBQic7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#degqagNOntU08XJadey64PPMmKQBQic7 > .row .container > .video-iframe-container { display: none; }#degqagNOntU08XJadey64PPMmKQBQic7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#degqagNOntU08XJadey64PPMmKQBQic7 > .row > .video-iframe-container { display: none; }#degqagNOntU08XJadey64PPMmKQBQic7 > .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); }#degqagNOntU08XJadey64PPMmKQBQic7 > .row .container { width:20rem;height:27.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GHTtd05r5h4Kla7RzTQusbJ56yWEv9wE { width:9.124375rem;height:1.46180625rem;top:15.375rem;left:1.875rem;font-size:1.125rem;text-align:center;text-align-last:center;font-family:arial;display:block; }
 }@media only screen and (max-width: 763px) { #q5TLT82QcnbN0SkiQkh6UTCdOFRkZxgE { width:7.6248125rem;height:1.46180625rem;top:6.95486164093rem;left:2.0594618916511rem;font-size:1.125rem;text-align:center;text-align-last:center;font-family:arial;display:block; }
 }@media only screen and (max-width: 763px) { #uFmRUGuXTSKwMqNT434MInulXsm2LryX { width:6.6873125rem;height:2.9236125rem;top:6.2228765487671rem;left:10.435113251209rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g7XyTShWoJ30zn9LkfFRg6VMgosTIQ0O { width:7.1235rem;height:1.46180625rem;top:15.375rem;left:11rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SGsFXTnGS6Q6lo4On9ZQKGutT6kmwdPv { width:12.5rem;height:1.46180625rem;top:23.8125rem;left:3.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CFOb37S9bnexuzWwDaHVen37nOTLM6H2 { width:4.25rem;height:4.25rem;top:18.25rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJJwFaq9qnTT30pG1AXE63MSCwbuz85B { width:4.125rem;height:4.125rem;top:10.25rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkQOePccMJByMXJwap5asiwW9Knp4oUo { width:4.375rem;height:4.375rem;top:1.4789500236511rem;left:11.185981094837rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWWsVSR0kNGEN0FgIETOERtbS4LcEDUn { width:4.1875rem;height:4.1875rem;top:1.54296875rem;left:3.7500002980233rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mm9ZumPsJCLF57KW1w6UMqvvTg0HVAcB { width:4.0625rem;height:4.0625rem;top:10.3125rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkHZHACndIZ0HPbTzs9tNe9cwTm89lbF { display:block; }#XkHZHACndIZ0HPbTzs9tNe9cwTm89lbF > .row .container { width:20rem;height:71.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q9H4eLT6aXzZ1e4B79ZVtWKGr5FtvPAt { width:10.499125rem;height:10.499125rem;top:6.87283039093rem;left:4.7504342198372rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8gp9sIDrmvUt1JgT6wcszZhECuTIe3S { width:6.375rem;height:12.625rem;top:5.9353303909302rem;left:9.8828127980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #I73eOOJKNwXtxd1SA9ohmbaSXbSFP0ce { width:10.4373125rem;height:10.4373125rem;top:30.058595657349rem;left:4.7808163762093rem;display:block; }
 }@media only screen and (max-width: 763px) { #bP51LPRIlFdp3TIX2qiUqXyGKWxkaDzk { width:6.6875rem;height:12.5rem;top:29.116754531861rem;left:9.8828127980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbm7cbsc1k9Ah31V1OAyRF0KZUWzJvb9 { width:10.499125rem;height:10.499125rem;top:50.995010375976rem;left:4.7493494153022rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBTfPG2IKAcRzbnHAGLbDtEbRt4Bya6U { width:6.8125rem;height:13.0625rem;top:49.739811897278rem;left:9.6864150166512rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSub31MMB8dMzrIWzX95z9hm1yqto1k0 { width:20rem;height:1.6875rem;top:45.558815002441rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #nfb0DU7rmtruS1AIBvt0bCxTehJZOcyn { width:6.12413125rem;height:6.12413125rem;top:41.616756439209rem;left:6.9368494153025rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #dbPbFhKKRV2dwIkUzXN6sWsyOW6vyeW0 { width:20rem;height:1.78125rem;top:24.494359016419rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHKb8WT64XlbKIniSLvxAleJWo3ENOyk { width:5.81055rem;height:5.81055rem;top:18.684896945953rem;left:0.99934905767444rem;display:block; }
 }@media only screen and (max-width: 763px) { #p05gZKiN90nGDRMIt8AyJLxm883iisRT { width:5.3125rem;height:5.3125rem;top:19.251302242279rem;left:7.8168404698375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGwOLpbJPXNBPO0CIGP8GKUDcmDZ6f60 { width:5.9375rem;height:5.9375rem;top:18.621963024139rem;left:13.129340469837rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7anWn2frV7gyDdtAzT2eZz0zMxirN1X { width:20rem;height:1.6875rem;top:67.118062496188rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aG5ToV7RZ3CqpJuHTHUTAOgAG96XUl1C { width:5.68685rem;height:5.68685rem;top:62.801654815675rem;left:7.1560333371163rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #gy4wU4COkPgJ4KTO08uG9249vQW7f2bp { width:20rem;height:3.25rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8NmTpXZWVOfl33cUxTmlqtXPQ1w4D3w { background-color:#f3f3f3;background-image:none;display:block; }#X8NmTpXZWVOfl33cUxTmlqtXPQ1w4D3w > .row .container { background-color: transparent; background-image: none; }#X8NmTpXZWVOfl33cUxTmlqtXPQ1w4D3w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X8NmTpXZWVOfl33cUxTmlqtXPQ1w4D3w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X8NmTpXZWVOfl33cUxTmlqtXPQ1w4D3w > .row .container > .video-iframe-container { display: none; }#X8NmTpXZWVOfl33cUxTmlqtXPQ1w4D3w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X8NmTpXZWVOfl33cUxTmlqtXPQ1w4D3w > .row > .video-iframe-container { display: none; }#X8NmTpXZWVOfl33cUxTmlqtXPQ1w4D3w > .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); }#X8NmTpXZWVOfl33cUxTmlqtXPQ1w4D3w > .row .container { width:20rem;height:19.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BNSoiwwFTgbaEzQ5Oge16C9ykkQQXSwU { width:20rem;height:1.0625rem;top:8.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTPa5ACyhT7yxrvuiLEFkS38aD9gdCfH { width:8.186875rem;height:5.9375rem;top:1.25rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQMnwGZdoD8W9qQblsr7mr2LBBOPNOhf { width:20rem;height:1.1875rem;top:16.936849594116rem;left:0rem;text-align:left;text-align-last:left;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3RKkT7q6nHSQa906oOlHS8KV7AyzTb8 { display:block; }#S3RKkT7q6nHSQa906oOlHS8KV7AyzTb8 > .row .container { width:20rem;height:9.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QCtQuAtQh8B0IL9pw89gPgXnDR8Awfqq { width:11.311875rem;height:2.46875rem;top:6.0612rem;left:4.3125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z7V4St7PufZEquV1qa7fSJOPG32AxamM { width:9.5605625rem;height:3.5612rem;top:1.25rem;left:5.1875rem;display:block; }
 }