.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:241,218,226;--color-primary-1:212,143,169;--color-primary-2:184,69,112;--color-primary-3:166,23,76;--color-primary-4:118,25,57;--color-secondary-0:255,246,220;--color-secondary-1:255,226,138;--color-secondary-2:255,196,21;--color-secondary-3:128,98,11;--color-secondary-4:38,29,3;--color-tertiary-0:255,255,255;--color-tertiary-1:251,243,246;--color-tertiary-2:248,246,241;--color-tertiary-3:149,148,145;--color-tertiary-4:0,0,0;--headlines-font-family:"open sans";--paragraphs-font-family:"open sans"; }@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); }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/54490f34-3e44-445c-90bd-6ffc07ec4f18/bb91309b6f34e31.jpg");background-position:top 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; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b.adaptive-delivery-prevent-bg, #zRDqxHTeUJtsfLIFWXNuruABhVzdB52b.lazyload, #zRDqxHTeUJtsfLIFWXNuruABhVzdB52b.lazyloading { background-image: none; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row .container { background-color: transparent; background-image: none; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(4,3,3,0.54); }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row .container > .video-iframe-container { display: none; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(4,3,3,0.54); }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row > .video-iframe-container { display: none; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .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); }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row .container { border-width: 0; border-radius: 0; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:44.4375rem;width:60rem;position:relative;display:block; }#Ss61wQgtmnzmW1Gf88hhDKho3zXFhE9h { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:12.5rem;top:3.1409800052643rem;left:7.1249980926512rem;overflow:hidden;display:block; }
#hecWBlHd29xmXsb8ufEfPf6UO7pPQ0r2 { position:absolute;display:block;z-index:14999;background-color:rgba(240,240,240,0.7);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #0e9ae5;border-left:0.0625rem solid #0e9ae5;border-right:0.0625rem solid #0e9ae5;border-bottom:0.0625rem solid #0e9ae5;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: none;height:30.875rem;width:22.1875rem;top:9rem;left:33.0625rem;display:block; }
#vFMhqbsMamWknVcDoHAdsmXK8I3KuyhJ { color:rgba(var(--color-primary-3),1);display:block;width:18.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:9.875rem;left:35.25rem;height:3.8964875rem;display:block; }
#LSDECuWadrJ4byD20qXX0JOc9KGHOvEt .widget-form-header {  }
#LSDECuWadrJ4byD20qXX0JOc9KGHOvEt .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:bold;color:rgba(var(--color-primary-3),1);width:17.3125rem;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; }
#LSDECuWadrJ4byD20qXX0JOc9KGHOvEt .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:17.3125rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family); }
#LSDECuWadrJ4byD20qXX0JOc9KGHOvEt .widget-input-text {padding-top: 0; padding-bottom: 0;}#LSDECuWadrJ4byD20qXX0JOc9KGHOvEt .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:17.3125rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family); }
#LSDECuWadrJ4byD20qXX0JOc9KGHOvEt .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:17.3125rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden; }
#LSDECuWadrJ4byD20qXX0JOc9KGHOvEt .widget-input-select {padding-top: 0; padding-bottom: 0;}#LSDECuWadrJ4byD20qXX0JOc9KGHOvEt .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; }
#LSDECuWadrJ4byD20qXX0JOc9KGHOvEt .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#LSDECuWadrJ4byD20qXX0JOc9KGHOvEt .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:17.3125rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden;line-height:1.2; }
#LSDECuWadrJ4byD20qXX0JOc9KGHOvEt [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.9375rem; }
#LSDECuWadrJ4byD20qXX0JOc9KGHOvEt [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.9375rem; }
#LSDECuWadrJ4byD20qXX0JOc9KGHOvEt [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.9375rem; }
#LSDECuWadrJ4byD20qXX0JOc9KGHOvEt [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.9375rem; }
#LSDECuWadrJ4byD20qXX0JOc9KGHOvEt .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:15.9375rem;overflow:hidden;font-style:normal; }
#LSDECuWadrJ4byD20qXX0JOc9KGHOvEt .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; }
#LSDECuWadrJ4byD20qXX0JOc9KGHOvEt .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:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#LSDECuWadrJ4byD20qXX0JOc9KGHOvEt .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#LSDECuWadrJ4byD20qXX0JOc9KGHOvEt .widget-container:first-of-type{padding-top:0;}#LSDECuWadrJ4byD20qXX0JOc9KGHOvEt .widget-container:last-of-type{padding-bottom:0;}#LSDECuWadrJ4byD20qXX0JOc9KGHOvEt  { background-color:rgba(var(--color-tertiary-0),0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.3125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15008;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;top:13.9375rem;left:34.3125rem; }
#LSDECuWadrJ4byD20qXX0JOc9KGHOvEt .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.3125rem; }
#LSDECuWadrJ4byD20qXX0JOc9KGHOvEt .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color: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; }
#LSDECuWadrJ4byD20qXX0JOc9KGHOvEt {display:block;}#LSDECuWadrJ4byD20qXX0JOc9KGHOvEt { background-color:rgba(var(--color-tertiary-0),0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.3125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15008;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;top:13.9375rem;left:34.3125rem; }
#LSDECuWadrJ4byD20qXX0JOc9KGHOvEt #fWXlrCpfUuL2Brx9qmHOMByTwZvMNRlC { position:relative; }
#LSDECuWadrJ4byD20qXX0JOc9KGHOvEt #kTwBDdZ4KViGiyg2m8gIyT19knTriGVq { position:relative;display:block; }
#LSDECuWadrJ4byD20qXX0JOc9KGHOvEt #Q01zqWEBf649ggVR5NR7KxBh8JbC2T1g { position:relative; }
#LSDECuWadrJ4byD20qXX0JOc9KGHOvEt #WJe0OnG0NbDHLnZuq0ZReJQ7q3Mbya6v { position:relative; }
#LSDECuWadrJ4byD20qXX0JOc9KGHOvEt #GUwNiG0D49NlLRO73fC2FwOg202lMW6T { position:relative;display:block; }
#LSDECuWadrJ4byD20qXX0JOc9KGHOvEt #JDFg5TWb4WBfKTmCpLs7ZyzoLJnTXpde { position:relative; }
#LSDECuWadrJ4byD20qXX0JOc9KGHOvEt #uKldIfClQZNrN9JEhbtSTLFI7Br22agX { position:relative; }
#LSDECuWadrJ4byD20qXX0JOc9KGHOvEt #X1CQ9hhUdGXT1k1iT2EwOecWugUzkQoc { position:relative;display:block; }
#LSDECuWadrJ4byD20qXX0JOc9KGHOvEt #vXmEZqHi59AxrKZmNKnpn0GzWnPHgKuo { position:relative; }
#LSDECuWadrJ4byD20qXX0JOc9KGHOvEt #Qb2HFTdTFZVTNcDCesnxs21EglwstEfN { position:relative; }
#LSDECuWadrJ4byD20qXX0JOc9KGHOvEt #gyPyQAmp36EgrZzlAA9XAyZ21OpCiOma { position:relative;display:block; }
#LSDECuWadrJ4byD20qXX0JOc9KGHOvEt #UeCqonUf1uC5MTc4RpiAPnZJPMEdS8IS { position:relative; }
#LSDECuWadrJ4byD20qXX0JOc9KGHOvEt #JRU7vtqAvtNJIvtTZC4kfZoFTfJaPCze { position:relative; }
#LSDECuWadrJ4byD20qXX0JOc9KGHOvEt #szCTX4J7NnwB0cSN43L5cVRMds09tx0W { position:relative; }
#uHOMwBikHV5MwxSBuznvwylMdSCUse06 { color:rgba(var(--color-tertiary-0),1);display:block;width:8.6248125rem;position:absolute;font-family:rubik;font-size:0.5625rem;font-weight:700;z-index:15042;line-height:1.2;letter-spacing:0;top:39.367897033691rem;left:10.279649734497rem;height:0.67471875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nw6z2knmhWR5yAIuG1xgg6FlvOXbLaVg { color:rgba(var(--color-tertiary-0),1);display:block;width:5.3125rem;position:absolute;font-family:rubik;font-size:4.1875rem;font-weight:700;z-index:15028;line-height:1.8;letter-spacing:0;top:15.9365234375rem;left:22.6875rem;height:7.5373125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bxs7EspG7RUluudCW7AvIR2fXJpKMEfL { color:rgba(var(--color-tertiary-2),1);display:block;width:0;position:absolute;font-family:bitter;font-size:13.3125rem;font-weight:400;z-index:15025;line-height:1.2;letter-spacing:0;top:14.8779296875rem;left:7.327880859375rem;height:15.9748125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dgGwbx1WO0xvCTW1WUoDRZWgrZG54aTU { color:rgba(var(--color-tertiary-0),1);display:block;width:15.437rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15035;line-height:1.4;letter-spacing:0;top:11.712890625rem;left:6.96875rem;height:2.1005rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#y8IAkUT61QWMPLTpvKUQm0g1DrGgCAgU { position:absolute;display:block;z-index:15033;background-color:rgba(var(--color-primary-3),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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:2.5rem;width:21.687rem;top:8.8119668960569rem;left:3.8432159423828rem;display:block; }
#gbyw93yeqvcFguEMMwOsScrT49auJNp1 { color:rgba(var(--color-tertiary-0),1);display:block;width:18.8745rem;position:absolute;font-family:rubik;font-size:1.5rem;font-weight:700;z-index:15034;line-height:1.4;letter-spacing:0;top:9rem;left:5.25rem;height:2.1005rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WHlRwcUUqAbnZvpWuITXaXZ5m2WaxAy9 { color:rgba(var(--color-tertiary-0),1);display:block;width:9.875rem;position:absolute;font-family:rubik;font-size:2.625rem;font-weight:700;z-index:15025;line-height:1.1;letter-spacing:0;top:13.771484375rem;left:9.65625rem;height:2.887075rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#b9u7oP6MaIduSng8gmwx3cTi9QWtWR9B { color:rgba(var(--color-tertiary-0),1);display:block;width:24.749625rem;position:absolute;font-family:rubik;font-size:2.625rem;font-weight:700;z-index:15026;line-height:1.1;letter-spacing:0;top:30.062143325806rem;left:1.5900211334229rem;height:8.661225rem;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; }
#Mh4IsCzibeqJdIT7LXU8P0z3iZPnWlI5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Mh4IsCzibeqJdIT7LXU8P0z3iZPnWlI5 > .row .container { background-color: transparent; background-image: none; }#Mh4IsCzibeqJdIT7LXU8P0z3iZPnWlI5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mh4IsCzibeqJdIT7LXU8P0z3iZPnWlI5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mh4IsCzibeqJdIT7LXU8P0z3iZPnWlI5 > .row .container > .video-iframe-container { display: none; }#Mh4IsCzibeqJdIT7LXU8P0z3iZPnWlI5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mh4IsCzibeqJdIT7LXU8P0z3iZPnWlI5 > .row > .video-iframe-container { display: none; }#Mh4IsCzibeqJdIT7LXU8P0z3iZPnWlI5 > .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); }#Mh4IsCzibeqJdIT7LXU8P0z3iZPnWlI5 > .row .container { border-width: 0; border-radius: 0; }#Mh4IsCzibeqJdIT7LXU8P0z3iZPnWlI5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Mh4IsCzibeqJdIT7LXU8P0z3iZPnWlI5 > .row .container { font-size:0.875rem;font-family:arial;height:33.3125rem;width:60rem;position:relative;display:block; }#dWFDxdmNPPZqQo5x0UJJsWKwWDug5Vqb { position:absolute;display:block;z-index:15002;border-top:0;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.12425rem;width:25.06225rem;top:8.9375rem;left:1.875rem;overflow:hidden;display:block; }
#XF2UnpGoNrMmV2qGdP1K0zQDVA1LkefT { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.062rem;width:28.374rem;top:8.875rem;left:29.75rem;overflow:hidden;display:block; }
#xctHreXRm5sgrIqiMDPF1TaKVmZr03BV { color:rgba(var(--color-tertiary-4),1);display:block;width:14.9365rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:3.25rem;left:22.1875rem;height:2.68021875rem;display:block; }
#Dm5gkFtuaQEA1qQfgQaITpHSM7VlwCC7 { background-color:rgba(var(--color-primary-3),0.71);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.18675rem;height:2.6245125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:27.375rem;left:1.875rem;display:block; }
#hg3cVgr8xNPTwH2nKtNI8TKh0eGzXmit { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wqJAsz1cX1FlqGSV2RMBBabE0sxZLGxz { background-color:rgba(var(--color-primary-3),0.71);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.374rem;height:2.6245125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:27.375rem;left:29.75rem;display:block; }
#C7e9aqSPBnAFIQwNOz1QURvFcdcbCIVz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yt4yRVkNPiGBQhkIRl4lTgbXVksTM7Gf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),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; }#yt4yRVkNPiGBQhkIRl4lTgbXVksTM7Gf > .row .container { background-color: transparent; background-image: none; }#yt4yRVkNPiGBQhkIRl4lTgbXVksTM7Gf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yt4yRVkNPiGBQhkIRl4lTgbXVksTM7Gf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yt4yRVkNPiGBQhkIRl4lTgbXVksTM7Gf > .row .container > .video-iframe-container { display: none; }#yt4yRVkNPiGBQhkIRl4lTgbXVksTM7Gf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yt4yRVkNPiGBQhkIRl4lTgbXVksTM7Gf > .row > .video-iframe-container { display: none; }#yt4yRVkNPiGBQhkIRl4lTgbXVksTM7Gf > .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); }#yt4yRVkNPiGBQhkIRl4lTgbXVksTM7Gf > .row .container { border-width: 0; border-radius: 0; }#yt4yRVkNPiGBQhkIRl4lTgbXVksTM7Gf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yt4yRVkNPiGBQhkIRl4lTgbXVksTM7Gf > .row .container { font-size:0.875rem;font-family:arial;height:28.5rem;width:60rem;position:relative;display:block; }#LxT6vbBoO15ZwzgXfRutL5CBSm3SmNJB { color:rgba(var(--color-tertiary-0),1);display:block;width:46.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:1.1875rem;left:6.96875rem;height:2.8441375rem;display:block; }
#E9SqNIGWTp6pM9C30FsKLDJ1h9dHJoZe { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.8125rem;width:4.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:7.4375rem;left:7.65625rem; }
#CByQ3cX8wb33XnHbNQgFElGi7DyAgtd4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.8125rem;width:4.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:7.4375rem;left:27.59375rem; }
#w2ebn0kkpT5rNEIAV8wTDA4qeCfQAZeA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.8125rem;width:4.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:7.4375rem;left:47.40625rem; }
#dJ7HgIFCTZRNefna3iKT76Q7LaNtTqBQ { color:rgba(var(--color-tertiary-0),1);display:block;width:13.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:13.625rem;left:3.3125rem;height:2.59765625rem;display:block; }
#l96TtbgZTgx3glwKbWfUPUgb1mPmTBxT { color:rgba(var(--color-tertiary-0),1);display:block;width:15.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15011;line-height:2;letter-spacing:0;top:16.927734375rem;left:3.3125rem;height:8.12325rem;display:block; }
#ALoXGd4U8QfTh7sp96T8oR7T14E6JUKX { color:rgba(var(--color-tertiary-0),1);display:block;width:16.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15012;line-height:1.7;letter-spacing:0;top:16.8486328125rem;left:22.9375rem;height:8.283rem;display:block; }
#Abru1Gy60hd4NV7HPyNSgtbnTv6bVTGe { color:rgba(var(--color-tertiary-0),1);display:block;width:14.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:13.625rem;left:22.9375rem;height:2.59765625rem;display:block; }
#SA8AWy9qK8TpQu6A7VXhHoKWFiC3MlT6 { color:rgba(var(--color-tertiary-0),1);display:block;width:13.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:13.625rem;left:43.28125rem;height:2.59765625rem;display:block; }
#TRnSHNcJMigSHpD6qWyKgGRz5AFrekfM { color:rgba(var(--color-tertiary-0),1);display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15013;line-height:1.8;letter-spacing:0;top:16.6044921875rem;left:43.28125rem;height:8.7730625rem;display:block; }
#zMsx8u3Iit0vAWpATp7LlzSUsqiR7CmQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zMsx8u3Iit0vAWpATp7LlzSUsqiR7CmQ > .row .container { background-color: transparent; background-image: none; }#zMsx8u3Iit0vAWpATp7LlzSUsqiR7CmQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zMsx8u3Iit0vAWpATp7LlzSUsqiR7CmQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zMsx8u3Iit0vAWpATp7LlzSUsqiR7CmQ > .row .container > .video-iframe-container { display: none; }#zMsx8u3Iit0vAWpATp7LlzSUsqiR7CmQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zMsx8u3Iit0vAWpATp7LlzSUsqiR7CmQ > .row > .video-iframe-container { display: none; }#zMsx8u3Iit0vAWpATp7LlzSUsqiR7CmQ > .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); }#zMsx8u3Iit0vAWpATp7LlzSUsqiR7CmQ > .row .container { border-width: 0; border-radius: 0; }#zMsx8u3Iit0vAWpATp7LlzSUsqiR7CmQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zMsx8u3Iit0vAWpATp7LlzSUsqiR7CmQ > .row .container { font-size:0.875rem;font-family:arial;height:40.875rem;width:60rem;position:relative;display:block; }#r4OF7eLeRD1SXtL5TT3VdXn25znZgk9q { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.4375rem;width:15.9375rem;top:7.125rem;left:1.90625rem;overflow:hidden;display:block; }
#y3wctlgrRiTWyN1uGQidmTvg55ylTZuH { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.4375rem;width:16rem;top:24.5625rem;left:22rem;overflow:hidden;display:block; }
#nMh5vplif1QBmszSclWDbkHVnd1eS1fL { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.4375rem;width:15.9375rem;top:24.5625rem;left:41.09375rem;overflow:hidden;display:block; }
#aQo1yzQurTdeQ68Tm7kmBS7EleJxFgmU { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.4375rem;width:15.9375rem;top:24.5625rem;left:1.96875rem;overflow:hidden;display:block; }
#llBzEV0TWvp6ALqe99kK4JqJuGzPZLk5 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.4375rem;width:15.9375rem;top:7.125rem;left:22.03125rem;overflow:hidden;display:block; }
#vsTXq2hh9cTUo6gm9Ln5rLPE7XsNzLWK { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.4375rem;width:15.9375rem;top:7.125rem;left:41.09375rem;overflow:hidden;display:block; }
#fQCkvendGoWVHivyvcPPF3kUAhq72z4I { color:rgba(var(--color-tertiary-4),1);display:block;width:14.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:2rem;left:22.96875rem;height:2.68021875rem;display:block; }
#vtmBSNKPcWGhOtqLspBgPb6cKBEGdVb1 { background-color:rgba(var(--color-primary-3),0.83);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16rem;height:2.5rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:35.5625rem;left:1.90625rem;display:block; }
#aX3VpfNOKxVFJnCEUkZiltpmfdNZTTU9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LZ1zrPVbkKGiv5PriyiyRFqfl1KDJn2p { background-color:rgba(var(--color-primary-3),0.83);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16rem;height:2.5rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:18.125rem;left:1.875rem;display:block; }
#znVWOEAOKCZyET2ofOMVhTkzDCVtQZyh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pShw8sZi9xDAcBVSphPCRywfgRgfI3K7 { background-color:rgba(var(--color-primary-3),0.83);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16rem;height:2.5rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:18.125rem;left:22rem;display:block; }
#T8R1vtVuCdJ04v1JiCuQmxcoxQTT4Wkz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fXyqxV8uTrfFXP9CVRFSR0GXmqng5r7D { background-color:rgba(var(--color-primary-3),0.83);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.0625rem;height:2.4375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:35.625rem;left:22.03125rem;display:block; }
#BhrQtZbukZaWMKyBr82PL7kMT4CCFpFc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rkQDdaML4h6GFJfI2Ay3fPcT92qQfhOf { background-color:rgba(var(--color-primary-3),0.83);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16rem;height:2.5rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:18.125rem;left:41.0625rem;display:block; }
#VfX2fHogLyhxS9mEvPATtC8NGn2uyEy2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AGBlSlk4XDEZwyxfFuJxx5USbT91KcA7 { background-color:rgba(var(--color-primary-3),0.83);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16rem;height:2.5rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:35.5625rem;left:41.0625rem;display:block; }
#doE9xNckvusNVz8i9LrNJzNnySB8SuR7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#flR4S26xsg3dmQ73tdFrFZWbvTbKcRpA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#flR4S26xsg3dmQ73tdFrFZWbvTbKcRpA > .row .container { background-color: transparent; background-image: none; }#flR4S26xsg3dmQ73tdFrFZWbvTbKcRpA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#flR4S26xsg3dmQ73tdFrFZWbvTbKcRpA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#flR4S26xsg3dmQ73tdFrFZWbvTbKcRpA > .row .container > .video-iframe-container { display: none; }#flR4S26xsg3dmQ73tdFrFZWbvTbKcRpA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#flR4S26xsg3dmQ73tdFrFZWbvTbKcRpA > .row > .video-iframe-container { display: none; }#flR4S26xsg3dmQ73tdFrFZWbvTbKcRpA > .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); }#flR4S26xsg3dmQ73tdFrFZWbvTbKcRpA > .row .container { border-width: 0; border-radius: 0; }#flR4S26xsg3dmQ73tdFrFZWbvTbKcRpA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#flR4S26xsg3dmQ73tdFrFZWbvTbKcRpA > .row .container { font-size:0.875rem;font-family:arial;height:14.625rem;width:60rem;position:relative;display:block; }#i7kTMJkffNini3xb2uxJ2JktQyoAGc2P { color:rgba(var(--color-primary-3),1);display:block;width:45.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:2.9375rem;left:7.25rem;height:2.843575rem;display:block; }
#EynyD6a5tRMeovlGkC5I5oxxCacNiwbB { color:rgba(var(--color-primary-3),1);display:block;width:40.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:6.46875rem;left:9.9375rem;height:1.4625rem;display:block; }
#xMgvgM85XVf0gCKoZtTNiWbwfO461A5z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),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; }#xMgvgM85XVf0gCKoZtTNiWbwfO461A5z > .row .container { background-color: transparent; background-image: none; }#xMgvgM85XVf0gCKoZtTNiWbwfO461A5z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xMgvgM85XVf0gCKoZtTNiWbwfO461A5z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xMgvgM85XVf0gCKoZtTNiWbwfO461A5z > .row .container > .video-iframe-container { display: none; }#xMgvgM85XVf0gCKoZtTNiWbwfO461A5z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xMgvgM85XVf0gCKoZtTNiWbwfO461A5z > .row > .video-iframe-container { display: none; }#xMgvgM85XVf0gCKoZtTNiWbwfO461A5z > .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); }#xMgvgM85XVf0gCKoZtTNiWbwfO461A5z > .row .container { border-width: 0; border-radius: 0; }#xMgvgM85XVf0gCKoZtTNiWbwfO461A5z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xMgvgM85XVf0gCKoZtTNiWbwfO461A5z > .row .container { font-size:0.875rem;font-family:arial;height:14.375rem;width:60rem;position:relative;display:block; }#sJOFEaf6XiARFOD5q9JHSrUVFxQ1oNg2 { color:rgba(var(--color-tertiary-0),1);display:block;width:34rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:normal;z-index:15000;line-height:1.7;letter-spacing:0;top:1.5625rem;left:13rem;height:3.29279375rem;text-align:center;text-align-last:center;display:block; }
#sUXX2B6nmJO27bDdecqVnDswf326HfBF { color:rgba(var(--color-tertiary-0),1);display:block;width:38.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:9.3125rem;left:10.53125rem;height:2.6260625rem;text-align:center;text-align-last:center;display:block; }
#fraxHomcic4IvNNyLMJbMlZhuzFWxIgE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),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; }#fraxHomcic4IvNNyLMJbMlZhuzFWxIgE > .row .container { background-color: transparent; background-image: none; }#fraxHomcic4IvNNyLMJbMlZhuzFWxIgE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fraxHomcic4IvNNyLMJbMlZhuzFWxIgE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fraxHomcic4IvNNyLMJbMlZhuzFWxIgE > .row .container > .video-iframe-container { display: none; }#fraxHomcic4IvNNyLMJbMlZhuzFWxIgE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fraxHomcic4IvNNyLMJbMlZhuzFWxIgE > .row > .video-iframe-container { display: none; }#fraxHomcic4IvNNyLMJbMlZhuzFWxIgE > .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); }#fraxHomcic4IvNNyLMJbMlZhuzFWxIgE > .row .container { border-width: 0; border-radius: 0; }#fraxHomcic4IvNNyLMJbMlZhuzFWxIgE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fraxHomcic4IvNNyLMJbMlZhuzFWxIgE > .row .container { font-size:0.875rem;font-family:arial;height:4.75rem;width:60rem;position:relative;display:block; }#MAgg4TE7uXh5iReVIUfXJ0NvyJBT4Ntw { color:rgba(var(--color-tertiary-0),1);display:block;width:28.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.68359375rem;left:15.75rem;height:1.38139375rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #zRDqxHTeUJtsfLIFWXNuruABhVzdB52b { display:block; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ss61wQgtmnzmW1Gf88hhDKho3zXFhE9h { width:12.5rem;height:3.37446875rem;top:3.125rem;left:0.99999809265137rem;display:block; }
 }@media only screen and (max-width: 763px) { #hecWBlHd29xmXsb8ufEfPf6UO7pPQ0r2 { width:22.1875rem;height:30.875rem;top:9rem;left:25.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFMhqbsMamWknVcDoHAdsmXK8I3KuyhJ { top:9.875rem;left:29.125rem;width:18.0625rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSDECuWadrJ4byD20qXX0JOc9KGHOvEt .widget-regular-label { width:17.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#LSDECuWadrJ4byD20qXX0JOc9KGHOvEt .widget-input-text { width:17.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LSDECuWadrJ4byD20qXX0JOc9KGHOvEt .widget-input-text {padding-top: 0; padding-bottom: 0;}#LSDECuWadrJ4byD20qXX0JOc9KGHOvEt .widget-textarea { width:17.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LSDECuWadrJ4byD20qXX0JOc9KGHOvEt .widget-input-select { width:17.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LSDECuWadrJ4byD20qXX0JOc9KGHOvEt .widget-input-select {padding-top: 0; padding-bottom: 0;}#LSDECuWadrJ4byD20qXX0JOc9KGHOvEt .widget-input-button { width:17.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LSDECuWadrJ4byD20qXX0JOc9KGHOvEt .widget-checkbox-label { width:15.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#LSDECuWadrJ4byD20qXX0JOc9KGHOvEt  { width:17.3125rem;height:auto;top:13.9375rem;left:27.9375rem; }
#LSDECuWadrJ4byD20qXX0JOc9KGHOvEt .radio-container { width:17.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LSDECuWadrJ4byD20qXX0JOc9KGHOvEt {display:block;}#LSDECuWadrJ4byD20qXX0JOc9KGHOvEt { width:17.3125rem;height:auto;top:13.9375rem;left:27.9375rem; }
 }@media only screen and (max-width: 763px) { #LSDECuWadrJ4byD20qXX0JOc9KGHOvEt #fWXlrCpfUuL2Brx9qmHOMByTwZvMNRlC {  }
 }@media only screen and (max-width: 763px) { #LSDECuWadrJ4byD20qXX0JOc9KGHOvEt #kTwBDdZ4KViGiyg2m8gIyT19knTriGVq {  }
 }@media only screen and (max-width: 763px) { #LSDECuWadrJ4byD20qXX0JOc9KGHOvEt #Q01zqWEBf649ggVR5NR7KxBh8JbC2T1g {  }
 }@media only screen and (max-width: 763px) { #LSDECuWadrJ4byD20qXX0JOc9KGHOvEt #WJe0OnG0NbDHLnZuq0ZReJQ7q3Mbya6v {  }
 }@media only screen and (max-width: 763px) { #LSDECuWadrJ4byD20qXX0JOc9KGHOvEt #GUwNiG0D49NlLRO73fC2FwOg202lMW6T {  }
 }@media only screen and (max-width: 763px) { #LSDECuWadrJ4byD20qXX0JOc9KGHOvEt #JDFg5TWb4WBfKTmCpLs7ZyzoLJnTXpde {  }
 }@media only screen and (max-width: 763px) { #LSDECuWadrJ4byD20qXX0JOc9KGHOvEt #uKldIfClQZNrN9JEhbtSTLFI7Br22agX {  }
 }@media only screen and (max-width: 763px) { #LSDECuWadrJ4byD20qXX0JOc9KGHOvEt #X1CQ9hhUdGXT1k1iT2EwOecWugUzkQoc {  }
 }@media only screen and (max-width: 763px) { #LSDECuWadrJ4byD20qXX0JOc9KGHOvEt #vXmEZqHi59AxrKZmNKnpn0GzWnPHgKuo {  }
 }@media only screen and (max-width: 763px) { #LSDECuWadrJ4byD20qXX0JOc9KGHOvEt #Qb2HFTdTFZVTNcDCesnxs21EglwstEfN {  }
 }@media only screen and (max-width: 763px) { #LSDECuWadrJ4byD20qXX0JOc9KGHOvEt #gyPyQAmp36EgrZzlAA9XAyZ21OpCiOma {  }
 }@media only screen and (max-width: 763px) { #LSDECuWadrJ4byD20qXX0JOc9KGHOvEt #UeCqonUf1uC5MTc4RpiAPnZJPMEdS8IS {  }
 }@media only screen and (max-width: 763px) { #LSDECuWadrJ4byD20qXX0JOc9KGHOvEt #JRU7vtqAvtNJIvtTZC4kfZoFTfJaPCze {  }
 }@media only screen and (max-width: 763px) { #LSDECuWadrJ4byD20qXX0JOc9KGHOvEt #szCTX4J7NnwB0cSN43L5cVRMds09tx0W {  }
 }@media only screen and (max-width: 763px) { #uHOMwBikHV5MwxSBuznvwylMdSCUse06 { width:8.5625rem;height:0.625rem;top:39.3125rem;left:4.1546497344971rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nw6z2knmhWR5yAIuG1xgg6FlvOXbLaVg { width:5.3125rem;height:7.5rem;top:15.875rem;left:16.5625rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxs7EspG7RUluudCW7AvIR2fXJpKMEfL { width:0;height:15.9375rem;top:14.875rem;left:1.202880859375rem;font-size:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgGwbx1WO0xvCTW1WUoDRZWgrZG54aTU { width:15.375rem;height:2.0625rem;top:11.6875rem;left:0.84375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8IAkUT61QWMPLTpvKUQm0g1DrGgCAgU { top:8.75rem;left:0rem;width:21.625rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbyw93yeqvcFguEMMwOsScrT49auJNp1 { width:18.8125rem;height:2.0625rem;top:9rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHlRwcUUqAbnZvpWuITXaXZ5m2WaxAy9 { width:9.875rem;height:2.875rem;top:13.75rem;left:3.53125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9u7oP6MaIduSng8gmwx3cTi9QWtWR9B { width:24.6875rem;height:8.625rem;top:30rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mh4IsCzibeqJdIT7LXU8P0z3iZPnWlI5 { display:block; }#Mh4IsCzibeqJdIT7LXU8P0z3iZPnWlI5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dWFDxdmNPPZqQo5x0UJJsWKwWDug5Vqb { top:8.9375rem;left:0rem;width:25rem;height:21.071781264651rem;display:block; }
 }@media only screen and (max-width: 763px) { #XF2UnpGoNrMmV2qGdP1K0zQDVA1LkefT { top:8.875rem;left:19.4375rem;width:28.3125rem;height:21.016348593783rem;display:block; }
 }@media only screen and (max-width: 763px) { #xctHreXRm5sgrIqiMDPF1TaKVmZr03BV { top:3.25rem;left:16.0625rem;width:14.875rem;height:2.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dm5gkFtuaQEA1qQfgQaITpHSM7VlwCC7 { width:25.125rem;height:2.5625rem;top:27.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hg3cVgr8xNPTwH2nKtNI8TKh0eGzXmit { display:block; }
 }@media only screen and (max-width: 763px) { #wqJAsz1cX1FlqGSV2RMBBabE0sxZLGxz { width:28.3125rem;height:2.5625rem;top:27.375rem;left:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7e9aqSPBnAFIQwNOz1QURvFcdcbCIVz { display:block; }
 }@media only screen and (max-width: 763px) { #yt4yRVkNPiGBQhkIRl4lTgbXVksTM7Gf { display:block; }#yt4yRVkNPiGBQhkIRl4lTgbXVksTM7Gf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LxT6vbBoO15ZwzgXfRutL5CBSm3SmNJB { top:1.1875rem;left:0.84375rem;width:46.0625rem;height:2.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9SqNIGWTp6pM9C30FsKLDJ1h9dHJoZe { top:7.4375rem;left:1.53125rem;width:4.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CByQ3cX8wb33XnHbNQgFElGi7DyAgtd4 { top:7.4375rem;left:21.46875rem;width:4.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2ebn0kkpT5rNEIAV8wTDA4qeCfQAZeA { top:7.4375rem;left:41.28125rem;width:4.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJ7HgIFCTZRNefna3iKT76Q7LaNtTqBQ { top:13.625rem;left:0rem;width:13.5rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l96TtbgZTgx3glwKbWfUPUgb1mPmTBxT { top:16.875rem;left:0rem;width:15.4375rem;height:8.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALoXGd4U8QfTh7sp96T8oR7T14E6JUKX { top:16.8125rem;left:16.8125rem;width:16.3125rem;height:8.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Abru1Gy60hd4NV7HPyNSgtbnTv6bVTGe { top:13.625rem;left:16.8125rem;width:14.125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SA8AWy9qK8TpQu6A7VXhHoKWFiC3MlT6 { top:13.625rem;left:34.6875rem;width:13.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRnSHNcJMigSHpD6qWyKgGRz5AFrekfM { top:16.5625rem;left:31.3125rem;width:16.4375rem;height:8.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMsx8u3Iit0vAWpATp7LlzSUsqiR7CmQ { display:block; }#zMsx8u3Iit0vAWpATp7LlzSUsqiR7CmQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r4OF7eLeRD1SXtL5TT3VdXn25znZgk9q { top:7.125rem;left:0rem;width:15.9375rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3wctlgrRiTWyN1uGQidmTvg55ylTZuH { top:24.5625rem;left:15.875rem;width:16rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMh5vplif1QBmszSclWDbkHVnd1eS1fL { top:24.5625rem;left:31.8125rem;width:15.9375rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQo1yzQurTdeQ68Tm7kmBS7EleJxFgmU { top:24.5625rem;left:0rem;width:15.9375rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #llBzEV0TWvp6ALqe99kK4JqJuGzPZLk5 { top:7.125rem;left:15.90625rem;width:15.9375rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsTXq2hh9cTUo6gm9Ln5rLPE7XsNzLWK { top:7.125rem;left:31.8125rem;width:15.9375rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQCkvendGoWVHivyvcPPF3kUAhq72z4I { top:2rem;left:16.84375rem;width:14.0625rem;height:2.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtmBSNKPcWGhOtqLspBgPb6cKBEGdVb1 { width:16rem;height:2.5rem;top:35.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aX3VpfNOKxVFJnCEUkZiltpmfdNZTTU9 { display:block; }
 }@media only screen and (max-width: 763px) { #LZ1zrPVbkKGiv5PriyiyRFqfl1KDJn2p { width:16rem;height:2.5rem;top:18.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #znVWOEAOKCZyET2ofOMVhTkzDCVtQZyh { display:block; }
 }@media only screen and (max-width: 763px) { #pShw8sZi9xDAcBVSphPCRywfgRgfI3K7 { width:16rem;height:2.5rem;top:18.125rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8R1vtVuCdJ04v1JiCuQmxcoxQTT4Wkz { display:block; }
 }@media only screen and (max-width: 763px) { #fXyqxV8uTrfFXP9CVRFSR0GXmqng5r7D { width:16.0625rem;height:2.4375rem;top:35.625rem;left:15.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BhrQtZbukZaWMKyBr82PL7kMT4CCFpFc { display:block; }
 }@media only screen and (max-width: 763px) { #rkQDdaML4h6GFJfI2Ay3fPcT92qQfhOf { width:16rem;height:2.5rem;top:18.125rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfX2fHogLyhxS9mEvPATtC8NGn2uyEy2 { display:block; }
 }@media only screen and (max-width: 763px) { #AGBlSlk4XDEZwyxfFuJxx5USbT91KcA7 { width:16rem;height:2.5rem;top:35.5625rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #doE9xNckvusNVz8i9LrNJzNnySB8SuR7 { display:block; }
 }@media only screen and (max-width: 763px) { #flR4S26xsg3dmQ73tdFrFZWbvTbKcRpA { display:block; }#flR4S26xsg3dmQ73tdFrFZWbvTbKcRpA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i7kTMJkffNini3xb2uxJ2JktQyoAGc2P { top:2.9375rem;left:1.125rem;width:45.5rem;height:2.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EynyD6a5tRMeovlGkC5I5oxxCacNiwbB { top:6.4375rem;left:3.8125rem;width:40.125rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMgvgM85XVf0gCKoZtTNiWbwfO461A5z { display:block; }#xMgvgM85XVf0gCKoZtTNiWbwfO461A5z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sJOFEaf6XiARFOD5q9JHSrUVFxQ1oNg2 { top:1.5625rem;left:6.875rem;width:34rem;height:3.25rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUXX2B6nmJO27bDdecqVnDswf326HfBF { top:9.3125rem;left:4.40625rem;width:38.9375rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fraxHomcic4IvNNyLMJbMlZhuzFWxIgE { display:block; }#fraxHomcic4IvNNyLMJbMlZhuzFWxIgE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MAgg4TE7uXh5iReVIUfXJ0NvyJBT4Ntw { top:1.625rem;left:9.625rem;width:28.5rem;height:1.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #zRDqxHTeUJtsfLIFWXNuruABhVzdB52b { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e63c15ca-d73e-4304-9254-6dbc473a0499/CitraLandKairagiManadovew05JPGVERSscaled.jpg");background-position:center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b.adaptive-delivery-prevent-bg, #zRDqxHTeUJtsfLIFWXNuruABhVzdB52b.lazyload, #zRDqxHTeUJtsfLIFWXNuruABhVzdB52b.lazyloading { background-image: none; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row .container { background-color: transparent; background-image: none; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(9,3,14,0.77); }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row .container > .video-iframe-container { display: none; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(9,3,14,0.77); }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row > .video-iframe-container { display: none; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .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); }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row .container { border-width: 0; border-radius: 0; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row .container { width:20rem;height:75.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ss61wQgtmnzmW1Gf88hhDKho3zXFhE9h { width:10.9375rem;height:3rem;top:1.5615234375rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hecWBlHd29xmXsb8ufEfPf6UO7pPQ0r2 { width:19.0625rem;height:30.625rem;top:33.625rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFMhqbsMamWknVcDoHAdsmXK8I3KuyhJ { width:18.375rem;height:3.8964875rem;top:34.625rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSDECuWadrJ4byD20qXX0JOc9KGHOvEt .widget-regular-label { width:16.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#LSDECuWadrJ4byD20qXX0JOc9KGHOvEt .widget-input-text { width:16.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LSDECuWadrJ4byD20qXX0JOc9KGHOvEt .widget-input-text {padding-top: 0; padding-bottom: 0;}#LSDECuWadrJ4byD20qXX0JOc9KGHOvEt .widget-textarea { width:16.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LSDECuWadrJ4byD20qXX0JOc9KGHOvEt .widget-input-select { width:16.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LSDECuWadrJ4byD20qXX0JOc9KGHOvEt .widget-input-select {padding-top: 0; padding-bottom: 0;}#LSDECuWadrJ4byD20qXX0JOc9KGHOvEt .widget-input-button { width:16.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LSDECuWadrJ4byD20qXX0JOc9KGHOvEt .widget-checkbox-label { width:15.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#LSDECuWadrJ4byD20qXX0JOc9KGHOvEt  { width:16.6875rem;height:auto;top:38.5625rem;left:0.4375rem; }
#LSDECuWadrJ4byD20qXX0JOc9KGHOvEt .radio-container { width:16.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LSDECuWadrJ4byD20qXX0JOc9KGHOvEt {display:block;}#LSDECuWadrJ4byD20qXX0JOc9KGHOvEt { width:16.6875rem;height:auto;top:38.5625rem;left:0.4375rem; }
 }@media only screen and (max-width: 763px) { #LSDECuWadrJ4byD20qXX0JOc9KGHOvEt #fWXlrCpfUuL2Brx9qmHOMByTwZvMNRlC {  }
 }@media only screen and (max-width: 763px) { #LSDECuWadrJ4byD20qXX0JOc9KGHOvEt #kTwBDdZ4KViGiyg2m8gIyT19knTriGVq {  }
 }@media only screen and (max-width: 763px) { #LSDECuWadrJ4byD20qXX0JOc9KGHOvEt #Q01zqWEBf649ggVR5NR7KxBh8JbC2T1g {  }
 }@media only screen and (max-width: 763px) { #LSDECuWadrJ4byD20qXX0JOc9KGHOvEt #WJe0OnG0NbDHLnZuq0ZReJQ7q3Mbya6v {  }
 }@media only screen and (max-width: 763px) { #LSDECuWadrJ4byD20qXX0JOc9KGHOvEt #GUwNiG0D49NlLRO73fC2FwOg202lMW6T {  }
 }@media only screen and (max-width: 763px) { #LSDECuWadrJ4byD20qXX0JOc9KGHOvEt #JDFg5TWb4WBfKTmCpLs7ZyzoLJnTXpde {  }
 }@media only screen and (max-width: 763px) { #LSDECuWadrJ4byD20qXX0JOc9KGHOvEt #uKldIfClQZNrN9JEhbtSTLFI7Br22agX {  }
 }@media only screen and (max-width: 763px) { #LSDECuWadrJ4byD20qXX0JOc9KGHOvEt #X1CQ9hhUdGXT1k1iT2EwOecWugUzkQoc {  }
 }@media only screen and (max-width: 763px) { #LSDECuWadrJ4byD20qXX0JOc9KGHOvEt #vXmEZqHi59AxrKZmNKnpn0GzWnPHgKuo {  }
 }@media only screen and (max-width: 763px) { #LSDECuWadrJ4byD20qXX0JOc9KGHOvEt #Qb2HFTdTFZVTNcDCesnxs21EglwstEfN {  }
 }@media only screen and (max-width: 763px) { #LSDECuWadrJ4byD20qXX0JOc9KGHOvEt #gyPyQAmp36EgrZzlAA9XAyZ21OpCiOma {  }
 }@media only screen and (max-width: 763px) { #LSDECuWadrJ4byD20qXX0JOc9KGHOvEt #UeCqonUf1uC5MTc4RpiAPnZJPMEdS8IS {  }
 }@media only screen and (max-width: 763px) { #LSDECuWadrJ4byD20qXX0JOc9KGHOvEt #JRU7vtqAvtNJIvtTZC4kfZoFTfJaPCze {  }
 }@media only screen and (max-width: 763px) { #LSDECuWadrJ4byD20qXX0JOc9KGHOvEt #szCTX4J7NnwB0cSN43L5cVRMds09tx0W {  }
 }@media only screen and (max-width: 763px) { #uHOMwBikHV5MwxSBuznvwylMdSCUse06 { width:19.875rem;height:0.599254375rem;top:29.936965942382rem;left:-0.00088798999786375rem;font-size:0.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nw6z2knmhWR5yAIuG1xgg6FlvOXbLaVg { width:4.4984rem;height:5.28764375rem;top:15.535333633423rem;left:14.185014128685rem;font-size:2.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bxs7EspG7RUluudCW7AvIR2fXJpKMEfL { width:0;height:10.8744375rem;top:14.999999046326rem;left:4.4318178892136rem;font-size:9.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dgGwbx1WO0xvCTW1WUoDRZWgrZG54aTU { width:15.4375rem;height:1.75rem;top:11.25rem;left:2.3125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y8IAkUT61QWMPLTpvKUQm0g1DrGgCAgU { width:17.6875rem;height:2.5rem;top:8.1875rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbyw93yeqvcFguEMMwOsScrT49auJNp1 { width:18.875rem;height:1.8372375rem;top:8.5rem;left:1.125rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WHlRwcUUqAbnZvpWuITXaXZ5m2WaxAy9 { width:19.75rem;height:1.6503875rem;top:13.886718273163rem;left:0.12215888500214rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b9u7oP6MaIduSng8gmwx3cTi9QWtWR9B { width:20rem;height:4.1228625rem;top:24.236505508423rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Mh4IsCzibeqJdIT7LXU8P0z3iZPnWlI5 { display:block; }#Mh4IsCzibeqJdIT7LXU8P0z3iZPnWlI5 > .row .container { width:20rem;height:51.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dWFDxdmNPPZqQo5x0UJJsWKwWDug5Vqb { width:16.5625rem;height:13.9375rem;top:6.1875rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XF2UnpGoNrMmV2qGdP1K0zQDVA1LkefT { width:16.75rem;height:12.375rem;top:21.625rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xctHreXRm5sgrIqiMDPF1TaKVmZr03BV { width:14.9375rem;height:2.59943125rem;top:1.2744140625rem;left:2.53125rem;font-size:2rem;color:#a6174c;display:block; }
 }@media only screen and (max-width: 763px) { #Dm5gkFtuaQEA1qQfgQaITpHSM7VlwCC7 { width:16.6875rem;height:2.0625rem;top:18.1875rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hg3cVgr8xNPTwH2nKtNI8TKh0eGzXmit { display:block; }
 }@media only screen and (max-width: 763px) { #wqJAsz1cX1FlqGSV2RMBBabE0sxZLGxz { width:16.875rem;height:2.3125rem;top:31.75rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7e9aqSPBnAFIQwNOz1QURvFcdcbCIVz { display:block; }
 }@media only screen and (max-width: 763px) { #yt4yRVkNPiGBQhkIRl4lTgbXVksTM7Gf { display:block; }#yt4yRVkNPiGBQhkIRl4lTgbXVksTM7Gf > .row .container { width:20rem;height:78.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LxT6vbBoO15ZwzgXfRutL5CBSm3SmNJB { width:20rem;height:4.0625rem;top:3.630220413208rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E9SqNIGWTp6pM9C30FsKLDJ1h9dHJoZe { display:flex;width:4.8125rem;height:4.8125rem;top:57.3125rem;left:7.5625rem; }
 }@media only screen and (max-width: 763px) { #CByQ3cX8wb33XnHbNQgFElGi7DyAgtd4 { display:flex;width:4.8125rem;height:4.8125rem;top:36.5625rem;left:7.5625rem; }
 }@media only screen and (max-width: 763px) { #w2ebn0kkpT5rNEIAV8wTDA4qeCfQAZeA { display:flex;width:4.8125rem;height:4.8125rem;top:13.125rem;left:7.5625rem; }
 }@media only screen and (max-width: 763px) { #dJ7HgIFCTZRNefna3iKT76Q7LaNtTqBQ { width:15.875rem;height:2.2745rem;top:63.3125rem;left:2rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l96TtbgZTgx3glwKbWfUPUgb1mPmTBxT { width:17.125rem;height:8.7535625rem;top:66.125rem;left:2rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ALoXGd4U8QfTh7sp96T8oR7T14E6JUKX { width:18.1875rem;height:8.9275625rem;top:45.1875rem;left:0.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Abru1Gy60hd4NV7HPyNSgtbnTv6bVTGe { width:17.375rem;height:2.59765625rem;top:41.9375rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SA8AWy9qK8TpQu6A7VXhHoKWFiC3MlT6 { width:12.1875rem;height:2.59765625rem;top:18.5rem;left:3.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TRnSHNcJMigSHpD6qWyKgGRz5AFrekfM { width:17.375rem;height:9.4495625rem;top:22rem;left:1.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zMsx8u3Iit0vAWpATp7LlzSUsqiR7CmQ { display:block; }#zMsx8u3Iit0vAWpATp7LlzSUsqiR7CmQ > .row .container { width:20rem;height:87.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r4OF7eLeRD1SXtL5TT3VdXn25znZgk9q { width:12.25rem;height:10.3125rem;top:73.3125rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3wctlgrRiTWyN1uGQidmTvg55ylTZuH { width:12.25rem;height:10.3125rem;top:60.125rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMh5vplif1QBmszSclWDbkHVnd1eS1fL { width:12.25rem;height:10.3125rem;top:47.0625rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQo1yzQurTdeQ68Tm7kmBS7EleJxFgmU { width:12.25rem;height:10.3125rem;top:34rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #llBzEV0TWvp6ALqe99kK4JqJuGzPZLk5 { width:12.25rem;height:10.3125rem;top:21.625rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsTXq2hh9cTUo6gm9Ln5rLPE7XsNzLWK { width:12.25rem;height:10.3125rem;top:8.5rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQCkvendGoWVHivyvcPPF3kUAhq72z4I { width:14.0625rem;height:2.59943125rem;top:2.1237106323242rem;left:2.9687500596046rem;font-size:2rem;color:#a6174c;display:block; }
 }@media only screen and (max-width: 763px) { #vtmBSNKPcWGhOtqLspBgPb6cKBEGdVb1 { width:12.25rem;height:2.5rem;top:81.1875rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aX3VpfNOKxVFJnCEUkZiltpmfdNZTTU9 { display:block; }
 }@media only screen and (max-width: 763px) { #LZ1zrPVbkKGiv5PriyiyRFqfl1KDJn2p { width:12.375rem;height:2.5rem;top:29.5rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #znVWOEAOKCZyET2ofOMVhTkzDCVtQZyh { display:block; }
 }@media only screen and (max-width: 763px) { #pShw8sZi9xDAcBVSphPCRywfgRgfI3K7 { width:12.375rem;height:2.5rem;top:16.375rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8R1vtVuCdJ04v1JiCuQmxcoxQTT4Wkz { display:block; }
 }@media only screen and (max-width: 763px) { #fXyqxV8uTrfFXP9CVRFSR0GXmqng5r7D { width:12.375rem;height:2.4375rem;top:68.0625rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BhrQtZbukZaWMKyBr82PL7kMT4CCFpFc { display:block; }
 }@media only screen and (max-width: 763px) { #rkQDdaML4h6GFJfI2Ay3fPcT92qQfhOf { width:12.375rem;height:2.5rem;top:41.875rem;left:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfX2fHogLyhxS9mEvPATtC8NGn2uyEy2 { display:block; }
 }@media only screen and (max-width: 763px) { #AGBlSlk4XDEZwyxfFuJxx5USbT91KcA7 { width:12.3125rem;height:2.5rem;top:54.9375rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #doE9xNckvusNVz8i9LrNJzNnySB8SuR7 { display:block; }
 }@media only screen and (max-width: 763px) { #flR4S26xsg3dmQ73tdFrFZWbvTbKcRpA { display:block; }#flR4S26xsg3dmQ73tdFrFZWbvTbKcRpA > .row .container { width:20rem;height:13.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i7kTMJkffNini3xb2uxJ2JktQyoAGc2P { width:20rem;height:1.21875rem;top:4.125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EynyD6a5tRMeovlGkC5I5oxxCacNiwbB { width:18.875rem;height:2.43608125rem;top:6.875rem;left:0.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMgvgM85XVf0gCKoZtTNiWbwfO461A5z { display:block; }#xMgvgM85XVf0gCKoZtTNiWbwfO461A5z > .row .container { width:20rem;height:15.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sJOFEaf6XiARFOD5q9JHSrUVFxQ1oNg2 { width:20rem;height:2.01881875rem;top:4.125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUXX2B6nmJO27bDdecqVnDswf326HfBF { width:20rem;height:3.9391rem;top:7.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fraxHomcic4IvNNyLMJbMlZhuzFWxIgE { background-color:#43081e;background-image:none;display:block; }#fraxHomcic4IvNNyLMJbMlZhuzFWxIgE > .row .container { background-color: transparent; background-image: none; }#fraxHomcic4IvNNyLMJbMlZhuzFWxIgE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fraxHomcic4IvNNyLMJbMlZhuzFWxIgE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fraxHomcic4IvNNyLMJbMlZhuzFWxIgE > .row .container > .video-iframe-container { display: none; }#fraxHomcic4IvNNyLMJbMlZhuzFWxIgE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fraxHomcic4IvNNyLMJbMlZhuzFWxIgE > .row > .video-iframe-container { display: none; }#fraxHomcic4IvNNyLMJbMlZhuzFWxIgE > .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); }#fraxHomcic4IvNNyLMJbMlZhuzFWxIgE > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MAgg4TE7uXh5iReVIUfXJ0NvyJBT4Ntw { width:20rem;height:0.9747875rem;top:1.25rem;left:0rem;font-size:0.75rem;display:block; }
 }