.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:237,232,222;--color-primary-1:195,179,146;--color-primary-2:135,103,37;--color-primary-3:68,52,19;--color-primary-4:20,15,6;--color-secondary-0:225,227,225;--color-secondary-1:155,161,157;--color-secondary-2:54,66,58;--color-secondary-3:27,33,29;--color-secondary-4:8,10,9;--color-tertiary-0:255,255,255;--color-tertiary-1:253,252,251;--color-tertiary-2:249,246,240;--color-tertiary-3:125,123,120;--color-tertiary-4:25,25,24;--headlines-font-family:"Rotis";--paragraphs-font-family:"Roboto"; }@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;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hdtXQZwTteD2QdC4oQrdxXQrnSSv3dcK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hdtXQZwTteD2QdC4oQrdxXQrnSSv3dcK > .row .container { background-color: transparent; background-image: none; }#hdtXQZwTteD2QdC4oQrdxXQrnSSv3dcK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hdtXQZwTteD2QdC4oQrdxXQrnSSv3dcK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hdtXQZwTteD2QdC4oQrdxXQrnSSv3dcK > .row .container > .video-iframe-container { display: none; }#hdtXQZwTteD2QdC4oQrdxXQrnSSv3dcK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hdtXQZwTteD2QdC4oQrdxXQrnSSv3dcK > .row > .video-iframe-container { display: none; }#hdtXQZwTteD2QdC4oQrdxXQrnSSv3dcK > .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); }#hdtXQZwTteD2QdC4oQrdxXQrnSSv3dcK > .row .container { border-width: 0; border-radius: 0; }#hdtXQZwTteD2QdC4oQrdxXQrnSSv3dcK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hdtXQZwTteD2QdC4oQrdxXQrnSSv3dcK > .row .container { font-size:0.875rem;font-family:arial;height:5.375rem;width:75rem;position:relative;display:block; }#n0nGKkzpvBK028D3MwNcJs5BFTqUqwU0 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8125rem;width:8.8125rem;top:0.25rem;left:0rem;overflow:hidden;display:block; }
#IbR7fTGRuudRuZZPL0JTI9ZrnFXbkg2k { color:rgba(var(--color-tertiary-4),1);display:block;width:46.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:2.4375rem;left:10.75rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TGWW5wTxyySG3sz1tcTZ1exbcQyJ4geb { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:1.5625rem;left:62.375rem;height:1.29980625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#d1TD2qEpAqTrXw7kaku0W6B4VqZceLds { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:1.71240234375rem;left:65rem; }
#TWzeyGqEXgdTxhfPFgMw7UplIVToVw4M { color:rgba(var(--color-tertiary-4),1);display:block;width:29.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:3.0625rem;left:45.125rem;height:1.29980625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#LsDAT9Jxt0Vwi58TKZkTX23sAFiRGf51 { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:3.25rem;left:61.125rem; }
#y4KwRiVIsebuMuSXIVwQvwoXutFJlvO1 { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.25rem;height:2rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:2.21875rem;left:9.71875rem;display:block; }
#oCigWaTpV4hzelyTmdai5XpfvDNRakP9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#x9xA0PDoJcbDXPtro76r5HXgUK6XTuhq { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.375rem;height:2rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:2.25rem;left:33.96875rem;display:block; }
#GQTPvS6t4fPQqyEaa2q7UNvIRBXEHEgm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TVbetqK1tcJsBPTi4yOGpstlpn9eZtfu { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4rem;height:2rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:2.25rem;left:50.34375rem;display:block; }
#v3du0ukxZ9ZlV1rbP4dhJyI0EcroErLk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-3),0.54); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-3),0.54); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:49.875rem;width:75rem;overflow:visible;position:relative;display:block; }#GFAsdiZuusbEJG2qytFC7U0n6fW5SDgv { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.0625rem;font-weight:300;z-index:15000;line-height:1.1;letter-spacing:0;text-shadow:0rem 0rem 2.5rem rgba(var(--color-tertiary-0),0.37);top:15.75rem;left:0rem;height:8.9375rem;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; }
#yHMJxdwtSXWanSLUkJhwVuF9MOB1hNQq { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:300;z-index:15001;line-height:1.4;letter-spacing:0;top:27.9375rem;left:0rem;height:4.9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZNWKzw65EtiTNsMcWz2WZUdme40xclHR { box-sizing:content-box;height:4.1875rem;width:21.875rem;position:absolute;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block;z-index:15002;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-1),1);border-left:0.0625rem solid rgba(var(--color-primary-1),1);border-right:0.0625rem solid rgba(var(--color-primary-1),1);border-bottom:0.0625rem solid rgba(var(--color-primary-1),1);top:7.4375rem;left:26.5625rem;display:block; }
#pR5TKi8XARu3x04wV7TGxpocusGJNhHn { color:rgba(var(--color-primary-0),1);display:block;width:37.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:7.875rem;left:18.75rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZoTkE1NB7oBFkxlMc9eeQzJzte84Fqyh { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:38.375rem;left:25rem;display:block; }
#XLET43qLb4Bq4NzGbp9Ogkyt1h87LSc9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IIzr132burPooCExJsIJdrSMlqueNNIp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e6dccf;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; }#IIzr132burPooCExJsIJdrSMlqueNNIp > .row .container { background-color: transparent; background-image: none; }#IIzr132burPooCExJsIJdrSMlqueNNIp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IIzr132burPooCExJsIJdrSMlqueNNIp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IIzr132burPooCExJsIJdrSMlqueNNIp > .row .container > .video-iframe-container { display: none; }#IIzr132burPooCExJsIJdrSMlqueNNIp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IIzr132burPooCExJsIJdrSMlqueNNIp > .row > .video-iframe-container { display: none; }#IIzr132burPooCExJsIJdrSMlqueNNIp > .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); }#IIzr132burPooCExJsIJdrSMlqueNNIp > .row .container { border-width: 0; border-radius: 0; }#IIzr132burPooCExJsIJdrSMlqueNNIp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IIzr132burPooCExJsIJdrSMlqueNNIp > .row .container { font-size:0.875rem;font-family:arial;height:9.4375rem;width:75rem;position:relative;display:block; }#oS612OVlQcX9uKgKtKsS2LocPC0R9kVy { box-sizing:content-box;height:4.4375rem;width:4.4375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.5rem;left:3.8125rem;display:block; }
#maDkux4T5WHg4KtTK6mcTfom3bPEw9FR { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:3.125rem;left:15.0625rem; }
#aUHb3bMEQtGHDcZiEeGEaRluoAvdCVzT { box-sizing:content-box;height:4.4375rem;width:4.4375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.5rem;left:27.625rem;display:block; }
#e4iizHvgVFhRkQpdGRUnNRJLpybAp8U5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:3.125rem;left:4.4375rem; }
#RlgT7yJwZ5nCAL68OzmpwxMZARWO8mLO { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:3.375rem;left:28.4375rem; }
#zeOPhgJgK0eoiWHwdQ2yVJDTlca5CgIH { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:3.1875rem;left:33.625rem;height:3.25rem;font-style:normal;display:block; }
#RsG9wTA05vWGq3VxR2nCvlC5Et4xE2gm { color:rgba(var(--color-tertiary-4),1);display:block;width:12rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:5.0625rem;left:9.5625rem;height:1.625rem;font-style:normal;display:block; }
#h5KoRzoKXz84kTdzUUzuTMUcCrNn5TJQ { box-sizing:content-box;height:4.4375rem;width:4.4375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.5rem;left:52.5625rem;display:block; }
#Q6aUrvQTRldkg4XFa7yTOlWCbgMSObwT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:3.15625rem;left:53.21875rem; }
#mRhGrZn8sNu3naU88aSTzJG78eTUB9MS { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:3.1875rem;left:58.6875rem;height:3.25rem;font-style:normal;display:block; }
#CTmlpOSHDUGt1ITilgZKZBEADdszO6sf { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:3.125rem;left:9.5625rem; }
#tC4f66MJh7I6t2xnI6c5kCArrpRH38ol { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:3.125rem;left:10.9375rem; }
#r5CFBWOi68EvnuKVcPWuICQko9G44KeP { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:3.125rem;left:12.3125rem; }
#RSSwLAJfgihHftSQetFuRK6kfsl2kR8t { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:3.125rem;left:13.6875rem; }
#iNKTZdFrFpw2OKIK55A8Hl9triwhNdok { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#iNKTZdFrFpw2OKIK55A8Hl9triwhNdok > .row .container { background-color: transparent; background-image: none; }#iNKTZdFrFpw2OKIK55A8Hl9triwhNdok::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iNKTZdFrFpw2OKIK55A8Hl9triwhNdok > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iNKTZdFrFpw2OKIK55A8Hl9triwhNdok > .row .container > .video-iframe-container { display: none; }#iNKTZdFrFpw2OKIK55A8Hl9triwhNdok > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iNKTZdFrFpw2OKIK55A8Hl9triwhNdok > .row > .video-iframe-container { display: none; }#iNKTZdFrFpw2OKIK55A8Hl9triwhNdok > .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); }#iNKTZdFrFpw2OKIK55A8Hl9triwhNdok > .row .container { border-width: 0; border-radius: 0; }#iNKTZdFrFpw2OKIK55A8Hl9triwhNdok > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iNKTZdFrFpw2OKIK55A8Hl9triwhNdok > .row .container { font-size:0.875rem;font-family:arial;height:12.625rem;width:75rem;position:relative;display:block; }#TyDVaN1Wmz63a5qRePhVBozpuQeZoEmM { color:rgba(var(--color-primary-2),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:8.39990234375rem;left:0rem;height:3.4121125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TFF4f71oTfTtu0s9EaUZTKgLN24ew1Ta { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TFF4f71oTfTtu0s9EaUZTKgLN24ew1Ta > .row .container { background-color: transparent; background-image: none; }#TFF4f71oTfTtu0s9EaUZTKgLN24ew1Ta::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TFF4f71oTfTtu0s9EaUZTKgLN24ew1Ta > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TFF4f71oTfTtu0s9EaUZTKgLN24ew1Ta > .row .container > .video-iframe-container { display: none; }#TFF4f71oTfTtu0s9EaUZTKgLN24ew1Ta > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TFF4f71oTfTtu0s9EaUZTKgLN24ew1Ta > .row > .video-iframe-container { display: none; }#TFF4f71oTfTtu0s9EaUZTKgLN24ew1Ta > .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); }#TFF4f71oTfTtu0s9EaUZTKgLN24ew1Ta > .row .container { border-width: 0; border-radius: 0; }#TFF4f71oTfTtu0s9EaUZTKgLN24ew1Ta > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TFF4f71oTfTtu0s9EaUZTKgLN24ew1Ta > .row .container { font-size:0.875rem;font-family:arial;height:35.6875rem;width:75rem;position:relative;display:block; }#rz88oRTuZxUym6ZF1vffIs8zDQbpxfVl { color:rgba(var(--color-tertiary-4),1);display:block;width:20.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15000;line-height:1.5;letter-spacing:0;top:15.9375rem;left:2.3125rem;height:9.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Jc4lUakKcHc6uPhkKww1IorQhvHWC3ba { color:rgba(var(--color-tertiary-4),1);display:block;width:20.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15001;line-height:1.5;letter-spacing:0;top:15.9375rem;left:27.3125rem;height:9.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ch9h8a0DtAIoZiOWdAWuKXKnAU8pGMbs { color:rgba(var(--color-tertiary-4),1);display:block;width:20.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:15.9375rem;left:52.3125rem;height:7.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fc15uH37byV6IxNoybNpV5lvgKUT9dzS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.3125rem;width:5.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:3.9375rem;left:59.84375rem; }
#csT6igKnpG0kWbMJRidIR3MnWO1yIUb8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.875rem;width:6.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:3.15625rem;left:9.0625rem; }
#FUuh1S69chsObnSdi5tKgPWSKuDQLkyl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.75rem;width:5.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:3.71875rem;left:34.625rem; }
#Td9IFMXUuxQ1GFLzWGwZlHeg3Tns0z77 { color:rgba(var(--color-primary-2),1);display:block;width:25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:12.125rem;left:0rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wraf8mTvnFqd4oqOwf28qDKPTQIdo7ZL { color:rgba(var(--color-primary-2),1);display:block;width:24.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:12.125rem;left:25rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BKH8PkBEdqLeVRuSCEbNauEEVCZzAp0y { color:rgba(var(--color-primary-2),1);display:block;width:24.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:12.125rem;left:50rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SU6qAVD3McIITOrp6NBGtcWGARVyDowh { position:relative;display:block; }#SU6qAVD3McIITOrp6NBGtcWGARVyDowh { background-color: transparent; background-image: none; }#SU6qAVD3McIITOrp6NBGtcWGARVyDowh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SU6qAVD3McIITOrp6NBGtcWGARVyDowh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SU6qAVD3McIITOrp6NBGtcWGARVyDowh > .row .container > .video-iframe-container { display: none; }#SU6qAVD3McIITOrp6NBGtcWGARVyDowh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SU6qAVD3McIITOrp6NBGtcWGARVyDowh > .row > .video-iframe-container { display: none; }#SU6qAVD3McIITOrp6NBGtcWGARVyDowh > .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); }#SU6qAVD3McIITOrp6NBGtcWGARVyDowh { border-width: 0; border-radius: 0; }#SU6qAVD3McIITOrp6NBGtcWGARVyDowh > .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; }#SU6qAVD3McIITOrp6NBGtcWGARVyDowh > .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:18.75rem;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; }#qCVRrTQUcEAbIObSJBrENPTXfZiOTMqx { box-sizing:content-box;height:4.4375rem;width:4.4375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.25rem;left:28.625rem;display:block; }
#vMUHcawaK1Qd0AMXCXarTpJK3sd9tHJn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:13.875rem;left:29.25rem; }
#P0bwUwDQhwKx9cLkWNlLLp6V2QetiCRR { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:13.875rem;left:34.375rem; }
#dfE2NX5I5LLxBlgnMTQdAX6BtsZe7QTN { color:rgba(var(--color-tertiary-4),1);display:block;width:12rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:15.8125rem;left:34.375rem;height:1.625rem;font-style:normal;display:block; }
#KgQ5q7efmnS3KsUQ1c62SadAce6oqPOr { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:13.8125rem;left:36.25rem; }
#xO0vGql71BRTErDIv0QKxOr0HfLx7Sz6 { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:13.8125rem;left:38.125rem; }
#bIEfIxNcgXvA8k9utJxI2kL1ZFT84V3B { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:13.8125rem;left:40rem; }
#AflNUpyWAovRoCeIyrXMzNcheMGQ7uTu { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:13.8125rem;left:41.875rem; }
#lzV2CbL9E7SgtCBXuwFqcnTcJ2AxBCeF { color:rgba(var(--color-primary-2),1);display:block;width:59.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:6.875rem;left:7.875rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sdWU8M7ZruSN0PdeCFC4TgCnXwThFbTZ { color:rgba(var(--color-tertiary-4),1);display:block;width:50.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:10.25rem;left:13.5rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hbDtiEwgnDyGhPIbI5BylZ72plSc6zxy { box-sizing:content-box;height:4.4375rem;width:4.4375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.5rem;left:3.8125rem;display:none; }
#RzBOCp10hK2BiLhbAh1T7EAhuT6M2yB7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:3.125rem;left:4.4375rem;display:none; }
#he6EGPqimN5hcNOw4aXEwJeK9BLnpMPg { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:3.125rem;left:9.5625rem;display:none; }
#Ni7kP4dRMnIMMDCao2wSezlKvTgwWbio { color:rgba(var(--color-tertiary-4),1);display:block;width:12rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:5.0625rem;left:9.5625rem;height:1.625rem;font-style:normal;display:none; }
#mkRQxdhGrJGJafFXxep1eMkt9kEnitI9 { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:3.0625rem;left:11.4375rem;display:none; }
#HsqXBA7qJ1naQnTmTOTBSunHvC6CLyL0 { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:3.0625rem;left:13.3125rem;display:none; }
#DX86Ipc4T6bP4v54DLOAUFxJFabA0ciO { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:3.0625rem;left:15.1875rem;display:none; }
#m3Mb6Cx6NsBpl5qC8eRu1dEd4Frbt3wn { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:3.0625rem;left:15.1875rem;display:none; }
#ctmhZIiX1AH4XQZztiKBCmRTkU3XWEMo { position:relative;display:block; }#ctmhZIiX1AH4XQZztiKBCmRTkU3XWEMo { background-color: transparent; background-image: none; }#ctmhZIiX1AH4XQZztiKBCmRTkU3XWEMo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ctmhZIiX1AH4XQZztiKBCmRTkU3XWEMo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ctmhZIiX1AH4XQZztiKBCmRTkU3XWEMo > .row .container > .video-iframe-container { display: none; }#ctmhZIiX1AH4XQZztiKBCmRTkU3XWEMo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ctmhZIiX1AH4XQZztiKBCmRTkU3XWEMo > .row > .video-iframe-container { display: none; }#ctmhZIiX1AH4XQZztiKBCmRTkU3XWEMo > .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); }#ctmhZIiX1AH4XQZztiKBCmRTkU3XWEMo { border-width: 0; border-radius: 0; }#ctmhZIiX1AH4XQZztiKBCmRTkU3XWEMo > .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; }#ctmhZIiX1AH4XQZztiKBCmRTkU3XWEMo > .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:39.75rem;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; }#qZ2SwO3LyhK5foJE69LPIZ5a9dbyfNqz { position:absolute;display:block;z-index:15000;height:32.5625rem;width:75rem;top:3.5rem;left:0rem;display:block; }
#U8HovLoug3ZOiTqlCaPF4QHT3I8dTpde { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e6dccf;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; }#U8HovLoug3ZOiTqlCaPF4QHT3I8dTpde > .row .container { background-color: transparent; background-image: none; }#U8HovLoug3ZOiTqlCaPF4QHT3I8dTpde::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U8HovLoug3ZOiTqlCaPF4QHT3I8dTpde > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U8HovLoug3ZOiTqlCaPF4QHT3I8dTpde > .row .container > .video-iframe-container { display: none; }#U8HovLoug3ZOiTqlCaPF4QHT3I8dTpde > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U8HovLoug3ZOiTqlCaPF4QHT3I8dTpde > .row > .video-iframe-container { display: none; }#U8HovLoug3ZOiTqlCaPF4QHT3I8dTpde > .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); }#U8HovLoug3ZOiTqlCaPF4QHT3I8dTpde > .row .container { border-width: 0; border-radius: 0; }#U8HovLoug3ZOiTqlCaPF4QHT3I8dTpde > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#U8HovLoug3ZOiTqlCaPF4QHT3I8dTpde > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#fgb3bqS52BTTMzWppxDlORKqLsHEhaci { color:rgba(var(--color-primary-2),1);display:block;width:59.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:6.5625rem;left:7.875rem;height:3.4121125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fu6aGEO11OcpHMUMpZUfEVaZk4oo4Qhe { color:rgba(var(--color-tertiary-4),1);display:block;width:39.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15020;line-height:1.5;letter-spacing:0;top:10.287109375rem;left:17.59375rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gnXcceVAfSFQuyV5m1BNo00XdGrKVp69 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e6dccf;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; }#gnXcceVAfSFQuyV5m1BNo00XdGrKVp69 > .row .container { background-color: transparent; background-image: none; }#gnXcceVAfSFQuyV5m1BNo00XdGrKVp69::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gnXcceVAfSFQuyV5m1BNo00XdGrKVp69 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gnXcceVAfSFQuyV5m1BNo00XdGrKVp69 > .row .container > .video-iframe-container { display: none; }#gnXcceVAfSFQuyV5m1BNo00XdGrKVp69 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gnXcceVAfSFQuyV5m1BNo00XdGrKVp69 > .row > .video-iframe-container { display: none; }#gnXcceVAfSFQuyV5m1BNo00XdGrKVp69 > .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); }#gnXcceVAfSFQuyV5m1BNo00XdGrKVp69 > .row .container { border-width: 0; border-radius: 0; }#gnXcceVAfSFQuyV5m1BNo00XdGrKVp69 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gnXcceVAfSFQuyV5m1BNo00XdGrKVp69 > .row .container { font-size:0.875rem;font-family:arial;height:60.75rem;width:75rem;position:relative;display:block; }#N91ZTGMns8vGENenZsPsQJTx1waQP6HH { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.5625rem;width:21.875rem;top:0rem;left:1.5625rem;overflow:hidden;display:block; }
#WR6EsUqvZWGUVNvqpdKqOb9Fq5DdOncW { color:rgba(var(--color-primary-2),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:16.5rem;left:2.125rem;height:3.4121125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ab6NCNrk5syUXIIVMusEgymBtCL6LWwu { color:rgba(var(--color-tertiary-4),1);display:block;width:20.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:20.5rem;left:1.875rem;height:3.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rk3q13Gon5LUolk1B3vxyRcT8Zizstwo { color:rgba(var(--color-tertiary-4),1);display:block;width:20.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:27.3125rem;left:2.75rem;height:8.125rem;font-style:normal;display:block; }#rk3q13Gon5LUolk1B3vxyRcT8Zizstwo li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#rk3q13Gon5LUolk1B3vxyRcT8Zizstwo li:before{  }
#xJi6fpqlZwqLtPqLp0v9hntK2vQ71wV4 { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.875rem;height:3.75rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:44.5rem;left:1.5625rem;display:block; }
#zhGrmtpad8FwRiVrHzsorCO7ZpRKqDGg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IyMJmMPAeiSBmPIMifDy5Q7L6BRUqR7H { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.8125rem;width:25rem;top:31.9375rem;left:0rem;overflow:hidden;display:block; }
#KsuMPTg4husBwdgDfSq6ixRyOlhSo3vK { color:rgba(var(--color-primary-2),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:38.5625rem;left:2.5rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ng8ppzHOSoO2AHme5ruhBRt9VZoQCtXW { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.8125rem;width:25rem;top:31.9375rem;left:25rem;overflow:hidden;display:block; }
#U1ZvOvoTSsLxDLODQiHN0mqW6lzl4HI7 { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.875rem;height:3.75rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:44.5rem;left:26.5625rem;display:block; }
#a0C4oA9Flo9IUvMTJnabtZfwPasZb6TZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pN8W4MVyWXTL4fC9xOmMyn1lLnDTJxgU { color:rgba(var(--color-primary-2),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:38.5625rem;left:27.5rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BTzP7PufzE0kpcGqxJmksEZI8wrGaanD { color:rgba(var(--color-tertiary-4),1);display:block;width:20.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:27.3125rem;left:27.75rem;height:6.25rem;font-style:normal;display:block; }#BTzP7PufzE0kpcGqxJmksEZI8wrGaanD li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#BTzP7PufzE0kpcGqxJmksEZI8wrGaanD li:before{  }
#fE8UWOVBgUl35F4cIKZyFDVQ8QTBTJqV { color:rgba(var(--color-tertiary-4),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:20.5rem;left:25rem;height:3.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Gp6QWrTgBBk0L96e5MgmgcAQATJmrarz { color:rgba(var(--color-primary-2),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:16.5rem;left:27.125rem;height:3.4121125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ONJlbWtGzG39PuHlGsWmsuwb3qIcHfvI { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.5625rem;width:21.875rem;top:0rem;left:26.5625rem;overflow:hidden;display:block; }
#wXEM3cbmKW3g3LzppzvvbrAONKL5tfmV { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.8125rem;width:25rem;top:31.9375rem;left:50rem;overflow:hidden;display:block; }
#rGNvTz5EkpVTO3OGFRkC7aDTTuJVdACV { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.875rem;height:3.75rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:44.5rem;left:51.5625rem;display:block; }
#mto7JF8SQbDdmLxkauRBpkiZgJU8URfk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JpPLEtN83XPWsDNK1cWOqXCdc1XZuM3Z { color:rgba(var(--color-primary-2),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:38.5625rem;left:52.5rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ppiGcavbOlTwT4BHC9HNSaIQ7Q2BBLZe { color:rgba(var(--color-tertiary-4),1);display:block;width:20.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:27.3125rem;left:52.75rem;height:;font-style:normal;display:block; }#ppiGcavbOlTwT4BHC9HNSaIQ7Q2BBLZe li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ppiGcavbOlTwT4BHC9HNSaIQ7Q2BBLZe li:before{  }
#VhaEinW8lrvPoC1Q28xHbUfOl02mR10i { color:rgba(var(--color-tertiary-4),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:20.5rem;left:50rem;height:3.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GxTIzLN2Nv76duMXsBkwHGahZXNESKpu { color:rgba(var(--color-primary-2),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:16.5rem;left:52.125rem;height:3.4121125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TchclNsX50Dh9JxbqBXTT5TZbTyKxDvJ { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.1875rem;width:21.875rem;top:0rem;left:51.5625rem;overflow:hidden;display:block; }
#NMbBztlJJETO7yQXIPoqbIKweKmpNUz6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e1b1f66b-1fb2-43fd-9803-df6889be31f2/marketing108_53454_A_textured_digital_illustration_of_a_soft__bbebff293a9d44c3bf284ea73f629ea1_1.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:contain !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; }#NMbBztlJJETO7yQXIPoqbIKweKmpNUz6.adaptive-delivery-prevent-bg, #NMbBztlJJETO7yQXIPoqbIKweKmpNUz6.lazyload, #NMbBztlJJETO7yQXIPoqbIKweKmpNUz6.lazyloading { background-image: none; }#NMbBztlJJETO7yQXIPoqbIKweKmpNUz6 > .row .container { background-color: transparent; background-image: none; }#NMbBztlJJETO7yQXIPoqbIKweKmpNUz6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.79); }#NMbBztlJJETO7yQXIPoqbIKweKmpNUz6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NMbBztlJJETO7yQXIPoqbIKweKmpNUz6 > .row .container > .video-iframe-container { display: none; }#NMbBztlJJETO7yQXIPoqbIKweKmpNUz6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.79); }#NMbBztlJJETO7yQXIPoqbIKweKmpNUz6 > .row > .video-iframe-container { display: none; }#NMbBztlJJETO7yQXIPoqbIKweKmpNUz6 > .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); }#NMbBztlJJETO7yQXIPoqbIKweKmpNUz6 > .row .container { border-width: 0; border-radius: 0; }#NMbBztlJJETO7yQXIPoqbIKweKmpNUz6::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; }#NMbBztlJJETO7yQXIPoqbIKweKmpNUz6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NMbBztlJJETO7yQXIPoqbIKweKmpNUz6 > .row .container { font-size:0.875rem;font-family:arial;height:10.8125rem;width:75rem;position:relative;display:block; }#T8EBmN0MGpUqJEQLcVtAxbM3CwEDvqKW { color:rgba(var(--color-tertiary-0),1);display:block;width:68.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:4.1875rem;left:3.21875rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oFTdgEuUDt08KLoWTKOXWPyss0nk5DVr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7324c320-7e0d-40ad-b682-c53b569565f9/240918805010918_klein.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; }#oFTdgEuUDt08KLoWTKOXWPyss0nk5DVr.adaptive-delivery-prevent-bg, #oFTdgEuUDt08KLoWTKOXWPyss0nk5DVr.lazyload, #oFTdgEuUDt08KLoWTKOXWPyss0nk5DVr.lazyloading { background-image: none; }#oFTdgEuUDt08KLoWTKOXWPyss0nk5DVr > .row .container { background-color: transparent; background-image: none; }#oFTdgEuUDt08KLoWTKOXWPyss0nk5DVr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.53); }#oFTdgEuUDt08KLoWTKOXWPyss0nk5DVr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oFTdgEuUDt08KLoWTKOXWPyss0nk5DVr > .row .container > .video-iframe-container { display: none; }#oFTdgEuUDt08KLoWTKOXWPyss0nk5DVr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.53); }#oFTdgEuUDt08KLoWTKOXWPyss0nk5DVr > .row > .video-iframe-container { display: none; }#oFTdgEuUDt08KLoWTKOXWPyss0nk5DVr > .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); }#oFTdgEuUDt08KLoWTKOXWPyss0nk5DVr > .row .container { border-width: 0; border-radius: 0; }#oFTdgEuUDt08KLoWTKOXWPyss0nk5DVr::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; }#oFTdgEuUDt08KLoWTKOXWPyss0nk5DVr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oFTdgEuUDt08KLoWTKOXWPyss0nk5DVr > .row .container { font-size:0.875rem;font-family:arial;height:59.8125rem;width:75rem;position:relative;display:block; }#dOPMe1Nbi70BC0wyXwVRfJcZRH7pTIxm { color:rgba(var(--color-tertiary-4),1);display:block;width:46.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:300;z-index:15000;line-height:1.4;letter-spacing:0;top:19.375rem;left:19.6875rem;height:10.5rem;font-style:normal;display:block; }
#dfDAkchskoZOvaUnDdGZd3kfOzERTiq4 { color:rgba(var(--color-tertiary-2),1);display:block;width:17.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:33.75rem;left:52.4375rem;height:3.25rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#BS86Kgzmts3zLGWTKC1UQA1LcoKkKLMW { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:37.5625rem;left:62.5rem; }
#s6742M8v00Gvc3qtCo4yKtwa4e9OKEE6 { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:37.625rem;left:60.625rem; }
#nwqS5Q7vr8gTeQeKmpKDXTH6UsefzTwG { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:37.5625rem;left:64.375rem; }
#f9DuZlV9vi5kMPgmLhSlhTXv005JKaZm { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:37.5625rem;left:66.25rem; }
#meTxAKvW6Gi5MhGEETLXgD88IaFRfqXo { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:37.5625rem;left:68.125rem; }
#yoTr76vdqwvBQg069yIWAvzo6eylgPqT { box-sizing:content-box;height:15.6875rem;width:59.375rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),0.74);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.75rem;left:10.1875rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#o9nOslkKSuDcXc3sbFWELrI02WaZWllT { box-sizing:content-box;color:#5d92ff;font-size:4.375rem;font-weight:400;line-height:1;height:6.25rem;width:6.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:18.5rem;left:12.75rem; }
#bvUfmhvU0yZwqTTwmh3V48nARZmBSSWA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; }#bvUfmhvU0yZwqTTwmh3V48nARZmBSSWA > .row .container { background-color: transparent; background-image: none; }#bvUfmhvU0yZwqTTwmh3V48nARZmBSSWA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bvUfmhvU0yZwqTTwmh3V48nARZmBSSWA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bvUfmhvU0yZwqTTwmh3V48nARZmBSSWA > .row .container > .video-iframe-container { display: none; }#bvUfmhvU0yZwqTTwmh3V48nARZmBSSWA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bvUfmhvU0yZwqTTwmh3V48nARZmBSSWA > .row > .video-iframe-container { display: none; }#bvUfmhvU0yZwqTTwmh3V48nARZmBSSWA > .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); }#bvUfmhvU0yZwqTTwmh3V48nARZmBSSWA > .row .container { border-width: 0; border-radius: 0; }#bvUfmhvU0yZwqTTwmh3V48nARZmBSSWA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bvUfmhvU0yZwqTTwmh3V48nARZmBSSWA > .row .container { font-size:0.875rem;font-family:arial;height:78.4375rem;width:75rem;position:relative;display:block; }#iTUfTE7crre1Hc4TT48Gefs7eat7cTtD .accordion-element-container { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;flex-direction:column;align-items:center;background-color:#e6dccf;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#iTUfTE7crre1Hc4TT48Gefs7eat7cTtD .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; }
#iTUfTE7crre1Hc4TT48Gefs7eat7cTtD .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--headlines-font-family);font-weight:400;font-size:1.875rem;color:rgba(var(--color-primary-2),1);font-style:normal;height:auto;line-height:1.5;overflow:hidden; }
#iTUfTE7crre1Hc4TT48Gefs7eat7cTtD .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.25rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-3),1);font-weight:300;font-style:normal;height:auto;line-height:1.5;overflow:hidden; }
#iTUfTE7crre1Hc4TT48Gefs7eat7cTtD .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_4c91fca1b6d795b2a8cfa6e68de8665440feaf5c.svg");background-size:contain !important; }#iTUfTE7crre1Hc4TT48Gefs7eat7cTtD .accordion-trigger.adaptive-delivery-prevent-bg, #iTUfTE7crre1Hc4TT48Gefs7eat7cTtD .accordion-trigger.lazyload, #iTUfTE7crre1Hc4TT48Gefs7eat7cTtD .accordion-trigger.lazyloading { background-image: none; }
#iTUfTE7crre1Hc4TT48Gefs7eat7cTtD { box-sizing:content-box;height:auto;width:72.4375rem;position:absolute;display:flex;flex-direction:column;gap:1.25rem;z-index:15000;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:21.6875rem;left:0rem; }
#iTUfTE7crre1Hc4TT48Gefs7eat7cTtD #QrQCOuNJ0Vsf5dWFLqwDFwG6if3Fs6IF { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#iTUfTE7crre1Hc4TT48Gefs7eat7cTtD #Pq3TfTX9fwPcpMR9FwRJ8baIWX59S9oS { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#iTUfTE7crre1Hc4TT48Gefs7eat7cTtD #KNCJmqiMvn2gVa1LwG48kHSLBqFBPPu8 { display:block;position:relative; }
#iTUfTE7crre1Hc4TT48Gefs7eat7cTtD #TGtXenbEOAzmAQd8zZBlHBDIhJVvcRTg {  }
#iTUfTE7crre1Hc4TT48Gefs7eat7cTtD #IKt45MS4lglRm6RJlwTKMHfl2alGwiEy {  }
#iTUfTE7crre1Hc4TT48Gefs7eat7cTtD #G3DtIVkXvm7HGvfq5dNHfpfn80f7ekAJ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#iTUfTE7crre1Hc4TT48Gefs7eat7cTtD #ix6UTkwAL2EGsNIwQdsABTZpmuaTBHTW { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#iTUfTE7crre1Hc4TT48Gefs7eat7cTtD #UM02pbRZHzmZwqaU6Dd5ChweLPb5l6kT { display:block;position:relative; }
#iTUfTE7crre1Hc4TT48Gefs7eat7cTtD #bPAavPDAqi3vncll74m6xvxTSySDfuuQ {  }
#iTUfTE7crre1Hc4TT48Gefs7eat7cTtD #d6J9sIpx2BG6oZI2uBVVqA24ZZy08y8y { display:none; }
#iTUfTE7crre1Hc4TT48Gefs7eat7cTtD #rP5ah2RWlh7d2gsXvifcETVIs4GB9mqO { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#iTUfTE7crre1Hc4TT48Gefs7eat7cTtD #dGQtf9uHEflekgu247QL2fQORo5HkUvx { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#iTUfTE7crre1Hc4TT48Gefs7eat7cTtD #b7gCPmBf0vuhkLGMOHu2WCxzfkEHpHku { display:block;position:relative; }
#iTUfTE7crre1Hc4TT48Gefs7eat7cTtD #n8NSfOom0rdF3Tqso6A129Oqe4qMSb4H {  }
#iTUfTE7crre1Hc4TT48Gefs7eat7cTtD #SQDHFOd3FX8LrkLD2I41DnLx81xJUsRl { display:none; }
#iTUfTE7crre1Hc4TT48Gefs7eat7cTtD #kT8pKtATSakRvXrmvIkH96iVpsDCo73W { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#iTUfTE7crre1Hc4TT48Gefs7eat7cTtD #LAWci5RrOOS4Io7k2dhMbPVbq1pdHcsr { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#iTUfTE7crre1Hc4TT48Gefs7eat7cTtD #pwMmZcb83i3QKONQPzmhToB1orAPnNSp { display:block;position:relative; }
#iTUfTE7crre1Hc4TT48Gefs7eat7cTtD #P5SIkvCRmufaGZrN6FH7RzwMNoE8ekem {  }
#iTUfTE7crre1Hc4TT48Gefs7eat7cTtD #bVfQNQ3KNTQ7xNxcJc2Ak4Vd1Ev9dL8T { display:none; }
#JNMGWFmAEUeX5kLtR7IlHXwg2LWqs9O3 { color:rgba(var(--color-primary-2),1);display:block;width:59.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:8rem;left:7.875rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OdR0Pr74T1O0ToTVNpRweTIv5BUhNqIR { color:rgba(var(--color-tertiary-4),1);display:block;width:52.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15021;line-height:1.5;letter-spacing:0;top:12.15625rem;left:11.28125rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IJvdDOQs9CfTAdC4MctZonRSCxhQsg9r { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1ecdb;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; }#IJvdDOQs9CfTAdC4MctZonRSCxhQsg9r > .row .container { background-color: transparent; background-image: none; }#IJvdDOQs9CfTAdC4MctZonRSCxhQsg9r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IJvdDOQs9CfTAdC4MctZonRSCxhQsg9r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IJvdDOQs9CfTAdC4MctZonRSCxhQsg9r > .row .container > .video-iframe-container { display: none; }#IJvdDOQs9CfTAdC4MctZonRSCxhQsg9r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IJvdDOQs9CfTAdC4MctZonRSCxhQsg9r > .row > .video-iframe-container { display: none; }#IJvdDOQs9CfTAdC4MctZonRSCxhQsg9r > .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); }#IJvdDOQs9CfTAdC4MctZonRSCxhQsg9r > .row .container { border-width: 0; border-radius: 0; }#IJvdDOQs9CfTAdC4MctZonRSCxhQsg9r > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IJvdDOQs9CfTAdC4MctZonRSCxhQsg9r > .row .container { font-size:0.875rem;font-family:arial;height:35.1875rem;width:75rem;position:relative;display:block; }#rEPvhxaHMzwkm3t7OXn8euAT15IG4t2z { 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:7.8125rem;width:14.375rem;top:2.89990234375rem;left:40.75rem;overflow:hidden;display:block; }
#dxFGAWLtfcBt7dxsmZDFGrWNnV5GG8bK { color:rgba(var(--color-tertiary-3),1);display:block;width:27.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15001;line-height:1.6;letter-spacing:0;top:13.5rem;left:40.75rem;height:3.2rem;font-style:normal;display:block; }
#UI6Pt8ivWEZ2CQ69dSMXKVaBtSvutFFp { color:rgba(var(--color-primary-4),1);display:block;width:27.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:21.8125rem;left:40.75rem;height:1.5996125rem;font-style:normal;display:block; }
#zu3B667L5E8Q6SbvxF3lSBuAllUh9qSS { box-sizing:content-box;height:21.875rem;width:0.0625rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-3),1);background-image:none;top:2.099609375rem;left:37.5rem;display:block; }
#ihdmvuClN978DXfVZHyZJOcGmbAkQTBU { color:rgba(var(--color-tertiary-3),1);display:block;width:27.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:18.5625rem;left:42.625rem;height:1.5996125rem;font-style:normal;display:block; }
#EZHHMs8p8EwCgoO8kZf1f1MtDCC9tFMp { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:18.5625rem;left:40.75rem; }
#BM9IplM1N6RI5Bp4tf44LwUTaiyHA7E4 { color:rgba(var(--color-primary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:17rem;left:42.625rem;height:1.29980625rem;font-style:normal;display:block; }
#AIItcOVT0SNsJZ09A5MGsdpu87ksOySI { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:16.8125rem;left:40.75rem; }
#H3UUzIMq0GvUWipfPU1EdoKuqtwuV2fJ { color:rgba(var(--color-tertiary-3),1);display:block;width:27.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:11.8125rem;left:40.75rem;height:1.5996125rem;font-style:normal;display:block; }
#Ttnzg3VDqyF4MBlQuiVtNMPdKFsCcvJP { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:11.125rem;top:10.71240234375rem;left:22.625rem;overflow:hidden;display:block; }
#yAhKfDN8rSTqOOJIc5cnACr7vSdsPteQ { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:12.75rem;top:15.3125rem;left:20.9375rem;overflow:hidden;display:block; }
#N07RhsLzJfbvhXblA6X9WPxDUrKWnyRv { color:rgba(var(--color-tertiary-4),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:20.5rem;left:18.375rem;height:3rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #hdtXQZwTteD2QdC4oQrdxXQrnSSv3dcK { display:block; }#hdtXQZwTteD2QdC4oQrdxXQrnSSv3dcK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n0nGKkzpvBK028D3MwNcJs5BFTqUqwU0 { top:0.25rem;left:0rem;width:8.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbR7fTGRuudRuZZPL0JTI9ZrnFXbkg2k { top:2.4375rem;left:0rem;width:46.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGWW5wTxyySG3sz1tcTZ1exbcQyJ4geb { top:1.5625rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1TD2qEpAqTrXw7kaku0W6B4VqZceLds { top:1.6875rem;left:46.75rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWzeyGqEXgdTxhfPFgMw7UplIVToVw4M { top:3.0625rem;left:17.9375rem;width:29.8125rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsDAT9Jxt0Vwi58TKZkTX23sAFiRGf51 { top:3.25rem;left:46.75rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4KwRiVIsebuMuSXIVwQvwoXutFJlvO1 { width:24.25rem;height:2rem;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCigWaTpV4hzelyTmdai5XpfvDNRakP9 { display:block; }
 }@media only screen and (max-width: 763px) { #x9xA0PDoJcbDXPtro76r5HXgUK6XTuhq { width:16.375rem;height:2rem;top:2.25rem;left:20.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQTPvS6t4fPQqyEaa2q7UNvIRBXEHEgm { display:block; }
 }@media only screen and (max-width: 763px) { #TVbetqK1tcJsBPTi4yOGpstlpn9eZtfu { width:4rem;height:2rem;top:2.25rem;left:31.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3du0ukxZ9ZlV1rbP4dhJyI0EcroErLk { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GFAsdiZuusbEJG2qytFC7U0n6fW5SDgv { top:15.75rem;left:0rem;width:47.75rem;height:8.9375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHMJxdwtSXWanSLUkJhwVuF9MOB1hNQq { top:27.9375rem;left:0rem;width:47.75rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNWKzw65EtiTNsMcWz2WZUdme40xclHR { top:7.4375rem;left:12.9375rem;width:21.875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pR5TKi8XARu3x04wV7TGxpocusGJNhHn { top:7.875rem;left:5.125rem;width:37.5625rem;height:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZoTkE1NB7oBFkxlMc9eeQzJzte84Fqyh { width:25rem;height:3.75rem;top:38.375rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLET43qLb4Bq4NzGbp9Ogkyt1h87LSc9 { display:block; }
 }@media only screen and (max-width: 763px) { #IIzr132burPooCExJsIJdrSMlqueNNIp { display:block; }#IIzr132burPooCExJsIJdrSMlqueNNIp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oS612OVlQcX9uKgKtKsS2LocPC0R9kVy { top:2.5rem;left:0rem;width:4.4375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #maDkux4T5WHg4KtTK6mcTfom3bPEw9FR { top:3.125rem;left:10.5rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUHb3bMEQtGHDcZiEeGEaRluoAvdCVzT { top:2.5rem;left:15.875rem;width:4.4375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4iizHvgVFhRkQpdGRUnNRJLpybAp8U5 { top:3.125rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlgT7yJwZ5nCAL68OzmpwxMZARWO8mLO { top:3.375rem;left:15.875rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zeOPhgJgK0eoiWHwdQ2yVJDTlca5CgIH { top:3.1875rem;left:19.25rem;width:12.5rem;height:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RsG9wTA05vWGq3VxR2nCvlC5Et4xE2gm { top:5.0625rem;left:3.875rem;width:12rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5KoRzoKXz84kTdzUUzuTMUcCrNn5TJQ { top:2.5rem;left:31.75rem;width:4.4375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6aUrvQTRldkg4XFa7yTOlWCbgMSObwT { top:3.125rem;left:31.75rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRhGrZn8sNu3naU88aSTzJG78eTUB9MS { top:3.1875rem;left:35.125rem;width:12.5rem;height:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTmlpOSHDUGt1ITilgZKZBEADdszO6sf { top:3.125rem;left:5rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tC4f66MJh7I6t2xnI6c5kCArrpRH38ol { top:3.125rem;left:6.375rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5CFBWOi68EvnuKVcPWuICQko9G44KeP { top:3.125rem;left:7.75rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSSwLAJfgihHftSQetFuRK6kfsl2kR8t { top:3.125rem;left:9.125rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNKTZdFrFpw2OKIK55A8Hl9triwhNdok { display:block; }#iNKTZdFrFpw2OKIK55A8Hl9triwhNdok > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TyDVaN1Wmz63a5qRePhVBozpuQeZoEmM { top:8.375rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFF4f71oTfTtu0s9EaUZTKgLN24ew1Ta { display:block; }#TFF4f71oTfTtu0s9EaUZTKgLN24ew1Ta > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rz88oRTuZxUym6ZF1vffIs8zDQbpxfVl { top:15.9375rem;left:0rem;width:20.375rem;height:9.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jc4lUakKcHc6uPhkKww1IorQhvHWC3ba { top:15.9375rem;left:11.375rem;width:20.375rem;height:9.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ch9h8a0DtAIoZiOWdAWuKXKnAU8pGMbs { top:15.9375rem;left:27.25rem;width:20.375rem;height:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fc15uH37byV6IxNoybNpV5lvgKUT9dzS { top:3.9375rem;left:37.03125rem;width:5.3125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #csT6igKnpG0kWbMJRidIR3MnWO1yIUb8 { top:3.125rem;left:4.5rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUuh1S69chsObnSdi5tKgPWSKuDQLkyl { top:3.6875rem;left:20.9375rem;width:5.75rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Td9IFMXUuxQ1GFLzWGwZlHeg3Tns0z77 { top:12.125rem;left:0rem;width:25rem;height:2.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wraf8mTvnFqd4oqOwf28qDKPTQIdo7ZL { top:12.125rem;left:6.8125rem;width:24.9375rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKH8PkBEdqLeVRuSCEbNauEEVCZzAp0y { top:12.125rem;left:22.6875rem;width:24.9375rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SU6qAVD3McIITOrp6NBGtcWGARVyDowh { display:block; }#SU6qAVD3McIITOrp6NBGtcWGARVyDowh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qCVRrTQUcEAbIObSJBrENPTXfZiOTMqx { top:13.25rem;left:15rem;width:4.4375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMUHcawaK1Qd0AMXCXarTpJK3sd9tHJn { top:13.875rem;left:15.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0bwUwDQhwKx9cLkWNlLLp6V2QetiCRR { top:13.875rem;left:20.75rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfE2NX5I5LLxBlgnMTQdAX6BtsZe7QTN { top:15.8125rem;left:20.75rem;width:12rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KgQ5q7efmnS3KsUQ1c62SadAce6oqPOr { top:13.8125rem;left:22.625rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xO0vGql71BRTErDIv0QKxOr0HfLx7Sz6 { top:13.8125rem;left:24.5rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIEfIxNcgXvA8k9utJxI2kL1ZFT84V3B { top:13.8125rem;left:26.375rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AflNUpyWAovRoCeIyrXMzNcheMGQ7uTu { top:13.8125rem;left:28.25rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzV2CbL9E7SgtCBXuwFqcnTcJ2AxBCeF { top:6.875rem;left:0rem;width:47.75rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdWU8M7ZruSN0PdeCFC4TgCnXwThFbTZ { top:10.25rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbDtiEwgnDyGhPIbI5BylZ72plSc6zxy { top:2.5rem;left:0rem;width:4.4375rem;height:4.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #RzBOCp10hK2BiLhbAh1T7EAhuT6M2yB7 { top:3.125rem;left:0rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #he6EGPqimN5hcNOw4aXEwJeK9BLnpMPg { top:3.125rem;left:5rem;width:1.4375rem;height:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ni7kP4dRMnIMMDCao2wSezlKvTgwWbio { top:5.0625rem;left:3.875rem;width:12rem;height:1.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #mkRQxdhGrJGJafFXxep1eMkt9kEnitI9 { top:3.0625rem;left:6.875rem;width:1.4375rem;height:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #HsqXBA7qJ1naQnTmTOTBSunHvC6CLyL0 { top:3.0625rem;left:8.75rem;width:1.4375rem;height:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #DX86Ipc4T6bP4v54DLOAUFxJFabA0ciO { top:3.0625rem;left:10.625rem;width:1.4375rem;height:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #m3Mb6Cx6NsBpl5qC8eRu1dEd4Frbt3wn { top:3.0625rem;left:10.625rem;width:1.4375rem;height:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ctmhZIiX1AH4XQZztiKBCmRTkU3XWEMo { display:block; }#ctmhZIiX1AH4XQZztiKBCmRTkU3XWEMo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qZ2SwO3LyhK5foJE69LPIZ5a9dbyfNqz { top:3.5rem;left:0rem;width:47.75rem;height:32.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8HovLoug3ZOiTqlCaPF4QHT3I8dTpde { display:block; }#U8HovLoug3ZOiTqlCaPF4QHT3I8dTpde > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fgb3bqS52BTTMzWppxDlORKqLsHEhaci { top:6.5625rem;left:0rem;width:47.75rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fu6aGEO11OcpHMUMpZUfEVaZk4oo4Qhe { top:10.25rem;left:3.96875rem;width:39.8125rem;height:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnXcceVAfSFQuyV5m1BNo00XdGrKVp69 { display:block; }#gnXcceVAfSFQuyV5m1BNo00XdGrKVp69 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N91ZTGMns8vGENenZsPsQJTx1waQP6HH { top:0rem;left:0rem;width:21.875rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WR6EsUqvZWGUVNvqpdKqOb9Fq5DdOncW { top:16.5rem;left:0rem;width:20rem;height:3.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ab6NCNrk5syUXIIVMusEgymBtCL6LWwu { top:20.5rem;left:0rem;width:20.5625rem;height:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rk3q13Gon5LUolk1B3vxyRcT8Zizstwo { top:27.3125rem;left:0rem;width:20.375rem;height:8.125rem;font-size:1rem;display:block; }#rk3q13Gon5LUolk1B3vxyRcT8Zizstwo li:before{  }
 }@media only screen and (max-width: 763px) { #xJi6fpqlZwqLtPqLp0v9hntK2vQ71wV4 { width:21.875rem;height:3.75rem;top:44.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhGrmtpad8FwRiVrHzsorCO7ZpRKqDGg { display:block; }
 }@media only screen and (max-width: 763px) { #IyMJmMPAeiSBmPIMifDy5Q7L6BRUqR7H { top:31.9375rem;left:0rem;width:25rem;height:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KsuMPTg4husBwdgDfSq6ixRyOlhSo3vK { top:38.5625rem;left:0rem;width:20rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ng8ppzHOSoO2AHme5ruhBRt9VZoQCtXW { top:31.9375rem;left:6.75rem;width:25rem;height:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1ZvOvoTSsLxDLODQiHN0mqW6lzl4HI7 { width:21.875rem;height:3.75rem;top:44.5rem;left:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0C4oA9Flo9IUvMTJnabtZfwPasZb6TZ { display:block; }
 }@media only screen and (max-width: 763px) { #pN8W4MVyWXTL4fC9xOmMyn1lLnDTJxgU { top:38.5625rem;left:11.75rem;width:20rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTzP7PufzE0kpcGqxJmksEZI8wrGaanD { top:27.3125rem;left:11.375rem;width:20.375rem;height:;font-size:1rem;display:block; }#BTzP7PufzE0kpcGqxJmksEZI8wrGaanD li:before{  }
 }@media only screen and (max-width: 763px) { #fE8UWOVBgUl35F4cIKZyFDVQ8QTBTJqV { top:20.5rem;left:6.75rem;width:25rem;height:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gp6QWrTgBBk0L96e5MgmgcAQATJmrarz { top:16.5rem;left:11.75rem;width:20rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONJlbWtGzG39PuHlGsWmsuwb3qIcHfvI { top:0rem;left:9.875rem;width:21.875rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXEM3cbmKW3g3LzppzvvbrAONKL5tfmV { top:31.9375rem;left:22.625rem;width:25rem;height:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGNvTz5EkpVTO3OGFRkC7aDTTuJVdACV { width:21.875rem;height:3.75rem;top:44.5rem;left:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mto7JF8SQbDdmLxkauRBpkiZgJU8URfk { display:block; }
 }@media only screen and (max-width: 763px) { #JpPLEtN83XPWsDNK1cWOqXCdc1XZuM3Z { top:38.5625rem;left:27.625rem;width:20rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppiGcavbOlTwT4BHC9HNSaIQ7Q2BBLZe { top:27.3125rem;left:27.25rem;width:20.375rem;height:;font-size:1rem;display:block; }#ppiGcavbOlTwT4BHC9HNSaIQ7Q2BBLZe li:before{  }
 }@media only screen and (max-width: 763px) { #VhaEinW8lrvPoC1Q28xHbUfOl02mR10i { top:20.5rem;left:22.625rem;width:25rem;height:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxTIzLN2Nv76duMXsBkwHGahZXNESKpu { top:16.5rem;left:27.625rem;width:20rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TchclNsX50Dh9JxbqBXTT5TZbTyKxDvJ { top:0rem;left:25.75rem;width:21.875rem;height:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMbBztlJJETO7yQXIPoqbIKweKmpNUz6 { display:block; }#NMbBztlJJETO7yQXIPoqbIKweKmpNUz6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T8EBmN0MGpUqJEQLcVtAxbM3CwEDvqKW { top:4.1875rem;left:0rem;width:47.75rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFTdgEuUDt08KLoWTKOXWPyss0nk5DVr { display:block; }#oFTdgEuUDt08KLoWTKOXWPyss0nk5DVr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dOPMe1Nbi70BC0wyXwVRfJcZRH7pTIxm { top:19.375rem;left:1.5625rem;width:46.1875rem;height:10.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfDAkchskoZOvaUnDdGZd3kfOzERTiq4 { top:33.75rem;left:30.6875rem;width:17.0625rem;height:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BS86Kgzmts3zLGWTKC1UQA1LcoKkKLMW { top:37.5625rem;left:46.3125rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6742M8v00Gvc3qtCo4yKtwa4e9OKEE6 { top:37.625rem;left:46.3125rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwqS5Q7vr8gTeQeKmpKDXTH6UsefzTwG { top:37.5625rem;left:46.3125rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9DuZlV9vi5kMPgmLhSlhTXv005JKaZm { top:37.5625rem;left:46.3125rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #meTxAKvW6Gi5MhGEETLXgD88IaFRfqXo { top:37.5625rem;left:46.3125rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yoTr76vdqwvBQg069yIWAvzo6eylgPqT { top:16.75rem;left:0rem;width:47.75rem;height:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9nOslkKSuDcXc3sbFWELrI02WaZWllT { top:18.5rem;left:0rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvUfmhvU0yZwqTTwmh3V48nARZmBSSWA { display:block; }#bvUfmhvU0yZwqTTwmh3V48nARZmBSSWA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iTUfTE7crre1Hc4TT48Gefs7eat7cTtD .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#iTUfTE7crre1Hc4TT48Gefs7eat7cTtD { display:flex;height:auto;width:27.8125rem;top:6.5rem;left:17.4375rem; }
 }@media only screen and (max-width: 763px) { #iTUfTE7crre1Hc4TT48Gefs7eat7cTtD #QrQCOuNJ0Vsf5dWFLqwDFwG6if3Fs6IF {  }
 }@media only screen and (max-width: 763px) { #iTUfTE7crre1Hc4TT48Gefs7eat7cTtD #Pq3TfTX9fwPcpMR9FwRJ8baIWX59S9oS {  }
 }@media only screen and (max-width: 763px) { #iTUfTE7crre1Hc4TT48Gefs7eat7cTtD #KNCJmqiMvn2gVa1LwG48kHSLBqFBPPu8 {  }
 }@media only screen and (max-width: 763px) { #iTUfTE7crre1Hc4TT48Gefs7eat7cTtD #TGtXenbEOAzmAQd8zZBlHBDIhJVvcRTg {  }
 }@media only screen and (max-width: 763px) { #iTUfTE7crre1Hc4TT48Gefs7eat7cTtD #IKt45MS4lglRm6RJlwTKMHfl2alGwiEy {  }
 }@media only screen and (max-width: 763px) { #iTUfTE7crre1Hc4TT48Gefs7eat7cTtD #G3DtIVkXvm7HGvfq5dNHfpfn80f7ekAJ {  }
 }@media only screen and (max-width: 763px) { #iTUfTE7crre1Hc4TT48Gefs7eat7cTtD #ix6UTkwAL2EGsNIwQdsABTZpmuaTBHTW {  }
 }@media only screen and (max-width: 763px) { #iTUfTE7crre1Hc4TT48Gefs7eat7cTtD #UM02pbRZHzmZwqaU6Dd5ChweLPb5l6kT {  }
 }@media only screen and (max-width: 763px) { #iTUfTE7crre1Hc4TT48Gefs7eat7cTtD #bPAavPDAqi3vncll74m6xvxTSySDfuuQ {  }
 }@media only screen and (max-width: 763px) { #iTUfTE7crre1Hc4TT48Gefs7eat7cTtD #d6J9sIpx2BG6oZI2uBVVqA24ZZy08y8y {  }
 }@media only screen and (max-width: 763px) { #iTUfTE7crre1Hc4TT48Gefs7eat7cTtD #rP5ah2RWlh7d2gsXvifcETVIs4GB9mqO {  }
 }@media only screen and (max-width: 763px) { #iTUfTE7crre1Hc4TT48Gefs7eat7cTtD #dGQtf9uHEflekgu247QL2fQORo5HkUvx {  }
 }@media only screen and (max-width: 763px) { #iTUfTE7crre1Hc4TT48Gefs7eat7cTtD #b7gCPmBf0vuhkLGMOHu2WCxzfkEHpHku {  }
 }@media only screen and (max-width: 763px) { #iTUfTE7crre1Hc4TT48Gefs7eat7cTtD #n8NSfOom0rdF3Tqso6A129Oqe4qMSb4H {  }
 }@media only screen and (max-width: 763px) { #iTUfTE7crre1Hc4TT48Gefs7eat7cTtD #SQDHFOd3FX8LrkLD2I41DnLx81xJUsRl {  }
 }@media only screen and (max-width: 763px) { #iTUfTE7crre1Hc4TT48Gefs7eat7cTtD #kT8pKtATSakRvXrmvIkH96iVpsDCo73W {  }
 }@media only screen and (max-width: 763px) { #iTUfTE7crre1Hc4TT48Gefs7eat7cTtD #LAWci5RrOOS4Io7k2dhMbPVbq1pdHcsr {  }
 }@media only screen and (max-width: 763px) { #iTUfTE7crre1Hc4TT48Gefs7eat7cTtD #pwMmZcb83i3QKONQPzmhToB1orAPnNSp {  }
 }@media only screen and (max-width: 763px) { #iTUfTE7crre1Hc4TT48Gefs7eat7cTtD #P5SIkvCRmufaGZrN6FH7RzwMNoE8ekem {  }
 }@media only screen and (max-width: 763px) { #iTUfTE7crre1Hc4TT48Gefs7eat7cTtD #bVfQNQ3KNTQ7xNxcJc2Ak4Vd1Ev9dL8T {  }
 }@media only screen and (max-width: 763px) { #JNMGWFmAEUeX5kLtR7IlHXwg2LWqs9O3 { top:8rem;left:0rem;width:47.75rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdR0Pr74T1O0ToTVNpRweTIv5BUhNqIR { top:12.125rem;left:0rem;width:47.75rem;height:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJvdDOQs9CfTAdC4MctZonRSCxhQsg9r { display:block; }#IJvdDOQs9CfTAdC4MctZonRSCxhQsg9r > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rEPvhxaHMzwkm3t7OXn8euAT15IG4t2z { top:2.875rem;left:23.875rem;width:14.375rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxFGAWLtfcBt7dxsmZDFGrWNnV5GG8bK { top:13.5rem;left:20.375rem;width:27.375rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UI6Pt8ivWEZ2CQ69dSMXKVaBtSvutFFp { top:21.8125rem;left:20.375rem;width:27.375rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zu3B667L5E8Q6SbvxF3lSBuAllUh9qSS { top:2.0625rem;left:23.875rem;width:0.0625rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihdmvuClN978DXfVZHyZJOcGmbAkQTBU { top:18.5625rem;left:20.375rem;width:27.375rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZHHMs8p8EwCgoO8kZf1f1MtDCC9tFMp { top:18.5625rem;left:23.875rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BM9IplM1N6RI5Bp4tf44LwUTaiyHA7E4 { top:17rem;left:23.875rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIItcOVT0SNsJZ09A5MGsdpu87ksOySI { top:16.8125rem;left:23.875rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3UUzIMq0GvUWipfPU1EdoKuqtwuV2fJ { top:11.8125rem;left:20.375rem;width:27.375rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ttnzg3VDqyF4MBlQuiVtNMPdKFsCcvJP { top:10.6875rem;left:12.75rem;width:11.125rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAhKfDN8rSTqOOJIc5cnACr7vSdsPteQ { top:15.3125rem;left:11.125rem;width:12.75rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N07RhsLzJfbvhXblA6X9WPxDUrKWnyRv { top:20.5rem;left:8.5625rem;width:15.3125rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #hdtXQZwTteD2QdC4oQrdxXQrnSSv3dcK { display:block; }#hdtXQZwTteD2QdC4oQrdxXQrnSSv3dcK > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n0nGKkzpvBK028D3MwNcJs5BFTqUqwU0 { width:8.5rem;height:4.5625rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbR7fTGRuudRuZZPL0JTI9ZrnFXbkg2k { width:20rem;height:0;top:10.5625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #TGWW5wTxyySG3sz1tcTZ1exbcQyJ4geb { width:12.5rem;height:1.05615rem;top:2.380859375rem;left:7.5rem;font-size:0.8125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #d1TD2qEpAqTrXw7kaku0W6B4VqZceLds { display:flex;width:1rem;height:1rem;top:2.34375rem;left:11.75rem; }
 }@media only screen and (max-width: 763px) { #TWzeyGqEXgdTxhfPFgMw7UplIVToVw4M { width:14.875rem;height:1.05615rem;top:3.6806640625rem;left:5.125rem;font-size:0.8125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #LsDAT9Jxt0Vwi58TKZkTX23sAFiRGf51 { display:flex;width:1rem;height:1rem;top:3.68603515625rem;left:8.5rem; }
 }@media only screen and (max-width: 763px) { #y4KwRiVIsebuMuSXIVwQvwoXutFJlvO1 { width:19rem;height:2rem;top:16.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #oCigWaTpV4hzelyTmdai5XpfvDNRakP9 { display:block; }
 }@media only screen and (max-width: 763px) { #x9xA0PDoJcbDXPtro76r5HXgUK6XTuhq { width:16.375rem;height:2rem;top:16.6875rem;left:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GQTPvS6t4fPQqyEaa2q7UNvIRBXEHEgm { display:block; }
 }@media only screen and (max-width: 763px) { #TVbetqK1tcJsBPTi4yOGpstlpn9eZtfu { width:4rem;height:2rem;top:19.9375rem;left:8rem;display:none; }
 }@media only screen and (max-width: 763px) { #v3du0ukxZ9ZlV1rbP4dhJyI0EcroErLk { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/vC8wj_Kphak/unsplash/mona-eendra-vC8wj_Kphak-photo-1487147264018-f937fba0c817.jpg");background-position:center !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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-3),0.54); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-3),0.54); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:37.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GFAsdiZuusbEJG2qytFC7U0n6fW5SDgv { width:20rem;height:9.75rem;top:8.0625rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #yHMJxdwtSXWanSLUkJhwVuF9MOB1hNQq { width:16.5rem;height:5.5996125rem;top:19.8125rem;left:1.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZNWKzw65EtiTNsMcWz2WZUdme40xclHR { width:20rem;height:3.125rem;top:2.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pR5TKi8XARu3x04wV7TGxpocusGJNhHn { width:20rem;height:2.5996125rem;top:2.9375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZoTkE1NB7oBFkxlMc9eeQzJzte84Fqyh { width:20rem;height:3.75rem;top:28.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLET43qLb4Bq4NzGbp9Ogkyt1h87LSc9 { display:block; }
 }@media only screen and (max-width: 763px) { #IIzr132burPooCExJsIJdrSMlqueNNIp { display:block; }#IIzr132burPooCExJsIJdrSMlqueNNIp > .row .container { width:20rem;height:27rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oS612OVlQcX9uKgKtKsS2LocPC0R9kVy { width:3.125rem;height:3.125rem;top:1.8125rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #maDkux4T5WHg4KtTK6mcTfom3bPEw9FR { display:flex;width:1.4375rem;height:1.4375rem;top:1.8125rem;left:13.0625rem; }
 }@media only screen and (max-width: 763px) { #aUHb3bMEQtGHDcZiEeGEaRluoAvdCVzT { width:3.125rem;height:3.125rem;top:6.9375rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4iizHvgVFhRkQpdGRUnNRJLpybAp8U5 { display:flex;width:2rem;height:2rem;top:2.375rem;left:3.875rem; }
 }@media only screen and (max-width: 763px) { #RlgT7yJwZ5nCAL68OzmpwxMZARWO8mLO { display:flex;width:2.0625rem;height:2.0625rem;top:7.5rem;left:3.875rem;font-size:1.4375rem; }
 }@media only screen and (max-width: 763px) { #zeOPhgJgK0eoiWHwdQ2yVJDTlca5CgIH { width:10.125rem;height:2.5996125rem;top:7.1875rem;left:7.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RsG9wTA05vWGq3VxR2nCvlC5Et4xE2gm { width:12rem;height:1.29980625rem;top:3.6875rem;left:7.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #h5KoRzoKXz84kTdzUUzuTMUcCrNn5TJQ { width:3.125rem;height:3.125rem;top:11.875rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6aUrvQTRldkg4XFa7yTOlWCbgMSObwT { display:flex;width:2.0625rem;height:2.0625rem;top:12.4375rem;left:3.875rem;font-size:1.4375rem; }
 }@media only screen and (max-width: 763px) { #mRhGrZn8sNu3naU88aSTzJG78eTUB9MS { width:12.5rem;height:2.5996125rem;top:12.125rem;left:7.5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CTmlpOSHDUGt1ITilgZKZBEADdszO6sf { display:flex;width:1.4375rem;height:1.4375rem;top:16.25rem;left:9.25rem; }
 }@media only screen and (max-width: 763px) { #tC4f66MJh7I6t2xnI6c5kCArrpRH38ol { display:flex;width:1.4375rem;height:1.4375rem;top:18.9375rem;left:9.25rem; }
 }@media only screen and (max-width: 763px) { #r5CFBWOi68EvnuKVcPWuICQko9G44KeP { display:flex;width:1.4375rem;height:1.4375rem;top:21.625rem;left:9.25rem; }
 }@media only screen and (max-width: 763px) { #RSSwLAJfgihHftSQetFuRK6kfsl2kR8t { display:flex;width:1.4375rem;height:1.4375rem;top:24.3125rem;left:9.25rem; }
 }@media only screen and (max-width: 763px) { #iNKTZdFrFpw2OKIK55A8Hl9triwhNdok { display:block; }#iNKTZdFrFpw2OKIK55A8Hl9triwhNdok > .row .container { width:20rem;height:8.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TyDVaN1Wmz63a5qRePhVBozpuQeZoEmM { width:20rem;height:7.3125rem;top:1.25rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TFF4f71oTfTtu0s9EaUZTKgLN24ew1Ta { display:block; }#TFF4f71oTfTtu0s9EaUZTKgLN24ew1Ta > .row .container { width:20rem;height:67.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rz88oRTuZxUym6ZF1vffIs8zDQbpxfVl { width:20rem;height:4.5rem;top:18.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Jc4lUakKcHc6uPhkKww1IorQhvHWC3ba { width:20rem;height:4.5rem;top:38.0625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ch9h8a0DtAIoZiOWdAWuKXKnAU8pGMbs { width:20rem;height:4.5rem;top:57.0625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fc15uH37byV6IxNoybNpV5lvgKUT9dzS { display:flex;width:5.3125rem;height:5.3125rem;top:46.8125rem;left:7.3125rem; }
 }@media only screen and (max-width: 763px) { #csT6igKnpG0kWbMJRidIR3MnWO1yIUb8 { display:flex;width:6.875rem;height:6.875rem;top:6.4375rem;left:6.5625rem; }
 }@media only screen and (max-width: 763px) { #FUuh1S69chsObnSdi5tKgPWSKuDQLkyl { display:flex;width:5.75rem;height:5.75rem;top:27.375rem;left:7.125rem; }
 }@media only screen and (max-width: 763px) { #Td9IFMXUuxQ1GFLzWGwZlHeg3Tns0z77 { width:20rem;height:2.03125rem;top:14.5625rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wraf8mTvnFqd4oqOwf28qDKPTQIdo7ZL { width:20rem;height:2.03125rem;top:34.375rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BKH8PkBEdqLeVRuSCEbNauEEVCZzAp0y { width:20rem;height:2.03125rem;top:53.375rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SU6qAVD3McIITOrp6NBGtcWGARVyDowh { display:block; }#SU6qAVD3McIITOrp6NBGtcWGARVyDowh > .row .container { width:20rem;height:16.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qCVRrTQUcEAbIObSJBrENPTXfZiOTMqx { width:4.4375rem;height:4.4375rem;top:18.3125rem;left:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #vMUHcawaK1Qd0AMXCXarTpJK3sd9tHJn { display:flex;width:3.125rem;height:3.125rem;top:10.54980625rem;left:8.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #P0bwUwDQhwKx9cLkWNlLLp6V2QetiCRR { display:flex;width:1.4375rem;height:1.4375rem;top:10.54980625rem;left:13.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #dfE2NX5I5LLxBlgnMTQdAX6BtsZe7QTN { width:12rem;height:0;top:26.36230625rem;left:4rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #KgQ5q7efmnS3KsUQ1c62SadAce6oqPOr { display:flex;width:1.4375rem;height:1.4375rem;top:15.61230625rem;left:9.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #xO0vGql71BRTErDIv0QKxOr0HfLx7Sz6 { display:flex;width:1.4375rem;height:1.4375rem;top:18.29980625rem;left:9.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #bIEfIxNcgXvA8k9utJxI2kL1ZFT84V3B { display:flex;width:1.4375rem;height:1.4375rem;top:20.98730625rem;left:9.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #AflNUpyWAovRoCeIyrXMzNcheMGQ7uTu { display:flex;width:1.4375rem;height:1.4375rem;top:23.67480625rem;left:9.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #lzV2CbL9E7SgtCBXuwFqcnTcJ2AxBCeF { width:20rem;height:4.0625rem;top:1.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sdWU8M7ZruSN0PdeCFC4TgCnXwThFbTZ { width:20rem;height:2.5996125rem;top:6.0498046875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hbDtiEwgnDyGhPIbI5BylZ72plSc6zxy { width:3.125rem;height:3.125rem;top:9.3125rem;left:3.8125rem;z-index:15008;display:none; }
 }@media only screen and (max-width: 763px) { #RzBOCp10hK2BiLhbAh1T7EAhuT6M2yB7 { display:flex;width:3rem;height:3rem;top:10.3125rem;left:3.1875rem;z-index:15011;font-size:2.0625rem; }
 }@media only screen and (max-width: 763px) { #he6EGPqimN5hcNOw4aXEwJeK9BLnpMPg { display:flex;width:1.4375rem;height:1.4375rem;top:10.3125rem;left:7.1875rem;z-index:15012; }
 }@media only screen and (max-width: 763px) { #Ni7kP4dRMnIMMDCao2wSezlKvTgwWbio { width:12rem;height:1.29980625rem;top:12.25rem;left:7.1875rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #mkRQxdhGrJGJafFXxep1eMkt9kEnitI9 { display:flex;width:1.4375rem;height:1.4375rem;top:10.3125rem;left:8.625rem;z-index:15013; }
 }@media only screen and (max-width: 763px) { #HsqXBA7qJ1naQnTmTOTBSunHvC6CLyL0 { display:flex;width:1.4375rem;height:1.4375rem;top:10.3125rem;left:9.9375rem;z-index:15014; }
 }@media only screen and (max-width: 763px) { #DX86Ipc4T6bP4v54DLOAUFxJFabA0ciO { display:flex;width:1.4375rem;height:1.4375rem;top:10.3125rem;left:11.375rem;z-index:15015; }
 }@media only screen and (max-width: 763px) { #m3Mb6Cx6NsBpl5qC8eRu1dEd4Frbt3wn { display:flex;width:1.4375rem;height:1.4375rem;top:10.3125rem;left:12.8125rem;z-index:15016; }
 }@media only screen and (max-width: 763px) { #ctmhZIiX1AH4XQZztiKBCmRTkU3XWEMo { display:block; }#ctmhZIiX1AH4XQZztiKBCmRTkU3XWEMo > .row .container { width:20rem;height:35.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qZ2SwO3LyhK5foJE69LPIZ5a9dbyfNqz { width:20rem;height:32.5625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8HovLoug3ZOiTqlCaPF4QHT3I8dTpde { display:block; }#U8HovLoug3ZOiTqlCaPF4QHT3I8dTpde > .row .container { width:20rem;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fgb3bqS52BTTMzWppxDlORKqLsHEhaci { width:20rem;height:4.875rem;top:1.25rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fu6aGEO11OcpHMUMpZUfEVaZk4oo4Qhe { width:20rem;height:4.5rem;top:6.8623046875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gnXcceVAfSFQuyV5m1BNo00XdGrKVp69 { display:block; }#gnXcceVAfSFQuyV5m1BNo00XdGrKVp69 > .row .container { width:20rem;height:133.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N91ZTGMns8vGENenZsPsQJTx1waQP6HH { width:20rem;height:13.3139375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WR6EsUqvZWGUVNvqpdKqOb9Fq5DdOncW { width:20rem;height:2.4375rem;top:15.8135rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ab6NCNrk5syUXIIVMusEgymBtCL6LWwu { width:20rem;height:1.5rem;top:18.92578125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rk3q13Gon5LUolk1B3vxyRcT8Zizstwo { width:20rem;height:6.2246125rem;top:22.75rem;left:0rem;font-size:1rem;line-height:1.4;display:block; }#rk3q13Gon5LUolk1B3vxyRcT8Zizstwo li:before{  }
 }@media only screen and (max-width: 763px) { #xJi6fpqlZwqLtPqLp0v9hntK2vQ71wV4 { width:20rem;height:3.125rem;top:35.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhGrmtpad8FwRiVrHzsorCO7ZpRKqDGg { display:block; }
 }@media only screen and (max-width: 763px) { #IyMJmMPAeiSBmPIMifDy5Q7L6BRUqR7H { width:20rem;height:12.649875rem;top:25.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KsuMPTg4husBwdgDfSq6ixRyOlhSo3vK { width:20rem;height:2.03125rem;top:30.75rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ng8ppzHOSoO2AHme5ruhBRt9VZoQCtXW { width:20rem;height:12.6494375rem;top:68.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1ZvOvoTSsLxDLODQiHN0mqW6lzl4HI7 { width:20rem;height:3.125rem;top:79.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0C4oA9Flo9IUvMTJnabtZfwPasZb6TZ { display:block; }
 }@media only screen and (max-width: 763px) { #pN8W4MVyWXTL4fC9xOmMyn1lLnDTJxgU { width:20rem;height:2.03125rem;top:74.0625rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BTzP7PufzE0kpcGqxJmksEZI8wrGaanD { width:20rem;height:4.82470625rem;top:66.875rem;left:0rem;font-size:1rem;line-height:1.4;display:block; }#BTzP7PufzE0kpcGqxJmksEZI8wrGaanD li:before{  }
 }@media only screen and (max-width: 763px) { #fE8UWOVBgUl35F4cIKZyFDVQ8QTBTJqV { width:20rem;height:3rem;top:62.75rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Gp6QWrTgBBk0L96e5MgmgcAQATJmrarz { width:20rem;height:2.4375rem;top:59.5625rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ONJlbWtGzG39PuHlGsWmsuwb3qIcHfvI { width:20rem;height:13.3135rem;top:44.98828125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXEM3cbmKW3g3LzppzvvbrAONKL5tfmV { width:20rem;height:12.6494375rem;top:115.0595703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGNvTz5EkpVTO3OGFRkC7aDTTuJVdACV { width:20rem;height:3.125rem;top:124.646484375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mto7JF8SQbDdmLxkauRBpkiZgJU8URfk { display:block; }
 }@media only screen and (max-width: 763px) { #JpPLEtN83XPWsDNK1cWOqXCdc1XZuM3Z { width:20rem;height:2.03125rem;top:120.32177734375rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ppiGcavbOlTwT4BHC9HNSaIQ7Q2BBLZe { width:20rem;height:4.82470625rem;top:112.4345703125rem;left:0rem;font-size:1rem;line-height:1.4;display:block; }#ppiGcavbOlTwT4BHC9HNSaIQ7Q2BBLZe li:before{  }
 }@media only screen and (max-width: 763px) { #VhaEinW8lrvPoC1Q28xHbUfOl02mR10i { width:20rem;height:3rem;top:107.8720703125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GxTIzLN2Nv76duMXsBkwHGahZXNESKpu { width:20rem;height:2.4375rem;top:104.884765625rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TchclNsX50Dh9JxbqBXTT5TZbTyKxDvJ { width:20rem;height:12.9706875rem;top:90.0009765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMbBztlJJETO7yQXIPoqbIKweKmpNUz6 { display:block; }#NMbBztlJJETO7yQXIPoqbIKweKmpNUz6 > .row .container { width:20rem;height:15.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T8EBmN0MGpUqJEQLcVtAxbM3CwEDvqKW { width:20rem;height:6.09375rem;top:4.484375rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oFTdgEuUDt08KLoWTKOXWPyss0nk5DVr { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6b92ba8d-1f90-43c1-8a7b-66243fe1cfd4/13410.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#oFTdgEuUDt08KLoWTKOXWPyss0nk5DVr.adaptive-delivery-prevent-bg, #oFTdgEuUDt08KLoWTKOXWPyss0nk5DVr.lazyload, #oFTdgEuUDt08KLoWTKOXWPyss0nk5DVr.lazyloading { background-image: none; }#oFTdgEuUDt08KLoWTKOXWPyss0nk5DVr > .row .container { background-color: transparent; background-image: none; }#oFTdgEuUDt08KLoWTKOXWPyss0nk5DVr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.53); }#oFTdgEuUDt08KLoWTKOXWPyss0nk5DVr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oFTdgEuUDt08KLoWTKOXWPyss0nk5DVr > .row .container > .video-iframe-container { display: none; }#oFTdgEuUDt08KLoWTKOXWPyss0nk5DVr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.53); }#oFTdgEuUDt08KLoWTKOXWPyss0nk5DVr > .row > .video-iframe-container { display: none; }#oFTdgEuUDt08KLoWTKOXWPyss0nk5DVr > .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); }#oFTdgEuUDt08KLoWTKOXWPyss0nk5DVr > .row .container { width:20rem;height:35.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dOPMe1Nbi70BC0wyXwVRfJcZRH7pTIxm { width:20rem;height:6.9995rem;top:10.1875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dfDAkchskoZOvaUnDdGZd3kfOzERTiq4 { width:17.0625rem;height:2.5996125rem;top:23.8125rem;left:1.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BS86Kgzmts3zLGWTKC1UQA1LcoKkKLMW { display:flex;width:1.4375rem;height:1.4375rem;top:21.4375rem;left:7.875rem; }
 }@media only screen and (max-width: 763px) { #s6742M8v00Gvc3qtCo4yKtwa4e9OKEE6 { display:flex;width:1.4375rem;height:1.4375rem;top:21.4375rem;left:6.4375rem; }
 }@media only screen and (max-width: 763px) { #nwqS5Q7vr8gTeQeKmpKDXTH6UsefzTwG { display:flex;width:1.4375rem;height:1.4375rem;top:21.4375rem;left:9.25rem; }
 }@media only screen and (max-width: 763px) { #f9DuZlV9vi5kMPgmLhSlhTXv005JKaZm { display:flex;width:1.4375rem;height:1.4375rem;top:21.4375rem;left:10.75rem; }
 }@media only screen and (max-width: 763px) { #meTxAKvW6Gi5MhGEETLXgD88IaFRfqXo { display:flex;width:1.4375rem;height:1.4375rem;top:21.4375rem;left:12.1875rem; }
 }@media only screen and (max-width: 763px) { #yoTr76vdqwvBQg069yIWAvzo6eylgPqT { width:20rem;height:13.25rem;top:5.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9nOslkKSuDcXc3sbFWELrI02WaZWllT { display:flex;width:3.125rem;height:3.125rem;top:6.75rem;left:8.4375rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #bvUfmhvU0yZwqTTwmh3V48nARZmBSSWA { display:block; }#bvUfmhvU0yZwqTTwmh3V48nARZmBSSWA > .row .container { width:20rem;height:74.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iTUfTE7crre1Hc4TT48Gefs7eat7cTtD .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#iTUfTE7crre1Hc4TT48Gefs7eat7cTtD .accordion-heading-text { line-height:1.4;overflow:hidden;height:auto;font-size:1.25rem; }
#iTUfTE7crre1Hc4TT48Gefs7eat7cTtD .accordion-desc-text { font-size:1rem;height:auto; }
#iTUfTE7crre1Hc4TT48Gefs7eat7cTtD { display:flex;height:auto;width:20rem;top:17.6123046875rem;left:0rem;gap:0.9375rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
 }@media only screen and (max-width: 763px) { #iTUfTE7crre1Hc4TT48Gefs7eat7cTtD #QrQCOuNJ0Vsf5dWFLqwDFwG6if3Fs6IF {  }
 }@media only screen and (max-width: 763px) { #iTUfTE7crre1Hc4TT48Gefs7eat7cTtD #Pq3TfTX9fwPcpMR9FwRJ8baIWX59S9oS {  }
 }@media only screen and (max-width: 763px) { #iTUfTE7crre1Hc4TT48Gefs7eat7cTtD #KNCJmqiMvn2gVa1LwG48kHSLBqFBPPu8 {  }
 }@media only screen and (max-width: 763px) { #iTUfTE7crre1Hc4TT48Gefs7eat7cTtD #TGtXenbEOAzmAQd8zZBlHBDIhJVvcRTg {  }
 }@media only screen and (max-width: 763px) { #iTUfTE7crre1Hc4TT48Gefs7eat7cTtD #IKt45MS4lglRm6RJlwTKMHfl2alGwiEy {  }
 }@media only screen and (max-width: 763px) { #iTUfTE7crre1Hc4TT48Gefs7eat7cTtD #G3DtIVkXvm7HGvfq5dNHfpfn80f7ekAJ {  }
 }@media only screen and (max-width: 763px) { #iTUfTE7crre1Hc4TT48Gefs7eat7cTtD #ix6UTkwAL2EGsNIwQdsABTZpmuaTBHTW {  }
 }@media only screen and (max-width: 763px) { #iTUfTE7crre1Hc4TT48Gefs7eat7cTtD #UM02pbRZHzmZwqaU6Dd5ChweLPb5l6kT {  }
 }@media only screen and (max-width: 763px) { #iTUfTE7crre1Hc4TT48Gefs7eat7cTtD #bPAavPDAqi3vncll74m6xvxTSySDfuuQ {  }
 }@media only screen and (max-width: 763px) { #iTUfTE7crre1Hc4TT48Gefs7eat7cTtD #d6J9sIpx2BG6oZI2uBVVqA24ZZy08y8y {  }
 }@media only screen and (max-width: 763px) { #iTUfTE7crre1Hc4TT48Gefs7eat7cTtD #rP5ah2RWlh7d2gsXvifcETVIs4GB9mqO {  }
 }@media only screen and (max-width: 763px) { #iTUfTE7crre1Hc4TT48Gefs7eat7cTtD #dGQtf9uHEflekgu247QL2fQORo5HkUvx {  }
 }@media only screen and (max-width: 763px) { #iTUfTE7crre1Hc4TT48Gefs7eat7cTtD #b7gCPmBf0vuhkLGMOHu2WCxzfkEHpHku {  }
 }@media only screen and (max-width: 763px) { #iTUfTE7crre1Hc4TT48Gefs7eat7cTtD #n8NSfOom0rdF3Tqso6A129Oqe4qMSb4H {  }
 }@media only screen and (max-width: 763px) { #iTUfTE7crre1Hc4TT48Gefs7eat7cTtD #SQDHFOd3FX8LrkLD2I41DnLx81xJUsRl {  }
 }@media only screen and (max-width: 763px) { #iTUfTE7crre1Hc4TT48Gefs7eat7cTtD #kT8pKtATSakRvXrmvIkH96iVpsDCo73W {  }
 }@media only screen and (max-width: 763px) { #iTUfTE7crre1Hc4TT48Gefs7eat7cTtD #LAWci5RrOOS4Io7k2dhMbPVbq1pdHcsr {  }
 }@media only screen and (max-width: 763px) { #iTUfTE7crre1Hc4TT48Gefs7eat7cTtD #pwMmZcb83i3QKONQPzmhToB1orAPnNSp {  }
 }@media only screen and (max-width: 763px) { #iTUfTE7crre1Hc4TT48Gefs7eat7cTtD #P5SIkvCRmufaGZrN6FH7RzwMNoE8ekem {  }
 }@media only screen and (max-width: 763px) { #iTUfTE7crre1Hc4TT48Gefs7eat7cTtD #bVfQNQ3KNTQ7xNxcJc2Ak4Vd1Ev9dL8T {  }
 }@media only screen and (max-width: 763px) { #JNMGWFmAEUeX5kLtR7IlHXwg2LWqs9O3 { width:20rem;height:2.4375rem;top:4.375rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OdR0Pr74T1O0ToTVNpRweTIv5BUhNqIR { width:20rem;height:6rem;top:7.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IJvdDOQs9CfTAdC4MctZonRSCxhQsg9r { display:block; }#IJvdDOQs9CfTAdC4MctZonRSCxhQsg9r > .row .container { width:20rem;height:48.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rEPvhxaHMzwkm3t7OXn8euAT15IG4t2z { width:11.9375rem;height:6.5rem;top:3.875rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxFGAWLtfcBt7dxsmZDFGrWNnV5GG8bK { width:20rem;height:3.199225rem;top:15.1875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UI6Pt8ivWEZ2CQ69dSMXKVaBtSvutFFp { width:20rem;height:1.5996125rem;top:23.5rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zu3B667L5E8Q6SbvxF3lSBuAllUh9qSS { width:0.0625rem;height:12.5rem;top:10.25rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ihdmvuClN978DXfVZHyZJOcGmbAkQTBU { width:14.125rem;height:1.5996125rem;top:21rem;left:3.75rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EZHHMs8p8EwCgoO8kZf1f1MtDCC9tFMp { display:flex;width:1.25rem;height:1.25rem;top:21.1875rem;left:2rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #BM9IplM1N6RI5Bp4tf44LwUTaiyHA7E4 { width:12.5rem;height:1.29980625rem;top:19.5625rem;left:5.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AIItcOVT0SNsJZ09A5MGsdpu87ksOySI { display:flex;width:1.25rem;height:1.25rem;top:19.625rem;left:3.25rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #H3UUzIMq0GvUWipfPU1EdoKuqtwuV2fJ { width:20rem;height:3.19921875rem;top:11.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ttnzg3VDqyF4MBlQuiVtNMPdKFsCcvJP { width:11.125rem;height:2.9375rem;top:28rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAhKfDN8rSTqOOJIc5cnACr7vSdsPteQ { width:10rem;height:3.625rem;top:35.25rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #N07RhsLzJfbvhXblA6X9WPxDUrKWnyRv { width:15.3125rem;height:3.19921875rem;top:38.8125rem;left:2.6875rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.6;display:block; }
 }