.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:242,237,233;--color-primary-1:212,195,183;--color-primary-2:168,134,110;--color-primary-3:84,67,55;--color-primary-4:25,20,17;--color-secondary-0:255,255,255;--color-secondary-1:227,227,227;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:41,41,41;--color-tertiary-0:255,255,255;--color-tertiary-1:75,75,75;--color-tertiary-2:60,60,60;--color-tertiary-3:47,47,47;--color-tertiary-4:0,0,0;--headlines-font-family:"Montserrat";--paragraphs-font-family:"Montserrat"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy > .row > .video-iframe-container { display: none; }#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy > .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); }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE > .row .container { background-color: transparent; background-image: none; }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE > .row .container > .video-iframe-container { display: none; }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE > .row > .video-iframe-container { display: none; }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE > .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); }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE > .row .container { border-width: 0; border-radius: 0; }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE > .row .container { width:75rem;height:12.0625rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#ULpbFT6TXKQl3rlsCHnPPygW8HbWIufk { position:absolute;display:block;z-index:15037;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:10.3125rem;width:12.0625rem;top:0.82421875rem;left:1.88671875rem;overflow:hidden;display:block; }
#PHshNeoq9fbRFiho3ubETPNwXl971Kws { color:rgba(var(--color-tertiary-4),1);display:block;width:40rem;position:absolute;font-family:"bodoni moda";font-size:2.3125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:3.375rem;left:33.0625rem;height:3.00625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#cdDahMKnSBgrMwnPo2k8Ihq3Tz09ukNS { color:rgba(var(--color-tertiary-4),1);display:block;width:40rem;position:absolute;font-family:"bodoni moda";font-size:1.6875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:6.375rem;left:33.0625rem;height:4.38671875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ToayTElTDHKdUipwwafBqTCWeaQLGTdC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a019742f-59c3-41ad-b550-a162536e00c9/JN2_0004HDR1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ToayTElTDHKdUipwwafBqTCWeaQLGTdC.adaptive-delivery-prevent-bg, #ToayTElTDHKdUipwwafBqTCWeaQLGTdC.lazyload, #ToayTElTDHKdUipwwafBqTCWeaQLGTdC.lazyloading { background-image: none; }#ToayTElTDHKdUipwwafBqTCWeaQLGTdC > .row .container { background-color: transparent; background-image: none; }#ToayTElTDHKdUipwwafBqTCWeaQLGTdC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,253,0.7); }#ToayTElTDHKdUipwwafBqTCWeaQLGTdC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ToayTElTDHKdUipwwafBqTCWeaQLGTdC > .row .container > .video-iframe-container { display: none; }#ToayTElTDHKdUipwwafBqTCWeaQLGTdC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,253,0.7); }#ToayTElTDHKdUipwwafBqTCWeaQLGTdC > .row > .video-iframe-container { display: none; }#ToayTElTDHKdUipwwafBqTCWeaQLGTdC > .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); }#ToayTElTDHKdUipwwafBqTCWeaQLGTdC > .row .container { border-width: 0; border-radius: 0; }#ToayTElTDHKdUipwwafBqTCWeaQLGTdC::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ToayTElTDHKdUipwwafBqTCWeaQLGTdC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ToayTElTDHKdUipwwafBqTCWeaQLGTdC > .row .container { font-size:0.875rem;font-family:arial;height:50.9375rem;width:75rem;position:relative;display:block; }#FaaDBE5y9HTCOU8BJNoqwxqzcAZk1OBJ { color:rgba(var(--color-tertiary-4),1);display:block;width:50.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.6875rem;font-weight:700;z-index:15000;line-height:1.5;letter-spacing:0;top:7.25rem;left:2.4375rem;height:4.03125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Pb6UrrThNz4AyQ7px7eGnEFs0ef1TrfX { color:rgba(var(--color-tertiary-4),1);display:block;width:49.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15001;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(248,248,248,0.5);top:11.8125rem;left:2.4375rem;height:3.09375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#zgQgoCegprpBW2BclZrHmTDJlgSPu9g9 { color:rgba(var(--color-tertiary-3),1);display:block;width:37rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15001;line-height:1.6;letter-spacing:0;top:18.75rem;left:2.4375rem;height:1.4000375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#WI9v4b7uTB538xL1aTOqIQIPLvaUKRwv { color:rgba(var(--color-tertiary-1),1);display:block;width:38.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:25.8046875rem;left:9.375rem;height:4.0625rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#T3yEEUzn8Ves7vh2Td2Zb3hK3bK5dn1S { position:absolute;display:block;z-index:15053;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:4.75rem;width:8.8125rem;top:25.4609375rem;left:1.25rem;overflow:hidden;display:block; }
#n1KgmXVDVcOLC7ygp1pqdNDAVHH606DC { color:rgba(var(--color-tertiary-4),1);display:block;width:40rem;position:absolute;font-family:"bodoni moda";font-size:2.1875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:29.4375rem;left:32.96875rem;height:0;font-style:normal;text-align:right;text-align-last:right;display:block; }
#HCXMwChMacGSgtJCfe284DgzPBQAl1KO { color:rgba(var(--color-tertiary-4),1);display:block;width:40rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:15.09375rem;left:2.4375rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Iqr98cWhUwQyGzd5gAkQy5ZrK01IIdCc { color:rgba(var(--color-tertiary-4),1);display:block;width:0.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15055;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:12.060191631317rem;left:23.78053855896rem;height:1.13725rem;display:block; }
#tz0TWD1ApVZIIenUnUzqrs90HfMWUJSI { color:rgba(var(--color-tertiary-4),1);display:block;width:0.812325rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15056;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:12.10102891922rem;left:33.218748092651rem;height:1.13725rem;display:block; }
#sRiTMSlH8Q2dVJnSRvakOS9nWpInZTUA { color:rgba(var(--color-tertiary-4),1);display:block;width:0.812325rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15057;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:12.060191631317rem;left:43.004259109497rem;height:1.13725rem;display:block; }
#T84x0TpdRBJro9qX8QnF7yc1THA48vfk { color:rgba(var(--color-tertiary-4),1);display:block;width:49.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15001;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(248,248,248,0.5);top:11.8125rem;left:2.4375rem;height:3.0930375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:none; }
#Tm5F4Wl3RJtQpmqSAuiQTizu2Tbhk45f { color:rgba(var(--color-tertiary-4),1);display:block;width:40rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:15.09375rem;left:2.4375rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#Ig57vIHkVmi8QB9AqrTXZ4kXm3ufRaxr { position:absolute;display:block;z-index:15058;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:15.625rem;width:15.625rem;top:32.561256408691rem;left:2.4351921081543rem;overflow:hidden;display:block; }
#mAnvXqSJOsJ8ilq0rtT9u0rcRqeOQfbw { position:absolute;display:block;z-index:15059;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:15.625rem;width:15.625rem;top:32.561256408691rem;left:35.597478866577rem;overflow:hidden;display:block; }
#vo5N5xgZMTc7Xwwit2CZJbrSEVIitn0k { position:absolute;display:block;z-index:15060;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:15.625rem;width:15.625rem;top:32.561256408691rem;left:19.060369491577rem;overflow:hidden;display:block; }
#FPe4unOEH6NRkKVTQ6DaThnhbZAm4wGI { color:rgba(var(--color-tertiary-4),1);display:block;width:17.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.6875rem;font-weight:700;z-index:15001;line-height:1.5;letter-spacing:0;top:10.9375rem;left:53.9375rem;height:4.03125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#UOwZKDoST16CNqw77JJNKPuawfrU3lTZ { color:rgba(var(--color-tertiary-4),1);display:block;width:20.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:14.90625rem;left:52.8125rem;height:1.54296875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NG4VtB8AI4aHdfovCmJQ2O2uyfMiJ0bc { box-sizing:content-box;height:10.375rem;width:20.6875rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.625rem;left:52.8125rem;display:block; }
#QZAra8tXtmc8DxMtgy78bfKTTz62kWBm { 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; }#QZAra8tXtmc8DxMtgy78bfKTTz62kWBm > .row .container { background-color: transparent; background-image: none; }#QZAra8tXtmc8DxMtgy78bfKTTz62kWBm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QZAra8tXtmc8DxMtgy78bfKTTz62kWBm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QZAra8tXtmc8DxMtgy78bfKTTz62kWBm > .row .container > .video-iframe-container { display: none; }#QZAra8tXtmc8DxMtgy78bfKTTz62kWBm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QZAra8tXtmc8DxMtgy78bfKTTz62kWBm > .row > .video-iframe-container { display: none; }#QZAra8tXtmc8DxMtgy78bfKTTz62kWBm > .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); }#QZAra8tXtmc8DxMtgy78bfKTTz62kWBm > .row .container { border-width: 0; border-radius: 0; }#QZAra8tXtmc8DxMtgy78bfKTTz62kWBm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QZAra8tXtmc8DxMtgy78bfKTTz62kWBm > .row .container { font-size:0.875rem;font-family:arial;height:8rem;width:75rem;position:relative;display:block; }#KPbBsl1G8yh16DoFTtWpX5iXUvaR7DTV { color:rgba(var(--color-tertiary-4),1);display:block;width:23.625rem;position:absolute;font-family:"bodoni moda";font-size:1rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:5.4755859375rem;left:25.6875rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NSpAa4zmx8EQ5BggTpWp2nqWf35vsCCw { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:1.4763488769531rem;left:0rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#b08QeGvwBg2yaegctAeCqnoK0iEPPId1 { 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; }#b08QeGvwBg2yaegctAeCqnoK0iEPPId1 > .row .container { background-color: transparent; background-image: none; }#b08QeGvwBg2yaegctAeCqnoK0iEPPId1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b08QeGvwBg2yaegctAeCqnoK0iEPPId1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b08QeGvwBg2yaegctAeCqnoK0iEPPId1 > .row .container > .video-iframe-container { display: none; }#b08QeGvwBg2yaegctAeCqnoK0iEPPId1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b08QeGvwBg2yaegctAeCqnoK0iEPPId1 > .row > .video-iframe-container { display: none; }#b08QeGvwBg2yaegctAeCqnoK0iEPPId1 > .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); }#b08QeGvwBg2yaegctAeCqnoK0iEPPId1 > .row .container { border-width: 0; border-radius: 0; }#b08QeGvwBg2yaegctAeCqnoK0iEPPId1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b08QeGvwBg2yaegctAeCqnoK0iEPPId1 > .row .container { font-size:0.875rem;font-family:arial;height:36.375rem;width:75rem;position:relative;display:block; }#fo0xizEH59mHndpRXZ2tU4CpM5PhOMRh { 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:36.375rem;width:36.375rem;top:0rem;left:0.6875rem;overflow:hidden;display:block; }
#Fz5M9zVxIoxJ4QK6D5yZrCANALPnBaTP { 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:36.3125rem;width:35.6875rem;top:0rem;left:38.59375rem;overflow:hidden;display:block; }
#C6EsnhZKlNtJnnohEFFdIqa8XTnDSyXf { box-sizing:content-box;height:36.375rem;width:0.3125rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:0rem;left:18.6875rem;display:block; }
#hKwyTXN0fEtGrOS97RWRnI59VSTW2nZS { box-sizing:content-box;height:18.75rem;width:0.3125rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-1),1);background-image:none;display:none; }
#bzLx4gAJMOW88w6FgB1lNJeKDZX4Py1T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e7e3dc;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; }#bzLx4gAJMOW88w6FgB1lNJeKDZX4Py1T > .row .container { background-color: transparent; background-image: none; }#bzLx4gAJMOW88w6FgB1lNJeKDZX4Py1T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bzLx4gAJMOW88w6FgB1lNJeKDZX4Py1T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bzLx4gAJMOW88w6FgB1lNJeKDZX4Py1T > .row .container > .video-iframe-container { display: none; }#bzLx4gAJMOW88w6FgB1lNJeKDZX4Py1T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bzLx4gAJMOW88w6FgB1lNJeKDZX4Py1T > .row > .video-iframe-container { display: none; }#bzLx4gAJMOW88w6FgB1lNJeKDZX4Py1T > .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); }#bzLx4gAJMOW88w6FgB1lNJeKDZX4Py1T > .row .container { border-width: 0; border-radius: 0; }#bzLx4gAJMOW88w6FgB1lNJeKDZX4Py1T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bzLx4gAJMOW88w6FgB1lNJeKDZX4Py1T > .row .container { font-size:0.875rem;font-family:arial;height:7.1875rem;width:75rem;position:relative;display:block; }#qZdqi7Kh2mNGueUe3W12LhgG5Dnvt7bf { color:rgba(var(--color-tertiary-4),1);display:block;width:34.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15000;line-height:1.6;letter-spacing:0;top:0.96875rem;left:20.1875rem;height:4rem;text-align:center;text-align-last:center;display:block; }
#uNV7v7S1ymBJeM5selv5lf1xc3bhuQOf { color:rgba(var(--color-tertiary-4),1);display:block;width:21.9375rem;position:absolute;font-family:"bodoni moda";font-size:1rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:4.3125rem;left:26.53125rem;height:1.5rem;text-align:center;text-align-last:center;display:block; }
#E35TfIDm0wPX0KzCJ7kHE3qogbunptoy { 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; }#E35TfIDm0wPX0KzCJ7kHE3qogbunptoy > .row .container { background-color: transparent; background-image: none; }#E35TfIDm0wPX0KzCJ7kHE3qogbunptoy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E35TfIDm0wPX0KzCJ7kHE3qogbunptoy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E35TfIDm0wPX0KzCJ7kHE3qogbunptoy > .row .container > .video-iframe-container { display: none; }#E35TfIDm0wPX0KzCJ7kHE3qogbunptoy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E35TfIDm0wPX0KzCJ7kHE3qogbunptoy > .row > .video-iframe-container { display: none; }#E35TfIDm0wPX0KzCJ7kHE3qogbunptoy > .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); }#E35TfIDm0wPX0KzCJ7kHE3qogbunptoy > .row .container { border-width: 0; border-radius: 0; }#E35TfIDm0wPX0KzCJ7kHE3qogbunptoy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#E35TfIDm0wPX0KzCJ7kHE3qogbunptoy > .row .container { font-size:0.875rem;font-family:arial;height:37.1875rem;width:75rem;position:relative;display:block; }#i0EPGWzdsvvikLwOh26DzsaBWSclWgB5 { 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:34.6875rem;width:31.125rem;top:1.25rem;left:40.6875rem;overflow:hidden;display:block; }
#S6NsFMGdxD4cO7cvZWwpqhXJ54x9b3V9 .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:#ecf0f3;background-image:none;vertical-align:top; }
#S6NsFMGdxD4cO7cvZWwpqhXJ54x9b3V9 .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; }
#S6NsFMGdxD4cO7cvZWwpqhXJ54x9b3V9 .accordion-heading-text { display:block;position:relative;width:100%;font-weight:400;font-size:1.25rem;height:auto;font-family:var(--paragraphs-font-family);font-style:normal;color:rgba(var(--color-tertiary-1),1); }
#S6NsFMGdxD4cO7cvZWwpqhXJ54x9b3V9 .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;line-height:1.5;overflow:hidden;height:auto;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-1),1); }
#S6NsFMGdxD4cO7cvZWwpqhXJ54x9b3V9 .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_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#S6NsFMGdxD4cO7cvZWwpqhXJ54x9b3V9 .accordion-trigger.adaptive-delivery-prevent-bg, #S6NsFMGdxD4cO7cvZWwpqhXJ54x9b3V9 .accordion-trigger.lazyload, #S6NsFMGdxD4cO7cvZWwpqhXJ54x9b3V9 .accordion-trigger.lazyloading { background-image: none; }
#S6NsFMGdxD4cO7cvZWwpqhXJ54x9b3V9 { box-sizing:content-box;height:auto;width:27.8125rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:1.5625rem;left:0.96875rem; }
#S6NsFMGdxD4cO7cvZWwpqhXJ54x9b3V9 .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#S6NsFMGdxD4cO7cvZWwpqhXJ54x9b3V9 #TH4UvDQCrZUD183ltVXaHXSEVTdai2FO { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#S6NsFMGdxD4cO7cvZWwpqhXJ54x9b3V9 #gvJnsb6CFiFbr74CxrXlM2gkEFX0S4ss { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#S6NsFMGdxD4cO7cvZWwpqhXJ54x9b3V9 #TKpNJ4ygF58LMtM375BIr95g5z24ACR3 { display:block;position:relative; }
#S6NsFMGdxD4cO7cvZWwpqhXJ54x9b3V9 #LpxwDFdMCwHOLulSMhrQXw1yZIo1xzX8 {  }
#S6NsFMGdxD4cO7cvZWwpqhXJ54x9b3V9 #U2rLb5P6T6BayucKTIrfMh2vQPzRLhw4 {  }
#S6NsFMGdxD4cO7cvZWwpqhXJ54x9b3V9 #TWZAsE4vV3EcMZ9fd240mDLOhmFk9pTp { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#S6NsFMGdxD4cO7cvZWwpqhXJ54x9b3V9 #CTJr6K7TKu2w48ZZW68lXEh6vQqKBQFv { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#S6NsFMGdxD4cO7cvZWwpqhXJ54x9b3V9 #xoAkD1ifWSG0x3xtP30f076wJ7wVDL1K { display:block;position:relative; }
#S6NsFMGdxD4cO7cvZWwpqhXJ54x9b3V9 #Q9VgASU5wNH6MXCQp49vJh1b9UfTf5rA {  }
#S6NsFMGdxD4cO7cvZWwpqhXJ54x9b3V9 #UsqqR6rdf5TzTxJzxyCl4QM2P5lV2HDu { display:none; }
#S6NsFMGdxD4cO7cvZWwpqhXJ54x9b3V9 #lyxoxFQcENcHQwdeBsCeUboV2kkM72og { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#S6NsFMGdxD4cO7cvZWwpqhXJ54x9b3V9 #ZTwNezHwM10Nw4ck330fc6kA1WknWqSL { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#S6NsFMGdxD4cO7cvZWwpqhXJ54x9b3V9 #N3sDEhHAlRUTO44cTKdJlnCRuaJTKaWd { display:block;position:relative; }
#S6NsFMGdxD4cO7cvZWwpqhXJ54x9b3V9 #rIytaOMnTgKieKTiHCiRKGb2LFxMAPKw {  }
#S6NsFMGdxD4cO7cvZWwpqhXJ54x9b3V9 #tsTbnsz4BfF60xXHkfPsJabfDWuGL1Q6 { display:none; }
#AzImhrNfUwtUgCeBmAPmVfk6Wuig71Ai { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e7e3dc;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; }#AzImhrNfUwtUgCeBmAPmVfk6Wuig71Ai > .row .container { background-color: transparent; background-image: none; }#AzImhrNfUwtUgCeBmAPmVfk6Wuig71Ai::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AzImhrNfUwtUgCeBmAPmVfk6Wuig71Ai > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AzImhrNfUwtUgCeBmAPmVfk6Wuig71Ai > .row .container > .video-iframe-container { display: none; }#AzImhrNfUwtUgCeBmAPmVfk6Wuig71Ai > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AzImhrNfUwtUgCeBmAPmVfk6Wuig71Ai > .row > .video-iframe-container { display: none; }#AzImhrNfUwtUgCeBmAPmVfk6Wuig71Ai > .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); }#AzImhrNfUwtUgCeBmAPmVfk6Wuig71Ai > .row .container { border-width: 0; border-radius: 0; }#AzImhrNfUwtUgCeBmAPmVfk6Wuig71Ai > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AzImhrNfUwtUgCeBmAPmVfk6Wuig71Ai > .row .container { font-size:0.875rem;font-family:arial;height:30.1875rem;width:75rem;position:relative;display:block; }#VAiz4Nk91vIxyyENp9i2rI54cfCZ6MZp { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:34.9375rem;height:4.6875rem;text-decoration:none;z-index:15050;text-align:center;text-align-last:center;top:21.78125rem;left:38.78125rem;display:block; }
#xTwEhXB09WtD943TTx6ZU137Kq0DexN8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fczezgCXDlvxKVlzebrkhr1g607WeVQV { position:absolute;display:block;z-index:15051;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:28rem;width:34.9375rem;top:1.0625rem;left:1.28125rem;overflow:hidden;display:block; }
#nDlOQL9HeTnTkGb9xi3MVey3XiI488q7 { color:rgba(var(--color-tertiary-4),1);display:block;width:35rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.1875rem;left:38.875rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Uwg069s9uNGyN5ZAPDiQg9OgJxZNzWTD { color:rgba(var(--color-tertiary-4),1);display:block;width:22.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:14.6875rem;left:38.8125rem;height:1.54385625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xSSEwISoMmTiQ5bID0LGWZtGdFuZ3zT2 { color:rgba(var(--color-tertiary-3),1);display:block;width:28.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:16.48046875rem;left:38.78125rem;height:1.4000375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#lE56oh8HLde1TOllNPt93XQGXU0zgOh0 { color:rgba(var(--color-tertiary-2),1);display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:normal;z-index:15052;line-height:1.3;letter-spacing:0;top:27.5rem;left:37.5rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#FaatrM4OLWFuELepGlebvwvXgZiJP9FA { color:rgba(var(--color-tertiary-4),1);display:block;width:0.812325rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15058;line-height:1.3;letter-spacing:0;top:6.6764907836912rem;left:70.130147933963rem;height:1.13725rem;display:block; }
#J04s1ouBNtVdItThZSpvbORfrybsguRx { color:rgba(var(--color-tertiary-4),1);display:block;width:35.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(248,248,248,0.5);top:12.436611652374rem;left:38.780183792114rem;height:2.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#r5Cls4PdyyhiPIET6tqIKWXtnihrTyRC { color:rgba(var(--color-tertiary-4),1);display:block;width:0.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15059;line-height:1.3;letter-spacing:0;top:12.5rem;left:54.1875rem;height:1.13725rem;display:block; }
#XD3knvGc2aU3kgDcwfTLHT0zMLOQLy4E { color:rgba(var(--color-tertiary-4),1);display:block;width:0.812325rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15060;line-height:1.3;letter-spacing:0;top:12.5625rem;left:61.125rem;height:1.13725rem;display:block; }
#oGtdw5mWSFhvWz2Ibdz2624rBXICr20o { color:rgba(var(--color-tertiary-4),1);display:block;width:0.812325rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15061;line-height:1.3;letter-spacing:0;top:12.5rem;left:68.3125rem;height:1.13725rem;display:block; }
#Vp00FquKmOLgw2szn0xG8IzhuBILhCSU { position:absolute;display:block;z-index:15051;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:27.9375rem;width:18.625rem;top:1.0625rem;left:1.28125rem;overflow:hidden;display:none; }
#bvDMNHafJwwFU8ovGRtnt9yvBeEBkfgN { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:34.9375rem;height:4.6875rem;text-decoration:none;z-index:15050;text-align:center;text-align-last:center;top:21.78125rem;left:38.78125rem;display:none; }
#UhcTN4FEzKanHag4k8bTTi1XO0Ip4Enx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GXO5r4hKfBG73wUqMnMqRLNTkD7ziOyE { color:rgba(var(--color-tertiary-4),1);display:block;width:49.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15001;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(248,248,248,0.5);top:11.8125rem;left:2.4375rem;height:3.0930375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:none; }
#v2PzRp0sE9zOIle0gvg3tBH7ZDmPJcRC { color:rgba(var(--color-tertiary-4),1);display:block;width:0.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15055;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:12.060191631317rem;left:23.78053855896rem;height:1.13725rem;display:none; }
#ukrn6xXyrraZupqpryHOm4FEJzbC6iRS { color:rgba(var(--color-tertiary-4),1);display:block;width:0.812325rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15056;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:12.10102891922rem;left:33.218748092651rem;height:1.13725rem;display:none; }
#A7Wa8wCS3PoJVid5i6HqgF7qRCJMMZcK { color:rgba(var(--color-tertiary-4),1);display:block;width:0.812325rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15057;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:12.060191631317rem;left:43.004259109497rem;height:1.13725rem;display:none; }
#hVHQkiq0crqVwbBNwleKzoK3klyH0Z4U { color:rgba(var(--color-tertiary-4),1);display:block;width:35rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.1875rem;left:38.875rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:none; }
#NkTQrm25ismT30F5t64xvdNE8Ls0kNGA { position:relative;display:block; }#NkTQrm25ismT30F5t64xvdNE8Ls0kNGA { background-color: transparent; background-image: none; }#NkTQrm25ismT30F5t64xvdNE8Ls0kNGA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NkTQrm25ismT30F5t64xvdNE8Ls0kNGA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NkTQrm25ismT30F5t64xvdNE8Ls0kNGA > .row .container > .video-iframe-container { display: none; }#NkTQrm25ismT30F5t64xvdNE8Ls0kNGA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NkTQrm25ismT30F5t64xvdNE8Ls0kNGA > .row > .video-iframe-container { display: none; }#NkTQrm25ismT30F5t64xvdNE8Ls0kNGA > .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); }#NkTQrm25ismT30F5t64xvdNE8Ls0kNGA { border-width: 0; border-radius: 0; }#NkTQrm25ismT30F5t64xvdNE8Ls0kNGA > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#NkTQrm25ismT30F5t64xvdNE8Ls0kNGA > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:1.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#aR5xTPtHEHupGOFhQuSFSgRFxD9VUTcw { 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; }#aR5xTPtHEHupGOFhQuSFSgRFxD9VUTcw > .row .container { background-color: transparent; background-image: none; }#aR5xTPtHEHupGOFhQuSFSgRFxD9VUTcw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aR5xTPtHEHupGOFhQuSFSgRFxD9VUTcw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aR5xTPtHEHupGOFhQuSFSgRFxD9VUTcw > .row .container > .video-iframe-container { display: none; }#aR5xTPtHEHupGOFhQuSFSgRFxD9VUTcw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aR5xTPtHEHupGOFhQuSFSgRFxD9VUTcw > .row > .video-iframe-container { display: none; }#aR5xTPtHEHupGOFhQuSFSgRFxD9VUTcw > .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); }#aR5xTPtHEHupGOFhQuSFSgRFxD9VUTcw > .row .container { border-width: 0; border-radius: 0; }#aR5xTPtHEHupGOFhQuSFSgRFxD9VUTcw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aR5xTPtHEHupGOFhQuSFSgRFxD9VUTcw > .row .container { font-size:0.875rem;font-family:arial;height:5.375rem;width:75rem;position:relative;display:block; }#RkZNdgDQi6AGXNo1Id2SAgBWPpRc2BQp { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15001;line-height:1.6;letter-spacing:0;top:0.6875rem;left:0rem;height:4rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ERAAJKxhag6RcoxKHy4SvQJXZgWaiAR8 { position:relative;display:block; }#ERAAJKxhag6RcoxKHy4SvQJXZgWaiAR8 { background-color: transparent; background-image: none; }#ERAAJKxhag6RcoxKHy4SvQJXZgWaiAR8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ERAAJKxhag6RcoxKHy4SvQJXZgWaiAR8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ERAAJKxhag6RcoxKHy4SvQJXZgWaiAR8 > .row .container > .video-iframe-container { display: none; }#ERAAJKxhag6RcoxKHy4SvQJXZgWaiAR8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ERAAJKxhag6RcoxKHy4SvQJXZgWaiAR8 > .row > .video-iframe-container { display: none; }#ERAAJKxhag6RcoxKHy4SvQJXZgWaiAR8 > .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); }#ERAAJKxhag6RcoxKHy4SvQJXZgWaiAR8 { border-width: 0; border-radius: 0; }#ERAAJKxhag6RcoxKHy4SvQJXZgWaiAR8 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ERAAJKxhag6RcoxKHy4SvQJXZgWaiAR8 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:28.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w .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:#ecf0f3;background-image:none;vertical-align:top; }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w .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; }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w .accordion-heading-text { display:block;position:relative;width:100%;font-weight:300;font-size:1.25rem;font-family:var(--paragraphs-font-family);font-style:normal;color:#202020; }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;line-height:1.4;overflow:hidden;height:auto;font-family:var(--paragraphs-font-family);font-weight:400;font-style:normal; }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w .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_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w .accordion-trigger.adaptive-delivery-prevent-bg, #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w .accordion-trigger.lazyload, #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w .accordion-trigger.lazyloading { background-image: none; }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w { box-sizing:content-box;height:auto;width:72.1875rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:0rem;left:0rem; }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #nuFT7a9ZFXB4ThTFRhOKHFGt0obf8uV3 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #g0uwtmP94MgRMstXatKDQQ7F7Iq37b1t { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #ELsxXTl2UsGoogGqFX9VPutgNQpMhKnS { display:block;position:relative; }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #TJ8ZKr7lGBzZsOh0BODwXrr0TMk92AX7 {  }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #dGSbWXohguowT8BTTmeIbBJ494qPqXng {  }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #fQUModkqVbPqTSftICOnCKWu1F4xFPTv { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #VXWDM5VeWtASlUFGO1dcfDHbTvtxh0n2 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #hFTVx9rsayREeiLG9Umqyb6D37uBHLcU { display:block;position:relative; }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #to27ieqIqHob4vbPZuTS9XkGTLAI4ATy {  }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #AJvFv4mBoABgSe5PooT8kN2xqWHAKDEe { display:none; }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #C15DvGyTsO6p5lqLuiK9HU7JX3a6xJ2M { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #Es5l43iD7793aIq9wTCv2o9stm9WnKci { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #JVQmTEzmbfBukqxEXT8D7nvRVB4bxUnm { display:block;position:relative; }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #wgswH9cGbGlUp3PUWHq5tuJudvNKqbOK {  }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #zRparKw6GeQozX5vupVWOVcqTSQ4B5GL { display:none; }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #WAeHTR39FieM3w03rOMHq1ygehVF3gTR { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #q5lI9zc7QCnQTqupZV7BJaXUnI5vr8Da { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #G0sfbhfanUzfzfAbhlUFqv2R3fwCmbpT { display:block;position:relative; }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #NT0yEBCIxqVXqAQ5fOgCxTEiNTo74VLm {  }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #G7XfX85TKxSQa1bhZ4VZLuXlz28lE5SB { display:none; }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #GiWQsJRQG9iTnHMrqGn6ggwImCxlh1Q2 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #flgTwhKOyHpIDswiXE0aB2p58mkpSnae { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #V0yfJeKoixv2PpvaLu1CariCEqN4DxHA { display:block;position:relative; }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #ApCHvLhixgieQCOI6fUiTwReKw4Az7M6 {  }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #MzDP8yneIHlCH5xZL8wcMT0vmkZfav66 { display:none; }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #J2SrULuUmREoal3VHfKSzVyuf16ad417 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #ndLunJexskHIPlV9Hg1KGkIpiyNfcx4T { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #MenXtJy1o1qDAcxFzniuhTiqGmMLEaZ1 { display:block;position:relative; }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #oMvo6c99tQWAFzSifJCB8XysBNSnlU6e {  }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #qhfuloCwT6bym47NHwGINGFmr8St0EHE { display:none; }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #M7rJUAHQJSzEawISgze8s9MNhX4atdHw { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #kqe4Q63wnETQX0k6qUlqz3VyTlsAhvPU { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #zQbVZ1Amq6XrC1MKpXvaQotb20EAJg5p { display:block;position:relative; }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #Hy8HBJTLk0Ou1f1JhIa4gl8TnvJAnJxi {  }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #Z81QWIBC0gJ96MoedzKXmREsXp2DGdwk { display:none; }
#B6rrVWgADocpzNZbg7idctOTUahy9U9a { position:relative;display:block; }#B6rrVWgADocpzNZbg7idctOTUahy9U9a { background-color: transparent; background-image: none; }#B6rrVWgADocpzNZbg7idctOTUahy9U9a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B6rrVWgADocpzNZbg7idctOTUahy9U9a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B6rrVWgADocpzNZbg7idctOTUahy9U9a > .row .container > .video-iframe-container { display: none; }#B6rrVWgADocpzNZbg7idctOTUahy9U9a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B6rrVWgADocpzNZbg7idctOTUahy9U9a > .row > .video-iframe-container { display: none; }#B6rrVWgADocpzNZbg7idctOTUahy9U9a > .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); }#B6rrVWgADocpzNZbg7idctOTUahy9U9a { border-width: 0; border-radius: 0; }#B6rrVWgADocpzNZbg7idctOTUahy9U9a > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#B6rrVWgADocpzNZbg7idctOTUahy9U9a > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:3.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#HRlalRI7hPO6wNeiLxkq1hwOTgIXyTdJ { background-color:rgba(var(--color-primary-2),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#HRlalRI7hPO6wNeiLxkq1hwOTgIXyTdJ > .row .container { background-color: transparent; background-image: none; }#HRlalRI7hPO6wNeiLxkq1hwOTgIXyTdJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HRlalRI7hPO6wNeiLxkq1hwOTgIXyTdJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HRlalRI7hPO6wNeiLxkq1hwOTgIXyTdJ > .row .container > .video-iframe-container { display: none; }#HRlalRI7hPO6wNeiLxkq1hwOTgIXyTdJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HRlalRI7hPO6wNeiLxkq1hwOTgIXyTdJ > .row > .video-iframe-container { display: none; }#HRlalRI7hPO6wNeiLxkq1hwOTgIXyTdJ > .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); }#HRlalRI7hPO6wNeiLxkq1hwOTgIXyTdJ > .row .container { border-width: 0; border-radius: 0; }#HRlalRI7hPO6wNeiLxkq1hwOTgIXyTdJ > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#HRlalRI7hPO6wNeiLxkq1hwOTgIXyTdJ > .row .container { font-size:0.875rem;font-family:arial;height:5.75rem;width:75rem;overflow:visible;position:relative;display:block; }#RlkKfZDpp0ixlb0RbGoEeSwsUOEBTOS0 { color:rgba(var(--color-tertiary-0),1);display:block;width:17.6865rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:2.0625rem;left:1.53125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZABO4eLyxTK3xDrOUlw3uZRdSBNtOZxy { color:rgba(var(--color-tertiary-4),1);display:block;width:9.5615rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:2.0625rem;left:64.1875rem;height:1.625rem;text-align:right;text-align-last:right;display:block; }
#dQaCCvloDgw40eNmlWaWGFbuINwz2Tqb { 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:5rem;width:9.5rem;top:0.625rem;left:32.75rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE { display:block; }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ULpbFT6TXKQl3rlsCHnPPygW8HbWIufk { top:0.8125rem;left:0rem;width:12.0625rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHshNeoq9fbRFiho3ubETPNwXl971Kws { width:40rem;height:3rem;top:3.375rem;left:7.75rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdDahMKnSBgrMwnPo2k8Ihq3Tz09ukNS { width:40rem;height:4.375rem;top:6.375rem;left:7.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToayTElTDHKdUipwwafBqTCWeaQLGTdC { display:block; }#ToayTElTDHKdUipwwafBqTCWeaQLGTdC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FaaDBE5y9HTCOU8BJNoqwxqzcAZk1OBJ { top:7.25rem;left:0rem;width:47.75rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pb6UrrThNz4AyQ7px7eGnEFs0ef1TrfX { top:11.75rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgQgoCegprpBW2BclZrHmTDJlgSPu9g9 { top:18.75rem;left:0rem;width:37rem;height:1.375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WI9v4b7uTB538xL1aTOqIQIPLvaUKRwv { width:38.875rem;height:4.0625rem;top:25.75rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3yEEUzn8Ves7vh2Td2Zb3hK3bK5dn1S { top:25.4375rem;left:0rem;width:8.8125rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1KgmXVDVcOLC7ygp1pqdNDAVHH606DC { width:40rem;height:;top:29.4375rem;left:7.75rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCXMwChMacGSgtJCfe284DgzPBQAl1KO { width:40rem;height:2.4375rem;top:15.0625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iqr98cWhUwQyGzd5gAkQy5ZrK01IIdCc { top:12rem;left:10.15553855896rem;width:0.8125rem;height:1.125rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tz0TWD1ApVZIIenUnUzqrs90HfMWUJSI { top:12.0625rem;left:19.593748092651rem;width:0.75rem;height:1.125rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRiTMSlH8Q2dVJnSRvakOS9nWpInZTUA { top:12rem;left:29.379259109497rem;width:0.75rem;height:1.125rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T84x0TpdRBJro9qX8QnF7yc1THA48vfk { top:7.75rem;left:0rem;width:20rem;height:3.25rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tm5F4Wl3RJtQpmqSAuiQTizu2Tbhk45f { width:40rem;height:2.4375rem;top:15.0625rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ig57vIHkVmi8QB9AqrTXZ4kXm3ufRaxr { top:32.5rem;left:0rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAnvXqSJOsJ8ilq0rtT9u0rcRqeOQfbw { top:32.5rem;left:21.972478866577rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vo5N5xgZMTc7Xwwit2CZJbrSEVIitn0k { top:32.5rem;left:5.4353694915771rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPe4unOEH6NRkKVTQ6DaThnhbZAm4wGI { top:10.9375rem;left:29.875rem;width:17.875rem;height:4rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOwZKDoST16CNqw77JJNKPuawfrU3lTZ { width:20.125rem;height:1.5rem;top:14.875rem;left:27.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NG4VtB8AI4aHdfovCmJQ2O2uyfMiJ0bc { top:8.625rem;left:27.0625rem;width:20.6875rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZAra8tXtmc8DxMtgy78bfKTTz62kWBm { display:block; }#QZAra8tXtmc8DxMtgy78bfKTTz62kWBm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KPbBsl1G8yh16DoFTtWpX5iXUvaR7DTV { width:23.625rem;height:1.5rem;top:5.4375rem;left:12.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSpAa4zmx8EQ5BggTpWp2nqWf35vsCCw { width:47.75rem;height:;top:1.4375rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #b08QeGvwBg2yaegctAeCqnoK0iEPPId1 { display:block; }#b08QeGvwBg2yaegctAeCqnoK0iEPPId1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fo0xizEH59mHndpRXZ2tU4CpM5PhOMRh { top:0rem;left:0rem;width:36.375rem;height:36.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fz5M9zVxIoxJ4QK6D5yZrCANALPnBaTP { top:0rem;left:12.0625rem;width:35.6875rem;height:36.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6EsnhZKlNtJnnohEFFdIqa8XTnDSyXf { top:0rem;left:11.875rem;width:0.3125rem;height:36.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKwyTXN0fEtGrOS97RWRnI59VSTW2nZS { display:none; }
 }@media only screen and (max-width: 763px) { #bzLx4gAJMOW88w6FgB1lNJeKDZX4Py1T { display:block; }#bzLx4gAJMOW88w6FgB1lNJeKDZX4Py1T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qZdqi7Kh2mNGueUe3W12LhgG5Dnvt7bf { top:0.9375rem;left:0rem;width:34.625rem;height:3.9375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNV7v7S1ymBJeM5selv5lf1xc3bhuQOf { top:4.3125rem;left:12.90625rem;width:21.9375rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E35TfIDm0wPX0KzCJ7kHE3qogbunptoy { display:block; }#E35TfIDm0wPX0KzCJ7kHE3qogbunptoy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i0EPGWzdsvvikLwOh26DzsaBWSclWgB5 { top:1.25rem;left:16.625rem;width:31.125rem;height:34.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6NsFMGdxD4cO7cvZWwpqhXJ54x9b3V9 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#S6NsFMGdxD4cO7cvZWwpqhXJ54x9b3V9 { display:flex;height:auto;width:27.8125rem;top:6.5rem;left:0rem; }
#S6NsFMGdxD4cO7cvZWwpqhXJ54x9b3V9 .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #S6NsFMGdxD4cO7cvZWwpqhXJ54x9b3V9 #TH4UvDQCrZUD183ltVXaHXSEVTdai2FO {  }
 }@media only screen and (max-width: 763px) { #S6NsFMGdxD4cO7cvZWwpqhXJ54x9b3V9 #gvJnsb6CFiFbr74CxrXlM2gkEFX0S4ss {  }
 }@media only screen and (max-width: 763px) { #S6NsFMGdxD4cO7cvZWwpqhXJ54x9b3V9 #TKpNJ4ygF58LMtM375BIr95g5z24ACR3 {  }
 }@media only screen and (max-width: 763px) { #S6NsFMGdxD4cO7cvZWwpqhXJ54x9b3V9 #LpxwDFdMCwHOLulSMhrQXw1yZIo1xzX8 {  }
 }@media only screen and (max-width: 763px) { #S6NsFMGdxD4cO7cvZWwpqhXJ54x9b3V9 #U2rLb5P6T6BayucKTIrfMh2vQPzRLhw4 {  }
 }@media only screen and (max-width: 763px) { #S6NsFMGdxD4cO7cvZWwpqhXJ54x9b3V9 #TWZAsE4vV3EcMZ9fd240mDLOhmFk9pTp {  }
 }@media only screen and (max-width: 763px) { #S6NsFMGdxD4cO7cvZWwpqhXJ54x9b3V9 #CTJr6K7TKu2w48ZZW68lXEh6vQqKBQFv {  }
 }@media only screen and (max-width: 763px) { #S6NsFMGdxD4cO7cvZWwpqhXJ54x9b3V9 #xoAkD1ifWSG0x3xtP30f076wJ7wVDL1K {  }
 }@media only screen and (max-width: 763px) { #S6NsFMGdxD4cO7cvZWwpqhXJ54x9b3V9 #Q9VgASU5wNH6MXCQp49vJh1b9UfTf5rA {  }
 }@media only screen and (max-width: 763px) { #S6NsFMGdxD4cO7cvZWwpqhXJ54x9b3V9 #UsqqR6rdf5TzTxJzxyCl4QM2P5lV2HDu {  }
 }@media only screen and (max-width: 763px) { #S6NsFMGdxD4cO7cvZWwpqhXJ54x9b3V9 #lyxoxFQcENcHQwdeBsCeUboV2kkM72og {  }
 }@media only screen and (max-width: 763px) { #S6NsFMGdxD4cO7cvZWwpqhXJ54x9b3V9 #ZTwNezHwM10Nw4ck330fc6kA1WknWqSL {  }
 }@media only screen and (max-width: 763px) { #S6NsFMGdxD4cO7cvZWwpqhXJ54x9b3V9 #N3sDEhHAlRUTO44cTKdJlnCRuaJTKaWd {  }
 }@media only screen and (max-width: 763px) { #S6NsFMGdxD4cO7cvZWwpqhXJ54x9b3V9 #rIytaOMnTgKieKTiHCiRKGb2LFxMAPKw {  }
 }@media only screen and (max-width: 763px) { #S6NsFMGdxD4cO7cvZWwpqhXJ54x9b3V9 #tsTbnsz4BfF60xXHkfPsJabfDWuGL1Q6 {  }
 }@media only screen and (max-width: 763px) { #AzImhrNfUwtUgCeBmAPmVfk6Wuig71Ai { display:block; }#AzImhrNfUwtUgCeBmAPmVfk6Wuig71Ai > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VAiz4Nk91vIxyyENp9i2rI54cfCZ6MZp { width:34.9375rem;height:4.6875rem;top:21.75rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTwEhXB09WtD943TTx6ZU137Kq0DexN8 { display:block; }
 }@media only screen and (max-width: 763px) { #fczezgCXDlvxKVlzebrkhr1g607WeVQV { top:1.0625rem;left:0rem;width:34.9375rem;height:28rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDlOQL9HeTnTkGb9xi3MVey3XiI488q7 { top:3.1875rem;left:0rem;width:35rem;height:;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uwg069s9uNGyN5ZAPDiQg9OgJxZNzWTD { width:22.875rem;height:1.5rem;top:14.6875rem;left:23.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSSEwISoMmTiQ5bID0LGWZtGdFuZ3zT2 { top:16.4375rem;left:19.0625rem;width:28.6875rem;height:1.375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lE56oh8HLde1TOllNPt93XQGXU0zgOh0 { top:27.5rem;left:10.25rem;width:37.5rem;height:1.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FaatrM4OLWFuELepGlebvwvXgZiJP9FA { top:6.625rem;left:47rem;width:0.75rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #J04s1ouBNtVdItThZSpvbORfrybsguRx { top:12.375rem;left:12.625rem;width:35.125rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5Cls4PdyyhiPIET6tqIKWXtnihrTyRC { top:12.5rem;left:33.75rem;width:0.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XD3knvGc2aU3kgDcwfTLHT0zMLOQLy4E { top:12.5625rem;left:40.6875rem;width:0.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGtdw5mWSFhvWz2Ibdz2624rBXICr20o { top:12.5rem;left:47rem;width:0.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vp00FquKmOLgw2szn0xG8IzhuBILhCSU { top:1.0625rem;left:0rem;width:18.625rem;height:28rem;display:none; }
 }@media only screen and (max-width: 763px) { #bvDMNHafJwwFU8ovGRtnt9yvBeEBkfgN { width:34.9375rem;height:4.6875rem;top:21.75rem;left:12.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #UhcTN4FEzKanHag4k8bTTi1XO0Ip4Enx { display:block; }
 }@media only screen and (max-width: 763px) { #GXO5r4hKfBG73wUqMnMqRLNTkD7ziOyE { top:7.75rem;left:0rem;width:20rem;height:3.25rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #v2PzRp0sE9zOIle0gvg3tBH7ZDmPJcRC { top:12rem;left:10.15553855896rem;width:0.8125rem;height:1.125rem;font-size:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ukrn6xXyrraZupqpryHOm4FEJzbC6iRS { top:12.0625rem;left:19.593748092651rem;width:0.75rem;height:1.125rem;font-size:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #A7Wa8wCS3PoJVid5i6HqgF7qRCJMMZcK { top:12rem;left:29.379259109497rem;width:0.75rem;height:1.125rem;font-size:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #hVHQkiq0crqVwbBNwleKzoK3klyH0Z4U { top:3.1875rem;left:0rem;width:35rem;height:;font-size:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #NkTQrm25ismT30F5t64xvdNE8Ls0kNGA { display:block; }#NkTQrm25ismT30F5t64xvdNE8Ls0kNGA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aR5xTPtHEHupGOFhQuSFSgRFxD9VUTcw { display:block; }#aR5xTPtHEHupGOFhQuSFSgRFxD9VUTcw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RkZNdgDQi6AGXNo1Id2SAgBWPpRc2BQp { width:47.75rem;height:4rem;top:0.6875rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERAAJKxhag6RcoxKHy4SvQJXZgWaiAR8 { display:block; }#ERAAJKxhag6RcoxKHy4SvQJXZgWaiAR8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w { display:flex;height:auto;width:45.25rem;top:0rem;left:0rem; }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #nuFT7a9ZFXB4ThTFRhOKHFGt0obf8uV3 {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #g0uwtmP94MgRMstXatKDQQ7F7Iq37b1t {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #ELsxXTl2UsGoogGqFX9VPutgNQpMhKnS {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #TJ8ZKr7lGBzZsOh0BODwXrr0TMk92AX7 {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #dGSbWXohguowT8BTTmeIbBJ494qPqXng {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #fQUModkqVbPqTSftICOnCKWu1F4xFPTv {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #VXWDM5VeWtASlUFGO1dcfDHbTvtxh0n2 {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #hFTVx9rsayREeiLG9Umqyb6D37uBHLcU {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #to27ieqIqHob4vbPZuTS9XkGTLAI4ATy {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #AJvFv4mBoABgSe5PooT8kN2xqWHAKDEe {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #C15DvGyTsO6p5lqLuiK9HU7JX3a6xJ2M {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #Es5l43iD7793aIq9wTCv2o9stm9WnKci {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #JVQmTEzmbfBukqxEXT8D7nvRVB4bxUnm {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #wgswH9cGbGlUp3PUWHq5tuJudvNKqbOK {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #zRparKw6GeQozX5vupVWOVcqTSQ4B5GL {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #WAeHTR39FieM3w03rOMHq1ygehVF3gTR {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #q5lI9zc7QCnQTqupZV7BJaXUnI5vr8Da {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #G0sfbhfanUzfzfAbhlUFqv2R3fwCmbpT {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #NT0yEBCIxqVXqAQ5fOgCxTEiNTo74VLm {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #G7XfX85TKxSQa1bhZ4VZLuXlz28lE5SB {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #GiWQsJRQG9iTnHMrqGn6ggwImCxlh1Q2 {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #flgTwhKOyHpIDswiXE0aB2p58mkpSnae {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #V0yfJeKoixv2PpvaLu1CariCEqN4DxHA {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #ApCHvLhixgieQCOI6fUiTwReKw4Az7M6 {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #MzDP8yneIHlCH5xZL8wcMT0vmkZfav66 {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #J2SrULuUmREoal3VHfKSzVyuf16ad417 {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #ndLunJexskHIPlV9Hg1KGkIpiyNfcx4T {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #MenXtJy1o1qDAcxFzniuhTiqGmMLEaZ1 {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #oMvo6c99tQWAFzSifJCB8XysBNSnlU6e {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #qhfuloCwT6bym47NHwGINGFmr8St0EHE {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #M7rJUAHQJSzEawISgze8s9MNhX4atdHw {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #kqe4Q63wnETQX0k6qUlqz3VyTlsAhvPU {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #zQbVZ1Amq6XrC1MKpXvaQotb20EAJg5p {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #Hy8HBJTLk0Ou1f1JhIa4gl8TnvJAnJxi {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #Z81QWIBC0gJ96MoedzKXmREsXp2DGdwk {  }
 }@media only screen and (max-width: 763px) { #B6rrVWgADocpzNZbg7idctOTUahy9U9a { display:block; }#B6rrVWgADocpzNZbg7idctOTUahy9U9a > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HRlalRI7hPO6wNeiLxkq1hwOTgIXyTdJ { display:block; }#HRlalRI7hPO6wNeiLxkq1hwOTgIXyTdJ > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RlkKfZDpp0ixlb0RbGoEeSwsUOEBTOS0 { top:2.0625rem;left:0rem;width:17.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZABO4eLyxTK3xDrOUlw3uZRdSBNtOZxy { top:2.0625rem;left:38.25rem;width:9.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQaCCvloDgw40eNmlWaWGFbuINwz2Tqb { top:0.625rem;left:19.125rem;width:9.5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE { display:block; }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE { background-color: transparent; background-image: none; }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE > .row .container > .video-iframe-container { display: none; }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE > .row > .video-iframe-container { display: none; }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE > .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); }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE > .row .container { width:20rem;height:16.875rem;background-color:rgba(0,0,0,0);background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ULpbFT6TXKQl3rlsCHnPPygW8HbWIufk { width:7.1875rem;height:6.1875rem;top:0rem;left:6.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHshNeoq9fbRFiho3ubETPNwXl971Kws { width:20rem;height:4.38743125rem;top:6.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdDahMKnSBgrMwnPo2k8Ihq3Tz09ukNS { width:20rem;height:4.142575rem;top:12.384587287903rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToayTElTDHKdUipwwafBqTCWeaQLGTdC { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6e632e66-2208-4e50-a309-d8988d4f94e6/CrateWeb17Pattern1TanTransFinal.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ToayTElTDHKdUipwwafBqTCWeaQLGTdC.adaptive-delivery-prevent-bg, #ToayTElTDHKdUipwwafBqTCWeaQLGTdC.lazyload, #ToayTElTDHKdUipwwafBqTCWeaQLGTdC.lazyloading { background-image: none; }#ToayTElTDHKdUipwwafBqTCWeaQLGTdC > .row .container { background-color: transparent; background-image: none; }#ToayTElTDHKdUipwwafBqTCWeaQLGTdC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(168,134,110,0.6); }#ToayTElTDHKdUipwwafBqTCWeaQLGTdC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ToayTElTDHKdUipwwafBqTCWeaQLGTdC > .row .container > .video-iframe-container { display: none; }#ToayTElTDHKdUipwwafBqTCWeaQLGTdC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(168,134,110,0.6); }#ToayTElTDHKdUipwwafBqTCWeaQLGTdC > .row > .video-iframe-container { display: none; }#ToayTElTDHKdUipwwafBqTCWeaQLGTdC > .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); }#ToayTElTDHKdUipwwafBqTCWeaQLGTdC > .row .container { border-width: 0; border-radius: 0; }#ToayTElTDHKdUipwwafBqTCWeaQLGTdC::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ToayTElTDHKdUipwwafBqTCWeaQLGTdC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ToayTElTDHKdUipwwafBqTCWeaQLGTdC > .row .container { width:20rem;height:116.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FaaDBE5y9HTCOU8BJNoqwxqzcAZk1OBJ { width:20rem;height:4.5rem;top:1.3325634002686rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;color:#000000;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Pb6UrrThNz4AyQ7px7eGnEFs0ef1TrfX { width:20rem;height:0;top:5.5539770126342rem;left:0rem;font-size:1rem;line-height:1.1;text-align:center;text-align-last:center;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;display:none; }
 }@media only screen and (max-width: 763px) { #zgQgoCegprpBW2BclZrHmTDJlgSPu9g9 { width:20rem;height:1.51171875rem;top:12.60511302948rem;left:0rem;font-size:0.6875rem;line-height:1.1;text-align:center;text-align-last:center;color:#000000;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #WI9v4b7uTB538xL1aTOqIQIPLvaUKRwv { width:12.125rem;height:2.2734375rem;top:50.5rem;left:3.9375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3yEEUzn8Ves7vh2Td2Zb3hK3bK5dn1S { width:12.25rem;height:6.6875rem;top:43.8125rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1KgmXVDVcOLC7ygp1pqdNDAVHH606DC { width:20rem;height:0;top:81.875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCXMwChMacGSgtJCfe284DgzPBQAl1KO { width:20rem;height:0;top:95.494486651613rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Iqr98cWhUwQyGzd5gAkQy5ZrK01IIdCc { width:0.812325rem;height:0.6494125rem;top:7.5607242584231rem;left:6.3105467557906rem;font-size:0.5rem;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #tz0TWD1ApVZIIenUnUzqrs90HfMWUJSI { width:0.7484rem;height:0.6494125rem;top:7.5593032836912rem;left:11.688564658165rem;font-size:0.5rem;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #sRiTMSlH8Q2dVJnSRvakOS9nWpInZTUA { width:0.7484rem;height:0.6494125rem;top:7.5593037605288rem;left:17.436434149742rem;font-size:0.5rem;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #T84x0TpdRBJro9qX8QnF7yc1THA48vfk { width:20rem;height:3.9169875rem;top:6.3039770126344rem;left:0rem;font-size:1.1875rem;line-height:1.1;text-align:center;text-align-last:center;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #Tm5F4Wl3RJtQpmqSAuiQTizu2Tbhk45f { width:20rem;height:1.0556625rem;top:10.46875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;z-index:15011;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Ig57vIHkVmi8QB9AqrTXZ4kXm3ufRaxr { width:15.625rem;height:15.625rem;top:54.25rem;left:2.1875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #mAnvXqSJOsJ8ilq0rtT9u0rcRqeOQfbw { width:15.625rem;height:15.625rem;top:88rem;left:2.1875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #vo5N5xgZMTc7Xwwit2CZJbrSEVIitn0k { width:15.625rem;height:15.625rem;top:71.125rem;left:2.1875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #FPe4unOEH6NRkKVTQ6DaThnhbZAm4wGI { width:17.875rem;height:0;top:107.1875rem;left:1.125rem;font-size:1.875rem;text-align:center;text-align-last:center;color:#000000;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #UOwZKDoST16CNqw77JJNKPuawfrU3lTZ { width:20rem;height:0;top:111.15625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NG4VtB8AI4aHdfovCmJQ2O2uyfMiJ0bc { width:20rem;height:10.375rem;top:104.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZAra8tXtmc8DxMtgy78bfKTTz62kWBm { display:block; }#QZAra8tXtmc8DxMtgy78bfKTTz62kWBm > .row .container { width:20rem;height:10.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KPbBsl1G8yh16DoFTtWpX5iXUvaR7DTV { width:17.6826171875rem;height:1.5rem;top:8.5625rem;left:1.158203125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSpAa4zmx8EQ5BggTpWp2nqWf35vsCCw { width:20rem;height:6.75rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #b08QeGvwBg2yaegctAeCqnoK0iEPPId1 { display:block; }#b08QeGvwBg2yaegctAeCqnoK0iEPPId1 > .row .container { width:20rem;height:40.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fo0xizEH59mHndpRXZ2tU4CpM5PhOMRh { width:20rem;height:20rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fz5M9zVxIoxJ4QK6D5yZrCANALPnBaTP { width:20rem;height:20.3125rem;top:20.624999523163rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6EsnhZKlNtJnnohEFFdIqa8XTnDSyXf { width:0.3125rem;height:36.3743125rem;top:18.686078548431rem;left:9.8437494039537rem;display:none; }
 }@media only screen and (max-width: 763px) { #hKwyTXN0fEtGrOS97RWRnI59VSTW2nZS { top:0rem;left:9.8437494039537rem;width:0.1875rem;height:20.1875rem;z-index:15003;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #bzLx4gAJMOW88w6FgB1lNJeKDZX4Py1T { display:block; }#bzLx4gAJMOW88w6FgB1lNJeKDZX4Py1T > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qZdqi7Kh2mNGueUe3W12LhgG5Dnvt7bf { width:20rem;height:3.199575rem;top:0.8125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uNV7v7S1ymBJeM5selv5lf1xc3bhuQOf { width:20rem;height:1.59375rem;top:4rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E35TfIDm0wPX0KzCJ7kHE3qogbunptoy { display:block; }#E35TfIDm0wPX0KzCJ7kHE3qogbunptoy > .row .container { width:20rem;height:39.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i0EPGWzdsvvikLwOh26DzsaBWSclWgB5 { width:20rem;height:22.3125rem;top:15.999290466309rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6NsFMGdxD4cO7cvZWwpqhXJ54x9b3V9 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#S6NsFMGdxD4cO7cvZWwpqhXJ54x9b3V9 { display:flex;height:auto;width:17.5rem;top:0rem;left:0rem; }
#S6NsFMGdxD4cO7cvZWwpqhXJ54x9b3V9 .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #S6NsFMGdxD4cO7cvZWwpqhXJ54x9b3V9 #TH4UvDQCrZUD183ltVXaHXSEVTdai2FO {  }
 }@media only screen and (max-width: 763px) { #S6NsFMGdxD4cO7cvZWwpqhXJ54x9b3V9 #gvJnsb6CFiFbr74CxrXlM2gkEFX0S4ss {  }
 }@media only screen and (max-width: 763px) { #S6NsFMGdxD4cO7cvZWwpqhXJ54x9b3V9 #TKpNJ4ygF58LMtM375BIr95g5z24ACR3 {  }
 }@media only screen and (max-width: 763px) { #S6NsFMGdxD4cO7cvZWwpqhXJ54x9b3V9 #LpxwDFdMCwHOLulSMhrQXw1yZIo1xzX8 {  }
 }@media only screen and (max-width: 763px) { #S6NsFMGdxD4cO7cvZWwpqhXJ54x9b3V9 #U2rLb5P6T6BayucKTIrfMh2vQPzRLhw4 {  }
 }@media only screen and (max-width: 763px) { #S6NsFMGdxD4cO7cvZWwpqhXJ54x9b3V9 #TWZAsE4vV3EcMZ9fd240mDLOhmFk9pTp {  }
 }@media only screen and (max-width: 763px) { #S6NsFMGdxD4cO7cvZWwpqhXJ54x9b3V9 #CTJr6K7TKu2w48ZZW68lXEh6vQqKBQFv {  }
 }@media only screen and (max-width: 763px) { #S6NsFMGdxD4cO7cvZWwpqhXJ54x9b3V9 #xoAkD1ifWSG0x3xtP30f076wJ7wVDL1K {  }
 }@media only screen and (max-width: 763px) { #S6NsFMGdxD4cO7cvZWwpqhXJ54x9b3V9 #Q9VgASU5wNH6MXCQp49vJh1b9UfTf5rA {  }
 }@media only screen and (max-width: 763px) { #S6NsFMGdxD4cO7cvZWwpqhXJ54x9b3V9 #UsqqR6rdf5TzTxJzxyCl4QM2P5lV2HDu {  }
 }@media only screen and (max-width: 763px) { #S6NsFMGdxD4cO7cvZWwpqhXJ54x9b3V9 #lyxoxFQcENcHQwdeBsCeUboV2kkM72og {  }
 }@media only screen and (max-width: 763px) { #S6NsFMGdxD4cO7cvZWwpqhXJ54x9b3V9 #ZTwNezHwM10Nw4ck330fc6kA1WknWqSL {  }
 }@media only screen and (max-width: 763px) { #S6NsFMGdxD4cO7cvZWwpqhXJ54x9b3V9 #N3sDEhHAlRUTO44cTKdJlnCRuaJTKaWd {  }
 }@media only screen and (max-width: 763px) { #S6NsFMGdxD4cO7cvZWwpqhXJ54x9b3V9 #rIytaOMnTgKieKTiHCiRKGb2LFxMAPKw {  }
 }@media only screen and (max-width: 763px) { #S6NsFMGdxD4cO7cvZWwpqhXJ54x9b3V9 #tsTbnsz4BfF60xXHkfPsJabfDWuGL1Q6 {  }
 }@media only screen and (max-width: 763px) { #AzImhrNfUwtUgCeBmAPmVfk6Wuig71Ai { display:block; }#AzImhrNfUwtUgCeBmAPmVfk6Wuig71Ai > .row .container { width:20rem;height:55.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VAiz4Nk91vIxyyENp9i2rI54cfCZ6MZp { width:17.5rem;height:3.4375rem;top:39.62357711792rem;left:1.2491122484207rem;color:#fdfeff;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xTwEhXB09WtD943TTx6ZU137Kq0DexN8 { display:block; }
 }@media only screen and (max-width: 763px) { #fczezgCXDlvxKVlzebrkhr1g607WeVQV { width:17.0625rem;height:13.625rem;top:1.25rem;left:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #nDlOQL9HeTnTkGb9xi3MVey3XiI488q7 { width:20rem;height:0;top:35.006213188171rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #Uwg069s9uNGyN5ZAPDiQg9OgJxZNzWTD { width:20rem;height:1.0556625rem;top:48.21466255188rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSSEwISoMmTiQ5bID0LGWZtGdFuZ3zT2 { width:20rem;height:0.61816375rem;top:49.800247192382rem;left:0rem;font-size:0.5625rem;line-height:1.1;text-align:center;text-align-last:center;color:#000000;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #lE56oh8HLde1TOllNPt93XQGXU0zgOh0 { width:20rem;height:3.25rem;top:51.185190200806rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FaatrM4OLWFuELepGlebvwvXgZiJP9FA { width:0.7484rem;height:0.9747875rem;top:40.368970870972rem;left:12.124288916588rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #J04s1ouBNtVdItThZSpvbORfrybsguRx { width:20rem;height:0;top:77.130681933594rem;left:0rem;font-size:1.5rem;line-height:1.1;text-align:center;text-align-last:center;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;display:none; }
 }@media only screen and (max-width: 763px) { #r5Cls4PdyyhiPIET6tqIKWXtnihrTyRC { width:0.7492875rem;height:0;top:81.681463183594rem;left:9.625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XD3knvGc2aU3kgDcwfTLHT0zMLOQLy4E { width:0.7492875rem;height:0;top:84.067825683594rem;left:9.625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #oGtdw5mWSFhvWz2Ibdz2624rBXICr20o { width:0.7492875rem;height:0;top:86.454188183594rem;left:9.625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vp00FquKmOLgw2szn0xG8IzhuBILhCSU { width:18.75rem;height:28.4375rem;top:0.56019115447998rem;left:0.625rem;z-index:15052;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #bvDMNHafJwwFU8ovGRtnt9yvBeEBkfgN { width:17.5rem;height:3.4375rem;top:30.562853813171rem;left:1.2491122484207rem;color:#fdfeff;background-color:#a8866e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;z-index:15051;display:block; }
 }@media only screen and (max-width: 763px) { #UhcTN4FEzKanHag4k8bTTi1XO0Ip4Enx { display:block; }
 }@media only screen and (max-width: 763px) { #GXO5r4hKfBG73wUqMnMqRLNTkD7ziOyE { width:20rem;height:3.9169875rem;top:43.6875rem;left:0rem;font-size:1.1875rem;line-height:1.1;text-align:center;text-align-last:center;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #v2PzRp0sE9zOIle0gvg3tBH7ZDmPJcRC { width:0.812325rem;height:0.6494125rem;top:45.00710105896rem;left:17.436788916588rem;font-size:0.5rem;color:#ffffff;z-index:15059;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #ukrn6xXyrraZupqpryHOm4FEJzbC6iRS { width:1.49946875rem;height:0.6494125rem;top:45.007987976074rem;left:11.739168524742rem;font-size:0.5rem;color:#ffffff;z-index:15060;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #A7Wa8wCS3PoJVid5i6HqgF7qRCJMMZcK { width:0.7475125rem;height:0.6494125rem;top:44.95951461792rem;left:6.2489346265793rem;font-size:0.5rem;color:#ffffff;z-index:15061;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #hVHQkiq0crqVwbBNwleKzoK3klyH0Z4U { width:20rem;height:7.7988125rem;top:34.94229221344rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;color:#000000;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #NkTQrm25ismT30F5t64xvdNE8Ls0kNGA { display:block; }#NkTQrm25ismT30F5t64xvdNE8Ls0kNGA > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aR5xTPtHEHupGOFhQuSFSgRFxD9VUTcw { display:block; }#aR5xTPtHEHupGOFhQuSFSgRFxD9VUTcw > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RkZNdgDQi6AGXNo1Id2SAgBWPpRc2BQp { width:20rem;height:4.875rem;top:1.6246452331543rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ERAAJKxhag6RcoxKHy4SvQJXZgWaiAR8 { display:block; }#ERAAJKxhag6RcoxKHy4SvQJXZgWaiAR8 > .row .container { width:20rem;height:35.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w { display:flex;height:auto;width:17.5rem;top:0rem;left:0rem; }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #nuFT7a9ZFXB4ThTFRhOKHFGt0obf8uV3 {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #g0uwtmP94MgRMstXatKDQQ7F7Iq37b1t {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #ELsxXTl2UsGoogGqFX9VPutgNQpMhKnS {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #TJ8ZKr7lGBzZsOh0BODwXrr0TMk92AX7 {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #dGSbWXohguowT8BTTmeIbBJ494qPqXng {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #fQUModkqVbPqTSftICOnCKWu1F4xFPTv {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #VXWDM5VeWtASlUFGO1dcfDHbTvtxh0n2 {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #hFTVx9rsayREeiLG9Umqyb6D37uBHLcU {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #to27ieqIqHob4vbPZuTS9XkGTLAI4ATy {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #AJvFv4mBoABgSe5PooT8kN2xqWHAKDEe {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #C15DvGyTsO6p5lqLuiK9HU7JX3a6xJ2M {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #Es5l43iD7793aIq9wTCv2o9stm9WnKci {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #JVQmTEzmbfBukqxEXT8D7nvRVB4bxUnm {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #wgswH9cGbGlUp3PUWHq5tuJudvNKqbOK {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #zRparKw6GeQozX5vupVWOVcqTSQ4B5GL {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #WAeHTR39FieM3w03rOMHq1ygehVF3gTR {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #q5lI9zc7QCnQTqupZV7BJaXUnI5vr8Da {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #G0sfbhfanUzfzfAbhlUFqv2R3fwCmbpT {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #NT0yEBCIxqVXqAQ5fOgCxTEiNTo74VLm {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #G7XfX85TKxSQa1bhZ4VZLuXlz28lE5SB {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #GiWQsJRQG9iTnHMrqGn6ggwImCxlh1Q2 {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #flgTwhKOyHpIDswiXE0aB2p58mkpSnae {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #V0yfJeKoixv2PpvaLu1CariCEqN4DxHA {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #ApCHvLhixgieQCOI6fUiTwReKw4Az7M6 {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #MzDP8yneIHlCH5xZL8wcMT0vmkZfav66 {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #J2SrULuUmREoal3VHfKSzVyuf16ad417 {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #ndLunJexskHIPlV9Hg1KGkIpiyNfcx4T {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #MenXtJy1o1qDAcxFzniuhTiqGmMLEaZ1 {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #oMvo6c99tQWAFzSifJCB8XysBNSnlU6e {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #qhfuloCwT6bym47NHwGINGFmr8St0EHE {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #M7rJUAHQJSzEawISgze8s9MNhX4atdHw {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #kqe4Q63wnETQX0k6qUlqz3VyTlsAhvPU {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #zQbVZ1Amq6XrC1MKpXvaQotb20EAJg5p {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #Hy8HBJTLk0Ou1f1JhIa4gl8TnvJAnJxi {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #Z81QWIBC0gJ96MoedzKXmREsXp2DGdwk {  }
 }@media only screen and (max-width: 763px) { #B6rrVWgADocpzNZbg7idctOTUahy9U9a { display:block; }#B6rrVWgADocpzNZbg7idctOTUahy9U9a > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HRlalRI7hPO6wNeiLxkq1hwOTgIXyTdJ { display:block; }#HRlalRI7hPO6wNeiLxkq1hwOTgIXyTdJ > .row .container { width:20rem;height:10.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RlkKfZDpp0ixlb0RbGoEeSwsUOEBTOS0 { width:17.682rem;height:1.625rem;top:5.9375rem;left:1.157670378685rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZABO4eLyxTK3xDrOUlw3uZRdSBNtOZxy { width:9.4951171875rem;height:1.625rem;top:8.1875rem;left:5.25rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dQaCCvloDgw40eNmlWaWGFbuINwz2Tqb { width:9.4993125rem;height:4.74964375rem;top:0.61967086791992rem;left:5.249467253685rem;display:block; }
 }