.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:223,225,220;--color-primary-1:149,154,138;--color-primary-2:42,53,20;--color-primary-3:21,27,10;--color-primary-4:6,8,3;--color-secondary-0:248,247,239;--color-secondary-1:231,229,203;--color-secondary-2:206,203,150;--color-secondary-3:103,102,75;--color-secondary-4:31,30,23;--color-tertiary-0:255,255,255;--color-tertiary-1:255,255,255;--color-tertiary-2:255,255,255;--color-tertiary-3:128,128,128;--color-tertiary-4:25,25,25;--headlines-font-family:"Balthazar";--paragraphs-font-family:"Sen"; }@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:rgba(var(--color-tertiary-0),1);background-image:url("https://old.assets-landingi.com/3bdc07ab6e93c9c38c5a/pictures/e2703fafb4478449323e06bc20c53388.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#wFla3vvEwT3u3lrvZWoq0gXanCnr76nP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wFla3vvEwT3u3lrvZWoq0gXanCnr76nP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wFla3vvEwT3u3lrvZWoq0gXanCnr76nP > .row > .video-iframe-container { display: none; }#wFla3vvEwT3u3lrvZWoq0gXanCnr76nP > .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); }#mMPDsT4ocz3HmyR0galUegdWAkKk6P4Z { 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; }#mMPDsT4ocz3HmyR0galUegdWAkKk6P4Z > .row .container { background-color: transparent; background-image: none; }#mMPDsT4ocz3HmyR0galUegdWAkKk6P4Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mMPDsT4ocz3HmyR0galUegdWAkKk6P4Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mMPDsT4ocz3HmyR0galUegdWAkKk6P4Z > .row .container > .video-iframe-container { display: none; }#mMPDsT4ocz3HmyR0galUegdWAkKk6P4Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mMPDsT4ocz3HmyR0galUegdWAkKk6P4Z > .row > .video-iframe-container { display: none; }#mMPDsT4ocz3HmyR0galUegdWAkKk6P4Z > .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); }#mMPDsT4ocz3HmyR0galUegdWAkKk6P4Z > .row .container { border-width: 0; border-radius: 0; }#mMPDsT4ocz3HmyR0galUegdWAkKk6P4Z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mMPDsT4ocz3HmyR0galUegdWAkKk6P4Z > .row .container { font-size:0.875rem;font-family:arial;height:8.6875rem;width:75rem;position:relative;display:block; }#esXkSFLvJKcMDKBRgUo1hvH6NXzGoFrL { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.3730625rem;width:10.0605625rem;top:0.65625rem;left:0rem;overflow:hidden;display:block; }
#N3g6C0cE99BkBvTGpL8eNQF6HNEQ6GoH { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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(--headlines-font-family);font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.875rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:2.625rem;left:54.8125rem;display:block; }
#xsluLeoAcdOz36vr1JEFuaxeIr2CcVve { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tGP7HD8UKULBZHPT0QDhFXOZ1FwMZZqg { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image: -webkit-linear-gradient(179deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(179deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(179deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(179deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(179deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#tGP7HD8UKULBZHPT0QDhFXOZ1FwMZZqg > .row .container { background-color: transparent; background-image: none; }#tGP7HD8UKULBZHPT0QDhFXOZ1FwMZZqg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tGP7HD8UKULBZHPT0QDhFXOZ1FwMZZqg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tGP7HD8UKULBZHPT0QDhFXOZ1FwMZZqg > .row .container > .video-iframe-container { display: none; }#tGP7HD8UKULBZHPT0QDhFXOZ1FwMZZqg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tGP7HD8UKULBZHPT0QDhFXOZ1FwMZZqg > .row > .video-iframe-container { display: none; }#tGP7HD8UKULBZHPT0QDhFXOZ1FwMZZqg > .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); }#tGP7HD8UKULBZHPT0QDhFXOZ1FwMZZqg > .row .container { border-width: 0; border-radius: 0; }#tGP7HD8UKULBZHPT0QDhFXOZ1FwMZZqg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#tGP7HD8UKULBZHPT0QDhFXOZ1FwMZZqg > .row .container { font-size:0.875rem;font-family:arial;height:44.1875rem;width:75rem;position:relative;display:block; }#cZdBNThKEsB3MQ4l17LXzQAuH9HkuKyP { box-sizing:content-box;height:39.25rem;width:24.8125rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:2.5rem;left:43.875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0rem 0.625rem rgba(var(--color-tertiary-0),0.5) ;display:block; }
#tZrZtMW4uhweJo3pHCNC5OGZghrcc5rv { color:rgba(var(--color-tertiary-4),1);display:block;width:20.5605625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:3.25rem;left:46rem;height:4.54900625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KgAipNeeHReU1Fu34A33fLc7pZ9cnvrJ .widget-form-header {  }
#KgAipNeeHReU1Fu34A33fLc7pZ9cnvrJ .widget-regular-label { height:auto;display:block;font-family:arial;font-size:0.0625rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:22.0625rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top;line-height:0;overflow:hidden; }
#KgAipNeeHReU1Fu34A33fLc7pZ9cnvrJ .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-4),0.5);border-left:0.0625rem solid rgba(var(--color-tertiary-4),0.5);border-right:0.0625rem solid rgba(var(--color-tertiary-4),0.5);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),0.5);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:22.0625rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial;vertical-align:top; }
#KgAipNeeHReU1Fu34A33fLc7pZ9cnvrJ .widget-input-text {padding-top: 0; padding-bottom: 0;}#KgAipNeeHReU1Fu34A33fLc7pZ9cnvrJ .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-4),0.5);border-left:0.0625rem solid rgba(var(--color-tertiary-4),0.5);border-right:0.0625rem solid rgba(var(--color-tertiary-4),0.5);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),0.5);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:22.0625rem;box-sizing:border-box;height:6.75rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial;vertical-align:top; }
#KgAipNeeHReU1Fu34A33fLc7pZ9cnvrJ .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.0625rem solid rgba(var(--color-tertiary-4),0.5);border-left:0.0625rem solid rgba(var(--color-tertiary-4),0.5);border-right:0.0625rem solid rgba(var(--color-tertiary-4),0.5);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),0.5);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:22.0625rem;box-sizing:border-box;height:2.625rem;color:#161616;font-family:var(--headlines-font-family);font-size:0.875rem;overflow:hidden;vertical-align:top; }
#KgAipNeeHReU1Fu34A33fLc7pZ9cnvrJ .widget-input-select {padding-top: 0; padding-bottom: 0;}#KgAipNeeHReU1Fu34A33fLc7pZ9cnvrJ .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#KgAipNeeHReU1Fu34A33fLc7pZ9cnvrJ .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#KgAipNeeHReU1Fu34A33fLc7pZ9cnvrJ .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.0625rem;font-weight:400;color:rgba(var(--color-secondary-0),1);width:22.0625rem;height:2.8125rem;font-family:var(--headlines-font-family);overflow:hidden;font-style:normal; }
#KgAipNeeHReU1Fu34A33fLc7pZ9cnvrJ [class*="-text"]:-moz-placeholder { color:#000000;font-family:var(--headlines-font-family);font-size:0.9375rem; }
#KgAipNeeHReU1Fu34A33fLc7pZ9cnvrJ [class*="-text"]::-moz-placeholder { color:#000000;font-family:var(--headlines-font-family);font-size:0.9375rem; }
#KgAipNeeHReU1Fu34A33fLc7pZ9cnvrJ [class*="-text"]:-ms-input-placeholder { color:#000000;font-family:var(--headlines-font-family);font-size:0.9375rem; }
#KgAipNeeHReU1Fu34A33fLc7pZ9cnvrJ [class*="-text"]::-webkit-input-placeholder { color:#000000;font-family:var(--headlines-font-family);font-size:0.9375rem; }
#KgAipNeeHReU1Fu34A33fLc7pZ9cnvrJ .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:arial;line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:20.875rem;overflow:hidden;font-style:normal;float:none; }
#KgAipNeeHReU1Fu34A33fLc7pZ9cnvrJ .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; }
#KgAipNeeHReU1Fu34A33fLc7pZ9cnvrJ .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:arial;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#KgAipNeeHReU1Fu34A33fLc7pZ9cnvrJ .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#KgAipNeeHReU1Fu34A33fLc7pZ9cnvrJ .widget-container:first-of-type{padding-top:0;}#KgAipNeeHReU1Fu34A33fLc7pZ9cnvrJ .widget-container:last-of-type{padding-bottom:0;}#KgAipNeeHReU1Fu34A33fLc7pZ9cnvrJ  { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.0625rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15020;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:6.8124103546144rem;left:43.999912261963rem; }
#KgAipNeeHReU1Fu34A33fLc7pZ9cnvrJ .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:22.0625rem;display:block;vertical-align:top; }
#KgAipNeeHReU1Fu34A33fLc7pZ9cnvrJ .widget-info-text { display:block;height:auto;font-family:arial;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; }
#KgAipNeeHReU1Fu34A33fLc7pZ9cnvrJ {display:block;}#KgAipNeeHReU1Fu34A33fLc7pZ9cnvrJ { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.0625rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15020;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:6.8124103546144rem;left:43.999912261963rem; }
#KgAipNeeHReU1Fu34A33fLc7pZ9cnvrJ #qGZvTtI32w35GNFIMLJ1goawRHrkKRrG { position:relative; }
#KgAipNeeHReU1Fu34A33fLc7pZ9cnvrJ #awbUXN2cK2EbZA3yDueRWGcarHmySHCV { position:relative;display:block; }
#KgAipNeeHReU1Fu34A33fLc7pZ9cnvrJ #S4UkAXE3G1RdsINDSbg5IV4UumEL2Do0 { position:relative; }
#KgAipNeeHReU1Fu34A33fLc7pZ9cnvrJ #XkmLD7PrcL7c5TXz2wckC83v0BnxSqnF { position:relative; }
#KgAipNeeHReU1Fu34A33fLc7pZ9cnvrJ #MseUeluLPW1QaOXls13WpTS1kVfqU4bu { position:relative;display:none; }
#KgAipNeeHReU1Fu34A33fLc7pZ9cnvrJ #gUTKc6T7fNQKFV2MDvvGzuZeXFC7e9pB { position:relative; }
#KgAipNeeHReU1Fu34A33fLc7pZ9cnvrJ #uJDbQgXoTSLnrg8x288CvVXBlWTHS8ix { position:relative; }
#KgAipNeeHReU1Fu34A33fLc7pZ9cnvrJ #Gmo4BTGnxukdRCMoNIkrT4U5xyOWAdvA { position:relative;display:none; }
#KgAipNeeHReU1Fu34A33fLc7pZ9cnvrJ #KKQkDbcSs1HMZetZtH6TllEgTNnI5Wx0 { position:relative; }
#KgAipNeeHReU1Fu34A33fLc7pZ9cnvrJ #UI4TqGWElSOcL7KSxFZh9I4KEgIeVg4e { position:relative; }
#KgAipNeeHReU1Fu34A33fLc7pZ9cnvrJ #AlMusENpVN37VEc8RficIWb05rF1WFor { position:relative;display:none; }
#KgAipNeeHReU1Fu34A33fLc7pZ9cnvrJ #CBuewG9dnwHGSu34CRTRMbPptzg7RUdT { position:relative; }
#KgAipNeeHReU1Fu34A33fLc7pZ9cnvrJ #fmmqweJfWUWNFAJsJdWvtde4u4UQq5yv { position:relative; }
#KgAipNeeHReU1Fu34A33fLc7pZ9cnvrJ #Msdre5lyhDNreHqJsLefO4NFFBGWKTfC { position:relative;display:none; }
#KgAipNeeHReU1Fu34A33fLc7pZ9cnvrJ #iUIri7ErEDVFMByAXRpo292zgd6WDxpK { position:relative; }
#KgAipNeeHReU1Fu34A33fLc7pZ9cnvrJ #sPoesCCpZfNioO3VUqr8k0ImFBDsTdOr { position:relative; }
#KgAipNeeHReU1Fu34A33fLc7pZ9cnvrJ #Mya6E4DLZqenxpwdcSLGAvZEUXxsZ8qQ { position:relative; }
#nTZPvzPdmBQvTycRQLA9Va7vuCTThpmS { color:rgba(var(--color-primary-2),1);display:block;width:21.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:39.11328125rem;left:45.46875rem;height:1.5434125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#V6gZ1Si4WtyeZJHZhQwWm8ILaZ407Sn3 { color:rgba(var(--color-primary-4),1);display:block;width:22.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:32.875rem;left:45.0625rem;height:5.68625625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Jys5FCCs5kLdfiuqMtfB2nUflRh6NJvr { 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:37rem;width:37rem;top:3.59375rem;left:0.25rem;overflow:hidden;display:block; }
#MmXRZKD5LpBUtisv8lpCJAmPJpnBV71H { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MmXRZKD5LpBUtisv8lpCJAmPJpnBV71H > .row .container { background-color: transparent; background-image: none; }#MmXRZKD5LpBUtisv8lpCJAmPJpnBV71H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MmXRZKD5LpBUtisv8lpCJAmPJpnBV71H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MmXRZKD5LpBUtisv8lpCJAmPJpnBV71H > .row .container > .video-iframe-container { display: none; }#MmXRZKD5LpBUtisv8lpCJAmPJpnBV71H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MmXRZKD5LpBUtisv8lpCJAmPJpnBV71H > .row > .video-iframe-container { display: none; }#MmXRZKD5LpBUtisv8lpCJAmPJpnBV71H > .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); }#MmXRZKD5LpBUtisv8lpCJAmPJpnBV71H > .row .container { border-width: 0; border-radius: 0; }#MmXRZKD5LpBUtisv8lpCJAmPJpnBV71H > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MmXRZKD5LpBUtisv8lpCJAmPJpnBV71H > .row .container { font-size:0.875rem;font-family:arial;height:7.4375rem;width:75rem;position:relative;display:block; }#TV7wauUzVXOPlNkJ9tUnWlK6zQF1uNVa { display:block;width:49.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;z-index:15004;line-height:1.4;top:1.53125rem;left:12.59375rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;color:rgba(var(--color-tertiary-2),1);font-weight:700;height:4.375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yGn2Gwu56m4MXxuB2R6eZmzesu4u5T5R { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#yGn2Gwu56m4MXxuB2R6eZmzesu4u5T5R > .row .container { background-color: transparent; background-image: none; }#yGn2Gwu56m4MXxuB2R6eZmzesu4u5T5R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yGn2Gwu56m4MXxuB2R6eZmzesu4u5T5R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yGn2Gwu56m4MXxuB2R6eZmzesu4u5T5R > .row .container > .video-iframe-container { display: none; }#yGn2Gwu56m4MXxuB2R6eZmzesu4u5T5R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yGn2Gwu56m4MXxuB2R6eZmzesu4u5T5R > .row > .video-iframe-container { display: none; }#yGn2Gwu56m4MXxuB2R6eZmzesu4u5T5R > .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); }#yGn2Gwu56m4MXxuB2R6eZmzesu4u5T5R > .row .container { border-width: 0; border-radius: 0; }#yGn2Gwu56m4MXxuB2R6eZmzesu4u5T5R > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#yGn2Gwu56m4MXxuB2R6eZmzesu4u5T5R > .row .container { font-size:0.875rem;font-family:arial;height:5.875rem;width:75rem;position:relative;display:block; }#zVTUuzttxTRfcDsxMrqyOKxUFadWP8tr { display:block;width:54.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.6875rem;z-index:15003;line-height:1.1;top:2.91796875rem;left:10.03125rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;color:rgba(var(--color-tertiary-4),1);font-weight:700;height:2.95605625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nM8JdoFabvifvW5wTBblteOvrvORpU2V { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#nM8JdoFabvifvW5wTBblteOvrvORpU2V > .row .container { background-color: transparent; background-image: none; }#nM8JdoFabvifvW5wTBblteOvrvORpU2V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nM8JdoFabvifvW5wTBblteOvrvORpU2V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nM8JdoFabvifvW5wTBblteOvrvORpU2V > .row .container > .video-iframe-container { display: none; }#nM8JdoFabvifvW5wTBblteOvrvORpU2V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nM8JdoFabvifvW5wTBblteOvrvORpU2V > .row > .video-iframe-container { display: none; }#nM8JdoFabvifvW5wTBblteOvrvORpU2V > .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); }#nM8JdoFabvifvW5wTBblteOvrvORpU2V > .row .container { border-width: 0; border-radius: 0; }#nM8JdoFabvifvW5wTBblteOvrvORpU2V > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#nM8JdoFabvifvW5wTBblteOvrvORpU2V > .row .container { font-size:0.875rem;font-family:arial;height:40.875rem;width:75rem;position:relative;display:block; }#VbtML3zHgyaPCAfhf84uxtuwRh5BBXLw { display:block;width:37.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;z-index:15002;line-height:1.4;top:2.984375rem;left:37.5rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;color:rgba(var(--color-primary-4),1);font-weight:400;height:34.909875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OPE4r9svryR5pP8eJgTpeCDTEA28XDWD { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),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.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.625rem;height:3rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:33.625rem;left:2.125rem;display:block; }
#X5Uad8dLihrxGZgsPFweOxKJoT6kcdO1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zRI1H5oVgGmvckJnnt2PUmaUpMTWTUDe { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.75rem;width:31.3125rem;top:7.75rem;left:1.0625rem;overflow:hidden;display:block; }
#XIwkbv8Dy1uKcTpxPeEoesW0PZX93HK7 { box-sizing:content-box;height:23.25rem;width:27.25rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.4375rem;left:6.875rem;display:block; }
#nQsd413ecT0eOBx8TumhpklVLxVTXBB8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#nQsd413ecT0eOBx8TumhpklVLxVTXBB8 > .row .container { background-color: transparent; background-image: none; }#nQsd413ecT0eOBx8TumhpklVLxVTXBB8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQsd413ecT0eOBx8TumhpklVLxVTXBB8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQsd413ecT0eOBx8TumhpklVLxVTXBB8 > .row .container > .video-iframe-container { display: none; }#nQsd413ecT0eOBx8TumhpklVLxVTXBB8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQsd413ecT0eOBx8TumhpklVLxVTXBB8 > .row > .video-iframe-container { display: none; }#nQsd413ecT0eOBx8TumhpklVLxVTXBB8 > .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); }#nQsd413ecT0eOBx8TumhpklVLxVTXBB8 > .row .container { border-width: 0; border-radius: 0; }#nQsd413ecT0eOBx8TumhpklVLxVTXBB8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nQsd413ecT0eOBx8TumhpklVLxVTXBB8 > .row .container { font-size:0.875rem;font-family:arial;height:5.9375rem;width:75rem;position:relative;display:block; }#z1hfTrxKcmvN68cw4UT9m2S0fwzk513F { color:#000000;display:block;width:31.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.6875rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:2.98046875rem;left:21.75rem;height:2.95605625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Wp3qpIA3Gp4DaKGxRsXisbbOJQnH14l8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#Wp3qpIA3Gp4DaKGxRsXisbbOJQnH14l8 > .row .container { background-color: transparent; background-image: none; }#Wp3qpIA3Gp4DaKGxRsXisbbOJQnH14l8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wp3qpIA3Gp4DaKGxRsXisbbOJQnH14l8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wp3qpIA3Gp4DaKGxRsXisbbOJQnH14l8 > .row .container > .video-iframe-container { display: none; }#Wp3qpIA3Gp4DaKGxRsXisbbOJQnH14l8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wp3qpIA3Gp4DaKGxRsXisbbOJQnH14l8 > .row > .video-iframe-container { display: none; }#Wp3qpIA3Gp4DaKGxRsXisbbOJQnH14l8 > .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); }#Wp3qpIA3Gp4DaKGxRsXisbbOJQnH14l8 > .row .container { border-width: 0; border-radius: 0; }#Wp3qpIA3Gp4DaKGxRsXisbbOJQnH14l8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Wp3qpIA3Gp4DaKGxRsXisbbOJQnH14l8 > .row .container { font-size:0.875rem;font-family:arial;height:38.625rem;width:75rem;position:relative;display:block; }#z0tJtS2s9ohqv9tKQJscUMGtS4FiKhc3 { color:#000000;display:block;width:37.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:3.40625rem;left:2.4375rem;height:24.375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bwRsAAgB0KSUCy94h1HWOdKRbhWeOzP7 { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),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.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.625rem;height:3rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:31.1875rem;left:2.4375rem;display:block; }
#gQUfzEHiF2GXfQF3LmIoVQgbqBcQiByT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#reUQXfhZ0MqUTSGkFTvdIf4FAiPbKztT { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.6875rem;width:27.25rem;top:3.40625rem;left:44.5185546875rem;overflow:hidden;display:block; }
#HySsnO7IfzkKp10uo9iuVxOVS6pgLSrK { 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:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.25rem;height:3.25rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:31.0625rem;left:44.5185546875rem;display:block; }
#BTGTgox2Rn3Zt18TLTD20gvTrtNdg8sQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#llH1SdnhaPKJNxhDpG5FpLhLpJLBHJKd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),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; }#llH1SdnhaPKJNxhDpG5FpLhLpJLBHJKd > .row .container { background-color: transparent; background-image: none; }#llH1SdnhaPKJNxhDpG5FpLhLpJLBHJKd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#llH1SdnhaPKJNxhDpG5FpLhLpJLBHJKd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#llH1SdnhaPKJNxhDpG5FpLhLpJLBHJKd > .row .container > .video-iframe-container { display: none; }#llH1SdnhaPKJNxhDpG5FpLhLpJLBHJKd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#llH1SdnhaPKJNxhDpG5FpLhLpJLBHJKd > .row > .video-iframe-container { display: none; }#llH1SdnhaPKJNxhDpG5FpLhLpJLBHJKd > .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); }#llH1SdnhaPKJNxhDpG5FpLhLpJLBHJKd > .row .container { border-width: 0; border-radius: 0; }#llH1SdnhaPKJNxhDpG5FpLhLpJLBHJKd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#llH1SdnhaPKJNxhDpG5FpLhLpJLBHJKd > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#OHVUAuidMG48HdCuACSvcxuxstkNse7D { color:rgba(var(--color-primary-2),1);display:block;width:62.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:3rem;left:6.40625rem;height:2.88751875rem;text-align:center;text-align-last:center;display:block; }
#xxABLmFLdTSLn5tZw3LFXzdoznNLRSfo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),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; }#xxABLmFLdTSLn5tZw3LFXzdoznNLRSfo > .row .container { background-color: transparent; background-image: none; }#xxABLmFLdTSLn5tZw3LFXzdoznNLRSfo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xxABLmFLdTSLn5tZw3LFXzdoznNLRSfo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xxABLmFLdTSLn5tZw3LFXzdoznNLRSfo > .row .container > .video-iframe-container { display: none; }#xxABLmFLdTSLn5tZw3LFXzdoznNLRSfo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xxABLmFLdTSLn5tZw3LFXzdoznNLRSfo > .row > .video-iframe-container { display: none; }#xxABLmFLdTSLn5tZw3LFXzdoznNLRSfo > .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); }#xxABLmFLdTSLn5tZw3LFXzdoznNLRSfo > .row .container { border-width: 0; border-radius: 0; }#xxABLmFLdTSLn5tZw3LFXzdoznNLRSfo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xxABLmFLdTSLn5tZw3LFXzdoznNLRSfo > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#TD4Atcqk18GGsF7qAXcDZCp6pCyvvwbP { box-sizing:content-box;height:13.125rem;width:23.75rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/cb8aea1a-b107-445b-9ff5-7dda6039fa59/GettyImages1344768020crop_1255x1330_3150crop_1253x1201_0129crop_1251x961_066.crop_1251x823_0,19.jpg");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:0.8746337890625rem;left:25.625rem;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }#TD4Atcqk18GGsF7qAXcDZCp6pCyvvwbP.adaptive-delivery-prevent-bg, #TD4Atcqk18GGsF7qAXcDZCp6pCyvvwbP.lazyload, #TD4Atcqk18GGsF7qAXcDZCp6pCyvvwbP.lazyloading { background-image: none; }
#TD4Atcqk18GGsF7qAXcDZCp6pCyvvwbP::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem; }#TD4Atcqk18GGsF7qAXcDZCp6pCyvvwbP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OdDIp22rDPlu6kmhoJQpQmomM7Qw2mdx { color:rgba(var(--color-primary-2),1);display:block;width:15.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:15.0732421875rem;left:29.96875rem;height:1.86834375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NwS1tnIBqwicEo6gPoPGxBuouoqGD8dW { color:rgba(var(--color-primary-2),1);display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:15.0322265625rem;left:54.15625rem;height:1.949575rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lL2cmHNU0kSTNMGM5p4q4begmyeTkaQG { box-sizing:content-box;height:13.125rem;width:23.75rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/864dd407-031a-4278-ad45-09b4189a248b/resizedimagetrustandwill___02170845579.crop_1200x807_0,93.webp");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:0.8740234375rem;left:50.625rem;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }#lL2cmHNU0kSTNMGM5p4q4begmyeTkaQG.adaptive-delivery-prevent-bg, #lL2cmHNU0kSTNMGM5p4q4begmyeTkaQG.lazyload, #lL2cmHNU0kSTNMGM5p4q4begmyeTkaQG.lazyloading { background-image: none; }
#lL2cmHNU0kSTNMGM5p4q4begmyeTkaQG::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem; }#lL2cmHNU0kSTNMGM5p4q4begmyeTkaQG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fhBpT8mGhhfTNJfUUZNXoDcmkCfaa6VA { color:rgba(var(--color-primary-2),1);display:block;width:20.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:15.5625rem;left:2.0625rem;height:1.949575rem;text-align:center;text-align-last:center;display:block; }
#vkNKiZVdIw2l1uwDedaApmuMQtfr2nMF { box-sizing:content-box;height:13.125rem;width:23.75rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ea96a3fa-c9e5-4610-800c-f3b1a54684e3/estateplanningcrop_1651x1080_190.crop_881x576_462,74.webp");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:1.25rem;left:0.625rem;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }#vkNKiZVdIw2l1uwDedaApmuMQtfr2nMF.adaptive-delivery-prevent-bg, #vkNKiZVdIw2l1uwDedaApmuMQtfr2nMF.lazyload, #vkNKiZVdIw2l1uwDedaApmuMQtfr2nMF.lazyloading { background-image: none; }
#vkNKiZVdIw2l1uwDedaApmuMQtfr2nMF::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem; }#vkNKiZVdIw2l1uwDedaApmuMQtfr2nMF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ogwqpy3pHRzHAboO9BtGUvWyXe6aekoq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),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; }#ogwqpy3pHRzHAboO9BtGUvWyXe6aekoq > .row .container { background-color: transparent; background-image: none; }#ogwqpy3pHRzHAboO9BtGUvWyXe6aekoq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ogwqpy3pHRzHAboO9BtGUvWyXe6aekoq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ogwqpy3pHRzHAboO9BtGUvWyXe6aekoq > .row .container > .video-iframe-container { display: none; }#ogwqpy3pHRzHAboO9BtGUvWyXe6aekoq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ogwqpy3pHRzHAboO9BtGUvWyXe6aekoq > .row > .video-iframe-container { display: none; }#ogwqpy3pHRzHAboO9BtGUvWyXe6aekoq > .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); }#ogwqpy3pHRzHAboO9BtGUvWyXe6aekoq > .row .container { border-width: 0; border-radius: 0; }#ogwqpy3pHRzHAboO9BtGUvWyXe6aekoq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ogwqpy3pHRzHAboO9BtGUvWyXe6aekoq > .row .container { font-size:0.875rem;font-family:arial;height:27.375rem;width:75rem;position:relative;display:block; }#Vrgy5Jm7lMk2kDshVFbAuVvPGu8b7xcv { box-sizing:content-box;height:13.125rem;width:23.75rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/cecf9b98-3667-46e0-b8ce-3be47635a03e/a501d7d7moneyjar1024x576.crop_837x576_0,0.jpg");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:0.875rem;left:25.625rem;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }#Vrgy5Jm7lMk2kDshVFbAuVvPGu8b7xcv.adaptive-delivery-prevent-bg, #Vrgy5Jm7lMk2kDshVFbAuVvPGu8b7xcv.lazyload, #Vrgy5Jm7lMk2kDshVFbAuVvPGu8b7xcv.lazyloading { background-image: none; }
#Vrgy5Jm7lMk2kDshVFbAuVvPGu8b7xcv::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem; }#Vrgy5Jm7lMk2kDshVFbAuVvPGu8b7xcv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HUT6zUCNXOkoCNaz3O9sdWCnpiaTBIui { box-sizing:content-box;height:13.125rem;width:23.75rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/af9b8b2e-b618-4634-be4b-2bd8b46d94d1/childcustody2.jpg");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:0.875rem;left:50.625rem;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }#HUT6zUCNXOkoCNaz3O9sdWCnpiaTBIui.adaptive-delivery-prevent-bg, #HUT6zUCNXOkoCNaz3O9sdWCnpiaTBIui.lazyload, #HUT6zUCNXOkoCNaz3O9sdWCnpiaTBIui.lazyloading { background-image: none; }
#HUT6zUCNXOkoCNaz3O9sdWCnpiaTBIui::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem; }#HUT6zUCNXOkoCNaz3O9sdWCnpiaTBIui::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p3pSE10BJV858y3wSE9Kwi4i57ncPznb { color:rgba(var(--color-primary-2),1);display:block;width:16rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:14.2236328125rem;left:29.5rem;height:3.89915rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fw0aMrvaq9ClEewWotPWrRxxmxs7QK9B { color:rgba(var(--color-primary-2),1);display:block;width:15.3730625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:15.34765625rem;left:54.8125rem;height:1.6495rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#d7tdc9W5QTNrLZtlTuUTH60Mcs6AcC5p { box-sizing:content-box;height:13.125rem;width:23.75rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7f3029b8-c270-4c91-b1fa-95c8238c0466/probatener.webp");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:0.875rem;left:0.625rem;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }#d7tdc9W5QTNrLZtlTuUTH60Mcs6AcC5p.adaptive-delivery-prevent-bg, #d7tdc9W5QTNrLZtlTuUTH60Mcs6AcC5p.lazyload, #d7tdc9W5QTNrLZtlTuUTH60Mcs6AcC5p.lazyloading { background-image: none; }
#d7tdc9W5QTNrLZtlTuUTH60Mcs6AcC5p::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem; }#d7tdc9W5QTNrLZtlTuUTH60Mcs6AcC5p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aLiwWZR2SzJfZaK1LFRvFSUQkNkQEO8f { color:rgba(var(--color-primary-2),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:15.1982421875rem;left:4.6875rem;height:1.949575rem;text-align:center;text-align-last:center;display:block; }
#DZWbKrEcN2FRONAUbOfRlHfUSdMs0B4w { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),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.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.625rem;height:3rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:21.15625rem;left:28.6875rem;display:block; }
#EKJT9yDBL21Ii2MBrxl7dBlip3aG28Lb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#R4rvWCLW52Zq37B6P5T7LuSIim63aTlX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#R4rvWCLW52Zq37B6P5T7LuSIim63aTlX > .row .container { background-color: transparent; background-image: none; }#R4rvWCLW52Zq37B6P5T7LuSIim63aTlX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R4rvWCLW52Zq37B6P5T7LuSIim63aTlX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R4rvWCLW52Zq37B6P5T7LuSIim63aTlX > .row .container > .video-iframe-container { display: none; }#R4rvWCLW52Zq37B6P5T7LuSIim63aTlX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R4rvWCLW52Zq37B6P5T7LuSIim63aTlX > .row > .video-iframe-container { display: none; }#R4rvWCLW52Zq37B6P5T7LuSIim63aTlX > .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); }#R4rvWCLW52Zq37B6P5T7LuSIim63aTlX > .row .container { border-width: 0; border-radius: 0; }#R4rvWCLW52Zq37B6P5T7LuSIim63aTlX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#R4rvWCLW52Zq37B6P5T7LuSIim63aTlX > .row .container { font-size:0.875rem;font-family:arial;height:6.875rem;width:75rem;position:relative;display:block; }#PVUFQxVva5Lw5TTp2NxhcEUfOTa3DrQS { color:rgba(var(--color-tertiary-0),1);display:block;width:62.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:2.67578125rem;left:6.40625rem;height:;text-align:center;text-align-last:center;display:block; }
#xMgoCTZ3QygGZyMa8WkEMvsrz7vkTGF4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xMgoCTZ3QygGZyMa8WkEMvsrz7vkTGF4 > .row .container { background-color: transparent; background-image: none; }#xMgoCTZ3QygGZyMa8WkEMvsrz7vkTGF4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xMgoCTZ3QygGZyMa8WkEMvsrz7vkTGF4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xMgoCTZ3QygGZyMa8WkEMvsrz7vkTGF4 > .row .container > .video-iframe-container { display: none; }#xMgoCTZ3QygGZyMa8WkEMvsrz7vkTGF4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xMgoCTZ3QygGZyMa8WkEMvsrz7vkTGF4 > .row > .video-iframe-container { display: none; }#xMgoCTZ3QygGZyMa8WkEMvsrz7vkTGF4 > .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); }#xMgoCTZ3QygGZyMa8WkEMvsrz7vkTGF4 > .row .container { border-width: 0; border-radius: 0; }#xMgoCTZ3QygGZyMa8WkEMvsrz7vkTGF4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xMgoCTZ3QygGZyMa8WkEMvsrz7vkTGF4 > .row .container { font-size:0.875rem;font-family:arial;height:26.25rem;width:75rem;position:relative;display:block; }#PIizr55SIVZ5EdaA3Uzb59isTMCbxS3T { box-sizing:content-box;height:20.625rem;width:21.875rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.4375rem rgba(var(--color-tertiary-0),0.35) ;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);top:1.75rem;left:1.625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#xcHvA8n17XQwVUSmHT0CKEVV3J7n7kiX { box-sizing:content-box;height:20.625rem;width:21.875rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: 0rem 0rem 0.4375rem rgba(var(--color-tertiary-0),0.35) ;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);top:1.75rem;left:26.5625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#FyTXQdFwUMpoOr8OEV31CyO3SDQAaiB0 { box-sizing:content-box;height:20.625rem;width:21.875rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: 0rem 0rem 0.4375rem rgba(var(--color-tertiary-0),0.35) ;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);top:1.75rem;left:51.5625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#BUKTOQEw9yhBdesmPlzSkwLm8azF5r2Q { color:rgba(var(--color-tertiary-0),1);display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:4.625rem;left:3.6875rem;height:10.7954375rem;font-style:italic;display:block; }
#PFLErXGPrK8lvJH6E5HFrudO8mUpaztI { color:rgba(var(--color-tertiary-0),1);display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:18.1875rem;left:3.6875rem;height:1.3496125rem;font-style:normal;display:block; }
#Wz7G2VfF0C34ZgBDtn4mqVBxGcAquttw { color:rgba(var(--color-tertiary-0),1);display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:4.625rem;left:28.6875rem;height:9.446rem;font-style:italic;display:block; }
#BchAJBVBONaMSnetucI3heLi7oOr6wVS { color:rgba(var(--color-tertiary-0),1);display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:4.625rem;left:53.6875rem;height:8.0965625rem;font-style:italic;display:block; }
#IKt3Oko151v77J6mx1QTLUFLJqPuF9wd { color:rgba(var(--color-tertiary-0),1);display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:18.1875rem;left:28.6875rem;height:1.3496125rem;font-style:normal;display:block; }
#O8w4NDvxfPk69dQecqwRpg0AMT0aA0bP { color:rgba(var(--color-tertiary-0),1);display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:18.1875rem;left:53.6875rem;height:1.3496125rem;font-style:normal;display:block; }
#kLvuHsEsAH8oW5li1hpSFH62MxE1QW2F { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:5.625rem;top:16.625rem;left:3.6875rem;overflow:hidden;display:block; }
#NspD3tJTMq8sGUcFArTXToCViO9d6OO8 { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:5.625rem;top:16.625rem;left:28.6875rem;overflow:hidden;display:block; }
#LvBN9TvXsWNWFZqqdSWULJqttHuZil64 { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:5.625rem;top:16.625rem;left:53.6875rem;overflow:hidden;display:block; }
#S5qwLJlPblUEn9zX3SWaszlfgTs1lExK { background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;position:relative;display:none; }#S5qwLJlPblUEn9zX3SWaszlfgTs1lExK > .row .container { border-width: 0; border-radius: 0; }#S5qwLJlPblUEn9zX3SWaszlfgTs1lExK > .row .container { font-size:0.875rem;font-family:arial;height:16.625rem;width:75rem;overflow:visible;position:relative;display:none; }#d1GkICOagCIDHc6M09ttFU0QC26xTbAQ { display:block;width:50.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;z-index:15002;line-height:1.4;top:2.494140625rem;left:7.75rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;color:rgba(var(--color-primary-4),1);font-weight:lighter;height:13.2969rem;text-align:left;text-align-last:left;display:block; }
#UkVHEzLQ8zNvJw8fVkCichEc9g19MaqR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:5.4375rem;left:2.3125rem; }
#Jilvryx1wnc3zqiy87fvqUfXTh6veCPT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:2.5rem;left:5rem; }
#OPoVrNePho7Upl2CUaWcSuwymeXeV5AP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:2.5rem;left:4.125rem; }
#Jygat2D6HGTWxaT0kr7R6AB7P8S67aZ3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:2.5rem;left:3.1875rem; }
#rHA4GWfKkr8PMzD7bKnxcNOo5Xh85Sg2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:2.5rem;left:2.3125rem; }
#Xt5RdoU4QTTXA98U3rJtwGXrFGZz24hl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:2.5rem;left:1.4375rem; }
#Rtvmr7ZPOquVdUiai8n5vX2h2D4pQd41 { background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;position:relative;display:none; }#Rtvmr7ZPOquVdUiai8n5vX2h2D4pQd41 > .row .container { border-width: 0; border-radius: 0; }#Rtvmr7ZPOquVdUiai8n5vX2h2D4pQd41 > .row .container { font-size:0.875rem;font-family:arial;height:18.9375rem;width:75rem;overflow:visible;position:relative;display:none; }#XMFPmRkLpZTUtTxL9iaTUxlSsr8O61Tw { display:block;width:50.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;z-index:15002;line-height:1.4;top:2.212890625rem;left:7.6875rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;color:rgba(var(--color-primary-4),1);font-weight:lighter;height:11.6347875rem;text-align:left;text-align-last:left;display:block; }
#aSLkE7P8h8trSpvSOJkbNWMa6E7TcLvO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:5rem;left:2.1875rem; }
#T7fJGhZ8A1xlG6HXaMlsiPurItZuDEyc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:1.8125rem;left:4.875rem; }
#uzAKPOi3fTdKibURBRa9Adu1G5GBitGO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:1.8125rem;left:4rem; }
#GaTR4igUgtnW8Tt58Xr13gvxod9kLz23 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:1.8125rem;left:3.0625rem; }
#SLRbCSmMgJML2WoIouoHGVU7dirSwVaC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:1.8125rem;left:2.1875rem; }
#yqMziz107QoFdezKVtzWRaTZmtx6X08B { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:1.8125rem;left:1.3125rem; }
#IDKvPk8zAe7U1SNlIBZ8nfbcTfZbKRSi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:0.875rem;left:11.4375rem;display:none; }
#XQBEQdDcW6dyerhWoZcL6vV7pl7R7ccP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:0.875rem;left:10.5625rem;display:none; }
#kIcBQDMHkqe8ZvRdBMALK2bQWtzAEZOi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:0.875rem;left:9.625rem;display:none; }
#eTCqkMfQQsKJugU0uJulRnmQTR3bTHUd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:0.875rem;left:8.75rem;display:none; }
#KLsP1Qp99R2No6WrbA3O5W1EoJyXyiRU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:0.875rem;left:7.875rem;display:none; }
#mauZHJrMXpxTxpVDWThBCzCzyldwcQG7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:3.8125rem;left:8.75rem;display:none; }
#DlTgAMEiSDhJQwXHlsx9N1hv8CcPydLw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/cf8cb210-d222-4368-9634-aff8f33a74da/noroot.crop_3080x1290_480,640");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DlTgAMEiSDhJQwXHlsx9N1hv8CcPydLw.adaptive-delivery-prevent-bg, #DlTgAMEiSDhJQwXHlsx9N1hv8CcPydLw.lazyload, #DlTgAMEiSDhJQwXHlsx9N1hv8CcPydLw.lazyloading { background-image: none; }#DlTgAMEiSDhJQwXHlsx9N1hv8CcPydLw > .row .container { background-color: transparent; background-image: none; }#DlTgAMEiSDhJQwXHlsx9N1hv8CcPydLw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.8); }#DlTgAMEiSDhJQwXHlsx9N1hv8CcPydLw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DlTgAMEiSDhJQwXHlsx9N1hv8CcPydLw > .row .container > .video-iframe-container { display: none; }#DlTgAMEiSDhJQwXHlsx9N1hv8CcPydLw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.8); }#DlTgAMEiSDhJQwXHlsx9N1hv8CcPydLw > .row > .video-iframe-container { display: none; }#DlTgAMEiSDhJQwXHlsx9N1hv8CcPydLw > .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); }#DlTgAMEiSDhJQwXHlsx9N1hv8CcPydLw > .row .container { border-width: 0; border-radius: 0; }#DlTgAMEiSDhJQwXHlsx9N1hv8CcPydLw::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DlTgAMEiSDhJQwXHlsx9N1hv8CcPydLw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DlTgAMEiSDhJQwXHlsx9N1hv8CcPydLw > .row .container { font-size:0.875rem;font-family:arial;height:29.875rem;width:75rem;position:relative;display:block; }#xwOuxUIOm0Qk6bp474nCDslMp5J9liaa { color:#ffffff;display:block;width:46.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.6875rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:3.9375rem;left:14.1875rem;height:3.2246125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#stRFAtpJJRlvVodTz5rlA6xJltmd2bBe { color:#ffffff;display:block;width:60.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:9.9375rem;left:7.5rem;height:8.622625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#V6LKUB3nPdvCloHQmpxn2ScNfaQ1ckH2 { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),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.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.625rem;height:3rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:22.9375rem;left:28.6875rem;display:block; }
#H9T4E2suwCtDOOOCwPgPPn6zTlMOlmdg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IaQSyREHPKLkgv8TwfuQcdScLtuK4h0I { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IaQSyREHPKLkgv8TwfuQcdScLtuK4h0I > .row .container { background-color: transparent; background-image: none; }#IaQSyREHPKLkgv8TwfuQcdScLtuK4h0I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IaQSyREHPKLkgv8TwfuQcdScLtuK4h0I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IaQSyREHPKLkgv8TwfuQcdScLtuK4h0I > .row .container > .video-iframe-container { display: none; }#IaQSyREHPKLkgv8TwfuQcdScLtuK4h0I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IaQSyREHPKLkgv8TwfuQcdScLtuK4h0I > .row > .video-iframe-container { display: none; }#IaQSyREHPKLkgv8TwfuQcdScLtuK4h0I > .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); }#IaQSyREHPKLkgv8TwfuQcdScLtuK4h0I > .row .container { border-width: 0; border-radius: 0; }#IaQSyREHPKLkgv8TwfuQcdScLtuK4h0I > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IaQSyREHPKLkgv8TwfuQcdScLtuK4h0I > .row .container { font-size:0.875rem;font-family:arial;height:23.125rem;width:75rem;position:relative;display:block; }#aLIBPEhsBFxiic7s33RMRaPIqL2cvC0t { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.5625rem;width:11.6875rem;top:2.005859375rem;left:0rem;overflow:hidden;display:block; }
#zlXxvpT6rrUJfa0fg2te2ZEGHPfyu0K7 { color:rgba(var(--color-tertiary-4),1);display:block;width:10.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:2.625rem;left:55.0625rem;height:1.949575rem;text-align:left;text-align-last:left;display:block; }
#xtRWwITowVgZGr31n9frvXShLU6rvwNz { box-sizing:content-box;color:#5d92ff;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:2.75rem;left:52.375rem; }
#xtRWwITowVgZGr31n9frvXShLU6rvwNz > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; }#hIMOsF7I9BmUsUvHr7OOa6T1GwcGaCHr { color:rgba(var(--color-tertiary-4),1);display:block;width:29.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:14.9375rem;left:22.8125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#MOzcp8vTAHGd8cdJZg2FZmWnyMGHEwBX { color:rgba(var(--color-tertiary-4),1);display:block;width:29.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:18rem;left:22.8125rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#GKE9wctDp6XI66Tmf7qUhJ6nSubOmo7N { color:rgba(var(--color-tertiary-4),1);display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:7.0625rem;left:55.0625rem;height:2.9243625rem;text-align:left;text-align-last:left;display:block; }
#VnQxQdW6LvRtfCGwgSPXq4UQygKgVJIp { box-sizing:content-box;color:#5d92ff;font-size:2.0625rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:7.625rem;left:52.375rem; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #mMPDsT4ocz3HmyR0galUegdWAkKk6P4Z { display:block; }#mMPDsT4ocz3HmyR0galUegdWAkKk6P4Z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #esXkSFLvJKcMDKBRgUo1hvH6NXzGoFrL { top:0.625rem;left:0rem;width:10rem;height:7.3286781926955rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3g6C0cE99BkBvTGpL8eNQF6HNEQ6GoH { width:16.875rem;height:3.4375rem;top:2.625rem;left:30.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsluLeoAcdOz36vr1JEFuaxeIr2CcVve { display:block; }
 }@media only screen and (max-width: 763px) { #tGP7HD8UKULBZHPT0QDhFXOZ1FwMZZqg { display:block; }#tGP7HD8UKULBZHPT0QDhFXOZ1FwMZZqg > .row .container { width:47.75rem;height:33.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cZdBNThKEsB3MQ4l17LXzQAuH9HkuKyP { top:2.5rem;left:22.9375rem;width:24.8125rem;height:39.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZrZtMW4uhweJo3pHCNC5OGZghrcc5rv { top:3.25rem;left:25.5625rem;width:20.5rem;height:4.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KgAipNeeHReU1Fu34A33fLc7pZ9cnvrJ .widget-regular-label { width:22.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#KgAipNeeHReU1Fu34A33fLc7pZ9cnvrJ .widget-input-text { width:22.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KgAipNeeHReU1Fu34A33fLc7pZ9cnvrJ .widget-input-text {padding-top: 0; padding-bottom: 0;}#KgAipNeeHReU1Fu34A33fLc7pZ9cnvrJ .widget-textarea { width:22.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KgAipNeeHReU1Fu34A33fLc7pZ9cnvrJ .widget-input-select { width:22.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KgAipNeeHReU1Fu34A33fLc7pZ9cnvrJ .widget-input-select {padding-top: 0; padding-bottom: 0;}#KgAipNeeHReU1Fu34A33fLc7pZ9cnvrJ .widget-input-button { width:22.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KgAipNeeHReU1Fu34A33fLc7pZ9cnvrJ .widget-checkbox-label { width:20.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#KgAipNeeHReU1Fu34A33fLc7pZ9cnvrJ  { width:22.0625rem;height:auto;top:6.75rem;left:23.1875rem; }
#KgAipNeeHReU1Fu34A33fLc7pZ9cnvrJ .radio-container { width:22.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KgAipNeeHReU1Fu34A33fLc7pZ9cnvrJ {display:block;}#KgAipNeeHReU1Fu34A33fLc7pZ9cnvrJ { width:22.0625rem;height:auto;top:6.75rem;left:23.1875rem; }
 }@media only screen and (max-width: 763px) { #KgAipNeeHReU1Fu34A33fLc7pZ9cnvrJ #qGZvTtI32w35GNFIMLJ1goawRHrkKRrG {  }
 }@media only screen and (max-width: 763px) { #KgAipNeeHReU1Fu34A33fLc7pZ9cnvrJ #awbUXN2cK2EbZA3yDueRWGcarHmySHCV {  }
 }@media only screen and (max-width: 763px) { #KgAipNeeHReU1Fu34A33fLc7pZ9cnvrJ #S4UkAXE3G1RdsINDSbg5IV4UumEL2Do0 {  }
 }@media only screen and (max-width: 763px) { #KgAipNeeHReU1Fu34A33fLc7pZ9cnvrJ #XkmLD7PrcL7c5TXz2wckC83v0BnxSqnF {  }
 }@media only screen and (max-width: 763px) { #KgAipNeeHReU1Fu34A33fLc7pZ9cnvrJ #MseUeluLPW1QaOXls13WpTS1kVfqU4bu {  }
 }@media only screen and (max-width: 763px) { #KgAipNeeHReU1Fu34A33fLc7pZ9cnvrJ #gUTKc6T7fNQKFV2MDvvGzuZeXFC7e9pB {  }
 }@media only screen and (max-width: 763px) { #KgAipNeeHReU1Fu34A33fLc7pZ9cnvrJ #uJDbQgXoTSLnrg8x288CvVXBlWTHS8ix {  }
 }@media only screen and (max-width: 763px) { #KgAipNeeHReU1Fu34A33fLc7pZ9cnvrJ #Gmo4BTGnxukdRCMoNIkrT4U5xyOWAdvA {  }
 }@media only screen and (max-width: 763px) { #KgAipNeeHReU1Fu34A33fLc7pZ9cnvrJ #KKQkDbcSs1HMZetZtH6TllEgTNnI5Wx0 {  }
 }@media only screen and (max-width: 763px) { #KgAipNeeHReU1Fu34A33fLc7pZ9cnvrJ #UI4TqGWElSOcL7KSxFZh9I4KEgIeVg4e {  }
 }@media only screen and (max-width: 763px) { #KgAipNeeHReU1Fu34A33fLc7pZ9cnvrJ #AlMusENpVN37VEc8RficIWb05rF1WFor {  }
 }@media only screen and (max-width: 763px) { #KgAipNeeHReU1Fu34A33fLc7pZ9cnvrJ #CBuewG9dnwHGSu34CRTRMbPptzg7RUdT {  }
 }@media only screen and (max-width: 763px) { #KgAipNeeHReU1Fu34A33fLc7pZ9cnvrJ #fmmqweJfWUWNFAJsJdWvtde4u4UQq5yv {  }
 }@media only screen and (max-width: 763px) { #KgAipNeeHReU1Fu34A33fLc7pZ9cnvrJ #Msdre5lyhDNreHqJsLefO4NFFBGWKTfC {  }
 }@media only screen and (max-width: 763px) { #KgAipNeeHReU1Fu34A33fLc7pZ9cnvrJ #iUIri7ErEDVFMByAXRpo292zgd6WDxpK {  }
 }@media only screen and (max-width: 763px) { #KgAipNeeHReU1Fu34A33fLc7pZ9cnvrJ #sPoesCCpZfNioO3VUqr8k0ImFBDsTdOr {  }
 }@media only screen and (max-width: 763px) { #KgAipNeeHReU1Fu34A33fLc7pZ9cnvrJ #Mya6E4DLZqenxpwdcSLGAvZEUXxsZ8qQ {  }
 }@media only screen and (max-width: 763px) { #nTZPvzPdmBQvTycRQLA9Va7vuCTThpmS { top:39.0625rem;left:25.03125rem;width:21.5625rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6gZ1Si4WtyeZJHZhQwWm8ILaZ407Sn3 { top:32.875rem;left:24.625rem;width:22.375rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jys5FCCs5kLdfiuqMtfB2nUflRh6NJvr { top:3.5625rem;left:0rem;width:37rem;height:37rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmXRZKD5LpBUtisv8lpCJAmPJpnBV71H { display:block; }#MmXRZKD5LpBUtisv8lpCJAmPJpnBV71H > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TV7wauUzVXOPlNkJ9tUnWlK6zQF1uNVa { z-index:15001;top:3.125rem;left:0rem;width:47.75rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGn2Gwu56m4MXxuB2R6eZmzesu4u5T5R { display:block; }#yGn2Gwu56m4MXxuB2R6eZmzesu4u5T5R > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zVTUuzttxTRfcDsxMrqyOKxUFadWP8tr { z-index:15001;top:3.125rem;left:0rem;width:47.75rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nM8JdoFabvifvW5wTBblteOvrvORpU2V { display:block; }#nM8JdoFabvifvW5wTBblteOvrvORpU2V > .row .container { width:47.75rem;height:21.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VbtML3zHgyaPCAfhf84uxtuwRh5BBXLw { z-index:15001;width:22.8125rem;height:17.8125rem;top:0rem;left:24.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPE4r9svryR5pP8eJgTpeCDTEA28XDWD { width:17.625rem;height:3rem;top:33.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5Uad8dLihrxGZgsPFweOxKJoT6kcdO1 { display:block; }
 }@media only screen and (max-width: 763px) { #zRI1H5oVgGmvckJnnt2PUmaUpMTWTUDe { top:7.75rem;left:0rem;width:31.3125rem;height:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIwkbv8Dy1uKcTpxPeEoesW0PZX93HK7 { top:6.4375rem;left:0rem;width:27.25rem;height:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQsd413ecT0eOBx8TumhpklVLxVTXBB8 { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#nQsd413ecT0eOBx8TumhpklVLxVTXBB8 > .row .container { background-color: transparent; background-image: none; }#nQsd413ecT0eOBx8TumhpklVLxVTXBB8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQsd413ecT0eOBx8TumhpklVLxVTXBB8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQsd413ecT0eOBx8TumhpklVLxVTXBB8 > .row .container > .video-iframe-container { display: none; }#nQsd413ecT0eOBx8TumhpklVLxVTXBB8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQsd413ecT0eOBx8TumhpklVLxVTXBB8 > .row > .video-iframe-container { display: none; }#nQsd413ecT0eOBx8TumhpklVLxVTXBB8 > .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); }#nQsd413ecT0eOBx8TumhpklVLxVTXBB8 > .row .container { border-width: 0; border-radius: 0; }#nQsd413ecT0eOBx8TumhpklVLxVTXBB8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z1hfTrxKcmvN68cw4UT9m2S0fwzk513F { width:31.5rem;height:2.9375rem;top:2.9375rem;left:8.125rem;font-size:1.8125rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #Wp3qpIA3Gp4DaKGxRsXisbbOJQnH14l8 { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#Wp3qpIA3Gp4DaKGxRsXisbbOJQnH14l8 > .row .container { background-color: transparent; background-image: none; }#Wp3qpIA3Gp4DaKGxRsXisbbOJQnH14l8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wp3qpIA3Gp4DaKGxRsXisbbOJQnH14l8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wp3qpIA3Gp4DaKGxRsXisbbOJQnH14l8 > .row .container > .video-iframe-container { display: none; }#Wp3qpIA3Gp4DaKGxRsXisbbOJQnH14l8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wp3qpIA3Gp4DaKGxRsXisbbOJQnH14l8 > .row > .video-iframe-container { display: none; }#Wp3qpIA3Gp4DaKGxRsXisbbOJQnH14l8 > .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); }#Wp3qpIA3Gp4DaKGxRsXisbbOJQnH14l8 > .row .container { border-width: 0; border-radius: 0; }#Wp3qpIA3Gp4DaKGxRsXisbbOJQnH14l8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z0tJtS2s9ohqv9tKQJscUMGtS4FiKhc3 { width:37.375rem;height:24.375rem;top:3.375rem;left:0rem;font-size:1.25rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #bwRsAAgB0KSUCy94h1HWOdKRbhWeOzP7 { width:17.625rem;height:3rem;top:31.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQUfzEHiF2GXfQF3LmIoVQgbqBcQiByT { display:block; }
 }@media only screen and (max-width: 763px) { #reUQXfhZ0MqUTSGkFTvdIf4FAiPbKztT { top:3.375rem;left:20.5rem;width:27.25rem;height:27.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HySsnO7IfzkKp10uo9iuVxOVS6pgLSrK { width:27.25rem;height:3.25rem;top:31.0625rem;left:20.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTGTgox2Rn3Zt18TLTD20gvTrtNdg8sQ { display:block; }
 }@media only screen and (max-width: 763px) { #llH1SdnhaPKJNxhDpG5FpLhLpJLBHJKd { display:block; }#llH1SdnhaPKJNxhDpG5FpLhLpJLBHJKd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OHVUAuidMG48HdCuACSvcxuxstkNse7D { top:3rem;left:0rem;width:47.75rem;height:;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxABLmFLdTSLn5tZw3LFXzdoznNLRSfo { display:block; }#xxABLmFLdTSLn5tZw3LFXzdoznNLRSfo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TD4Atcqk18GGsF7qAXcDZCp6pCyvvwbP { top:0.8125rem;left:8rem;width:23.75rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdDIp22rDPlu6kmhoJQpQmomM7Qw2mdx { top:15.0625rem;left:16.28125rem;width:15.0625rem;height:;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwS1tnIBqwicEo6gPoPGxBuouoqGD8dW { top:15rem;left:30.9375rem;width:16.6875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lL2cmHNU0kSTNMGM5p4q4begmyeTkaQG { top:0.8125rem;left:23.875rem;width:23.75rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhBpT8mGhhfTNJfUUZNXoDcmkCfaa6VA { top:15.5625rem;left:0rem;width:20.9375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkNKiZVdIw2l1uwDedaApmuMQtfr2nMF { top:1.25rem;left:0rem;width:23.75rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogwqpy3pHRzHAboO9BtGUvWyXe6aekoq { display:block; }#ogwqpy3pHRzHAboO9BtGUvWyXe6aekoq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vrgy5Jm7lMk2kDshVFbAuVvPGu8b7xcv { top:0.875rem;left:8rem;width:23.75rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUT6zUCNXOkoCNaz3O9sdWCnpiaTBIui { top:0.875rem;left:23.875rem;width:23.75rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3pSE10BJV858y3wSE9Kwi4i57ncPznb { top:14.1875rem;left:15.75rem;width:16rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fw0aMrvaq9ClEewWotPWrRxxmxs7QK9B { top:15.3125rem;left:32rem;width:15.3125rem;height:1.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7tdc9W5QTNrLZtlTuUTH60Mcs6AcC5p { top:0.875rem;left:0rem;width:23.75rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLiwWZR2SzJfZaK1LFRvFSUQkNkQEO8f { top:15.1875rem;left:0.125rem;width:15.625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZWbKrEcN2FRONAUbOfRlHfUSdMs0B4w { width:17.625rem;height:3rem;top:21.125rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKJT9yDBL21Ii2MBrxl7dBlip3aG28Lb { display:block; }
 }@media only screen and (max-width: 763px) { #R4rvWCLW52Zq37B6P5T7LuSIim63aTlX { display:block; }#R4rvWCLW52Zq37B6P5T7LuSIim63aTlX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PVUFQxVva5Lw5TTp2NxhcEUfOTa3DrQS { top:2.625rem;left:0rem;width:47.75rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMgoCTZ3QygGZyMa8WkEMvsrz7vkTGF4 { display:block; }#xMgoCTZ3QygGZyMa8WkEMvsrz7vkTGF4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PIizr55SIVZ5EdaA3Uzb59isTMCbxS3T { top:1.75rem;left:0rem;width:21.875rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcHvA8n17XQwVUSmHT0CKEVV3J7n7kiX { top:1.75rem;left:9.875rem;width:21.875rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyTXQdFwUMpoOr8OEV31CyO3SDQAaiB0 { top:1.75rem;left:25.75rem;width:21.875rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUKTOQEw9yhBdesmPlzSkwLm8azF5r2Q { top:4.625rem;left:0rem;width:17.625rem;height:10.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFLErXGPrK8lvJH6E5HFrudO8mUpaztI { top:18.1875rem;left:0rem;width:17.625rem;height:1.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wz7G2VfF0C34ZgBDtn4mqVBxGcAquttw { top:4.625rem;left:14.125rem;width:17.625rem;height:9.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BchAJBVBONaMSnetucI3heLi7oOr6wVS { top:4.625rem;left:30rem;width:17.625rem;height:8.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKt3Oko151v77J6mx1QTLUFLJqPuF9wd { top:18.1875rem;left:14.125rem;width:17.625rem;height:1.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8w4NDvxfPk69dQecqwRpg0AMT0aA0bP { top:18.1875rem;left:30rem;width:17.625rem;height:1.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLvuHsEsAH8oW5li1hpSFH62MxE1QW2F { top:16.625rem;left:0rem;width:5.625rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NspD3tJTMq8sGUcFArTXToCViO9d6OO8 { top:16.625rem;left:15.875rem;width:5.625rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvBN9TvXsWNWFZqqdSWULJqttHuZil64 { top:16.625rem;left:31.75rem;width:5.625rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5qwLJlPblUEn9zX3SWaszlfgTs1lExK { display:block; }#S5qwLJlPblUEn9zX3SWaszlfgTs1lExK > .row .container { width:47.75rem;height:10.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d1GkICOagCIDHc6M09ttFU0QC26xTbAQ { z-index:15001;width:38.9375rem;height:4.75rem;top:0rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkVHEzLQ8zNvJw8fVkCichEc9g19MaqR { top:5.4375rem;left:0rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jilvryx1wnc3zqiy87fvqUfXTh6veCPT { top:2.5rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPoVrNePho7Upl2CUaWcSuwymeXeV5AP { top:2.5rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jygat2D6HGTWxaT0kr7R6AB7P8S67aZ3 { top:2.5rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHA4GWfKkr8PMzD7bKnxcNOo5Xh85Sg2 { top:2.5rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xt5RdoU4QTTXA98U3rJtwGXrFGZz24hl { top:2.5rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rtvmr7ZPOquVdUiai8n5vX2h2D4pQd41 { display:block; }#Rtvmr7ZPOquVdUiai8n5vX2h2D4pQd41 > .row .container { width:47.75rem;height:10.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XMFPmRkLpZTUtTxL9iaTUxlSsr8O61Tw { z-index:15001;width:38.9375rem;height:4.75rem;top:0rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aSLkE7P8h8trSpvSOJkbNWMa6E7TcLvO { top:5rem;left:0rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7fJGhZ8A1xlG6HXaMlsiPurItZuDEyc { top:1.8125rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzAKPOi3fTdKibURBRa9Adu1G5GBitGO { top:1.8125rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GaTR4igUgtnW8Tt58Xr13gvxod9kLz23 { top:1.8125rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLRbCSmMgJML2WoIouoHGVU7dirSwVaC { top:1.8125rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqMziz107QoFdezKVtzWRaTZmtx6X08B { top:1.8125rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDKvPk8zAe7U1SNlIBZ8nfbcTfZbKRSi { top:0.875rem;left:0rem;width:0.9375rem;height:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #XQBEQdDcW6dyerhWoZcL6vV7pl7R7ccP { top:0.875rem;left:0rem;width:0.9375rem;height:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #kIcBQDMHkqe8ZvRdBMALK2bQWtzAEZOi { top:0.875rem;left:0rem;width:0.9375rem;height:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #eTCqkMfQQsKJugU0uJulRnmQTR3bTHUd { top:0.875rem;left:0rem;width:0.9375rem;height:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KLsP1Qp99R2No6WrbA3O5W1EoJyXyiRU { top:0.875rem;left:0rem;width:0.9375rem;height:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #mauZHJrMXpxTxpVDWThBCzCzyldwcQG7 { top:3.8125rem;left:0rem;width:2.6875rem;height:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DlTgAMEiSDhJQwXHlsx9N1hv8CcPydLw { display:block; }#DlTgAMEiSDhJQwXHlsx9N1hv8CcPydLw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xwOuxUIOm0Qk6bp474nCDslMp5J9liaa { width:32.5625rem;height:2.6875rem;top:5rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #stRFAtpJJRlvVodTz5rlA6xJltmd2bBe { width:32.5625rem;height:2.625rem;top:9.25rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6LKUB3nPdvCloHQmpxn2ScNfaQ1ckH2 { width:17.625rem;height:3rem;top:22.9375rem;left:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9T4E2suwCtDOOOCwPgPPn6zTlMOlmdg { display:block; }
 }@media only screen and (max-width: 763px) { #IaQSyREHPKLkgv8TwfuQcdScLtuK4h0I { display:block; }#IaQSyREHPKLkgv8TwfuQcdScLtuK4h0I > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aLIBPEhsBFxiic7s33RMRaPIqL2cvC0t { top:2rem;left:0rem;width:11.6875rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlXxvpT6rrUJfa0fg2te2ZEGHPfyu0K7 { top:2.625rem;left:36.9375rem;width:10.8125rem;height:1.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtRWwITowVgZGr31n9frvXShLU6rvwNz { top:2.75rem;left:38.75rem;width:1.75rem;height:1.75rem;display:block; }
#xtRWwITowVgZGr31n9frvXShLU6rvwNz > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; } }@media only screen and (max-width: 763px) { #hIMOsF7I9BmUsUvHr7OOa6T1GwcGaCHr { top:14.9375rem;left:9.1875rem;width:29.375rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOzcp8vTAHGd8cdJZg2FZmWnyMGHEwBX { top:18rem;left:9.1875rem;width:29.375rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKE9wctDp6XI66Tmf7qUhJ6nSubOmo7N { top:7.0625rem;left:28.375rem;width:19.375rem;height:2.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VnQxQdW6LvRtfCGwgSPXq4UQygKgVJIp { top:7.625rem;left:38.75rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #mMPDsT4ocz3HmyR0galUegdWAkKk6P4Z { display:block; }#mMPDsT4ocz3HmyR0galUegdWAkKk6P4Z > .row .container { width:20rem;height:11.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #esXkSFLvJKcMDKBRgUo1hvH6NXzGoFrL { width:10rem;height:7.3286781926955rem;top:1.25rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3g6C0cE99BkBvTGpL8eNQF6HNEQ6GoH { width:16.875rem;height:3.4375rem;top:2.625rem;left:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #xsluLeoAcdOz36vr1JEFuaxeIr2CcVve { display:block; }
 }@media only screen and (max-width: 763px) { #tGP7HD8UKULBZHPT0QDhFXOZ1FwMZZqg { display:block; }#tGP7HD8UKULBZHPT0QDhFXOZ1FwMZZqg > .row .container { width:20rem;height:60.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cZdBNThKEsB3MQ4l17LXzQAuH9HkuKyP { width:20rem;height:36.9375rem;top:22.5rem;left:0rem;background-color:#ffffff;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #tZrZtMW4uhweJo3pHCNC5OGZghrcc5rv { width:20rem;height:3.57510625rem;top:23.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KgAipNeeHReU1Fu34A33fLc7pZ9cnvrJ .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#KgAipNeeHReU1Fu34A33fLc7pZ9cnvrJ .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.5rem; }
#KgAipNeeHReU1Fu34A33fLc7pZ9cnvrJ .widget-input-text {padding-top: 0; padding-bottom: 0;}#KgAipNeeHReU1Fu34A33fLc7pZ9cnvrJ .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:5.3125rem; }
#KgAipNeeHReU1Fu34A33fLc7pZ9cnvrJ .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.5rem; }
#KgAipNeeHReU1Fu34A33fLc7pZ9cnvrJ .widget-input-select {padding-top: 0; padding-bottom: 0;}#KgAipNeeHReU1Fu34A33fLc7pZ9cnvrJ .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.8125rem; }
#KgAipNeeHReU1Fu34A33fLc7pZ9cnvrJ .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#KgAipNeeHReU1Fu34A33fLc7pZ9cnvrJ  { width:17.5rem;height:auto;top:26.8125rem;left:0rem;background-color:rgba(var(--color-tertiary-0),0);background-image:none; }
#KgAipNeeHReU1Fu34A33fLc7pZ9cnvrJ .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KgAipNeeHReU1Fu34A33fLc7pZ9cnvrJ {display:block;}#KgAipNeeHReU1Fu34A33fLc7pZ9cnvrJ { width:17.5rem;height:auto;top:26.8125rem;left:0rem;background-color:rgba(var(--color-tertiary-0),0);background-image:none; }
 }@media only screen and (max-width: 763px) { #KgAipNeeHReU1Fu34A33fLc7pZ9cnvrJ #qGZvTtI32w35GNFIMLJ1goawRHrkKRrG {  }
 }@media only screen and (max-width: 763px) { #KgAipNeeHReU1Fu34A33fLc7pZ9cnvrJ #awbUXN2cK2EbZA3yDueRWGcarHmySHCV {  }
 }@media only screen and (max-width: 763px) { #KgAipNeeHReU1Fu34A33fLc7pZ9cnvrJ #S4UkAXE3G1RdsINDSbg5IV4UumEL2Do0 {  }
 }@media only screen and (max-width: 763px) { #KgAipNeeHReU1Fu34A33fLc7pZ9cnvrJ #XkmLD7PrcL7c5TXz2wckC83v0BnxSqnF {  }
 }@media only screen and (max-width: 763px) { #KgAipNeeHReU1Fu34A33fLc7pZ9cnvrJ #MseUeluLPW1QaOXls13WpTS1kVfqU4bu {  }
 }@media only screen and (max-width: 763px) { #KgAipNeeHReU1Fu34A33fLc7pZ9cnvrJ #gUTKc6T7fNQKFV2MDvvGzuZeXFC7e9pB {  }
 }@media only screen and (max-width: 763px) { #KgAipNeeHReU1Fu34A33fLc7pZ9cnvrJ #uJDbQgXoTSLnrg8x288CvVXBlWTHS8ix {  }
 }@media only screen and (max-width: 763px) { #KgAipNeeHReU1Fu34A33fLc7pZ9cnvrJ #Gmo4BTGnxukdRCMoNIkrT4U5xyOWAdvA {  }
 }@media only screen and (max-width: 763px) { #KgAipNeeHReU1Fu34A33fLc7pZ9cnvrJ #KKQkDbcSs1HMZetZtH6TllEgTNnI5Wx0 {  }
 }@media only screen and (max-width: 763px) { #KgAipNeeHReU1Fu34A33fLc7pZ9cnvrJ #UI4TqGWElSOcL7KSxFZh9I4KEgIeVg4e {  }
 }@media only screen and (max-width: 763px) { #KgAipNeeHReU1Fu34A33fLc7pZ9cnvrJ #AlMusENpVN37VEc8RficIWb05rF1WFor {  }
 }@media only screen and (max-width: 763px) { #KgAipNeeHReU1Fu34A33fLc7pZ9cnvrJ #CBuewG9dnwHGSu34CRTRMbPptzg7RUdT {  }
 }@media only screen and (max-width: 763px) { #KgAipNeeHReU1Fu34A33fLc7pZ9cnvrJ #fmmqweJfWUWNFAJsJdWvtde4u4UQq5yv {  }
 }@media only screen and (max-width: 763px) { #KgAipNeeHReU1Fu34A33fLc7pZ9cnvrJ #Msdre5lyhDNreHqJsLefO4NFFBGWKTfC {  }
 }@media only screen and (max-width: 763px) { #KgAipNeeHReU1Fu34A33fLc7pZ9cnvrJ #iUIri7ErEDVFMByAXRpo292zgd6WDxpK {  }
 }@media only screen and (max-width: 763px) { #KgAipNeeHReU1Fu34A33fLc7pZ9cnvrJ #sPoesCCpZfNioO3VUqr8k0ImFBDsTdOr {  }
 }@media only screen and (max-width: 763px) { #KgAipNeeHReU1Fu34A33fLc7pZ9cnvrJ #Mya6E4DLZqenxpwdcSLGAvZEUXxsZ8qQ {  }
 }@media only screen and (max-width: 763px) { #nTZPvzPdmBQvTycRQLA9Va7vuCTThpmS { width:20rem;height:1.1998375rem;top:57.0625rem;left:0rem;font-size:1rem;color:rgba(var(--color-primary-4),1);text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #V6gZ1Si4WtyeZJHZhQwWm8ILaZ407Sn3 { width:18.5rem;height:5.28009375rem;top:50.75rem;left:0.75rem;font-size:0.8125rem;color:#000000;text-align:center;text-align-last:center;font-family:var(--paragraphs-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #Jys5FCCs5kLdfiuqMtfB2nUflRh6NJvr { width:20rem;height:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmXRZKD5LpBUtisv8lpCJAmPJpnBV71H { display:block; }#MmXRZKD5LpBUtisv8lpCJAmPJpnBV71H > .row .container { width:20rem;height:9.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TV7wauUzVXOPlNkJ9tUnWlK6zQF1uNVa { z-index:15001;top:1.75rem;left:0rem;width:20rem;height:5.625rem;text-align:center;text-align-last:center;font-size:1.25rem;font-family:"plus jakarta sans";line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #yGn2Gwu56m4MXxuB2R6eZmzesu4u5T5R { display:block; }#yGn2Gwu56m4MXxuB2R6eZmzesu4u5T5R > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zVTUuzttxTRfcDsxMrqyOKxUFadWP8tr { z-index:15001;top:2.0341796875rem;left:0rem;width:20rem;height:3.9870375rem;text-align:center;text-align-last:center;font-size:1.8125rem;font-family:"plus jakarta sans";display:block; }
 }@media only screen and (max-width: 763px) { #nM8JdoFabvifvW5wTBblteOvrvORpU2V { display:block; }#nM8JdoFabvifvW5wTBblteOvrvORpU2V > .row .container { width:20rem;height:70.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VbtML3zHgyaPCAfhf84uxtuwRh5BBXLw { z-index:15001;top:19rem;left:0rem;width:20rem;height:42.00105rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OPE4r9svryR5pP8eJgTpeCDTEA28XDWD { width:17.625rem;height:2.875rem;top:64.375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5Uad8dLihrxGZgsPFweOxKJoT6kcdO1 { display:block; }
 }@media only screen and (max-width: 763px) { #zRI1H5oVgGmvckJnnt2PUmaUpMTWTUDe { width:20rem;height:13.2831875rem;top:3.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIwkbv8Dy1uKcTpxPeEoesW0PZX93HK7 { width:17.25rem;height:13.3125rem;top:2.0625rem;left:2.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #nQsd413ecT0eOBx8TumhpklVLxVTXBB8 { position:relative;z-index:auto;background-color:rgba(var(--color-primary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#nQsd413ecT0eOBx8TumhpklVLxVTXBB8 > .row .container { background-color: transparent; background-image: none; }#nQsd413ecT0eOBx8TumhpklVLxVTXBB8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQsd413ecT0eOBx8TumhpklVLxVTXBB8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQsd413ecT0eOBx8TumhpklVLxVTXBB8 > .row .container > .video-iframe-container { display: none; }#nQsd413ecT0eOBx8TumhpklVLxVTXBB8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQsd413ecT0eOBx8TumhpklVLxVTXBB8 > .row > .video-iframe-container { display: none; }#nQsd413ecT0eOBx8TumhpklVLxVTXBB8 > .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); }#nQsd413ecT0eOBx8TumhpklVLxVTXBB8 > .row .container { border-width: 0; border-radius: 0; }#nQsd413ecT0eOBx8TumhpklVLxVTXBB8 > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z1hfTrxKcmvN68cw4UT9m2S0fwzk513F { width:20rem;height:1.99351875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.8125rem;color:#000000;font-family:"plus jakarta sans";display:block; }
 }@media only screen and (max-width: 763px) { #Wp3qpIA3Gp4DaKGxRsXisbbOJQnH14l8 { background-color:rgba(var(--color-primary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#Wp3qpIA3Gp4DaKGxRsXisbbOJQnH14l8 > .row .container { background-color: transparent; background-image: none; }#Wp3qpIA3Gp4DaKGxRsXisbbOJQnH14l8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wp3qpIA3Gp4DaKGxRsXisbbOJQnH14l8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wp3qpIA3Gp4DaKGxRsXisbbOJQnH14l8 > .row .container > .video-iframe-container { display: none; }#Wp3qpIA3Gp4DaKGxRsXisbbOJQnH14l8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wp3qpIA3Gp4DaKGxRsXisbbOJQnH14l8 > .row > .video-iframe-container { display: none; }#Wp3qpIA3Gp4DaKGxRsXisbbOJQnH14l8 > .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); }#Wp3qpIA3Gp4DaKGxRsXisbbOJQnH14l8 > .row .container { border-width: 0; border-radius: 0; }#Wp3qpIA3Gp4DaKGxRsXisbbOJQnH14l8 > .row .container { width:20rem;height:68.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z0tJtS2s9ohqv9tKQJscUMGtS4FiKhc3 { width:20rem;height:37.11910625rem;top:22.8125rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #bwRsAAgB0KSUCy94h1HWOdKRbhWeOzP7 { width:17.625rem;height:3rem;top:62.1875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQUfzEHiF2GXfQF3LmIoVQgbqBcQiByT { display:block; }
 }@media only screen and (max-width: 763px) { #reUQXfhZ0MqUTSGkFTvdIf4FAiPbKztT { width:20rem;height:20.3203125rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HySsnO7IfzkKp10uo9iuVxOVS6pgLSrK { width:19rem;height:3.25rem;top:82.6015625rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #BTGTgox2Rn3Zt18TLTD20gvTrtNdg8sQ { display:block; }
 }@media only screen and (max-width: 763px) { #llH1SdnhaPKJNxhDpG5FpLhLpJLBHJKd { display:block; }#llH1SdnhaPKJNxhDpG5FpLhLpJLBHJKd > .row .container { width:20rem;height:5.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OHVUAuidMG48HdCuACSvcxuxstkNse7D { width:20rem;height:4.00035625rem;top:1.25rem;left:0rem;font-size:2rem;line-height:1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xxABLmFLdTSLn5tZw3LFXzdoznNLRSfo { display:block; }#xxABLmFLdTSLn5tZw3LFXzdoznNLRSfo > .row .container { width:20rem;height:42.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TD4Atcqk18GGsF7qAXcDZCp6pCyvvwbP { width:20rem;height:10.625rem;top:15.4453125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdDIp22rDPlu6kmhoJQpQmomM7Qw2mdx { width:14rem;height:1.78755625rem;top:27.33203125rem;left:3.4375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NwS1tnIBqwicEo6gPoPGxBuouoqGD8dW { width:7.9375rem;height:1.78755625rem;top:41.125rem;left:6.0625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lL2cmHNU0kSTNMGM5p4q4begmyeTkaQG { width:20rem;height:10rem;top:30.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhBpT8mGhhfTNJfUUZNXoDcmkCfaa6VA { width:19.4375rem;height:1.78755625rem;top:12.5rem;left:0.25rem;font-size:1.375rem;font-family:var(--paragraphs-font-family);font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vkNKiZVdIw2l1uwDedaApmuMQtfr2nMF { width:20rem;height:10rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogwqpy3pHRzHAboO9BtGUvWyXe6aekoq { display:block; }#ogwqpy3pHRzHAboO9BtGUvWyXe6aekoq > .row .container { width:20rem;height:49.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vrgy5Jm7lMk2kDshVFbAuVvPGu8b7xcv { width:20rem;height:10rem;top:15.5371125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUT6zUCNXOkoCNaz3O9sdWCnpiaTBIui { width:20rem;height:10rem;top:31.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3pSE10BJV858y3wSE9Kwi4i57ncPznb { width:17.9355625rem;height:3.57510625rem;top:26.7246125rem;left:1rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fw0aMrvaq9ClEewWotPWrRxxmxs7QK9B { width:15.875rem;height:1.5123375rem;top:42.125rem;left:2.0625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d7tdc9W5QTNrLZtlTuUTH60Mcs6AcC5p { width:20rem;height:10rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLiwWZR2SzJfZaK1LFRvFSUQkNkQEO8f { width:9.125rem;height:1.78755625rem;top:12.408203125rem;left:5.4375rem;font-size:1.375rem;font-family:var(--paragraphs-font-family);font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DZWbKrEcN2FRONAUbOfRlHfUSdMs0B4w { width:17.625rem;height:3rem;top:44.88671875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKJT9yDBL21Ii2MBrxl7dBlip3aG28Lb { display:block; }
 }@media only screen and (max-width: 763px) { #R4rvWCLW52Zq37B6P5T7LuSIim63aTlX { display:block; }#R4rvWCLW52Zq37B6P5T7LuSIim63aTlX > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PVUFQxVva5Lw5TTp2NxhcEUfOTa3DrQS { width:20rem;height:1.875rem;top:1.25rem;left:0rem;font-size:1.875rem;line-height:1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xMgoCTZ3QygGZyMa8WkEMvsrz7vkTGF4 { display:block; }#xMgoCTZ3QygGZyMa8WkEMvsrz7vkTGF4 > .row .container { width:20rem;height:59.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PIizr55SIVZ5EdaA3Uzb59isTMCbxS3T { width:19.875rem;height:18.6875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcHvA8n17XQwVUSmHT0CKEVV3J7n7kiX { width:19.875rem;height:18.0625rem;top:21.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyTXQdFwUMpoOr8OEV31CyO3SDQAaiB0 { width:19.875rem;height:15.875rem;top:40.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUKTOQEw9yhBdesmPlzSkwLm8azF5r2Q { width:16.875rem;height:10.198875rem;top:4.125rem;left:2.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFLErXGPrK8lvJH6E5HFrudO8mUpaztI { width:12.5625rem;height:1.275025rem;top:17.6875rem;left:2.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wz7G2VfF0C34ZgBDtn4mqVBxGcAquttw { width:16.875rem;height:8.924rem;top:24.1875rem;left:2.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BchAJBVBONaMSnetucI3heLi7oOr6wVS { width:16.875rem;height:7.649125rem;top:43.625rem;left:2.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKt3Oko151v77J6mx1QTLUFLJqPuF9wd { width:10.875rem;height:1.275025rem;top:37.75rem;left:2.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8w4NDvxfPk69dQecqwRpg0AMT0aA0bP { width:11.1875rem;height:1.275025rem;top:54.9375rem;left:2.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLvuHsEsAH8oW5li1hpSFH62MxE1QW2F { width:5.625rem;height:1.125rem;top:16.125rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NspD3tJTMq8sGUcFArTXToCViO9d6OO8 { width:5.625rem;height:1.125rem;top:36.1875rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvBN9TvXsWNWFZqqdSWULJqttHuZil64 { width:5.625rem;height:1.125rem;top:53.1875rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5qwLJlPblUEn9zX3SWaszlfgTs1lExK { display:none; }#S5qwLJlPblUEn9zX3SWaszlfgTs1lExK > .row .container { width:20rem;height:26.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #d1GkICOagCIDHc6M09ttFU0QC26xTbAQ { z-index:15001;width:20rem;height:20.82229375rem;top:4.5rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UkVHEzLQ8zNvJw8fVkCichEc9g19MaqR { display:flex;width:2.6875rem;height:2.6875rem;top:0.8125rem;left:3.875rem; }
 }@media only screen and (max-width: 763px) { #Jilvryx1wnc3zqiy87fvqUfXTh6veCPT { display:flex;width:0.9375rem;height:0.9375rem;top:1.6875rem;left:11.625rem; }
 }@media only screen and (max-width: 763px) { #OPoVrNePho7Upl2CUaWcSuwymeXeV5AP { display:flex;width:0.9375rem;height:0.9375rem;top:1.6875rem;left:10.6875rem; }
 }@media only screen and (max-width: 763px) { #Jygat2D6HGTWxaT0kr7R6AB7P8S67aZ3 { display:flex;width:0.9375rem;height:0.9375rem;top:1.6875rem;left:9.8125rem; }
 }@media only screen and (max-width: 763px) { #rHA4GWfKkr8PMzD7bKnxcNOo5Xh85Sg2 { display:flex;width:0.9375rem;height:0.9375rem;top:1.6875rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #Xt5RdoU4QTTXA98U3rJtwGXrFGZz24hl { display:flex;width:0.9375rem;height:0.9375rem;top:1.6875rem;left:8rem; }
 }@media only screen and (max-width: 763px) { #Rtvmr7ZPOquVdUiai8n5vX2h2D4pQd41 { display:none; }#Rtvmr7ZPOquVdUiai8n5vX2h2D4pQd41 > .row .container { width:20rem;height:29.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XMFPmRkLpZTUtTxL9iaTUxlSsr8O61Tw { z-index:15001;width:20rem;height:22.30955rem;top:5.0625rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aSLkE7P8h8trSpvSOJkbNWMa6E7TcLvO { display:flex;width:2.6875rem;height:2.6875rem;top:12.1875rem;left:8.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #T7fJGhZ8A1xlG6HXaMlsiPurItZuDEyc { display:flex;width:0.9375rem;height:0.9375rem;top:10rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #uzAKPOi3fTdKibURBRa9Adu1G5GBitGO { display:flex;width:0.9375rem;height:0.9375rem;top:7.8125rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #GaTR4igUgtnW8Tt58Xr13gvxod9kLz23 { display:flex;width:0.9375rem;height:0.9375rem;top:5.625rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #SLRbCSmMgJML2WoIouoHGVU7dirSwVaC { display:flex;width:0.9375rem;height:0.9375rem;top:3.4375rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #yqMziz107QoFdezKVtzWRaTZmtx6X08B { display:flex;width:0.9375rem;height:0.9375rem;top:1.25rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #IDKvPk8zAe7U1SNlIBZ8nfbcTfZbKRSi { display:flex;width:0.9375rem;height:0.9375rem;top:1.875rem;left:11.625rem;z-index:15019; }
 }@media only screen and (max-width: 763px) { #XQBEQdDcW6dyerhWoZcL6vV7pl7R7ccP { display:flex;width:0.9375rem;height:0.9375rem;top:1.875rem;left:10.6875rem;z-index:15018; }
 }@media only screen and (max-width: 763px) { #kIcBQDMHkqe8ZvRdBMALK2bQWtzAEZOi { display:flex;width:0.9375rem;height:0.9375rem;top:1.875rem;left:9.8125rem;z-index:15017; }
 }@media only screen and (max-width: 763px) { #eTCqkMfQQsKJugU0uJulRnmQTR3bTHUd { display:flex;width:0.9375rem;height:0.9375rem;top:1.875rem;left:8.875rem;z-index:15016; }
 }@media only screen and (max-width: 763px) { #KLsP1Qp99R2No6WrbA3O5W1EoJyXyiRU { display:flex;width:0.9375rem;height:0.9375rem;top:1.875rem;left:8rem;z-index:15015; }
 }@media only screen and (max-width: 763px) { #mauZHJrMXpxTxpVDWThBCzCzyldwcQG7 { display:flex;width:2.6875rem;height:2.6875rem;top:1rem;left:3.875rem;z-index:15010; }
 }@media only screen and (max-width: 763px) { #DlTgAMEiSDhJQwXHlsx9N1hv8CcPydLw { background-color:rgba(var(--color-primary-2),0.65);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DlTgAMEiSDhJQwXHlsx9N1hv8CcPydLw > .row .container { background-color: transparent; background-image: none; }#DlTgAMEiSDhJQwXHlsx9N1hv8CcPydLw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DlTgAMEiSDhJQwXHlsx9N1hv8CcPydLw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DlTgAMEiSDhJQwXHlsx9N1hv8CcPydLw > .row .container > .video-iframe-container { display: none; }#DlTgAMEiSDhJQwXHlsx9N1hv8CcPydLw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DlTgAMEiSDhJQwXHlsx9N1hv8CcPydLw > .row > .video-iframe-container { display: none; }#DlTgAMEiSDhJQwXHlsx9N1hv8CcPydLw > .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); }#DlTgAMEiSDhJQwXHlsx9N1hv8CcPydLw > .row .container { border-width: 0; border-radius: 0; }#DlTgAMEiSDhJQwXHlsx9N1hv8CcPydLw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DlTgAMEiSDhJQwXHlsx9N1hv8CcPydLw > .row .container { width:20rem;height:32.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xwOuxUIOm0Qk6bp474nCDslMp5J9liaa { width:18.125rem;height:4.19921875rem;top:1.9375rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.75rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #stRFAtpJJRlvVodTz5rlA6xJltmd2bBe { width:19.8125rem;height:15.2983125rem;top:7.75rem;left:0.09375rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6LKUB3nPdvCloHQmpxn2ScNfaQ1ckH2 { width:17.625rem;height:2.875rem;top:25.9052734375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9T4E2suwCtDOOOCwPgPPn6zTlMOlmdg { display:block; }
 }@media only screen and (max-width: 763px) { #IaQSyREHPKLkgv8TwfuQcdScLtuK4h0I { display:block; }#IaQSyREHPKLkgv8TwfuQcdScLtuK4h0I > .row .container { width:20rem;height:27.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aLIBPEhsBFxiic7s33RMRaPIqL2cvC0t { width:9.6875rem;height:7.125rem;top:1.6875rem;left:5.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlXxvpT6rrUJfa0fg2te2ZEGHPfyu0K7 { width:9.6875rem;height:1.78755625rem;top:11.0625rem;left:3.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtRWwITowVgZGr31n9frvXShLU6rvwNz { display:flex;width:1.5625rem;height:1.5625rem;top:11.25rem;left:0.9375rem;font-size:1.0625rem; }
#xtRWwITowVgZGr31n9frvXShLU6rvwNz > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #hIMOsF7I9BmUsUvHr7OOa6T1GwcGaCHr { width:18.0625rem;height:2.43696875rem;top:19.875rem;left:1rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MOzcp8vTAHGd8cdJZg2FZmWnyMGHEwBX { width:20rem;height:1.13725rem;top:24.375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GKE9wctDp6XI66Tmf7qUhJ6nSubOmo7N { width:16.5rem;height:2.76278125rem;top:14.25rem;left:3.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VnQxQdW6LvRtfCGwgSPXq4UQygKgVJIp { display:flex;width:1.8125rem;height:1.8125rem;top:14.75rem;left:1rem;font-size:1.75rem; }
 }