.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:255,227,234;--color-primary-1:225,176,185;--color-primary-2:205,124,139;--color-primary-3:164,51,78;--color-primary-4:172,37,61;--color-secondary-0:217,233,235;--color-secondary-1:128,182,187;--color-secondary-2:0,109,119;--color-secondary-3:0,55,60;--color-secondary-4:0,16,18;--color-tertiary-0:255,255,255;--color-tertiary-1:104,104,104;--color-tertiary-2:64,64,64;--color-tertiary-3:67,60,63;--color-tertiary-4:0,0,0;--headlines-font-family:"Roboto";--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: 959px) {
    html {
        width: 960px;
    }
}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); }#yKdetcDCE3zu6EKtBBel2r7pq0SdkDVd { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/7ab6d76f-817e-4879-b949-41f33ea79d10/SMHero.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yKdetcDCE3zu6EKtBBel2r7pq0SdkDVd.adaptive-delivery-prevent-bg, #yKdetcDCE3zu6EKtBBel2r7pq0SdkDVd.lazyload, #yKdetcDCE3zu6EKtBBel2r7pq0SdkDVd.lazyloading { background-image: none; }#yKdetcDCE3zu6EKtBBel2r7pq0SdkDVd > .row .container { background-color: transparent; background-image: none; }#yKdetcDCE3zu6EKtBBel2r7pq0SdkDVd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yKdetcDCE3zu6EKtBBel2r7pq0SdkDVd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yKdetcDCE3zu6EKtBBel2r7pq0SdkDVd > .row .container > .video-iframe-container { display: none; }#yKdetcDCE3zu6EKtBBel2r7pq0SdkDVd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yKdetcDCE3zu6EKtBBel2r7pq0SdkDVd > .row > .video-iframe-container { display: none; }#yKdetcDCE3zu6EKtBBel2r7pq0SdkDVd > .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); }#yKdetcDCE3zu6EKtBBel2r7pq0SdkDVd > .row .container { border-width: 0; border-radius: 0; }#yKdetcDCE3zu6EKtBBel2r7pq0SdkDVd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yKdetcDCE3zu6EKtBBel2r7pq0SdkDVd > .row .container { width:60rem;height:36.625rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#OyGGPcXXxzdOUTFybfw501QTOz30bFzT { display:block;width:33.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.8125rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:8.5072917938231rem;left:0.0010414123535156rem;height:11.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:rgba(var(--color-tertiary-0),1);display:block; }
#oasFBE0rcUy8sucvfETUhqHwNGgVEi1O { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(var(--color-tertiary-4),0.2) ;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.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.4375rem;height:3.8125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:27.3125rem;left:0rem;display:block; }
#oRxqUxcSvUvo9S9GkDUkfS8MyLQ5vB0K { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ow1t7uAhV8Nyd1ZkrrVCmyzS19aIazMz { color:#ffffff;display:block;width:27.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:5.6885414123535rem;left:0.0010414123535156rem;height:1.05625rem;font-style:normal;display:block; }
#H9ME0oFvAaIzUKphpPssruZA9KXOtosP { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.8125rem;width:9rem;top:0.875rem;left:49.619792938233rem;overflow:hidden;display:block; }
#sqfpaK90Lgt3bAb4arzFLXPKTBDGyydA { color:rgba(var(--color-tertiary-0),1);display:block;width:16rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:31.5rem;left:1.75rem;height:0.8125rem;text-align:center;text-align-last:center;display:block; }
#WSDSlLTI96ACtN7qUVXq6ZLTAeT3XrE0 { display:block;width:34.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.0625rem;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;top:21.544792175293rem;left:0.0010414123535156rem;height:2.26875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:italic;color:#6a09e5;display:block; }
#mHTfAltgbpbnPzVPZ6lqv19H8r1Te4tI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#a4334e;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; }#mHTfAltgbpbnPzVPZ6lqv19H8r1Te4tI > .row .container { background-color: transparent; background-image: none; }#mHTfAltgbpbnPzVPZ6lqv19H8r1Te4tI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mHTfAltgbpbnPzVPZ6lqv19H8r1Te4tI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mHTfAltgbpbnPzVPZ6lqv19H8r1Te4tI > .row .container > .video-iframe-container { display: none; }#mHTfAltgbpbnPzVPZ6lqv19H8r1Te4tI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mHTfAltgbpbnPzVPZ6lqv19H8r1Te4tI > .row > .video-iframe-container { display: none; }#mHTfAltgbpbnPzVPZ6lqv19H8r1Te4tI > .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); }#mHTfAltgbpbnPzVPZ6lqv19H8r1Te4tI > .row .container { border-width: 0; border-radius: 0; }#mHTfAltgbpbnPzVPZ6lqv19H8r1Te4tI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mHTfAltgbpbnPzVPZ6lqv19H8r1Te4tI > .row .container { font-size:0.875rem;font-family:arial;height:3.875rem;width:60rem;position:relative;display:block; }#c5Zlx6dlWXKUaIEpzECxRpdRyGxmtKtQ { display:block;width:7.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:1.4124984741211rem;left:36.989582061767rem;height:1.05rem;color:rgba(var(--color-tertiary-0),1);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; }
#zcTXg6D3Xx2MX7TSbZ9S3DK9ut14zErZ { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.0625rem;width:6.25rem;top:1.3125rem;left:10.375rem;overflow:hidden;display:block; }
#hBna2UtrgHdzUDEQMibOHOHrCyg5l3fq { display:block;width:17.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15011;line-height:1.4;letter-spacing:0;top:1.375rem;left:17rem;height:1.05rem;color:rgba(var(--color-tertiary-0),1);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; }
#GzrNcTCEysDEbbIkM7Mcfn1mEbFKX0gM { position:relative;display:none; }#GzrNcTCEysDEbbIkM7Mcfn1mEbFKX0gM { border-width: 0; border-radius: 0; }#GzrNcTCEysDEbbIkM7Mcfn1mEbFKX0gM > .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; }#GzrNcTCEysDEbbIkM7Mcfn1mEbFKX0gM > .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:0.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#SyKuwoygHJhhAMtAJE52ir3GUBnhTB6d { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#SyKuwoygHJhhAMtAJE52ir3GUBnhTB6d > .row .container { background-color: transparent; background-image: none; }#SyKuwoygHJhhAMtAJE52ir3GUBnhTB6d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SyKuwoygHJhhAMtAJE52ir3GUBnhTB6d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SyKuwoygHJhhAMtAJE52ir3GUBnhTB6d > .row .container > .video-iframe-container { display: none; }#SyKuwoygHJhhAMtAJE52ir3GUBnhTB6d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SyKuwoygHJhhAMtAJE52ir3GUBnhTB6d > .row > .video-iframe-container { display: none; }#SyKuwoygHJhhAMtAJE52ir3GUBnhTB6d > .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); }#SyKuwoygHJhhAMtAJE52ir3GUBnhTB6d > .row .container { border-width: 0; border-radius: 0; }#SyKuwoygHJhhAMtAJE52ir3GUBnhTB6d > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SyKuwoygHJhhAMtAJE52ir3GUBnhTB6d > .row .container { font-size:0.875rem;font-family:arial;height:57.3125rem;width:60rem;position:relative;display:block; }#dewIHJMUmcScyfQ2fLP2qJWFXPD0cQ2w { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-1),0.15);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-primary-4),1);border-left:0.125rem solid rgba(var(--color-primary-4),1);border-right:0.125rem solid rgba(var(--color-primary-4),1);border-bottom:0.125rem solid rgba(var(--color-primary-4),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.4375rem;width:13.5625rem;top:28.125rem;left:0.6875rem;display:block; }
#V62V6160pFfTNNciXNSEurCIaCdoLMm1 { color:#0c0c0c;display:block;width:11.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15002;line-height:1.4;letter-spacing:0;top:37.9375rem;left:1.9375rem;height:4.9rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#oS7No8wyizNzsXT6ou7cB4PcCbs2WVi5 { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-1),0.15);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-primary-4),1);border-left:0.125rem solid rgba(var(--color-primary-4),1);border-right:0.125rem solid rgba(var(--color-primary-4),1);border-bottom:0.125rem solid rgba(var(--color-primary-4),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.4375rem;width:13.5625rem;top:28.125rem;left:15.625rem;display:block; }
#XbNIfRTcfMbtbdax1nKpZ9NTzhEHlpdT { color:#0c0c0c;display:block;width:11.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:37.9375rem;left:16.9375rem;height:4.9rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xDbJPKwuqx9R61Lqvx9VfqZPlikw8HUA { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-1),0.15);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-primary-4),1);border-left:0.125rem solid rgba(var(--color-primary-4),1);border-right:0.125rem solid rgba(var(--color-primary-4),1);border-bottom:0.125rem solid rgba(var(--color-primary-4),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5rem;width:13.5625rem;top:28.09375rem;left:30.609375rem;display:block; }
#gicPfBH15Q9epqUkFKB5QxqDLrTEU3gm { color:#0c0c0c;display:block;width:11rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:37.9375rem;left:32.0625rem;height:4.9rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#q261AKv7sEZqBkdNXOidSfWqAA0iKnFg { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-1),0.15);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-primary-4),1);border-left:0.125rem solid rgba(var(--color-primary-4),1);border-right:0.125rem solid rgba(var(--color-primary-4),1);border-bottom:0.125rem solid rgba(var(--color-primary-4),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.4375rem;width:13.5625rem;top:28.125rem;left:45.546871185302rem;display:block; }
#o7QeK1qtEOCBhtcnpXitC808JiyeH31r { color:#0c0c0c;display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:37.9375rem;left:46.812496185302rem;height:4.9rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NCh4CCDwLhTfc2sUFX6pezotl7FNKkED { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.375rem;width:3.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:29.625rem;left:5.9375rem; }
#aCeAJTxFRI28KIMAg0n4S477QVQvZWFn { display:block;width:13.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:33.625rem;left:0.875rem;height:3.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:rgba(var(--color-tertiary-2),1);text-align:center;text-align-last:center;display:block; }
#wgxUICVcfgbZMzzrNL8zE8To4u9MAqWx { display:block;width:10.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:33.625rem;left:17.375rem;height:3.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:rgba(var(--color-tertiary-2),1);text-align:center;text-align-last:center;display:block; }
#JpIyDVMP22OuvMfoMyhqxyTRrT1ykPoO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.25rem;width:3.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:29.6875rem;left:21.0625rem; }
#l28ZzWXAIeiieb47BtnRXKx2sqFUBBID { display:block;width:11.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:33.625rem;left:31.9375rem;height:3.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:rgba(var(--color-tertiary-2),1);text-align:center;text-align-last:center;display:block; }
#qgubS4V2nALIdEHoJ16iQJ9cpJmcT2lx { 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:15010;opacity:1;top:29.75rem;left:36rem; }
#UcsyuJbPpU56Ww26TWU4dMpzDv8Z9F2T { display:block;width:9.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:33.625rem;left:47.937496185302rem;height:3.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:rgba(var(--color-tertiary-2),1);text-align:center;text-align-last:center;display:block; }
#FfizPyAQI7RCGi3GWp8pkMwvfmszag4c { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.3125rem;width:3.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:29.744789123535rem;left:50.843746185302rem; }
#URu6mD0T04AdkVNyN07DVxPO1LcgFE5X { color:#333333;display:block;width:30.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:21.1875rem;left:15rem;height:5.11875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#c88QLo5r5RN9LT5BszN0dmaAGozhTplt { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(var(--color-tertiary-4),0.2) ;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.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.4375rem;height:3.8125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:48.6875rem;left:20.3125rem;display:block; }
#Lfwo20t6lceBGLefRd5Ge69bE6gmNt7J { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VfLhcIqROMuNgRnvuDxzE6l12f5EOnT2 { color:#333333;display:block;width:50.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.6875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:7.5072917938231rem;left:5.265625rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EOGZxz5ZvLqZOhvS9mBG3qzkHDxNaEQq { color:rgba(var(--color-primary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:5.6697912216186rem;left:0.0010414123535156rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Mk3T39lv4W65OVQ0s3ahrnD81yPwSnPQ { color:#333333;display:block;width:41.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:15.369792938233rem;left:9.8385429382325rem;height:;text-align:center;text-align-last:center;font-style:italic;display:block; }
#pk14ZTHvMBoMZ06At2I8crHKdCTNQdEh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#pk14ZTHvMBoMZ06At2I8crHKdCTNQdEh > .row .container { background-color: transparent; background-image: none; }#pk14ZTHvMBoMZ06At2I8crHKdCTNQdEh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pk14ZTHvMBoMZ06At2I8crHKdCTNQdEh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pk14ZTHvMBoMZ06At2I8crHKdCTNQdEh > .row .container > .video-iframe-container { display: none; }#pk14ZTHvMBoMZ06At2I8crHKdCTNQdEh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pk14ZTHvMBoMZ06At2I8crHKdCTNQdEh > .row > .video-iframe-container { display: none; }#pk14ZTHvMBoMZ06At2I8crHKdCTNQdEh > .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); }#pk14ZTHvMBoMZ06At2I8crHKdCTNQdEh > .row .container { border-width: 0; border-radius: 0; }#pk14ZTHvMBoMZ06At2I8crHKdCTNQdEh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pk14ZTHvMBoMZ06At2I8crHKdCTNQdEh > .row .container { font-size:0.875rem;font-family:arial;height:19.625rem;width:60rem;position:relative;display:block; }#P8wzLu6OKFniXxR6L4sz6Dsbg3KiQTr4 { 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:16.125rem;width:16.3125rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#D3wy7rw2gbQDkoUBWWbD5R87SPoUn1Dh { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.1875rem;width:20rem;top:0rem;left:20.093751907349rem;overflow:hidden;display:block; }
#sthGlzeXwxhA9usc56hGtKi4k2NQZT8X { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.1875rem;width:16.1875rem;top:0rem;left:43.812501907349rem;overflow:hidden;display:block; }
#V57TfG1mBp4p8H72T6uXMcSkpMIX6GC6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),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; }#V57TfG1mBp4p8H72T6uXMcSkpMIX6GC6 > .row .container { background-color: transparent; background-image: none; }#V57TfG1mBp4p8H72T6uXMcSkpMIX6GC6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V57TfG1mBp4p8H72T6uXMcSkpMIX6GC6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V57TfG1mBp4p8H72T6uXMcSkpMIX6GC6 > .row .container > .video-iframe-container { display: none; }#V57TfG1mBp4p8H72T6uXMcSkpMIX6GC6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V57TfG1mBp4p8H72T6uXMcSkpMIX6GC6 > .row > .video-iframe-container { display: none; }#V57TfG1mBp4p8H72T6uXMcSkpMIX6GC6 > .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); }#V57TfG1mBp4p8H72T6uXMcSkpMIX6GC6 > .row .container { border-width: 0; border-radius: 0; }#V57TfG1mBp4p8H72T6uXMcSkpMIX6GC6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V57TfG1mBp4p8H72T6uXMcSkpMIX6GC6 > .row .container { font-size:0.875rem;font-family:arial;height:7rem;width:60rem;position:relative;display:block; }#KA60bA3u5cEDXOF0EfR3vGbzSVMOdIiA { display:block;width:29.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.5656251907349rem;left:15.3125rem;height:1.86875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:rgba(var(--color-tertiary-0),1);text-align:center;text-align-last:center;display:block; }
#o6K134tC3ow7PMO75Wu9td779Qo5EExy { position:relative;display:block; }#o6K134tC3ow7PMO75Wu9td779Qo5EExy { background-color: transparent; background-image: none; }#o6K134tC3ow7PMO75Wu9td779Qo5EExy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o6K134tC3ow7PMO75Wu9td779Qo5EExy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o6K134tC3ow7PMO75Wu9td779Qo5EExy > .row .container > .video-iframe-container { display: none; }#o6K134tC3ow7PMO75Wu9td779Qo5EExy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o6K134tC3ow7PMO75Wu9td779Qo5EExy > .row > .video-iframe-container { display: none; }#o6K134tC3ow7PMO75Wu9td779Qo5EExy > .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); }#o6K134tC3ow7PMO75Wu9td779Qo5EExy { border-width: 0; border-radius: 0; }#o6K134tC3ow7PMO75Wu9td779Qo5EExy > .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; }#o6K134tC3ow7PMO75Wu9td779Qo5EExy > .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:36.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Xwbr9TT7rIRH2uKaZciq1LOTR8pfwZ0h { color:rgba(var(--color-tertiary-3),1);display:block;width:33rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:11.886458396912rem;left:13.5rem;height:19.5rem;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; }
#BbdDOp4lrsGsSOcyWFr6dET3HCdULGvW { color:rgba(var(--color-tertiary-3),1);display:block;width:34.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:4.2739582061767rem;left:12.8125rem;height:5.25rem;text-align:center;text-align-last:center;display:block; }
#yQ7XpzNpoSG8izVVPoWgVKuNPfbCNfE0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;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; }#yQ7XpzNpoSG8izVVPoWgVKuNPfbCNfE0 > .row .container { background-color: transparent; background-image: none; }#yQ7XpzNpoSG8izVVPoWgVKuNPfbCNfE0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yQ7XpzNpoSG8izVVPoWgVKuNPfbCNfE0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yQ7XpzNpoSG8izVVPoWgVKuNPfbCNfE0 > .row .container > .video-iframe-container { display: none; }#yQ7XpzNpoSG8izVVPoWgVKuNPfbCNfE0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yQ7XpzNpoSG8izVVPoWgVKuNPfbCNfE0 > .row > .video-iframe-container { display: none; }#yQ7XpzNpoSG8izVVPoWgVKuNPfbCNfE0 > .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); }#yQ7XpzNpoSG8izVVPoWgVKuNPfbCNfE0 > .row .container { border-width: 0; border-radius: 0; }#yQ7XpzNpoSG8izVVPoWgVKuNPfbCNfE0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yQ7XpzNpoSG8izVVPoWgVKuNPfbCNfE0 > .row .container { font-size:0.875rem;font-family:arial;height:58.125rem;width:60rem;position:relative;display:block; }#iBUak5AfogbToFTpvxQeN3F3Ax8UXrqv { color:rgba(var(--color-tertiary-3),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:5.125rem;left:-0.03125rem;height:3.7375rem;font-style:normal;text-align:center;text-align-last:center;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; }
#Hb0dAleERpfswsPyb1AF6zUe2CHRKi77 { position:absolute;display:block;z-index:15001;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.4375rem;top:12.6875rem;left:24.4375rem;display:block; }
#NmhNluBJPkBAcmx1QTDhCqFNF4b9Gevh { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.75rem;top:12.25rem;left:29.25rem;overflow:hidden;display:block; }
#z3LD6oae3kwO69CZWVHqZmbklskKaNtc { position:absolute;display:block;z-index:15002;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.4375rem;top:12.75rem;left:32.0625rem;display:block; }
#syX6HxG0KB03sEPbXhTNcKACl01aQho4 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:8.375rem;border-top-right-radius:8.375rem;border-bottom-left-radius:8.375rem;border-bottom-right-radius:8.375rem;box-shadow: none;height:10.3125rem;width:10.375rem;top:17.4375rem;left:4.375rem;overflow:hidden;display:block; }
#oMFeGvEwOlC09ekax7sJIK9n0iMUWPrs { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #dddddd;border-left:0.0625rem solid #dddddd;border-right:0.0625rem solid #dddddd;border-bottom:0.0625rem solid #dddddd;border-top-left-radius:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;box-shadow: none;height:11.375rem;width:11.375rem;top:16.875rem;left:3.8125rem;display:block; }
#Trk3xWTxit1Q9BOJEZCox9LFizc2xQvW { color:rgba(var(--color-tertiary-1),1);display:block;width:15.75rem;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:29.5625rem;left:1.8125rem;height:16rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#suRqACDChdMVhKnZDtrJ0BayBDMdVapR { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.5625rem;width:19rem;top:15.0625rem;left:0rem;display:block; }
#t78tTQdic6aTAmfpBQmKNfcaE7dyuImb { color:rgba(var(--color-tertiary-1),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15003;line-height:1.6;letter-spacing:0;top:48.8125rem;left:1.125rem;height:1.6rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#kKiVXTKEw9qZhiStRponkerwn4SEL8O2 { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;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:37.5625rem;width:19rem;top:15.0625rem;left:20.625rem;display:block; }
#CA5JVG7ih6AzGITND7iDP6Va5V485mdi { position:absolute;display:block;z-index:15007;background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-3),1);border-left:0.0625rem solid rgba(var(--color-primary-3),1);border-right:0.0625rem solid rgba(var(--color-primary-3),1);border-bottom:0.0625rem solid rgba(var(--color-primary-3),1);border-top-left-radius:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;box-shadow: none;height:11.375rem;width:11.375rem;top:16.875rem;left:24.4375rem;display:block; }
#dLtP4liftmmSJXsFSJNtEkmiM8oqakwo { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:8.375rem;border-top-right-radius:8.375rem;border-bottom-left-radius:8.375rem;border-bottom-right-radius:8.375rem;box-shadow: none;height:10.5rem;width:10.5rem;top:17.375rem;left:24.9375rem;overflow:hidden;display:block; }
#PG4TLZ3XOsqkNXbGstJoZUADeTgtS8mt { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.5625rem;width:19rem;top:15.0625rem;left:41rem;display:block; }
#MbIwa9KBKo0vEKz7kXSVXtR5OPrUKedb { position:absolute;display:block;z-index:15014;background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #dddddd;border-left:0.0625rem solid #dddddd;border-right:0.0625rem solid #dddddd;border-bottom:0.0625rem solid #dddddd;border-top-left-radius:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;box-shadow: none;height:11.375rem;width:11.375rem;top:16.875rem;left:44.8125rem;display:block; }
#B8KJwxCgTmGuJAu10GsGTCi9KPEbfwSl { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:8.375rem;border-top-right-radius:8.375rem;border-bottom-left-radius:8.375rem;border-bottom-right-radius:8.375rem;box-shadow: none;height:10.5rem;width:10.5rem;top:17.375rem;left:45.3125rem;overflow:hidden;display:block; }
#piiUiFultQdbLphuHchhIFNDKyovrbVz { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:6.875rem;top:47.125rem;left:6.15625rem;overflow:hidden;display:block; }
#kCGBk0v0F96ZmwTZhsUcrnLhXpE9nUOt { color:rgba(var(--color-tertiary-1),1);display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15024;line-height:1.6;letter-spacing:0;top:29.5625rem;left:22.125rem;height:12.8rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fXH6MEeACqfztbharqngOXLeEPgTB3iA { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:6.875rem;top:44.375rem;left:26.5625rem;overflow:hidden;display:block; }
#Ty4EuVLbp0ortstiKGx18fzfnBXwSsep { color:rgba(var(--color-tertiary-1),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15025;line-height:1.6;letter-spacing:0;top:46.1875rem;left:21.5625rem;height:1.6rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#nDQoiG4mabl742l9H5Xna5A7pNkmGkir { color:rgba(var(--color-tertiary-1),1);display:block;width:15.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15025;line-height:1.6;letter-spacing:0;top:29.5625rem;left:42.625rem;height:14.4rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SxuoDLrBtn8SvyTH5m3v6NrDwEWQ2V47 { color:rgba(var(--color-tertiary-1),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15026;line-height:1.6;letter-spacing:0;top:47.5625rem;left:42.0625rem;height:1.6rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#icPVrdv7r16msF4M6pc3ZRISBK3RQ22T { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:6.875rem;top:45.875rem;left:47.0625rem;overflow:hidden;display:block; }
#ObbXVmgRCySoy4B2OoHOduREXCiakMCb { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fafafa;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; }#ObbXVmgRCySoy4B2OoHOduREXCiakMCb > .row .container { background-color: transparent; background-image: none; }#ObbXVmgRCySoy4B2OoHOduREXCiakMCb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ObbXVmgRCySoy4B2OoHOduREXCiakMCb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ObbXVmgRCySoy4B2OoHOduREXCiakMCb > .row .container > .video-iframe-container { display: none; }#ObbXVmgRCySoy4B2OoHOduREXCiakMCb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ObbXVmgRCySoy4B2OoHOduREXCiakMCb > .row > .video-iframe-container { display: none; }#ObbXVmgRCySoy4B2OoHOduREXCiakMCb > .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); }#ObbXVmgRCySoy4B2OoHOduREXCiakMCb > .row .container { border-width: 0; border-radius: 0; }#ObbXVmgRCySoy4B2OoHOduREXCiakMCb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ObbXVmgRCySoy4B2OoHOduREXCiakMCb > .row .container { font-size:0.875rem;font-family:arial;height:80.75rem;width:60rem;position:relative;display:block; }#G3T1wcXVzuHbspPCIVZUhtmhxy3TwbZb { display:block;width:36.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:11.807292938233rem;left:11.875rem;height:30.9375rem;color:#333333;text-align:left;text-align-last:left;display:block; }
#d1PO83b9SWrhZOA9She3TopKsGRGPweJ { display:block;width:30.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:3.8125rem;left:14.9375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:rgba(var(--color-tertiary-2),1);text-align:center;text-align-last:center;display:block; }
#GpRITTH3msERVkHX307CLNilbux4XKEg { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(var(--color-tertiary-4),0.2) ;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.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.625rem;height:3.8125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:72.6875rem;left:20.1875rem;display:block; }
#It2yp3mSu3TT8TGEerJumkm7V3uebMLS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T4kEhSp0Pn3EFKFHftBAER3S2WZTFTSZ { display:block;width:34.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:61.625rem;left:11.875rem;height:8.25rem;color:#333333;text-align:left;text-align-last:left;display:block; }
#RATAoDm4vPJb2RBiyK25SUdSGbJcmnre { display:block;width:30.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:44.557291984558rem;left:11.875rem;height:14.775rem;color:#a4334e;text-align:left;text-align-last:left;font-style:normal;display:block; }#RATAoDm4vPJb2RBiyK25SUdSGbJcmnre li:not(:first-child){ padding-top:1.125rem;padding-right:0;padding-bottom:0;padding-left:0; }#RATAoDm4vPJb2RBiyK25SUdSGbJcmnre li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_483c7715ee109426982be7b1aa14d9ba.svg); }
#kI808rXLkpfQx42FTMtz1NtDQiQeFW5p { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kI808rXLkpfQx42FTMtz1NtDQiQeFW5p > .row .container { background-color: transparent; background-image: none; }#kI808rXLkpfQx42FTMtz1NtDQiQeFW5p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kI808rXLkpfQx42FTMtz1NtDQiQeFW5p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kI808rXLkpfQx42FTMtz1NtDQiQeFW5p > .row .container > .video-iframe-container { display: none; }#kI808rXLkpfQx42FTMtz1NtDQiQeFW5p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kI808rXLkpfQx42FTMtz1NtDQiQeFW5p > .row > .video-iframe-container { display: none; }#kI808rXLkpfQx42FTMtz1NtDQiQeFW5p > .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); }#kI808rXLkpfQx42FTMtz1NtDQiQeFW5p > .row .container { border-width: 0; border-radius: 0; }#kI808rXLkpfQx42FTMtz1NtDQiQeFW5p > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kI808rXLkpfQx42FTMtz1NtDQiQeFW5p > .row .container { font-size:0.875rem;font-family:arial;height:43.5625rem;width:60rem;position:relative;display:block; }#TCNQSpkoWeXgpyExROXOkJxb9JuHTp24 { color:rgba(30,30,30,0.5);display:block;width:30.625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:4.8374996185303rem;left:0.0010414123535156rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#O5breHnTdPi7Jpw4OhcP4JvLMQh7rCVu { color:#333333;display:block;width:22.5rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:15009;line-height:1.2;letter-spacing:0;top:6.737500190735rem;left:0.0010414123535156rem;height:3.75rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kabG18hXZcnURqbzBqRZXtFPRoBllb8C { color:rgba(30,30,30,0.7);display:block;width:22.875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:19.999980926514rem;left:0.0010414123535156rem;height:7.875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ti2KxTJMu019ITH8awTElgqHMuiXeBsx { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.125rem;height:3.5rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:30rem;left:0.0010414123535156rem;display:block; }
#oidUEn60iqCtBqbOTOfDcNMeJQxt0l5z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qvZ83IDtopyMXGPC7xaknFMUThD3U4oR { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f9b5b3;border-left:0.0625rem solid #f9b5b3;border-right:0.0625rem solid #f9b5b3;border-bottom:0.0625rem solid #f9b5b3;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.75rem;width:14rem;top:2.5rem;left:31.9375rem;display:block; }
#aGLEs378a4ROfdr59LEkCVmVQsOFtUnw { color:#1e1e1e;display:block;width:10.0625rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:400;z-index:15016;line-height:1;letter-spacing:0;top:10.0625rem;left:33.963542938233rem;height:5.625rem;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; }
#Z1Qg7kZhTWWvUFA6HWfvsMHuaeiXv34m { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f9b5b3;border-left:0.0625rem solid #f9b5b3;border-right:0.0625rem solid #f9b5b3;border-bottom:0.0625rem solid #f9b5b3;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.75rem;width:14rem;top:2.5rem;left:45.9375rem;display:block; }
#NHOC0uhGkpz9fTdNd9TB6NRkP3z74UXm { color:#1e1e1e;display:block;width:14rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:400;z-index:15021;line-height:1;letter-spacing:0;top:10.0625rem;left:45.9375rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sTEXkGDwiD7zo12TkmbermOtnTLktaEn { position:absolute;display:block;z-index:15024;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f9b5b3;border-left:0.0625rem solid #f9b5b3;border-right:0.0625rem solid #f9b5b3;border-bottom:0.0625rem solid #f9b5b3;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.75rem;width:14rem;top:19.25rem;left:31.9375rem;display:block; }
#MO1599Ph5y8JHUD4dgAJxm6sWwVdX6Ip { position:absolute;display:block;z-index:15029;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f9b5b3;border-left:0.0625rem solid #f9b5b3;border-right:0.0625rem solid #f9b5b3;border-bottom:0.0625rem solid #f9b5b3;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.75rem;width:14rem;top:19.25rem;left:45.9375rem;display:block; }
#VOkAxXafgVctUfleDtMqPVEgrICTagWX { color:#1e1e1e;display:block;width:14rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:400;z-index:15026;line-height:1;letter-spacing:0;top:26.8125rem;left:31.9375rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#a2MeSbqp6qdc3HWMNSi87B4tR2MJESTB { color:#1e1e1e;display:block;width:10.4375rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:400;z-index:15031;line-height:1;letter-spacing:0;top:26.812500953674rem;left:47.776042938233rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ch0fJh1TTBr1KlZGyz6PJMBhalmtMZBC { color:#a4334e;display:block;width:26.9375rem;position:absolute;font-family:roboto;font-size:3.375rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:11.682292938233rem;left:0.0010414123535156rem;height:6.75rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qhwbTnwl1Xz5VxJHT0EcSO63IiZ1NLnS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.375rem;width:3.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:.43;top:5.3617191314697rem;left:37.000001907349rem; }
#eU9eFd7grHMALuqc8hEl759QEGkkc8IZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.25rem;width:3.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:.43;top:5.3617188930511rem;left:51.362504959106rem; }
#BCvl7eeXT62qbyeR1p7z8PoIO8d6vV4u { 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:15032;opacity:.45;top:22.250000715256rem;left:37.425001144409rem; }
#rio6bQ6J7l5eOhUTqBUTJfLarxOTDPPA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.3125rem;width:3.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:.44;top:22.156250715256rem;left:51.331254959106rem; }
#Gpvp0FzO2VCFuGM6cLhug9gRpMeyDr2T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#a4334e;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; }#Gpvp0FzO2VCFuGM6cLhug9gRpMeyDr2T > .row .container { background-color: transparent; background-image: none; }#Gpvp0FzO2VCFuGM6cLhug9gRpMeyDr2T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gpvp0FzO2VCFuGM6cLhug9gRpMeyDr2T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gpvp0FzO2VCFuGM6cLhug9gRpMeyDr2T > .row .container > .video-iframe-container { display: none; }#Gpvp0FzO2VCFuGM6cLhug9gRpMeyDr2T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gpvp0FzO2VCFuGM6cLhug9gRpMeyDr2T > .row > .video-iframe-container { display: none; }#Gpvp0FzO2VCFuGM6cLhug9gRpMeyDr2T > .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); }#Gpvp0FzO2VCFuGM6cLhug9gRpMeyDr2T > .row .container { border-width: 0; border-radius: 0; }#Gpvp0FzO2VCFuGM6cLhug9gRpMeyDr2T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Gpvp0FzO2VCFuGM6cLhug9gRpMeyDr2T > .row .container { font-size:0.875rem;font-family:arial;height:48.0625rem;width:60rem;position:relative;display:block; }#LwliQozrPsV1nghPeOcgXb6xyTNmJVeZ { position:absolute;display:block;z-index:15006;background-color:#ffde59;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.375rem;width:56.1875rem;top:24.5rem;left:2.3125rem;display:block; }
#PzLNBLMa0pzRnXqtTqd0U4NohDVytXah { position:absolute;display:block;z-index:15007;background-color:transparent;background-image:none;border-top:0.375rem solid #ffde59;border-left:0.375rem solid #ffde59;border-right:0.375rem solid #ffde59;border-bottom:0.375rem solid #ffde59;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:1.5625rem;width:1.5625rem;top:23.5625rem;left:0rem;display:block; }
#ZgL8GSQD0hmgOsHHIsdafqVLQPPhRotS { position:absolute;display:block;z-index:15008;background-color:#ffde59;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:2.3125rem;width:2.3125rem;top:23.5625rem;left:57.687496185302rem;display:block; }
#QfZCpLPNpc7IgvVXTZLT8hT7kR5LaLk8 { color:#ffffff;display:block;width:7.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:27.625rem;left:0rem;height:7.8rem;text-align:left;text-align-last:left;display:block; }
#Z1Qt49WFUUIlW2etmxz1dTL36ObVV08r { color:#ffffff;display:block;width:8.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:27.625rem;left:10.375rem;height:5.2rem;text-align:center;text-align-last:center;display:block; }
#CPvP2S5ifxbpdkzCiMLrLWgWt82VuddH { color:#ffffff;display:block;width:9.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:27.624999046326rem;left:22.96875rem;height:3.9rem;text-align:center;text-align-last:center;display:block; }
#TBsfmF8rBbgWsqe3lVcUqCpO7AhrkXeT { color:#ffffff;display:block;width:9.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:27.624999046326rem;left:38.34375rem;height:3.9rem;text-align:center;text-align-last:center;display:block; }
#eGPCyV8XpSFzpxbARdxF682gJ6lSvKLy { color:#ffffff;display:block;width:8.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:27.625rem;left:51.124996185302rem;height:3.9rem;text-align:right;text-align-last:right;display:block; }
#furETo7iamJWb7tqAIdiafVInKOc8Z8H { color:#ffffff;display:block;width:59.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:12.6875rem;left:0.0010414123535156rem;height:1.625rem;font-style:normal;display:block; }
#LZfDe4En2OqpxNcL1afzcBdnNlRZBPN2 { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#a4334e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.0625rem;height:3.125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:38.124999046326rem;left:21.96875rem;display:block; }
#TM2xDygkvrpUW75nNpF1Fl8Qq7AV52Xx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TfwkNuUSr3QfTl3rOoG42sG3nmDeZQMk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:23.718749046326rem;left:13.3125rem;display:none; }
#lR8STQwadyPlQ02qJs0sGT6HASi8Aax8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:23.46875rem;left:26.375rem; }
#PJuEfqhimC6lPe2QODyKiE9z91kV2Z7h { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:23.46875rem;left:42.031246185302rem; }
#RHvU0OTkCJ9nCgZnT86Sfarbfe0sr6yG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.875rem;width:3.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:18.25rem;left:0rem; }
#SBNEFesVzLED3MqRsETJ1JngPdkQ6zXD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.625rem;width:3.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:18.3125rem;left:12.71875rem; }
#EbPmWGEqJl2zoDJmKzhMaLpPsh0ocB7i { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.875rem;width:3.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:18.1875rem;left:25.65625rem; }
#WJBZB7NEH3VXb2BmfLiyb30G8NTX1N89 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.1875rem;width:4.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:18.3125rem;left:40.331249237061rem; }
#iHoZVVylkKQNwlyGCctqU04lbUvRMOvR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.0625rem;width:4.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:18.15625rem;left:55.937496185302rem; }
#wPSO6gclmIkXFlwWukR1IWZvynUP4Z1K { color:rgba(var(--color-tertiary-0),1);display:block;width:41rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15021;line-height:1.1;letter-spacing:0;top:5.7197923660278rem;left:0.0010414123535156rem;height:;display:block; }
#T3S0GHwx9Xs4WJVtdFzNqg4RHv0ABNco { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:19.71875rem;left:13.3125rem;display:none; }
#Gm1FTIzWPbL0xhVzXaN3dNLC7POmCrkl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:19.71875rem;left:13.3125rem;display:none; }
#BrofBxUMXqtLZPyn94IVdrRrEz1AigQ3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:23.468749046326rem;left:13.3125rem; }
#AczQ3bfxq8XTdXW2ZaBLmubAm0QCib4q { position:relative;display:block; }#AczQ3bfxq8XTdXW2ZaBLmubAm0QCib4q { background-color: transparent; background-image: none; }#AczQ3bfxq8XTdXW2ZaBLmubAm0QCib4q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AczQ3bfxq8XTdXW2ZaBLmubAm0QCib4q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AczQ3bfxq8XTdXW2ZaBLmubAm0QCib4q > .row .container > .video-iframe-container { display: none; }#AczQ3bfxq8XTdXW2ZaBLmubAm0QCib4q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AczQ3bfxq8XTdXW2ZaBLmubAm0QCib4q > .row > .video-iframe-container { display: none; }#AczQ3bfxq8XTdXW2ZaBLmubAm0QCib4q > .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); }#AczQ3bfxq8XTdXW2ZaBLmubAm0QCib4q { border-width: 0; border-radius: 0; }#AczQ3bfxq8XTdXW2ZaBLmubAm0QCib4q > .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; }#AczQ3bfxq8XTdXW2ZaBLmubAm0QCib4q > .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.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#fhwT723BWH9Dr5MMzEqFBRDDJenVLBpA { color:rgba(var(--color-tertiary-2),1);display:block;width:26.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.2447919845581rem;left:16.84375rem;height:4.875rem;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; }
#nqmsf70ZfEiGtplqtJpsomngQu6eqNDL .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#e3e3e3;background-image:none;vertical-align:top; }
#nqmsf70ZfEiGtplqtJpsomngQu6eqNDL .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; }
#nqmsf70ZfEiGtplqtJpsomngQu6eqNDL .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--paragraphs-font-family);font-weight:700;font-size:1.25rem;color:rgba(var(--color-primary-3),1);font-style:normal; }
#nqmsf70ZfEiGtplqtJpsomngQu6eqNDL .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.0625rem;font-family:var(--paragraphs-font-family);height:auto;line-height:1.5;overflow:hidden;color:#333333; }
#nqmsf70ZfEiGtplqtJpsomngQu6eqNDL .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#nqmsf70ZfEiGtplqtJpsomngQu6eqNDL .accordion-trigger.adaptive-delivery-prevent-bg, #nqmsf70ZfEiGtplqtJpsomngQu6eqNDL .accordion-trigger.lazyload, #nqmsf70ZfEiGtplqtJpsomngQu6eqNDL .accordion-trigger.lazyloading { background-image: none; }
#nqmsf70ZfEiGtplqtJpsomngQu6eqNDL { box-sizing:content-box;height:auto;width:48.1875rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:8.8697929382325rem;left:4.65625rem; }
#nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #zM4gcrPn57NmZ2PvDHmRQI34ZOFh1Q4S { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #W0FBukOT1wLqzHS8EqVHORdR79ivcQCa { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #xTxUJu30GqHJMcup0DmxKX2PH8gmQTbA { display:block;position:relative; }
#nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #QqglZnCW9aqt3m3SVDRfhdIH1DBoBg99 {  }
#nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #n9rn6upOb2x9K0V9Jw7ApThN3VhPg34q {  }
#nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #XZ7TKwrLAtkHMf4qNbmEfI4WgzBxwoWA { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #h0h0iQXW5AckbJ5kLS8p0WytqtQQWo4E { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #IoDpnKeLNZFKg7vPLg0panF6rNiw9A6J { display:block;position:relative; }
#nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #tGmFy6PHHdZVteKBiHMvDoxqLJlUcRVR {  }
#nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #T6PSTOyOVRAZtwK9f2zZ4m3mCuZ1gV0R { display:none; }
#nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #zv2822a6ANXShxhWudiFHQiKTFFq0Oey { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #Zh5mDIUv7f1epQc5I25F2TF7r0XIZz01 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #THNEOGkohQxtDukX4hOTbsTJLPh4eIcD { display:block;position:relative; }
#nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #auo67oHaV4UDonQ5gUDaTN2T18p1M5vJ {  }
#nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #V24wbkoXOyCylMVw7gp8vhLvOa5FohKy { display:none; }
#nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #dLyX2m3Rft9SQpPnDipmGThAhBg2WqZ1 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #IXuUCJ9sp0HmDSbTl2XRdqu2sENHa3va { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #hFNkBMfDlZa1OiRiZoDCavaQ3L4VMR9H { display:block;position:relative; }
#nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #ZHz3ncsw0kO7bFBeepHVCnn3pyuDfBld {  }
#nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #p9QDdk4DEDWFUvemUSceX1ZkTWfAf3fb { display:none; }
#nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #F6tWGTmiQEDkvb4whGRcGuGcM2XiQch5 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #FVOI0zhJx0ReUuy3x67ihn2PPnFFhtSo { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #ARXh4rRPIfVLq2Tm4vOtQ87JN3CX789T { display:block;position:relative; }
#nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #LIvUutu1PtJ02yWzPnLwA9Xn3s7BBIdo {  }
#nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #Tzl0wwzH5ufRlXescaDhyh5iiLDbNTws { display:none; }
#BVCedByAozvAdzlQhRpCZ3QdgGoJFahM { display:block;width:25.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:36.000000953674rem;left:17.46875rem;height:1.03125rem;color:#898989;text-align:center;text-align-last:center;display:block; }
#hE8CGRklq8Gn8cfxWcHk81axvSeXqqZT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e6e6e6;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; }#hE8CGRklq8Gn8cfxWcHk81axvSeXqqZT > .row .container { background-color: transparent; background-image: none; }#hE8CGRklq8Gn8cfxWcHk81axvSeXqqZT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hE8CGRklq8Gn8cfxWcHk81axvSeXqqZT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hE8CGRklq8Gn8cfxWcHk81axvSeXqqZT > .row .container > .video-iframe-container { display: none; }#hE8CGRklq8Gn8cfxWcHk81axvSeXqqZT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hE8CGRklq8Gn8cfxWcHk81axvSeXqqZT > .row > .video-iframe-container { display: none; }#hE8CGRklq8Gn8cfxWcHk81axvSeXqqZT > .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); }#hE8CGRklq8Gn8cfxWcHk81axvSeXqqZT > .row .container { border-width: 0; border-radius: 0; }#hE8CGRklq8Gn8cfxWcHk81axvSeXqqZT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hE8CGRklq8Gn8cfxWcHk81axvSeXqqZT > .row .container { font-size:0.875rem;font-family:arial;height:39.375rem;width:60rem;position:relative;display:block; }#TOEZEt6ysyRpuZGkHWTX1Q5UnnMXG1gG { color:rgba(var(--color-tertiary-2),1);display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:3.9270830154419rem;left:0.0010414123535156rem;height:0.975rem;font-style:normal;display:block; }
#LaAezgQ4SzOSPKoAQkQan68OXT5A3rLO { color:rgba(var(--color-tertiary-2),1);display:block;width:15.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:6.2406244277954rem;left:0.0010414123535156rem;height:23.4rem;display:block; }
#Fbq4vN6WkZsZC4L8UhhRJZebxRxeARGm { color:rgba(var(--color-tertiary-2),1);display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:3.9270830154419rem;left:20rem;height:0.975rem;font-style:normal;display:block; }
#kWbLOlTgWWHXlDoGWHPOH0Cl2uzs6ZWI { color:rgba(var(--color-tertiary-2),1);display:block;width:15.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15002;line-height:1.8;letter-spacing:0;top:6.2406244277954rem;left:20rem;height:10.8rem;display:block; }
#oTTMx1PvzzBExv6K8Xqxinb4C8xRiNd9 { color:rgba(var(--color-tertiary-2),1);display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:20.427083015442rem;left:20rem;height:0.975rem;font-style:normal;display:block; }
#vLsds2A72J0WLV5qEmNAXC9zPKlECci7 { color:rgba(var(--color-tertiary-2),1);display:block;width:15.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15003;line-height:1.8;letter-spacing:0;top:23.075000762939rem;left:20rem;height:5.4rem;display:block; }
#oDvZ551a1WHdnX5ya8QODTl87r31VBiG { color:rgba(var(--color-tertiary-2),1);display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.9270830154419rem;left:39.999996185302rem;height:0.975rem;font-style:normal;display:block; }
#mKDTErieQzPWuKrp6u1QcOQFondZXoBe { color:rgba(var(--color-tertiary-2),1);display:block;width:20.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:6.2406311035156rem;left:39.999996185302rem;height:3.9rem;display:block; }
#kJ8oANoLcgNQ2ri8T8u00q4deJTPoPkO { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.9375rem;width:15.5625rem;top:12.334384918213rem;left:39.999996185302rem;overflow:hidden;display:block; }
#LlR7aMNDf1WbcNCmWxyximTPK2BVgqXh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),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; }#LlR7aMNDf1WbcNCmWxyximTPK2BVgqXh > .row .container { background-color: transparent; background-image: none; }#LlR7aMNDf1WbcNCmWxyximTPK2BVgqXh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LlR7aMNDf1WbcNCmWxyximTPK2BVgqXh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LlR7aMNDf1WbcNCmWxyximTPK2BVgqXh > .row .container > .video-iframe-container { display: none; }#LlR7aMNDf1WbcNCmWxyximTPK2BVgqXh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LlR7aMNDf1WbcNCmWxyximTPK2BVgqXh > .row > .video-iframe-container { display: none; }#LlR7aMNDf1WbcNCmWxyximTPK2BVgqXh > .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); }#LlR7aMNDf1WbcNCmWxyximTPK2BVgqXh > .row .container { border-width: 0; border-radius: 0; }#LlR7aMNDf1WbcNCmWxyximTPK2BVgqXh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LlR7aMNDf1WbcNCmWxyximTPK2BVgqXh > .row .container { font-size:0.875rem;font-family:arial;height:5.5rem;width:60rem;position:relative;display:block; }#E7FvZOlAUxQl2EFhoDOyTp2gD58DXakc { color:rgba(var(--color-tertiary-0),1);display:block;width:23rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.2218742370606rem;left:18.5rem;height:1.05625rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #yKdetcDCE3zu6EKtBBel2r7pq0SdkDVd { display:block; }#yKdetcDCE3zu6EKtBBel2r7pq0SdkDVd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OyGGPcXXxzdOUTFybfw501QTOz30bFzT { width:33.75rem;height:11.4375rem;top:8.5rem;left:0rem;font-size:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oasFBE0rcUy8sucvfETUhqHwNGgVEi1O { width:19.4375rem;height:3.8125rem;top:27.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRxqUxcSvUvo9S9GkDUkfS8MyLQ5vB0K { display:block; }
 }@media only screen and (max-width: 763px) { #Ow1t7uAhV8Nyd1ZkrrVCmyzS19aIazMz { top:5.6875rem;left:0rem;width:27.25rem;height:1rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9ME0oFvAaIzUKphpPssruZA9KXOtosP { top:0.875rem;left:38.75rem;width:9rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqfpaK90Lgt3bAb4arzFLXPKTBDGyydA { top:31.5rem;left:0rem;width:16rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSDSlLTI96ACtN7qUVXq6ZLTAeT3XrE0 { width:34.5625rem;height:2.25rem;top:21.5rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHTfAltgbpbnPzVPZ6lqv19H8r1Te4tI { display:block; }#mHTfAltgbpbnPzVPZ6lqv19H8r1Te4tI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c5Zlx6dlWXKUaIEpzECxRpdRyGxmtKtQ { width:7.4375rem;height:1rem;top:1.375rem;left:30.864582061767rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcTXg6D3Xx2MX7TSbZ9S3DK9ut14zErZ { top:1.3125rem;left:4.25rem;width:6.25rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBna2UtrgHdzUDEQMibOHOHrCyg5l3fq { width:17.9375rem;height:1.0625rem;top:1.375rem;left:10.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzrNcTCEysDEbbIkM7Mcfn1mEbFKX0gM { display:none; }#GzrNcTCEysDEbbIkM7Mcfn1mEbFKX0gM > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #SyKuwoygHJhhAMtAJE52ir3GUBnhTB6d { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#SyKuwoygHJhhAMtAJE52ir3GUBnhTB6d > .row .container { background-color: transparent; background-image: none; }#SyKuwoygHJhhAMtAJE52ir3GUBnhTB6d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SyKuwoygHJhhAMtAJE52ir3GUBnhTB6d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SyKuwoygHJhhAMtAJE52ir3GUBnhTB6d > .row .container > .video-iframe-container { display: none; }#SyKuwoygHJhhAMtAJE52ir3GUBnhTB6d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SyKuwoygHJhhAMtAJE52ir3GUBnhTB6d > .row > .video-iframe-container { display: none; }#SyKuwoygHJhhAMtAJE52ir3GUBnhTB6d > .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); }#SyKuwoygHJhhAMtAJE52ir3GUBnhTB6d > .row .container { border-width: 0; border-radius: 0; }#SyKuwoygHJhhAMtAJE52ir3GUBnhTB6d > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dewIHJMUmcScyfQ2fLP2qJWFXPD0cQ2w { width:13.5625rem;height:16.4375rem;top:28.125rem;left:0rem;background-color:#d9d9d9;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #808080;border-left:0.1875rem solid #808080;border-right:0.1875rem solid #808080;border-bottom:0.1875rem solid #808080;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #V62V6160pFfTNNciXNSEurCIaCdoLMm1 { width:11.3125rem;height:4.875rem;top:37.9375rem;left:0.40625rem;font-size:0.875rem;color:#0c0c0c;display:block; }
 }@media only screen and (max-width: 763px) { #oS7No8wyizNzsXT6ou7cB4PcCbs2WVi5 { width:13.5625rem;height:16.4375rem;top:28.125rem;left:9.9375rem;background-color:#d9d9d9;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #808080;border-left:0.1875rem solid #808080;border-right:0.1875rem solid #808080;border-bottom:0.1875rem solid #808080;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #XbNIfRTcfMbtbdax1nKpZ9NTzhEHlpdT { width:11.5rem;height:4.875rem;top:37.9375rem;left:12.34375rem;font-size:0.875rem;color:#0c0c0c;display:block; }
 }@media only screen and (max-width: 763px) { #xDbJPKwuqx9R61Lqvx9VfqZPlikw8HUA { width:13.5625rem;height:16.5rem;top:28.0625rem;left:21.875rem;background-color:#d9d9d9;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #808080;border-left:0.1875rem solid #808080;border-right:0.1875rem solid #808080;border-bottom:0.1875rem solid #808080;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #gicPfBH15Q9epqUkFKB5QxqDLrTEU3gm { width:11rem;height:4.875rem;top:37.9375rem;left:24.40625rem;font-size:0.875rem;color:#0c0c0c;display:block; }
 }@media only screen and (max-width: 763px) { #q261AKv7sEZqBkdNXOidSfWqAA0iKnFg { width:13.5625rem;height:16.4375rem;top:28.125rem;left:33.8125rem;background-color:#d9d9d9;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #808080;border-left:0.1875rem solid #808080;border-right:0.1875rem solid #808080;border-bottom:0.1875rem solid #808080;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #o7QeK1qtEOCBhtcnpXitC808JiyeH31r { width:11.375rem;height:4.875rem;top:37.9375rem;left:36.093746185302rem;font-size:0.875rem;color:#0c0c0c;display:block; }
 }@media only screen and (max-width: 763px) { #NCh4CCDwLhTfc2sUFX6pezotl7FNKkED { top:29.625rem;left:4.40625rem;width:3.375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCeAJTxFRI28KIMAg0n4S477QVQvZWFn { width:23.25rem;height:2.4375rem;top:2.625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgxUICVcfgbZMzzrNL8zE8To4u9MAqWx { width:23.25rem;height:2.4375rem;top:2.625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpIyDVMP22OuvMfoMyhqxyTRrT1ykPoO { top:29.6875rem;left:16.46875rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l28ZzWXAIeiieb47BtnRXKx2sqFUBBID { width:23.25rem;height:2.4375rem;top:2.625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qgubS4V2nALIdEHoJ16iQJ9cpJmcT2lx { top:29.75rem;left:28.34375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcsyuJbPpU56Ww26TWU4dMpzDv8Z9F2T { width:23.25rem;height:2.4375rem;top:2.625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfizPyAQI7RCGi3GWp8pkMwvfmszag4c { top:29.6875rem;left:40.124996185302rem;width:3.3125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #URu6mD0T04AdkVNyN07DVxPO1LcgFE5X { top:21.1875rem;left:0rem;width:30.0625rem;height:5.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c88QLo5r5RN9LT5BszN0dmaAGozhTplt { width:19.4375rem;height:3.8125rem;top:48.6875rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lfwo20t6lceBGLefRd5Ge69bE6gmNt7J { display:block; }
 }@media only screen and (max-width: 763px) { #VfLhcIqROMuNgRnvuDxzE6l12f5EOnT2 { top:7.5rem;left:0rem;width:47.75rem;height:;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOGZxz5ZvLqZOhvS9mBG3qzkHDxNaEQq { top:5.625rem;left:0rem;width:47.75rem;height:;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mk3T39lv4W65OVQ0s3ahrnD81yPwSnPQ { top:15.3125rem;left:0rem;width:41.0625rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pk14ZTHvMBoMZ06At2I8crHKdCTNQdEh { display:block; }#pk14ZTHvMBoMZ06At2I8crHKdCTNQdEh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P8wzLu6OKFniXxR6L4sz6Dsbg3KiQTr4 { width:16.3125rem;height:16.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3wy7rw2gbQDkoUBWWbD5R87SPoUn1Dh { width:20rem;height:16.1875rem;top:0rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sthGlzeXwxhA9usc56hGtKi4k2NQZT8X { width:16.1875rem;height:16.1875rem;top:0rem;left:31.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V57TfG1mBp4p8H72T6uXMcSkpMIX6GC6 { display:block; }#V57TfG1mBp4p8H72T6uXMcSkpMIX6GC6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KA60bA3u5cEDXOF0EfR3vGbzSVMOdIiA { width:23.25rem;height:2.4375rem;top:2.625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6K134tC3ow7PMO75Wu9td779Qo5EExy { display:block; }#o6K134tC3ow7PMO75Wu9td779Qo5EExy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xwbr9TT7rIRH2uKaZciq1LOTR8pfwZ0h { top:11.875rem;left:7.375rem;width:33rem;height:19.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbdDOp4lrsGsSOcyWFr6dET3HCdULGvW { top:4.25rem;left:6.6875rem;width:34.375rem;height:5.25rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQ7XpzNpoSG8izVVPoWgVKuNPfbCNfE0 { display:block; }#yQ7XpzNpoSG8izVVPoWgVKuNPfbCNfE0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iBUak5AfogbToFTpvxQeN3F3Ax8UXrqv { width:47.75rem;height:;top:5.125rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hb0dAleERpfswsPyb1AF6zUe2CHRKi77 { width:3.4375rem;height:0.125rem;top:12.6875rem;left:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmhNluBJPkBAcmx1QTDhCqFNF4b9Gevh { width:1.75rem;height:1.25rem;top:12.25rem;left:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3LD6oae3kwO69CZWVHqZmbklskKaNtc { width:3.4375rem;height:0.125rem;top:12.75rem;left:25.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #syX6HxG0KB03sEPbXhTNcKACl01aQho4 { width:10.375rem;height:10.3125rem;top:17.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMFeGvEwOlC09ekax7sJIK9n0iMUWPrs { width:11.375rem;height:11.375rem;top:16.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Trk3xWTxit1Q9BOJEZCox9LFizc2xQvW { width:15.75rem;height:16rem;top:29.5625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #suRqACDChdMVhKnZDtrJ0BayBDMdVapR { width:19rem;height:37.5625rem;top:15.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t78tTQdic6aTAmfpBQmKNfcaE7dyuImb { width:16.875rem;height:1.5625rem;top:48.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKiVXTKEw9qZhiStRponkerwn4SEL8O2 { width:19rem;height:37.5625rem;top:15.0625rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CA5JVG7ih6AzGITND7iDP6Va5V485mdi { width:11.375rem;height:11.375rem;top:16.875rem;left:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLtP4liftmmSJXsFSJNtEkmiM8oqakwo { width:10.5rem;height:10.5rem;top:17.375rem;left:18.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PG4TLZ3XOsqkNXbGstJoZUADeTgtS8mt { width:19rem;height:37.5625rem;top:15.0625rem;left:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MbIwa9KBKo0vEKz7kXSVXtR5OPrUKedb { width:11.375rem;height:11.375rem;top:16.875rem;left:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8KJwxCgTmGuJAu10GsGTCi9KPEbfwSl { width:10.5rem;height:10.5rem;top:17.375rem;left:37.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #piiUiFultQdbLphuHchhIFNDKyovrbVz { top:47.125rem;left:0.03125rem;width:6.875rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCGBk0v0F96ZmwTZhsUcrnLhXpE9nUOt { width:15.75rem;height:12.75rem;top:29.5625rem;left:16rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXH6MEeACqfztbharqngOXLeEPgTB3iA { top:44.375rem;left:20.4375rem;width:6.875rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ty4EuVLbp0ortstiKGx18fzfnBXwSsep { width:16.875rem;height:1.5625rem;top:46.1875rem;left:15.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDQoiG4mabl742l9H5Xna5A7pNkmGkir { width:15.6875rem;height:14.375rem;top:29.5625rem;left:32.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxuoDLrBtn8SvyTH5m3v6NrDwEWQ2V47 { width:16.875rem;height:1.5625rem;top:47.5625rem;left:30.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #icPVrdv7r16msF4M6pc3ZRISBK3RQ22T { top:45.875rem;left:40.875rem;width:6.875rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObbXVmgRCySoy4B2OoHOduREXCiakMCb { display:block; }#ObbXVmgRCySoy4B2OoHOduREXCiakMCb > .row .container { width:47.75rem;height:18.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G3T1wcXVzuHbspPCIVZUhtmhxy3TwbZb { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1PO83b9SWrhZOA9She3TopKsGRGPweJ { width:30.125rem;height:;top:3.8125rem;left:8.8125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpRITTH3msERVkHX307CLNilbux4XKEg { width:19.625rem;height:3.8125rem;top:72.6875rem;left:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #It2yp3mSu3TT8TGEerJumkm7V3uebMLS { display:block; }
 }@media only screen and (max-width: 763px) { #T4kEhSp0Pn3EFKFHftBAER3S2WZTFTSZ { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RATAoDm4vPJb2RBiyK25SUdSGbJcmnre { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:block; }#RATAoDm4vPJb2RBiyK25SUdSGbJcmnre li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_483c7715ee109426982be7b1aa14d9ba.svg); }
 }@media only screen and (max-width: 763px) { #kI808rXLkpfQx42FTMtz1NtDQiQeFW5p { display:block; }#kI808rXLkpfQx42FTMtz1NtDQiQeFW5p > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TCNQSpkoWeXgpyExROXOkJxb9JuHTp24 { width:30.625rem;height:1.4375rem;top:4.8125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5breHnTdPi7Jpw4OhcP4JvLMQh7rCVu { width:22.5rem;height:;top:6.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kabG18hXZcnURqbzBqRZXtFPRoBllb8C { width:22.875rem;height:7.875rem;top:20rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ti2KxTJMu019ITH8awTElgqHMuiXeBsx { width:17.125rem;height:3.5rem;top:30rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oidUEn60iqCtBqbOTOfDcNMeJQxt0l5z { display:block; }
 }@media only screen and (max-width: 763px) { #qvZ83IDtopyMXGPC7xaknFMUThD3U4oR { width:14rem;height:16.75rem;top:2.5rem;left:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGLEs378a4ROfdr59LEkCVmVQsOFtUnw { width:10.0625rem;height:5.625rem;top:10.0625rem;left:27.838542938233rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1Qg7kZhTWWvUFA6HWfvsMHuaeiXv34m { width:14rem;height:16.75rem;top:2.5rem;left:33.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHOC0uhGkpz9fTdNd9TB6NRkP3z74UXm { width:14rem;height:;top:10.0625rem;left:33.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTEXkGDwiD7zo12TkmbermOtnTLktaEn { width:14rem;height:16.75rem;top:19.25rem;left:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MO1599Ph5y8JHUD4dgAJxm6sWwVdX6Ip { width:14rem;height:16.75rem;top:19.25rem;left:33.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOkAxXafgVctUfleDtMqPVEgrICTagWX { width:14rem;height:;top:26.8125rem;left:25.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2MeSbqp6qdc3HWMNSi87B4tR2MJESTB { width:10.4375rem;height:;top:26.8125rem;left:37.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ch0fJh1TTBr1KlZGyz6PJMBhalmtMZBC { width:26.9375rem;height:6.75rem;top:11.625rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhwbTnwl1Xz5VxJHT0EcSO63IiZ1NLnS { top:5.3125rem;left:30.875001907349rem;width:3.375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eU9eFd7grHMALuqc8hEl759QEGkkc8IZ { top:5.3125rem;left:44.5rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCvl7eeXT62qbyeR1p7z8PoIO8d6vV4u { top:22.25rem;left:31.300001144409rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rio6bQ6J7l5eOhUTqBUTJfLarxOTDPPA { top:22.125rem;left:44.4375rem;width:3.3125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gpvp0FzO2VCFuGM6cLhug9gRpMeyDr2T { display:block; }#Gpvp0FzO2VCFuGM6cLhug9gRpMeyDr2T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LwliQozrPsV1nghPeOcgXb6xyTNmJVeZ { top:24.5rem;left:0rem;width:47.75rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzLNBLMa0pzRnXqtTqd0U4NohDVytXah { top:23.5625rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgL8GSQD0hmgOsHHIsdafqVLQPPhRotS { top:23.5625rem;left:45.4375rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QfZCpLPNpc7IgvVXTZLT8hT7kR5LaLk8 { top:27.625rem;left:0rem;width:7.375rem;height:7.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1Qt49WFUUIlW2etmxz1dTL36ObVV08r { top:27.625rem;left:4.25rem;width:8.3125rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPvP2S5ifxbpdkzCiMLrLWgWt82VuddH { top:27.625rem;left:16.84375rem;width:9.25rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBsfmF8rBbgWsqe3lVcUqCpO7AhrkXeT { top:27.5625rem;left:32.21875rem;width:9.8125rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGPCyV8XpSFzpxbARdxF682gJ6lSvKLy { top:27.625rem;left:39rem;width:8.75rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #furETo7iamJWb7tqAIdiafVInKOc8Z8H { top:12.6875rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZfDe4En2OqpxNcL1afzcBdnNlRZBPN2 { width:16.0625rem;height:3.125rem;top:38.0625rem;left:15.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TM2xDygkvrpUW75nNpF1Fl8Qq7AV52Xx { display:block; }
 }@media only screen and (max-width: 763px) { #TfwkNuUSr3QfTl3rOoG42sG3nmDeZQMk { top:23.6875rem;left:7.1875rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lR8STQwadyPlQ02qJs0sGT6HASi8Aax8 { top:23.4375rem;left:20.25rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJuEfqhimC6lPe2QODyKiE9z91kV2Z7h { top:23.4375rem;left:35.906246185302rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHvU0OTkCJ9nCgZnT86Sfarbfe0sr6yG { top:18.25rem;left:0rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBNEFesVzLED3MqRsETJ1JngPdkQ6zXD { top:18.3125rem;left:6.59375rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbPmWGEqJl2zoDJmKzhMaLpPsh0ocB7i { top:18.1875rem;left:19.53125rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJBZB7NEH3VXb2BmfLiyb30G8NTX1N89 { top:18.3125rem;left:34.206249237061rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHoZVVylkKQNwlyGCctqU04lbUvRMOvR { top:18.125rem;left:43.6875rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPSO6gclmIkXFlwWukR1IWZvynUP4Z1K { top:5.6875rem;left:0rem;width:41rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3S0GHwx9Xs4WJVtdFzNqg4RHv0ABNco { top:19.6875rem;left:7.1875rem;width:2.4375rem;height:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Gm1FTIzWPbL0xhVzXaN3dNLC7POmCrkl { top:19.6875rem;left:7.1875rem;width:2.4375rem;height:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #BrofBxUMXqtLZPyn94IVdrRrEz1AigQ3 { top:23.4375rem;left:7.1875rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AczQ3bfxq8XTdXW2ZaBLmubAm0QCib4q { display:block; }#AczQ3bfxq8XTdXW2ZaBLmubAm0QCib4q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fhwT723BWH9Dr5MMzEqFBRDDJenVLBpA { width:26.3125rem;height:4.875rem;top:3.1875rem;left:10.71875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqmsf70ZfEiGtplqtJpsomngQu6eqNDL .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#nqmsf70ZfEiGtplqtJpsomngQu6eqNDL { display:flex;height:auto;width:45.25rem;top:10.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #zM4gcrPn57NmZ2PvDHmRQI34ZOFh1Q4S {  }
 }@media only screen and (max-width: 763px) { #nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #W0FBukOT1wLqzHS8EqVHORdR79ivcQCa {  }
 }@media only screen and (max-width: 763px) { #nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #xTxUJu30GqHJMcup0DmxKX2PH8gmQTbA {  }
 }@media only screen and (max-width: 763px) { #nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #QqglZnCW9aqt3m3SVDRfhdIH1DBoBg99 {  }
 }@media only screen and (max-width: 763px) { #nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #n9rn6upOb2x9K0V9Jw7ApThN3VhPg34q {  }
 }@media only screen and (max-width: 763px) { #nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #XZ7TKwrLAtkHMf4qNbmEfI4WgzBxwoWA {  }
 }@media only screen and (max-width: 763px) { #nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #h0h0iQXW5AckbJ5kLS8p0WytqtQQWo4E {  }
 }@media only screen and (max-width: 763px) { #nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #IoDpnKeLNZFKg7vPLg0panF6rNiw9A6J {  }
 }@media only screen and (max-width: 763px) { #nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #tGmFy6PHHdZVteKBiHMvDoxqLJlUcRVR {  }
 }@media only screen and (max-width: 763px) { #nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #T6PSTOyOVRAZtwK9f2zZ4m3mCuZ1gV0R {  }
 }@media only screen and (max-width: 763px) { #nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #zv2822a6ANXShxhWudiFHQiKTFFq0Oey {  }
 }@media only screen and (max-width: 763px) { #nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #Zh5mDIUv7f1epQc5I25F2TF7r0XIZz01 {  }
 }@media only screen and (max-width: 763px) { #nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #THNEOGkohQxtDukX4hOTbsTJLPh4eIcD {  }
 }@media only screen and (max-width: 763px) { #nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #auo67oHaV4UDonQ5gUDaTN2T18p1M5vJ {  }
 }@media only screen and (max-width: 763px) { #nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #V24wbkoXOyCylMVw7gp8vhLvOa5FohKy {  }
 }@media only screen and (max-width: 763px) { #nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #dLyX2m3Rft9SQpPnDipmGThAhBg2WqZ1 {  }
 }@media only screen and (max-width: 763px) { #nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #IXuUCJ9sp0HmDSbTl2XRdqu2sENHa3va {  }
 }@media only screen and (max-width: 763px) { #nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #hFNkBMfDlZa1OiRiZoDCavaQ3L4VMR9H {  }
 }@media only screen and (max-width: 763px) { #nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #ZHz3ncsw0kO7bFBeepHVCnn3pyuDfBld {  }
 }@media only screen and (max-width: 763px) { #nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #p9QDdk4DEDWFUvemUSceX1ZkTWfAf3fb {  }
 }@media only screen and (max-width: 763px) { #nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #F6tWGTmiQEDkvb4whGRcGuGcM2XiQch5 {  }
 }@media only screen and (max-width: 763px) { #nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #FVOI0zhJx0ReUuy3x67ihn2PPnFFhtSo {  }
 }@media only screen and (max-width: 763px) { #nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #ARXh4rRPIfVLq2Tm4vOtQ87JN3CX789T {  }
 }@media only screen and (max-width: 763px) { #nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #LIvUutu1PtJ02yWzPnLwA9Xn3s7BBIdo {  }
 }@media only screen and (max-width: 763px) { #nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #Tzl0wwzH5ufRlXescaDhyh5iiLDbNTws {  }
 }@media only screen and (max-width: 763px) { #BVCedByAozvAdzlQhRpCZ3QdgGoJFahM { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hE8CGRklq8Gn8cfxWcHk81axvSeXqqZT { display:block; }#hE8CGRklq8Gn8cfxWcHk81axvSeXqqZT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TOEZEt6ysyRpuZGkHWTX1Q5UnnMXG1gG { top:3.875rem;left:0rem;width:4.1875rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LaAezgQ4SzOSPKoAQkQan68OXT5A3rLO { top:6.1875rem;left:0rem;width:15.5rem;height:23.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fbq4vN6WkZsZC4L8UhhRJZebxRxeARGm { top:3.875rem;left:15.875rem;width:10.75rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWbLOlTgWWHXlDoGWHPOH0Cl2uzs6ZWI { top:6.1875rem;left:15.875rem;width:15.5rem;height:10.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTTMx1PvzzBExv6K8Xqxinb4C8xRiNd9 { top:20.375rem;left:15.875rem;width:10.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLsds2A72J0WLV5qEmNAXC9zPKlECci7 { top:23.0625rem;left:15.875rem;width:15.5rem;height:5.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDvZ551a1WHdnX5ya8QODTl87r31VBiG { top:3.875rem;left:21rem;width:10.75rem;height:;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKDTErieQzPWuKrp6u1QcOQFondZXoBe { top:6.1875rem;left:11.5rem;width:20.25rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJ8oANoLcgNQ2ri8T8u00q4deJTPoPkO { top:12.3125rem;left:16.1875rem;width:15.5625rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlR7aMNDf1WbcNCmWxyximTPK2BVgqXh { display:block; }#LlR7aMNDf1WbcNCmWxyximTPK2BVgqXh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E7FvZOlAUxQl2EFhoDOyTp2gD58DXakc { top:2.1875rem;left:12.375rem;width:23rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #yKdetcDCE3zu6EKtBBel2r7pq0SdkDVd { background-color:#f15670;background-image:none;display:block; }#yKdetcDCE3zu6EKtBBel2r7pq0SdkDVd > .row .container { background-color: transparent; background-image: none; }#yKdetcDCE3zu6EKtBBel2r7pq0SdkDVd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yKdetcDCE3zu6EKtBBel2r7pq0SdkDVd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yKdetcDCE3zu6EKtBBel2r7pq0SdkDVd > .row .container > .video-iframe-container { display: none; }#yKdetcDCE3zu6EKtBBel2r7pq0SdkDVd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yKdetcDCE3zu6EKtBBel2r7pq0SdkDVd > .row > .video-iframe-container { display: none; }#yKdetcDCE3zu6EKtBBel2r7pq0SdkDVd > .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); }#yKdetcDCE3zu6EKtBBel2r7pq0SdkDVd > .row .container { width:20rem;height:35.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OyGGPcXXxzdOUTFybfw501QTOz30bFzT { width:19.9375rem;height:11.25rem;top:9.949999809265rem;left:0rem;text-align:left;text-align-last:left;font-size:2.8125rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #oasFBE0rcUy8sucvfETUhqHwNGgVEi1O { width:20rem;height:3.625rem;top:27.8125rem;left:0rem;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRxqUxcSvUvo9S9GkDUkfS8MyLQ5vB0K { display:block; }
 }@media only screen and (max-width: 763px) { #Ow1t7uAhV8Nyd1ZkrrVCmyzS19aIazMz { width:19.9375rem;height:0.89375rem;top:7.125rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #H9ME0oFvAaIzUKphpPssruZA9KXOtosP { width:6.3125rem;height:3.9375rem;top:1.3250000476837rem;left:6.8437500596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqfpaK90Lgt3bAb4arzFLXPKTBDGyydA { width:16rem;height:0.8125rem;top:32rem;left:2rem;font-size:0.625rem;text-align:center;text-align-last:center;color:#f8cdd7;display:block; }
 }@media only screen and (max-width: 763px) { #WSDSlLTI96ACtN7qUVXq6ZLTAeT3XrE0 { width:20rem;height:1.75rem;top:22.494792938233rem;left:0rem;text-align:left;text-align-last:left;font-size:1.75rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #mHTfAltgbpbnPzVPZ6lqv19H8r1Te4tI { background-color:#a4334e;background-image:none;display:block; }#mHTfAltgbpbnPzVPZ6lqv19H8r1Te4tI > .row .container { background-color: transparent; background-image: none; }#mHTfAltgbpbnPzVPZ6lqv19H8r1Te4tI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mHTfAltgbpbnPzVPZ6lqv19H8r1Te4tI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mHTfAltgbpbnPzVPZ6lqv19H8r1Te4tI > .row .container > .video-iframe-container { display: none; }#mHTfAltgbpbnPzVPZ6lqv19H8r1Te4tI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mHTfAltgbpbnPzVPZ6lqv19H8r1Te4tI > .row > .video-iframe-container { display: none; }#mHTfAltgbpbnPzVPZ6lqv19H8r1Te4tI > .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); }#mHTfAltgbpbnPzVPZ6lqv19H8r1Te4tI > .row .container { width:20rem;height:7.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c5Zlx6dlWXKUaIEpzECxRpdRyGxmtKtQ { width:14.5625rem;height:0.9625rem;top:4.9750003814697rem;left:2.71875rem;font-size:0.6875rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zcTXg6D3Xx2MX7TSbZ9S3DK9ut14zErZ { width:6.25rem;height:1.0625rem;top:1.1000003814698rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBna2UtrgHdzUDEQMibOHOHrCyg5l3fq { width:13.5625rem;height:2.275rem;top:2.3937492370606rem;left:3.21875rem;font-size:0.875rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GzrNcTCEysDEbbIkM7Mcfn1mEbFKX0gM { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/adada319-1f6d-4eee-a900-d2074f48fc46/SMHeroMobile.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; }#GzrNcTCEysDEbbIkM7Mcfn1mEbFKX0gM.adaptive-delivery-prevent-bg, #GzrNcTCEysDEbbIkM7Mcfn1mEbFKX0gM.lazyload, #GzrNcTCEysDEbbIkM7Mcfn1mEbFKX0gM.lazyloading { background-image: none; }#GzrNcTCEysDEbbIkM7Mcfn1mEbFKX0gM > .row .container { background-color: transparent; background-image: none; }#GzrNcTCEysDEbbIkM7Mcfn1mEbFKX0gM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GzrNcTCEysDEbbIkM7Mcfn1mEbFKX0gM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GzrNcTCEysDEbbIkM7Mcfn1mEbFKX0gM > .row .container > .video-iframe-container { display: none; }#GzrNcTCEysDEbbIkM7Mcfn1mEbFKX0gM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GzrNcTCEysDEbbIkM7Mcfn1mEbFKX0gM > .row > .video-iframe-container { display: none; }#GzrNcTCEysDEbbIkM7Mcfn1mEbFKX0gM > .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); }#GzrNcTCEysDEbbIkM7Mcfn1mEbFKX0gM > .row .container { border-width: 0; border-radius: 0; }#GzrNcTCEysDEbbIkM7Mcfn1mEbFKX0gM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GzrNcTCEysDEbbIkM7Mcfn1mEbFKX0gM > .row .container { width:20rem;height:14.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SyKuwoygHJhhAMtAJE52ir3GUBnhTB6d { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#SyKuwoygHJhhAMtAJE52ir3GUBnhTB6d > .row .container { background-color: transparent; background-image: none; }#SyKuwoygHJhhAMtAJE52ir3GUBnhTB6d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SyKuwoygHJhhAMtAJE52ir3GUBnhTB6d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SyKuwoygHJhhAMtAJE52ir3GUBnhTB6d > .row .container > .video-iframe-container { display: none; }#SyKuwoygHJhhAMtAJE52ir3GUBnhTB6d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SyKuwoygHJhhAMtAJE52ir3GUBnhTB6d > .row > .video-iframe-container { display: none; }#SyKuwoygHJhhAMtAJE52ir3GUBnhTB6d > .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); }#SyKuwoygHJhhAMtAJE52ir3GUBnhTB6d > .row .container { border-width: 0; border-radius: 0; }#SyKuwoygHJhhAMtAJE52ir3GUBnhTB6d > .row .container { width:20rem;height:88.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dewIHJMUmcScyfQ2fLP2qJWFXPD0cQ2w { width:19.75rem;height:13.125rem;top:23.9375rem;left:0rem;background-color:#d9d9d9;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #a4334e;border-left:0.1875rem solid #a4334e;border-right:0.1875rem solid #a4334e;border-bottom:0.1875rem solid #a4334e;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #V62V6160pFfTNNciXNSEurCIaCdoLMm1 { width:16.8125rem;height:3.675rem;top:32.312500953674rem;left:1.59375rem;text-align:center;text-align-last:center;color:#0c0c0c;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oS7No8wyizNzsXT6ou7cB4PcCbs2WVi5 { width:19.75rem;height:13.1875rem;top:38.5rem;left:0rem;background-color:#d9d9d9;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #a4334e;border-left:0.1875rem solid #a4334e;border-right:0.1875rem solid #a4334e;border-bottom:0.1875rem solid #a4334e;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #XbNIfRTcfMbtbdax1nKpZ9NTzhEHlpdT { width:16.75rem;height:3.675rem;top:46.625rem;left:1.625rem;text-align:center;text-align-last:center;color:#0c0c0c;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDbJPKwuqx9R61Lqvx9VfqZPlikw8HUA { width:19.75rem;height:13.0625rem;top:52.75rem;left:0rem;background-color:#d9d9d9;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #a4334e;border-left:0.1875rem solid #a4334e;border-right:0.1875rem solid #a4334e;border-bottom:0.1875rem solid #a4334e;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #gicPfBH15Q9epqUkFKB5QxqDLrTEU3gm { width:16.8125rem;height:3.675rem;top:60.9375rem;left:1.59375rem;text-align:center;text-align-last:center;color:#0c0c0c;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q261AKv7sEZqBkdNXOidSfWqAA0iKnFg { width:19.75rem;height:13.375rem;top:66.9375rem;left:0rem;background-color:#d9d9d9;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #a4334e;border-left:0.1875rem solid #a4334e;border-right:0.1875rem solid #a4334e;border-bottom:0.1875rem solid #a4334e;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #o7QeK1qtEOCBhtcnpXitC808JiyeH31r { width:16.75rem;height:3.675rem;top:75.1875rem;left:1.59375rem;text-align:center;text-align-last:center;color:#0c0c0c;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCh4CCDwLhTfc2sUFX6pezotl7FNKkED { display:flex;width:3.375rem;height:3.375rem;top:25.182291030884rem;left:8.3125rem; }
 }@media only screen and (max-width: 763px) { #aCeAJTxFRI28KIMAg0n4S477QVQvZWFn { width:13.5rem;height:2.6125rem;top:29.182290077209rem;left:3.25rem;text-align:center;text-align-last:center;font-size:1.1875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #wgxUICVcfgbZMzzrNL8zE8To4u9MAqWx { width:10.9375rem;height:2.6125rem;top:42.932289123535rem;left:4.53125rem;text-align:center;text-align-last:center;font-size:1.1875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #JpIyDVMP22OuvMfoMyhqxyTRrT1ykPoO { display:flex;width:3.25rem;height:3.25rem;top:39.682290077209rem;left:8.375rem; }
 }@media only screen and (max-width: 763px) { #l28ZzWXAIeiieb47BtnRXKx2sqFUBBID { width:10.6875rem;height:2.6125rem;top:57.5625rem;left:4.65625rem;text-align:center;text-align-last:center;font-size:1.1875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #qgubS4V2nALIdEHoJ16iQJ9cpJmcT2lx { display:flex;width:3.125rem;height:3.125rem;top:53.874999046326rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #UcsyuJbPpU56Ww26TWU4dMpzDv8Z9F2T { width:12.875rem;height:1.54375rem;top:72.375rem;left:3.5625rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfizPyAQI7RCGi3GWp8pkMwvfmszag4c { display:flex;width:3.3125rem;height:3.3125rem;top:68.375rem;left:8.34375rem; }
 }@media only screen and (max-width: 763px) { #URu6mD0T04AdkVNyN07DVxPO1LcgFE5X { width:20rem;height:5.85rem;top:17.243750572204rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #c88QLo5r5RN9LT5BszN0dmaAGozhTplt { width:16.5625rem;height:3.8125rem;top:83.068748474119rem;left:1.71875rem;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lfwo20t6lceBGLefRd5Ge69bE6gmNt7J { display:block; }
 }@media only screen and (max-width: 763px) { #VfLhcIqROMuNgRnvuDxzE6l12f5EOnT2 { width:19.75rem;height:7.425rem;top:3.6750011444092rem;left:0.125rem;font-size:2.0625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #EOGZxz5ZvLqZOhvS9mBG3qzkHDxNaEQq { width:20rem;height:1.05625rem;top:1.875rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Mk3T39lv4W65OVQ0s3ahrnD81yPwSnPQ { width:20rem;height:1.38125rem;top:12.593749046326rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pk14ZTHvMBoMZ06At2I8crHKdCTNQdEh { display:block; }#pk14ZTHvMBoMZ06At2I8crHKdCTNQdEh > .row .container { width:20rem;height:17.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P8wzLu6OKFniXxR6L4sz6Dsbg3KiQTr4 { width:16.3125rem;height:16.125rem;top:1.25rem;left:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #D3wy7rw2gbQDkoUBWWbD5R87SPoUn1Dh { width:19.6875rem;height:15.375rem;top:0.62499904632568rem;left:0.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sthGlzeXwxhA9usc56hGtKi4k2NQZT8X { width:20rem;height:20rem;top:34.999992370606rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #V57TfG1mBp4p8H72T6uXMcSkpMIX6GC6 { display:block; }#V57TfG1mBp4p8H72T6uXMcSkpMIX6GC6 > .row .container { width:20rem;height:6.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KA60bA3u5cEDXOF0EfR3vGbzSVMOdIiA { width:20rem;height:1.4875rem;top:2.4750003814698rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #o6K134tC3ow7PMO75Wu9td779Qo5EExy { display:block; }#o6K134tC3ow7PMO75Wu9td779Qo5EExy > .row .container { width:20rem;height:40.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xwbr9TT7rIRH2uKaZciq1LOTR8pfwZ0h { width:20rem;height:26rem;top:11.487500190735rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbdDOp4lrsGsSOcyWFr6dET3HCdULGvW { width:20rem;height:7.3125rem;top:2.4999990463257rem;left:0rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQ7XpzNpoSG8izVVPoWgVKuNPfbCNfE0 { display:block; }#yQ7XpzNpoSG8izVVPoWgVKuNPfbCNfE0 > .row .container { width:20rem;height:125.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iBUak5AfogbToFTpvxQeN3F3Ax8UXrqv { width:18.625rem;height:4.8125rem;top:3.1197929382324rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:2.1875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Hb0dAleERpfswsPyb1AF6zUe2CHRKi77 { width:3.4375rem;height:0.125rem;top:10.824996948243rem;left:4.84375rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #NmhNluBJPkBAcmx1QTDhCqFNF4b9Gevh { width:1.75rem;height:1.25rem;top:10.262496948243rem;left:9.125rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #z3LD6oae3kwO69CZWVHqZmbklskKaNtc { width:3.4375rem;height:0.125rem;top:10.824996948243rem;left:11.776041984558rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #syX6HxG0KB03sEPbXhTNcKACl01aQho4 { width:10.3125rem;height:10.3125rem;top:16.137501716614rem;left:4.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMFeGvEwOlC09ekax7sJIK9n0iMUWPrs { width:11.375rem;height:11.375rem;top:15.548958778381rem;left:4.2552089691162rem;display:block; }
 }@media only screen and (max-width: 763px) { #Trk3xWTxit1Q9BOJEZCox9LFizc2xQvW { width:16.25rem;height:15rem;top:28.075012207031rem;left:2.125rem;text-align:left;text-align-last:left;font-size:0.9375rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #suRqACDChdMVhKnZDtrJ0BayBDMdVapR { width:20rem;height:37.6875rem;top:13.387496948243rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t78tTQdic6aTAmfpBQmKNfcaE7dyuImb { width:16.875rem;height:1.6rem;top:47.512498855591rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKiVXTKEw9qZhiStRponkerwn4SEL8O2 { width:20rem;height:35rem;top:52.357299804688rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CA5JVG7ih6AzGITND7iDP6Va5V485mdi { width:11.375rem;height:11.375rem;top:54.773958206177rem;left:4.2552089691162rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLtP4liftmmSJXsFSJNtEkmiM8oqakwo { width:10.3125rem;height:10.3125rem;top:55.362499237061rem;left:4.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PG4TLZ3XOsqkNXbGstJoZUADeTgtS8mt { width:20rem;height:34.75rem;top:88.462493896488rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MbIwa9KBKo0vEKz7kXSVXtR5OPrUKedb { width:11.375rem;height:11.375rem;top:90.123960494994rem;left:4.2552089691162rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8KJwxCgTmGuJAu10GsGTCi9KPEbfwSl { width:10.3125rem;height:10.3125rem;top:90.712501525881rem;left:4.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #piiUiFultQdbLphuHchhIFNDKyovrbVz { width:6.875rem;height:1.25rem;top:45.694774627686rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCGBk0v0F96ZmwTZhsUcrnLhXpE9nUOt { width:16.25rem;height:10.5rem;top:67.612487792969rem;left:2.125rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXH6MEeACqfztbharqngOXLeEPgTB3iA { width:6.875rem;height:1.25rem;top:81.982290267944rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ty4EuVLbp0ortstiKGx18fzfnBXwSsep { width:16.875rem;height:1.6rem;top:83.799999237062rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDQoiG4mabl742l9H5Xna5A7pNkmGkir { width:16.4375rem;height:13.5rem;top:102.21249389649rem;left:1.65625rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxuoDLrBtn8SvyTH5m3v6NrDwEWQ2V47 { width:16.875rem;height:1.6rem;top:119.20208740234rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #icPVrdv7r16msF4M6pc3ZRISBK3RQ22T { width:6.875rem;height:1.25rem;top:117.95208740234rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObbXVmgRCySoy4B2OoHOduREXCiakMCb { display:block; }#ObbXVmgRCySoy4B2OoHOduREXCiakMCb > .row .container { width:20rem;height:90.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G3T1wcXVzuHbspPCIVZUhtmhxy3TwbZb { width:20rem;height:33.25rem;top:11.412490844726rem;left:0rem;text-align:left;text-align-last:left;font-size:1.1875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #d1PO83b9SWrhZOA9She3TopKsGRGPweJ { width:20rem;height:7.8375rem;top:1.375rem;left:0rem;text-align:center;text-align-last:center;font-size:2.375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #GpRITTH3msERVkHX307CLNilbux4XKEg { width:17.5rem;height:3.8125rem;top:84.3125rem;left:1.25rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #It2yp3mSu3TT8TGEerJumkm7V3uebMLS { display:block; }
 }@media only screen and (max-width: 763px) { #T4kEhSp0Pn3EFKFHftBAER3S2WZTFTSZ { width:18.75rem;height:9.975rem;top:71.912487030031rem;left:0rem;text-align:left;text-align-last:left;font-size:1.1875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #RATAoDm4vPJb2RBiyK25SUdSGbJcmnre { width:17.375rem;height:23.44375rem;top:46.1875rem;left:1.3125rem;text-align:left;text-align-last:left;font-size:1.1875rem;line-height:1.3;display:block; }#RATAoDm4vPJb2RBiyK25SUdSGbJcmnre li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_483c7715ee109426982be7b1aa14d9ba.svg); }
 }@media only screen and (max-width: 763px) { #kI808rXLkpfQx42FTMtz1NtDQiQeFW5p { display:block; }#kI808rXLkpfQx42FTMtz1NtDQiQeFW5p > .row .container { width:20rem;height:67.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TCNQSpkoWeXgpyExROXOkJxb9JuHTp24 { width:20rem;height:0.975rem;top:2.7374877929688rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5breHnTdPi7Jpw4OhcP4JvLMQh7rCVu { width:13.5625rem;height:2.4rem;top:3.7124996185302rem;left:3.21875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kabG18hXZcnURqbzBqRZXtFPRoBllb8C { width:20rem;height:7.875rem;top:50.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ti2KxTJMu019ITH8awTElgqHMuiXeBsx { width:14.4375rem;height:3.5rem;top:60.39999961853rem;left:2.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oidUEn60iqCtBqbOTOfDcNMeJQxt0l5z { display:block; }
 }@media only screen and (max-width: 763px) { #qvZ83IDtopyMXGPC7xaknFMUThD3U4oR { width:14.1875rem;height:7.5rem;top:16.687492370606rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGLEs378a4ROfdr59LEkCVmVQsOFtUnw { width:14rem;height:1rem;top:21.999992370606rem;left:3rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1Qg7kZhTWWvUFA6HWfvsMHuaeiXv34m { width:14.25rem;height:6.9375rem;top:24.937492370606rem;left:2.9187507629394rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHOC0uhGkpz9fTdNd9TB6NRkP3z74UXm { width:14rem;height:1rem;top:29.437492370606rem;left:3rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTEXkGDwiD7zo12TkmbermOtnTLktaEn { width:14.25rem;height:7.4375rem;top:32.874992370606rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #MO1599Ph5y8JHUD4dgAJxm6sWwVdX6Ip { width:14.125rem;height:7.4375rem;top:41.374992370606rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOkAxXafgVctUfleDtMqPVEgrICTagWX { width:14rem;height:1rem;top:37.874992370606rem;left:3rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2MeSbqp6qdc3HWMNSi87B4tR2MJESTB { width:14rem;height:1rem;top:46.999992370606rem;left:3rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ch0fJh1TTBr1KlZGyz6PJMBhalmtMZBC { width:16.8125rem;height:7.5rem;top:7.6124992370606rem;left:1.59375rem;text-align:center;text-align-last:center;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhwbTnwl1Xz5VxJHT0EcSO63IiZ1NLnS { display:flex;width:3.375rem;height:3.375rem;top:17.812492370606rem;left:8.3125rem; }
 }@media only screen and (max-width: 763px) { #eU9eFd7grHMALuqc8hEl759QEGkkc8IZ { display:flex;width:3.25rem;height:3.25rem;top:25.499992370606rem;left:8.375rem; }
 }@media only screen and (max-width: 763px) { #BCvl7eeXT62qbyeR1p7z8PoIO8d6vV4u { display:flex;width:3.125rem;height:3.125rem;top:34.124992370606rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #rio6bQ6J7l5eOhUTqBUTJfLarxOTDPPA { display:flex;width:3.3125rem;height:3.3125rem;top:42.499992370606rem;left:8.34375rem; }
 }@media only screen and (max-width: 763px) { #Gpvp0FzO2VCFuGM6cLhug9gRpMeyDr2T { display:block; }#Gpvp0FzO2VCFuGM6cLhug9gRpMeyDr2T > .row .container { width:20rem;height:65.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LwliQozrPsV1nghPeOcgXb6xyTNmJVeZ { width:0.3125rem;height:33.125rem;top:18.5625rem;left:2.0343751907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzLNBLMa0pzRnXqtTqd0U4NohDVytXah { width:1.25rem;height:1.25rem;top:16.75rem;left:1.3125rem;border-top:0.3125rem solid #ffde59;border-left:0.3125rem solid #ffde59;border-right:0.3125rem solid #ffde59;border-bottom:0.3125rem solid #ffde59;display:block; }
 }@media only screen and (max-width: 763px) { #ZgL8GSQD0hmgOsHHIsdafqVLQPPhRotS { width:1.625rem;height:1.625rem;top:51.199998855591rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QfZCpLPNpc7IgvVXTZLT8hT7kR5LaLk8 { width:7.6875rem;height:6.5rem;top:16.75rem;left:10.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Z1Qt49WFUUIlW2etmxz1dTL36ObVV08r { width:7.125rem;height:6.5rem;top:25.169788360596rem;left:10.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CPvP2S5ifxbpdkzCiMLrLWgWt82VuddH { width:7.75rem;height:6.5rem;top:33.581249237061rem;left:10.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TBsfmF8rBbgWsqe3lVcUqCpO7AhrkXeT { width:8.0625rem;height:5.2rem;top:42.387498855591rem;left:10.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eGPCyV8XpSFzpxbARdxF682gJ6lSvKLy { width:8.25rem;height:3.9rem;top:50.062499046326rem;left:10.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #furETo7iamJWb7tqAIdiafVInKOc8Z8H { width:19.0625rem;height:3.0875rem;top:10.687500953674rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZfDe4En2OqpxNcL1afzcBdnNlRZBPN2 { width:14rem;height:3.125rem;top:57.4375rem;left:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TM2xDygkvrpUW75nNpF1Fl8Qq7AV52Xx { display:block; }
 }@media only screen and (max-width: 763px) { #TfwkNuUSr3QfTl3rOoG42sG3nmDeZQMk { display:flex;width:2.4375rem;height:2.4375rem;top:27.201040267944rem;left:0.97187519073488rem; }
 }@media only screen and (max-width: 763px) { #lR8STQwadyPlQ02qJs0sGT6HASi8Aax8 { display:flex;width:2.3125rem;height:2.3125rem;top:25.362500190735rem;left:10.875000536442rem;display:none; }
 }@media only screen and (max-width: 763px) { #PJuEfqhimC6lPe2QODyKiE9z91kV2Z7h { display:flex;width:2.4375rem;height:2.4375rem;top:68.175000429156rem;left:7.7500005364419rem;display:none; }
 }@media only screen and (max-width: 763px) { #RHvU0OTkCJ9nCgZnT86Sfarbfe0sr6yG { display:flex;width:3.875rem;height:3.875rem;top:16.75rem;left:4.9250001907349rem; }
 }@media only screen and (max-width: 763px) { #SBNEFesVzLED3MqRsETJ1JngPdkQ6zXD { display:flex;width:3.625rem;height:3.625rem;top:26.325000762939rem;left:5.1750001907349rem; }
 }@media only screen and (max-width: 763px) { #EbPmWGEqJl2zoDJmKzhMaLpPsh0ocB7i { display:flex;width:3.4375rem;height:3.4375rem;top:35.112499237061rem;left:5.1437501907349rem; }
 }@media only screen and (max-width: 763px) { #WJBZB7NEH3VXb2BmfLiyb30G8NTX1N89 { display:flex;width:3.5rem;height:3.5rem;top:43.237498283386rem;left:5.357292175293rem; }
 }@media only screen and (max-width: 763px) { #iHoZVVylkKQNwlyGCctqU04lbUvRMOvR { display:flex;width:4.0625rem;height:4.0625rem;top:50.062499046326rem;left:4.8312501907349rem; }
 }@media only screen and (max-width: 763px) { #wPSO6gclmIkXFlwWukR1IWZvynUP4Z1K { width:18.9375rem;height:6.1875rem;top:3.7739582061767rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3S0GHwx9Xs4WJVtdFzNqg4RHv0ABNco { display:flex;width:2.4375rem;height:2.4375rem;top:35.112499237061rem;left:0.97187519073488rem;z-index:15014; }
 }@media only screen and (max-width: 763px) { #Gm1FTIzWPbL0xhVzXaN3dNLC7POmCrkl { display:flex;width:2.4375rem;height:2.4375rem;top:43.768748283386rem;left:0.97187519073488rem;z-index:15015; }
 }@media only screen and (max-width: 763px) { #BrofBxUMXqtLZPyn94IVdrRrEz1AigQ3 { display:flex;width:2.4375rem;height:2.4375rem;top:23.4375rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #AczQ3bfxq8XTdXW2ZaBLmubAm0QCib4q { display:block; }#AczQ3bfxq8XTdXW2ZaBLmubAm0QCib4q > .row .container { width:20rem;height:50.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fhwT723BWH9Dr5MMzEqFBRDDJenVLBpA { width:19.5625rem;height:6.525rem;top:2.7822933197021rem;left:0.21875rem;text-align:center;text-align-last:center;font-size:1.8125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #nqmsf70ZfEiGtplqtJpsomngQu6eqNDL .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#nqmsf70ZfEiGtplqtJpsomngQu6eqNDL .accordion-heading-text { line-height:1.4;overflow:hidden;height:auto;font-size:1.0625rem; }
#nqmsf70ZfEiGtplqtJpsomngQu6eqNDL { display:flex;height:auto;width:19.875rem;top:11.924999237061rem;left:0rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
 }@media only screen and (max-width: 763px) { #nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #zM4gcrPn57NmZ2PvDHmRQI34ZOFh1Q4S {  }
 }@media only screen and (max-width: 763px) { #nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #W0FBukOT1wLqzHS8EqVHORdR79ivcQCa {  }
 }@media only screen and (max-width: 763px) { #nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #xTxUJu30GqHJMcup0DmxKX2PH8gmQTbA {  }
 }@media only screen and (max-width: 763px) { #nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #QqglZnCW9aqt3m3SVDRfhdIH1DBoBg99 {  }
 }@media only screen and (max-width: 763px) { #nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #n9rn6upOb2x9K0V9Jw7ApThN3VhPg34q {  }
 }@media only screen and (max-width: 763px) { #nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #XZ7TKwrLAtkHMf4qNbmEfI4WgzBxwoWA {  }
 }@media only screen and (max-width: 763px) { #nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #h0h0iQXW5AckbJ5kLS8p0WytqtQQWo4E {  }
 }@media only screen and (max-width: 763px) { #nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #IoDpnKeLNZFKg7vPLg0panF6rNiw9A6J {  }
 }@media only screen and (max-width: 763px) { #nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #tGmFy6PHHdZVteKBiHMvDoxqLJlUcRVR {  }
 }@media only screen and (max-width: 763px) { #nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #T6PSTOyOVRAZtwK9f2zZ4m3mCuZ1gV0R {  }
 }@media only screen and (max-width: 763px) { #nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #zv2822a6ANXShxhWudiFHQiKTFFq0Oey {  }
 }@media only screen and (max-width: 763px) { #nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #Zh5mDIUv7f1epQc5I25F2TF7r0XIZz01 {  }
 }@media only screen and (max-width: 763px) { #nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #THNEOGkohQxtDukX4hOTbsTJLPh4eIcD {  }
 }@media only screen and (max-width: 763px) { #nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #auo67oHaV4UDonQ5gUDaTN2T18p1M5vJ {  }
 }@media only screen and (max-width: 763px) { #nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #V24wbkoXOyCylMVw7gp8vhLvOa5FohKy {  }
 }@media only screen and (max-width: 763px) { #nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #dLyX2m3Rft9SQpPnDipmGThAhBg2WqZ1 {  }
 }@media only screen and (max-width: 763px) { #nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #IXuUCJ9sp0HmDSbTl2XRdqu2sENHa3va {  }
 }@media only screen and (max-width: 763px) { #nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #hFNkBMfDlZa1OiRiZoDCavaQ3L4VMR9H {  }
 }@media only screen and (max-width: 763px) { #nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #ZHz3ncsw0kO7bFBeepHVCnn3pyuDfBld {  }
 }@media only screen and (max-width: 763px) { #nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #p9QDdk4DEDWFUvemUSceX1ZkTWfAf3fb {  }
 }@media only screen and (max-width: 763px) { #nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #F6tWGTmiQEDkvb4whGRcGuGcM2XiQch5 {  }
 }@media only screen and (max-width: 763px) { #nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #FVOI0zhJx0ReUuy3x67ihn2PPnFFhtSo {  }
 }@media only screen and (max-width: 763px) { #nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #ARXh4rRPIfVLq2Tm4vOtQ87JN3CX789T {  }
 }@media only screen and (max-width: 763px) { #nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #LIvUutu1PtJ02yWzPnLwA9Xn3s7BBIdo {  }
 }@media only screen and (max-width: 763px) { #nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #Tzl0wwzH5ufRlXescaDhyh5iiLDbNTws {  }
 }@media only screen and (max-width: 763px) { #BVCedByAozvAdzlQhRpCZ3QdgGoJFahM { width:14.4375rem;height:1.03125rem;top:46.424999237061rem;left:2.78125rem;text-align:center;text-align-last:center;font-size:0.6875rem;color:#979797;display:block; }
 }@media only screen and (max-width: 763px) { #hE8CGRklq8Gn8cfxWcHk81axvSeXqqZT { display:block; }#hE8CGRklq8Gn8cfxWcHk81axvSeXqqZT > .row .container { width:20rem;height:88.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TOEZEt6ysyRpuZGkHWTX1Q5UnnMXG1gG { width:4.1875rem;height:0.975rem;top:4.375rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LaAezgQ4SzOSPKoAQkQan68OXT5A3rLO { width:19.9375rem;height:29.25rem;top:6.5375061035156rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Fbq4vN6WkZsZC4L8UhhRJZebxRxeARGm { width:10.75rem;height:0.975rem;top:40.902084350586rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kWbLOlTgWWHXlDoGWHPOH0Cl2uzs6ZWI { width:15.5rem;height:13.5rem;top:42.382292747498rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oTTMx1PvzzBExv6K8Xqxinb4C8xRiNd9 { width:10.75rem;height:0.975rem;top:59.082292556763rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vLsds2A72J0WLV5qEmNAXC9zPKlECci7 { width:15.5rem;height:6.75rem;top:60rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oDvZ551a1WHdnX5ya8QODTl87r31VBiG { width:10.75rem;height:0.975rem;top:71.537502288819rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mKDTErieQzPWuKrp6u1QcOQFondZXoBe { width:20rem;height:4.55rem;top:73.132293701175rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kJ8oANoLcgNQ2ri8T8u00q4deJTPoPkO { width:15.5625rem;height:9.9375rem;top:77.625rem;left:2.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlR7aMNDf1WbcNCmWxyximTPK2BVgqXh { display:block; }#LlR7aMNDf1WbcNCmWxyximTPK2BVgqXh > .row .container { width:20rem;height:3.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E7FvZOlAUxQl2EFhoDOyTp2gD58DXakc { width:20rem;height:1.05625rem;top:1.25rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }