.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:255,232,217;--color-primary-1:255,178,128;--color-primary-2:255,101,0;--color-primary-3:128,51,0;--color-primary-4:38,15,0;--color-secondary-0:224,225,227;--color-secondary-1:153,155,161;--color-secondary-2:51,54,66;--color-secondary-3:26,27,33;--color-secondary-4:8,8,10;--color-tertiary-0:255,255,255;--color-tertiary-1:189,189,194;--color-tertiary-2:36,34,52;--color-tertiary-3:18,17,26;--color-tertiary-4:4,3,5;--headlines-font-family:"Assistant";--paragraphs-font-family:"Lato"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ri7ksUKIr6lkPiw9bOSzL3s6OuEx7tzw { 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; }#Ri7ksUKIr6lkPiw9bOSzL3s6OuEx7tzw > .row .container { background-color: transparent; background-image: none; }#Ri7ksUKIr6lkPiw9bOSzL3s6OuEx7tzw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ri7ksUKIr6lkPiw9bOSzL3s6OuEx7tzw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ri7ksUKIr6lkPiw9bOSzL3s6OuEx7tzw > .row .container > .video-iframe-container { display: none; }#Ri7ksUKIr6lkPiw9bOSzL3s6OuEx7tzw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ri7ksUKIr6lkPiw9bOSzL3s6OuEx7tzw > .row > .video-iframe-container { display: none; }#Ri7ksUKIr6lkPiw9bOSzL3s6OuEx7tzw > .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); }#Ri7ksUKIr6lkPiw9bOSzL3s6OuEx7tzw > .row .container { border-width: 0; border-radius: 0; }#Ri7ksUKIr6lkPiw9bOSzL3s6OuEx7tzw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ri7ksUKIr6lkPiw9bOSzL3s6OuEx7tzw > .row .container { font-size:0.875rem;font-family:lato;height:5.8125rem;width:75rem;position:relative;display:block; }#hd7m9K7TFOQN1vzzOFodByzOFUuiSkf3 { 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.25rem;width:19.0625rem;top:1.25rem;left:0rem;overflow:hidden;display:block; }
#vd9wgnhAQJG7hIIhTO20Fz4xu3op7ub0 { position:relative;display:block; }#vd9wgnhAQJG7hIIhTO20Fz4xu3op7ub0 { background-color: transparent; background-image: none; }#vd9wgnhAQJG7hIIhTO20Fz4xu3op7ub0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vd9wgnhAQJG7hIIhTO20Fz4xu3op7ub0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vd9wgnhAQJG7hIIhTO20Fz4xu3op7ub0 > .row .container > .video-iframe-container { display: none; }#vd9wgnhAQJG7hIIhTO20Fz4xu3op7ub0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vd9wgnhAQJG7hIIhTO20Fz4xu3op7ub0 > .row > .video-iframe-container { display: none; }#vd9wgnhAQJG7hIIhTO20Fz4xu3op7ub0 > .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); }#vd9wgnhAQJG7hIIhTO20Fz4xu3op7ub0 { border-width: 0; border-radius: 0; }#vd9wgnhAQJG7hIIhTO20Fz4xu3op7ub0 > .row .container > .video-iframe-container { border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem; }#vd9wgnhAQJG7hIIhTO20Fz4xu3op7ub0 > .row .container { 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/6dd655d7-1054-473c-9ce4-c0827e7b0279/copertina2x.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:lato;height:46.625rem;width:75rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;position:relative;display:block; }#vd9wgnhAQJG7hIIhTO20Fz4xu3op7ub0 > .row .container.adaptive-delivery-prevent-bg, #vd9wgnhAQJG7hIIhTO20Fz4xu3op7ub0 > .row .container.lazyload, #vd9wgnhAQJG7hIIhTO20Fz4xu3op7ub0 > .row .container.lazyloading { background-image: none; }#hrcXIBTRmOe7h7yg0cUDNvheiqewKX3A { color:rgba(var(--color-tertiary-0),1);display:block;width:35.249rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15000;line-height:1;letter-spacing:0;top:2.559814453125rem;left:2.1240234375rem;height:7.5rem;text-align:left;text-align-last:left;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; }
#aIE2S9hNAe88TRFUxq1dSffPUXwZeNfF { color:rgba(var(--color-tertiary-0),1);display:block;width:37.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15019;line-height:1.2;letter-spacing:0;top:19.9970703125rem;left:2.1240234375rem;height:8.999025rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cWxMufyWBcwLC3GVtrIBhT85eO96oAKb .widget-form-header {  }
#cWxMufyWBcwLC3GVtrIBhT85eO96oAKb .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;color:rgba(var(--color-secondary-3),1);width:25.125rem;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;font-style:normal; }
#cWxMufyWBcwLC3GVtrIBhT85eO96oAKb .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:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);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:25.125rem;box-sizing:border-box;height:2.5625rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family); }
#cWxMufyWBcwLC3GVtrIBhT85eO96oAKb .widget-input-text {padding-top: 0; padding-bottom: 0;}#cWxMufyWBcwLC3GVtrIBhT85eO96oAKb .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:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);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:25.125rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family); }
#cWxMufyWBcwLC3GVtrIBhT85eO96oAKb .widget-input-select { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-secondary-3),1);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:25.125rem;box-sizing:border-box;height:2.5625rem;color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden; }
#cWxMufyWBcwLC3GVtrIBhT85eO96oAKb .widget-input-select {padding-top: 0; padding-bottom: 0;}#cWxMufyWBcwLC3GVtrIBhT85eO96oAKb .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; }
#cWxMufyWBcwLC3GVtrIBhT85eO96oAKb .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#cWxMufyWBcwLC3GVtrIBhT85eO96oAKb .widget-input-button { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:5.125rem;margin-bottom:0.25rem;margin-left:5.125rem;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:700;color:rgba(var(--color-tertiary-0),1);width:14.8125rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden;font-style:normal; }
#cWxMufyWBcwLC3GVtrIBhT85eO96oAKb [class*="-text"]:-moz-placeholder { color:rgba(var(--color-secondary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#cWxMufyWBcwLC3GVtrIBhT85eO96oAKb [class*="-text"]::-moz-placeholder { color:rgba(var(--color-secondary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#cWxMufyWBcwLC3GVtrIBhT85eO96oAKb [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-secondary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#cWxMufyWBcwLC3GVtrIBhT85eO96oAKb [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-secondary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#cWxMufyWBcwLC3GVtrIBhT85eO96oAKb .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:2;font-size:0.75rem;font-weight:300;color:rgba(var(--color-secondary-3),1);vertical-align:top;width:23.75rem;overflow:hidden;font-style:normal; }
#cWxMufyWBcwLC3GVtrIBhT85eO96oAKb .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; }
#cWxMufyWBcwLC3GVtrIBhT85eO96oAKb .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:rgba(var(--color-tertiary-4),1);overflow:hidden;font-style:normal;line-height:1.3; }
#cWxMufyWBcwLC3GVtrIBhT85eO96oAKb .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#cWxMufyWBcwLC3GVtrIBhT85eO96oAKb .widget-container:first-of-type{padding-top:0;}#cWxMufyWBcwLC3GVtrIBhT85eO96oAKb .widget-container:last-of-type{padding-bottom:0;}#cWxMufyWBcwLC3GVtrIBhT85eO96oAKb  { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25.125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15024;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;position:absolute;top:1.74609375rem;left:45.622394561767rem; }
#cWxMufyWBcwLC3GVtrIBhT85eO96oAKb .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:25.125rem; }
#cWxMufyWBcwLC3GVtrIBhT85eO96oAKb .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; }
#cWxMufyWBcwLC3GVtrIBhT85eO96oAKb {display:block;}#cWxMufyWBcwLC3GVtrIBhT85eO96oAKb { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25.125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15024;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;position:absolute;top:1.74609375rem;left:45.622394561767rem; }
#cWxMufyWBcwLC3GVtrIBhT85eO96oAKb #S8GdbpHNRuOHQZGxUtNA0492qNBXCO9H { position:relative; }
#cWxMufyWBcwLC3GVtrIBhT85eO96oAKb #gFOCTlbinlHFLGvWSupBAiPrHmGRBDwv { position:relative;display:block; }
#cWxMufyWBcwLC3GVtrIBhT85eO96oAKb #fxaR5E5aEcq4tkWtaoR0GAX6Sohunz2U { position:relative; }
#cWxMufyWBcwLC3GVtrIBhT85eO96oAKb #x8ie6yk2LL4xZdKyoHiu57QOes1vNvZ6 { position:relative; }
#cWxMufyWBcwLC3GVtrIBhT85eO96oAKb #oEBIGIsiHZ68UanpXVHgQKySpCQ9uz9C { position:relative;display:block; }
#cWxMufyWBcwLC3GVtrIBhT85eO96oAKb #Hq0TZwQfPLP1ay3xpb6bv8AQNsdOKGSH { position:relative; }
#cWxMufyWBcwLC3GVtrIBhT85eO96oAKb #THLxsfwvKWPKaXXhoE0T84UTrXU06puK { position:relative; }
#cWxMufyWBcwLC3GVtrIBhT85eO96oAKb #JnTQVGalRloeo3eyiR38xWXtsaOai277 { position:relative;display:block; }
#cWxMufyWBcwLC3GVtrIBhT85eO96oAKb #eD7dhrm6AZIJT4gXM2ywal6GVB1tc6i5 { position:relative; }
#cWxMufyWBcwLC3GVtrIBhT85eO96oAKb #Zd2WVs9NM26OPVmRT9XrpP1NeOzX8rT1 { position:relative; }
#cWxMufyWBcwLC3GVtrIBhT85eO96oAKb #R6SX0rPd6MX4E3y2dpuLf8Mk8wcly82B { position:relative;display:block; }
#cWxMufyWBcwLC3GVtrIBhT85eO96oAKb #HVldC7TazCItgv9oJ2SVTuPeKmyqBKvD { position:relative; }
#cWxMufyWBcwLC3GVtrIBhT85eO96oAKb #k3ZJREJXCNqI1NB5kWVfwoDwG9ORqa7g { position:relative; }
#cWxMufyWBcwLC3GVtrIBhT85eO96oAKb #py3r3a8hUeF3z0BvhH4qPWua6cuXfy0b { position:relative;display:block; }
#cWxMufyWBcwLC3GVtrIBhT85eO96oAKb #Z0Jw1OMNdX5SVNVKpZBFQ6rsv5rqVf5Q { position:relative; }
#cWxMufyWBcwLC3GVtrIBhT85eO96oAKb #Hb2I6CKybZV544L2ElQVTaFxSroTnlmT { position:relative; }
#cWxMufyWBcwLC3GVtrIBhT85eO96oAKb #MOifMPFQ8Ph6DegWd4iix1O8WF3qRTot { position:relative;display:block; }
#cWxMufyWBcwLC3GVtrIBhT85eO96oAKb #JfzVtQPDX1315fNBwiBV8xTyC7udqaLo { position:relative; }
#cWxMufyWBcwLC3GVtrIBhT85eO96oAKb #dGTc45I3V71C9pkgUb4Jg4AfTZ67sfUP { position:relative; }
#cWxMufyWBcwLC3GVtrIBhT85eO96oAKb #KOxLJA0IrPOCq936RMAnFonux7TLLegr { position:relative;display:block; }
#cWxMufyWBcwLC3GVtrIBhT85eO96oAKb #ce3NoUJMagVttrV5S89yxrdnU46rTEWM { position:relative; }
#cWxMufyWBcwLC3GVtrIBhT85eO96oAKb #zkB0NfQuXxDZ9I522FCr2TaMs2LJl4FI { position:relative;display:block;z-index:15000; }
#cWxMufyWBcwLC3GVtrIBhT85eO96oAKb #gJN9Z0OH7POcrxzdloLC7oHPTfgtHmNT { position:relative;display:block;z-index:15000; }
#cWxMufyWBcwLC3GVtrIBhT85eO96oAKb #pD2Fwf19NhKVeuH0PDWeoD8UFczK6W2A { position:relative; }
#cWxMufyWBcwLC3GVtrIBhT85eO96oAKb #H6k3zdPqcK4EKSSkBT7Diq9IzzzQmTTS { position:relative; }
#yO3GxhvVcNMqHGqu0ks0acUNXenfTdD1 { color:rgba(var(--color-tertiary-0),1);display:block;width:35.2478125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:11.513671875rem;left:2.1240234375rem;height:;text-align:left;text-align-last:left;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; }
#AsT4IvaGNf0XgfIA25XL5MC32CTxu0Je { position:absolute;display:block;z-index:15025;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.3125rem;width:6.0625rem;top:31.625rem;left:2.125rem;overflow:hidden;display:block; }
#EbXeOAfKFXCXAbqlNo6LyFywwXXtGqmZ { position:absolute;display:block;z-index:15026;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.625rem;width:4.625rem;top:31.5rem;left:10.875rem;overflow:hidden;display:block; }
#mv8Eq8zitZyyOZSXxUT6NhCSRm2frDOJ { position:absolute;display:block;z-index:15027;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.3125rem;width:4.3125rem;top:31.625rem;left:19.125rem;overflow:hidden;display:block; }
#nEBG4mX8bVeyd3C5bC3XqeJZTKGh0K1U { position:absolute;display:block;z-index:15028;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.75rem;width:4.875rem;top:37.5625rem;left:2.6875rem;overflow:hidden;display:block; }
#mc3VfvzPrL6oGsDogrGk0cgL6JrDiqsm { position:absolute;display:block;z-index:15029;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:5.1875rem;width:5.1875rem;top:37.375rem;left:10.625rem;overflow:hidden;display:block; }
#fUoH6XMNLkHsr8sukGhSo63Co5tGuT0A { position:absolute;display:block;z-index:15030;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:4rem;width:4rem;top:37.9375rem;left:19.3125rem;overflow:hidden;display:block; }
#f7BxedkMil1ytsiEU3trLOMcpXMEdTBB { 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; }#f7BxedkMil1ytsiEU3trLOMcpXMEdTBB > .row .container { background-color: transparent; background-image: none; }#f7BxedkMil1ytsiEU3trLOMcpXMEdTBB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f7BxedkMil1ytsiEU3trLOMcpXMEdTBB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f7BxedkMil1ytsiEU3trLOMcpXMEdTBB > .row .container > .video-iframe-container { display: none; }#f7BxedkMil1ytsiEU3trLOMcpXMEdTBB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f7BxedkMil1ytsiEU3trLOMcpXMEdTBB > .row > .video-iframe-container { display: none; }#f7BxedkMil1ytsiEU3trLOMcpXMEdTBB > .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); }#f7BxedkMil1ytsiEU3trLOMcpXMEdTBB > .row .container { border-width: 0; border-radius: 0; }#f7BxedkMil1ytsiEU3trLOMcpXMEdTBB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f7BxedkMil1ytsiEU3trLOMcpXMEdTBB > .row .container { font-size:0.875rem;font-family:lato;height:15.3125rem;width:75rem;position:relative;display:block; }#htfD9UfSFgopHvwytS6nk2IInFbnFO9B { 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:4rem;width:3.6875rem;top:3.5625rem;left:7.5rem;overflow:hidden;display:block; }
#WwUa7vvVUkcbS1d9ykXumKOsdknaCS00 { 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:4rem;width:5.0625rem;top:3.625rem;left:20.8125rem;overflow:hidden;display:block; }
#fq8BpEqJFT29wHmBEhApevu8g7Prb83f { 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:4rem;width:4.9375rem;top:3.5625rem;left:35.0625rem;overflow:hidden;display:block; }
#FfsxHuuTIGc3LIcm8VTQ3Z9TFpX8JMNV { 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:4rem;width:2.375rem;top:3.5625rem;left:50.1875rem;overflow:hidden;display:block; }
#Tco3kdp6zLzT7uhDCUzZg93aZZABf0fD { 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:4rem;width:3.0625rem;top:3.5625rem;left:62.625rem;overflow:hidden;display:block; }
#CEWqPBHUaKKvHJBnCpbRTqg1SwAO3UXq { color:rgba(var(--color-tertiary-4),1);display:block;width:11.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:8.6875rem;left:3.5625rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yu8AeyF83vH41yELkout2ifvdm0dCA4D { color:rgba(var(--color-tertiary-4),1);display:block;width:10.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:8.6875rem;left:17.9375rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#g8kAmh1WpZEqbNhUGoEXsUMyRVUS9Qhl { color:rgba(var(--color-tertiary-4),1);display:block;width:10.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:8.6875rem;left:32.0625rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eEQnmTD6FItv22LVer3113b97RPIFoOx { color:rgba(var(--color-tertiary-4),1);display:block;width:10.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:8.6875rem;left:45.9375rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mRS8mvaoTxrnlv2BFv3WdLcwMU8BN8Fh { color:rgba(var(--color-tertiary-4),1);display:block;width:10.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:8.6875rem;left:58.75rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yyF4hbbGR6T7TWXmatzBSLliTSfMM7nE { position:relative;display:block; }#yyF4hbbGR6T7TWXmatzBSLliTSfMM7nE { background-color: transparent; background-image: none; }#yyF4hbbGR6T7TWXmatzBSLliTSfMM7nE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yyF4hbbGR6T7TWXmatzBSLliTSfMM7nE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yyF4hbbGR6T7TWXmatzBSLliTSfMM7nE > .row .container > .video-iframe-container { display: none; }#yyF4hbbGR6T7TWXmatzBSLliTSfMM7nE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yyF4hbbGR6T7TWXmatzBSLliTSfMM7nE > .row > .video-iframe-container { display: none; }#yyF4hbbGR6T7TWXmatzBSLliTSfMM7nE > .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); }#yyF4hbbGR6T7TWXmatzBSLliTSfMM7nE { border-width: 0; border-radius: 0; }#yyF4hbbGR6T7TWXmatzBSLliTSfMM7nE > .row .container > .video-iframe-container { border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#yyF4hbbGR6T7TWXmatzBSLliTSfMM7nE > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/65be8822-0894-440f-ac72-38f2accddfba/bgdesktop.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;position:relative;display:block; }#yyF4hbbGR6T7TWXmatzBSLliTSfMM7nE > .row .container.adaptive-delivery-prevent-bg, #yyF4hbbGR6T7TWXmatzBSLliTSfMM7nE > .row .container.lazyload, #yyF4hbbGR6T7TWXmatzBSLliTSfMM7nE > .row .container.lazyloading { background-image: none; }#PMAw0hFAzHc0xpNksUQuF4y0FdHbJGT3 { color:rgba(var(--color-tertiary-0),1);display:block;width:29.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.2;letter-spacing:0;top:10.125rem;left:2.3125rem;height:4.5rem;display:block; }
#f2d4CGvsFN14roUtrLIGIOwUpZcIvzl0 { color:rgba(var(--color-tertiary-0),1);display:block;width:29.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:4.125rem;left:2.3125rem;height:4.94921875rem;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; }
#HbSSEd43DN1io0XCn014DoRCoAST7TWD { position:relative;display:block; }#HbSSEd43DN1io0XCn014DoRCoAST7TWD { background-color: transparent; background-image: none; }#HbSSEd43DN1io0XCn014DoRCoAST7TWD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HbSSEd43DN1io0XCn014DoRCoAST7TWD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HbSSEd43DN1io0XCn014DoRCoAST7TWD > .row .container > .video-iframe-container { display: none; }#HbSSEd43DN1io0XCn014DoRCoAST7TWD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HbSSEd43DN1io0XCn014DoRCoAST7TWD > .row > .video-iframe-container { display: none; }#HbSSEd43DN1io0XCn014DoRCoAST7TWD > .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); }#HbSSEd43DN1io0XCn014DoRCoAST7TWD { border-width: 0; border-radius: 0; }#HbSSEd43DN1io0XCn014DoRCoAST7TWD > .row .container > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem; }#HbSSEd43DN1io0XCn014DoRCoAST7TWD > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fff8f2;background-image:none;font-size:0.875rem;font-family:arial;height:39.3125rem;width:75rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;position:relative;display:block; }#trFMTxWS9voaIr6e5sUVeAPuTby1gUr9 { color:rgba(var(--color-tertiary-4),1);display:block;width:0.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:3.25rem;left:3.75rem;height:1.94965rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mQl7BDw5s3Xybs03kmy4KRTTmXcJFDgn { color:rgba(var(--color-tertiary-4),1);display:block;width:24.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:3.625rem;left:5.5rem;height:2.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#A6skUuCVJ56LeVfuoOobOX6SyhKawZb7 { color:rgba(var(--color-tertiary-4),1);display:block;width:25.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:6.6875rem;left:5.5rem;height:3.8994125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uwH2vUDdQcvAM1Mph6o31SxTD5BJWko5 { position:absolute;display:block;z-index:15009;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:26.25rem;width:5.75rem;top:3.25rem;left:34.625rem;overflow:hidden;display:block; }
#S8aL3eQtX1iF8wnxQ0KAEJ0AIXEvenZ6 { color:rgba(var(--color-tertiary-4),1);display:block;width:0.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:7.5625rem;left:43.875rem;height:1.94965rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#upDhoWlE2sDOJ84G0zKIRs7PhFBroPNT { color:rgba(var(--color-tertiary-4),1);display:block;width:24.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:8rem;left:45.4375rem;height:2.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zu5EtNSIo9Pw6MupEnLAwRR9XTl0Xoki { color:rgba(var(--color-tertiary-4),1);display:block;width:25.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:11.0625rem;left:45.4375rem;height:5.19921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AUOGQRvPk06iESfpsvbAcOCOeMOzrr13 { color:rgba(var(--color-tertiary-4),1);display:block;width:0.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:12.4375rem;left:3.75rem;height:1.94965rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nOWzBAoCqKHzu7buhqvTHBVM5bBFvwtd { color:rgba(var(--color-tertiary-4),1);display:block;width:24.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:12.75rem;left:5.5rem;height:2.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cxFmhzfLrqtIwqqw7dfyu0aRDDwCI6PH { color:rgba(var(--color-tertiary-4),1);display:block;width:25.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:15.625rem;left:5.5rem;height:3.8994125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HJFQdsQTiX335KnSvWAur2scGVrLXhwF { color:rgba(var(--color-tertiary-4),1);display:block;width:0.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:17.25rem;left:43.875rem;height:1.94965rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#z3zXuvIMo37m8cXknTNF2F4bZkkVha5w { color:rgba(var(--color-tertiary-4),1);display:block;width:23.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:17.5625rem;left:45.4375rem;height:2.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#eprODBX7BC8HlLTWlBo3Z4ehWKmntK2C { color:rgba(var(--color-tertiary-4),1);display:block;width:25.374375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:21rem;left:45.4375rem;height:3.8994125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#m8R9sXofBXoovVITXatPnqf4LGOG3hM2 { color:rgba(var(--color-tertiary-4),1);display:block;width:0.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:22.3125rem;left:3.75rem;height:1.94965rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xyD84ToBPrtbL2csVPnIWbkOaWs6hhqd { color:rgba(var(--color-tertiary-4),1);display:block;width:24.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:22.6875rem;left:5.5rem;height:2.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kkeIhHutWme9lNeMu6Fm56TW07ZlQg55 { color:rgba(var(--color-tertiary-4),1);display:block;width:25.374375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:25.875rem;left:5.5rem;height:6.499rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wyGrhHMSoLDZFDTyH6rhP03n0xO8BqQ6 { color:rgba(var(--color-tertiary-4),1);display:block;width:0.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:27.125rem;left:43.875rem;height:1.94965rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HUGHuAzmy0Wr7onEADV6OpG8d0MoJSar { color:rgba(var(--color-tertiary-4),1);display:block;width:23.0620625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:27.5rem;left:45.4375rem;height:2.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Mt0VNCri5UwgFScLKUcbihW8P3SBlf1I { color:rgba(var(--color-tertiary-4),1);display:block;width:25.374375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:31rem;left:45.4375rem;height:3.8994125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ITFM7ZTLpmFgheCSQttWK7KS9Tn1Sk3l { position:relative;display:block; }#ITFM7ZTLpmFgheCSQttWK7KS9Tn1Sk3l { background-color: transparent; background-image: none; }#ITFM7ZTLpmFgheCSQttWK7KS9Tn1Sk3l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ITFM7ZTLpmFgheCSQttWK7KS9Tn1Sk3l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ITFM7ZTLpmFgheCSQttWK7KS9Tn1Sk3l > .row .container > .video-iframe-container { display: none; }#ITFM7ZTLpmFgheCSQttWK7KS9Tn1Sk3l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ITFM7ZTLpmFgheCSQttWK7KS9Tn1Sk3l > .row > .video-iframe-container { display: none; }#ITFM7ZTLpmFgheCSQttWK7KS9Tn1Sk3l > .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); }#ITFM7ZTLpmFgheCSQttWK7KS9Tn1Sk3l { border-width: 0; border-radius: 0; }#ITFM7ZTLpmFgheCSQttWK7KS9Tn1Sk3l > .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; }#ITFM7ZTLpmFgheCSQttWK7KS9Tn1Sk3l > .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:8.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#WgvmQowpTOJC3nNlkf3W30FSHGImtxJI { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;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.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.3125rem;height:2.8125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:2.84375rem;left:30.84375rem;display:block; }
#L5gdAyx5hlBPGHLfNTT7LOTTNm0y82wD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yQUiOLu8t9SC68FJmhHnkyN1FqBhrSmJ { position:absolute;display:block;z-index:15014;height:5.0625rem;width:9.0625rem;top:7.5902777910231rem;left:57.515840963668rem;display:block; }
#Tw34V2uZgnSFvFyrEFv7JpU4H2Z8LZ52 { position:relative;display:block; }#Tw34V2uZgnSFvFyrEFv7JpU4H2Z8LZ52 { background-color: transparent; background-image: none; }#Tw34V2uZgnSFvFyrEFv7JpU4H2Z8LZ52::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tw34V2uZgnSFvFyrEFv7JpU4H2Z8LZ52 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tw34V2uZgnSFvFyrEFv7JpU4H2Z8LZ52 > .row .container > .video-iframe-container { display: none; }#Tw34V2uZgnSFvFyrEFv7JpU4H2Z8LZ52 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tw34V2uZgnSFvFyrEFv7JpU4H2Z8LZ52 > .row > .video-iframe-container { display: none; }#Tw34V2uZgnSFvFyrEFv7JpU4H2Z8LZ52 > .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); }#Tw34V2uZgnSFvFyrEFv7JpU4H2Z8LZ52 { border-width: 0; border-radius: 0; }#Tw34V2uZgnSFvFyrEFv7JpU4H2Z8LZ52 > .row .container > .video-iframe-container { border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem; }#Tw34V2uZgnSFvFyrEFv7JpU4H2Z8LZ52 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f4f4f4;background-image:none;font-size:0.875rem;font-family:arial;height:27.1875rem;width:75rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;position:relative;display:block; }#NGHvAyskMmAWJ2OB5lchbdEarTXcUBdd { color:rgba(var(--color-tertiary-4),1);display:block;width:52.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.625rem;left:1.90625rem;height:2.92480625rem;display:block; }
#WBVus6KlKqskmUuVetZXmIgAoyNzZo7l { box-sizing:content-box;height:18.375rem;width:22.1875rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.25rem;left:1.9060726165771rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#Hk0mo0vwzx8MgZLG232ThznpH7e3qyaH { box-sizing:content-box;height:18.4375rem;width:22.1875rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.25rem;left:26.406248092651rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#KShooewapZFMnJO6SPpPvAs2Db1sOTyz { box-sizing:content-box;height:18.5rem;width:22.1875rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.25rem;left:50.90553855896rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#skSBOuo5DkeEXTOCvRgXu93mq8Jk67aO { color:rgba(var(--color-tertiary-4),1);display:block;width:19.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:7.625rem;left:3.1875rem;height:5.199225rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uHpwHJgZNyWexayXgln4qP9680buhP69 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.624rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:14.45166015625rem;left:3.18603515625rem;height:9.0986375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Myy6tHl4Hh24rQiNwpMe3yyCwzLi2IPT { color:rgba(var(--color-tertiary-4),1);display:block;width:19.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:7.6240234375rem;left:27.6875rem;height:3.89941875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iuxm6gTxzc4625IUpX9DWHCJ1KHTbt0n { color:rgba(var(--color-tertiary-4),1);display:block;width:19.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:12.8740234375rem;left:27.6875rem;height:9.09863125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uNGBsSwUBDRpdvdEzKrFq2F7RDoDSXn0 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:7.62370300293rem;left:52.1875rem;height:3.89941875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FaWTveULq5pBUOZh63PViveqQqimOnhN { color:rgba(var(--color-tertiary-4),1);display:block;width:19.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:13.13671875rem;left:52.1875rem;height:10.39843125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#plHFeOFpIZ2eh47bMII0OmdH31TgJMQ4 { position:absolute;display:block;z-index:15013;height:4.4375rem;width:7.9375rem;top:23.041665593139rem;left:50.208243959651rem;display:block; }
#cL2dGCWS0gKu6Uy2xsJAyNK9bgnDInTI { position:relative;display:block; }#cL2dGCWS0gKu6Uy2xsJAyNK9bgnDInTI { background-color: transparent; background-image: none; }#cL2dGCWS0gKu6Uy2xsJAyNK9bgnDInTI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cL2dGCWS0gKu6Uy2xsJAyNK9bgnDInTI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cL2dGCWS0gKu6Uy2xsJAyNK9bgnDInTI > .row .container > .video-iframe-container { display: none; }#cL2dGCWS0gKu6Uy2xsJAyNK9bgnDInTI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cL2dGCWS0gKu6Uy2xsJAyNK9bgnDInTI > .row > .video-iframe-container { display: none; }#cL2dGCWS0gKu6Uy2xsJAyNK9bgnDInTI > .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); }#cL2dGCWS0gKu6Uy2xsJAyNK9bgnDInTI { border-width: 0; border-radius: 0; }#cL2dGCWS0gKu6Uy2xsJAyNK9bgnDInTI > .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; }#cL2dGCWS0gKu6Uy2xsJAyNK9bgnDInTI > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:2.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#mzE8hn95cKFqWVcGfSJslLqK9EhlixZO { position:relative;display:block; }#mzE8hn95cKFqWVcGfSJslLqK9EhlixZO { background-color: transparent; background-image: none; }#mzE8hn95cKFqWVcGfSJslLqK9EhlixZO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mzE8hn95cKFqWVcGfSJslLqK9EhlixZO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mzE8hn95cKFqWVcGfSJslLqK9EhlixZO > .row .container > .video-iframe-container { display: none; }#mzE8hn95cKFqWVcGfSJslLqK9EhlixZO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mzE8hn95cKFqWVcGfSJslLqK9EhlixZO > .row > .video-iframe-container { display: none; }#mzE8hn95cKFqWVcGfSJslLqK9EhlixZO > .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); }#mzE8hn95cKFqWVcGfSJslLqK9EhlixZO { border-width: 0; border-radius: 0; }#mzE8hn95cKFqWVcGfSJslLqK9EhlixZO > .row .container > .video-iframe-container { border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem; }#mzE8hn95cKFqWVcGfSJslLqK9EhlixZO > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#18191f;background-image:none;font-size:0.875rem;font-family:arial;height:15.75rem;width:75rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;position:relative;display:block; }#W4hnQGJP3uPCGPG9Lrcfgm1cWB2HWbdX { color:rgba(var(--color-tertiary-0),1);display:block;width:47.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:2.125rem;left:2.09375rem;height:2.69965rem;display:block; }
#d1paRVMHXAJ3rw0szPqBZ1kie9hGBNOP { color:rgba(var(--color-tertiary-0),1);display:block;width:12.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:10.125rem;left:2.125rem;height:2.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#oSUJicG3xGkZI4WBEaN9kJf4rkRznBPz { color:rgba(var(--color-tertiary-0),1);display:block;width:2.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:7.1875rem;left:2.125rem;height:2.2744125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WbkiHodaXSAo9HdXJ5GgNGqVsNrCEC5K { color:rgba(var(--color-tertiary-0),1);display:block;width:11.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:7.3125rem;left:21.0625rem;height:2.2744125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PEFwUknodvTVWDVhz8tE2C4tQDCh2eAT { color:rgba(var(--color-tertiary-0),1);display:block;width:12.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:10.25rem;left:21.0625rem;height:2.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#E4CR5rCVCadfxU338VJZlowodm85ZPXt { color:rgba(var(--color-tertiary-0),1);display:block;width:11.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:7.625rem;left:43.75rem;height:2.2744125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iabla3Ew9pOgCGGQmQ8GAwielDkxoWhi { color:rgba(var(--color-tertiary-0),1);display:block;width:12.061625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:10.375rem;left:43.6875rem;height:2.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZeP86Swp8oFamK8Cub2BCnJ0qn5WMPE5 { position:relative;display:block; }#ZeP86Swp8oFamK8Cub2BCnJ0qn5WMPE5 { background-color: transparent; background-image: none; }#ZeP86Swp8oFamK8Cub2BCnJ0qn5WMPE5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZeP86Swp8oFamK8Cub2BCnJ0qn5WMPE5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZeP86Swp8oFamK8Cub2BCnJ0qn5WMPE5 > .row .container > .video-iframe-container { display: none; }#ZeP86Swp8oFamK8Cub2BCnJ0qn5WMPE5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZeP86Swp8oFamK8Cub2BCnJ0qn5WMPE5 > .row > .video-iframe-container { display: none; }#ZeP86Swp8oFamK8Cub2BCnJ0qn5WMPE5 > .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); }#ZeP86Swp8oFamK8Cub2BCnJ0qn5WMPE5 { border-width: 0; border-radius: 0; }#ZeP86Swp8oFamK8Cub2BCnJ0qn5WMPE5 > .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; }#ZeP86Swp8oFamK8Cub2BCnJ0qn5WMPE5 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:2.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#GUg8ObE4tmE0SnoU2vrcnF3R8DQDcC12 { position:relative;display:block; }#GUg8ObE4tmE0SnoU2vrcnF3R8DQDcC12 { background-color: transparent; background-image: none; }#GUg8ObE4tmE0SnoU2vrcnF3R8DQDcC12::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GUg8ObE4tmE0SnoU2vrcnF3R8DQDcC12 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GUg8ObE4tmE0SnoU2vrcnF3R8DQDcC12 > .row .container > .video-iframe-container { display: none; }#GUg8ObE4tmE0SnoU2vrcnF3R8DQDcC12 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GUg8ObE4tmE0SnoU2vrcnF3R8DQDcC12 > .row > .video-iframe-container { display: none; }#GUg8ObE4tmE0SnoU2vrcnF3R8DQDcC12 > .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); }#GUg8ObE4tmE0SnoU2vrcnF3R8DQDcC12 { border-width: 0; border-radius: 0; }#GUg8ObE4tmE0SnoU2vrcnF3R8DQDcC12 > .row .container > .video-iframe-container { border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem; }#GUg8ObE4tmE0SnoU2vrcnF3R8DQDcC12 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4f4;background-image:none;font-size:0.875rem;font-family:lato;height:39rem;width:75rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;position:relative;display:block; }#tHTPvxIhJ9iPczu2TDpSrEzVvLw5RJl0 .accordion-element-container { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;flex-direction:column;align-items:center;background-color:#ffffff;background-image:none;vertical-align:top;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#tHTPvxIhJ9iPczu2TDpSrEzVvLw5RJl0 .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#tHTPvxIhJ9iPczu2TDpSrEzVvLw5RJl0 .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.25rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);font-style:normal;line-height:1.6;overflow:hidden;height:auto; }
#tHTPvxIhJ9iPczu2TDpSrEzVvLw5RJl0 .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:var(--paragraphs-font-family);font-weight:300;font-style:normal;line-height:1.6;overflow:hidden;height:auto; }
#tHTPvxIhJ9iPczu2TDpSrEzVvLw5RJl0 .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_e67fb54bd6333a5ee93169028c78b5fb.svg");background-size:contain !important; }#tHTPvxIhJ9iPczu2TDpSrEzVvLw5RJl0 .accordion-trigger.adaptive-delivery-prevent-bg, #tHTPvxIhJ9iPczu2TDpSrEzVvLw5RJl0 .accordion-trigger.lazyload, #tHTPvxIhJ9iPczu2TDpSrEzVvLw5RJl0 .accordion-trigger.lazyloading { background-image: none; }
#tHTPvxIhJ9iPczu2TDpSrEzVvLw5RJl0 { box-sizing:content-box;height:auto;width:44.74825rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15024;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:0.99869823455813rem;left:27.75rem;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#tHTPvxIhJ9iPczu2TDpSrEzVvLw5RJl0 #Avv0QnVT8QgbdcIqi6eFSB9f4MlZ7vJW { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#tHTPvxIhJ9iPczu2TDpSrEzVvLw5RJl0 #hvD36OGnPXdgk2gb3uWnP8JhvRqJsb6h { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#tHTPvxIhJ9iPczu2TDpSrEzVvLw5RJl0 #M8Zfxaf3wdTIg0RRyxSdnFrCTxzqrgcN { display:block;position:relative; }
#tHTPvxIhJ9iPczu2TDpSrEzVvLw5RJl0 #UxwWTkSNlBsK4UIoH20BHrPSQT3zAxRc {  }
#tHTPvxIhJ9iPczu2TDpSrEzVvLw5RJl0 #VZqdWyJbSlfU2TbDo5Eq4nQTEwb6xmFb {  }
#tHTPvxIhJ9iPczu2TDpSrEzVvLw5RJl0 #Xh4o5y9FPNuKKAhl9OZVBS2XFS4IFEVr { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#tHTPvxIhJ9iPczu2TDpSrEzVvLw5RJl0 #ZwvthCePdNMX7pZEAFTVNuWMIQbk1vVD { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#tHTPvxIhJ9iPczu2TDpSrEzVvLw5RJl0 #s5IxvTJvAnUwDInzAUodU5ezFJP52qxZ { display:block;position:relative; }
#tHTPvxIhJ9iPczu2TDpSrEzVvLw5RJl0 #lkp8sfRhh42vAZZIFZViZewDGPLz2iw8 {  }
#tHTPvxIhJ9iPczu2TDpSrEzVvLw5RJl0 #yxddTJi8lW3eCgQPlVLVArAZQP8NMZJL { display:none; }
#tHTPvxIhJ9iPczu2TDpSrEzVvLw5RJl0 #qHMD5MMAma44nxmbpC4awdJIaQ6C5D20 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#tHTPvxIhJ9iPczu2TDpSrEzVvLw5RJl0 #CqQJMAyZt9HSfptwx2IOcxQkRB8UPyk8 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#tHTPvxIhJ9iPczu2TDpSrEzVvLw5RJl0 #PIKBQ54b4UQD4H5ZDN9Rg43HvnxFMa2C { display:block;position:relative; }
#tHTPvxIhJ9iPczu2TDpSrEzVvLw5RJl0 #M53OAatiSoyEJivbfu30hey1S60u7UOt {  }
#tHTPvxIhJ9iPczu2TDpSrEzVvLw5RJl0 #HJlNfWx2xSG7vocsUJMb83ZWRFIq3oRq { display:none; }
#tHTPvxIhJ9iPczu2TDpSrEzVvLw5RJl0 #n3fxJbszW6Ty84JhSg1kOIUAvAtJTNHh { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#tHTPvxIhJ9iPczu2TDpSrEzVvLw5RJl0 #XIyo6lhupmicrrAe6GcGS05Uov0d4Vg7 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#tHTPvxIhJ9iPczu2TDpSrEzVvLw5RJl0 #GxMHKHyQX5Pbn0UMopyfNMUPs7J0M8sk { display:block;position:relative; }
#tHTPvxIhJ9iPczu2TDpSrEzVvLw5RJl0 #cGGJEmBZOtZz2fu15yCcXK0TpdeqkRH2 {  }
#tHTPvxIhJ9iPczu2TDpSrEzVvLw5RJl0 #EZeRJGcIqnZwuJ9O84QvlsbIqLEwpWIk { display:none; }
#tHTPvxIhJ9iPczu2TDpSrEzVvLw5RJl0 #T6TiTiknItyyGmHKpFkrmKWdboKUmrEt { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#tHTPvxIhJ9iPczu2TDpSrEzVvLw5RJl0 #HTx4zLu1IqfCC0r40lMJWSZ0OAlkkq0H { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#tHTPvxIhJ9iPczu2TDpSrEzVvLw5RJl0 #inGA2XuK9ZK4TI6qyAiNrzorZiH7aBDt { display:block;position:relative; }
#tHTPvxIhJ9iPczu2TDpSrEzVvLw5RJl0 #JZV3uIyR3dUMR25lC67hxvGLX28PDXDT {  }
#tHTPvxIhJ9iPczu2TDpSrEzVvLw5RJl0 #KgM3LDRZkZi57TadXm6biBZXkB3NdQqA { display:none; }
#tHTPvxIhJ9iPczu2TDpSrEzVvLw5RJl0 #dvJ14ghKHHZcBIpZAn4AOEX659LedeLT { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#tHTPvxIhJ9iPczu2TDpSrEzVvLw5RJl0 #vw0URp1k0xeaeuHEaWbEMgLvCdLdm424 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#tHTPvxIhJ9iPczu2TDpSrEzVvLw5RJl0 #fUkiwRyIqu1sg2MQvRdoLb5LiFU0O5Mq { display:block;position:relative; }
#tHTPvxIhJ9iPczu2TDpSrEzVvLw5RJl0 #DkaPlJX323bO6PF9kGN9mdDdyb1MqdxL {  }
#tHTPvxIhJ9iPczu2TDpSrEzVvLw5RJl0 #k7tFK3r5F0yeVfhihF5iNIpLKzbCk43r { display:none; }
#mwouTkPRuLGiIlJQAnQ4soZ1VvrMUVmO { color:rgba(var(--color-tertiary-4),1);display:block;width:26.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:2.375rem;left:1.78125rem;height:5.3984375rem;display:block; }
#Fi64fcPKAGIfS3ZwXNIKEc1sNZiA0Jue { box-sizing:content-box;height:25rem;width:24.6875rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/a5bedeb9-3d41-4366-99cd-212a293150d0/fotofaq.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.9924049377444rem;left:1.7805995941162rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }#Fi64fcPKAGIfS3ZwXNIKEc1sNZiA0Jue.adaptive-delivery-prevent-bg, #Fi64fcPKAGIfS3ZwXNIKEc1sNZiA0Jue.lazyload, #Fi64fcPKAGIfS3ZwXNIKEc1sNZiA0Jue.lazyloading { background-image: none; }
#BZC2UWoEe60UKEHZEsrBsvxqrW4otUx6 { position:relative;display:block; }#BZC2UWoEe60UKEHZEsrBsvxqrW4otUx6 { background-color: transparent; background-image: none; }#BZC2UWoEe60UKEHZEsrBsvxqrW4otUx6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BZC2UWoEe60UKEHZEsrBsvxqrW4otUx6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BZC2UWoEe60UKEHZEsrBsvxqrW4otUx6 > .row .container > .video-iframe-container { display: none; }#BZC2UWoEe60UKEHZEsrBsvxqrW4otUx6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BZC2UWoEe60UKEHZEsrBsvxqrW4otUx6 > .row > .video-iframe-container { display: none; }#BZC2UWoEe60UKEHZEsrBsvxqrW4otUx6 > .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); }#BZC2UWoEe60UKEHZEsrBsvxqrW4otUx6 { border-width: 0; border-radius: 0; }#BZC2UWoEe60UKEHZEsrBsvxqrW4otUx6 > .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; }#BZC2UWoEe60UKEHZEsrBsvxqrW4otUx6 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:2.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TgXy0RJGhTHQpuHm4Vc7e3t1JO2AIyfm { position:relative;display:block; } #J4b83ba754513b193e3c6b19b789a6a70a1cc334.widget-smartsection *:focus-visible, #J4b83ba754513b193e3c6b19b789a6a70a1cc334.widget-smartsection input[type="text"]:focus-visible, #J4b83ba754513b193e3c6b19b789a6a70a1cc334.widget-smartsection input[type="email"]:focus-visible, #J4b83ba754513b193e3c6b19b789a6a70a1cc334.widget-smartsection input[type="tel"]:focus-visible, #J4b83ba754513b193e3c6b19b789a6a70a1cc334.widget-smartsection textarea:focus-visible { outline: none; } #TgXy0RJGhTHQpuHm4Vc7e3t1JO2AIyfm > .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) { #Ri7ksUKIr6lkPiw9bOSzL3s6OuEx7tzw { display:block; }#Ri7ksUKIr6lkPiw9bOSzL3s6OuEx7tzw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hd7m9K7TFOQN1vzzOFodByzOFUuiSkf3 { top:1.25rem;left:0rem;width:19.0625rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vd9wgnhAQJG7hIIhTO20Fz4xu3op7ub0 { display:block; }#vd9wgnhAQJG7hIIhTO20Fz4xu3op7ub0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hrcXIBTRmOe7h7yg0cUDNvheiqewKX3A { top:2.5rem;left:0rem;width:35.1875rem;height:7.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIE2S9hNAe88TRFUxq1dSffPUXwZeNfF { top:19.9375rem;left:0rem;width:37.1875rem;height:8.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWxMufyWBcwLC3GVtrIBhT85eO96oAKb .widget-regular-label { width:25.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#cWxMufyWBcwLC3GVtrIBhT85eO96oAKb .widget-input-text { width:25.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#cWxMufyWBcwLC3GVtrIBhT85eO96oAKb .widget-input-text {padding-top: 0; padding-bottom: 0;}#cWxMufyWBcwLC3GVtrIBhT85eO96oAKb .widget-textarea { width:25.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#cWxMufyWBcwLC3GVtrIBhT85eO96oAKb .widget-input-select { width:25.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#cWxMufyWBcwLC3GVtrIBhT85eO96oAKb .widget-input-select {padding-top: 0; padding-bottom: 0;}#cWxMufyWBcwLC3GVtrIBhT85eO96oAKb .widget-input-button { width:24.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0.25rem; }
#cWxMufyWBcwLC3GVtrIBhT85eO96oAKb .widget-checkbox-label { width:23.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#cWxMufyWBcwLC3GVtrIBhT85eO96oAKb  { width:25.125rem;height:auto;top:1.6875rem;left:20.125rem; }
#cWxMufyWBcwLC3GVtrIBhT85eO96oAKb .radio-container { width:25.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#cWxMufyWBcwLC3GVtrIBhT85eO96oAKb {display:block;}#cWxMufyWBcwLC3GVtrIBhT85eO96oAKb { width:25.125rem;height:auto;top:1.6875rem;left:20.125rem; }
 }@media only screen and (max-width: 763px) { #cWxMufyWBcwLC3GVtrIBhT85eO96oAKb #S8GdbpHNRuOHQZGxUtNA0492qNBXCO9H {  }
 }@media only screen and (max-width: 763px) { #cWxMufyWBcwLC3GVtrIBhT85eO96oAKb #gFOCTlbinlHFLGvWSupBAiPrHmGRBDwv {  }
 }@media only screen and (max-width: 763px) { #cWxMufyWBcwLC3GVtrIBhT85eO96oAKb #fxaR5E5aEcq4tkWtaoR0GAX6Sohunz2U {  }
 }@media only screen and (max-width: 763px) { #cWxMufyWBcwLC3GVtrIBhT85eO96oAKb #x8ie6yk2LL4xZdKyoHiu57QOes1vNvZ6 {  }
 }@media only screen and (max-width: 763px) { #cWxMufyWBcwLC3GVtrIBhT85eO96oAKb #oEBIGIsiHZ68UanpXVHgQKySpCQ9uz9C {  }
 }@media only screen and (max-width: 763px) { #cWxMufyWBcwLC3GVtrIBhT85eO96oAKb #Hq0TZwQfPLP1ay3xpb6bv8AQNsdOKGSH {  }
 }@media only screen and (max-width: 763px) { #cWxMufyWBcwLC3GVtrIBhT85eO96oAKb #THLxsfwvKWPKaXXhoE0T84UTrXU06puK {  }
 }@media only screen and (max-width: 763px) { #cWxMufyWBcwLC3GVtrIBhT85eO96oAKb #JnTQVGalRloeo3eyiR38xWXtsaOai277 {  }
 }@media only screen and (max-width: 763px) { #cWxMufyWBcwLC3GVtrIBhT85eO96oAKb #eD7dhrm6AZIJT4gXM2ywal6GVB1tc6i5 {  }
 }@media only screen and (max-width: 763px) { #cWxMufyWBcwLC3GVtrIBhT85eO96oAKb #Zd2WVs9NM26OPVmRT9XrpP1NeOzX8rT1 {  }
 }@media only screen and (max-width: 763px) { #cWxMufyWBcwLC3GVtrIBhT85eO96oAKb #R6SX0rPd6MX4E3y2dpuLf8Mk8wcly82B {  }
 }@media only screen and (max-width: 763px) { #cWxMufyWBcwLC3GVtrIBhT85eO96oAKb #HVldC7TazCItgv9oJ2SVTuPeKmyqBKvD {  }
 }@media only screen and (max-width: 763px) { #cWxMufyWBcwLC3GVtrIBhT85eO96oAKb #k3ZJREJXCNqI1NB5kWVfwoDwG9ORqa7g {  }
 }@media only screen and (max-width: 763px) { #cWxMufyWBcwLC3GVtrIBhT85eO96oAKb #py3r3a8hUeF3z0BvhH4qPWua6cuXfy0b {  }
 }@media only screen and (max-width: 763px) { #cWxMufyWBcwLC3GVtrIBhT85eO96oAKb #Z0Jw1OMNdX5SVNVKpZBFQ6rsv5rqVf5Q {  }
 }@media only screen and (max-width: 763px) { #cWxMufyWBcwLC3GVtrIBhT85eO96oAKb #Hb2I6CKybZV544L2ElQVTaFxSroTnlmT {  }
 }@media only screen and (max-width: 763px) { #cWxMufyWBcwLC3GVtrIBhT85eO96oAKb #MOifMPFQ8Ph6DegWd4iix1O8WF3qRTot {  }
 }@media only screen and (max-width: 763px) { #cWxMufyWBcwLC3GVtrIBhT85eO96oAKb #JfzVtQPDX1315fNBwiBV8xTyC7udqaLo {  }
 }@media only screen and (max-width: 763px) { #cWxMufyWBcwLC3GVtrIBhT85eO96oAKb #dGTc45I3V71C9pkgUb4Jg4AfTZ67sfUP {  }
 }@media only screen and (max-width: 763px) { #cWxMufyWBcwLC3GVtrIBhT85eO96oAKb #KOxLJA0IrPOCq936RMAnFonux7TLLegr {  }
 }@media only screen and (max-width: 763px) { #cWxMufyWBcwLC3GVtrIBhT85eO96oAKb #ce3NoUJMagVttrV5S89yxrdnU46rTEWM {  }
 }@media only screen and (max-width: 763px) { #cWxMufyWBcwLC3GVtrIBhT85eO96oAKb #zkB0NfQuXxDZ9I522FCr2TaMs2LJl4FI {  }
 }@media only screen and (max-width: 763px) { #cWxMufyWBcwLC3GVtrIBhT85eO96oAKb #gJN9Z0OH7POcrxzdloLC7oHPTfgtHmNT {  }
 }@media only screen and (max-width: 763px) { #cWxMufyWBcwLC3GVtrIBhT85eO96oAKb #pD2Fwf19NhKVeuH0PDWeoD8UFczK6W2A {  }
 }@media only screen and (max-width: 763px) { #cWxMufyWBcwLC3GVtrIBhT85eO96oAKb #H6k3zdPqcK4EKSSkBT7Diq9IzzzQmTTS {  }
 }@media only screen and (max-width: 763px) { #yO3GxhvVcNMqHGqu0ks0acUNXenfTdD1 { top:11.5rem;left:0rem;width:35.1875rem;height:;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AsT4IvaGNf0XgfIA25XL5MC32CTxu0Je { top:31.625rem;left:0rem;width:6rem;height:4.2674194419757rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbXeOAfKFXCXAbqlNo6LyFywwXXtGqmZ { top:31.5rem;left:0rem;width:4.5625rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mv8Eq8zitZyyOZSXxUT6NhCSRm2frDOJ { top:31.625rem;left:5.5rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nEBG4mX8bVeyd3C5bC3XqeJZTKGh0K1U { top:37.5625rem;left:0rem;width:4.8125rem;height:4.6895653739087rem;display:block; }
 }@media only screen and (max-width: 763px) { #mc3VfvzPrL6oGsDogrGk0cgL6JrDiqsm { top:37.375rem;left:0rem;width:5.125rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUoH6XMNLkHsr8sukGhSo63Co5tGuT0A { top:37.9375rem;left:5.6875rem;width:3.9375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7BxedkMil1ytsiEU3trLOMcpXMEdTBB { display:block; }#f7BxedkMil1ytsiEU3trLOMcpXMEdTBB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #htfD9UfSFgopHvwytS6nk2IInFbnFO9B { top:3.5625rem;left:0rem;width:3.6875rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #WwUa7vvVUkcbS1d9ykXumKOsdknaCS00 { top:3.625rem;left:7.1875rem;width:5.0625rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #fq8BpEqJFT29wHmBEhApevu8g7Prb83f { top:3.5625rem;left:21.4375rem;width:4.9375rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfsxHuuTIGc3LIcm8VTQ3Z9TFpX8JMNV { top:3.5625rem;left:36.5625rem;width:2.375rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tco3kdp6zLzT7uhDCUzZg93aZZABf0fD { top:3.5625rem;left:44.6875rem;width:3.0625rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEWqPBHUaKKvHJBnCpbRTqg1SwAO3UXq { top:8.6875rem;left:0rem;width:11.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yu8AeyF83vH41yELkout2ifvdm0dCA4D { top:8.6875rem;left:4.3125rem;width:10.875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8kAmh1WpZEqbNhUGoEXsUMyRVUS9Qhl { top:8.6875rem;left:18.4375rem;width:10.875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEQnmTD6FItv22LVer3113b97RPIFoOx { top:8.6875rem;left:32.3125rem;width:10.875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRS8mvaoTxrnlv2BFv3WdLcwMU8BN8Fh { top:8.6875rem;left:36.875rem;width:10.875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyF4hbbGR6T7TWXmatzBSLliTSfMM7nE { display:block; }#yyF4hbbGR6T7TWXmatzBSLliTSfMM7nE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PMAw0hFAzHc0xpNksUQuF4y0FdHbJGT3 { top:10.125rem;left:0rem;width:29.9375rem;height:4.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2d4CGvsFN14roUtrLIGIOwUpZcIvzl0 { top:4.125rem;left:0rem;width:29.3125rem;height:4.9375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbSSEd43DN1io0XCn014DoRCoAST7TWD { display:block; }#HbSSEd43DN1io0XCn014DoRCoAST7TWD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #trFMTxWS9voaIr6e5sUVeAPuTby1gUr9 { top:3.25rem;left:0rem;width:0.9375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQl7BDw5s3Xybs03kmy4KRTTmXcJFDgn { top:3.625rem;left:0rem;width:24rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6skUuCVJ56LeVfuoOobOX6SyhKawZb7 { top:6.625rem;left:0rem;width:25.3125rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwH2vUDdQcvAM1Mph6o31SxTD5BJWko5 { top:3.25rem;left:21rem;width:5.6875rem;height:25.965661737131rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8aL3eQtX1iF8wnxQ0KAEJ0AIXEvenZ6 { top:7.5625rem;left:30.25rem;width:0.9375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #upDhoWlE2sDOJ84G0zKIRs7PhFBroPNT { top:8rem;left:23.6875rem;width:24.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zu5EtNSIo9Pw6MupEnLAwRR9XTl0Xoki { top:11.0625rem;left:22.375rem;width:25.3125rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUOGQRvPk06iESfpsvbAcOCOeMOzrr13 { top:12.4375rem;left:0rem;width:0.9375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOWzBAoCqKHzu7buhqvTHBVM5bBFvwtd { top:12.75rem;left:0rem;width:24rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxFmhzfLrqtIwqqw7dfyu0aRDDwCI6PH { top:15.625rem;left:0rem;width:25.3125rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJFQdsQTiX335KnSvWAur2scGVrLXhwF { top:17.25rem;left:30.25rem;width:0.9375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3zXuvIMo37m8cXknTNF2F4bZkkVha5w { top:17.5625rem;left:24.6875rem;width:23rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eprODBX7BC8HlLTWlBo3Z4ehWKmntK2C { top:21rem;left:22.4375rem;width:25.3125rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8R9sXofBXoovVITXatPnqf4LGOG3hM2 { top:22.3125rem;left:0rem;width:0.9375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyD84ToBPrtbL2csVPnIWbkOaWs6hhqd { top:22.6875rem;left:0rem;width:24rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkeIhHutWme9lNeMu6Fm56TW07ZlQg55 { top:25.875rem;left:0rem;width:25.3125rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyGrhHMSoLDZFDTyH6rhP03n0xO8BqQ6 { top:27.125rem;left:30.25rem;width:0.9375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUGHuAzmy0Wr7onEADV6OpG8d0MoJSar { top:27.5rem;left:24.75rem;width:23rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mt0VNCri5UwgFScLKUcbihW8P3SBlf1I { top:31rem;left:22.4375rem;width:25.3125rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITFM7ZTLpmFgheCSQttWK7KS9Tn1Sk3l { display:block; }#ITFM7ZTLpmFgheCSQttWK7KS9Tn1Sk3l > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WgvmQowpTOJC3nNlkf3W30FSHGImtxJI { width:13.3125rem;height:2.8125rem;top:2.8125rem;left:17.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5gdAyx5hlBPGHLfNTT7LOTTNm0y82wD { display:block; }
 }@media only screen and (max-width: 763px) { #yQUiOLu8t9SC68FJmhHnkyN1FqBhrSmJ { top:7.5625rem;left:9rem;width:9.0625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tw34V2uZgnSFvFyrEFv7JpU4H2Z8LZ52 { display:block; }#Tw34V2uZgnSFvFyrEFv7JpU4H2Z8LZ52 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NGHvAyskMmAWJ2OB5lchbdEarTXcUBdd { top:1.625rem;left:0rem;width:47.75rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBVus6KlKqskmUuVetZXmIgAoyNzZo7l { top:6.25rem;left:0rem;width:22.1875rem;height:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hk0mo0vwzx8MgZLG232ThznpH7e3qyaH { top:6.25rem;left:9.5625rem;width:22.1875rem;height:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KShooewapZFMnJO6SPpPvAs2Db1sOTyz { top:6.25rem;left:25.4375rem;width:22.1875rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #skSBOuo5DkeEXTOCvRgXu93mq8Jk67aO { top:7.5625rem;left:0rem;width:19.5625rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHpwHJgZNyWexayXgln4qP9680buhP69 { top:14.4375rem;left:0rem;width:19.5625rem;height:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Myy6tHl4Hh24rQiNwpMe3yyCwzLi2IPT { top:7.5625rem;left:12.1875rem;width:19.5625rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iuxm6gTxzc4625IUpX9DWHCJ1KHTbt0n { top:12.8125rem;left:12.125rem;width:19.625rem;height:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNGBsSwUBDRpdvdEzKrFq2F7RDoDSXn0 { top:7.5625rem;left:28.0625rem;width:19.5625rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FaWTveULq5pBUOZh63PViveqQqimOnhN { top:13.125rem;left:28rem;width:19.625rem;height:10.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #plHFeOFpIZ2eh47bMII0OmdH31TgJMQ4 { top:23rem;left:8.875rem;width:7.9375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cL2dGCWS0gKu6Uy2xsJAyNK9bgnDInTI { display:block; }#cL2dGCWS0gKu6Uy2xsJAyNK9bgnDInTI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mzE8hn95cKFqWVcGfSJslLqK9EhlixZO { display:block; }#mzE8hn95cKFqWVcGfSJslLqK9EhlixZO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W4hnQGJP3uPCGPG9Lrcfgm1cWB2HWbdX { top:2.125rem;left:0rem;width:47.1875rem;height:2.6875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1paRVMHXAJ3rw0szPqBZ1kie9hGBNOP { top:10.125rem;left:0rem;width:12.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSUJicG3xGkZI4WBEaN9kJf4rkRznBPz { top:7.1875rem;left:0rem;width:2.5625rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbkiHodaXSAo9HdXJ5GgNGqVsNrCEC5K { top:7.3125rem;left:7.4375rem;width:11.875rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEFwUknodvTVWDVhz8tE2C4tQDCh2eAT { top:10.25rem;left:7.4375rem;width:12.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4CR5rCVCadfxU338VJZlowodm85ZPXt { top:7.625rem;left:30.125rem;width:11.875rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iabla3Ew9pOgCGGQmQ8GAwielDkxoWhi { top:10.375rem;left:30.0625rem;width:12rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZeP86Swp8oFamK8Cub2BCnJ0qn5WMPE5 { display:block; }#ZeP86Swp8oFamK8Cub2BCnJ0qn5WMPE5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GUg8ObE4tmE0SnoU2vrcnF3R8DQDcC12 { display:block; }#GUg8ObE4tmE0SnoU2vrcnF3R8DQDcC12 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tHTPvxIhJ9iPczu2TDpSrEzVvLw5RJl0 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#tHTPvxIhJ9iPczu2TDpSrEzVvLw5RJl0 { display:flex;height:auto;width:27.8125rem;top:17.625rem;left:17.4375rem; }
 }@media only screen and (max-width: 763px) { #tHTPvxIhJ9iPczu2TDpSrEzVvLw5RJl0 #Avv0QnVT8QgbdcIqi6eFSB9f4MlZ7vJW {  }
 }@media only screen and (max-width: 763px) { #tHTPvxIhJ9iPczu2TDpSrEzVvLw5RJl0 #hvD36OGnPXdgk2gb3uWnP8JhvRqJsb6h {  }
 }@media only screen and (max-width: 763px) { #tHTPvxIhJ9iPczu2TDpSrEzVvLw5RJl0 #M8Zfxaf3wdTIg0RRyxSdnFrCTxzqrgcN {  }
 }@media only screen and (max-width: 763px) { #tHTPvxIhJ9iPczu2TDpSrEzVvLw5RJl0 #UxwWTkSNlBsK4UIoH20BHrPSQT3zAxRc {  }
 }@media only screen and (max-width: 763px) { #tHTPvxIhJ9iPczu2TDpSrEzVvLw5RJl0 #VZqdWyJbSlfU2TbDo5Eq4nQTEwb6xmFb {  }
 }@media only screen and (max-width: 763px) { #tHTPvxIhJ9iPczu2TDpSrEzVvLw5RJl0 #Xh4o5y9FPNuKKAhl9OZVBS2XFS4IFEVr {  }
 }@media only screen and (max-width: 763px) { #tHTPvxIhJ9iPczu2TDpSrEzVvLw5RJl0 #ZwvthCePdNMX7pZEAFTVNuWMIQbk1vVD {  }
 }@media only screen and (max-width: 763px) { #tHTPvxIhJ9iPczu2TDpSrEzVvLw5RJl0 #s5IxvTJvAnUwDInzAUodU5ezFJP52qxZ {  }
 }@media only screen and (max-width: 763px) { #tHTPvxIhJ9iPczu2TDpSrEzVvLw5RJl0 #lkp8sfRhh42vAZZIFZViZewDGPLz2iw8 {  }
 }@media only screen and (max-width: 763px) { #tHTPvxIhJ9iPczu2TDpSrEzVvLw5RJl0 #yxddTJi8lW3eCgQPlVLVArAZQP8NMZJL {  }
 }@media only screen and (max-width: 763px) { #tHTPvxIhJ9iPczu2TDpSrEzVvLw5RJl0 #qHMD5MMAma44nxmbpC4awdJIaQ6C5D20 {  }
 }@media only screen and (max-width: 763px) { #tHTPvxIhJ9iPczu2TDpSrEzVvLw5RJl0 #CqQJMAyZt9HSfptwx2IOcxQkRB8UPyk8 {  }
 }@media only screen and (max-width: 763px) { #tHTPvxIhJ9iPczu2TDpSrEzVvLw5RJl0 #PIKBQ54b4UQD4H5ZDN9Rg43HvnxFMa2C {  }
 }@media only screen and (max-width: 763px) { #tHTPvxIhJ9iPczu2TDpSrEzVvLw5RJl0 #M53OAatiSoyEJivbfu30hey1S60u7UOt {  }
 }@media only screen and (max-width: 763px) { #tHTPvxIhJ9iPczu2TDpSrEzVvLw5RJl0 #HJlNfWx2xSG7vocsUJMb83ZWRFIq3oRq {  }
 }@media only screen and (max-width: 763px) { #tHTPvxIhJ9iPczu2TDpSrEzVvLw5RJl0 #n3fxJbszW6Ty84JhSg1kOIUAvAtJTNHh {  }
 }@media only screen and (max-width: 763px) { #tHTPvxIhJ9iPczu2TDpSrEzVvLw5RJl0 #XIyo6lhupmicrrAe6GcGS05Uov0d4Vg7 {  }
 }@media only screen and (max-width: 763px) { #tHTPvxIhJ9iPczu2TDpSrEzVvLw5RJl0 #GxMHKHyQX5Pbn0UMopyfNMUPs7J0M8sk {  }
 }@media only screen and (max-width: 763px) { #tHTPvxIhJ9iPczu2TDpSrEzVvLw5RJl0 #cGGJEmBZOtZz2fu15yCcXK0TpdeqkRH2 {  }
 }@media only screen and (max-width: 763px) { #tHTPvxIhJ9iPczu2TDpSrEzVvLw5RJl0 #EZeRJGcIqnZwuJ9O84QvlsbIqLEwpWIk {  }
 }@media only screen and (max-width: 763px) { #tHTPvxIhJ9iPczu2TDpSrEzVvLw5RJl0 #T6TiTiknItyyGmHKpFkrmKWdboKUmrEt {  }
 }@media only screen and (max-width: 763px) { #tHTPvxIhJ9iPczu2TDpSrEzVvLw5RJl0 #HTx4zLu1IqfCC0r40lMJWSZ0OAlkkq0H {  }
 }@media only screen and (max-width: 763px) { #tHTPvxIhJ9iPczu2TDpSrEzVvLw5RJl0 #inGA2XuK9ZK4TI6qyAiNrzorZiH7aBDt {  }
 }@media only screen and (max-width: 763px) { #tHTPvxIhJ9iPczu2TDpSrEzVvLw5RJl0 #JZV3uIyR3dUMR25lC67hxvGLX28PDXDT {  }
 }@media only screen and (max-width: 763px) { #tHTPvxIhJ9iPczu2TDpSrEzVvLw5RJl0 #KgM3LDRZkZi57TadXm6biBZXkB3NdQqA {  }
 }@media only screen and (max-width: 763px) { #tHTPvxIhJ9iPczu2TDpSrEzVvLw5RJl0 #dvJ14ghKHHZcBIpZAn4AOEX659LedeLT {  }
 }@media only screen and (max-width: 763px) { #tHTPvxIhJ9iPczu2TDpSrEzVvLw5RJl0 #vw0URp1k0xeaeuHEaWbEMgLvCdLdm424 {  }
 }@media only screen and (max-width: 763px) { #tHTPvxIhJ9iPczu2TDpSrEzVvLw5RJl0 #fUkiwRyIqu1sg2MQvRdoLb5LiFU0O5Mq {  }
 }@media only screen and (max-width: 763px) { #tHTPvxIhJ9iPczu2TDpSrEzVvLw5RJl0 #DkaPlJX323bO6PF9kGN9mdDdyb1MqdxL {  }
 }@media only screen and (max-width: 763px) { #tHTPvxIhJ9iPczu2TDpSrEzVvLw5RJl0 #k7tFK3r5F0yeVfhihF5iNIpLKzbCk43r {  }
 }@media only screen and (max-width: 763px) { #mwouTkPRuLGiIlJQAnQ4soZ1VvrMUVmO { top:2.375rem;left:0rem;width:26.125rem;height:5.375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fi64fcPKAGIfS3ZwXNIKEc1sNZiA0Jue { top:9.9375rem;left:0rem;width:24.6875rem;height:25rem;display:none; }
 }@media only screen and (max-width: 763px) { #BZC2UWoEe60UKEHZEsrBsvxqrW4otUx6 { display:block; }#BZC2UWoEe60UKEHZEsrBsvxqrW4otUx6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TgXy0RJGhTHQpuHm4Vc7e3t1JO2AIyfm { display:block; } #J4b83ba754513b193e3c6b19b789a6a70a1cc334.widget-smartsection *:focus-visible, #J4b83ba754513b193e3c6b19b789a6a70a1cc334.widget-smartsection input[type="text"]:focus-visible, #J4b83ba754513b193e3c6b19b789a6a70a1cc334.widget-smartsection input[type="email"]:focus-visible, #J4b83ba754513b193e3c6b19b789a6a70a1cc334.widget-smartsection input[type="tel"]:focus-visible, #J4b83ba754513b193e3c6b19b789a6a70a1cc334.widget-smartsection textarea:focus-visible { outline: none; } #TgXy0RJGhTHQpuHm4Vc7e3t1JO2AIyfm > .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) { #Ri7ksUKIr6lkPiw9bOSzL3s6OuEx7tzw { display:block; }#Ri7ksUKIr6lkPiw9bOSzL3s6OuEx7tzw > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hd7m9K7TFOQN1vzzOFodByzOFUuiSkf3 { width:17.1875rem;height:2.875rem;top:1.34375rem;left:1.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vd9wgnhAQJG7hIIhTO20Fz4xu3op7ub0 { display:block; }#vd9wgnhAQJG7hIIhTO20Fz4xu3op7ub0 > .row .container { width:20rem;height:88.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hrcXIBTRmOe7h7yg0cUDNvheiqewKX3A { width:17.5rem;height:7.5rem;top:1.875rem;left:1.0625rem;font-size:2.5rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #aIE2S9hNAe88TRFUxq1dSffPUXwZeNfF { width:17.1875rem;height:12rem;top:18.625rem;left:1.0625rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cWxMufyWBcwLC3GVtrIBhT85eO96oAKb .widget-regular-label { width:15.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#cWxMufyWBcwLC3GVtrIBhT85eO96oAKb .widget-input-text { width:15.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#cWxMufyWBcwLC3GVtrIBhT85eO96oAKb .widget-input-text {padding-top: 0; padding-bottom: 0;}#cWxMufyWBcwLC3GVtrIBhT85eO96oAKb .widget-textarea { width:15.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#cWxMufyWBcwLC3GVtrIBhT85eO96oAKb .widget-input-select { width:15.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#cWxMufyWBcwLC3GVtrIBhT85eO96oAKb .widget-input-select {padding-top: 0; padding-bottom: 0;}#cWxMufyWBcwLC3GVtrIBhT85eO96oAKb .widget-input-button { width:14.9375rem;margin-top:0.25rem;margin-right:0.125rem;margin-bottom:0.25rem;margin-left:0.125rem;font-size:1.125rem;overflow:hidden;height:2.8125rem; }
#cWxMufyWBcwLC3GVtrIBhT85eO96oAKb .widget-checkbox-label { width:13.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#cWxMufyWBcwLC3GVtrIBhT85eO96oAKb  { width:15.25rem;height:auto;top:45.40625rem;left:1.125rem; }
#cWxMufyWBcwLC3GVtrIBhT85eO96oAKb .radio-container { width:15.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#cWxMufyWBcwLC3GVtrIBhT85eO96oAKb {display:block;}#cWxMufyWBcwLC3GVtrIBhT85eO96oAKb { width:15.25rem;height:auto;top:45.40625rem;left:1.125rem; }
 }@media only screen and (max-width: 763px) { #cWxMufyWBcwLC3GVtrIBhT85eO96oAKb #S8GdbpHNRuOHQZGxUtNA0492qNBXCO9H {  }
 }@media only screen and (max-width: 763px) { #cWxMufyWBcwLC3GVtrIBhT85eO96oAKb #gFOCTlbinlHFLGvWSupBAiPrHmGRBDwv {  }
 }@media only screen and (max-width: 763px) { #cWxMufyWBcwLC3GVtrIBhT85eO96oAKb #fxaR5E5aEcq4tkWtaoR0GAX6Sohunz2U {  }
 }@media only screen and (max-width: 763px) { #cWxMufyWBcwLC3GVtrIBhT85eO96oAKb #x8ie6yk2LL4xZdKyoHiu57QOes1vNvZ6 {  }
 }@media only screen and (max-width: 763px) { #cWxMufyWBcwLC3GVtrIBhT85eO96oAKb #oEBIGIsiHZ68UanpXVHgQKySpCQ9uz9C {  }
 }@media only screen and (max-width: 763px) { #cWxMufyWBcwLC3GVtrIBhT85eO96oAKb #Hq0TZwQfPLP1ay3xpb6bv8AQNsdOKGSH {  }
 }@media only screen and (max-width: 763px) { #cWxMufyWBcwLC3GVtrIBhT85eO96oAKb #THLxsfwvKWPKaXXhoE0T84UTrXU06puK {  }
 }@media only screen and (max-width: 763px) { #cWxMufyWBcwLC3GVtrIBhT85eO96oAKb #JnTQVGalRloeo3eyiR38xWXtsaOai277 {  }
 }@media only screen and (max-width: 763px) { #cWxMufyWBcwLC3GVtrIBhT85eO96oAKb #eD7dhrm6AZIJT4gXM2ywal6GVB1tc6i5 {  }
 }@media only screen and (max-width: 763px) { #cWxMufyWBcwLC3GVtrIBhT85eO96oAKb #Zd2WVs9NM26OPVmRT9XrpP1NeOzX8rT1 {  }
 }@media only screen and (max-width: 763px) { #cWxMufyWBcwLC3GVtrIBhT85eO96oAKb #R6SX0rPd6MX4E3y2dpuLf8Mk8wcly82B {  }
 }@media only screen and (max-width: 763px) { #cWxMufyWBcwLC3GVtrIBhT85eO96oAKb #HVldC7TazCItgv9oJ2SVTuPeKmyqBKvD {  }
 }@media only screen and (max-width: 763px) { #cWxMufyWBcwLC3GVtrIBhT85eO96oAKb #k3ZJREJXCNqI1NB5kWVfwoDwG9ORqa7g {  }
 }@media only screen and (max-width: 763px) { #cWxMufyWBcwLC3GVtrIBhT85eO96oAKb #py3r3a8hUeF3z0BvhH4qPWua6cuXfy0b {  }
 }@media only screen and (max-width: 763px) { #cWxMufyWBcwLC3GVtrIBhT85eO96oAKb #Z0Jw1OMNdX5SVNVKpZBFQ6rsv5rqVf5Q {  }
 }@media only screen and (max-width: 763px) { #cWxMufyWBcwLC3GVtrIBhT85eO96oAKb #Hb2I6CKybZV544L2ElQVTaFxSroTnlmT {  }
 }@media only screen and (max-width: 763px) { #cWxMufyWBcwLC3GVtrIBhT85eO96oAKb #MOifMPFQ8Ph6DegWd4iix1O8WF3qRTot {  }
 }@media only screen and (max-width: 763px) { #cWxMufyWBcwLC3GVtrIBhT85eO96oAKb #JfzVtQPDX1315fNBwiBV8xTyC7udqaLo {  }
 }@media only screen and (max-width: 763px) { #cWxMufyWBcwLC3GVtrIBhT85eO96oAKb #dGTc45I3V71C9pkgUb4Jg4AfTZ67sfUP {  }
 }@media only screen and (max-width: 763px) { #cWxMufyWBcwLC3GVtrIBhT85eO96oAKb #KOxLJA0IrPOCq936RMAnFonux7TLLegr {  }
 }@media only screen and (max-width: 763px) { #cWxMufyWBcwLC3GVtrIBhT85eO96oAKb #ce3NoUJMagVttrV5S89yxrdnU46rTEWM {  }
 }@media only screen and (max-width: 763px) { #cWxMufyWBcwLC3GVtrIBhT85eO96oAKb #zkB0NfQuXxDZ9I522FCr2TaMs2LJl4FI {  }
 }@media only screen and (max-width: 763px) { #cWxMufyWBcwLC3GVtrIBhT85eO96oAKb #gJN9Z0OH7POcrxzdloLC7oHPTfgtHmNT {  }
 }@media only screen and (max-width: 763px) { #cWxMufyWBcwLC3GVtrIBhT85eO96oAKb #pD2Fwf19NhKVeuH0PDWeoD8UFczK6W2A {  }
 }@media only screen and (max-width: 763px) { #cWxMufyWBcwLC3GVtrIBhT85eO96oAKb #H6k3zdPqcK4EKSSkBT7Diq9IzzzQmTTS {  }
 }@media only screen and (max-width: 763px) { #yO3GxhvVcNMqHGqu0ks0acUNXenfTdD1 { width:17.4375rem;height:6.5989375rem;top:10.3125rem;left:1.09375rem;font-size:2rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #AsT4IvaGNf0XgfIA25XL5MC32CTxu0Je { width:5.3125rem;height:3.75rem;top:33.5625rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbXeOAfKFXCXAbqlNo6LyFywwXXtGqmZ { width:4.1875rem;height:4.1875rem;top:33.342506408691rem;left:7.905717253685rem;display:block; }
 }@media only screen and (max-width: 763px) { #mv8Eq8zitZyyOZSXxUT6NhCSRm2frDOJ { width:3.875rem;height:3.875rem;top:33.498756408691rem;left:14.431817412376rem;display:block; }
 }@media only screen and (max-width: 763px) { #nEBG4mX8bVeyd3C5bC3XqeJZTKGh0K1U { width:4.375rem;height:4.25rem;top:39.123756408691rem;left:2.1555396318436rem;display:block; }
 }@media only screen and (max-width: 763px) { #mc3VfvzPrL6oGsDogrGk0cgL6JrDiqsm { width:4.6875rem;height:4.6875rem;top:38.905361175537rem;left:7.9998220205306rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUoH6XMNLkHsr8sukGhSo63Co5tGuT0A { width:3.937325rem;height:3.937325rem;top:39.280006408691rem;left:14.367897391319rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7BxedkMil1ytsiEU3trLOMcpXMEdTBB { display:block; }#f7BxedkMil1ytsiEU3trLOMcpXMEdTBB > .row .container { width:20rem;height:23.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #htfD9UfSFgopHvwytS6nk2IInFbnFO9B { width:2.25rem;height:2.5rem;top:2.75rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WwUa7vvVUkcbS1d9ykXumKOsdknaCS00 { width:3.25rem;height:2.4375rem;top:6rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fq8BpEqJFT29wHmBEhApevu8g7Prb83f { width:3.3125rem;height:2.625rem;top:9.8125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfsxHuuTIGc3LIcm8VTQ3Z9TFpX8JMNV { width:1.5625rem;height:2.75rem;top:13.8125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tco3kdp6zLzT7uhDCUzZg93aZZABf0fD { width:2.0625rem;height:2.75rem;top:17.75rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEWqPBHUaKKvHJBnCpbRTqg1SwAO3UXq { width:11.5rem;height:2.59895625rem;top:2.6875rem;left:6.1875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yu8AeyF83vH41yELkout2ifvdm0dCA4D { width:10.875rem;height:2.59895625rem;top:5.9375rem;left:6.1875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #g8kAmh1WpZEqbNhUGoEXsUMyRVUS9Qhl { width:10.875rem;height:2.59895625rem;top:9.8125rem;left:6.1875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eEQnmTD6FItv22LVer3113b97RPIFoOx { width:10.875rem;height:2.59895625rem;top:13.875rem;left:6.1875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mRS8mvaoTxrnlv2BFv3WdLcwMU8BN8Fh { width:10.875rem;height:2.59895625rem;top:17.8125rem;left:6.1875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yyF4hbbGR6T7TWXmatzBSLliTSfMM7nE { display:block; }#yyF4hbbGR6T7TWXmatzBSLliTSfMM7nE { background-color: transparent; background-image: none; }#yyF4hbbGR6T7TWXmatzBSLliTSfMM7nE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yyF4hbbGR6T7TWXmatzBSLliTSfMM7nE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yyF4hbbGR6T7TWXmatzBSLliTSfMM7nE > .row .container > .video-iframe-container { display: none; }#yyF4hbbGR6T7TWXmatzBSLliTSfMM7nE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yyF4hbbGR6T7TWXmatzBSLliTSfMM7nE > .row > .video-iframe-container { display: none; }#yyF4hbbGR6T7TWXmatzBSLliTSfMM7nE > .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); }#yyF4hbbGR6T7TWXmatzBSLliTSfMM7nE > .row .container { width:20rem;height:24.375rem;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/65be8822-0894-440f-ac72-38f2accddfba/bgdesktop.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#yyF4hbbGR6T7TWXmatzBSLliTSfMM7nE > .row .container.adaptive-delivery-prevent-bg, #yyF4hbbGR6T7TWXmatzBSLliTSfMM7nE > .row .container.lazyload, #yyF4hbbGR6T7TWXmatzBSLliTSfMM7nE > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #PMAw0hFAzHc0xpNksUQuF4y0FdHbJGT3 { width:17.374125rem;height:7.5rem;top:13.973524093628rem;left:1.5299480557442rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #f2d4CGvsFN14roUtrLIGIOwUpZcIvzl0 { width:17.125rem;height:8.798625rem;top:3.3116302490234rem;left:1.6555990576744rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HbSSEd43DN1io0XCn014DoRCoAST7TWD { display:block; }#HbSSEd43DN1io0XCn014DoRCoAST7TWD > .row .container { width:20rem;height:85.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #trFMTxWS9voaIr6e5sUVeAPuTby1gUr9 { width:0.9375rem;height:1.9504625rem;top:4.4462890625rem;left:1.373046875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mQl7BDw5s3Xybs03kmy4KRTTmXcJFDgn { width:14.75rem;height:3.8984375rem;top:4.447265625rem;left:3.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #A6skUuCVJ56LeVfuoOobOX6SyhKawZb7 { width:15.4375rem;height:5.19791875rem;top:8.8564453125rem;left:3.2177734375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uwH2vUDdQcvAM1Mph6o31SxTD5BJWko5 { width:5.6875rem;height:25.965661737131rem;top:21.786625rem;left:7.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #S8aL3eQtX1iF8wnxQ0KAEJ0AIXEvenZ6 { width:0.9375rem;height:1.9504625rem;top:16.7490234375rem;left:1.373046875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #upDhoWlE2sDOJ84G0zKIRs7PhFBroPNT { width:14.9375rem;height:3.8984375rem;top:16.8740234375rem;left:3.15625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zu5EtNSIo9Pw6MupEnLAwRR9XTl0Xoki { width:15.5rem;height:7.796875rem;top:21.126953125rem;left:3.1875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AUOGQRvPk06iESfpsvbAcOCOeMOzrr13 { width:0.9375rem;height:1.9504625rem;top:30.576171875rem;left:1.373046875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nOWzBAoCqKHzu7buhqvTHBVM5bBFvwtd { width:15.25rem;height:3.8984375rem;top:30.826171875rem;left:3rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cxFmhzfLrqtIwqqw7dfyu0aRDDwCI6PH { width:15.25rem;height:6.497375rem;top:35.51953125rem;left:3rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HJFQdsQTiX335KnSvWAur2scGVrLXhwF { width:0.9375rem;height:1.9504625rem;top:42.8974609375rem;left:1.373046875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z3zXuvIMo37m8cXknTNF2F4bZkkVha5w { width:15.5625rem;height:2.59895625rem;top:43.2822265625rem;left:2.84375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eprODBX7BC8HlLTWlBo3Z4ehWKmntK2C { width:15.4375rem;height:6.497375rem;top:46.318359375rem;left:2.84375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #m8R9sXofBXoovVITXatPnqf4LGOG3hM2 { width:0.9375rem;height:1.9504625rem;top:54.390625rem;left:1.373046875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xyD84ToBPrtbL2csVPnIWbkOaWs6hhqd { width:15.4375rem;height:3.8984375rem;top:54.390625rem;left:2.90625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kkeIhHutWme9lNeMu6Fm56TW07ZlQg55 { width:15.5rem;height:11.6953125rem;top:59.6220703125rem;left:2.9375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wyGrhHMSoLDZFDTyH6rhP03n0xO8BqQ6 { width:0.9375rem;height:1.9504625rem;top:72.3408203125rem;left:1.373046875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HUGHuAzmy0Wr7onEADV6OpG8d0MoJSar { width:15.5625rem;height:5.19791875rem;top:72.3408203125rem;left:2.84375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Mt0VNCri5UwgFScLKUcbihW8P3SBlf1I { width:15.7493125rem;height:5.19791875rem;top:78.509403228762rem;left:2.7485793828964rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ITFM7ZTLpmFgheCSQttWK7KS9Tn1Sk3l { display:block; }#ITFM7ZTLpmFgheCSQttWK7KS9Tn1Sk3l > .row .container { width:20rem;height:10.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WgvmQowpTOJC3nNlkf3W30FSHGImtxJI { width:8.625rem;height:1.875rem;top:1.3125rem;left:5.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5gdAyx5hlBPGHLfNTT7LOTTNm0y82wD { display:block; }
 }@media only screen and (max-width: 763px) { #yQUiOLu8t9SC68FJmhHnkyN1FqBhrSmJ { width:9.0625rem;height:5.0625rem;top:4.4375rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tw34V2uZgnSFvFyrEFv7JpU4H2Z8LZ52 { display:block; }#Tw34V2uZgnSFvFyrEFv7JpU4H2Z8LZ52 > .row .container { width:20rem;height:79.797744750977rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NGHvAyskMmAWJ2OB5lchbdEarTXcUBdd { width:17.875rem;height:7.7995rem;top:1.25rem;left:1.0625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBVus6KlKqskmUuVetZXmIgAoyNzZo7l { width:18.6875rem;height:18.75rem;top:10.2978515625rem;left:0.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hk0mo0vwzx8MgZLG232ThznpH7e3qyaH { width:19.125rem;height:19.625rem;top:30.1728515625rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KShooewapZFMnJO6SPpPvAs2Db1sOTyz { width:18.75rem;height:21.9375rem;top:50.9228515625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #skSBOuo5DkeEXTOCvRgXu93mq8Jk67aO { width:16.9375rem;height:3.89844375rem;top:11.672875rem;left:1.375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uHpwHJgZNyWexayXgln4qP9680buhP69 { width:17.3125rem;height:10.3958375rem;top:16.922875rem;left:1.5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Myy6tHl4Hh24rQiNwpMe3yyCwzLi2IPT { width:17.1875rem;height:3.89844375rem;top:31.421875rem;left:1.40625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iuxm6gTxzc4625IUpX9DWHCJ1KHTbt0n { width:17.6875rem;height:11.69529375rem;top:36.359375rem;left:1.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uNGBsSwUBDRpdvdEzKrFq2F7RDoDSXn0 { width:16.9375rem;height:3.89844375rem;top:52.109375rem;left:1.53125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FaWTveULq5pBUOZh63PViveqQqimOnhN { width:16.8125rem;height:12.99479375rem;top:57.185546875rem;left:1.59375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #plHFeOFpIZ2eh47bMII0OmdH31TgJMQ4 { width:7.9375rem;height:4.4375rem;top:74.110244750975rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #cL2dGCWS0gKu6Uy2xsJAyNK9bgnDInTI { display:block; }#cL2dGCWS0gKu6Uy2xsJAyNK9bgnDInTI > .row .container { width:20rem;height:2.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mzE8hn95cKFqWVcGfSJslLqK9EhlixZO { display:block; }#mzE8hn95cKFqWVcGfSJslLqK9EhlixZO > .row .container { width:20rem;height:35.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W4hnQGJP3uPCGPG9Lrcfgm1cWB2HWbdX { width:17.3125rem;height:7.1979375rem;top:1.25rem;left:1.5rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1paRVMHXAJ3rw0szPqBZ1kie9hGBNOP { width:16.375rem;height:1.29948125rem;top:12.296224117279rem;left:1.4995661377907rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oSUJicG3xGkZI4WBEaN9kJf4rkRznBPz { width:2.56185rem;height:2.27430625rem;top:9.6087241172788rem;left:1.4995661377907rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WbkiHodaXSAo9HdXJ5GgNGqVsNrCEC5K { width:11.875rem;height:2.27430625rem;top:22.031468868256rem;left:1.4995661377907rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PEFwUknodvTVWDVhz8tE2C4tQDCh2eAT { width:16.25rem;height:2.59895625rem;top:25.029298305511rem;left:1.4995661377907rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #E4CR5rCVCadfxU338VJZlowodm85ZPXt { width:11.875rem;height:2.27430625rem;top:29.118924617768rem;left:1.4995661377907rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iabla3Ew9pOgCGGQmQ8GAwielDkxoWhi { width:16.9375rem;height:1.29948125rem;top:31.393212795258rem;left:1.4995661377907rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZeP86Swp8oFamK8Cub2BCnJ0qn5WMPE5 { display:block; }#ZeP86Swp8oFamK8Cub2BCnJ0qn5WMPE5 > .row .container { width:20rem;height:2.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GUg8ObE4tmE0SnoU2vrcnF3R8DQDcC12 { display:block; }#GUg8ObE4tmE0SnoU2vrcnF3R8DQDcC12 > .row .container { width:20rem;height:82.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tHTPvxIhJ9iPczu2TDpSrEzVvLw5RJl0 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#tHTPvxIhJ9iPczu2TDpSrEzVvLw5RJl0 { display:flex;height:auto;width:17.5rem;top:23.326824188233rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #tHTPvxIhJ9iPczu2TDpSrEzVvLw5RJl0 #Avv0QnVT8QgbdcIqi6eFSB9f4MlZ7vJW {  }
 }@media only screen and (max-width: 763px) { #tHTPvxIhJ9iPczu2TDpSrEzVvLw5RJl0 #hvD36OGnPXdgk2gb3uWnP8JhvRqJsb6h {  }
 }@media only screen and (max-width: 763px) { #tHTPvxIhJ9iPczu2TDpSrEzVvLw5RJl0 #M8Zfxaf3wdTIg0RRyxSdnFrCTxzqrgcN {  }
 }@media only screen and (max-width: 763px) { #tHTPvxIhJ9iPczu2TDpSrEzVvLw5RJl0 #UxwWTkSNlBsK4UIoH20BHrPSQT3zAxRc {  }
 }@media only screen and (max-width: 763px) { #tHTPvxIhJ9iPczu2TDpSrEzVvLw5RJl0 #VZqdWyJbSlfU2TbDo5Eq4nQTEwb6xmFb {  }
 }@media only screen and (max-width: 763px) { #tHTPvxIhJ9iPczu2TDpSrEzVvLw5RJl0 #Xh4o5y9FPNuKKAhl9OZVBS2XFS4IFEVr {  }
 }@media only screen and (max-width: 763px) { #tHTPvxIhJ9iPczu2TDpSrEzVvLw5RJl0 #ZwvthCePdNMX7pZEAFTVNuWMIQbk1vVD {  }
 }@media only screen and (max-width: 763px) { #tHTPvxIhJ9iPczu2TDpSrEzVvLw5RJl0 #s5IxvTJvAnUwDInzAUodU5ezFJP52qxZ {  }
 }@media only screen and (max-width: 763px) { #tHTPvxIhJ9iPczu2TDpSrEzVvLw5RJl0 #lkp8sfRhh42vAZZIFZViZewDGPLz2iw8 {  }
 }@media only screen and (max-width: 763px) { #tHTPvxIhJ9iPczu2TDpSrEzVvLw5RJl0 #yxddTJi8lW3eCgQPlVLVArAZQP8NMZJL {  }
 }@media only screen and (max-width: 763px) { #tHTPvxIhJ9iPczu2TDpSrEzVvLw5RJl0 #qHMD5MMAma44nxmbpC4awdJIaQ6C5D20 {  }
 }@media only screen and (max-width: 763px) { #tHTPvxIhJ9iPczu2TDpSrEzVvLw5RJl0 #CqQJMAyZt9HSfptwx2IOcxQkRB8UPyk8 {  }
 }@media only screen and (max-width: 763px) { #tHTPvxIhJ9iPczu2TDpSrEzVvLw5RJl0 #PIKBQ54b4UQD4H5ZDN9Rg43HvnxFMa2C {  }
 }@media only screen and (max-width: 763px) { #tHTPvxIhJ9iPczu2TDpSrEzVvLw5RJl0 #M53OAatiSoyEJivbfu30hey1S60u7UOt {  }
 }@media only screen and (max-width: 763px) { #tHTPvxIhJ9iPczu2TDpSrEzVvLw5RJl0 #HJlNfWx2xSG7vocsUJMb83ZWRFIq3oRq {  }
 }@media only screen and (max-width: 763px) { #tHTPvxIhJ9iPczu2TDpSrEzVvLw5RJl0 #n3fxJbszW6Ty84JhSg1kOIUAvAtJTNHh {  }
 }@media only screen and (max-width: 763px) { #tHTPvxIhJ9iPczu2TDpSrEzVvLw5RJl0 #XIyo6lhupmicrrAe6GcGS05Uov0d4Vg7 {  }
 }@media only screen and (max-width: 763px) { #tHTPvxIhJ9iPczu2TDpSrEzVvLw5RJl0 #GxMHKHyQX5Pbn0UMopyfNMUPs7J0M8sk {  }
 }@media only screen and (max-width: 763px) { #tHTPvxIhJ9iPczu2TDpSrEzVvLw5RJl0 #cGGJEmBZOtZz2fu15yCcXK0TpdeqkRH2 {  }
 }@media only screen and (max-width: 763px) { #tHTPvxIhJ9iPczu2TDpSrEzVvLw5RJl0 #EZeRJGcIqnZwuJ9O84QvlsbIqLEwpWIk {  }
 }@media only screen and (max-width: 763px) { #tHTPvxIhJ9iPczu2TDpSrEzVvLw5RJl0 #T6TiTiknItyyGmHKpFkrmKWdboKUmrEt {  }
 }@media only screen and (max-width: 763px) { #tHTPvxIhJ9iPczu2TDpSrEzVvLw5RJl0 #HTx4zLu1IqfCC0r40lMJWSZ0OAlkkq0H {  }
 }@media only screen and (max-width: 763px) { #tHTPvxIhJ9iPczu2TDpSrEzVvLw5RJl0 #inGA2XuK9ZK4TI6qyAiNrzorZiH7aBDt {  }
 }@media only screen and (max-width: 763px) { #tHTPvxIhJ9iPczu2TDpSrEzVvLw5RJl0 #JZV3uIyR3dUMR25lC67hxvGLX28PDXDT {  }
 }@media only screen and (max-width: 763px) { #tHTPvxIhJ9iPczu2TDpSrEzVvLw5RJl0 #KgM3LDRZkZi57TadXm6biBZXkB3NdQqA {  }
 }@media only screen and (max-width: 763px) { #tHTPvxIhJ9iPczu2TDpSrEzVvLw5RJl0 #dvJ14ghKHHZcBIpZAn4AOEX659LedeLT {  }
 }@media only screen and (max-width: 763px) { #tHTPvxIhJ9iPczu2TDpSrEzVvLw5RJl0 #vw0URp1k0xeaeuHEaWbEMgLvCdLdm424 {  }
 }@media only screen and (max-width: 763px) { #tHTPvxIhJ9iPczu2TDpSrEzVvLw5RJl0 #fUkiwRyIqu1sg2MQvRdoLb5LiFU0O5Mq {  }
 }@media only screen and (max-width: 763px) { #tHTPvxIhJ9iPczu2TDpSrEzVvLw5RJl0 #DkaPlJX323bO6PF9kGN9mdDdyb1MqdxL {  }
 }@media only screen and (max-width: 763px) { #tHTPvxIhJ9iPczu2TDpSrEzVvLw5RJl0 #k7tFK3r5F0yeVfhihF5iNIpLKzbCk43r {  }
 }@media only screen and (max-width: 763px) { #mwouTkPRuLGiIlJQAnQ4soZ1VvrMUVmO { width:17.75rem;height:7.1979375rem;top:1.6373600959778rem;left:1.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fi64fcPKAGIfS3ZwXNIKEc1sNZiA0Jue { top:9.8817291259762rem;left:1.2803819775581rem;width:17.4370625rem;height:12.5rem;z-index:15026;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/a5bedeb9-3d41-4366-99cd-212a293150d0/fotofaq.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }#Fi64fcPKAGIfS3ZwXNIKEc1sNZiA0Jue.adaptive-delivery-prevent-bg, #Fi64fcPKAGIfS3ZwXNIKEc1sNZiA0Jue.lazyload, #Fi64fcPKAGIfS3ZwXNIKEc1sNZiA0Jue.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #BZC2UWoEe60UKEHZEsrBsvxqrW4otUx6 { display:block; }#BZC2UWoEe60UKEHZEsrBsvxqrW4otUx6 > .row .container { width:20rem;height:2.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TgXy0RJGhTHQpuHm4Vc7e3t1JO2AIyfm { display:block; } #J4b83ba754513b193e3c6b19b789a6a70a1cc334.widget-smartsection *:focus-visible, #J4b83ba754513b193e3c6b19b789a6a70a1cc334.widget-smartsection input[type="text"]:focus-visible, #J4b83ba754513b193e3c6b19b789a6a70a1cc334.widget-smartsection input[type="email"]:focus-visible, #J4b83ba754513b193e3c6b19b789a6a70a1cc334.widget-smartsection input[type="tel"]:focus-visible, #J4b83ba754513b193e3c6b19b789a6a70a1cc334.widget-smartsection textarea:focus-visible { outline: none; } #TgXy0RJGhTHQpuHm4Vc7e3t1JO2AIyfm > .row .container { position:relative;display:block; } }