.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:228,228,233;--color-primary-1:175,175,188;--color-primary-2:121,122,143;--color-primary-3:73,73,86;--color-primary-4:32,34,69;--color-secondary-0:255,240,217;--color-secondary-1:255,204,129;--color-secondary-2:255,153,3;--color-secondary-3:128,77,2;--color-secondary-4:38,23,0;--color-tertiary-0:255,255,255;--color-tertiary-1:193,202,216;--color-tertiary-2:151,167,190;--color-tertiary-3:91,100,114;--color-tertiary-4:32,34,69;--headlines-font-family:"Poppins";--paragraphs-font-family:"Poppins"; }@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:#f7f0eb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WXqd7zeqSbtASAtkphoORQlHBMdcRGgn { 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; }#WXqd7zeqSbtASAtkphoORQlHBMdcRGgn > .row .container { background-color: transparent; background-image: none; }#WXqd7zeqSbtASAtkphoORQlHBMdcRGgn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WXqd7zeqSbtASAtkphoORQlHBMdcRGgn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WXqd7zeqSbtASAtkphoORQlHBMdcRGgn > .row .container > .video-iframe-container { display: none; }#WXqd7zeqSbtASAtkphoORQlHBMdcRGgn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WXqd7zeqSbtASAtkphoORQlHBMdcRGgn > .row > .video-iframe-container { display: none; }#WXqd7zeqSbtASAtkphoORQlHBMdcRGgn > .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); }#WXqd7zeqSbtASAtkphoORQlHBMdcRGgn > .row .container { border-width: 0; border-radius: 0; }#WXqd7zeqSbtASAtkphoORQlHBMdcRGgn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WXqd7zeqSbtASAtkphoORQlHBMdcRGgn > .row .container { font-size:0.875rem;font-family:arial;height:4rem;width:75rem;position:relative;display:block; }#FK963U8QgDPMK81duWqAqoZU6gNZE9aH { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.99913125rem;width:7.999125rem;top:1.125rem;left:7.5625rem;overflow:hidden;display:block; }
#axsSfmop3E04iw2DKL9gP1VfGzcilxPC { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:1.99913125rem;height:2.25rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:0.875rem;left:62.4375rem;display:block; }
#yNaNAUQ0zQkLkd9EspzghaygAlMabqhc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TA0Z4Os7WMJ2Kn1cCxu9EMiKrseVG4Wf { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:1.99913125rem;height:2.25rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:0.875rem;left:65.5625rem;display:block; }
#cretcE7KnxzsRwUJkT2bTHwks8k8omJO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/492b38e9-7eb1-498f-8d5b-eba7e9be01b5/Maskgroup.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.adaptive-delivery-prevent-bg, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyload, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyloading { background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:0.875rem;font-family:arial;height:12.5rem;width:75rem;position:relative;display:block; }#ccMFrS8hsgVEaqOgXFA4SZWh3BEexaDv { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.31176875rem;width:29.0625rem;top:4.593505859375rem;left:22.9375rem;overflow:hidden;display:block; }
#dQrQW4lmckri2dzFcBMJ2yr4niOeTA96 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f0eb;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; }#dQrQW4lmckri2dzFcBMJ2yr4niOeTA96 > .row .container { background-color: transparent; background-image: none; }#dQrQW4lmckri2dzFcBMJ2yr4niOeTA96::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dQrQW4lmckri2dzFcBMJ2yr4niOeTA96 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dQrQW4lmckri2dzFcBMJ2yr4niOeTA96 > .row .container > .video-iframe-container { display: none; }#dQrQW4lmckri2dzFcBMJ2yr4niOeTA96 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dQrQW4lmckri2dzFcBMJ2yr4niOeTA96 > .row > .video-iframe-container { display: none; }#dQrQW4lmckri2dzFcBMJ2yr4niOeTA96 > .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); }#dQrQW4lmckri2dzFcBMJ2yr4niOeTA96 > .row .container { border-width: 0; border-radius: 0; }#dQrQW4lmckri2dzFcBMJ2yr4niOeTA96 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dQrQW4lmckri2dzFcBMJ2yr4niOeTA96 > .row .container { font-size:0.875rem;font-family:arial;height:57.375rem;width:75rem;position:relative;display:block; }#P07C8fGbSVO1AoK0NBPwpwXOrBHWdIhA { color:rgba(var(--color-primary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.6875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.8720703125rem;left:0rem;height:3.4931625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#chkg9HwQ2UCVexR2FpHtpqlEbLIKrpvX { color:rgba(var(--color-tertiary-4),1);display:block;width:64.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:13.748046875rem;left:5.1875rem;height:8rem;text-align:center;text-align-last:center;display:block; }
#u6HpeIgrRmBDL4S8Ca1mq9mRWNbi6F76 .widget-form-header {  }
#u6HpeIgrRmBDL4S8Ca1mq9mRWNbi6F76 .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-4),1);width:34.875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal;line-height:1.7;overflow:hidden; }
#u6HpeIgrRmBDL4S8Ca1mq9mRWNbi6F76 .widget-input-text { border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:34.875rem;box-sizing:border-box;height:2.5625rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);box-shadow: none; }
#u6HpeIgrRmBDL4S8Ca1mq9mRWNbi6F76 .widget-input-text {padding-top: 0; padding-bottom: 0;}#u6HpeIgrRmBDL4S8Ca1mq9mRWNbi6F76 .widget-textarea { border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:34.875rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:poppins; }
#u6HpeIgrRmBDL4S8Ca1mq9mRWNbi6F76 .widget-input-select { border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:34.875rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-primary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;box-shadow: none; }
#u6HpeIgrRmBDL4S8Ca1mq9mRWNbi6F76 .widget-input-select {padding-top: 0; padding-bottom: 0;}#u6HpeIgrRmBDL4S8Ca1mq9mRWNbi6F76 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#u6HpeIgrRmBDL4S8Ca1mq9mRWNbi6F76 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#u6HpeIgrRmBDL4S8Ca1mq9mRWNbi6F76 .widget-input-button { border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);width:34.875rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: none;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2);font-style:normal; }
#u6HpeIgrRmBDL4S8Ca1mq9mRWNbi6F76 [class*="-text"]:-moz-placeholder { color:rgba(var(--color-primary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#u6HpeIgrRmBDL4S8Ca1mq9mRWNbi6F76 [class*="-text"]::-moz-placeholder { color:rgba(var(--color-primary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#u6HpeIgrRmBDL4S8Ca1mq9mRWNbi6F76 [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-primary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#u6HpeIgrRmBDL4S8Ca1mq9mRWNbi6F76 [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-primary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#u6HpeIgrRmBDL4S8Ca1mq9mRWNbi6F76 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:33.4375rem;overflow:hidden;font-style:normal; }
#u6HpeIgrRmBDL4S8Ca1mq9mRWNbi6F76 .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; }
#u6HpeIgrRmBDL4S8Ca1mq9mRWNbi6F76 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);overflow:hidden;font-style:normal;line-height:1.3; }
#u6HpeIgrRmBDL4S8Ca1mq9mRWNbi6F76 .widget-container { padding-top:0.625rem;padding-right:0;padding-bottom:0.625rem;padding-left:0;width:100%;font-size:0;height:auto; }
#u6HpeIgrRmBDL4S8Ca1mq9mRWNbi6F76 .widget-container:first-of-type{padding-top:0;}#u6HpeIgrRmBDL4S8Ca1mq9mRWNbi6F76 .widget-container:last-of-type{padding-bottom:0;}#u6HpeIgrRmBDL4S8Ca1mq9mRWNbi6F76  { background-color:#f7f0eb;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:34.875rem;height:auto;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);z-index:15008;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: none;position:absolute;top:25.6875rem;left:18.75rem; }
#u6HpeIgrRmBDL4S8Ca1mq9mRWNbi6F76 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:34.875rem; }
#u6HpeIgrRmBDL4S8Ca1mq9mRWNbi6F76 .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#u6HpeIgrRmBDL4S8Ca1mq9mRWNbi6F76 {display:block;}#u6HpeIgrRmBDL4S8Ca1mq9mRWNbi6F76 { background-color:#f7f0eb;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:34.875rem;height:auto;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);z-index:15008;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: none;position:absolute;top:25.6875rem;left:18.75rem; }
#u6HpeIgrRmBDL4S8Ca1mq9mRWNbi6F76 #wdqzb8lLU6cupK21HyDTou9a8ETbtG7J { position:relative; }
#u6HpeIgrRmBDL4S8Ca1mq9mRWNbi6F76 #nuscsn9GC2X6iBNAgRp08AovXkSIKL4d { position:relative;display:block; }
#u6HpeIgrRmBDL4S8Ca1mq9mRWNbi6F76 #qzTxnzBMeRcZhoSXIBPZ0sNwoI4ZiTS0 { position:relative; }
#u6HpeIgrRmBDL4S8Ca1mq9mRWNbi6F76 #TBzsxVnfyTC1253TMCNtzFmh5tI7R2Lr { position:relative; }
#u6HpeIgrRmBDL4S8Ca1mq9mRWNbi6F76 #IGuyW7cFLf4qiCoBVi53isKK5lWie26p { position:relative;display:block; }
#u6HpeIgrRmBDL4S8Ca1mq9mRWNbi6F76 #f0rprHaysvtR3XD19H44n800unt95oTf { position:relative; }
#u6HpeIgrRmBDL4S8Ca1mq9mRWNbi6F76 #ur8RrMd8yWdAM3cLVbfO4f3ms1hTdWvd { position:relative; }
#u6HpeIgrRmBDL4S8Ca1mq9mRWNbi6F76 #mAo0bbPuM1NMkIsdtiJbNVSWWT6EWbvh { position:relative;display:block; }
#u6HpeIgrRmBDL4S8Ca1mq9mRWNbi6F76 #ZzLbev67Byvc3EIGnraTTgiBbcMGP6U5 { position:relative; }
#u6HpeIgrRmBDL4S8Ca1mq9mRWNbi6F76 #TukFu0LV9orgT97iUPugWznmLSeAAqOm { position:relative; }
#u6HpeIgrRmBDL4S8Ca1mq9mRWNbi6F76 #bTfhthxy3HznCKo1kJ4xOaTf7CgQ2qCW { position:relative;z-index:2; }
#u6HpeIgrRmBDL4S8Ca1mq9mRWNbi6F76 #nXnBBg72RyecF7QnHk2dEz3VGfOA04I0 { position:relative; }
#u6HpeIgrRmBDL4S8Ca1mq9mRWNbi6F76 #n0V691Nhz8TBlTQmoIfbUCiGLlEL3nN1 { position:relative; }
#u6HpeIgrRmBDL4S8Ca1mq9mRWNbi6F76 #m4fh9It8yXdKqlhRWGyNGqTch6ioVnvA { position:relative; }
#NyT9FKIa3VcKEPydfZS6GgZKoEKiOagW { color:rgba(var(--color-primary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.6875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:7.3642578125rem;left:0rem;height:3.4931625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dBUqTQNtf7qM05A7rKEfrfqFyHXz8Wqy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dBUqTQNtf7qM05A7rKEfrfqFyHXz8Wqy > .row .container { background-color: transparent; background-image: none; }#dBUqTQNtf7qM05A7rKEfrfqFyHXz8Wqy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dBUqTQNtf7qM05A7rKEfrfqFyHXz8Wqy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dBUqTQNtf7qM05A7rKEfrfqFyHXz8Wqy > .row .container > .video-iframe-container { display: none; }#dBUqTQNtf7qM05A7rKEfrfqFyHXz8Wqy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dBUqTQNtf7qM05A7rKEfrfqFyHXz8Wqy > .row > .video-iframe-container { display: none; }#dBUqTQNtf7qM05A7rKEfrfqFyHXz8Wqy > .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); }#dBUqTQNtf7qM05A7rKEfrfqFyHXz8Wqy > .row .container { border-width: 0; border-radius: 0; }#dBUqTQNtf7qM05A7rKEfrfqFyHXz8Wqy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dBUqTQNtf7qM05A7rKEfrfqFyHXz8Wqy > .row .container { font-size:0.875rem;font-family:arial;height:20.25rem;width:75rem;position:relative;display:block; }#TR5n2uTyG2o3DaMOmsSQKr21pPJi83bw { color:rgba(var(--color-secondary-2),1);display:block;width:50.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:2.8125rem;left:12.0625rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sa8UoVL86irAh3fSe5Zleu5ww6BFpI52 { color:rgba(var(--color-primary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15002;line-height:1.5;letter-spacing:0;top:6.468505859375rem;left:0rem;height:9.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HUGcmNvunyq12nJueAUzi9iu2lVLJwH2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1f5;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; }#HUGcmNvunyq12nJueAUzi9iu2lVLJwH2 > .row .container { background-color: transparent; background-image: none; }#HUGcmNvunyq12nJueAUzi9iu2lVLJwH2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HUGcmNvunyq12nJueAUzi9iu2lVLJwH2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HUGcmNvunyq12nJueAUzi9iu2lVLJwH2 > .row .container > .video-iframe-container { display: none; }#HUGcmNvunyq12nJueAUzi9iu2lVLJwH2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HUGcmNvunyq12nJueAUzi9iu2lVLJwH2 > .row > .video-iframe-container { display: none; }#HUGcmNvunyq12nJueAUzi9iu2lVLJwH2 > .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); }#HUGcmNvunyq12nJueAUzi9iu2lVLJwH2 > .row .container { border-width: 0; border-radius: 0; }#HUGcmNvunyq12nJueAUzi9iu2lVLJwH2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HUGcmNvunyq12nJueAUzi9iu2lVLJwH2 > .row .container { font-size:0.875rem;font-family:arial;height:57.5rem;width:75rem;position:relative;display:block; }#i5VSBo7XV2KaWmA4BCVDu0unD9s0P8Cy { color:rgba(var(--color-primary-4),1);display:block;width:42.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.1875rem;left:16.4375rem;height:7.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TPhAugaECHcZ7ufgblOoxE3wNTJLN7w7 { box-sizing:content-box;height:5.5rem;width:30rem;position:absolute;display:block;z-index:15032;background-color:transparent;background-image:none;top:15.1875rem;left:9.3125rem;border-top:0.0625rem solid #ff9903;border-left:0.0625rem solid #ff9903;border-right:0.0625rem solid #ff9903;border-bottom:0.0625rem solid #ff9903;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
#CuWRs0A24mxac5X4GZm5pHVwA0dEPyTz { color:rgba(var(--color-primary-4),1);display:block;width:20.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:16.6875rem;left:14.75rem;height:2.5996125rem;display:block; }
#OcPQHRhzVoXn61TiM3G7AQkmcL1cMQ3K { box-sizing:content-box;height:5.5rem;width:30rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;top:21.8125rem;left:9.3125rem;border-top:0.0625rem solid #ff9903;border-left:0.0625rem solid #ff9903;border-right:0.0625rem solid #ff9903;border-bottom:0.0625rem solid #ff9903;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
#xQelos59cdI856y6Ws0lSvlQl4fXzuaZ { color:rgba(var(--color-primary-4),1);display:block;width:20.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:23.3125rem;left:15.0625rem;height:2.5996125rem;display:block; }
#WcqVuTOnycXR7bh6hr0RnmPBiBpEumKL { box-sizing:content-box;height:6.125rem;width:30rem;position:absolute;display:block;z-index:15034;background-color:transparent;background-image:none;top:28.6875rem;left:9.3125rem;border-top:0.0625rem solid #ff9903;border-left:0.0625rem solid #ff9903;border-right:0.0625rem solid #ff9903;border-bottom:0.0625rem solid #ff9903;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
#u5ZbQrPvDyhaLddayTbsCF5kUUJ564qv { color:rgba(var(--color-primary-4),1);display:block;width:20.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:30.5rem;left:14.75rem;height:2.5996125rem;display:block; }
#wMp1J4fU3TTL9uKiS5wX6Tu6FuMTn1HE { box-sizing:content-box;height:6.125rem;width:30rem;position:absolute;display:block;z-index:15035;background-color:transparent;background-image:none;top:36.1875rem;left:9.3125rem;border-top:0.0625rem solid #ff9903;border-left:0.0625rem solid #ff9903;border-right:0.0625rem solid #ff9903;border-bottom:0.0625rem solid #ff9903;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
#sd1pb9hVJ5XX0R9bXynFlUlSJw7auf25 { color:rgba(var(--color-primary-4),1);display:block;width:20.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:38rem;left:14.75rem;height:2.5996125rem;display:block; }
#l3x2SvLqDX05XRkp6r67ABKsrOgNcd71 { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2.75rem;top:38.3125rem;left:10.875rem;overflow:hidden;display:block; }
#CUVbUZxdCMCod3aNgZB7hmsHWTn66DSC { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:3.25rem;top:23.625rem;left:10.625rem;overflow:hidden;display:block; }
#wIzRDeqaIN9Ve6gBhhWThnJIWJDQM8Kw { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:2.875rem;top:30.75rem;left:10.8125rem;overflow:hidden;display:block; }
#mlUhSgUeVwCuX8a85hpoHGV1mO81wdwR { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:2.6875rem;top:16.8125rem;left:10.875rem;overflow:hidden;display:block; }
#LBRfpvqlDZaCPkhHhQHXeXJI3doUswTP { color:rgba(var(--color-tertiary-4),1);display:block;width:40.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:51.25rem;left:17.1875rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#sDTa3Jlc1z93LEMrvr9I5QAtx1aEFeFg { position:absolute;display:block;z-index:15039;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.81225625rem;width:3.81225625rem;top:46.8125rem;left:35.5625rem;overflow:hidden;display:block; }
#TObsqiqfSnnBa37IVh1UWoWHJCsc7dJ1 { position:absolute;display:block;z-index:15040;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:15.81175rem;width:20.81175rem;top:20.843505859375rem;left:43.9375rem;overflow:hidden;display:block; }
#ylBdhkw7Bod32ElCRafeQGgQAU2cr9Kc { 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; }#ylBdhkw7Bod32ElCRafeQGgQAU2cr9Kc > .row .container { background-color: transparent; background-image: none; }#ylBdhkw7Bod32ElCRafeQGgQAU2cr9Kc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ylBdhkw7Bod32ElCRafeQGgQAU2cr9Kc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ylBdhkw7Bod32ElCRafeQGgQAU2cr9Kc > .row .container > .video-iframe-container { display: none; }#ylBdhkw7Bod32ElCRafeQGgQAU2cr9Kc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ylBdhkw7Bod32ElCRafeQGgQAU2cr9Kc > .row > .video-iframe-container { display: none; }#ylBdhkw7Bod32ElCRafeQGgQAU2cr9Kc > .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); }#ylBdhkw7Bod32ElCRafeQGgQAU2cr9Kc > .row .container { border-width: 0; border-radius: 0; }#ylBdhkw7Bod32ElCRafeQGgQAU2cr9Kc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ylBdhkw7Bod32ElCRafeQGgQAU2cr9Kc > .row .container { font-size:0.875rem;font-family:arial;height:12.0625rem;width:75rem;position:relative;display:block; }#RF7rlLWJzDaZOvxyaE63RDI0UxPDrnfS { color:rgba(var(--color-tertiary-4),1);display:block;width:38.8733125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:1.83203125rem;left:18.0615234375rem;height:8.3984375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cehCAyw5vJlkpeyzduFNlUs8rdbsrEa2 { 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; }#cehCAyw5vJlkpeyzduFNlUs8rdbsrEa2 > .row .container { background-color: transparent; background-image: none; }#cehCAyw5vJlkpeyzduFNlUs8rdbsrEa2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cehCAyw5vJlkpeyzduFNlUs8rdbsrEa2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cehCAyw5vJlkpeyzduFNlUs8rdbsrEa2 > .row .container > .video-iframe-container { display: none; }#cehCAyw5vJlkpeyzduFNlUs8rdbsrEa2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cehCAyw5vJlkpeyzduFNlUs8rdbsrEa2 > .row > .video-iframe-container { display: none; }#cehCAyw5vJlkpeyzduFNlUs8rdbsrEa2 > .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); }#cehCAyw5vJlkpeyzduFNlUs8rdbsrEa2 > .row .container { border-width: 0; border-radius: 0; }#cehCAyw5vJlkpeyzduFNlUs8rdbsrEa2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cehCAyw5vJlkpeyzduFNlUs8rdbsrEa2 > .row .container { font-size:0.875rem;font-family:arial;height:2.1875rem;width:75rem;position:relative;display:block; }#F1BlxUPfbdCVyWd8rgAbZaXmWwBtm1yF { 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; }#F1BlxUPfbdCVyWd8rgAbZaXmWwBtm1yF > .row .container { background-color: transparent; background-image: none; }#F1BlxUPfbdCVyWd8rgAbZaXmWwBtm1yF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F1BlxUPfbdCVyWd8rgAbZaXmWwBtm1yF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F1BlxUPfbdCVyWd8rgAbZaXmWwBtm1yF > .row .container > .video-iframe-container { display: none; }#F1BlxUPfbdCVyWd8rgAbZaXmWwBtm1yF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F1BlxUPfbdCVyWd8rgAbZaXmWwBtm1yF > .row > .video-iframe-container { display: none; }#F1BlxUPfbdCVyWd8rgAbZaXmWwBtm1yF > .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); }#F1BlxUPfbdCVyWd8rgAbZaXmWwBtm1yF > .row .container { border-width: 0; border-radius: 0; }#F1BlxUPfbdCVyWd8rgAbZaXmWwBtm1yF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F1BlxUPfbdCVyWd8rgAbZaXmWwBtm1yF > .row .container { font-size:0.875rem;font-family:arial;height:29.0625rem;width:75rem;position:relative;display:block; }#Aamsyh1mZlTkQ693ExbJsxWbZ3bmLSNr .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#Aamsyh1mZlTkQ693ExbJsxWbZ3bmLSNr .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#Aamsyh1mZlTkQ693ExbJsxWbZ3bmLSNr .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--headlines-font-family);font-weight:700;font-size:1.25rem;color:rgba(var(--color-tertiary-4),1); }
#Aamsyh1mZlTkQ693ExbJsxWbZ3bmLSNr .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1); }
#Aamsyh1mZlTkQ693ExbJsxWbZ3bmLSNr .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_e7a76b02cc95edeb905f22f898dbac11.svg");background-size:contain !important; }#Aamsyh1mZlTkQ693ExbJsxWbZ3bmLSNr .accordion-trigger.adaptive-delivery-prevent-bg, #Aamsyh1mZlTkQ693ExbJsxWbZ3bmLSNr .accordion-trigger.lazyload, #Aamsyh1mZlTkQ693ExbJsxWbZ3bmLSNr .accordion-trigger.lazyloading { background-image: none; }
#Aamsyh1mZlTkQ693ExbJsxWbZ3bmLSNr { box-sizing:content-box;height:auto;width:57.5rem;position:absolute;display:flex;flex-direction:column;gap:0.75rem;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:0rem;left:7.5rem; }
#Aamsyh1mZlTkQ693ExbJsxWbZ3bmLSNr .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#Aamsyh1mZlTkQ693ExbJsxWbZ3bmLSNr #KvMDKbzkFm8GqZPn0Srwyb84o3r9gBXP { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Aamsyh1mZlTkQ693ExbJsxWbZ3bmLSNr #BMX2SXmv2ERxzRiHiQ6aTsCqrVwHHWQf { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Aamsyh1mZlTkQ693ExbJsxWbZ3bmLSNr #XZTlslkdsUL0aE1KveWssWQzc6XTccTV { display:block;position:relative; }
#Aamsyh1mZlTkQ693ExbJsxWbZ3bmLSNr #rmuyXaFnv6hE8usFhWQPZntZQowJD6He {  }
#Aamsyh1mZlTkQ693ExbJsxWbZ3bmLSNr #BGBHef9TmKEqdTUxqqL9ry0P137yCFcW {  }
#Aamsyh1mZlTkQ693ExbJsxWbZ3bmLSNr #BUy9EOL2IvBprEwuIcpkqwkncM8qVZdT { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Aamsyh1mZlTkQ693ExbJsxWbZ3bmLSNr #h7tIH27bechpHVU5Ce2I3W2whM4KvNvR { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Aamsyh1mZlTkQ693ExbJsxWbZ3bmLSNr #FRPs3ORSpT88nBfO3ZQhLTL2F1hq7dEs { display:block;position:relative; }
#Aamsyh1mZlTkQ693ExbJsxWbZ3bmLSNr #DmpzMNrf7nI15GzEbmFyNPQqDg2nTa7N {  }
#Aamsyh1mZlTkQ693ExbJsxWbZ3bmLSNr #MoDWfS0TKyH1pC2IxeAKu3pRxgTWSdyI { display:none; }
#Aamsyh1mZlTkQ693ExbJsxWbZ3bmLSNr #CEe0He4nscsDmmQsxlNNvhc0HxXZLu10 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Aamsyh1mZlTkQ693ExbJsxWbZ3bmLSNr #a5t12RPT9DWvOMFAJMzGgqKi6DSoFcw8 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Aamsyh1mZlTkQ693ExbJsxWbZ3bmLSNr #nQkhLftZCn2rJRQDsilXZ6FLom5SH0Rh { display:block;position:relative; }
#Aamsyh1mZlTkQ693ExbJsxWbZ3bmLSNr #ftTvUOTULaNVfncl0wxTzsQ6rFUXbdJJ {  }
#Aamsyh1mZlTkQ693ExbJsxWbZ3bmLSNr #TckAr4ZnBiTbmzqg7EA4vt9qk0VIQdwV { display:none; }
#Aamsyh1mZlTkQ693ExbJsxWbZ3bmLSNr #BtrVGKT02LLtgMe3yOGIioySeRS1XwOr { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Aamsyh1mZlTkQ693ExbJsxWbZ3bmLSNr #kkpobrAwRdXExzwBIBAyG0mxyqQuWwJp { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Aamsyh1mZlTkQ693ExbJsxWbZ3bmLSNr #Fntzi97xTWHkCyAxTSlpfJka4iGVF5Fm { display:block;position:relative; }
#Aamsyh1mZlTkQ693ExbJsxWbZ3bmLSNr #hFTSkOoGaOFUIPMhhRZEVhQf4CpUsNnS {  }
#Aamsyh1mZlTkQ693ExbJsxWbZ3bmLSNr #wwnHuNrRVEsFbZwTCpyJ64yb6wIRzaP1 { display:none; }
#Aamsyh1mZlTkQ693ExbJsxWbZ3bmLSNr #wwHQ1BiivWbaia8GOBupSwdnnpLRCKrf { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Aamsyh1mZlTkQ693ExbJsxWbZ3bmLSNr #Qd25NJBzob9TTd1uwBAPsXN7xw5WNVJs { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Aamsyh1mZlTkQ693ExbJsxWbZ3bmLSNr #GDl50uQ6hPe7wDZKFW9Xt8PMdRCoC0xZ { display:block;position:relative; }
#Aamsyh1mZlTkQ693ExbJsxWbZ3bmLSNr #FXZn3EFtZNJg3oLkJDUqncSd3eFamJo5 {  }
#Aamsyh1mZlTkQ693ExbJsxWbZ3bmLSNr #D2n0VQUrMGk5VsE1GN0c0CA7FOaJQGoT { display:none; }
#Aamsyh1mZlTkQ693ExbJsxWbZ3bmLSNr #mdm10rVU8dmWHVSICO4MulyJ8RJxNqIh { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Aamsyh1mZlTkQ693ExbJsxWbZ3bmLSNr #BncdPEg6ruf94Sh8uuXCGA346cTyaFTJ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Aamsyh1mZlTkQ693ExbJsxWbZ3bmLSNr #MTGTstzKVmQL00m55V344NGNIywFlKEr { display:block;position:relative; }
#Aamsyh1mZlTkQ693ExbJsxWbZ3bmLSNr #KWBb2N2fhT6tpfnuvAuuTnzIQWBAarps {  }
#Aamsyh1mZlTkQ693ExbJsxWbZ3bmLSNr #GNgU99JBRFltgbPn5Ei7nEesPDNermUA { display:none; }
#Aamsyh1mZlTkQ693ExbJsxWbZ3bmLSNr #utr7hqfRGn0WKPeEe9niUhzHJTM9xzJ4 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Aamsyh1mZlTkQ693ExbJsxWbZ3bmLSNr #MKwymwRnwMEd36TyCoGAXwv7NElZc1NU { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Aamsyh1mZlTkQ693ExbJsxWbZ3bmLSNr #UOR12Fs0LrUJwZrBDavIHOHIiTUiWBJl { display:block;position:relative; }
#Aamsyh1mZlTkQ693ExbJsxWbZ3bmLSNr #wTNzFm2IaBW6NyMFTIy3HzghRId8Soek {  }
#Aamsyh1mZlTkQ693ExbJsxWbZ3bmLSNr #UNK4frQJsulF1O9w0BbpSiK8OvPggCU4 { display:none; }
#dMqxMw4vzGvlIsExJMC3dT5MP7hVKsz0 { 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; }#dMqxMw4vzGvlIsExJMC3dT5MP7hVKsz0 > .row .container { background-color: transparent; background-image: none; }#dMqxMw4vzGvlIsExJMC3dT5MP7hVKsz0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dMqxMw4vzGvlIsExJMC3dT5MP7hVKsz0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dMqxMw4vzGvlIsExJMC3dT5MP7hVKsz0 > .row .container > .video-iframe-container { display: none; }#dMqxMw4vzGvlIsExJMC3dT5MP7hVKsz0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dMqxMw4vzGvlIsExJMC3dT5MP7hVKsz0 > .row > .video-iframe-container { display: none; }#dMqxMw4vzGvlIsExJMC3dT5MP7hVKsz0 > .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); }#dMqxMw4vzGvlIsExJMC3dT5MP7hVKsz0 > .row .container { border-width: 0; border-radius: 0; }#dMqxMw4vzGvlIsExJMC3dT5MP7hVKsz0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dMqxMw4vzGvlIsExJMC3dT5MP7hVKsz0 > .row .container { font-size:0.875rem;font-family:arial;height:8.875rem;width:75rem;position:relative;display:block; }#FH3upmicSRJnqewObbIa8TrTgIUxLmJV { color:#000000;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.839599609375rem;left:-0.0625rem;height:5.199225rem;display:block; }
#M4i9JBQKuPSITu5Cg5kEaTNzTemTkTy2 { 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; }#M4i9JBQKuPSITu5Cg5kEaTNzTemTkTy2 > .row .container { background-color: transparent; background-image: none; }#M4i9JBQKuPSITu5Cg5kEaTNzTemTkTy2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M4i9JBQKuPSITu5Cg5kEaTNzTemTkTy2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M4i9JBQKuPSITu5Cg5kEaTNzTemTkTy2 > .row .container > .video-iframe-container { display: none; }#M4i9JBQKuPSITu5Cg5kEaTNzTemTkTy2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M4i9JBQKuPSITu5Cg5kEaTNzTemTkTy2 > .row > .video-iframe-container { display: none; }#M4i9JBQKuPSITu5Cg5kEaTNzTemTkTy2 > .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); }#M4i9JBQKuPSITu5Cg5kEaTNzTemTkTy2 > .row .container { border-width: 0; border-radius: 0; }#M4i9JBQKuPSITu5Cg5kEaTNzTemTkTy2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#M4i9JBQKuPSITu5Cg5kEaTNzTemTkTy2 > .row .container { font-size:0.875rem;font-family:arial;height:9.625rem;width:75rem;position:relative;display:block; }#XTwq7KnElOKwKRWeEqZr3CwBqJh7JDqm { color:rgba(var(--color-tertiary-4),1);display:block;width:34.812rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15003;line-height:3;letter-spacing:0;top:2.5625rem;left:7.5rem;height:4.50073125rem;font-style:normal;display:block; }
#gLAxfOQbGIdm8MFG0I5VTowNbAnnLEI6 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:9.375rem;top:3.5rem;left:46.9375rem;overflow:hidden;display:block; }
#u3t50Ly7aRKWOyDOmaRFByaddsTWILLQ { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:9.375rem;top:3.5rem;left:58.125rem;overflow:hidden;display:block; }
#g9KOAdSy7Jz2uMcTRMTcG3y2RsGmf7TQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),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; }#g9KOAdSy7Jz2uMcTRMTcG3y2RsGmf7TQ > .row .container { background-color: transparent; background-image: none; }#g9KOAdSy7Jz2uMcTRMTcG3y2RsGmf7TQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g9KOAdSy7Jz2uMcTRMTcG3y2RsGmf7TQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g9KOAdSy7Jz2uMcTRMTcG3y2RsGmf7TQ > .row .container > .video-iframe-container { display: none; }#g9KOAdSy7Jz2uMcTRMTcG3y2RsGmf7TQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g9KOAdSy7Jz2uMcTRMTcG3y2RsGmf7TQ > .row > .video-iframe-container { display: none; }#g9KOAdSy7Jz2uMcTRMTcG3y2RsGmf7TQ > .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); }#g9KOAdSy7Jz2uMcTRMTcG3y2RsGmf7TQ > .row .container { border-width: 0; border-radius: 0; }#g9KOAdSy7Jz2uMcTRMTcG3y2RsGmf7TQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g9KOAdSy7Jz2uMcTRMTcG3y2RsGmf7TQ > .row .container { font-size:0.875rem;font-family:arial;height:20.3125rem;width:75rem;position:relative;display:block; }#FPlxTC1PnbxVshIJ0ZB3mBUDHB7NVOKJ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:6.75rem;top:6rem;left:7.5rem;overflow:hidden;display:block; }
#s77qBo3yAus18Xi5T9HKctEmHubd8Isu { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:60rem;top:10rem;left:7.5rem;display:block; }
#K0kgFKOtzfLE9ZnX4NWg8Ui3WNBdCuru { color:rgba(var(--color-tertiary-0),1);display:block;width:6.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:6.25rem;left:51.75rem;height:1.13769375rem;display:block; }
#RthNTn4uMn74ObMoEHMxie0kqt62VEvL { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-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:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.6875rem;height:2.1875rem;text-decoration:none;z-index:15009;text-align:left;text-align-last:left;top:12.25rem;left:26.3125rem;display:block; }
#A3GgvyLghlBdxtXy0rSx5u5Qk1R7ZTF5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mg8eDBt3T32PDAJLqu9nQ7dcaxlA2loU { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-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:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.875rem;height:1.625rem;text-decoration:none;z-index:15010;text-align:left;text-align-last:left;top:12.5625rem;left:43.25rem;display:block; }
#FDMi6zwxwnpcUEU5rH4MZpA1GSUNTugq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#P4t3Tk8kR1kP3rCOGiVBA5CF7oqx6cil { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-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:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.1875rem;height:1.4375rem;text-decoration:none;z-index:15011;text-align:right;text-align-last:right;top:12.625rem;left:56.3125rem;display:block; }
#uF1lZqse9VnHTw3rawT2IKavnzWhMxiw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#J86qkbIGTdTBBdMZaMdVIgnikMAJyKvb { color:rgba(var(--color-tertiary-2),1);display:block;width:16.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:12.86328125rem;left:7.5rem;height:1.13769375rem;display:block; }
#cBd5iOchVdBplTBB4LP7NTuwPfFSFqWU { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:6.0625rem;left:58.5rem;overflow:hidden;display:block; }
#NOb17TZ9ayRrVHTvpmQARP0VDO57u1DW { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:6.0625rem;left:60.375rem;overflow:hidden;display:block; }
#SJzlNF0TMlrJWWyrMOTEWpZx9ssfynME { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:6.0625rem;left:62.25rem;overflow:hidden;display:block; }
#C3fp3wqMSZ9VuonkJKTWdsz8Afm5mvUW { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:6.0625rem;left:64.125rem;overflow:hidden;display:block; }
#RMi07EoT1izubNrnUJ6fm9NpCosn9gMi { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:6.0625rem;left:66rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #WXqd7zeqSbtASAtkphoORQlHBMdcRGgn { display:block; }#WXqd7zeqSbtASAtkphoORQlHBMdcRGgn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FK963U8QgDPMK81duWqAqoZU6gNZE9aH { top:1.0625rem;left:0rem;width:7.9375rem;height:1.9831623772164rem;display:block; }
 }@media only screen and (max-width: 763px) { #axsSfmop3E04iw2DKL9gP1VfGzcilxPC { width:1.9375rem;height:2.25rem;top:0.8125rem;left:45.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNaNAUQ0zQkLkd9EspzghaygAlMabqhc { display:block; }
 }@media only screen and (max-width: 763px) { #TA0Z4Os7WMJ2Kn1cCxu9EMiKrseVG4Wf { width:1.9375rem;height:2.25rem;top:0.8125rem;left:45.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cretcE7KnxzsRwUJkT2bTHwks8k8omJO { display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ccMFrS8hsgVEaqOgXFA4SZWh3BEexaDv { top:4.5625rem;left:9.3125rem;width:29.0625rem;height:3.31176875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQrQW4lmckri2dzFcBMJ2yr4niOeTA96 { display:block; }#dQrQW4lmckri2dzFcBMJ2yr4niOeTA96 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P07C8fGbSVO1AoK0NBPwpwXOrBHWdIhA { top:3.8125rem;left:0rem;width:47.75rem;height:3.4375rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #chkg9HwQ2UCVexR2FpHtpqlEbLIKrpvX { top:13.6875rem;left:0rem;width:47.75rem;height:8rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6HpeIgrRmBDL4S8Ca1mq9mRWNbi6F76 .widget-regular-label { width:34.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#u6HpeIgrRmBDL4S8Ca1mq9mRWNbi6F76 .widget-input-text { width:34.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#u6HpeIgrRmBDL4S8Ca1mq9mRWNbi6F76 .widget-input-text {padding-top: 0; padding-bottom: 0;}#u6HpeIgrRmBDL4S8Ca1mq9mRWNbi6F76 .widget-textarea { width:34.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#u6HpeIgrRmBDL4S8Ca1mq9mRWNbi6F76 .widget-input-select { width:34.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#u6HpeIgrRmBDL4S8Ca1mq9mRWNbi6F76 .widget-input-select {padding-top: 0; padding-bottom: 0;}#u6HpeIgrRmBDL4S8Ca1mq9mRWNbi6F76 .widget-input-button { width:34.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#u6HpeIgrRmBDL4S8Ca1mq9mRWNbi6F76 .widget-checkbox-label { width:33.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#u6HpeIgrRmBDL4S8Ca1mq9mRWNbi6F76  { width:34.875rem;height:auto;top:25.6875rem;left:0rem; }
#u6HpeIgrRmBDL4S8Ca1mq9mRWNbi6F76 .radio-container { width:34.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#u6HpeIgrRmBDL4S8Ca1mq9mRWNbi6F76 {display:block;}#u6HpeIgrRmBDL4S8Ca1mq9mRWNbi6F76 { width:34.875rem;height:auto;top:25.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #u6HpeIgrRmBDL4S8Ca1mq9mRWNbi6F76 #wdqzb8lLU6cupK21HyDTou9a8ETbtG7J {  }
 }@media only screen and (max-width: 763px) { #u6HpeIgrRmBDL4S8Ca1mq9mRWNbi6F76 #nuscsn9GC2X6iBNAgRp08AovXkSIKL4d {  }
 }@media only screen and (max-width: 763px) { #u6HpeIgrRmBDL4S8Ca1mq9mRWNbi6F76 #qzTxnzBMeRcZhoSXIBPZ0sNwoI4ZiTS0 {  }
 }@media only screen and (max-width: 763px) { #u6HpeIgrRmBDL4S8Ca1mq9mRWNbi6F76 #TBzsxVnfyTC1253TMCNtzFmh5tI7R2Lr {  }
 }@media only screen and (max-width: 763px) { #u6HpeIgrRmBDL4S8Ca1mq9mRWNbi6F76 #IGuyW7cFLf4qiCoBVi53isKK5lWie26p {  }
 }@media only screen and (max-width: 763px) { #u6HpeIgrRmBDL4S8Ca1mq9mRWNbi6F76 #f0rprHaysvtR3XD19H44n800unt95oTf {  }
 }@media only screen and (max-width: 763px) { #u6HpeIgrRmBDL4S8Ca1mq9mRWNbi6F76 #ur8RrMd8yWdAM3cLVbfO4f3ms1hTdWvd {  }
 }@media only screen and (max-width: 763px) { #u6HpeIgrRmBDL4S8Ca1mq9mRWNbi6F76 #mAo0bbPuM1NMkIsdtiJbNVSWWT6EWbvh {  }
 }@media only screen and (max-width: 763px) { #u6HpeIgrRmBDL4S8Ca1mq9mRWNbi6F76 #ZzLbev67Byvc3EIGnraTTgiBbcMGP6U5 {  }
 }@media only screen and (max-width: 763px) { #u6HpeIgrRmBDL4S8Ca1mq9mRWNbi6F76 #TukFu0LV9orgT97iUPugWznmLSeAAqOm {  }
 }@media only screen and (max-width: 763px) { #u6HpeIgrRmBDL4S8Ca1mq9mRWNbi6F76 #bTfhthxy3HznCKo1kJ4xOaTf7CgQ2qCW {  }
 }@media only screen and (max-width: 763px) { #u6HpeIgrRmBDL4S8Ca1mq9mRWNbi6F76 #nXnBBg72RyecF7QnHk2dEz3VGfOA04I0 {  }
 }@media only screen and (max-width: 763px) { #u6HpeIgrRmBDL4S8Ca1mq9mRWNbi6F76 #n0V691Nhz8TBlTQmoIfbUCiGLlEL3nN1 {  }
 }@media only screen and (max-width: 763px) { #u6HpeIgrRmBDL4S8Ca1mq9mRWNbi6F76 #m4fh9It8yXdKqlhRWGyNGqTch6ioVnvA {  }
 }@media only screen and (max-width: 763px) { #NyT9FKIa3VcKEPydfZS6GgZKoEKiOagW { top:7.3125rem;left:0rem;width:47.75rem;height:3.4375rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBUqTQNtf7qM05A7rKEfrfqFyHXz8Wqy { display:block; }#dBUqTQNtf7qM05A7rKEfrfqFyHXz8Wqy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TR5n2uTyG2o3DaMOmsSQKr21pPJi83bw { top:2.8125rem;left:0rem;width:47.75rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sa8UoVL86irAh3fSe5Zleu5ww6BFpI52 { top:6.4375rem;left:0rem;width:47.75rem;height:11.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUGcmNvunyq12nJueAUzi9iu2lVLJwH2 { display:block; }#HUGcmNvunyq12nJueAUzi9iu2lVLJwH2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i5VSBo7XV2KaWmA4BCVDu0unD9s0P8Cy { top:3.125rem;left:2.8125rem;width:42.1875rem;height:7.25rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPhAugaECHcZ7ufgblOoxE3wNTJLN7w7 { top:15.1875rem;left:0rem;width:30rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CuWRs0A24mxac5X4GZm5pHVwA0dEPyTz { top:16.6875rem;left:1.125rem;width:20.9375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OcPQHRhzVoXn61TiM3G7AQkmcL1cMQ3K { top:21.8125rem;left:0rem;width:30rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQelos59cdI856y6Ws0lSvlQl4fXzuaZ { top:23.3125rem;left:1.4375rem;width:20.9375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcqVuTOnycXR7bh6hr0RnmPBiBpEumKL { top:28.6875rem;left:0rem;width:30rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5ZbQrPvDyhaLddayTbsCF5kUUJ564qv { top:30.5rem;left:1.125rem;width:20.9375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMp1J4fU3TTL9uKiS5wX6Tu6FuMTn1HE { top:36.1875rem;left:0rem;width:30rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sd1pb9hVJ5XX0R9bXynFlUlSJw7auf25 { top:38rem;left:1.125rem;width:20.9375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3x2SvLqDX05XRkp6r67ABKsrOgNcd71 { top:38.3125rem;left:0rem;width:2.6875rem;height:1.9547620861033rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUVbUZxdCMCod3aNgZB7hmsHWTn66DSC { top:23.625rem;left:0rem;width:3.1875rem;height:2.3289590794388rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIzRDeqaIN9Ve6gBhhWThnJIWJDQM8Kw { top:30.75rem;left:0rem;width:2.8125rem;height:2.0780267240049rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlUhSgUeVwCuX8a85hpoHGV1mO81wdwR { top:16.8125rem;left:0rem;width:2.625rem;height:1.8927187746433rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBRfpvqlDZaCPkhHhQHXeXJI3doUswTP { top:51.25rem;left:3.5625rem;width:40.625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDTa3Jlc1z93LEMrvr9I5QAtx1aEFeFg { top:46.75rem;left:21.9375rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TObsqiqfSnnBa37IVh1UWoWHJCsc7dJ1 { top:20.8125rem;left:27rem;width:20.75rem;height:15.764835369443rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylBdhkw7Bod32ElCRafeQGgQAU2cr9Kc { display:block; }#ylBdhkw7Bod32ElCRafeQGgQAU2cr9Kc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RF7rlLWJzDaZOvxyaE63RDI0UxPDrnfS { top:1.8125rem;left:4.4365234375rem;width:38.8125rem;height:8.375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cehCAyw5vJlkpeyzduFNlUs8rdbsrEa2 { display:block; }#cehCAyw5vJlkpeyzduFNlUs8rdbsrEa2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F1BlxUPfbdCVyWd8rgAbZaXmWwBtm1yF { display:block; }#F1BlxUPfbdCVyWd8rgAbZaXmWwBtm1yF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Aamsyh1mZlTkQ693ExbJsxWbZ3bmLSNr .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Aamsyh1mZlTkQ693ExbJsxWbZ3bmLSNr { display:flex;height:auto;width:45.25rem;top:1.25rem;left:0rem; }
#Aamsyh1mZlTkQ693ExbJsxWbZ3bmLSNr .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #Aamsyh1mZlTkQ693ExbJsxWbZ3bmLSNr #KvMDKbzkFm8GqZPn0Srwyb84o3r9gBXP {  }
 }@media only screen and (max-width: 763px) { #Aamsyh1mZlTkQ693ExbJsxWbZ3bmLSNr #BMX2SXmv2ERxzRiHiQ6aTsCqrVwHHWQf {  }
 }@media only screen and (max-width: 763px) { #Aamsyh1mZlTkQ693ExbJsxWbZ3bmLSNr #XZTlslkdsUL0aE1KveWssWQzc6XTccTV {  }
 }@media only screen and (max-width: 763px) { #Aamsyh1mZlTkQ693ExbJsxWbZ3bmLSNr #rmuyXaFnv6hE8usFhWQPZntZQowJD6He {  }
 }@media only screen and (max-width: 763px) { #Aamsyh1mZlTkQ693ExbJsxWbZ3bmLSNr #BGBHef9TmKEqdTUxqqL9ry0P137yCFcW {  }
 }@media only screen and (max-width: 763px) { #Aamsyh1mZlTkQ693ExbJsxWbZ3bmLSNr #BUy9EOL2IvBprEwuIcpkqwkncM8qVZdT {  }
 }@media only screen and (max-width: 763px) { #Aamsyh1mZlTkQ693ExbJsxWbZ3bmLSNr #h7tIH27bechpHVU5Ce2I3W2whM4KvNvR {  }
 }@media only screen and (max-width: 763px) { #Aamsyh1mZlTkQ693ExbJsxWbZ3bmLSNr #FRPs3ORSpT88nBfO3ZQhLTL2F1hq7dEs {  }
 }@media only screen and (max-width: 763px) { #Aamsyh1mZlTkQ693ExbJsxWbZ3bmLSNr #DmpzMNrf7nI15GzEbmFyNPQqDg2nTa7N {  }
 }@media only screen and (max-width: 763px) { #Aamsyh1mZlTkQ693ExbJsxWbZ3bmLSNr #MoDWfS0TKyH1pC2IxeAKu3pRxgTWSdyI {  }
 }@media only screen and (max-width: 763px) { #Aamsyh1mZlTkQ693ExbJsxWbZ3bmLSNr #CEe0He4nscsDmmQsxlNNvhc0HxXZLu10 {  }
 }@media only screen and (max-width: 763px) { #Aamsyh1mZlTkQ693ExbJsxWbZ3bmLSNr #a5t12RPT9DWvOMFAJMzGgqKi6DSoFcw8 {  }
 }@media only screen and (max-width: 763px) { #Aamsyh1mZlTkQ693ExbJsxWbZ3bmLSNr #nQkhLftZCn2rJRQDsilXZ6FLom5SH0Rh {  }
 }@media only screen and (max-width: 763px) { #Aamsyh1mZlTkQ693ExbJsxWbZ3bmLSNr #ftTvUOTULaNVfncl0wxTzsQ6rFUXbdJJ {  }
 }@media only screen and (max-width: 763px) { #Aamsyh1mZlTkQ693ExbJsxWbZ3bmLSNr #TckAr4ZnBiTbmzqg7EA4vt9qk0VIQdwV {  }
 }@media only screen and (max-width: 763px) { #Aamsyh1mZlTkQ693ExbJsxWbZ3bmLSNr #BtrVGKT02LLtgMe3yOGIioySeRS1XwOr {  }
 }@media only screen and (max-width: 763px) { #Aamsyh1mZlTkQ693ExbJsxWbZ3bmLSNr #kkpobrAwRdXExzwBIBAyG0mxyqQuWwJp {  }
 }@media only screen and (max-width: 763px) { #Aamsyh1mZlTkQ693ExbJsxWbZ3bmLSNr #Fntzi97xTWHkCyAxTSlpfJka4iGVF5Fm {  }
 }@media only screen and (max-width: 763px) { #Aamsyh1mZlTkQ693ExbJsxWbZ3bmLSNr #hFTSkOoGaOFUIPMhhRZEVhQf4CpUsNnS {  }
 }@media only screen and (max-width: 763px) { #Aamsyh1mZlTkQ693ExbJsxWbZ3bmLSNr #wwnHuNrRVEsFbZwTCpyJ64yb6wIRzaP1 {  }
 }@media only screen and (max-width: 763px) { #Aamsyh1mZlTkQ693ExbJsxWbZ3bmLSNr #wwHQ1BiivWbaia8GOBupSwdnnpLRCKrf {  }
 }@media only screen and (max-width: 763px) { #Aamsyh1mZlTkQ693ExbJsxWbZ3bmLSNr #Qd25NJBzob9TTd1uwBAPsXN7xw5WNVJs {  }
 }@media only screen and (max-width: 763px) { #Aamsyh1mZlTkQ693ExbJsxWbZ3bmLSNr #GDl50uQ6hPe7wDZKFW9Xt8PMdRCoC0xZ {  }
 }@media only screen and (max-width: 763px) { #Aamsyh1mZlTkQ693ExbJsxWbZ3bmLSNr #FXZn3EFtZNJg3oLkJDUqncSd3eFamJo5 {  }
 }@media only screen and (max-width: 763px) { #Aamsyh1mZlTkQ693ExbJsxWbZ3bmLSNr #D2n0VQUrMGk5VsE1GN0c0CA7FOaJQGoT {  }
 }@media only screen and (max-width: 763px) { #Aamsyh1mZlTkQ693ExbJsxWbZ3bmLSNr #mdm10rVU8dmWHVSICO4MulyJ8RJxNqIh {  }
 }@media only screen and (max-width: 763px) { #Aamsyh1mZlTkQ693ExbJsxWbZ3bmLSNr #BncdPEg6ruf94Sh8uuXCGA346cTyaFTJ {  }
 }@media only screen and (max-width: 763px) { #Aamsyh1mZlTkQ693ExbJsxWbZ3bmLSNr #MTGTstzKVmQL00m55V344NGNIywFlKEr {  }
 }@media only screen and (max-width: 763px) { #Aamsyh1mZlTkQ693ExbJsxWbZ3bmLSNr #KWBb2N2fhT6tpfnuvAuuTnzIQWBAarps {  }
 }@media only screen and (max-width: 763px) { #Aamsyh1mZlTkQ693ExbJsxWbZ3bmLSNr #GNgU99JBRFltgbPn5Ei7nEesPDNermUA {  }
 }@media only screen and (max-width: 763px) { #Aamsyh1mZlTkQ693ExbJsxWbZ3bmLSNr #utr7hqfRGn0WKPeEe9niUhzHJTM9xzJ4 {  }
 }@media only screen and (max-width: 763px) { #Aamsyh1mZlTkQ693ExbJsxWbZ3bmLSNr #MKwymwRnwMEd36TyCoGAXwv7NElZc1NU {  }
 }@media only screen and (max-width: 763px) { #Aamsyh1mZlTkQ693ExbJsxWbZ3bmLSNr #UOR12Fs0LrUJwZrBDavIHOHIiTUiWBJl {  }
 }@media only screen and (max-width: 763px) { #Aamsyh1mZlTkQ693ExbJsxWbZ3bmLSNr #wTNzFm2IaBW6NyMFTIy3HzghRId8Soek {  }
 }@media only screen and (max-width: 763px) { #Aamsyh1mZlTkQ693ExbJsxWbZ3bmLSNr #UNK4frQJsulF1O9w0BbpSiK8OvPggCU4 {  }
 }@media only screen and (max-width: 763px) { #dMqxMw4vzGvlIsExJMC3dT5MP7hVKsz0 { display:block; }#dMqxMw4vzGvlIsExJMC3dT5MP7hVKsz0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FH3upmicSRJnqewObbIa8TrTgIUxLmJV { top:1.8125rem;left:0rem;width:47.75rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4i9JBQKuPSITu5Cg5kEaTNzTemTkTy2 { display:block; }#M4i9JBQKuPSITu5Cg5kEaTNzTemTkTy2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XTwq7KnElOKwKRWeEqZr3CwBqJh7JDqm { top:2.5rem;left:0rem;width:34.75rem;height:4.5rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLAxfOQbGIdm8MFG0I5VTowNbAnnLEI6 { top:3.4375rem;left:33.3125rem;width:9.375rem;height:2.6245125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3t50Ly7aRKWOyDOmaRFByaddsTWILLQ { top:3.4375rem;left:38.375rem;width:9.375rem;height:2.6245125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9KOAdSy7Jz2uMcTRMTcG3y2RsGmf7TQ { display:block; }#g9KOAdSy7Jz2uMcTRMTcG3y2RsGmf7TQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FPlxTC1PnbxVshIJ0ZB3mBUDHB7NVOKJ { top:5.9375rem;left:0rem;width:6.75rem;height:1.6249367985332rem;display:block; }
 }@media only screen and (max-width: 763px) { #s77qBo3yAus18Xi5T9HKctEmHubd8Isu { top:10rem;left:0rem;width:47.75rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0kgFKOtzfLE9ZnX4NWg8Ui3WNBdCuru { top:6.25rem;left:38.125rem;width:6.5rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RthNTn4uMn74ObMoEHMxie0kqt62VEvL { width:12.6875rem;height:2.1875rem;top:12.1875rem;left:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3GgvyLghlBdxtXy0rSx5u5Qk1R7ZTF5 { display:block; }
 }@media only screen and (max-width: 763px) { #mg8eDBt3T32PDAJLqu9nQ7dcaxlA2loU { width:8.875rem;height:1.625rem;top:12.5rem;left:29.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDMi6zwxwnpcUEU5rH4MZpA1GSUNTugq { display:block; }
 }@media only screen and (max-width: 763px) { #P4t3Tk8kR1kP3rCOGiVBA5CF7oqx6cil { width:11.1875rem;height:1.4375rem;top:12.5625rem;left:36.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uF1lZqse9VnHTw3rawT2IKavnzWhMxiw { display:block; }
 }@media only screen and (max-width: 763px) { #J86qkbIGTdTBBdMZaMdVIgnikMAJyKvb { top:12.8125rem;left:0rem;width:16.5rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBd5iOchVdBplTBB4LP7NTuwPfFSFqWU { top:6rem;left:44.875rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOb17TZ9ayRrVHTvpmQARP0VDO57u1DW { top:6rem;left:46.25rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJzlNF0TMlrJWWyrMOTEWpZx9ssfynME { top:6rem;left:46.25rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3fp3wqMSZ9VuonkJKTWdsz8Afm5mvUW { top:6rem;left:46.25rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMi07EoT1izubNrnUJ6fm9NpCosn9gMi { top:6rem;left:46.25rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #WXqd7zeqSbtASAtkphoORQlHBMdcRGgn { display:block; }#WXqd7zeqSbtASAtkphoORQlHBMdcRGgn > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FK963U8QgDPMK81duWqAqoZU6gNZE9aH { width:7.9375rem;height:1.9830848740349rem;top:1.375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #axsSfmop3E04iw2DKL9gP1VfGzcilxPC { width:1.9375rem;height:2.25rem;top:1.5rem;left:16.1875rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#ff9903;display:block; }
 }@media only screen and (max-width: 763px) { #yNaNAUQ0zQkLkd9EspzghaygAlMabqhc { display:block; }
 }@media only screen and (max-width: 763px) { #TA0Z4Os7WMJ2Kn1cCxu9EMiKrseVG4Wf { width:1.9375rem;height:2.25rem;top:1.5rem;left:18.0625rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#ff9903;display:block; }
 }@media only screen and (max-width: 763px) { #cretcE7KnxzsRwUJkT2bTHwks8k8omJO { display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/61cfce35-a380-4d56-bdb4-55eeebaee5d4/Gemini_Generated_Image_p2j9jrp2j9jrp2j9xxxxxxxxxxxxxxxxx.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.adaptive-delivery-prevent-bg, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyload, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyloading { background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ccMFrS8hsgVEaqOgXFA4SZWh3BEexaDv { width:20rem;height:2.27905rem;top:0.748291015625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQrQW4lmckri2dzFcBMJ2yr4niOeTA96 { display:block; }#dQrQW4lmckri2dzFcBMJ2yr4niOeTA96 > .row .container { width:20rem;height:86.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P07C8fGbSVO1AoK0NBPwpwXOrBHWdIhA { width:18.2483125rem;height:23.389875rem;top:1.434326171875rem;left:0.875244140625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #chkg9HwQ2UCVexR2FpHtpqlEbLIKrpvX { width:20rem;height:15.9961rem;top:26.136474609375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6HpeIgrRmBDL4S8Ca1mq9mRWNbi6F76 .widget-regular-label { width:17.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#u6HpeIgrRmBDL4S8Ca1mq9mRWNbi6F76 .widget-input-text { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#u6HpeIgrRmBDL4S8Ca1mq9mRWNbi6F76 .widget-input-text {padding-top: 0; padding-bottom: 0;}#u6HpeIgrRmBDL4S8Ca1mq9mRWNbi6F76 .widget-textarea { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#u6HpeIgrRmBDL4S8Ca1mq9mRWNbi6F76 .widget-input-select { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#u6HpeIgrRmBDL4S8Ca1mq9mRWNbi6F76 .widget-input-select {padding-top: 0; padding-bottom: 0;}#u6HpeIgrRmBDL4S8Ca1mq9mRWNbi6F76 .widget-input-button { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#u6HpeIgrRmBDL4S8Ca1mq9mRWNbi6F76 .widget-checkbox-label { width:16rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#u6HpeIgrRmBDL4S8Ca1mq9mRWNbi6F76  { width:17.375rem;height:auto;top:43.8125rem;left:0rem; }
#u6HpeIgrRmBDL4S8Ca1mq9mRWNbi6F76 .radio-container { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#u6HpeIgrRmBDL4S8Ca1mq9mRWNbi6F76 {display:block;}#u6HpeIgrRmBDL4S8Ca1mq9mRWNbi6F76 { width:17.375rem;height:auto;top:43.8125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #u6HpeIgrRmBDL4S8Ca1mq9mRWNbi6F76 #wdqzb8lLU6cupK21HyDTou9a8ETbtG7J {  }
 }@media only screen and (max-width: 763px) { #u6HpeIgrRmBDL4S8Ca1mq9mRWNbi6F76 #nuscsn9GC2X6iBNAgRp08AovXkSIKL4d {  }
 }@media only screen and (max-width: 763px) { #u6HpeIgrRmBDL4S8Ca1mq9mRWNbi6F76 #qzTxnzBMeRcZhoSXIBPZ0sNwoI4ZiTS0 {  }
 }@media only screen and (max-width: 763px) { #u6HpeIgrRmBDL4S8Ca1mq9mRWNbi6F76 #TBzsxVnfyTC1253TMCNtzFmh5tI7R2Lr {  }
 }@media only screen and (max-width: 763px) { #u6HpeIgrRmBDL4S8Ca1mq9mRWNbi6F76 #IGuyW7cFLf4qiCoBVi53isKK5lWie26p {  }
 }@media only screen and (max-width: 763px) { #u6HpeIgrRmBDL4S8Ca1mq9mRWNbi6F76 #f0rprHaysvtR3XD19H44n800unt95oTf {  }
 }@media only screen and (max-width: 763px) { #u6HpeIgrRmBDL4S8Ca1mq9mRWNbi6F76 #ur8RrMd8yWdAM3cLVbfO4f3ms1hTdWvd {  }
 }@media only screen and (max-width: 763px) { #u6HpeIgrRmBDL4S8Ca1mq9mRWNbi6F76 #mAo0bbPuM1NMkIsdtiJbNVSWWT6EWbvh {  }
 }@media only screen and (max-width: 763px) { #u6HpeIgrRmBDL4S8Ca1mq9mRWNbi6F76 #ZzLbev67Byvc3EIGnraTTgiBbcMGP6U5 {  }
 }@media only screen and (max-width: 763px) { #u6HpeIgrRmBDL4S8Ca1mq9mRWNbi6F76 #TukFu0LV9orgT97iUPugWznmLSeAAqOm {  }
 }@media only screen and (max-width: 763px) { #u6HpeIgrRmBDL4S8Ca1mq9mRWNbi6F76 #bTfhthxy3HznCKo1kJ4xOaTf7CgQ2qCW {  }
 }@media only screen and (max-width: 763px) { #u6HpeIgrRmBDL4S8Ca1mq9mRWNbi6F76 #nXnBBg72RyecF7QnHk2dEz3VGfOA04I0 {  }
 }@media only screen and (max-width: 763px) { #u6HpeIgrRmBDL4S8Ca1mq9mRWNbi6F76 #n0V691Nhz8TBlTQmoIfbUCiGLlEL3nN1 {  }
 }@media only screen and (max-width: 763px) { #u6HpeIgrRmBDL4S8Ca1mq9mRWNbi6F76 #m4fh9It8yXdKqlhRWGyNGqTch6ioVnvA {  }
 }@media only screen and (max-width: 763px) { #NyT9FKIa3VcKEPydfZS6GgZKoEKiOagW { width:20rem;height:0;top:69.499755859375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBUqTQNtf7qM05A7rKEfrfqFyHXz8Wqy { display:block; }#dBUqTQNtf7qM05A7rKEfrfqFyHXz8Wqy > .row .container { width:20rem;height:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TR5n2uTyG2o3DaMOmsSQKr21pPJi83bw { width:20rem;height:1.9494625rem;top:1.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sa8UoVL86irAh3fSe5Zleu5ww6BFpI52 { width:20rem;height:14.0625rem;top:4.561767578125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUGcmNvunyq12nJueAUzi9iu2lVLJwH2 { display:block; }#HUGcmNvunyq12nJueAUzi9iu2lVLJwH2 > .row .container { width:20rem;height:66.319720181985rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i5VSBo7XV2KaWmA4BCVDu0unD9s0P8Cy { width:20rem;height:7.796625rem;top:1.4990234375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPhAugaECHcZ7ufgblOoxE3wNTJLN7w7 { width:19.875rem;height:5.125rem;top:10.8125rem;left:0rem;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #CuWRs0A24mxac5X4GZm5pHVwA0dEPyTz { width:14.74975rem;height:2.59765625rem;top:12.1875rem;left:4.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OcPQHRhzVoXn61TiM3G7AQkmcL1cMQ3K { width:19.875rem;height:5.5rem;top:17.75rem;left:0rem;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #xQelos59cdI856y6Ws0lSvlQl4fXzuaZ { width:14.6875rem;height:3.8964875rem;top:18.625rem;left:4.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcqVuTOnycXR7bh6hr0RnmPBiBpEumKL { width:19.875rem;height:6.125rem;top:24.6875rem;left:0rem;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #u5ZbQrPvDyhaLddayTbsCF5kUUJ564qv { width:14.3115rem;height:3.8964875rem;top:25.875rem;left:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMp1J4fU3TTL9uKiS5wX6Tu6FuMTn1HE { width:19.875rem;height:6.125rem;top:32.1875rem;left:0rem;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #sd1pb9hVJ5XX0R9bXynFlUlSJw7auf25 { width:14.375rem;height:2.59765625rem;top:34.0625rem;left:4.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3x2SvLqDX05XRkp6r67ABKsrOgNcd71 { width:2.75rem;height:2rem;top:34.3125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUVbUZxdCMCod3aNgZB7hmsHWTn66DSC { width:3.25rem;height:2.375rem;top:19.5625rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIzRDeqaIN9Ve6gBhhWThnJIWJDQM8Kw { width:2.875rem;height:2.125rem;top:26.75rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlUhSgUeVwCuX8a85hpoHGV1mO81wdwR { width:2.6875rem;height:1.9375rem;top:12.4375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBRfpvqlDZaCPkhHhQHXeXJI3doUswTP { width:20rem;height:3.89648125rem;top:44.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDTa3Jlc1z93LEMrvr9I5QAtx1aEFeFg { width:3.75rem;height:3.75rem;top:39.75rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TObsqiqfSnnBa37IVh1UWoWHJCsc7dJ1 { width:20rem;height:15.19496432261rem;top:49.874755859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylBdhkw7Bod32ElCRafeQGgQAU2cr9Kc { display:block; }#ylBdhkw7Bod32ElCRafeQGgQAU2cr9Kc > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RF7rlLWJzDaZOvxyaE63RDI0UxPDrnfS { width:20rem;height:7.08251875rem;top:1.15478515625rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cehCAyw5vJlkpeyzduFNlUs8rdbsrEa2 { display:block; }#cehCAyw5vJlkpeyzduFNlUs8rdbsrEa2 > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F1BlxUPfbdCVyWd8rgAbZaXmWwBtm1yF { display:block; }#F1BlxUPfbdCVyWd8rgAbZaXmWwBtm1yF > .row .container { width:20rem;height:67.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Aamsyh1mZlTkQ693ExbJsxWbZ3bmLSNr .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Aamsyh1mZlTkQ693ExbJsxWbZ3bmLSNr { display:flex;height:0;width:17.5rem;top:1.25rem;left:0rem; }
#Aamsyh1mZlTkQ693ExbJsxWbZ3bmLSNr .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #Aamsyh1mZlTkQ693ExbJsxWbZ3bmLSNr #KvMDKbzkFm8GqZPn0Srwyb84o3r9gBXP {  }
 }@media only screen and (max-width: 763px) { #Aamsyh1mZlTkQ693ExbJsxWbZ3bmLSNr #BMX2SXmv2ERxzRiHiQ6aTsCqrVwHHWQf {  }
 }@media only screen and (max-width: 763px) { #Aamsyh1mZlTkQ693ExbJsxWbZ3bmLSNr #XZTlslkdsUL0aE1KveWssWQzc6XTccTV {  }
 }@media only screen and (max-width: 763px) { #Aamsyh1mZlTkQ693ExbJsxWbZ3bmLSNr #rmuyXaFnv6hE8usFhWQPZntZQowJD6He {  }
 }@media only screen and (max-width: 763px) { #Aamsyh1mZlTkQ693ExbJsxWbZ3bmLSNr #BGBHef9TmKEqdTUxqqL9ry0P137yCFcW {  }
 }@media only screen and (max-width: 763px) { #Aamsyh1mZlTkQ693ExbJsxWbZ3bmLSNr #BUy9EOL2IvBprEwuIcpkqwkncM8qVZdT {  }
 }@media only screen and (max-width: 763px) { #Aamsyh1mZlTkQ693ExbJsxWbZ3bmLSNr #h7tIH27bechpHVU5Ce2I3W2whM4KvNvR {  }
 }@media only screen and (max-width: 763px) { #Aamsyh1mZlTkQ693ExbJsxWbZ3bmLSNr #FRPs3ORSpT88nBfO3ZQhLTL2F1hq7dEs {  }
 }@media only screen and (max-width: 763px) { #Aamsyh1mZlTkQ693ExbJsxWbZ3bmLSNr #DmpzMNrf7nI15GzEbmFyNPQqDg2nTa7N {  }
 }@media only screen and (max-width: 763px) { #Aamsyh1mZlTkQ693ExbJsxWbZ3bmLSNr #MoDWfS0TKyH1pC2IxeAKu3pRxgTWSdyI {  }
 }@media only screen and (max-width: 763px) { #Aamsyh1mZlTkQ693ExbJsxWbZ3bmLSNr #CEe0He4nscsDmmQsxlNNvhc0HxXZLu10 {  }
 }@media only screen and (max-width: 763px) { #Aamsyh1mZlTkQ693ExbJsxWbZ3bmLSNr #a5t12RPT9DWvOMFAJMzGgqKi6DSoFcw8 {  }
 }@media only screen and (max-width: 763px) { #Aamsyh1mZlTkQ693ExbJsxWbZ3bmLSNr #nQkhLftZCn2rJRQDsilXZ6FLom5SH0Rh {  }
 }@media only screen and (max-width: 763px) { #Aamsyh1mZlTkQ693ExbJsxWbZ3bmLSNr #ftTvUOTULaNVfncl0wxTzsQ6rFUXbdJJ {  }
 }@media only screen and (max-width: 763px) { #Aamsyh1mZlTkQ693ExbJsxWbZ3bmLSNr #TckAr4ZnBiTbmzqg7EA4vt9qk0VIQdwV {  }
 }@media only screen and (max-width: 763px) { #Aamsyh1mZlTkQ693ExbJsxWbZ3bmLSNr #BtrVGKT02LLtgMe3yOGIioySeRS1XwOr {  }
 }@media only screen and (max-width: 763px) { #Aamsyh1mZlTkQ693ExbJsxWbZ3bmLSNr #kkpobrAwRdXExzwBIBAyG0mxyqQuWwJp {  }
 }@media only screen and (max-width: 763px) { #Aamsyh1mZlTkQ693ExbJsxWbZ3bmLSNr #Fntzi97xTWHkCyAxTSlpfJka4iGVF5Fm {  }
 }@media only screen and (max-width: 763px) { #Aamsyh1mZlTkQ693ExbJsxWbZ3bmLSNr #hFTSkOoGaOFUIPMhhRZEVhQf4CpUsNnS {  }
 }@media only screen and (max-width: 763px) { #Aamsyh1mZlTkQ693ExbJsxWbZ3bmLSNr #wwnHuNrRVEsFbZwTCpyJ64yb6wIRzaP1 {  }
 }@media only screen and (max-width: 763px) { #Aamsyh1mZlTkQ693ExbJsxWbZ3bmLSNr #wwHQ1BiivWbaia8GOBupSwdnnpLRCKrf {  }
 }@media only screen and (max-width: 763px) { #Aamsyh1mZlTkQ693ExbJsxWbZ3bmLSNr #Qd25NJBzob9TTd1uwBAPsXN7xw5WNVJs {  }
 }@media only screen and (max-width: 763px) { #Aamsyh1mZlTkQ693ExbJsxWbZ3bmLSNr #GDl50uQ6hPe7wDZKFW9Xt8PMdRCoC0xZ {  }
 }@media only screen and (max-width: 763px) { #Aamsyh1mZlTkQ693ExbJsxWbZ3bmLSNr #FXZn3EFtZNJg3oLkJDUqncSd3eFamJo5 {  }
 }@media only screen and (max-width: 763px) { #Aamsyh1mZlTkQ693ExbJsxWbZ3bmLSNr #D2n0VQUrMGk5VsE1GN0c0CA7FOaJQGoT {  }
 }@media only screen and (max-width: 763px) { #Aamsyh1mZlTkQ693ExbJsxWbZ3bmLSNr #mdm10rVU8dmWHVSICO4MulyJ8RJxNqIh {  }
 }@media only screen and (max-width: 763px) { #Aamsyh1mZlTkQ693ExbJsxWbZ3bmLSNr #BncdPEg6ruf94Sh8uuXCGA346cTyaFTJ {  }
 }@media only screen and (max-width: 763px) { #Aamsyh1mZlTkQ693ExbJsxWbZ3bmLSNr #MTGTstzKVmQL00m55V344NGNIywFlKEr {  }
 }@media only screen and (max-width: 763px) { #Aamsyh1mZlTkQ693ExbJsxWbZ3bmLSNr #KWBb2N2fhT6tpfnuvAuuTnzIQWBAarps {  }
 }@media only screen and (max-width: 763px) { #Aamsyh1mZlTkQ693ExbJsxWbZ3bmLSNr #GNgU99JBRFltgbPn5Ei7nEesPDNermUA {  }
 }@media only screen and (max-width: 763px) { #Aamsyh1mZlTkQ693ExbJsxWbZ3bmLSNr #utr7hqfRGn0WKPeEe9niUhzHJTM9xzJ4 {  }
 }@media only screen and (max-width: 763px) { #Aamsyh1mZlTkQ693ExbJsxWbZ3bmLSNr #MKwymwRnwMEd36TyCoGAXwv7NElZc1NU {  }
 }@media only screen and (max-width: 763px) { #Aamsyh1mZlTkQ693ExbJsxWbZ3bmLSNr #UOR12Fs0LrUJwZrBDavIHOHIiTUiWBJl {  }
 }@media only screen and (max-width: 763px) { #Aamsyh1mZlTkQ693ExbJsxWbZ3bmLSNr #wTNzFm2IaBW6NyMFTIy3HzghRId8Soek {  }
 }@media only screen and (max-width: 763px) { #Aamsyh1mZlTkQ693ExbJsxWbZ3bmLSNr #UNK4frQJsulF1O9w0BbpSiK8OvPggCU4 {  }
 }@media only screen and (max-width: 763px) { #dMqxMw4vzGvlIsExJMC3dT5MP7hVKsz0 { display:block; }#dMqxMw4vzGvlIsExJMC3dT5MP7hVKsz0 > .row .container { width:20rem;height:16.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FH3upmicSRJnqewObbIa8TrTgIUxLmJV { width:20rem;height:14.287125rem;top:1.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4i9JBQKuPSITu5Cg5kEaTNzTemTkTy2 { display:block; }#M4i9JBQKuPSITu5Cg5kEaTNzTemTkTy2 > .row .container { width:20rem;height:13.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XTwq7KnElOKwKRWeEqZr3CwBqJh7JDqm { width:20rem;height:4.3139625rem;top:2.75rem;left:0rem;font-size:1.4375rem;font-family:poppins;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gLAxfOQbGIdm8MFG0I5VTowNbAnnLEI6 { width:9rem;height:2.5rem;top:7.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3t50Ly7aRKWOyDOmaRFByaddsTWILLQ { width:8.875rem;height:2.5rem;top:7.9375rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9KOAdSy7Jz2uMcTRMTcG3y2RsGmf7TQ { display:block; }#g9KOAdSy7Jz2uMcTRMTcG3y2RsGmf7TQ > .row .container { width:20rem;height:33.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FPlxTC1PnbxVshIJ0ZB3mBUDHB7NVOKJ { width:9.75rem;height:2.4375rem;top:3.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s77qBo3yAus18Xi5T9HKctEmHubd8Isu { width:20rem;height:0.4375rem;top:14.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0kgFKOtzfLE9ZnX4NWg8Ui3WNBdCuru { width:12.1875rem;height:1.05615rem;top:8.4375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RthNTn4uMn74ObMoEHMxie0kqt62VEvL { width:12.6875rem;height:1rem;top:18.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3GgvyLghlBdxtXy0rSx5u5Qk1R7ZTF5 { display:block; }
 }@media only screen and (max-width: 763px) { #mg8eDBt3T32PDAJLqu9nQ7dcaxlA2loU { width:8.875rem;height:1.125rem;top:21.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDMi6zwxwnpcUEU5rH4MZpA1GSUNTugq { display:block; }
 }@media only screen and (max-width: 763px) { #P4t3Tk8kR1kP3rCOGiVBA5CF7oqx6cil { width:11.1875rem;height:1.125rem;top:23.8125rem;left:0rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uF1lZqse9VnHTw3rawT2IKavnzWhMxiw { display:block; }
 }@media only screen and (max-width: 763px) { #J86qkbIGTdTBBdMZaMdVIgnikMAJyKvb { width:16.5rem;height:1.05615rem;top:28.5rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBd5iOchVdBplTBB4LP7NTuwPfFSFqWU { width:2.25rem;height:2.25rem;top:10.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOb17TZ9ayRrVHTvpmQARP0VDO57u1DW { width:2.25rem;height:2.25rem;top:10.125rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJzlNF0TMlrJWWyrMOTEWpZx9ssfynME { width:2.3125rem;height:2.3125rem;top:10.125rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3fp3wqMSZ9VuonkJKTWdsz8Afm5mvUW { width:2.25rem;height:2.25rem;top:10.125rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMi07EoT1izubNrnUJ6fm9NpCosn9gMi { width:2.25rem;height:2.25rem;top:10.125rem;left:17.75rem;display:block; }
 }