.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:221,227,237;--color-primary-1:141,163,196;--color-primary-2:26,71,137;--color-primary-3:13,36,69;--color-primary-4:4,11,21;--color-secondary-0:251,218,220;--color-secondary-1:241,131,137;--color-secondary-2:227,6,19;--color-secondary-3:114,3,10;--color-secondary-4:34,1,3;--color-tertiary-0:255,255,255;--color-tertiary-1:255,255,255;--color-tertiary-2:255,255,255;--color-tertiary-3:128,128,128;--color-tertiary-4:25,25,25;--headlines-font-family:"Helveticaaa";--paragraphs-font-family:"Helveticaaa"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Epo6VRuNHqgaPSSdnq4VOUv67G7u5Qfe { position:relative;display:block; }#Epo6VRuNHqgaPSSdnq4VOUv67G7u5Qfe { background-color: transparent; background-image: none; }#Epo6VRuNHqgaPSSdnq4VOUv67G7u5Qfe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Epo6VRuNHqgaPSSdnq4VOUv67G7u5Qfe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Epo6VRuNHqgaPSSdnq4VOUv67G7u5Qfe > .row .container > .video-iframe-container { display: none; }#Epo6VRuNHqgaPSSdnq4VOUv67G7u5Qfe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Epo6VRuNHqgaPSSdnq4VOUv67G7u5Qfe > .row > .video-iframe-container { display: none; }#Epo6VRuNHqgaPSSdnq4VOUv67G7u5Qfe > .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); }#Epo6VRuNHqgaPSSdnq4VOUv67G7u5Qfe { border-width: 0; border-radius: 0; }#Epo6VRuNHqgaPSSdnq4VOUv67G7u5Qfe > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Epo6VRuNHqgaPSSdnq4VOUv67G7u5Qfe > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:4.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#mqs2pIwh9ASCmv78RztpdO6bss207vhm { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:16rem;top:0.40625rem;left:0rem;overflow:hidden;display:block; }
#TehJzSeahRFGIz9XZtK2uT15ytDSxtfD { background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:1.5625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:1.25rem;left:46.1875rem;display:block; }
#iaxuJIv3yKDCiQ6pPQMcsF97nJDNMhoD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EJyv2Lw2qQDygrbm3l24vHnZMgzZ93VA { background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),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.0625rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.9375rem;height:1.75rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:1.15625rem;left:51.75rem;display:block; }
#RbKXkXcC1O1Qx6dlw0Fsn4ED6VOdCqsI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob { background-color:rgba(var(--color-tertiary-4),0.47);background-image:url("https://images.assets-landingi.com/uc/badbb578-27e6-4689-a55d-01b34dd0bdbd/AdobeStock_586806622kopia.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob.adaptive-delivery-prevent-bg, #kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob.lazyload, #kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob.lazyloading { background-image: none; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row .container { background-color: transparent; background-image: none; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row .container > .video-iframe-container { display: none; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row > .video-iframe-container { display: none; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .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); }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row .container { border-width: 0; border-radius: 0; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row .container { font-size:0.875rem;font-family:arial;height:45.4375rem;width:60rem;overflow:visible;position:relative;display:block; }#BG7k0u8J5GTK8ROcOxke6cW228ZVLvo8 { color:rgba(var(--color-tertiary-2),1);display:block;width:50.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.1875rem 0.1875rem 0.1875rem rgba(0,0,0,0.9);top:4.1875rem;left:1.25rem;height:3.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; }
#vVXImMqZBMhPtaQxy81TsTUsQnFz9qUr { color:rgba(var(--color-tertiary-2),1);display:block;width:45.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.25rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;text-shadow:0.25rem 0.0625rem 0.1875rem rgba(5,5,5,0.94);top:7.4375rem;left:1.25rem;height:10.125rem;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; }
#SiV1tlrcBNei4ToOdo4pkrXx1GtKDIiI { color:rgba(var(--color-tertiary-2),1);display:block;width:48.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.25rem 0.0625rem 0.1875rem rgba(0,0,0,0.92);top:18.0625rem;left:1.25rem;height:2rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qbpbqaucoL1Fi2cVPOI3RLxwFpgM6MDn { 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:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.0625rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:30.875rem;left:1.25rem;display:block; }
#gyVrfzGTV5ilITbdlvtFCGNvbyGuoGPc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kvvrhMNehNDQzflp4xQJL1qPvSg4Cd1k { 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:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.0625rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:35.8125rem;left:1.25rem;display:block; }
#rmV4egf7ZFUdvccIc1dOGMXS8M12nhDs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nynAWXduoyhVQEoA8s1xePXc4BbhT3S9 { 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:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.0625rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:40.5625rem;left:1.25rem;display:block; }
#d4wT84DzNy306BvHx2qR9ADDtPodAgTI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DJGmkFQqiM7huMtvGGCf4AarCCaWyEIe { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DJGmkFQqiM7huMtvGGCf4AarCCaWyEIe > .row .container { background-color: transparent; background-image: none; }#DJGmkFQqiM7huMtvGGCf4AarCCaWyEIe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DJGmkFQqiM7huMtvGGCf4AarCCaWyEIe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DJGmkFQqiM7huMtvGGCf4AarCCaWyEIe > .row .container > .video-iframe-container { display: none; }#DJGmkFQqiM7huMtvGGCf4AarCCaWyEIe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DJGmkFQqiM7huMtvGGCf4AarCCaWyEIe > .row > .video-iframe-container { display: none; }#DJGmkFQqiM7huMtvGGCf4AarCCaWyEIe > .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); }#DJGmkFQqiM7huMtvGGCf4AarCCaWyEIe > .row .container { border-width: 0; border-radius: 0; }#DJGmkFQqiM7huMtvGGCf4AarCCaWyEIe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DJGmkFQqiM7huMtvGGCf4AarCCaWyEIe > .row .container { font-size:0.875rem;font-family:arial;height:15.3125rem;width:60rem;position:relative;display:block; }#UcrNEkU4ey2O0ptH2ddzmhrcLdR5wOZb { display:block;width:54.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.625rem;left:2.65625rem;height:2rem;font-style:normal;color:rgba(var(--color-tertiary-4),1);text-align:center;text-align-last:center;display:block; }
#rtm7a0SZOyhIX43OKQZQKs4FW1IkAm2K { display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:7.3125rem;left:0rem;height:6rem;font-style:normal;color:rgba(var(--color-tertiary-4),1);text-align:center;text-align-last:center;display:block; }
#MSdRRSRqx8prSkuUT2bR1LO4CKRa57q6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),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; }#MSdRRSRqx8prSkuUT2bR1LO4CKRa57q6 > .row .container { background-color: transparent; background-image: none; }#MSdRRSRqx8prSkuUT2bR1LO4CKRa57q6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MSdRRSRqx8prSkuUT2bR1LO4CKRa57q6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MSdRRSRqx8prSkuUT2bR1LO4CKRa57q6 > .row .container > .video-iframe-container { display: none; }#MSdRRSRqx8prSkuUT2bR1LO4CKRa57q6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MSdRRSRqx8prSkuUT2bR1LO4CKRa57q6 > .row > .video-iframe-container { display: none; }#MSdRRSRqx8prSkuUT2bR1LO4CKRa57q6 > .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); }#MSdRRSRqx8prSkuUT2bR1LO4CKRa57q6 > .row .container { border-width: 0; border-radius: 0; }#MSdRRSRqx8prSkuUT2bR1LO4CKRa57q6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MSdRRSRqx8prSkuUT2bR1LO4CKRa57q6 > .row .container { font-size:0.875rem;font-family:arial;height:6.8125rem;width:60rem;position:relative;display:block; }#DMoabuxylOTfpiC0qhEaq6Tz90i69KOd { display:block;width:54.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:2.4375rem;left:2.65625rem;height:2.3125rem;font-style:normal;color:rgba(var(--color-tertiary-4),1);text-align:center;text-align-last:center;display:block; }
#VAVxk3MANaRx7LJklaF2ITraExuJ9JIe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),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; }#VAVxk3MANaRx7LJklaF2ITraExuJ9JIe > .row .container { background-color: transparent; background-image: none; }#VAVxk3MANaRx7LJklaF2ITraExuJ9JIe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VAVxk3MANaRx7LJklaF2ITraExuJ9JIe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VAVxk3MANaRx7LJklaF2ITraExuJ9JIe > .row .container > .video-iframe-container { display: none; }#VAVxk3MANaRx7LJklaF2ITraExuJ9JIe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VAVxk3MANaRx7LJklaF2ITraExuJ9JIe > .row > .video-iframe-container { display: none; }#VAVxk3MANaRx7LJklaF2ITraExuJ9JIe > .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); }#VAVxk3MANaRx7LJklaF2ITraExuJ9JIe > .row .container { border-width: 0; border-radius: 0; }#VAVxk3MANaRx7LJklaF2ITraExuJ9JIe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VAVxk3MANaRx7LJklaF2ITraExuJ9JIe > .row .container { font-size:0.875rem;font-family:arial;height:34.25rem;width:60rem;position:relative;display:block; }#cugfAgziKZlnwGlg1mprMUteTpvUTX7y { display:block;width:22.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:6.90625rem;left:3.78125rem;height:6rem;font-style:normal;color:rgba(var(--color-tertiary-4),1);text-align:center;text-align-last:center;display:block; }
#S3JNIcdeVSmXKxOtcBSULMMOsKJfiVo0 { display:block;width:24.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:2.4375rem;left:2.53125rem;height:3.25rem;font-style:normal;color:rgba(var(--color-tertiary-4),1);text-align:center;text-align-last:center;display:block; }
#aFLN5iUtozuKD9bcFlCmNLtr1uiosAhN { 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-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:15.9375rem;left:6.25rem;display:block; }
#tTTftMIliRdTKhaTetnSAxJG1m2M8KpI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uXS9sBuWBJhnGSevLU3PozfFLUvkwQcm { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.5625rem;width:6.875rem;top:21.75rem;left:21.375rem;overflow:hidden;display:block; }
#mhAgpO2EhT9tTvaNiPG6wfT152o3hIpy { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.5625rem;width:22.25rem;top:22.0625rem;left:0rem;overflow:hidden;display:block; }
#MHX3cSr4peDhnVnFFo6LXKcnpspp5tIs { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.3125rem;width:9.125rem;top:25.59375rem;left:2.1875rem;overflow:hidden;display:block; }
#xUdHIBS69v8sLsfOmTT4VmRpgM6KnRP2 { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.125rem;width:5rem;top:26.59375rem;left:9.64453125rem;overflow:hidden;display:block; }
#iMTAlwtqux31hdXryqkTHbFZ8paxWTSC { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.3125rem;width:5.125rem;top:26.5rem;left:12.4375rem;overflow:hidden;display:block; }
#K9cQcbKePfkso7TXWWEInSLT4eQ5MmbG { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0) ;height:8.125rem;width:8.125rem;top:25.25rem;left:16.5625rem;overflow:hidden;display:block; }
#la6BpFMAiT9p82TeGUXJPVswzuKuM2w7 { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.3125rem;width:6.3125rem;top:26.21875rem;left:5.0625rem;overflow:hidden;display:block; }
#T8sOc6tLAVtlchiLVCi73H23USsDGkB6 { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.3125rem;width:30.0625rem;top:0rem;left:29.96875rem;overflow:hidden;display:block; }
#tZbr49Igl7cJFLZldfpBnVxI03fKhobF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),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; }#tZbr49Igl7cJFLZldfpBnVxI03fKhobF > .row .container { background-color: transparent; background-image: none; }#tZbr49Igl7cJFLZldfpBnVxI03fKhobF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tZbr49Igl7cJFLZldfpBnVxI03fKhobF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tZbr49Igl7cJFLZldfpBnVxI03fKhobF > .row .container > .video-iframe-container { display: none; }#tZbr49Igl7cJFLZldfpBnVxI03fKhobF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tZbr49Igl7cJFLZldfpBnVxI03fKhobF > .row > .video-iframe-container { display: none; }#tZbr49Igl7cJFLZldfpBnVxI03fKhobF > .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); }#tZbr49Igl7cJFLZldfpBnVxI03fKhobF > .row .container { border-width: 0; border-radius: 0; }#tZbr49Igl7cJFLZldfpBnVxI03fKhobF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tZbr49Igl7cJFLZldfpBnVxI03fKhobF > .row .container { font-size:0.875rem;font-family:arial;height:34.3125rem;width:60rem;position:relative;display:block; }#ZauKJPAR1K3wNWzcU9P4QreCFwrE1mlV { display:block;width:22.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:6.4375rem;left:33.78125rem;height:6rem;font-style:normal;color:rgba(var(--color-tertiary-4),1);text-align:center;text-align-last:center;display:block; }
#PakhW2rJwJMrd0G5uxEHAuZwDqIMAkzr { display:block;width:24.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3rem;left:32.53125rem;height:1.625rem;font-style:normal;color:rgba(var(--color-tertiary-4),1);text-align:center;text-align-last:center;display:block; }
#wOINWeNDF2ToMZe4k4LAhw1s0CPMLuV0 { 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-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:15.75rem;left:36.25rem;display:block; }
#w3ccT9nGM6dE8usSyXGE71nNM6Dfx3ud { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vxQteJRmoUsZtrQBws98XLSkt2nc9CuJ { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.875rem;width:23.5625rem;top:23.75rem;left:35.5rem;overflow:hidden;display:block; }
#N7nudo9zIVQGXcArDRb5PH2bsu6FITgQ { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.3125rem;width:9.125rem;top:27.03125rem;left:47.15625rem;overflow:hidden;display:block; }
#B9hE16lKxLNkzHk8lytvgT2mH6t8MGQ1 { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.3125rem;width:6.3125rem;top:27.6875rem;left:47.15625rem;overflow:hidden;display:block; }
#ttZaGpVA4LKwzqqZpLVoBmcs7kSsKm38 { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.3125rem;width:5.125rem;top:28rem;left:33.78125rem;overflow:hidden;display:block; }
#rOGbB87Uivi3Dl2DtlkTtP3J1fVHvaQ3 { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.3125rem;width:5.125rem;top:28rem;left:31.1875rem;overflow:hidden;display:block; }
#klWIHcwDoAcauBv69pGIcy4ZKuFqZDXl { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.25rem;width:30.0625rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#qM6TyB8kyaNOz5PskTAm6QbsLegMZBAT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qM6TyB8kyaNOz5PskTAm6QbsLegMZBAT > .row .container { background-color: transparent; background-image: none; }#qM6TyB8kyaNOz5PskTAm6QbsLegMZBAT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qM6TyB8kyaNOz5PskTAm6QbsLegMZBAT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qM6TyB8kyaNOz5PskTAm6QbsLegMZBAT > .row .container > .video-iframe-container { display: none; }#qM6TyB8kyaNOz5PskTAm6QbsLegMZBAT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qM6TyB8kyaNOz5PskTAm6QbsLegMZBAT > .row > .video-iframe-container { display: none; }#qM6TyB8kyaNOz5PskTAm6QbsLegMZBAT > .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); }#qM6TyB8kyaNOz5PskTAm6QbsLegMZBAT > .row .container { border-width: 0; border-radius: 0; }#qM6TyB8kyaNOz5PskTAm6QbsLegMZBAT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qM6TyB8kyaNOz5PskTAm6QbsLegMZBAT > .row .container { font-size:0.875rem;font-family:arial;height:57.375rem;width:60rem;position:relative;display:block; }#EwhtWgCaneTnXDXIwXz8XypmGa61SqaK { color:#000000;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.25rem;left:0rem;height:2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#brpkTIKS1orwtgBOJBRMymCTtO3FFyFB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:7.3125rem;left:40.6875rem; }
#h8P46HQw71LzzXQertZ9JZevtqBQpeNE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:26.375rem;left:40.6875rem; }
#z3nDRAUEyMZdoOK6RFvZOfxZt2t6zZxB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:7.4375rem;left:21.125rem; }
#F5d9xDLfo00MfFfQCEwOHHFI54Ous0RI { color:#000000;display:block;width:13.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:7.25rem;left:6.0625rem;height:3rem;text-align:left;text-align-last:left;display:block; }
#rUX3IvXJwt0QBBVVpUyG0FSmEqscCyET { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:7.25rem;left:2.375rem; }
#GeleniQkymENTk6G59oslVyA40CXtmTF { color:#000000;display:block;width:13.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15019;line-height:1.5;letter-spacing:0;top:11rem;left:6.0625rem;height:10.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FiUBur2RnT3qpaUizQT4amAwz0Aa9W3G { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:26rem;left:2.4375rem; }
#qaid80KDbnwz5EHPR9Pr7UGkAhfinSXZ { color:#000000;display:block;width:13.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15019;line-height:1.5;letter-spacing:0;top:26rem;left:6.125rem;height:3rem;text-align:left;text-align-last:left;display:block; }
#GDnTsz8QOKFMgfPzRI5wPNkpqA4F5E82 { color:#000000;display:block;width:14.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15020;line-height:1.5;letter-spacing:0;top:29.5625rem;left:6.125rem;height:6rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PQplpbGaCvRAXXUkNDm0x6vApAaQTKPm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:26rem;left:21.3125rem; }
#fZPDocchyMOJT0MAMvVEhUmq36PzeSOB { color:#000000;display:block;width:13.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15019;line-height:1.5;letter-spacing:0;top:26rem;left:24.875rem;height:3rem;text-align:left;text-align-last:left;display:block; }
#u3vy8kq2E5yrWWTNIsuGzdqDkZOiaBCt { color:#000000;display:block;width:13.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15020;line-height:1.5;letter-spacing:0;top:29.75rem;left:24.875rem;height:12rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ykK6ERAdm8zARKnlroou08H0agTTVHIC { color:#000000;display:block;width:13.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15020;line-height:1.5;letter-spacing:0;top:7.25rem;left:44.3125rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#tV2QMPvqNKZ43zRyzqRAKn4WNIc7rZQf { color:#000000;display:block;width:13.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15021;line-height:1.5;letter-spacing:0;top:9.6875rem;left:44.375rem;height:10.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KVrOwvvhditJAAyOCnd6rxf2Po5ynsvr { color:#000000;display:block;width:13.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15020;line-height:1.5;letter-spacing:0;top:7.3125rem;left:24.75rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#zQGN0x1vvdfUouTL8WtuqKedGBAP1TmG { color:#000000;display:block;width:13.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15021;line-height:1.5;letter-spacing:0;top:10.0625rem;left:24.8125rem;height:10.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RXlIhHzvoTVpdmkA6HJKvqGPFqPHeTu4 { color:#000000;display:block;width:13.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15021;line-height:1.5;letter-spacing:0;top:26.125rem;left:44.5rem;height:4.5rem;text-align:left;text-align-last:left;display:block; }
#sSJVkTcuwF7NKgVPTOnt5H3QKM1eUikM { color:#000000;display:block;width:14.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15022;line-height:1.5;letter-spacing:0;top:31.6875rem;left:44.5rem;height:15rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rMrxZBT5rNDVzl1bbiaPhSRFcAGsTzE5 { position:absolute;display:block;z-index:14999;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.125rem;width:21.625rem;top:36.4375rem;left:1rem;overflow:hidden;display:block; }
#vOnsKGAZTN9BS5Zme6Tz1m8oFp4AZHpK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),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; }#vOnsKGAZTN9BS5Zme6Tz1m8oFp4AZHpK > .row .container { background-color: transparent; background-image: none; }#vOnsKGAZTN9BS5Zme6Tz1m8oFp4AZHpK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vOnsKGAZTN9BS5Zme6Tz1m8oFp4AZHpK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vOnsKGAZTN9BS5Zme6Tz1m8oFp4AZHpK > .row .container > .video-iframe-container { display: none; }#vOnsKGAZTN9BS5Zme6Tz1m8oFp4AZHpK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vOnsKGAZTN9BS5Zme6Tz1m8oFp4AZHpK > .row > .video-iframe-container { display: none; }#vOnsKGAZTN9BS5Zme6Tz1m8oFp4AZHpK > .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); }#vOnsKGAZTN9BS5Zme6Tz1m8oFp4AZHpK > .row .container { border-width: 0; border-radius: 0; }#vOnsKGAZTN9BS5Zme6Tz1m8oFp4AZHpK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vOnsKGAZTN9BS5Zme6Tz1m8oFp4AZHpK > .row .container { font-size:0.875rem;font-family:arial;height:6.8125rem;width:60rem;position:relative;display:block; }#tmTNltICVA9n1wQVeESGl6LNsBLB4OB6 { display:block;width:54.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:2.4375rem;left:2.65625rem;height:2.3125rem;font-style:normal;color:rgba(var(--color-tertiary-4),1);text-align:center;text-align-last:center;display:block; }
#eeZuIL4esUN60ShTuZ7xsmOcRisWK2Wu { position:relative;display:block; }#eeZuIL4esUN60ShTuZ7xsmOcRisWK2Wu { background-color: transparent; background-image: none; }#eeZuIL4esUN60ShTuZ7xsmOcRisWK2Wu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eeZuIL4esUN60ShTuZ7xsmOcRisWK2Wu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eeZuIL4esUN60ShTuZ7xsmOcRisWK2Wu > .row .container > .video-iframe-container { display: none; }#eeZuIL4esUN60ShTuZ7xsmOcRisWK2Wu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eeZuIL4esUN60ShTuZ7xsmOcRisWK2Wu > .row > .video-iframe-container { display: none; }#eeZuIL4esUN60ShTuZ7xsmOcRisWK2Wu > .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); }#eeZuIL4esUN60ShTuZ7xsmOcRisWK2Wu { border-width: 0; border-radius: 0; }#eeZuIL4esUN60ShTuZ7xsmOcRisWK2Wu > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#eeZuIL4esUN60ShTuZ7xsmOcRisWK2Wu > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#H7c8pn0o5A7EwGz4sZTN202EPLO0GzSs { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:10.3125rem;top:1.625rem;left:9.875rem;overflow:hidden;display:block; }
#B8duCLS8BQ0BPQkZ4ZpR9o00pD6BubWr { color:rgba(var(--color-tertiary-4),1);display:block;width:14.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:6.3125rem;left:7.625rem;height:2.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DhBDNwZzS2L75sBh662Bu4Jt6xGq4eWN { background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.0625rem;height:2.25rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:9.5625rem;left:10.5rem;display:block; }
#UindxGw396y0zKfPEb0Aav3dvH3XTbPB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BuWAZQCdeEIixwiSi0S3aXMa9zQJ4bqu { background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.4375rem;height:2.25rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:11.0625rem;left:8.3125rem;display:block; }
#GTpANuBE1AbwwOLPEx2DfDTudKppxTVi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aTyTKOKlZMi8buADm0QyizDrNq7LPdm9 { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.4375rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:13.6875rem;left:8.3125rem;display:block; }
#AuNDdZmZPvP2MDEQrIUDWEU8gdJyBWvr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WEcuLhRd1rh6PGV7yPwXthSQ3AehFApi { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:20.875rem;top:1.375rem;left:37.625rem;overflow:hidden;display:block; }
#ABT3Gx0dIWMfbG1XbcT47ykztXM8ERL8 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:5.3125rem;left:36.9375rem;height:2.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XK4vHzVO1fh5RQmon6eb9MXynrnhV7T6 { background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.0625rem;height:2.25rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:8.25rem;left:39.8125rem;display:block; }
#qrENP1zUnLEoTAKECWZ1eyvbmf1XSEJ8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bCxgDR050y7MukHTXxEa9FaB066012xP { background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.4375rem;height:2.25rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:9.9375rem;left:37.625rem;display:block; }
#ZrS5RmDP33ZEQoQF87GQOylksOOB2phs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fLNd2qZ1ZEDfBtwnS8FOmq9f2ViCJX5h { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.4375rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:13.1875rem;left:37.625rem;display:block; }
#a53BxaeAXUSdVRdyBCUdk9I2JO0TEXEW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ueoUQ9R5I5vTybZezwdtNuT5U66ZBFVk { position:relative;display:block; }#ueoUQ9R5I5vTybZezwdtNuT5U66ZBFVk { background-color: transparent; background-image: none; }#ueoUQ9R5I5vTybZezwdtNuT5U66ZBFVk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ueoUQ9R5I5vTybZezwdtNuT5U66ZBFVk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ueoUQ9R5I5vTybZezwdtNuT5U66ZBFVk > .row .container > .video-iframe-container { display: none; }#ueoUQ9R5I5vTybZezwdtNuT5U66ZBFVk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ueoUQ9R5I5vTybZezwdtNuT5U66ZBFVk > .row > .video-iframe-container { display: none; }#ueoUQ9R5I5vTybZezwdtNuT5U66ZBFVk > .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); }#ueoUQ9R5I5vTybZezwdtNuT5U66ZBFVk { border-width: 0; border-radius: 0; }#ueoUQ9R5I5vTybZezwdtNuT5U66ZBFVk > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ueoUQ9R5I5vTybZezwdtNuT5U66ZBFVk > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#IzCDiNDPPenMgFSzmoeUmwIdH919ilnt { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:16.0625rem;top:2.125rem;left:7rem;overflow:hidden;display:block; }
#pFZv6LGTXszuRFTbhnT4JLfXzbcizzJB { color:rgba(var(--color-tertiary-4),1);display:block;width:19.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:5.3125rem;left:5.25rem;height:2.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ix9yTlnKVTuc8bHKHf2E3nZT59RSAnPX { background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.0625rem;height:2.25rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:8.3125rem;left:10.5rem;display:block; }
#abUAqHWTiT0M0bmqR6bkJtrK5HJeBchL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mkCzwPumpFXDu5peiyHQxMtLMapwtUl2 { background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.4375rem;height:2.25rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:9.9375rem;left:8.3125rem;display:block; }
#A3ZEPpQpF4b9LtWdKTTOakGn6FTKnFN6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#O2BCEQP58B1iVNTCOMZOrfJFs7Thg0r3 { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.4375rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:13.1875rem;left:8.3125rem;display:block; }
#UaWb6c21vUk7V4fcuieURSawF3TdbkdE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PuSP6TrLh28DBWHhhb75GBUTAtSA21Fk { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:15.25rem;top:1.75rem;left:37.375rem;overflow:hidden;display:block; }
#UhIBULdzmRUxDx10oe86u0q8NhqyvMEZ { color:rgba(var(--color-tertiary-4),1);display:block;width:14.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:6rem;left:37.625rem;height:2.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kTzvCO8JibomZmsX7kfOxSPv2knmZFMN { background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.0625rem;height:2.25rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:9.625rem;left:40.5rem;display:block; }
#zI54B5SMLn18tOvfWxyAxsWS284sTax7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GzlN6TTvbpugPWmtSN5a0QsklEWpWzRM { background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.4375rem;height:2.25rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:11.125rem;left:38.3125rem;display:block; }
#bvPLNPXEit5m4MpQlJpPqObVFKbMzupv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#s0cScILyXKUvzEy1XPpTbiVKvGHX4H2R { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.4375rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:13.625rem;left:38.3125rem;display:block; }
#MMXT3GdZkZQMgNNQW6xHWHdDS3icvDTZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qrzfdf8frqA7atNNBx46bDeaVC3sEQxP { position:relative;display:block; }#qrzfdf8frqA7atNNBx46bDeaVC3sEQxP { background-color: transparent; background-image: none; }#qrzfdf8frqA7atNNBx46bDeaVC3sEQxP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qrzfdf8frqA7atNNBx46bDeaVC3sEQxP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qrzfdf8frqA7atNNBx46bDeaVC3sEQxP > .row .container > .video-iframe-container { display: none; }#qrzfdf8frqA7atNNBx46bDeaVC3sEQxP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qrzfdf8frqA7atNNBx46bDeaVC3sEQxP > .row > .video-iframe-container { display: none; }#qrzfdf8frqA7atNNBx46bDeaVC3sEQxP > .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); }#qrzfdf8frqA7atNNBx46bDeaVC3sEQxP { border-width: 0; border-radius: 0; }#qrzfdf8frqA7atNNBx46bDeaVC3sEQxP > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#qrzfdf8frqA7atNNBx46bDeaVC3sEQxP > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#dSRqTPDMLmfkR1ZdpGkx4zDIPJKUfuzb { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6rem;width:9.9375rem;top:1.0625rem;left:25.0625rem;overflow:hidden;display:block; }
#d8NNIzbvlZt8izVZovuA37y1auefXy7g { color:rgba(var(--color-tertiary-4),1);display:block;width:14.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:6.9375rem;left:22.625rem;height:2.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lhmcLlyl3AbAHDqtThnJyvXVc7aLlaPK { background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.0625rem;height:2.25rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:9.3125rem;left:25.5rem;display:block; }
#xvTv5zd6TvVH6HJbcKdBHbuF4u7RXgW7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Aar0HLEVZvkUWigCd38q1Tg1L1LNwM72 { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.4375rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:13.75rem;left:23.28125rem;display:block; }
#Dc2zEydp957HJRfSaauk1cAtEMe6TCtp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BkXCCbZddRB8hoanNTXtSmTZ1Z5QlsBM { background-color:rgba(var(--color-tertiary-2),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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BkXCCbZddRB8hoanNTXtSmTZ1Z5QlsBM > .row .container { background-color: transparent; background-image: none; }#BkXCCbZddRB8hoanNTXtSmTZ1Z5QlsBM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BkXCCbZddRB8hoanNTXtSmTZ1Z5QlsBM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BkXCCbZddRB8hoanNTXtSmTZ1Z5QlsBM > .row .container > .video-iframe-container { display: none; }#BkXCCbZddRB8hoanNTXtSmTZ1Z5QlsBM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BkXCCbZddRB8hoanNTXtSmTZ1Z5QlsBM > .row > .video-iframe-container { display: none; }#BkXCCbZddRB8hoanNTXtSmTZ1Z5QlsBM > .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); }#BkXCCbZddRB8hoanNTXtSmTZ1Z5QlsBM > .row .container { border-width: 0; border-radius: 0; }#BkXCCbZddRB8hoanNTXtSmTZ1Z5QlsBM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BkXCCbZddRB8hoanNTXtSmTZ1Z5QlsBM > .row .container { font-size:0.875rem;font-family:lato;height:47rem;width:60rem;overflow:visible;position:relative;display:block; }#Beb33893d7d361c821dccc5be6a677cd { color:rgba(var(--color-tertiary-4),1);display:block;width:27.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15013;line-height:1.1;letter-spacing:0;top:2.875rem;left:16.21875rem;height:;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; }
#de8a31bfb15e0ec3173a0328bb359dd5 .widget-form-header {  }
#de8a31bfb15e0ec3173a0328bb359dd5 .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:37.9375rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#de8a31bfb15e0ec3173a0328bb359dd5 .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left: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:37.9375rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:lato; }
#de8a31bfb15e0ec3173a0328bb359dd5 .widget-input-text {padding-top: 0; padding-bottom: 0;}#de8a31bfb15e0ec3173a0328bb359dd5 .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left: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:37.9375rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:lato; }
#de8a31bfb15e0ec3173a0328bb359dd5 .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:37.9375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:lato;font-size:0.875rem;overflow:hidden; }
#de8a31bfb15e0ec3173a0328bb359dd5 .widget-input-select {padding-top: 0; padding-bottom: 0;}#de8a31bfb15e0ec3173a0328bb359dd5 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#de8a31bfb15e0ec3173a0328bb359dd5 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#de8a31bfb15e0ec3173a0328bb359dd5 .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1rem;font-weight:300;color:rgba(var(--color-tertiary-0),1);width:37.9375rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden;font-style:normal; }
#de8a31bfb15e0ec3173a0328bb359dd5 [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#de8a31bfb15e0ec3173a0328bb359dd5 [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#de8a31bfb15e0ec3173a0328bb359dd5 [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#de8a31bfb15e0ec3173a0328bb359dd5 [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#de8a31bfb15e0ec3173a0328bb359dd5 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:36.5rem;overflow:hidden;font-style:normal; }
#de8a31bfb15e0ec3173a0328bb359dd5 .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; }
#de8a31bfb15e0ec3173a0328bb359dd5 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:lato;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#de8a31bfb15e0ec3173a0328bb359dd5 .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#de8a31bfb15e0ec3173a0328bb359dd5 .widget-container:first-of-type{padding-top:0;}#de8a31bfb15e0ec3173a0328bb359dd5 .widget-container:last-of-type{padding-bottom:0;}#de8a31bfb15e0ec3173a0328bb359dd5  { background-color:rgba(var(--color-tertiary-0),0.51);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:37.9375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15033;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:6.8125rem;left:9.78125rem; }
#de8a31bfb15e0ec3173a0328bb359dd5 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:37.9375rem; }
#de8a31bfb15e0ec3173a0328bb359dd5 .widget-info-text { display:block;height:auto;font-family:lato;font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#de8a31bfb15e0ec3173a0328bb359dd5 {display:block;}#de8a31bfb15e0ec3173a0328bb359dd5 { background-color:rgba(var(--color-tertiary-0),0.51);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:37.9375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15033;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:6.8125rem;left:9.78125rem; }
#de8a31bfb15e0ec3173a0328bb359dd5 #c4f9f0299d4f017b533b3bfc23437d60 { position:relative; }
#de8a31bfb15e0ec3173a0328bb359dd5 #A201ebe09784c5c69235a1dc119dfa3f { position:relative;display:block; }
#de8a31bfb15e0ec3173a0328bb359dd5 #q1250b9dc2b9f3d55db27742eb9f4b04 { position:relative; }
#de8a31bfb15e0ec3173a0328bb359dd5 #af70d08a73c24624b4454def03d639c0 { position:relative; }
#de8a31bfb15e0ec3173a0328bb359dd5 #R790422d9e2c0b6d35ac0c192c242a44 { position:relative;display:block; }
#de8a31bfb15e0ec3173a0328bb359dd5 #d23f4339ff2a13768c196ca369a148ec { position:relative; }
#de8a31bfb15e0ec3173a0328bb359dd5 #y760447512622d11c4d28a7e1784ae78 { position:relative; }
#de8a31bfb15e0ec3173a0328bb359dd5 #fecbec1a4b505f0a35be7f074f31b8c0 { position:relative;display:block; }
#de8a31bfb15e0ec3173a0328bb359dd5 #p0c50fcebd6108f64511fd4cd31959eb { position:relative; }
#de8a31bfb15e0ec3173a0328bb359dd5 #h837a5435f1f40ffef0ebc79e8bd2859 { position:relative; }
#de8a31bfb15e0ec3173a0328bb359dd5 #g8f36bb9aefe8d6a2f1d231e68bb96c9 { position:relative;display:block; }
#de8a31bfb15e0ec3173a0328bb359dd5 #C3df671a39c69b90e2cc999589d28104 { position:relative; }
#de8a31bfb15e0ec3173a0328bb359dd5 #VoZZIbeqG3hK4kH3vnCO5e1zDx77car4 { position:relative; }
#de8a31bfb15e0ec3173a0328bb359dd5 #D4rD2TWUZ03y0TvsvWOUkaH0HKOvFPnT { position:relative;display:block; }
#de8a31bfb15e0ec3173a0328bb359dd5 #Qi7EQN79SIGTC4xgMtmsqShi5wevLPfi { position:relative; }
#de8a31bfb15e0ec3173a0328bb359dd5 #cdb032403a854a3f4fa21e85c6f6f7c6 { position:relative; }
#de8a31bfb15e0ec3173a0328bb359dd5 #f9f91142b9c084a26b5cc6fa9525c04b { position:relative;display:block; }
#de8a31bfb15e0ec3173a0328bb359dd5 #edaf3eaa9354b552b0126fd7e05b2e16 { position:relative; }
#de8a31bfb15e0ec3173a0328bb359dd5 #f73f1856361a412e0efca461eb5dfe2b { position:relative; }
#de8a31bfb15e0ec3173a0328bb359dd5 #f3b560a7fb5ae6d585e0f809b132d3cf { position:relative;z-index:2; }
#de8a31bfb15e0ec3173a0328bb359dd5 #he04773424249d3e426c7c93c83f3526 { position:relative; }
#de8a31bfb15e0ec3173a0328bb359dd5 #Ef2a68896ea06cc25ef123b6a70e5742 { position:relative; }
#de8a31bfb15e0ec3173a0328bb359dd5 #a7a37ea15ef4a06e7a8f622a598f86ab { position:relative; }
#IBuxxlhGZ9f3z9nkwOODAlHDqwDG6Bso { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/3424ade3-68e6-4f85-a66f-d8fb05371654/AdobeStock_496965101kopiakopia.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !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; }#IBuxxlhGZ9f3z9nkwOODAlHDqwDG6Bso.adaptive-delivery-prevent-bg, #IBuxxlhGZ9f3z9nkwOODAlHDqwDG6Bso.lazyload, #IBuxxlhGZ9f3z9nkwOODAlHDqwDG6Bso.lazyloading { background-image: none; }#IBuxxlhGZ9f3z9nkwOODAlHDqwDG6Bso > .row .container { background-color: transparent; background-image: none; }#IBuxxlhGZ9f3z9nkwOODAlHDqwDG6Bso::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IBuxxlhGZ9f3z9nkwOODAlHDqwDG6Bso > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IBuxxlhGZ9f3z9nkwOODAlHDqwDG6Bso > .row .container > .video-iframe-container { display: none; }#IBuxxlhGZ9f3z9nkwOODAlHDqwDG6Bso > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IBuxxlhGZ9f3z9nkwOODAlHDqwDG6Bso > .row > .video-iframe-container { display: none; }#IBuxxlhGZ9f3z9nkwOODAlHDqwDG6Bso > .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); }#IBuxxlhGZ9f3z9nkwOODAlHDqwDG6Bso > .row .container { border-width: 0; border-radius: 0; }#IBuxxlhGZ9f3z9nkwOODAlHDqwDG6Bso > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IBuxxlhGZ9f3z9nkwOODAlHDqwDG6Bso > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:block; }#prdF1y74nritLI925VPCzwESquhO5hpO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),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; }#prdF1y74nritLI925VPCzwESquhO5hpO > .row .container { background-color: transparent; background-image: none; }#prdF1y74nritLI925VPCzwESquhO5hpO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#prdF1y74nritLI925VPCzwESquhO5hpO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#prdF1y74nritLI925VPCzwESquhO5hpO > .row .container > .video-iframe-container { display: none; }#prdF1y74nritLI925VPCzwESquhO5hpO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#prdF1y74nritLI925VPCzwESquhO5hpO > .row > .video-iframe-container { display: none; }#prdF1y74nritLI925VPCzwESquhO5hpO > .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); }#prdF1y74nritLI925VPCzwESquhO5hpO > .row .container { border-width: 0; border-radius: 0; }#prdF1y74nritLI925VPCzwESquhO5hpO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#prdF1y74nritLI925VPCzwESquhO5hpO > .row .container { font-size:0.875rem;font-family:arial;height:6.0625rem;width:60rem;position:relative;display:block; }#IUnOkGkO0XIsugUI1Ilugg1BrqEt6eSO { color:rgba(var(--color-tertiary-4),1);display:block;width:41.25rem;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.1875rem;left:8.75rem;height:2rem;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; }
#iRrkhDI4XQFpD2GU2bCupSMZXMmCBygV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),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; }#iRrkhDI4XQFpD2GU2bCupSMZXMmCBygV > .row .container { background-color: transparent; background-image: none; }#iRrkhDI4XQFpD2GU2bCupSMZXMmCBygV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iRrkhDI4XQFpD2GU2bCupSMZXMmCBygV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iRrkhDI4XQFpD2GU2bCupSMZXMmCBygV > .row .container > .video-iframe-container { display: none; }#iRrkhDI4XQFpD2GU2bCupSMZXMmCBygV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iRrkhDI4XQFpD2GU2bCupSMZXMmCBygV > .row > .video-iframe-container { display: none; }#iRrkhDI4XQFpD2GU2bCupSMZXMmCBygV > .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); }#iRrkhDI4XQFpD2GU2bCupSMZXMmCBygV > .row .container { border-width: 0; border-radius: 0; }#iRrkhDI4XQFpD2GU2bCupSMZXMmCBygV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iRrkhDI4XQFpD2GU2bCupSMZXMmCBygV > .row .container { font-size:0.875rem;font-family:arial;height:39.8125rem;width:60rem;position:relative;display:block; }#zR94txiw68f3Ba5WVTd5Mrohh72XvJOD { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:1.25rem;left:38.6875rem;overflow:hidden;display:block; }
#DhfGvT5vVmvaDdoa8PLA1NCZypAoA6av { color:#000000;display:block;width:13.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15022;line-height:1.5;letter-spacing:0;top:8.1875rem;left:35.25rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VmuiFLQxnVUpCHU9URsK4BGVLhSrFIl4 { color:#000000;display:block;width:13.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15024;line-height:1.5;letter-spacing:0;top:8.1875rem;left:11.71875rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uI8JT49TOoocoSw5nQno0iwTUufZOr2F { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:1.25rem;left:15.125rem;overflow:hidden;display:block; }
#V5yeM8XT8lln61csRnBXFDeapNEG7Dve { color:#000000;display:block;width:13.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15026;line-height:1.5;letter-spacing:0;top:8.1875rem;left:0rem;height:6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oJSRK1JTqIfUdFsvTJuKgSkZffx6oE9a { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:1.25rem;left:3.4375rem;overflow:hidden;display:block; }
#UahQx8GZxVLsuO6x3h2vHHnJ9UuxbnlP { color:#000000;display:block;width:13.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15030;line-height:1.5;letter-spacing:0;top:8.1875rem;left:24.21875rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KiNJdQ00ASGAuKUl7ABQfRof1PpScPLH { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:1.25rem;left:27.625rem;overflow:hidden;display:block; }
#TxAfKcNGaaTyteB34NhBTIlaEHULm71B { color:rgba(var(--color-tertiary-4),1);display:block;width:51.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:15.8125rem;left:5.125rem;height:13.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Z6k5w5IQRTx0IEJQa4xduvUPZfg1f7qw { 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-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:32.3125rem;left:9.5625rem;display:block; }
#CB8arQWtGCQnvOrWO7annbHBumGroF27 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uagCAiJLGezRZlsFaqkGb2J731kJbLT7 { 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-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:32.3125rem;left:33rem;display:block; }
#FSThPiBeFkiATpNElh5zWoTeUIBGlqEG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yxmXDJe0ECUnVaWtZNyTLVNoRWtMNNPN { color:#000000;display:block;width:13.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15028;line-height:1.5;letter-spacing:0;top:8.1875rem;left:46.9375rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OuauLGf1LTrF3ONWUEO7dvsBiIV5JGmV { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:1.25rem;left:50.34375rem;overflow:hidden;display:block; }
#qge2ru1y9Dcqx22DAPHtvNLvmyJtlFDE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(26,71,137,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; }#qge2ru1y9Dcqx22DAPHtvNLvmyJtlFDE > .row .container { background-color: transparent; background-image: none; }#qge2ru1y9Dcqx22DAPHtvNLvmyJtlFDE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qge2ru1y9Dcqx22DAPHtvNLvmyJtlFDE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qge2ru1y9Dcqx22DAPHtvNLvmyJtlFDE > .row .container > .video-iframe-container { display: none; }#qge2ru1y9Dcqx22DAPHtvNLvmyJtlFDE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qge2ru1y9Dcqx22DAPHtvNLvmyJtlFDE > .row > .video-iframe-container { display: none; }#qge2ru1y9Dcqx22DAPHtvNLvmyJtlFDE > .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); }#qge2ru1y9Dcqx22DAPHtvNLvmyJtlFDE > .row .container { border-width: 0; border-radius: 0; }#qge2ru1y9Dcqx22DAPHtvNLvmyJtlFDE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qge2ru1y9Dcqx22DAPHtvNLvmyJtlFDE > .row .container { font-size:0.875rem;font-family:arial;height:10.9375rem;width:60rem;position:relative;display:block; }#TSTCpOOKbQ5cq54q0dTcKW0FT7wahBr0 { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.75rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:3.4375rem;left:40.3125rem;display:block; }
#eBEPZQcE3xMKs5VXOH2n5UvKAkzfmZme { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WI7PwhNyn01vIQgEtGZS2Nt1IZgzrkRm { color:rgba(var(--color-tertiary-4),1);display:block;width:24.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:3.4375rem;left:10.375rem;height:1.625rem;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; }
#sEFdq122XoVVSCAeezcte5ACEs23WWbz { color:rgba(var(--color-tertiary-4),1);display:block;width:22.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:5.5rem;left:10.375rem;height:2.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;display:block; }
#LZZ1oAzTr3QT6e60FwDUFScD6ZANVtEZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.9375rem;width:4.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:3.0625rem;left:2.84375rem; }
#LZZ1oAzTr3QT6e60FwDUFScD6ZANVtEZ > img { max-width: 100%;max-height:100%; width:4.9375rem; height:4.9375rem; }#FlcXlylKbN3zZN3eCqESLFcQpSDwGcPi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),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; }#FlcXlylKbN3zZN3eCqESLFcQpSDwGcPi > .row .container { background-color: transparent; background-image: none; }#FlcXlylKbN3zZN3eCqESLFcQpSDwGcPi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FlcXlylKbN3zZN3eCqESLFcQpSDwGcPi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FlcXlylKbN3zZN3eCqESLFcQpSDwGcPi > .row .container > .video-iframe-container { display: none; }#FlcXlylKbN3zZN3eCqESLFcQpSDwGcPi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FlcXlylKbN3zZN3eCqESLFcQpSDwGcPi > .row > .video-iframe-container { display: none; }#FlcXlylKbN3zZN3eCqESLFcQpSDwGcPi > .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); }#FlcXlylKbN3zZN3eCqESLFcQpSDwGcPi > .row .container { border-width: 0; border-radius: 0; }#FlcXlylKbN3zZN3eCqESLFcQpSDwGcPi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FlcXlylKbN3zZN3eCqESLFcQpSDwGcPi > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:60rem;position:relative;display:block; }#EvlKoz9p70VyVJSGV2ydz9GOehpKvQTn { color:rgba(var(--color-tertiary-4),1);display:block;width:41.25rem;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.1875rem;left:8.75rem;height:2rem;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; }
#ozGGXq5a0qfq4dHGh1wUbPvNTiwB7TCp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),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; }#ozGGXq5a0qfq4dHGh1wUbPvNTiwB7TCp > .row .container { background-color: transparent; background-image: none; }#ozGGXq5a0qfq4dHGh1wUbPvNTiwB7TCp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ozGGXq5a0qfq4dHGh1wUbPvNTiwB7TCp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ozGGXq5a0qfq4dHGh1wUbPvNTiwB7TCp > .row .container > .video-iframe-container { display: none; }#ozGGXq5a0qfq4dHGh1wUbPvNTiwB7TCp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ozGGXq5a0qfq4dHGh1wUbPvNTiwB7TCp > .row > .video-iframe-container { display: none; }#ozGGXq5a0qfq4dHGh1wUbPvNTiwB7TCp > .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); }#ozGGXq5a0qfq4dHGh1wUbPvNTiwB7TCp > .row .container { border-width: 0; border-radius: 0; }#ozGGXq5a0qfq4dHGh1wUbPvNTiwB7TCp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ozGGXq5a0qfq4dHGh1wUbPvNTiwB7TCp > .row .container { font-size:0.875rem;font-family:arial;height:33.25rem;width:60rem;position:relative;display:block; }#idQJ3DFZbOo6FCMJVXNDB2T7MXVLu10u { color:#000000;display:block;width:13.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15024;line-height:1.5;letter-spacing:0;top:8.875rem;left:15.9375rem;height:3rem;text-align:center;text-align-last:center;display:block; }
#kcLrt57K8NkU6U8kVqOAuKOMXz0iTBgv { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:1.1875rem;left:19.1875rem;overflow:hidden;display:block; }
#zTqfSVfQwLLL7oSEDQKW3tqTreSrE5fC { color:#000000;display:block;width:13.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15026;line-height:1.5;letter-spacing:0;top:8.875rem;left:0rem;height:4.5rem;text-align:center;text-align-last:center;display:block; }
#WKs0BPUQ7k1kK7discTV7BKaF5qDcLEh { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:1.1875rem;left:3.25rem;overflow:hidden;display:block; }
#Ir1ag0aTQK9OTOZl7HbWaHdW7xEF8dmz { color:#000000;display:block;width:13.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15028;line-height:1.5;letter-spacing:0;top:8.9375rem;left:46.9375rem;height:1.5rem;text-align:center;text-align-last:center;display:block; }
#lwHIazbxJoTsK3M8dODHSv6QsnIp8Rwh { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:1.25rem;left:50.1875rem;overflow:hidden;display:block; }
#mWlTiHrs3Tp3bMli2roWrrqLTHBOcNlJ { color:#000000;display:block;width:13.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15030;line-height:1.5;letter-spacing:0;top:8.8125rem;left:31.625rem;height:4.5rem;text-align:center;text-align-last:center;display:block; }
#y0mHNdSiQMhhCsiWMnD6w0bquTVn9MrK { color:rgba(var(--color-tertiary-4),1);display:block;width:49.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:17.0625rem;left:5.6875rem;height:7.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oagqL7dwgTwo3XFEtqrStGknlGgyEvk5 { 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-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:27.3125rem;left:9.875rem;display:block; }
#WqZoQIZVz7bGowTHBLt3UOpTdaQgqQAM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CpQXZZumpf7xpGVKMtQyEHREiGb790d2 { 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-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:27.3125rem;left:32.625rem;display:block; }
#XU1wUm37x1hJWmcTgh7tTLaWp0wFPwfN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yfzo1nuiXnPDXWk076tWUDCv4d9zpuvt { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:1.1875rem;left:35.0625rem;overflow:hidden;display:block; }
#LFTZJBNufCoaCyh3tZzrOInkOhgaStlR { z-index:;position:relative;display:block; } #bc05567c291594a7265fe0c0f9147319.widget-smartsection *:focus-visible, #bc05567c291594a7265fe0c0f9147319.widget-smartsection input[type="text"]:focus-visible, #bc05567c291594a7265fe0c0f9147319.widget-smartsection input[type="email"]:focus-visible, #bc05567c291594a7265fe0c0f9147319.widget-smartsection input[type="tel"]:focus-visible, #bc05567c291594a7265fe0c0f9147319.widget-smartsection textarea:focus-visible { outline: none; } #LFTZJBNufCoaCyh3tZzrOInkOhgaStlR > .row .container { position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Epo6VRuNHqgaPSSdnq4VOUv67G7u5Qfe { display:block; }#Epo6VRuNHqgaPSSdnq4VOUv67G7u5Qfe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mqs2pIwh9ASCmv78RztpdO6bss207vhm { top:0.375rem;left:0rem;width:16rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TehJzSeahRFGIz9XZtK2uT15ytDSxtfD { width:5.625rem;height:1.5625rem;top:1.25rem;left:40.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iaxuJIv3yKDCiQ6pPQMcsF97nJDNMhoD { display:block; }
 }@media only screen and (max-width: 763px) { #EJyv2Lw2qQDygrbm3l24vHnZMgzZ93VA { width:6.9375rem;height:1.75rem;top:1.125rem;left:40.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbKXkXcC1O1Qx6dlw0Fsn4ED6VOdCqsI { display:block; }
 }@media only screen and (max-width: 763px) { #kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob { display:block; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BG7k0u8J5GTK8ROcOxke6cW228ZVLvo8 { width:47.75rem;height:;top:4.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVXImMqZBMhPtaQxy81TsTUsQnFz9qUr { width:45.6875rem;height:10.125rem;top:7.4375rem;left:0rem;font-size:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SiV1tlrcBNei4ToOdo4pkrXx1GtKDIiI { width:47.75rem;height:;top:18.0625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbpbqaucoL1Fi2cVPOI3RLxwFpgM6MDn { width:17.0625rem;height:3.4375rem;top:30.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyVrfzGTV5ilITbdlvtFCGNvbyGuoGPc { display:block; }
 }@media only screen and (max-width: 763px) { #kvvrhMNehNDQzflp4xQJL1qPvSg4Cd1k { width:17.0625rem;height:3.4375rem;top:35.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rmV4egf7ZFUdvccIc1dOGMXS8M12nhDs { display:block; }
 }@media only screen and (max-width: 763px) { #nynAWXduoyhVQEoA8s1xePXc4BbhT3S9 { width:17.0625rem;height:3.4375rem;top:40.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4wT84DzNy306BvHx2qR9ADDtPodAgTI { display:block; }
 }@media only screen and (max-width: 763px) { #DJGmkFQqiM7huMtvGGCf4AarCCaWyEIe { display:block; }#DJGmkFQqiM7huMtvGGCf4AarCCaWyEIe > .row .container { width:47.75rem;height:18.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UcrNEkU4ey2O0ptH2ddzmhrcLdR5wOZb { width:47.75rem;height:2rem;top:2.625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtm7a0SZOyhIX43OKQZQKs4FW1IkAm2K { width:47.75rem;height:6rem;top:7.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSdRRSRqx8prSkuUT2bR1LO4CKRa57q6 { display:block; }#MSdRRSRqx8prSkuUT2bR1LO4CKRa57q6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DMoabuxylOTfpiC0qhEaq6Tz90i69KOd { width:47.75rem;height:2.3125rem;top:2.4375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAVxk3MANaRx7LJklaF2ITraExuJ9JIe { display:block; }#VAVxk3MANaRx7LJklaF2ITraExuJ9JIe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cugfAgziKZlnwGlg1mprMUteTpvUTX7y { width:22.4375rem;height:7.5rem;top:6.875rem;left:0.71875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3JNIcdeVSmXKxOtcBSULMMOsKJfiVo0 { width:24.9375rem;height:3.25rem;top:2.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFLN5iUtozuKD9bcFlCmNLtr1uiosAhN { width:17.5rem;height:3.4375rem;top:15.9375rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTTftMIliRdTKhaTetnSAxJG1m2M8KpI { display:block; }
 }@media only screen and (max-width: 763px) { #uXS9sBuWBJhnGSevLU3PozfFLUvkwQcm { top:21.75rem;left:17.125rem;width:6.875rem;height:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhAgpO2EhT9tTvaNiPG6wfT152o3hIpy { top:22.0625rem;left:0rem;width:22.25rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHX3cSr4peDhnVnFFo6LXKcnpspp5tIs { top:25.5625rem;left:0rem;width:9.125rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUdHIBS69v8sLsfOmTT4VmRpgM6KnRP2 { top:26.5625rem;left:6.58203125rem;width:5rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMTAlwtqux31hdXryqkTHbFZ8paxWTSC { top:26.5rem;left:9.375rem;width:5.125rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9cQcbKePfkso7TXWWEInSLT4eQ5MmbG { top:25.25rem;left:13.5rem;width:8.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #la6BpFMAiT9p82TeGUXJPVswzuKuM2w7 { top:26.1875rem;left:2rem;width:6.3125rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8sOc6tLAVtlchiLVCi73H23USsDGkB6 { top:0rem;left:0rem;width:30.0625rem;height:34.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZbr49Igl7cJFLZldfpBnVxI03fKhobF { display:block; }#tZbr49Igl7cJFLZldfpBnVxI03fKhobF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZauKJPAR1K3wNWzcU9P4QreCFwrE1mlV { width:22.4375rem;height:7.5rem;top:6.4375rem;left:24.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PakhW2rJwJMrd0G5uxEHAuZwDqIMAkzr { width:24.9375rem;height:1.625rem;top:3rem;left:22.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOINWeNDF2ToMZe4k4LAhw1s0CPMLuV0 { width:17.5rem;height:3.4375rem;top:15.75rem;left:27.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3ccT9nGM6dE8usSyXGE71nNM6Dfx3ud { display:block; }
 }@media only screen and (max-width: 763px) { #vxQteJRmoUsZtrQBws98XLSkt2nc9CuJ { top:23.75rem;left:24.1875rem;width:23.5625rem;height:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7nudo9zIVQGXcArDRb5PH2bsu6FITgQ { top:27rem;left:37.96875rem;width:9.125rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9hE16lKxLNkzHk8lytvgT2mH6t8MGQ1 { top:27.6875rem;left:37.96875rem;width:6.3125rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttZaGpVA4LKwzqqZpLVoBmcs7kSsKm38 { top:28rem;left:24.59375rem;width:5.125rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOGbB87Uivi3Dl2DtlkTtP3J1fVHvaQ3 { top:28rem;left:23.875rem;width:5.125rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #klWIHcwDoAcauBv69pGIcy4ZKuFqZDXl { top:0rem;left:0rem;width:30.0625rem;height:34.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qM6TyB8kyaNOz5PskTAm6QbsLegMZBAT { display:block; }#qM6TyB8kyaNOz5PskTAm6QbsLegMZBAT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EwhtWgCaneTnXDXIwXz8XypmGa61SqaK { top:2.25rem;left:0rem;width:47.75rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #brpkTIKS1orwtgBOJBRMymCTtO3FFyFB { top:7.3125rem;left:34.5625rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8P46HQw71LzzXQertZ9JZevtqBQpeNE { top:26.375rem;left:34.5625rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3nDRAUEyMZdoOK6RFvZOfxZt2t6zZxB { top:7.4375rem;left:15rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5d9xDLfo00MfFfQCEwOHHFI54Ous0RI { top:7.25rem;left:0rem;width:13.0625rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUX3IvXJwt0QBBVVpUyG0FSmEqscCyET { top:7.25rem;left:0rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GeleniQkymENTk6G59oslVyA40CXtmTF { top:11rem;left:0rem;width:13.75rem;height:12rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FiUBur2RnT3qpaUizQT4amAwz0Aa9W3G { top:26rem;left:0rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qaid80KDbnwz5EHPR9Pr7UGkAhfinSXZ { top:26rem;left:0rem;width:13.0625rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDnTsz8QOKFMgfPzRI5wPNkpqA4F5E82 { top:29.5625rem;left:0rem;width:14.375rem;height:6rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQplpbGaCvRAXXUkNDm0x6vApAaQTKPm { top:26rem;left:15.1875rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZPDocchyMOJT0MAMvVEhUmq36PzeSOB { top:26rem;left:18.75rem;width:13.0625rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3vy8kq2E5yrWWTNIsuGzdqDkZOiaBCt { top:29.75rem;left:18.75rem;width:13.8125rem;height:13.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykK6ERAdm8zARKnlroou08H0agTTVHIC { top:7.25rem;left:34.6875rem;width:13.0625rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tV2QMPvqNKZ43zRyzqRAKn4WNIc7rZQf { top:9.6875rem;left:34.6875rem;width:13.0625rem;height:12rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVrOwvvhditJAAyOCnd6rxf2Po5ynsvr { top:7.3125rem;left:18.625rem;width:13.0625rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQGN0x1vvdfUouTL8WtuqKedGBAP1TmG { top:10.0625rem;left:18.6875rem;width:13.0625rem;height:12rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXlIhHzvoTVpdmkA6HJKvqGPFqPHeTu4 { top:26.125rem;left:34.6875rem;width:13.0625rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSJVkTcuwF7NKgVPTOnt5H3QKM1eUikM { top:31.6875rem;left:33.375rem;width:14.375rem;height:16.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMrxZBT5rNDVzl1bbiaPhSRFcAGsTzE5 { top:36.4375rem;left:0rem;width:21.625rem;height:20.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOnsKGAZTN9BS5Zme6Tz1m8oFp4AZHpK { display:block; }#vOnsKGAZTN9BS5Zme6Tz1m8oFp4AZHpK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tmTNltICVA9n1wQVeESGl6LNsBLB4OB6 { width:47.75rem;height:2.3125rem;top:2.4375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eeZuIL4esUN60ShTuZ7xsmOcRisWK2Wu { display:block; }#eeZuIL4esUN60ShTuZ7xsmOcRisWK2Wu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H7c8pn0o5A7EwGz4sZTN202EPLO0GzSs { top:1.625rem;left:6.8125rem;width:10.3125rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8duCLS8BQ0BPQkZ4ZpR9o00pD6BubWr { top:6.3125rem;left:4.5625rem;width:14.75rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhBDNwZzS2L75sBh662Bu4Jt6xGq4eWN { width:9.0625rem;height:2.25rem;top:9.5625rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UindxGw396y0zKfPEb0Aav3dvH3XTbPB { display:block; }
 }@media only screen and (max-width: 763px) { #BuWAZQCdeEIixwiSi0S3aXMa9zQJ4bqu { width:13.4375rem;height:2.25rem;top:11.0625rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTpANuBE1AbwwOLPEx2DfDTudKppxTVi { display:block; }
 }@media only screen and (max-width: 763px) { #aTyTKOKlZMi8buADm0QyizDrNq7LPdm9 { width:13.4375rem;height:3.4375rem;top:13.6875rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AuNDdZmZPvP2MDEQrIUDWEU8gdJyBWvr { display:block; }
 }@media only screen and (max-width: 763px) { #WEcuLhRd1rh6PGV7yPwXthSQ3AehFApi { top:1.375rem;left:26.875rem;width:20.875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABT3Gx0dIWMfbG1XbcT47ykztXM8ERL8 { top:5.3125rem;left:27.75rem;width:14.75rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XK4vHzVO1fh5RQmon6eb9MXynrnhV7T6 { width:9.0625rem;height:2.25rem;top:8.25rem;left:30.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrENP1zUnLEoTAKECWZ1eyvbmf1XSEJ8 { display:block; }
 }@media only screen and (max-width: 763px) { #bCxgDR050y7MukHTXxEa9FaB066012xP { width:13.4375rem;height:2.25rem;top:9.9375rem;left:28.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrS5RmDP33ZEQoQF87GQOylksOOB2phs { display:block; }
 }@media only screen and (max-width: 763px) { #fLNd2qZ1ZEDfBtwnS8FOmq9f2ViCJX5h { width:13.4375rem;height:3.4375rem;top:13.1875rem;left:28.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a53BxaeAXUSdVRdyBCUdk9I2JO0TEXEW { display:block; }
 }@media only screen and (max-width: 763px) { #ueoUQ9R5I5vTybZezwdtNuT5U66ZBFVk { display:block; }#ueoUQ9R5I5vTybZezwdtNuT5U66ZBFVk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IzCDiNDPPenMgFSzmoeUmwIdH919ilnt { top:2.125rem;left:3.9375rem;width:16.0625rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFZv6LGTXszuRFTbhnT4JLfXzbcizzJB { top:5.3125rem;left:2.1875rem;width:19.5625rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ix9yTlnKVTuc8bHKHf2E3nZT59RSAnPX { width:9.0625rem;height:2.25rem;top:8.3125rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #abUAqHWTiT0M0bmqR6bkJtrK5HJeBchL { display:block; }
 }@media only screen and (max-width: 763px) { #mkCzwPumpFXDu5peiyHQxMtLMapwtUl2 { width:13.4375rem;height:2.25rem;top:9.9375rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3ZEPpQpF4b9LtWdKTTOakGn6FTKnFN6 { display:block; }
 }@media only screen and (max-width: 763px) { #O2BCEQP58B1iVNTCOMZOrfJFs7Thg0r3 { width:13.4375rem;height:3.4375rem;top:13.1875rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UaWb6c21vUk7V4fcuieURSawF3TdbkdE { display:block; }
 }@media only screen and (max-width: 763px) { #PuSP6TrLh28DBWHhhb75GBUTAtSA21Fk { top:1.75rem;left:28.1875rem;width:15.25rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhIBULdzmRUxDx10oe86u0q8NhqyvMEZ { top:6rem;left:28.4375rem;width:14.75rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTzvCO8JibomZmsX7kfOxSPv2knmZFMN { width:9.0625rem;height:2.25rem;top:9.625rem;left:31.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zI54B5SMLn18tOvfWxyAxsWS284sTax7 { display:block; }
 }@media only screen and (max-width: 763px) { #GzlN6TTvbpugPWmtSN5a0QsklEWpWzRM { width:13.4375rem;height:2.25rem;top:11.125rem;left:29.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvPLNPXEit5m4MpQlJpPqObVFKbMzupv { display:block; }
 }@media only screen and (max-width: 763px) { #s0cScILyXKUvzEy1XPpTbiVKvGHX4H2R { width:13.4375rem;height:3.4375rem;top:13.625rem;left:29.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMXT3GdZkZQMgNNQW6xHWHdDS3icvDTZ { display:block; }
 }@media only screen and (max-width: 763px) { #qrzfdf8frqA7atNNBx46bDeaVC3sEQxP { display:block; }#qrzfdf8frqA7atNNBx46bDeaVC3sEQxP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dSRqTPDMLmfkR1ZdpGkx4zDIPJKUfuzb { top:1.0625rem;left:18.9375rem;width:9.9375rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8NNIzbvlZt8izVZovuA37y1auefXy7g { top:6.9375rem;left:16.5rem;width:14.75rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhmcLlyl3AbAHDqtThnJyvXVc7aLlaPK { width:9.0625rem;height:2.25rem;top:9.3125rem;left:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvTv5zd6TvVH6HJbcKdBHbuF4u7RXgW7 { display:block; }
 }@media only screen and (max-width: 763px) { #Aar0HLEVZvkUWigCd38q1Tg1L1LNwM72 { width:13.4375rem;height:3.4375rem;top:13.75rem;left:17.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dc2zEydp957HJRfSaauk1cAtEMe6TCtp { display:block; }
 }@media only screen and (max-width: 763px) { #BkXCCbZddRB8hoanNTXtSmTZ1Z5QlsBM { display:block; }#BkXCCbZddRB8hoanNTXtSmTZ1Z5QlsBM > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Beb33893d7d361c821dccc5be6a677cd { width:27.5625rem;height:;top:2.875rem;left:10.09375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #de8a31bfb15e0ec3173a0328bb359dd5 .widget-regular-label { width:37.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#de8a31bfb15e0ec3173a0328bb359dd5 .widget-input-text { width:37.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#de8a31bfb15e0ec3173a0328bb359dd5 .widget-input-text {padding-top: 0; padding-bottom: 0;}#de8a31bfb15e0ec3173a0328bb359dd5 .widget-textarea { width:37.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#de8a31bfb15e0ec3173a0328bb359dd5 .widget-input-select { width:37.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#de8a31bfb15e0ec3173a0328bb359dd5 .widget-input-select {padding-top: 0; padding-bottom: 0;}#de8a31bfb15e0ec3173a0328bb359dd5 .widget-input-button { width:37.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#de8a31bfb15e0ec3173a0328bb359dd5 .widget-checkbox-label { width:36.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#de8a31bfb15e0ec3173a0328bb359dd5  { width:37.9375rem;height:auto;top:6.8125rem;left:3.65625rem; }
#de8a31bfb15e0ec3173a0328bb359dd5 .radio-container { width:37.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#de8a31bfb15e0ec3173a0328bb359dd5 {display:block;}#de8a31bfb15e0ec3173a0328bb359dd5 { width:37.9375rem;height:auto;top:6.8125rem;left:3.65625rem; }
 }@media only screen and (max-width: 763px) { #de8a31bfb15e0ec3173a0328bb359dd5 #c4f9f0299d4f017b533b3bfc23437d60 {  }
 }@media only screen and (max-width: 763px) { #de8a31bfb15e0ec3173a0328bb359dd5 #A201ebe09784c5c69235a1dc119dfa3f {  }
 }@media only screen and (max-width: 763px) { #de8a31bfb15e0ec3173a0328bb359dd5 #q1250b9dc2b9f3d55db27742eb9f4b04 {  }
 }@media only screen and (max-width: 763px) { #de8a31bfb15e0ec3173a0328bb359dd5 #af70d08a73c24624b4454def03d639c0 {  }
 }@media only screen and (max-width: 763px) { #de8a31bfb15e0ec3173a0328bb359dd5 #R790422d9e2c0b6d35ac0c192c242a44 {  }
 }@media only screen and (max-width: 763px) { #de8a31bfb15e0ec3173a0328bb359dd5 #d23f4339ff2a13768c196ca369a148ec {  }
 }@media only screen and (max-width: 763px) { #de8a31bfb15e0ec3173a0328bb359dd5 #y760447512622d11c4d28a7e1784ae78 {  }
 }@media only screen and (max-width: 763px) { #de8a31bfb15e0ec3173a0328bb359dd5 #fecbec1a4b505f0a35be7f074f31b8c0 {  }
 }@media only screen and (max-width: 763px) { #de8a31bfb15e0ec3173a0328bb359dd5 #p0c50fcebd6108f64511fd4cd31959eb {  }
 }@media only screen and (max-width: 763px) { #de8a31bfb15e0ec3173a0328bb359dd5 #h837a5435f1f40ffef0ebc79e8bd2859 {  }
 }@media only screen and (max-width: 763px) { #de8a31bfb15e0ec3173a0328bb359dd5 #g8f36bb9aefe8d6a2f1d231e68bb96c9 {  }
 }@media only screen and (max-width: 763px) { #de8a31bfb15e0ec3173a0328bb359dd5 #C3df671a39c69b90e2cc999589d28104 {  }
 }@media only screen and (max-width: 763px) { #de8a31bfb15e0ec3173a0328bb359dd5 #VoZZIbeqG3hK4kH3vnCO5e1zDx77car4 {  }
 }@media only screen and (max-width: 763px) { #de8a31bfb15e0ec3173a0328bb359dd5 #D4rD2TWUZ03y0TvsvWOUkaH0HKOvFPnT {  }
 }@media only screen and (max-width: 763px) { #de8a31bfb15e0ec3173a0328bb359dd5 #Qi7EQN79SIGTC4xgMtmsqShi5wevLPfi {  }
 }@media only screen and (max-width: 763px) { #de8a31bfb15e0ec3173a0328bb359dd5 #cdb032403a854a3f4fa21e85c6f6f7c6 {  }
 }@media only screen and (max-width: 763px) { #de8a31bfb15e0ec3173a0328bb359dd5 #f9f91142b9c084a26b5cc6fa9525c04b {  }
 }@media only screen and (max-width: 763px) { #de8a31bfb15e0ec3173a0328bb359dd5 #edaf3eaa9354b552b0126fd7e05b2e16 {  }
 }@media only screen and (max-width: 763px) { #de8a31bfb15e0ec3173a0328bb359dd5 #f73f1856361a412e0efca461eb5dfe2b {  }
 }@media only screen and (max-width: 763px) { #de8a31bfb15e0ec3173a0328bb359dd5 #f3b560a7fb5ae6d585e0f809b132d3cf {  }
 }@media only screen and (max-width: 763px) { #de8a31bfb15e0ec3173a0328bb359dd5 #he04773424249d3e426c7c93c83f3526 {  }
 }@media only screen and (max-width: 763px) { #de8a31bfb15e0ec3173a0328bb359dd5 #Ef2a68896ea06cc25ef123b6a70e5742 {  }
 }@media only screen and (max-width: 763px) { #de8a31bfb15e0ec3173a0328bb359dd5 #a7a37ea15ef4a06e7a8f622a598f86ab {  }
 }@media only screen and (max-width: 763px) { #IBuxxlhGZ9f3z9nkwOODAlHDqwDG6Bso { display:block; }#IBuxxlhGZ9f3z9nkwOODAlHDqwDG6Bso > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #prdF1y74nritLI925VPCzwESquhO5hpO { display:block; }#prdF1y74nritLI925VPCzwESquhO5hpO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IUnOkGkO0XIsugUI1Ilugg1BrqEt6eSO { width:41.25rem;height:2rem;top:2.1875rem;left:2.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRrkhDI4XQFpD2GU2bCupSMZXMmCBygV { display:block; }#iRrkhDI4XQFpD2GU2bCupSMZXMmCBygV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zR94txiw68f3Ba5WVTd5Mrohh72XvJOD { top:1.25rem;left:32.5625rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhfGvT5vVmvaDdoa8PLA1NCZypAoA6av { top:8.1875rem;left:29.125rem;width:13.0625rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VmuiFLQxnVUpCHU9URsK4BGVLhSrFIl4 { top:8.1875rem;left:5.59375rem;width:13.0625rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uI8JT49TOoocoSw5nQno0iwTUufZOr2F { top:1.25rem;left:9rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5yeM8XT8lln61csRnBXFDeapNEG7Dve { top:8.1875rem;left:0rem;width:13.0625rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJSRK1JTqIfUdFsvTJuKgSkZffx6oE9a { top:1.25rem;left:0rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UahQx8GZxVLsuO6x3h2vHHnJ9UuxbnlP { top:8.1875rem;left:18.09375rem;width:13.0625rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KiNJdQ00ASGAuKUl7ABQfRof1PpScPLH { top:1.25rem;left:21.5rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxAfKcNGaaTyteB34NhBTIlaEHULm71B { width:47.75rem;height:13.5rem;top:15.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6k5w5IQRTx0IEJQa4xduvUPZfg1f7qw { width:17.5rem;height:3.4375rem;top:32.3125rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CB8arQWtGCQnvOrWO7annbHBumGroF27 { display:block; }
 }@media only screen and (max-width: 763px) { #uagCAiJLGezRZlsFaqkGb2J731kJbLT7 { width:17.5rem;height:3.4375rem;top:32.3125rem;left:26.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSThPiBeFkiATpNElh5zWoTeUIBGlqEG { display:block; }
 }@media only screen and (max-width: 763px) { #yxmXDJe0ECUnVaWtZNyTLVNoRWtMNNPN { top:8.1875rem;left:34.6875rem;width:13.0625rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OuauLGf1LTrF3ONWUEO7dvsBiIV5JGmV { top:1.25rem;left:41.5rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qge2ru1y9Dcqx22DAPHtvNLvmyJtlFDE { display:block; }#qge2ru1y9Dcqx22DAPHtvNLvmyJtlFDE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TSTCpOOKbQ5cq54q0dTcKW0FT7wahBr0 { width:15.625rem;height:3.75rem;top:3.4375rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBEPZQcE3xMKs5VXOH2n5UvKAkzfmZme { display:block; }
 }@media only screen and (max-width: 763px) { #WI7PwhNyn01vIQgEtGZS2Nt1IZgzrkRm { width:24.375rem;height:1.625rem;top:3.4375rem;left:4.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEFdq122XoVVSCAeezcte5ACEs23WWbz { width:22.1875rem;height:2.5rem;top:5.5rem;left:4.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZZ1oAzTr3QT6e60FwDUFScD6ZANVtEZ { top:3.0625rem;left:0rem;width:4.9375rem;height:4.9375rem;display:block; }
#LZZ1oAzTr3QT6e60FwDUFScD6ZANVtEZ > img { max-width: 100%;max-height:100%; width:4.9375rem; height:4.9375rem; } }@media only screen and (max-width: 763px) { #FlcXlylKbN3zZN3eCqESLFcQpSDwGcPi { display:block; }#FlcXlylKbN3zZN3eCqESLFcQpSDwGcPi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EvlKoz9p70VyVJSGV2ydz9GOehpKvQTn { width:41.25rem;height:2rem;top:2.1875rem;left:2.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozGGXq5a0qfq4dHGh1wUbPvNTiwB7TCp { display:block; }#ozGGXq5a0qfq4dHGh1wUbPvNTiwB7TCp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #idQJ3DFZbOo6FCMJVXNDB2T7MXVLu10u { top:8.875rem;left:9.8125rem;width:13.0625rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcLrt57K8NkU6U8kVqOAuKOMXz0iTBgv { top:1.1875rem;left:13.0625rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTqfSVfQwLLL7oSEDQKW3tqTreSrE5fC { top:8.875rem;left:0rem;width:13.0625rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKs0BPUQ7k1kK7discTV7BKaF5qDcLEh { top:1.1875rem;left:0rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ir1ag0aTQK9OTOZl7HbWaHdW7xEF8dmz { top:8.9375rem;left:34.6875rem;width:13.0625rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwHIazbxJoTsK3M8dODHSv6QsnIp8Rwh { top:1.25rem;left:41.5rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWlTiHrs3Tp3bMli2roWrrqLTHBOcNlJ { top:8.8125rem;left:25.5rem;width:13.0625rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0mHNdSiQMhhCsiWMnD6w0bquTVn9MrK { width:47.75rem;height:7.5rem;top:17.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oagqL7dwgTwo3XFEtqrStGknlGgyEvk5 { width:17.5rem;height:3.4375rem;top:27.3125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqZoQIZVz7bGowTHBLt3UOpTdaQgqQAM { display:block; }
 }@media only screen and (max-width: 763px) { #CpQXZZumpf7xpGVKMtQyEHREiGb790d2 { width:17.5rem;height:3.4375rem;top:27.3125rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XU1wUm37x1hJWmcTgh7tTLaWp0wFPwfN { display:block; }
 }@media only screen and (max-width: 763px) { #yfzo1nuiXnPDXWk076tWUDCv4d9zpuvt { top:1.1875rem;left:28.9375rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFTZJBNufCoaCyh3tZzrOInkOhgaStlR { display:block; } #bc05567c291594a7265fe0c0f9147319.widget-smartsection *:focus-visible, #bc05567c291594a7265fe0c0f9147319.widget-smartsection input[type="text"]:focus-visible, #bc05567c291594a7265fe0c0f9147319.widget-smartsection input[type="email"]:focus-visible, #bc05567c291594a7265fe0c0f9147319.widget-smartsection input[type="tel"]:focus-visible, #bc05567c291594a7265fe0c0f9147319.widget-smartsection textarea:focus-visible { outline: none; } #LFTZJBNufCoaCyh3tZzrOInkOhgaStlR > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Epo6VRuNHqgaPSSdnq4VOUv67G7u5Qfe { display:block; }#Epo6VRuNHqgaPSSdnq4VOUv67G7u5Qfe > .row .container { width:20rem;height:3.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mqs2pIwh9ASCmv78RztpdO6bss207vhm { width:13.9375rem;height:2.9375rem;top:0.6875rem;left:3.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TehJzSeahRFGIz9XZtK2uT15ytDSxtfD { width:5.625rem;height:1.5625rem;top:8.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #iaxuJIv3yKDCiQ6pPQMcsF97nJDNMhoD { display:block; }
 }@media only screen and (max-width: 763px) { #EJyv2Lw2qQDygrbm3l24vHnZMgzZ93VA { width:6.9375rem;height:1.75rem;top:4.875rem;left:6.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #RbKXkXcC1O1Qx6dlw0Fsn4ED6VOdCqsI { display:block; }
 }@media only screen and (max-width: 763px) { #kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/badbb578-27e6-4689-a55d-01b34dd0bdbd/AdobeStock_586806622kopia.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob.adaptive-delivery-prevent-bg, #kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob.lazyload, #kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob.lazyloading { background-image: none; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row .container { background-color: transparent; background-image: none; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row .container > .video-iframe-container { display: none; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row > .video-iframe-container { display: none; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .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); }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row .container { width:20rem;height:34.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BG7k0u8J5GTK8ROcOxke6cW228ZVLvo8 { width:19.935546875rem;height:1.25rem;top:1.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;color:rgba(var(--color-tertiary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #vVXImMqZBMhPtaQxy81TsTUsQnFz9qUr { width:19.935546875rem;height:5rem;top:3.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SiV1tlrcBNei4ToOdo4pkrXx1GtKDIiI { width:20rem;height:2.75rem;top:10.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbpbqaucoL1Fi2cVPOI3RLxwFpgM6MDn { width:16.1875rem;height:3.375rem;top:21.4375rem;left:1.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyVrfzGTV5ilITbdlvtFCGNvbyGuoGPc { display:block; }
 }@media only screen and (max-width: 763px) { #kvvrhMNehNDQzflp4xQJL1qPvSg4Cd1k { width:16.625rem;height:3.25rem;top:25.75rem;left:1.7883254716981rem;display:block; }
 }@media only screen and (max-width: 763px) { #rmV4egf7ZFUdvccIc1dOGMXS8M12nhDs { display:block; }
 }@media only screen and (max-width: 763px) { #nynAWXduoyhVQEoA8s1xePXc4BbhT3S9 { width:17.0625rem;height:3.4375rem;top:30.25rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4wT84DzNy306BvHx2qR9ADDtPodAgTI { display:block; }
 }@media only screen and (max-width: 763px) { #DJGmkFQqiM7huMtvGGCf4AarCCaWyEIe { display:block; }#DJGmkFQqiM7huMtvGGCf4AarCCaWyEIe > .row .container { width:20rem;height:24.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UcrNEkU4ey2O0ptH2ddzmhrcLdR5wOZb { width:17.25rem;height:3.375rem;top:0.875rem;left:1.375rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #rtm7a0SZOyhIX43OKQZQKs4FW1IkAm2K { width:20rem;height:18rem;top:4.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #MSdRRSRqx8prSkuUT2bR1LO4CKRa57q6 { display:block; }#MSdRRSRqx8prSkuUT2bR1LO4CKRa57q6 > .row .container { width:20rem;height:4.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DMoabuxylOTfpiC0qhEaq6Tz90i69KOd { width:17.25rem;height:3.375rem;top:0.78125rem;left:1.375rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #VAVxk3MANaRx7LJklaF2ITraExuJ9JIe { display:block; }#VAVxk3MANaRx7LJklaF2ITraExuJ9JIe > .row .container { width:20rem;height:50.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cugfAgziKZlnwGlg1mprMUteTpvUTX7y { width:20rem;height:7.5rem;top:36rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3JNIcdeVSmXKxOtcBSULMMOsKJfiVo0 { width:20rem;height:2.875rem;top:1.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFLN5iUtozuKD9bcFlCmNLtr1uiosAhN { width:17.5rem;height:3.4375rem;top:45.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTTftMIliRdTKhaTetnSAxJG1m2M8KpI { display:block; }
 }@media only screen and (max-width: 763px) { #uXS9sBuWBJhnGSevLU3PozfFLUvkwQcm { width:6.875rem;height:11.5625rem;top:22.875rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhAgpO2EhT9tTvaNiPG6wfT152o3hIpy { width:20rem;height:7.6962890625rem;top:22.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHX3cSr4peDhnVnFFo6LXKcnpspp5tIs { width:9.125rem;height:6.3125rem;top:26.78125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUdHIBS69v8sLsfOmTT4VmRpgM6KnRP2 { width:5rem;height:6.125rem;top:28.09375rem;left:9.64453125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMTAlwtqux31hdXryqkTHbFZ8paxWTSC { width:5.125rem;height:6.3125rem;top:28rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9cQcbKePfkso7TXWWEInSLT4eQ5MmbG { width:8.125rem;height:8.125rem;top:26.78125rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #la6BpFMAiT9p82TeGUXJPVswzuKuM2w7 { width:6.3125rem;height:6.3125rem;top:28rem;left:3.39453125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8sOc6tLAVtlchiLVCi73H23USsDGkB6 { width:20rem;height:22.8271484375rem;top:5.8916015625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZbr49Igl7cJFLZldfpBnVxI03fKhobF { display:block; }#tZbr49Igl7cJFLZldfpBnVxI03fKhobF > .row .container { width:20rem;height:51.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZauKJPAR1K3wNWzcU9P4QreCFwrE1mlV { width:20rem;height:7.5rem;top:36.50390625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PakhW2rJwJMrd0G5uxEHAuZwDqIMAkzr { width:20rem;height:1.4375rem;top:2.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOINWeNDF2ToMZe4k4LAhw1s0CPMLuV0 { width:17.5rem;height:3.4375rem;top:45.59765625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3ccT9nGM6dE8usSyXGE71nNM6Dfx3ud { display:block; }
 }@media only screen and (max-width: 763px) { #vxQteJRmoUsZtrQBws98XLSkt2nc9CuJ { width:20rem;height:7.5322265625rem;top:24.34765625rem;left:0rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #N7nudo9zIVQGXcArDRb5PH2bsu6FITgQ { width:9.125rem;height:6.3125rem;top:28.09765625rem;left:0rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #B9hE16lKxLNkzHk8lytvgT2mH6t8MGQ1 { width:6.3125rem;height:6.3125rem;top:28.72265625rem;left:3.8125rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #ttZaGpVA4LKwzqqZpLVoBmcs7kSsKm38 { width:5.125rem;height:6.3125rem;top:28.72265625rem;left:12.875rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #rOGbB87Uivi3Dl2DtlkTtP3J1fVHvaQ3 { width:5.125rem;height:6.3125rem;top:28.72265625rem;left:10.125rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #klWIHcwDoAcauBv69pGIcy4ZKuFqZDXl { width:20rem;height:22.78515625rem;top:5.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qM6TyB8kyaNOz5PskTAm6QbsLegMZBAT { display:block; }#qM6TyB8kyaNOz5PskTAm6QbsLegMZBAT > .row .container { width:20rem;height:119.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EwhtWgCaneTnXDXIwXz8XypmGa61SqaK { width:20rem;height:1.4375rem;top:1.625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #brpkTIKS1orwtgBOJBRMymCTtO3FFyFB { display:flex;width:2.75rem;height:2.75rem;top:20.4375rem;left:2.1875rem; }
 }@media only screen and (max-width: 763px) { #h8P46HQw71LzzXQertZ9JZevtqBQpeNE { display:flex;width:2.75rem;height:2.75rem;top:49.4375rem;left:1.375rem; }
 }@media only screen and (max-width: 763px) { #z3nDRAUEyMZdoOK6RFvZOfxZt2t6zZxB { display:flex;width:2.75rem;height:2.75rem;top:4.0625rem;left:2.1875rem; }
 }@media only screen and (max-width: 763px) { #F5d9xDLfo00MfFfQCEwOHHFI54Ous0RI { width:13.0625rem;height:3rem;top:3.9375rem;left:5.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rUX3IvXJwt0QBBVVpUyG0FSmEqscCyET { display:flex;width:2.75rem;height:2.75rem;top:34.4375rem;left:1.375rem; }
 }@media only screen and (max-width: 763px) { #GeleniQkymENTk6G59oslVyA40CXtmTF { width:13.75rem;height:9.1875rem;top:8.375rem;left:4.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FiUBur2RnT3qpaUizQT4amAwz0Aa9W3G { display:flex;width:2.75rem;height:2.75rem;top:61.5rem;left:1.375rem; }
 }@media only screen and (max-width: 763px) { #qaid80KDbnwz5EHPR9Pr7UGkAhfinSXZ { width:13.0625rem;height:3rem;top:50.0625rem;left:4.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GDnTsz8QOKFMgfPzRI5wPNkpqA4F5E82 { width:14.375rem;height:5.25rem;top:54.6875rem;left:4.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PQplpbGaCvRAXXUkNDm0x6vApAaQTKPm { display:flex;width:2.75rem;height:2.75rem;top:78.5rem;left:1.375rem; }
 }@media only screen and (max-width: 763px) { #fZPDocchyMOJT0MAMvVEhUmq36PzeSOB { width:13.0625rem;height:3rem;top:61.5rem;left:5.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u3vy8kq2E5yrWWTNIsuGzdqDkZOiaBCt { width:13.8125rem;height:9.1875rem;top:67.0625rem;left:5.4375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ykK6ERAdm8zARKnlroou08H0agTTVHIC { width:13.0625rem;height:1.5rem;top:35.0625rem;left:5.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tV2QMPvqNKZ43zRyzqRAKn4WNIc7rZQf { width:13.0625rem;height:7.875rem;top:38.75rem;left:5.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KVrOwvvhditJAAyOCnd6rxf2Po5ynsvr { width:13.0625rem;height:1.5rem;top:21.0625rem;left:5.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zQGN0x1vvdfUouTL8WtuqKedGBAP1TmG { width:13.0625rem;height:7.875rem;top:24.3125rem;left:5.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RXlIhHzvoTVpdmkA6HJKvqGPFqPHeTu4 { width:13.0625rem;height:4.5rem;top:78.5rem;left:4.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sSJVkTcuwF7NKgVPTOnt5H3QKM1eUikM { width:14.375rem;height:11.8125rem;top:85rem;left:4.125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rMrxZBT5rNDVzl1bbiaPhSRFcAGsTzE5 { width:20rem;height:18.6123046875rem;top:99.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOnsKGAZTN9BS5Zme6Tz1m8oFp4AZHpK { display:block; }#vOnsKGAZTN9BS5Zme6Tz1m8oFp4AZHpK > .row .container { width:20rem;height:4.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tmTNltICVA9n1wQVeESGl6LNsBLB4OB6 { width:17.25rem;height:1.6875rem;top:1.46875rem;left:1.375rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #eeZuIL4esUN60ShTuZ7xsmOcRisWK2Wu { display:block; }#eeZuIL4esUN60ShTuZ7xsmOcRisWK2Wu > .row .container { width:20rem;height:35.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H7c8pn0o5A7EwGz4sZTN202EPLO0GzSs { width:10.4375rem;height:3.8125rem;top:1.25rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8duCLS8BQ0BPQkZ4ZpR9o00pD6BubWr { width:14.75rem;height:2.875rem;top:5.75rem;left:2.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhBDNwZzS2L75sBh662Bu4Jt6xGq4eWN { width:9.0625rem;height:2.25rem;top:10.875rem;left:5.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UindxGw396y0zKfPEb0Aav3dvH3XTbPB { display:block; }
 }@media only screen and (max-width: 763px) { #BuWAZQCdeEIixwiSi0S3aXMa9zQJ4bqu { width:13.4375rem;height:2.25rem;top:8.625rem;left:3.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTpANuBE1AbwwOLPEx2DfDTudKppxTVi { display:block; }
 }@media only screen and (max-width: 763px) { #aTyTKOKlZMi8buADm0QyizDrNq7LPdm9 { width:13.4375rem;height:3.4375rem;top:13.125rem;left:3.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AuNDdZmZPvP2MDEQrIUDWEU8gdJyBWvr { display:block; }
 }@media only screen and (max-width: 763px) { #WEcuLhRd1rh6PGV7yPwXthSQ3AehFApi { width:7.375rem;height:1.75rem;top:2.625rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABT3Gx0dIWMfbG1XbcT47ykztXM8ERL8 { width:14.75rem;height:2.875rem;top:5.9375rem;left:2.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XK4vHzVO1fh5RQmon6eb9MXynrnhV7T6 { width:9.0625rem;height:2.25rem;top:11.0625rem;left:5.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrENP1zUnLEoTAKECWZ1eyvbmf1XSEJ8 { display:block; }
 }@media only screen and (max-width: 763px) { #bCxgDR050y7MukHTXxEa9FaB066012xP { width:13.4375rem;height:2.25rem;top:8.8125rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrS5RmDP33ZEQoQF87GQOylksOOB2phs { display:block; }
 }@media only screen and (max-width: 763px) { #fLNd2qZ1ZEDfBtwnS8FOmq9f2ViCJX5h { width:13.4375rem;height:3.4375rem;top:14rem;left:3.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a53BxaeAXUSdVRdyBCUdk9I2JO0TEXEW { display:block; }
 }@media only screen and (max-width: 763px) { #ueoUQ9R5I5vTybZezwdtNuT5U66ZBFVk { display:block; }#ueoUQ9R5I5vTybZezwdtNuT5U66ZBFVk > .row .container { width:20rem;height:36.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IzCDiNDPPenMgFSzmoeUmwIdH919ilnt { width:20rem;height:3.0546875rem;top:18.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFZv6LGTXszuRFTbhnT4JLfXzbcizzJB { width:19.5625rem;height:2.875rem;top:22.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ix9yTlnKVTuc8bHKHf2E3nZT59RSAnPX { width:9.0625rem;height:2.25rem;top:27.9375rem;left:5.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #abUAqHWTiT0M0bmqR6bkJtrK5HJeBchL { display:block; }
 }@media only screen and (max-width: 763px) { #mkCzwPumpFXDu5peiyHQxMtLMapwtUl2 { width:13.4375rem;height:2.25rem;top:25.6875rem;left:3.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3ZEPpQpF4b9LtWdKTTOakGn6FTKnFN6 { display:block; }
 }@media only screen and (max-width: 763px) { #O2BCEQP58B1iVNTCOMZOrfJFs7Thg0r3 { width:13.4375rem;height:3.4375rem;top:31.0625rem;left:3.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UaWb6c21vUk7V4fcuieURSawF3TdbkdE { display:block; }
 }@media only screen and (max-width: 763px) { #PuSP6TrLh28DBWHhhb75GBUTAtSA21Fk { width:18.8125rem;height:3.1875rem;top:18.53125rem;left:0.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhIBULdzmRUxDx10oe86u0q8NhqyvMEZ { width:14.75rem;height:2.875rem;top:23rem;left:2.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTzvCO8JibomZmsX7kfOxSPv2knmZFMN { width:9.0625rem;height:2.25rem;top:28.0625rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zI54B5SMLn18tOvfWxyAxsWS284sTax7 { display:block; }
 }@media only screen and (max-width: 763px) { #GzlN6TTvbpugPWmtSN5a0QsklEWpWzRM { width:13.4375rem;height:2.25rem;top:25.8125rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvPLNPXEit5m4MpQlJpPqObVFKbMzupv { display:block; }
 }@media only screen and (max-width: 763px) { #s0cScILyXKUvzEy1XPpTbiVKvGHX4H2R { width:13.4375rem;height:3.4375rem;top:30.3125rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMXT3GdZkZQMgNNQW6xHWHdDS3icvDTZ { display:block; }
 }@media only screen and (max-width: 763px) { #qrzfdf8frqA7atNNBx46bDeaVC3sEQxP { display:block; }#qrzfdf8frqA7atNNBx46bDeaVC3sEQxP > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dSRqTPDMLmfkR1ZdpGkx4zDIPJKUfuzb { width:11.375rem;height:6.9375rem;top:0rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8NNIzbvlZt8izVZovuA37y1auefXy7g { width:14.75rem;height:2.875rem;top:6.9375rem;left:2.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhmcLlyl3AbAHDqtThnJyvXVc7aLlaPK { width:9.0625rem;height:2.25rem;top:10.5rem;left:5.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvTv5zd6TvVH6HJbcKdBHbuF4u7RXgW7 { display:block; }
 }@media only screen and (max-width: 763px) { #Aar0HLEVZvkUWigCd38q1Tg1L1LNwM72 { width:13.4375rem;height:3.4375rem;top:12.8125rem;left:3.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dc2zEydp957HJRfSaauk1cAtEMe6TCtp { display:block; }
 }@media only screen and (max-width: 763px) { #BkXCCbZddRB8hoanNTXtSmTZ1Z5QlsBM { display:block; }#BkXCCbZddRB8hoanNTXtSmTZ1Z5QlsBM > .row .container { width:20rem;height:44.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Beb33893d7d361c821dccc5be6a677cd { width:20rem;height:1.1875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #de8a31bfb15e0ec3173a0328bb359dd5 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-family:roboto; }
#de8a31bfb15e0ec3173a0328bb359dd5 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#de8a31bfb15e0ec3173a0328bb359dd5 .widget-input-text {padding-top: 0; padding-bottom: 0;}#de8a31bfb15e0ec3173a0328bb359dd5 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#de8a31bfb15e0ec3173a0328bb359dd5 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#de8a31bfb15e0ec3173a0328bb359dd5 .widget-input-select {padding-top: 0; padding-bottom: 0;}#de8a31bfb15e0ec3173a0328bb359dd5 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#de8a31bfb15e0ec3173a0328bb359dd5 [class*="-text"]:-moz-placeholder { font-family:roboto; }
#de8a31bfb15e0ec3173a0328bb359dd5 [class*="-text"]::-moz-placeholder { font-family:roboto; }
#de8a31bfb15e0ec3173a0328bb359dd5 [class*="-text"]:-ms-input-placeholder { font-family:roboto; }
#de8a31bfb15e0ec3173a0328bb359dd5 [class*="-text"]::-webkit-input-placeholder { font-family:roboto; }
#de8a31bfb15e0ec3173a0328bb359dd5 .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-family:roboto;font-size:0.625rem;overflow:hidden;height:auto; }
#de8a31bfb15e0ec3173a0328bb359dd5  { width:17.5rem;height:32.5rem;top:3.5rem;left:0rem; }
#de8a31bfb15e0ec3173a0328bb359dd5 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#de8a31bfb15e0ec3173a0328bb359dd5 {display:block;}#de8a31bfb15e0ec3173a0328bb359dd5 { width:17.5rem;height:32.5rem;top:3.5rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #de8a31bfb15e0ec3173a0328bb359dd5 #c4f9f0299d4f017b533b3bfc23437d60 {  }
 }@media only screen and (max-width: 763px) { #de8a31bfb15e0ec3173a0328bb359dd5 #A201ebe09784c5c69235a1dc119dfa3f {  }
 }@media only screen and (max-width: 763px) { #de8a31bfb15e0ec3173a0328bb359dd5 #q1250b9dc2b9f3d55db27742eb9f4b04 {  }
 }@media only screen and (max-width: 763px) { #de8a31bfb15e0ec3173a0328bb359dd5 #af70d08a73c24624b4454def03d639c0 {  }
 }@media only screen and (max-width: 763px) { #de8a31bfb15e0ec3173a0328bb359dd5 #R790422d9e2c0b6d35ac0c192c242a44 {  }
 }@media only screen and (max-width: 763px) { #de8a31bfb15e0ec3173a0328bb359dd5 #d23f4339ff2a13768c196ca369a148ec {  }
 }@media only screen and (max-width: 763px) { #de8a31bfb15e0ec3173a0328bb359dd5 #y760447512622d11c4d28a7e1784ae78 {  }
 }@media only screen and (max-width: 763px) { #de8a31bfb15e0ec3173a0328bb359dd5 #fecbec1a4b505f0a35be7f074f31b8c0 {  }
 }@media only screen and (max-width: 763px) { #de8a31bfb15e0ec3173a0328bb359dd5 #p0c50fcebd6108f64511fd4cd31959eb {  }
 }@media only screen and (max-width: 763px) { #de8a31bfb15e0ec3173a0328bb359dd5 #h837a5435f1f40ffef0ebc79e8bd2859 {  }
 }@media only screen and (max-width: 763px) { #de8a31bfb15e0ec3173a0328bb359dd5 #g8f36bb9aefe8d6a2f1d231e68bb96c9 {  }
 }@media only screen and (max-width: 763px) { #de8a31bfb15e0ec3173a0328bb359dd5 #C3df671a39c69b90e2cc999589d28104 {  }
 }@media only screen and (max-width: 763px) { #de8a31bfb15e0ec3173a0328bb359dd5 #VoZZIbeqG3hK4kH3vnCO5e1zDx77car4 {  }
 }@media only screen and (max-width: 763px) { #de8a31bfb15e0ec3173a0328bb359dd5 #D4rD2TWUZ03y0TvsvWOUkaH0HKOvFPnT {  }
 }@media only screen and (max-width: 763px) { #de8a31bfb15e0ec3173a0328bb359dd5 #Qi7EQN79SIGTC4xgMtmsqShi5wevLPfi {  }
 }@media only screen and (max-width: 763px) { #de8a31bfb15e0ec3173a0328bb359dd5 #cdb032403a854a3f4fa21e85c6f6f7c6 {  }
 }@media only screen and (max-width: 763px) { #de8a31bfb15e0ec3173a0328bb359dd5 #f9f91142b9c084a26b5cc6fa9525c04b {  }
 }@media only screen and (max-width: 763px) { #de8a31bfb15e0ec3173a0328bb359dd5 #edaf3eaa9354b552b0126fd7e05b2e16 {  }
 }@media only screen and (max-width: 763px) { #de8a31bfb15e0ec3173a0328bb359dd5 #f73f1856361a412e0efca461eb5dfe2b {  }
 }@media only screen and (max-width: 763px) { #de8a31bfb15e0ec3173a0328bb359dd5 #f3b560a7fb5ae6d585e0f809b132d3cf {  }
 }@media only screen and (max-width: 763px) { #de8a31bfb15e0ec3173a0328bb359dd5 #he04773424249d3e426c7c93c83f3526 {  }
 }@media only screen and (max-width: 763px) { #de8a31bfb15e0ec3173a0328bb359dd5 #Ef2a68896ea06cc25ef123b6a70e5742 {  }
 }@media only screen and (max-width: 763px) { #de8a31bfb15e0ec3173a0328bb359dd5 #a7a37ea15ef4a06e7a8f622a598f86ab {  }
 }@media only screen and (max-width: 763px) { #IBuxxlhGZ9f3z9nkwOODAlHDqwDG6Bso { display:block; }#IBuxxlhGZ9f3z9nkwOODAlHDqwDG6Bso > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #prdF1y74nritLI925VPCzwESquhO5hpO { display:block; }#prdF1y74nritLI925VPCzwESquhO5hpO > .row .container { width:20rem;height:5.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IUnOkGkO0XIsugUI1Ilugg1BrqEt6eSO { width:14.625rem;height:4.3125rem;top:1.25rem;left:2.6875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRrkhDI4XQFpD2GU2bCupSMZXMmCBygV { display:block; }#iRrkhDI4XQFpD2GU2bCupSMZXMmCBygV > .row .container { width:20rem;height:88.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zR94txiw68f3Ba5WVTd5Mrohh72XvJOD { width:6.25rem;height:6.25rem;top:25.4375rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhfGvT5vVmvaDdoa8PLA1NCZypAoA6av { width:13.0625rem;height:4.5rem;top:26.3125rem;left:6.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VmuiFLQxnVUpCHU9URsK4BGVLhSrFIl4 { width:13.0625rem;height:3rem;top:10.75rem;left:6.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uI8JT49TOoocoSw5nQno0iwTUufZOr2F { width:6.25rem;height:6.25rem;top:9.125rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5yeM8XT8lln61csRnBXFDeapNEG7Dve { width:13.0625rem;height:6rem;top:3.1875rem;left:6.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oJSRK1JTqIfUdFsvTJuKgSkZffx6oE9a { width:6.25rem;height:6.25rem;top:1.8125rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #UahQx8GZxVLsuO6x3h2vHHnJ9UuxbnlP { width:13.0625rem;height:1.5rem;top:19.625rem;left:6.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KiNJdQ00ASGAuKUl7ABQfRof1PpScPLH { width:6.25rem;height:6.25rem;top:17.25rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxAfKcNGaaTyteB34NhBTIlaEHULm71B { width:20rem;height:31.5rem;top:49.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6k5w5IQRTx0IEJQa4xduvUPZfg1f7qw { width:17.5rem;height:3.4375rem;top:43.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CB8arQWtGCQnvOrWO7annbHBumGroF27 { display:block; }
 }@media only screen and (max-width: 763px) { #uagCAiJLGezRZlsFaqkGb2J731kJbLT7 { width:17.5rem;height:3.4375rem;top:83.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSThPiBeFkiATpNElh5zWoTeUIBGlqEG { display:block; }
 }@media only screen and (max-width: 763px) { #yxmXDJe0ECUnVaWtZNyTLVNoRWtMNNPN { width:13.0625rem;height:1.5rem;top:36.75rem;left:6.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OuauLGf1LTrF3ONWUEO7dvsBiIV5JGmV { width:6.25rem;height:6.25rem;top:34.375rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qge2ru1y9Dcqx22DAPHtvNLvmyJtlFDE { background-color:#ffffff;background-image:none;display:block; }#qge2ru1y9Dcqx22DAPHtvNLvmyJtlFDE > .row .container { background-color: transparent; background-image: none; }#qge2ru1y9Dcqx22DAPHtvNLvmyJtlFDE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qge2ru1y9Dcqx22DAPHtvNLvmyJtlFDE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qge2ru1y9Dcqx22DAPHtvNLvmyJtlFDE > .row .container > .video-iframe-container { display: none; }#qge2ru1y9Dcqx22DAPHtvNLvmyJtlFDE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qge2ru1y9Dcqx22DAPHtvNLvmyJtlFDE > .row > .video-iframe-container { display: none; }#qge2ru1y9Dcqx22DAPHtvNLvmyJtlFDE > .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); }#qge2ru1y9Dcqx22DAPHtvNLvmyJtlFDE > .row .container { width:20rem;height:17.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TSTCpOOKbQ5cq54q0dTcKW0FT7wahBr0 { width:15.625rem;height:3.75rem;top:12.9375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBEPZQcE3xMKs5VXOH2n5UvKAkzfmZme { display:block; }
 }@media only screen and (max-width: 763px) { #WI7PwhNyn01vIQgEtGZS2Nt1IZgzrkRm { width:16.75rem;height:1.4375rem;top:5.375rem;left:1.625rem;text-align:center;text-align-last:center;font-size:1.125rem;font-family:var(--headlines-font-family);font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #sEFdq122XoVVSCAeezcte5ACEs23WWbz { width:15.625rem;height:3.75rem;top:7.9375rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZZ1oAzTr3QT6e60FwDUFScD6ZANVtEZ { display:flex;width:2.9375rem;height:2.9375rem;top:1.25rem;left:8.5rem; }
#LZZ1oAzTr3QT6e60FwDUFScD6ZANVtEZ > img { max-width: 100%;max-height:100%; width:2.9375rem; height:2.9375rem; } }@media only screen and (max-width: 763px) { #FlcXlylKbN3zZN3eCqESLFcQpSDwGcPi { display:block; }#FlcXlylKbN3zZN3eCqESLFcQpSDwGcPi > .row .container { width:20rem;height:5.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EvlKoz9p70VyVJSGV2ydz9GOehpKvQTn { width:14.625rem;height:2.875rem;top:1.25rem;left:2.6875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozGGXq5a0qfq4dHGh1wUbPvNTiwB7TCp { display:block; }#ozGGXq5a0qfq4dHGh1wUbPvNTiwB7TCp > .row .container { width:20rem;height:65.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #idQJ3DFZbOo6FCMJVXNDB2T7MXVLu10u { width:13.0625rem;height:3rem;top:10.8125rem;left:6.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kcLrt57K8NkU6U8kVqOAuKOMXz0iTBgv { width:6.25rem;height:6.25rem;top:9.1875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTqfSVfQwLLL7oSEDQKW3tqTreSrE5fC { width:13.0625rem;height:4.5rem;top:3.6875rem;left:6.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WKs0BPUQ7k1kK7discTV7BKaF5qDcLEh { width:6.25rem;height:6.25rem;top:1.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ir1ag0aTQK9OTOZl7HbWaHdW7xEF8dmz { width:13.0625rem;height:1.5rem;top:26.5625rem;left:6.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lwHIazbxJoTsK3M8dODHSv6QsnIp8Rwh { width:6.25rem;height:6.25rem;top:24.1875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWlTiHrs3Tp3bMli2roWrrqLTHBOcNlJ { width:13.0625rem;height:4.5rem;top:17.5625rem;left:6.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y0mHNdSiQMhhCsiWMnD6w0bquTVn9MrK { width:20rem;height:19.5rem;top:39.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oagqL7dwgTwo3XFEtqrStGknlGgyEvk5 { width:17.5rem;height:3.4375rem;top:33.125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqZoQIZVz7bGowTHBLt3UOpTdaQgqQAM { display:block; }
 }@media only screen and (max-width: 763px) { #CpQXZZumpf7xpGVKMtQyEHREiGb790d2 { width:17.5rem;height:3.4375rem;top:60.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XU1wUm37x1hJWmcTgh7tTLaWp0wFPwfN { display:block; }
 }@media only screen and (max-width: 763px) { #yfzo1nuiXnPDXWk076tWUDCv4d9zpuvt { width:6.25rem;height:6.25rem;top:16.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFTZJBNufCoaCyh3tZzrOInkOhgaStlR { display:block; } #bc05567c291594a7265fe0c0f9147319.widget-smartsection *:focus-visible, #bc05567c291594a7265fe0c0f9147319.widget-smartsection input[type="text"]:focus-visible, #bc05567c291594a7265fe0c0f9147319.widget-smartsection input[type="email"]:focus-visible, #bc05567c291594a7265fe0c0f9147319.widget-smartsection input[type="tel"]:focus-visible, #bc05567c291594a7265fe0c0f9147319.widget-smartsection textarea:focus-visible { outline: none; } #LFTZJBNufCoaCyh3tZzrOInkOhgaStlR > .row .container { position:relative;display:block; } }