.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:254,232,232;--color-primary-1:250,177,179;--color-primary-2:245,99,103;--color-primary-3:123,50,52;--color-primary-4:37,15,15;--color-secondary-0:232,224,233;--color-secondary-1:178,151,182;--color-secondary-2:100,47,108;--color-secondary-3:50,24,54;--color-secondary-4:15,7,16;--color-tertiary-0:255,255,255;--color-tertiary-1:255,255,255;--color-tertiary-2:255,255,255;--color-tertiary-3:128,128,128;--color-tertiary-4:25,25,25;--headlines-font-family:"Poppins";--paragraphs-font-family:"Poppins"; }body { background-color:rgba(var(--color-secondary-2),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); }#hJzwTRmz55ZXGaw61iNB2Uo8A4PQzShe { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:199999;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:fixed;top:0rem;left:0rem;right:0rem;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#hJzwTRmz55ZXGaw61iNB2Uo8A4PQzShe > .row .container { background-color: transparent; background-image: none; }#hJzwTRmz55ZXGaw61iNB2Uo8A4PQzShe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hJzwTRmz55ZXGaw61iNB2Uo8A4PQzShe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hJzwTRmz55ZXGaw61iNB2Uo8A4PQzShe > .row .container > .video-iframe-container { display: none; }#hJzwTRmz55ZXGaw61iNB2Uo8A4PQzShe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hJzwTRmz55ZXGaw61iNB2Uo8A4PQzShe > .row > .video-iframe-container { display: none; }#hJzwTRmz55ZXGaw61iNB2Uo8A4PQzShe > .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); }#hJzwTRmz55ZXGaw61iNB2Uo8A4PQzShe > .row .container { border-width: 0; border-radius: 0; }#hJzwTRmz55ZXGaw61iNB2Uo8A4PQzShe > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#hJzwTRmz55ZXGaw61iNB2Uo8A4PQzShe > .row .container { font-size:0.875rem;font-family:arial;height:5.625rem;width:75rem;overflow:visible;position:relative;display:block; }#F4ceCOmtuAZJ4F8Wh1kQsp6mmGutVo6g { background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.0625rem;height:2.75rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.4375rem;left:63.9375rem;display:block; }
#WgQmrL4FhmfyBNNx7Rxluit10iS1zeys { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mMacPVm9Jz4hLS0LpnoAkJTpQ3TGzh4X { 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:5.625rem;width:19.3125rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#U7u7M1gTF15zbacw8QJtlMRH6761JJFI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#U7u7M1gTF15zbacw8QJtlMRH6761JJFI > .row .container { background-color: transparent; background-image: none; }#U7u7M1gTF15zbacw8QJtlMRH6761JJFI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U7u7M1gTF15zbacw8QJtlMRH6761JJFI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U7u7M1gTF15zbacw8QJtlMRH6761JJFI > .row .container > .video-iframe-container { display: none; }#U7u7M1gTF15zbacw8QJtlMRH6761JJFI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U7u7M1gTF15zbacw8QJtlMRH6761JJFI > .row > .video-iframe-container { display: none; }#U7u7M1gTF15zbacw8QJtlMRH6761JJFI > .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); }#U7u7M1gTF15zbacw8QJtlMRH6761JJFI > .row .container { border-width: 0; border-radius: 0; }#U7u7M1gTF15zbacw8QJtlMRH6761JJFI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#U7u7M1gTF15zbacw8QJtlMRH6761JJFI > .row .container { font-size:0.875rem;font-family:arial;height:5.625rem;width:75rem;position:relative;display:block; }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/f41f235c-3295-4765-8c9b-e3a118b66ad7/Group22.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf.adaptive-delivery-prevent-bg, #H5ni6FqsdpLFRkHTaMr9dDsINLITECdf.lazyload, #H5ni6FqsdpLFRkHTaMr9dDsINLITECdf.lazyloading { background-image: none; }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf > .row .container { background-color: transparent; background-image: none; }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf > .row .container > .video-iframe-container { display: none; }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf > .row > .video-iframe-container { display: none; }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf > .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); }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf > .row .container { border-width: 0; border-radius: 0; }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf > .row .container { font-size:0.875rem;font-family:arial;height:31.25rem;width:75rem;position:relative;display:block; }#sEl5VREgBRpCCN1gaTGwsP4Vwl2LVDVu { color:rgba(var(--color-tertiary-4),1);display:block;width:43.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:11.75rem;left:31.625rem;height:5.8496125rem;font-style:normal;text-align:right;text-align-last:right;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; }
#vHTZeoE5WSxu8RQcBM5t4G6v9FQ7xVAx { color:rgba(var(--color-secondary-2),1);display:block;width:35.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:17.875rem;left:39.4375rem;height:1.94921875rem;font-style:normal;text-align:right;text-align-last:right;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; }
#zmRaeZbxcdGOlF9V1D1owynHtze4xr6u { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zmRaeZbxcdGOlF9V1D1owynHtze4xr6u > .row .container { background-color: transparent; background-image: none; }#zmRaeZbxcdGOlF9V1D1owynHtze4xr6u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zmRaeZbxcdGOlF9V1D1owynHtze4xr6u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zmRaeZbxcdGOlF9V1D1owynHtze4xr6u > .row .container > .video-iframe-container { display: none; }#zmRaeZbxcdGOlF9V1D1owynHtze4xr6u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zmRaeZbxcdGOlF9V1D1owynHtze4xr6u > .row > .video-iframe-container { display: none; }#zmRaeZbxcdGOlF9V1D1owynHtze4xr6u > .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); }#zmRaeZbxcdGOlF9V1D1owynHtze4xr6u > .row .container { border-width: 0; border-radius: 0; }#zmRaeZbxcdGOlF9V1D1owynHtze4xr6u > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zmRaeZbxcdGOlF9V1D1owynHtze4xr6u > .row .container { font-size:0.875rem;font-family:arial;height:61.5625rem;width:75rem;position:relative;display:block; }#No5ecCyfLPND0JlbIkhH99Mqgiy82AfT { color:rgba(var(--color-tertiary-0),1);display:block;width:11.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:19.625rem;left:37.5625rem;height:1.13720625rem;text-align:center;text-align-last:center;display:none; }
#Vl01wkETXDqbvEny3KlmDuRreJN6R9JT { position:absolute;display:block;z-index:15003;height:58.125rem;width:36.5625rem;top:1.5rem;left:38.4375rem;display:block; }
#NF8DgXeUeBKT1mqZiKZbJailW85Dz1y2 { color:rgba(var(--color-tertiary-4),1);display:block;width:36.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:1.375rem;left:0rem;height:;font-style:normal;display:block; }
#fUf2Eh3hEOfW5IzCvT7pMWieLdhe1Kzr { box-sizing:content-box;height:3.375rem;width:36.5625rem;position:absolute;display:block;z-index:15014;background-color:#4a1746;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:4.625rem;left:0.0625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:2rem;border-bottom-left-radius:0.25rem;border-top-left-radius:2rem;display:block; }
#IoyC4qEBrf3VZ93hX5zBTA4EyxCHxJle { color:rgba(var(--color-tertiary-0),1);display:block;width:36.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.25rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:4.875rem;left:0rem;height:2.92480625rem;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; }
#ch5brlZCRz7QZQRtvZS1VpnPnAsgAmAZ { box-sizing:content-box;height:3.375rem;width:36.5625rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.625rem;left:0.0625rem;border-top-right-radius:2rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:2rem;border-top-left-radius:0.25rem;display:block; }
#bxWSBxu9PaTHPWLBIau3taMqTFB3KBMI { color:rgba(var(--color-tertiary-0),1);display:block;width:36.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.25rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:8.8125rem;left:0rem;height:2.92480625rem;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; }
#XEbrVC3CBFMFGNlg62xveFNtcMuKuxp7 { box-sizing:content-box;height:3.375rem;width:36.5625rem;position:absolute;display:block;z-index:15018;background-color:#5e2751;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.625rem;left:0.0625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:2rem;border-bottom-left-radius:0.25rem;border-top-left-radius:2rem;display:block; }
#iE0TZaTuTi78WiVBiBE14P4SKb6wtMyu { color:rgba(var(--color-tertiary-0),1);display:block;width:36.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.25rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:12.8125rem;left:0rem;height:2.92480625rem;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; }
#csoE1lDTH5w9sFZswskvbW6oxGxNkyGc { box-sizing:content-box;height:9.75rem;width:17.8125rem;position:absolute;display:block;z-index:15031;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-top:0.1875rem solid #642f6c;border-left:0.1875rem solid #642f6c;border-right:0.1875rem solid #642f6c;border-bottom:0.1875rem solid #642f6c;top:16.875rem;left:0rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#Mqayc9Ba5Qk68ZVCrPHW20ddrrqwPTfz { color:rgba(var(--color-secondary-2),1);display:block;width:18.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:18.1875rem;left:0rem;height:4.54980625rem;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; }
#Tbw8Kawf9uon1fvTEyqtHtfFqMkhixSR { color:#642f6c;display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:23.5rem;left:1.8125rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#r5JHP8nat8bRBIuFAzGP9AqwFUrvSCpS { box-sizing:content-box;height:9.75rem;width:17.8125rem;position:absolute;display:block;z-index:15034;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-top:0.1875rem solid #642f6c;border-left:0.1875rem solid #642f6c;border-right:0.1875rem solid #642f6c;border-bottom:0.1875rem solid #642f6c;top:16.875rem;left:18.5625rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#w938zoSXvWZkW46JnkJTrp0NBh8fA6ro { color:rgba(var(--color-secondary-2),1);display:block;width:18.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:18.1875rem;left:18.5625rem;height:4.54980625rem;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; }
#onyMdk3xHFbkx3ynGW5iSNsiIag4sBPu { color:#642f6c;display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:23.5rem;left:20.375rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#OCKUDGJ0uoGToWXTWPvCr88e1HCTsnzl { box-sizing:content-box;height:9.75rem;width:17.8125rem;position:absolute;display:block;z-index:15037;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-top:0.1875rem solid #642f6c;border-left:0.1875rem solid #642f6c;border-right:0.1875rem solid #642f6c;border-bottom:0.1875rem solid #642f6c;top:28.125rem;left:0rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#sV63Rlb3SRaqHBAcd2LH2VIsyReTXJTR { color:rgba(var(--color-secondary-2),1);display:block;width:18.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:30.1875rem;left:0rem;height:4.54980625rem;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; }
#X33Nd1rNaE41B9DxZqvmauTkbfF853gR { box-sizing:content-box;height:9.75rem;width:17.8125rem;position:absolute;display:block;z-index:15040;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-top:0.1875rem solid #642f6c;border-left:0.1875rem solid #642f6c;border-right:0.1875rem solid #642f6c;border-bottom:0.1875rem solid #642f6c;top:28.125rem;left:18.5625rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#H0VE91i8zaQwGQLFNfVyNhsGEhsypz9s { color:rgba(var(--color-secondary-2),1);display:block;width:11.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:30.4375rem;left:21.78125rem;height:4.54980625rem;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; }
#fyaMyEHPzpHft58S883wPOztQTTXPixr { color:#642f6c;display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15042;line-height:1.3;letter-spacing:0;top:34.75rem;left:20.25rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#n0L0aEehNIbTDoQ1kranybWmng2vbcp9 { color:#642f6c;display:block;width:15.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15043;line-height:1.3;letter-spacing:0;top:34.875rem;left:1.375rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#M0npmU1vWQlVClhrIrlWrgeSlJOAMVOu { color:#642f6c;display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15043;line-height:1.3;letter-spacing:0;top:29.375rem;left:20.15625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#QrohqTgsMnK69sEPBrTXwRcHCTIMEcaF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QrohqTgsMnK69sEPBrTXwRcHCTIMEcaF > .row .container { background-color: transparent; background-image: none; }#QrohqTgsMnK69sEPBrTXwRcHCTIMEcaF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QrohqTgsMnK69sEPBrTXwRcHCTIMEcaF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QrohqTgsMnK69sEPBrTXwRcHCTIMEcaF > .row .container > .video-iframe-container { display: none; }#QrohqTgsMnK69sEPBrTXwRcHCTIMEcaF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QrohqTgsMnK69sEPBrTXwRcHCTIMEcaF > .row > .video-iframe-container { display: none; }#QrohqTgsMnK69sEPBrTXwRcHCTIMEcaF > .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); }#QrohqTgsMnK69sEPBrTXwRcHCTIMEcaF > .row .container { border-width: 0; border-radius: 0; }#QrohqTgsMnK69sEPBrTXwRcHCTIMEcaF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QrohqTgsMnK69sEPBrTXwRcHCTIMEcaF > .row .container { font-size:0.875rem;font-family:arial;height:34.3125rem;width:75rem;position:relative;display:block; }#T7UA0gxXoZOkWRF5MgNEBMmxMd0noVOn { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:5.125rem;left:0rem;height:4.5rem;text-align:center;text-align-last:center;display:block; }
#kk3WfdiU850Gmlgww9yT2h08HnzSMcTk { box-sizing:content-box;height:19.0625rem;width:24.6875rem;position:absolute;display:block;z-index:15003;background-color:#f3f3f3;background-image:none;top:12.625rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#eaPkvLFXh0uAywvKJiGf0BuZ5Xmw2ND6 { color:rgba(var(--color-secondary-2),1);display:block;width:24.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:20.8125rem;left:0.1875rem;height:1.94921875rem;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; }
#Z7Vfio3u9KvbGxyTL5kVZ2pBfcIF9HZZ { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:6.75rem;width:6.75rem;top:13.0625rem;left:9rem;overflow:hidden;display:block; }
#ebt31REuPizuhpoET7K7tSoZ120iq52J { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:1.26171875rem;left:0rem;height:3.25rem;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; }
#n2WesTwU4dyaiS5VMnMVLPaIuMtLPyvw { position:absolute;display:block;z-index:15026;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:5.25rem;width:5.25rem;top:13.8125rem;left:60.0625rem;overflow:hidden;display:block; }
#TtbZyR6zrteQFOLTOi8Ot89Cnb1fRb2e { box-sizing:content-box;height:19.0625rem;width:24.6875rem;position:absolute;display:block;z-index:15009;background-color:#f3f3f3;background-image:none;top:12.625rem;left:50.3125rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#Wnr1EHeWuDaNq7uDwOSTw1JTQtEMKIFi { color:rgba(var(--color-secondary-2),1);display:block;width:24.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:20.8125rem;left:50.3125rem;height:1.94921875rem;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; }
#xgN3bfE7DxJdJzNuzfi0RtXTX7tiuLTi { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:5.25rem;width:5.25rem;top:13.8125rem;left:34.875rem;overflow:hidden;display:block; }
#nwRnI0K2i2BNElEu0TpwWdnMqTdU99lw { box-sizing:content-box;height:19.0625rem;width:24.6875rem;position:absolute;display:block;z-index:15006;background-color:#f3f3f3;background-image:none;top:12.625rem;left:25.125rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#MrA8tBE0b06pvgTMqdE2x8OVtreUdxop { color:rgba(var(--color-secondary-2),1);display:block;width:24.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:20.875rem;left:25.1875rem;height:1.94921875rem;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; }
#x3GXp6WIaG1al6Senf1JLiFLZK5HRTDL { color:#212721;display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:24rem;left:0.4375rem;height:5.19921875rem;text-align:center;text-align-last:center;display:block; }
#oIUgmdcHT1PoDHbZvRoOkizu1mtPpKtu { color:#212721;display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:24.0625rem;left:25.6875rem;height:3.8994125rem;text-align:center;text-align-last:center;display:block; }
#L3RoaOzgGhqECg99uAUttCGlNGVPc15p { color:#212721;display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:24.0625rem;left:50.9375rem;height:6.499rem;text-align:center;text-align-last:center;display:block; }
#OFEyhAlLuHrPnNrFtbBKVpI2J4N3WdpO { color:rgba(var(--color-tertiary-4),1);display:block;width:22.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:10.25rem;left:27.1875rem;height:0.9746125rem;text-align:center;text-align-last:center;display:block; }
#KDdXVJnBmyS1DF6bbDKIbeXhVSyQ3Glv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;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; }#KDdXVJnBmyS1DF6bbDKIbeXhVSyQ3Glv > .row .container { background-color: transparent; background-image: none; }#KDdXVJnBmyS1DF6bbDKIbeXhVSyQ3Glv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KDdXVJnBmyS1DF6bbDKIbeXhVSyQ3Glv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KDdXVJnBmyS1DF6bbDKIbeXhVSyQ3Glv > .row .container > .video-iframe-container { display: none; }#KDdXVJnBmyS1DF6bbDKIbeXhVSyQ3Glv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KDdXVJnBmyS1DF6bbDKIbeXhVSyQ3Glv > .row > .video-iframe-container { display: none; }#KDdXVJnBmyS1DF6bbDKIbeXhVSyQ3Glv > .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); }#KDdXVJnBmyS1DF6bbDKIbeXhVSyQ3Glv > .row .container { border-width: 0; border-radius: 0; }#KDdXVJnBmyS1DF6bbDKIbeXhVSyQ3Glv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KDdXVJnBmyS1DF6bbDKIbeXhVSyQ3Glv > .row .container { font-size:0.875rem;font-family:arial;height:21.375rem;width:75rem;position:relative;display:block; }#fJMR4Kkau2TUDeBdL67PTBHLShKvaO6B { position:absolute;display:block;z-index:15002;height:10.0625rem;width:70.875rem;top:2.3125rem;left:2.0625rem;display:block; }
#lXzU6ETv0o4HeJJBWRG1rEHTVgX5t3xt { position:absolute;display:block;z-index:15029;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:6.375rem;left:73rem;overflow:hidden;display:block; }
#XOrG7Sc9ih0OmTnyvztg8iTtCUO2gfeO { position:absolute;display:block;z-index:15030;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:6.375rem;left:0rem;overflow:hidden;display:block; }
#l41malOPkh1vux1ftadyTDWEPw51iG3A { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15025;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.125rem;left:35.1875rem;display:block; }
#w7ryvuMKrpTmm1irkWzernzOrFw52Bps { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15026;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.125rem;left:36.4375rem;display:block; }
#vrZLifxkS61LhUDPVWftWORNAqa8aGXd { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15027;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.125rem;left:37.6875rem;display:block; }
#LmKu0mL8idTMu4oOCoILcKPBMibWdzEu { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15028;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.125rem;left:38.9375rem;display:block; }
#XTQIurL4UKCmJWerzfQRPD9a8XTvxDiH { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.875rem;height:2.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:16.0625rem;left:30.5625rem;display:block; }
#Utz0a8383NZO049d543dDHt3LRuvLzol { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eOzCKpe7IsWCHl16BQ6WUoJnuEDdP1VM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#eOzCKpe7IsWCHl16BQ6WUoJnuEDdP1VM > .row .container { background-color: transparent; background-image: none; }#eOzCKpe7IsWCHl16BQ6WUoJnuEDdP1VM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eOzCKpe7IsWCHl16BQ6WUoJnuEDdP1VM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eOzCKpe7IsWCHl16BQ6WUoJnuEDdP1VM > .row .container > .video-iframe-container { display: none; }#eOzCKpe7IsWCHl16BQ6WUoJnuEDdP1VM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eOzCKpe7IsWCHl16BQ6WUoJnuEDdP1VM > .row > .video-iframe-container { display: none; }#eOzCKpe7IsWCHl16BQ6WUoJnuEDdP1VM > .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); }#eOzCKpe7IsWCHl16BQ6WUoJnuEDdP1VM > .row .container { border-width: 0; border-radius: 0; }#eOzCKpe7IsWCHl16BQ6WUoJnuEDdP1VM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eOzCKpe7IsWCHl16BQ6WUoJnuEDdP1VM > .row .container { font-size:0.875rem;font-family:arial;height:27.1875rem;width:75rem;position:relative;display:block; }#ciXIuMAHRTMvRVd6SPHh358i6nsr63sl { box-sizing:content-box;height:11.5rem;width:24.0625rem;position:absolute;display:block;z-index:15000;background-color:#f3f3f3;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.5rem;left:0rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
#RlehPsJmLUdZWinueal7gOvihKpMTfIc { color:rgba(var(--color-secondary-4),1);display:block;width:21.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:18.5rem;left:1.1875rem;height:3.8994125rem;display:block; }
#lIvtdi2MyKFLGQVmyuLdurux9if36ThT { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.8125rem;top:12.5rem;left:0.5625rem;overflow:hidden;display:block; }
#R4KT9BME8U2Ilok1xTrweTWcNSkVna04 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:14.25rem;left:6rem;height:1.29980625rem;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; }
#TDekzn1G8Tnpmstvr726i3oa2a3bJe4U { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:15.8125rem;left:6rem;height:0.9746125rem;display:block; }
#gx84V24ImJkL2MQd9fMWCqh3496TAtrJ { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.8125rem;top:23.375rem;left:20rem;overflow:hidden;display:block; }
#ryIdlpNx3IEkUJa7bB933Cf3lnT41zTK { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.4375rem;top:15rem;left:1.1875rem;overflow:hidden;display:block; }
#AIWmqdDaBpM7aJHvCxKalfAugFTNQPUg { 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.25rem;width:1.8125rem;top:11.875rem;left:26.25rem;overflow:hidden;display:block; }
#PFswpcZKecWzWEntft9nJvEqwaF0MiDq { box-sizing:content-box;height:11.5rem;width:24.0625rem;position:absolute;display:block;z-index:15007;background-color:#f3f3f3;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.4375rem;left:24.875rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
#JP4CzWwN46hy7slGwfaerLUctJhRl4Ar { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:14.1875rem;left:30.9375rem;height:1.29980625rem;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; }
#z48y39BDE0t2nRTBLv8JfPdcWmXxgrzZ { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:15.75rem;left:30.9375rem;height:0.9746125rem;display:block; }
#uF0dcXHgIFUZD06LrFhGVMm4yAgaDzSs { color:rgba(var(--color-secondary-4),1);display:block;width:21.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:18.875rem;left:26.1875rem;height:3.8994125rem;display:block; }
#SQmTx2s2Vb5GVTmJU4DRC3mF6vmHQwN6 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.8125rem;top:23.375rem;left:45.3125rem;overflow:hidden;display:block; }
#Q2Iw4eXy8UPJKWThKFM1JEPGJEorsXRC { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.4375rem;top:14.375rem;left:26rem;overflow:hidden;display:block; }
#ln2blEfuMlVMpUSd7kOQXngeMykrfr1g { position:absolute;display:block;z-index:15019;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.8125rem;top:11.75rem;left:51.5rem;overflow:hidden;display:block; }
#BXWLMAxUp6Km1UzU1a9aJXqs3InyhMeI { box-sizing:content-box;height:11.5rem;width:24.0625rem;position:absolute;display:block;z-index:15014;background-color:#f3f3f3;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.3125rem;left:50.375rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
#SQg6IgA7sv5capytXc5LO7LmSgXtmNNa { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:14.0625rem;left:56.4375rem;height:1.29980625rem;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; }
#Inlrh3PgTtqdGeTAaV3sacaQTrTQ009T { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:15.625rem;left:56.4375rem;height:0.9746125rem;display:block; }
#JaZBwXh1H2iALbQ7cpuf2AJ5iJ6cf8cb { color:rgba(var(--color-secondary-4),1);display:block;width:21.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:18.75rem;left:51.6875rem;height:3.8994125rem;display:block; }
#LxVfv9QDz3xa9KQxcZixOoaWvGiCLiRa { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.8125rem;top:23.25rem;left:70.875rem;overflow:hidden;display:block; }
#FRzayFIWM8u27BFdntVG97rtLwQTZRwr { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.4375rem;top:14.25rem;left:51.5rem;overflow:hidden;display:block; }
#vpb9ZrvNxnfZEEyKQlVzn1QwPVGIVM5a { color:rgba(var(--color-secondary-2),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:2.5rem;left:0rem;height:3.25rem;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; }
#uw20pxAZQrEZCb1FnDGlOvKCTQtsTPyw { color:#212721;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:6.0625rem;left:0rem;height:4.5rem;text-align:center;text-align-last:center;display:block; }
#kveEn2zvGVPEDHh0tZtiS3siGy3e7aie { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;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; }#kveEn2zvGVPEDHh0tZtiS3siGy3e7aie > .row .container { background-color: transparent; background-image: none; }#kveEn2zvGVPEDHh0tZtiS3siGy3e7aie::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kveEn2zvGVPEDHh0tZtiS3siGy3e7aie > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kveEn2zvGVPEDHh0tZtiS3siGy3e7aie > .row .container > .video-iframe-container { display: none; }#kveEn2zvGVPEDHh0tZtiS3siGy3e7aie > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kveEn2zvGVPEDHh0tZtiS3siGy3e7aie > .row > .video-iframe-container { display: none; }#kveEn2zvGVPEDHh0tZtiS3siGy3e7aie > .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); }#kveEn2zvGVPEDHh0tZtiS3siGy3e7aie > .row .container { border-width: 0; border-radius: 0; }#kveEn2zvGVPEDHh0tZtiS3siGy3e7aie > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kveEn2zvGVPEDHh0tZtiS3siGy3e7aie > .row .container { font-size:0.875rem;font-family:arial;height:19.375rem;width:75rem;position:relative;display:block; }#oBuAIUXdwiUXrx3L25N67yH9Grp6HSAd { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.875rem;height:2.75rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:14.048828125rem;left:0rem;display:block; }
#PqKfzKNHITZMliN0VzJvB9rSuS9UzKT1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DQuzxwfx1qV3KTR5GfdexTFIC9kE5V9I { color:rgba(var(--color-tertiary-4),1);display:block;width:35.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:2.5rem;left:39.875rem;height:1.94921875rem;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; }
#pm1FvhT7ALhSPAH72n13no5OvJZU4TFN { color:rgba(var(--color-tertiary-4),1);display:block;width:35.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:4.5625rem;left:39.875rem;height:3.8994125rem;display:block; }
#Ln5sLKVIXxoWwFhutkhz2SKT1mbeZqLv { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:2.6875rem;left:37.4375rem;overflow:hidden;display:block; }
#pMpduz21TulHzwfK0lA6krQ2k6MHDGSQ { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/f59153bc-b1eb-4f12-a864-a4ee76cd8f43/SMULogo1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.6875rem;left:23rem;display:block; }#pMpduz21TulHzwfK0lA6krQ2k6MHDGSQ.adaptive-delivery-prevent-bg, #pMpduz21TulHzwfK0lA6krQ2k6MHDGSQ.lazyload, #pMpduz21TulHzwfK0lA6krQ2k6MHDGSQ.lazyloading { background-image: none; }
#XzU0BbllqLz4NOhr7tGdS3rhEQnK3oGm { color:rgba(var(--color-tertiary-4),1);display:block;width:36rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:2.5rem;left:0rem;height:6.82425rem;display:block; }
#D5mQHTNyZLRoTMlDhMeOA4mzx0ZNnor2 { color:rgba(var(--color-tertiary-4),1);display:block;width:35.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:9.70703125rem;left:39.875rem;height:5.19921875rem;display:block; }
#Kk8KrV6K7iza0uxWMuJKc0pQusIckpZB { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:11.19921875rem;left:0rem;height:0.9746125rem;display:block; }
#QCOy2PSypHbo1KowRzJnE6Jti03mLULH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;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:none; }#QCOy2PSypHbo1KowRzJnE6Jti03mLULH > .row .container { border-width: 0; border-radius: 0; }#QCOy2PSypHbo1KowRzJnE6Jti03mLULH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QCOy2PSypHbo1KowRzJnE6Jti03mLULH > .row .container { font-size:0.875rem;font-family:arial;height:40.25rem;width:75rem;position:relative;display:none; }#vhPCcea82RF2yfREbeJzb7kw2EHNUiIz { color:#212721;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:2.5rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#TEWaxo4T7z6DESkItwlINEC8xu2CtiKN { box-sizing:content-box;height:15rem;width:36.25rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-tertiary-2),1);background-image:url("https://images.assets-landingi.com/uc/13de023a-3ab4-4971-871e-bd887af63efa/9ff41facbf34f51b8ecf4624d61c23d8f443e02a2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.625rem;left:0rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#TEWaxo4T7z6DESkItwlINEC8xu2CtiKN.adaptive-delivery-prevent-bg, #TEWaxo4T7z6DESkItwlINEC8xu2CtiKN.lazyload, #TEWaxo4T7z6DESkItwlINEC8xu2CtiKN.lazyloading { background-image: none; }
#sZawySqZi3N7yiQuE7KZbAJfR3PzVcRb { box-sizing:content-box;height:15rem;width:36.25rem;position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.625rem;left:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0rem;display:block; }
#rwPU9BNxw8GnGZ0Ro1e0gLxPFTOx7d2u { color:rgba(var(--color-secondary-2),1);display:block;width:31.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:23.9375rem;left:2.5rem;height:1.94921875rem;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; }
#aVstbtTx7mUcIMsdJ058riXICM6hCMBE { color:rgba(var(--color-tertiary-4),1);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:26.07421875rem;left:2.5rem;height:5.19921875rem;text-align:center;text-align-last:center;display:block; }
#hEGPcX0h0LykW5HdqJImvRSfolvV3AqX { box-sizing:content-box;height:15rem;width:36.25rem;position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-tertiary-2),1);background-image:url("https://images.assets-landingi.com/uc/df216c2e-4087-4379-ab56-9cdf4526d6d6/2a1ecfa770c0e8e77d418280e1907c652344f6fc2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.625rem;left:38.75rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#hEGPcX0h0LykW5HdqJImvRSfolvV3AqX.adaptive-delivery-prevent-bg, #hEGPcX0h0LykW5HdqJImvRSfolvV3AqX.lazyload, #hEGPcX0h0LykW5HdqJImvRSfolvV3AqX.lazyloading { background-image: none; }
#DTAN1ckCUyiKd9pUVU3DWU0nlFwXbHdu { box-sizing:content-box;height:15rem;width:36.25rem;position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.625rem;left:38.75rem;border-top-right-radius:0rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0rem;display:block; }
#G1UxMTv40naPHKRy6uIWZ6rcXkBbg8K0 { color:rgba(var(--color-tertiary-4),1);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:26.07421875rem;left:41.25rem;height:6.499rem;text-align:center;text-align-last:center;display:block; }
#WQDex3K00AB4BfMgtJhPW6aKGPwXiT3r { color:rgba(var(--color-secondary-2),1);display:block;width:31.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:23.9375rem;left:41.25rem;height:1.94921875rem;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; }
#gx9bH7dBdxDT9sXtWu2hmp59a4S0twki { 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:15031;opacity:1;top:34.5rem;left:33.1875rem; }
#e1RInF0FEfk8oVieTAnn0OiEMZJk6uX0 { 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:1;top:34.4375rem;left:71.875rem; }
#L50Td1VWS4M3TcOCmuIOlILL7Mq28ClA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/f2af4a0e-524d-4fb2-9aee-9612d6db22e6/Frame11.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#L50Td1VWS4M3TcOCmuIOlILL7Mq28ClA.adaptive-delivery-prevent-bg, #L50Td1VWS4M3TcOCmuIOlILL7Mq28ClA.lazyload, #L50Td1VWS4M3TcOCmuIOlILL7Mq28ClA.lazyloading { background-image: none; }#L50Td1VWS4M3TcOCmuIOlILL7Mq28ClA > .row .container { border-width: 0; border-radius: 0; }#L50Td1VWS4M3TcOCmuIOlILL7Mq28ClA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L50Td1VWS4M3TcOCmuIOlILL7Mq28ClA > .row .container { font-size:0.875rem;font-family:arial;height:16rem;width:75rem;position:relative;display:none; }#qyMrels8278tDEJrA8JVedOHUkaENsRT { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.375rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#eI75cevXTyh9vNofozIW30IczoBJPVgL { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:7.5rem;left:0rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#raGrt12Vdde8LyqTakGBJqpCS4k84FpW { background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.6875rem;height:2.75rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:10.6748046875rem;left:32.65625rem;display:block; }
#BHuQZkdwMq7HLfomzFcCGPnmETzbr62L { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gLDGDd7CtmATM4NgH4khozWJ2CTmhzFa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/9d86a6dc-c31e-47e6-982e-b9993033fa28/c8c7f7e6ff7a4f04f0f959fc2c4672ce95164d74.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gLDGDd7CtmATM4NgH4khozWJ2CTmhzFa.adaptive-delivery-prevent-bg, #gLDGDd7CtmATM4NgH4khozWJ2CTmhzFa.lazyload, #gLDGDd7CtmATM4NgH4khozWJ2CTmhzFa.lazyloading { background-image: none; }#gLDGDd7CtmATM4NgH4khozWJ2CTmhzFa > .row .container { background-color: transparent; background-image: none; }#gLDGDd7CtmATM4NgH4khozWJ2CTmhzFa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gLDGDd7CtmATM4NgH4khozWJ2CTmhzFa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gLDGDd7CtmATM4NgH4khozWJ2CTmhzFa > .row .container > .video-iframe-container { display: none; }#gLDGDd7CtmATM4NgH4khozWJ2CTmhzFa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gLDGDd7CtmATM4NgH4khozWJ2CTmhzFa > .row > .video-iframe-container { display: none; }#gLDGDd7CtmATM4NgH4khozWJ2CTmhzFa > .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); }#gLDGDd7CtmATM4NgH4khozWJ2CTmhzFa > .row .container { border-width: 0; border-radius: 0; }#gLDGDd7CtmATM4NgH4khozWJ2CTmhzFa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gLDGDd7CtmATM4NgH4khozWJ2CTmhzFa > .row .container { font-size:0.875rem;font-family:arial;height:36.125rem;width:75rem;position:relative;display:block; }#TJCrt47v9bTcRpXlciXcEGCZ5Mb319Uh { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.0625rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#oHHSs3mMSwzacqCO3vdNhm5vPqsV4qok .accordion-element-container { border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#oHHSs3mMSwzacqCO3vdNhm5vPqsV4qok .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; }
#oHHSs3mMSwzacqCO3vdNhm5vPqsV4qok .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--headlines-font-family);font-weight:700;font-size:2rem;color:#5e2751;height:auto; }
#oHHSs3mMSwzacqCO3vdNhm5vPqsV4qok .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.5rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);height:auto;line-height:1.4;overflow:hidden; }
#oHHSs3mMSwzacqCO3vdNhm5vPqsV4qok .accordion-trigger { width:1.75rem;min-width:1.75rem;height:1.75rem;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_072f7ab79ae0b3f777d472e0b785bfb6e21ee7d3.svg");background-size:contain !important; }#oHHSs3mMSwzacqCO3vdNhm5vPqsV4qok .accordion-trigger.adaptive-delivery-prevent-bg, #oHHSs3mMSwzacqCO3vdNhm5vPqsV4qok .accordion-trigger.lazyload, #oHHSs3mMSwzacqCO3vdNhm5vPqsV4qok .accordion-trigger.lazyloading { background-image: none; }
#oHHSs3mMSwzacqCO3vdNhm5vPqsV4qok { box-sizing:content-box;height:auto;width:72rem;position:absolute;display:flex;flex-direction:column;gap:1.5rem;z-index:15004;background-color:rgba(var(--color-secondary-0),0);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:1.5rem;padding-right:1.5rem;padding-bottom:1.5rem;padding-left:1.5rem;top:6.3125rem;left:0rem; }
#oHHSs3mMSwzacqCO3vdNhm5vPqsV4qok #THNNXbeKf3mz4CgLOvMknL9TppUZmFT7 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#oHHSs3mMSwzacqCO3vdNhm5vPqsV4qok #hQ9P8GhSvM62vgTd8VPKvrePXZqX6dEQ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#oHHSs3mMSwzacqCO3vdNhm5vPqsV4qok #FvMcqB2ERzlJK2oH4clQw6KydHOCxthC { display:block;position:relative; }
#oHHSs3mMSwzacqCO3vdNhm5vPqsV4qok #xTkQPyP0gOsivdNEy4MZN5x4dEF7lS1w {  }
#oHHSs3mMSwzacqCO3vdNhm5vPqsV4qok #Tkg94fgTGITxvztadRZ7aqILgJFyZJAW {  }
#oHHSs3mMSwzacqCO3vdNhm5vPqsV4qok #GCIep47dASd2A706UbDWNlUSJl7gWw8m { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#oHHSs3mMSwzacqCO3vdNhm5vPqsV4qok #zC01PR5t9UEub2Cu7g3D9RG9lt03LZ0m { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#oHHSs3mMSwzacqCO3vdNhm5vPqsV4qok #zATEdr8JPd77zMatGrcNQcLK3OP0PxcU { display:block;position:relative; }
#oHHSs3mMSwzacqCO3vdNhm5vPqsV4qok #lB9ZSFfUuxioTXokX0TxAv4MWGgkuCI3 {  }
#oHHSs3mMSwzacqCO3vdNhm5vPqsV4qok #T3G80PBukN5xLe7mTpsB1IIFyywZb4zd { display:none; }
#oHHSs3mMSwzacqCO3vdNhm5vPqsV4qok #peN83Tl4flI4zRd6CLGAWi9vvGglZBXC { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#oHHSs3mMSwzacqCO3vdNhm5vPqsV4qok #GT6zHySGPaMzihpNJ4cyHF8T8qbZ63Oo { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#oHHSs3mMSwzacqCO3vdNhm5vPqsV4qok #mVxme6EqU2t3C2Mhe87GuHdScaUGWeFd { display:block;position:relative; }
#oHHSs3mMSwzacqCO3vdNhm5vPqsV4qok #EyfH43EHGApO9KGELzh4XzfzMiliBd1O {  }
#oHHSs3mMSwzacqCO3vdNhm5vPqsV4qok #zBtEbZEL54x6pfS7y7HZo5KRgs7Rq0es { display:none; }
#zP0sxe1LfmstU2uidbcva8IEf0R5kttg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efefef;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; }#zP0sxe1LfmstU2uidbcva8IEf0R5kttg > .row .container { background-color: transparent; background-image: none; }#zP0sxe1LfmstU2uidbcva8IEf0R5kttg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zP0sxe1LfmstU2uidbcva8IEf0R5kttg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zP0sxe1LfmstU2uidbcva8IEf0R5kttg > .row .container > .video-iframe-container { display: none; }#zP0sxe1LfmstU2uidbcva8IEf0R5kttg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zP0sxe1LfmstU2uidbcva8IEf0R5kttg > .row > .video-iframe-container { display: none; }#zP0sxe1LfmstU2uidbcva8IEf0R5kttg > .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); }#zP0sxe1LfmstU2uidbcva8IEf0R5kttg > .row .container { border-width: 0; border-radius: 0; }#zP0sxe1LfmstU2uidbcva8IEf0R5kttg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zP0sxe1LfmstU2uidbcva8IEf0R5kttg > .row .container { font-size:0.875rem;font-family:arial;height:8rem;width:75rem;position:relative;display:block; }#tOxIMR69uPB1wN2mXfF8IQ6UgPqBtzdU { 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:5.625rem;width:19.125rem;top:1.03125rem;left:0rem;overflow:hidden;display:block; }
#qnc0wlTuCoPtuTWsP9Gg1UopAfU5xZVF { color:#212721;display:block;width:17.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.8125rem;left:57.6875rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#ximS1eQ6W70hz7cn5oLz1MOUnkZZQrTC { color:#212721;display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:4.2373046875rem;left:43.75rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #hJzwTRmz55ZXGaw61iNB2Uo8A4PQzShe { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#hJzwTRmz55ZXGaw61iNB2Uo8A4PQzShe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #F4ceCOmtuAZJ4F8Wh1kQsp6mmGutVo6g { width:11.0625rem;height:2.75rem;top:1.4375rem;left:36.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WgQmrL4FhmfyBNNx7Rxluit10iS1zeys { display:block; }
 }@media only screen and (max-width: 1199px) { #mMacPVm9Jz4hLS0LpnoAkJTpQ3TGzh4X { width:19.3125rem;height:5.625rem;top:0rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 1199px) { #U7u7M1gTF15zbacw8QJtlMRH6761JJFI { display:block; }#U7u7M1gTF15zbacw8QJtlMRH6761JJFI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #H5ni6FqsdpLFRkHTaMr9dDsINLITECdf { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f41f235c-3295-4765-8c9b-e3a118b66ad7/Group22.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf.adaptive-delivery-prevent-bg, #H5ni6FqsdpLFRkHTaMr9dDsINLITECdf.lazyload, #H5ni6FqsdpLFRkHTaMr9dDsINLITECdf.lazyloading { background-image: none; }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf > .row .container { background-color: transparent; background-image: none; }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.6); }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf > .row .container > .video-iframe-container { display: none; }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.6); }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf > .row > .video-iframe-container { display: none; }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf > .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); }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf > .row .container { width:47.75rem;height:31.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #sEl5VREgBRpCCN1gaTGwsP4Vwl2LVDVu { width:38.0625rem;height:8.7744375rem;top:18.63671875rem;left:9.6875rem;font-size:2.25rem;color:rgba(var(--color-tertiary-2),1);display:block; }
 }@media only screen and (max-width: 1199px) { #vHTZeoE5WSxu8RQcBM5t4G6v9FQ7xVAx { width:35.5625rem;height:1.94921875rem;top:16.6875rem;left:12.1875rem;font-size:1.5rem;color:rgba(var(--color-tertiary-2),1);display:block; }
 }@media only screen and (max-width: 1199px) { #zmRaeZbxcdGOlF9V1D1owynHtze4xr6u { display:block; }#zmRaeZbxcdGOlF9V1D1owynHtze4xr6u > .row .container { width:47.75rem;height:94rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #No5ecCyfLPND0JlbIkhH99Mqgiy82AfT { width:11.75rem;height:1.125rem;top:19.625rem;left:23.9375rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Vl01wkETXDqbvEny3KlmDuRreJN6R9JT { width:47.75rem;height:53.125rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NF8DgXeUeBKT1mqZiKZbJailW85Dz1y2 { width:47.75rem;height:2.92480625rem;top:55.9375rem;left:0rem;font-size:2.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #fUf2Eh3hEOfW5IzCvT7pMWieLdhe1Kzr { width:47.75rem;height:3.375rem;top:59.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IoyC4qEBrf3VZ93hX5zBTA4EyxCHxJle { width:47.75rem;height:2.11230625rem;top:59.8125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ch5brlZCRz7QZQRtvZS1VpnPnAsgAmAZ { width:47.75rem;height:3.375rem;top:63.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bxWSBxu9PaTHPWLBIau3taMqTFB3KBMI { width:47.75rem;height:2.11230625rem;top:63.8125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XEbrVC3CBFMFGNlg62xveFNtcMuKuxp7 { width:47.75rem;height:3.375rem;top:67.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iE0TZaTuTi78WiVBiBE14P4SKb6wtMyu { width:47.75rem;height:2.11230625rem;top:67.8125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #csoE1lDTH5w9sFZswskvbW6oxGxNkyGc { width:17.8125rem;height:9.75rem;top:71.1875rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Mqayc9Ba5Qk68ZVCrPHW20ddrrqwPTfz { width:18.1875rem;height:4.54980625rem;top:72.625rem;left:4.6875rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Tbw8Kawf9uon1fvTEyqtHtfFqMkhixSR { width:15rem;height:2.5996125rem;top:77.75rem;left:6.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #r5JHP8nat8bRBIuFAzGP9AqwFUrvSCpS { width:17.8125rem;height:9.75rem;top:71.1875rem;left:24.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #w938zoSXvWZkW46JnkJTrp0NBh8fA6ro { width:18.1875rem;height:4.54980625rem;top:72.625rem;left:24.875rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #onyMdk3xHFbkx3ynGW5iSNsiIag4sBPu { width:15rem;height:1.29980625rem;top:77.75rem;left:26.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OCKUDGJ0uoGToWXTWPvCr88e1HCTsnzl { width:17.8125rem;height:9.75rem;top:81.8125rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sV63Rlb3SRaqHBAcd2LH2VIsyReTXJTR { width:18.1875rem;height:4.54980625rem;top:83.3125rem;left:4.6875rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #X33Nd1rNaE41B9DxZqvmauTkbfF853gR { width:17.8125rem;height:9.75rem;top:81.8125rem;left:24.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #H0VE91i8zaQwGQLFNfVyNhsGEhsypz9s { width:10.4375rem;height:4.54980625rem;top:83.8125rem;left:29rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fyaMyEHPzpHft58S883wPOztQTTXPixr { width:15.5rem;height:2.5996125rem;top:88.3125rem;left:26.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #n0L0aEehNIbTDoQ1kranybWmng2vbcp9 { width:15.5rem;height:2.5996125rem;top:88.3125rem;left:6.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #M0npmU1vWQlVClhrIrlWrgeSlJOAMVOu { width:15rem;height:1.29980625rem;top:82.875rem;left:26.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QrohqTgsMnK69sEPBrTXwRcHCTIMEcaF { display:block; }#QrohqTgsMnK69sEPBrTXwRcHCTIMEcaF > .row .container { width:47.75rem;height:39.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #T7UA0gxXoZOkWRF5MgNEBMmxMd0noVOn { width:46.25rem;height:8.4375rem;top:7.4248046875rem;left:0.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kk3WfdiU850Gmlgww9yT2h08HnzSMcTk { width:15rem;height:19.6875rem;top:17.9375rem;left:0.6875rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 1199px) { #eaPkvLFXh0uAywvKJiGf0BuZ5Xmw2ND6 { width:14.6875rem;height:1.4619125rem;top:25.3125rem;left:0.6875rem;font-size:1.125rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 1199px) { #Z7Vfio3u9KvbGxyTL5kVZ2pBfcIF9HZZ { width:5.25rem;height:5.25rem;top:18.5625rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ebt31REuPizuhpoET7K7tSoZ120iq52J { width:46.25rem;height:5.8496125rem;top:1.2998046875rem;left:0.75rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #n2WesTwU4dyaiS5VMnMVLPaIuMtLPyvw { width:5.25rem;height:5.25rem;top:18.5625rem;left:36.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TtbZyR6zrteQFOLTOi8Ot89Cnb1fRb2e { width:15rem;height:19.6875rem;top:18rem;left:32rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Wnr1EHeWuDaNq7uDwOSTw1JTQtEMKIFi { width:14.375rem;height:1.4619125rem;top:25.25rem;left:32.375rem;font-size:1.125rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 1199px) { #xgN3bfE7DxJdJzNuzfi0RtXTX7tiuLTi { width:5.25rem;height:5.25rem;top:18.5625rem;left:21.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nwRnI0K2i2BNElEu0TpwWdnMqTdU99lw { width:15rem;height:19.6875rem;top:17.9375rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MrA8tBE0b06pvgTMqdE2x8OVtreUdxop { width:14.6875rem;height:2.923825rem;top:25.1875rem;left:16.375rem;font-size:1.125rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 1199px) { #x3GXp6WIaG1al6Senf1JLiFLZK5HRTDL { width:14.6875rem;height:7.3125rem;top:26.9375rem;left:0.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oIUgmdcHT1PoDHbZvRoOkizu1mtPpKtu { width:14.6875rem;height:6.09375rem;top:28.8125rem;left:16.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #L3RoaOzgGhqECg99uAUttCGlNGVPc15p { width:14.6875rem;height:9.75rem;top:27rem;left:32.3125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #OFEyhAlLuHrPnNrFtbBKVpI2J4N3WdpO { width:12.5rem;height:0.9746125rem;top:16.1748046875rem;left:17.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KDdXVJnBmyS1DF6bbDKIbeXhVSyQ3Glv { display:block; }#KDdXVJnBmyS1DF6bbDKIbeXhVSyQ3Glv > .row .container { width:47.75rem;height:20.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #fJMR4Kkau2TUDeBdL67PTBHLShKvaO6B { width:43.375rem;height:9.375rem;top:1.875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lXzU6ETv0o4HeJJBWRG1rEHTVgX5t3xt { width:2rem;height:2rem;top:5.5625rem;left:45.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XOrG7Sc9ih0OmTnyvztg8iTtCUO2gfeO { width:2rem;height:2rem;top:5.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #l41malOPkh1vux1ftadyTDWEPw51iG3A { width:0.625rem;height:0.625rem;top:13.1875rem;left:21.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #w7ryvuMKrpTmm1irkWzernzOrFw52Bps { width:0.625rem;height:0.625rem;top:13.1875rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vrZLifxkS61LhUDPVWftWORNAqa8aGXd { width:0.625rem;height:0.625rem;top:13.1875rem;left:24.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LmKu0mL8idTMu4oOCoILcKPBMibWdzEu { width:0.625rem;height:0.625rem;top:13.1875rem;left:25.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XTQIurL4UKCmJWerzfQRPD9a8XTvxDiH { width:12.5rem;height:2.75rem;top:15.5rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Utz0a8383NZO049d543dDHt3LRuvLzol { display:block; }
 }@media only screen and (max-width: 1199px) { #eOzCKpe7IsWCHl16BQ6WUoJnuEDdP1VM { display:block; }#eOzCKpe7IsWCHl16BQ6WUoJnuEDdP1VM > .row .container { width:47.75rem;height:31.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ciXIuMAHRTMvRVd6SPHh358i6nsr63sl { width:15rem;height:13.75rem;top:14.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RlehPsJmLUdZWinueal7gOvihKpMTfIc { width:13.625rem;height:5.19921875rem;top:20.806640625rem;left:33.625rem;font-size:1rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 1199px) { #lIvtdi2MyKFLGQVmyuLdurux9if36ThT { width:1.8125rem;height:1.25rem;top:14.25rem;left:0.6875rem;z-index:15027;overflow:hidden;display:block; }
 }@media only screen and (max-width: 1199px) { #R4KT9BME8U2Ilok1xTrweTWcNSkVna04 { width:10rem;height:1.29980625rem;top:16.3125rem;left:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TDekzn1G8Tnpmstvr726i3oa2a3bJe4U { width:10rem;height:0.9746125rem;top:17.9375rem;left:4.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gx84V24ImJkL2MQd9fMWCqh3496TAtrJ { width:1.8125rem;height:1.25rem;top:27.8125rem;left:12.4375rem;z-index:15026;overflow:hidden;display:block; }
 }@media only screen and (max-width: 1199px) { #ryIdlpNx3IEkUJa7bB933Cf3lnT41zTK { width:3.4375rem;height:3.4375rem;top:16.3125rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AIWmqdDaBpM7aJHvCxKalfAugFTNQPUg { width:1.8125rem;height:1.25rem;top:14.25rem;left:17.375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 1199px) { #PFswpcZKecWzWEntft9nJvEqwaF0MiDq { width:15rem;height:13.75rem;top:14.75rem;left:16.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JP4CzWwN46hy7slGwfaerLUctJhRl4Ar { width:10rem;height:1.29980625rem;top:16.3125rem;left:20.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #z48y39BDE0t2nRTBLv8JfPdcWmXxgrzZ { width:10rem;height:0.9746125rem;top:17.6875rem;left:20.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uF0dcXHgIFUZD06LrFhGVMm4yAgaDzSs { width:13.625rem;height:5.19921875rem;top:20.625rem;left:17.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SQmTx2s2Vb5GVTmJU4DRC3mF6vmHQwN6 { width:1.8125rem;height:1.25rem;top:27.8125rem;left:28.75rem;z-index:15025;overflow:hidden;display:block; }
 }@media only screen and (max-width: 1199px) { #Q2Iw4eXy8UPJKWThKFM1JEPGJEorsXRC { width:3.4375rem;height:3.4375rem;top:16.3125rem;left:17.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ln2blEfuMlVMpUSd7kOQXngeMykrfr1g { width:1.8125rem;height:1.25rem;top:14.25rem;left:33.625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 1199px) { #BXWLMAxUp6Km1UzU1a9aJXqs3InyhMeI { width:15rem;height:13.75rem;top:14.75rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SQg6IgA7sv5capytXc5LO7LmSgXtmNNa { width:10rem;height:2.5996125rem;top:16.3125rem;left:37.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Inlrh3PgTtqdGeTAaV3sacaQTrTQ009T { width:10rem;height:0.9746125rem;top:18.75rem;left:37.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JaZBwXh1H2iALbQ7cpuf2AJ5iJ6cf8cb { width:13.625rem;height:6.499rem;top:20.6875rem;left:0.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LxVfv9QDz3xa9KQxcZixOoaWvGiCLiRa { width:1.8125rem;height:1.25rem;top:27.8125rem;left:44.853515625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 1199px) { #FRzayFIWM8u27BFdntVG97rtLwQTZRwr { width:3.4375rem;height:3.4375rem;top:16.375rem;left:33.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vpb9ZrvNxnfZEEyKQlVzn1QwPVGIVM5a { width:46.25rem;height:2.92480625rem;top:2.1875rem;left:1.5rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uw20pxAZQrEZCb1FnDGlOvKCTQtsTPyw { width:46.25rem;height:8.4375rem;top:5.1748046875rem;left:0.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kveEn2zvGVPEDHh0tZtiS3siGy3e7aie { display:block; }#kveEn2zvGVPEDHh0tZtiS3siGy3e7aie > .row .container { width:47.75rem;height:26.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #oBuAIUXdwiUXrx3L25N67yH9Grp6HSAd { width:12.5rem;height:2.75rem;top:10.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PqKfzKNHITZMliN0VzJvB9rSuS9UzKT1 { display:block; }
 }@media only screen and (max-width: 1199px) { #DQuzxwfx1qV3KTR5GfdexTFIC9kE5V9I { width:45.125rem;height:1.94921875rem;top:14.75rem;left:2.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pm1FvhT7ALhSPAH72n13no5OvJZU4TFN { width:45.125rem;height:2.5996125rem;top:16.6875rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ln5sLKVIXxoWwFhutkhz2SKT1mbeZqLv { width:1.5rem;height:1.5rem;top:15.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pMpduz21TulHzwfK0lA6krQ2k6MHDGSQ { width:12.1875rem;height:12.1875rem;top:0.875rem;left:25.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XzU0BbllqLz4NOhr7tGdS3rhEQnK3oGm { width:47.5625rem;height:2.92480625rem;top:2.5rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #D5mQHTNyZLRoTMlDhMeOA4mzx0ZNnor2 { width:45.125rem;height:3.8994125rem;top:20.375rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Kk8KrV6K7iza0uxWMuJKc0pQusIckpZB { width:12.5rem;height:0.9746125rem;top:7.29296875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QCOy2PSypHbo1KowRzJnE6Jti03mLULH { display:none; }#QCOy2PSypHbo1KowRzJnE6Jti03mLULH > .row .container { width:47.75rem;height:46.375rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #vhPCcea82RF2yfREbeJzb7kw2EHNUiIz { width:47.75rem;height:2.92480625rem;top:2.5322265625rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TEWaxo4T7z6DESkItwlINEC8xu2CtiKN { width:22.5rem;height:15rem;top:7.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sZawySqZi3N7yiQuE7KZbAJfR3PzVcRb { width:22.5rem;height:21rem;top:22.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rwPU9BNxw8GnGZ0Ro1e0gLxPFTOx7d2u { width:18.75rem;height:1.94921875rem;top:23.9375rem;left:1.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aVstbtTx7mUcIMsdJ058riXICM6hCMBE { width:18.75rem;height:9.098625rem;top:25.9375rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hEGPcX0h0LykW5HdqJImvRSfolvV3AqX { width:22.5rem;height:15rem;top:7.625rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DTAN1ckCUyiKd9pUVU3DWU0nlFwXbHdu { width:22.5rem;height:21rem;top:22.625rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #G1UxMTv40naPHKRy6uIWZ6rcXkBbg8K0 { width:18.75rem;height:14.297875rem;top:25.875rem;left:27.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WQDex3K00AB4BfMgtJhPW6aKGPwXiT3r { width:18.75rem;height:1.94921875rem;top:23.9375rem;left:27.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gx9bH7dBdxDT9sXtWu2hmp59a4S0twki { width:3.125rem;height:3.125rem;top:40.4375rem;left:19.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #e1RInF0FEfk8oVieTAnn0OiEMZJk6uX0 { width:3.125rem;height:3.125rem;top:40.4375rem;left:44.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #L50Td1VWS4M3TcOCmuIOlILL7Mq28ClA { display:none; }#L50Td1VWS4M3TcOCmuIOlILL7Mq28ClA > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #qyMrels8278tDEJrA8JVedOHUkaENsRT { width:47.75rem;height:3.25rem;top:2.375rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eI75cevXTyh9vNofozIW30IczoBJPVgL { width:47.75rem;height:1.29980625rem;top:7.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #raGrt12Vdde8LyqTakGBJqpCS4k84FpW { width:9.6875rem;height:2.75rem;top:10.625rem;left:19.03125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BHuQZkdwMq7HLfomzFcCGPnmETzbr62L { display:block; }
 }@media only screen and (max-width: 1199px) { #gLDGDd7CtmATM4NgH4khozWJ2CTmhzFa { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/9d86a6dc-c31e-47e6-982e-b9993033fa28/c8c7f7e6ff7a4f04f0f959fc2c4672ce95164d74.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#gLDGDd7CtmATM4NgH4khozWJ2CTmhzFa.adaptive-delivery-prevent-bg, #gLDGDd7CtmATM4NgH4khozWJ2CTmhzFa.lazyload, #gLDGDd7CtmATM4NgH4khozWJ2CTmhzFa.lazyloading { background-image: none; }#gLDGDd7CtmATM4NgH4khozWJ2CTmhzFa > .row .container { background-color: transparent; background-image: none; }#gLDGDd7CtmATM4NgH4khozWJ2CTmhzFa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gLDGDd7CtmATM4NgH4khozWJ2CTmhzFa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gLDGDd7CtmATM4NgH4khozWJ2CTmhzFa > .row .container > .video-iframe-container { display: none; }#gLDGDd7CtmATM4NgH4khozWJ2CTmhzFa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gLDGDd7CtmATM4NgH4khozWJ2CTmhzFa > .row > .video-iframe-container { display: none; }#gLDGDd7CtmATM4NgH4khozWJ2CTmhzFa > .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); }#gLDGDd7CtmATM4NgH4khozWJ2CTmhzFa > .row .container { width:47.75rem;height:43.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #TJCrt47v9bTcRpXlciXcEGCZ5Mb319Uh { width:47.75rem;height:2.92480625rem;top:1.6875rem;left:0rem;font-size:2.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #oHHSs3mMSwzacqCO3vdNhm5vPqsV4qok .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#oHHSs3mMSwzacqCO3vdNhm5vPqsV4qok { display:flex;height:auto;width:44.7480625rem;top:5.650390625rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #oHHSs3mMSwzacqCO3vdNhm5vPqsV4qok #THNNXbeKf3mz4CgLOvMknL9TppUZmFT7 {  }
 }@media only screen and (max-width: 1199px) { #oHHSs3mMSwzacqCO3vdNhm5vPqsV4qok #hQ9P8GhSvM62vgTd8VPKvrePXZqX6dEQ {  }
 }@media only screen and (max-width: 1199px) { #oHHSs3mMSwzacqCO3vdNhm5vPqsV4qok #FvMcqB2ERzlJK2oH4clQw6KydHOCxthC {  }
 }@media only screen and (max-width: 1199px) { #oHHSs3mMSwzacqCO3vdNhm5vPqsV4qok #xTkQPyP0gOsivdNEy4MZN5x4dEF7lS1w {  }
 }@media only screen and (max-width: 1199px) { #oHHSs3mMSwzacqCO3vdNhm5vPqsV4qok #Tkg94fgTGITxvztadRZ7aqILgJFyZJAW {  }
 }@media only screen and (max-width: 1199px) { #oHHSs3mMSwzacqCO3vdNhm5vPqsV4qok #GCIep47dASd2A706UbDWNlUSJl7gWw8m {  }
 }@media only screen and (max-width: 1199px) { #oHHSs3mMSwzacqCO3vdNhm5vPqsV4qok #zC01PR5t9UEub2Cu7g3D9RG9lt03LZ0m {  }
 }@media only screen and (max-width: 1199px) { #oHHSs3mMSwzacqCO3vdNhm5vPqsV4qok #zATEdr8JPd77zMatGrcNQcLK3OP0PxcU {  }
 }@media only screen and (max-width: 1199px) { #oHHSs3mMSwzacqCO3vdNhm5vPqsV4qok #lB9ZSFfUuxioTXokX0TxAv4MWGgkuCI3 {  }
 }@media only screen and (max-width: 1199px) { #oHHSs3mMSwzacqCO3vdNhm5vPqsV4qok #T3G80PBukN5xLe7mTpsB1IIFyywZb4zd {  }
 }@media only screen and (max-width: 1199px) { #oHHSs3mMSwzacqCO3vdNhm5vPqsV4qok #peN83Tl4flI4zRd6CLGAWi9vvGglZBXC {  }
 }@media only screen and (max-width: 1199px) { #oHHSs3mMSwzacqCO3vdNhm5vPqsV4qok #GT6zHySGPaMzihpNJ4cyHF8T8qbZ63Oo {  }
 }@media only screen and (max-width: 1199px) { #oHHSs3mMSwzacqCO3vdNhm5vPqsV4qok #mVxme6EqU2t3C2Mhe87GuHdScaUGWeFd {  }
 }@media only screen and (max-width: 1199px) { #oHHSs3mMSwzacqCO3vdNhm5vPqsV4qok #EyfH43EHGApO9KGELzh4XzfzMiliBd1O {  }
 }@media only screen and (max-width: 1199px) { #oHHSs3mMSwzacqCO3vdNhm5vPqsV4qok #zBtEbZEL54x6pfS7y7HZo5KRgs7Rq0es {  }
 }@media only screen and (max-width: 1199px) { #zP0sxe1LfmstU2uidbcva8IEf0R5kttg { display:block; }#zP0sxe1LfmstU2uidbcva8IEf0R5kttg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #tOxIMR69uPB1wN2mXfF8IQ6UgPqBtzdU { width:19.125rem;height:5.625rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qnc0wlTuCoPtuTWsP9Gg1UopAfU5xZVF { width:17.3125rem;height:1.29980625rem;top:2.8125rem;left:30.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ximS1eQ6W70hz7cn5oLz1MOUnkZZQrTC { width:31.25rem;height:1.29980625rem;top:4.1875rem;left:16.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #hJzwTRmz55ZXGaw61iNB2Uo8A4PQzShe { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#hJzwTRmz55ZXGaw61iNB2Uo8A4PQzShe > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F4ceCOmtuAZJ4F8Wh1kQsp6mmGutVo6g { width:7.3125rem;height:2.1875rem;top:1.71875rem;left:12.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgQmrL4FhmfyBNNx7Rxluit10iS1zeys { display:block; }
 }@media only screen and (max-width: 763px) { #mMacPVm9Jz4hLS0LpnoAkJTpQ3TGzh4X { width:11.3125rem;height:3rem;top:1.46875rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #U7u7M1gTF15zbacw8QJtlMRH6761JJFI { display:block; }#U7u7M1gTF15zbacw8QJtlMRH6761JJFI > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H5ni6FqsdpLFRkHTaMr9dDsINLITECdf { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f41f235c-3295-4765-8c9b-e3a118b66ad7/Group22.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf.adaptive-delivery-prevent-bg, #H5ni6FqsdpLFRkHTaMr9dDsINLITECdf.lazyload, #H5ni6FqsdpLFRkHTaMr9dDsINLITECdf.lazyloading { background-image: none; }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf > .row .container { background-color: transparent; background-image: none; }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.6); }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf > .row .container > .video-iframe-container { display: none; }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.6); }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf > .row > .video-iframe-container { display: none; }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf > .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); }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf > .row .container { width:20rem;height:31.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sEl5VREgBRpCCN1gaTGwsP4Vwl2LVDVu { width:20rem;height:14.624rem;top:6.0625rem;left:0rem;font-size:2.25rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #vHTZeoE5WSxu8RQcBM5t4G6v9FQ7xVAx { width:20rem;height:5.84765625rem;top:21.748046875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #zmRaeZbxcdGOlF9V1D1owynHtze4xr6u { display:block; }#zmRaeZbxcdGOlF9V1D1owynHtze4xr6u > .row .container { width:20rem;height:163.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #No5ecCyfLPND0JlbIkhH99Mqgiy82AfT { width:1.5rem;height:0.8125rem;top:23.75rem;left:4.5rem;font-size:0.625rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #Vl01wkETXDqbvEny3KlmDuRreJN6R9JT { width:20rem;height:95rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NF8DgXeUeBKT1mqZiKZbJailW85Dz1y2 { width:20rem;height:5.8496125rem;top:98.375rem;left:0rem;font-size:2.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fUf2Eh3hEOfW5IzCvT7pMWieLdhe1Kzr { width:20rem;height:3.375rem;top:104.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IoyC4qEBrf3VZ93hX5zBTA4EyxCHxJle { width:20rem;height:2.11230625rem;top:105.5rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ch5brlZCRz7QZQRtvZS1VpnPnAsgAmAZ { width:20rem;height:3.375rem;top:108.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxWSBxu9PaTHPWLBIau3taMqTFB3KBMI { width:20rem;height:2.11230625rem;top:109.5rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XEbrVC3CBFMFGNlg62xveFNtcMuKuxp7 { width:20rem;height:3.375rem;top:112.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iE0TZaTuTi78WiVBiBE14P4SKb6wtMyu { width:20rem;height:2.11230625rem;top:113.5rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #csoE1lDTH5w9sFZswskvbW6oxGxNkyGc { width:19.625rem;height:9.75rem;top:117rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mqayc9Ba5Qk68ZVCrPHW20ddrrqwPTfz { width:18.1875rem;height:3.25rem;top:119.0625rem;left:0.875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tbw8Kawf9uon1fvTEyqtHtfFqMkhixSR { width:15.5rem;height:2.5996125rem;top:122.8125rem;left:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5JHP8nat8bRBIuFAzGP9AqwFUrvSCpS { width:19.625rem;height:9.75rem;top:128.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w938zoSXvWZkW46JnkJTrp0NBh8fA6ro { width:18.1875rem;height:3.25rem;top:131.0625rem;left:0.875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #onyMdk3xHFbkx3ynGW5iSNsiIag4sBPu { width:15.5rem;height:1.29980625rem;top:134.9375rem;left:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCKUDGJ0uoGToWXTWPvCr88e1HCTsnzl { width:19.625rem;height:9.75rem;top:139.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sV63Rlb3SRaqHBAcd2LH2VIsyReTXJTR { width:18.1875rem;height:3.25rem;top:142.0625rem;left:0.9375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #X33Nd1rNaE41B9DxZqvmauTkbfF853gR { width:19.625rem;height:9.75rem;top:151.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0VE91i8zaQwGQLFNfVyNhsGEhsypz9s { width:10.4375rem;height:3.25rem;top:153.25rem;left:4.8125rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyaMyEHPzpHft58S883wPOztQTTXPixr { width:15.5rem;height:2.5996125rem;top:156.5rem;left:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0L0aEehNIbTDoQ1kranybWmng2vbcp9 { width:15.5rem;height:2.5996125rem;top:145.8125rem;left:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0npmU1vWQlVClhrIrlWrgeSlJOAMVOu { width:15rem;height:1.29980625rem;top:152rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QrohqTgsMnK69sEPBrTXwRcHCTIMEcaF { display:block; }#QrohqTgsMnK69sEPBrTXwRcHCTIMEcaF > .row .container { width:20rem;height:93.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T7UA0gxXoZOkWRF5MgNEBMmxMd0noVOn { width:20rem;height:15rem;top:13.7109375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kk3WfdiU850Gmlgww9yT2h08HnzSMcTk { width:20rem;height:18.9375rem;top:32.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eaPkvLFXh0uAywvKJiGf0BuZ5Xmw2ND6 { width:18.75rem;height:1.625rem;top:42rem;left:0.5625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z7Vfio3u9KvbGxyTL5kVZ2pBfcIF9HZZ { width:6.75rem;height:6.75rem;top:33.5rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebt31REuPizuhpoET7K7tSoZ120iq52J { width:20rem;height:11.69925rem;top:1.3125rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2WesTwU4dyaiS5VMnMVLPaIuMtLPyvw { width:5.25rem;height:5.25rem;top:72.3125rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtbZyR6zrteQFOLTOi8Ot89Cnb1fRb2e { width:20rem;height:18.9375rem;top:71.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wnr1EHeWuDaNq7uDwOSTw1JTQtEMKIFi { width:18.75rem;height:1.625rem;top:79.4375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xgN3bfE7DxJdJzNuzfi0RtXTX7tiuLTi { width:5.25rem;height:5.25rem;top:53.3125rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwRnI0K2i2BNElEu0TpwWdnMqTdU99lw { width:20rem;height:18.9375rem;top:52.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MrA8tBE0b06pvgTMqdE2x8OVtreUdxop { width:18.75rem;height:1.625rem;top:61.125rem;left:0.625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x3GXp6WIaG1al6Senf1JLiFLZK5HRTDL { width:18.75rem;height:6.499rem;top:44.375rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oIUgmdcHT1PoDHbZvRoOkizu1mtPpKtu { width:18.75rem;height:6.499rem;top:63.6875rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3RoaOzgGhqECg99uAUttCGlNGVPc15p { width:18.75rem;height:7.7988125rem;top:81.9375rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFEyhAlLuHrPnNrFtbBKVpI2J4N3WdpO { width:12.5rem;height:0.9746125rem;top:29.9375rem;left:3.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDdXVJnBmyS1DF6bbDKIbeXhVSyQ3Glv { display:block; }#KDdXVJnBmyS1DF6bbDKIbeXhVSyQ3Glv > .row .container { width:20rem;height:18.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fJMR4Kkau2TUDeBdL67PTBHLShKvaO6B { width:17.5rem;height:8rem;top:1.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXzU6ETv0o4HeJJBWRG1rEHTVgX5t3xt { width:2rem;height:2rem;top:4.25rem;left:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #XOrG7Sc9ih0OmTnyvztg8iTtCUO2gfeO { width:2rem;height:2rem;top:4.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l41malOPkh1vux1ftadyTDWEPw51iG3A { width:0.625rem;height:0.625rem;top:10.75rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7ryvuMKrpTmm1irkWzernzOrFw52Bps { width:0.625rem;height:0.625rem;top:10.75rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrZLifxkS61LhUDPVWftWORNAqa8aGXd { width:0.625rem;height:0.625rem;top:10.75rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmKu0mL8idTMu4oOCoILcKPBMibWdzEu { width:0.625rem;height:0.625rem;top:10.75rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTQIurL4UKCmJWerzfQRPD9a8XTvxDiH { width:13.0625rem;height:2.75rem;top:13.125rem;left:3.5rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Utz0a8383NZO049d543dDHt3LRuvLzol { display:block; }
 }@media only screen and (max-width: 763px) { #eOzCKpe7IsWCHl16BQ6WUoJnuEDdP1VM { display:block; }#eOzCKpe7IsWCHl16BQ6WUoJnuEDdP1VM > .row .container { width:20rem;height:71rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ciXIuMAHRTMvRVd6SPHh358i6nsr63sl { width:20rem;height:13.25rem;top:24.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlehPsJmLUdZWinueal7gOvihKpMTfIc { width:16.875rem;height:5.19921875rem;top:58.375rem;left:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIvtdi2MyKFLGQVmyuLdurux9if36ThT { width:1.8125rem;height:1.25rem;top:23.9375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4KT9BME8U2Ilok1xTrweTWcNSkVna04 { width:13.125rem;height:1.29980625rem;top:26.125rem;left:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDekzn1G8Tnpmstvr726i3oa2a3bJe4U { width:13.125rem;height:0.9746125rem;top:27.4375rem;left:5.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gx84V24ImJkL2MQd9fMWCqh3496TAtrJ { width:1.8125rem;height:1.25rem;top:37.0625rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryIdlpNx3IEkUJa7bB933Cf3lnT41zTK { width:3.0625rem;height:3.0625rem;top:26.125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIWmqdDaBpM7aJHvCxKalfAugFTNQPUg { width:1.8125rem;height:1.25rem;top:38.3125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFswpcZKecWzWEntft9nJvEqwaF0MiDq { width:20rem;height:13.25rem;top:38.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JP4CzWwN46hy7slGwfaerLUctJhRl4Ar { width:13.125rem;height:1.29980625rem;top:40.9375rem;left:5.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z48y39BDE0t2nRTBLv8JfPdcWmXxgrzZ { width:13.125rem;height:0.9746125rem;top:42.3125rem;left:5.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uF0dcXHgIFUZD06LrFhGVMm4yAgaDzSs { width:16.875rem;height:3.8994125rem;top:44.5625rem;left:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQmTx2s2Vb5GVTmJU4DRC3mF6vmHQwN6 { width:1.8125rem;height:1.25rem;top:51.4375rem;left:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2Iw4eXy8UPJKWThKFM1JEPGJEorsXRC { width:3.0625rem;height:3.0625rem;top:40.9375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ln2blEfuMlVMpUSd7kOQXngeMykrfr1g { width:1.8125rem;height:1.25rem;top:52.6875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXWLMAxUp6Km1UzU1a9aJXqs3InyhMeI { width:20rem;height:14.875rem;top:53.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQg6IgA7sv5capytXc5LO7LmSgXtmNNa { width:13.125rem;height:1.29980625rem;top:54.5625rem;left:5.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Inlrh3PgTtqdGeTAaV3sacaQTrTQ009T { width:13.125rem;height:0.9746125rem;top:55.9375rem;left:5.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JaZBwXh1H2iALbQ7cpuf2AJ5iJ6cf8cb { width:16.875rem;height:5.19921875rem;top:29.875rem;left:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxVfv9QDz3xa9KQxcZixOoaWvGiCLiRa { width:1.8125rem;height:1.25rem;top:67.1875rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRzayFIWM8u27BFdntVG97rtLwQTZRwr { width:3.0625rem;height:3.0625rem;top:54.5625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpb9ZrvNxnfZEEyKQlVzn1QwPVGIVM5a { width:20rem;height:5.19921875rem;top:2.5rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #uw20pxAZQrEZCb1FnDGlOvKCTQtsTPyw { width:20rem;height:15rem;top:8.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kveEn2zvGVPEDHh0tZtiS3siGy3e7aie { display:block; }#kveEn2zvGVPEDHh0tZtiS3siGy3e7aie > .row .container { width:20rem;height:42.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oBuAIUXdwiUXrx3L25N67yH9Grp6HSAd { width:13.0625rem;height:2.75rem;top:12.87109375rem;left:0rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqKfzKNHITZMliN0VzJvB9rSuS9UzKT1 { display:block; }
 }@media only screen and (max-width: 763px) { #DQuzxwfx1qV3KTR5GfdexTFIC9kE5V9I { width:16.875rem;height:1.94921875rem;top:17.44140625rem;left:3.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pm1FvhT7ALhSPAH72n13no5OvJZU4TFN { width:16.875rem;height:6.499rem;top:19.953125rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ln5sLKVIXxoWwFhutkhz2SKT1mbeZqLv { width:1.5rem;height:1.5rem;top:17.44140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMpduz21TulHzwfK0lA6krQ2k6MHDGSQ { width:13.125rem;height:13.125rem;top:4.32421875rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzU0BbllqLz4NOhr7tGdS3rhEQnK3oGm { width:20rem;height:5.8496125rem;top:2.32421875rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5mQHTNyZLRoTMlDhMeOA4mzx0ZNnor2 { width:16.875rem;height:10.3984375rem;top:27.3125rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kk8KrV6K7iza0uxWMuJKc0pQusIckpZB { width:12.5rem;height:0.9746125rem;top:10.021484375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCOy2PSypHbo1KowRzJnE6Jti03mLULH { display:none; }#QCOy2PSypHbo1KowRzJnE6Jti03mLULH > .row .container { width:20rem;height:80.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vhPCcea82RF2yfREbeJzb7kw2EHNUiIz { width:20rem;height:5.8496125rem;top:2.5rem;left:0rem;font-size:2.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TEWaxo4T7z6DESkItwlINEC8xu2CtiKN { width:20rem;height:15rem;top:9.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZawySqZi3N7yiQuE7KZbAJfR3PzVcRb { width:20rem;height:16.625rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwPU9BNxw8GnGZ0Ro1e0gLxPFTOx7d2u { width:18.75rem;height:1.94921875rem;top:25.5rem;left:0.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVstbtTx7mUcIMsdJ058riXICM6hCMBE { width:18.75rem;height:9.098625rem;top:27.4375rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEGPcX0h0LykW5HdqJImvRSfolvV3AqX { width:20rem;height:15rem;top:42.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTAN1ckCUyiKd9pUVU3DWU0nlFwXbHdu { width:20rem;height:20.875rem;top:57.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1UxMTv40naPHKRy6uIWZ6rcXkBbg8K0 { width:18.75rem;height:14.297875rem;top:60.6875rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQDex3K00AB4BfMgtJhPW6aKGPwXiT3r { width:18.75rem;height:1.94921875rem;top:58.75rem;left:0.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gx9bH7dBdxDT9sXtWu2hmp59a4S0twki { display:flex;width:3.125rem;height:3.125rem;top:37.5625rem;left:16.875rem; }
 }@media only screen and (max-width: 763px) { #e1RInF0FEfk8oVieTAnn0OiEMZJk6uX0 { display:flex;width:3.125rem;height:3.125rem;top:75.0625rem;left:16.875rem; }
 }@media only screen and (max-width: 763px) { #L50Td1VWS4M3TcOCmuIOlILL7Mq28ClA { display:none; }#L50Td1VWS4M3TcOCmuIOlILL7Mq28ClA > .row .container { width:20rem;height:18.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qyMrels8278tDEJrA8JVedOHUkaENsRT { width:20rem;height:5.19921875rem;top:1.875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #eI75cevXTyh9vNofozIW30IczoBJPVgL { width:20rem;height:2.5996125rem;top:8.94921875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #raGrt12Vdde8LyqTakGBJqpCS4k84FpW { width:9.6875rem;height:2.75rem;top:13.423828125rem;left:5.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHuQZkdwMq7HLfomzFcCGPnmETzbr62L { display:block; }
 }@media only screen and (max-width: 763px) { #gLDGDd7CtmATM4NgH4khozWJ2CTmhzFa { display:block; }#gLDGDd7CtmATM4NgH4khozWJ2CTmhzFa > .row .container { width:20rem;height:41.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TJCrt47v9bTcRpXlciXcEGCZ5Mb319Uh { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHHSs3mMSwzacqCO3vdNhm5vPqsV4qok .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#oHHSs3mMSwzacqCO3vdNhm5vPqsV4qok .accordion-heading-text { font-size:1.25rem;height:auto; }
#oHHSs3mMSwzacqCO3vdNhm5vPqsV4qok .accordion-desc-text { font-size:1rem;height:auto; }
#oHHSs3mMSwzacqCO3vdNhm5vPqsV4qok { display:flex;height:auto;width:20rem;top:8.6591796875rem;left:0rem;gap:1.5rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
 }@media only screen and (max-width: 763px) { #oHHSs3mMSwzacqCO3vdNhm5vPqsV4qok #THNNXbeKf3mz4CgLOvMknL9TppUZmFT7 {  }
 }@media only screen and (max-width: 763px) { #oHHSs3mMSwzacqCO3vdNhm5vPqsV4qok #hQ9P8GhSvM62vgTd8VPKvrePXZqX6dEQ {  }
 }@media only screen and (max-width: 763px) { #oHHSs3mMSwzacqCO3vdNhm5vPqsV4qok #FvMcqB2ERzlJK2oH4clQw6KydHOCxthC {  }
 }@media only screen and (max-width: 763px) { #oHHSs3mMSwzacqCO3vdNhm5vPqsV4qok #xTkQPyP0gOsivdNEy4MZN5x4dEF7lS1w {  }
 }@media only screen and (max-width: 763px) { #oHHSs3mMSwzacqCO3vdNhm5vPqsV4qok #Tkg94fgTGITxvztadRZ7aqILgJFyZJAW {  }
 }@media only screen and (max-width: 763px) { #oHHSs3mMSwzacqCO3vdNhm5vPqsV4qok #GCIep47dASd2A706UbDWNlUSJl7gWw8m {  }
 }@media only screen and (max-width: 763px) { #oHHSs3mMSwzacqCO3vdNhm5vPqsV4qok #zC01PR5t9UEub2Cu7g3D9RG9lt03LZ0m {  }
 }@media only screen and (max-width: 763px) { #oHHSs3mMSwzacqCO3vdNhm5vPqsV4qok #zATEdr8JPd77zMatGrcNQcLK3OP0PxcU {  }
 }@media only screen and (max-width: 763px) { #oHHSs3mMSwzacqCO3vdNhm5vPqsV4qok #lB9ZSFfUuxioTXokX0TxAv4MWGgkuCI3 {  }
 }@media only screen and (max-width: 763px) { #oHHSs3mMSwzacqCO3vdNhm5vPqsV4qok #T3G80PBukN5xLe7mTpsB1IIFyywZb4zd {  }
 }@media only screen and (max-width: 763px) { #oHHSs3mMSwzacqCO3vdNhm5vPqsV4qok #peN83Tl4flI4zRd6CLGAWi9vvGglZBXC {  }
 }@media only screen and (max-width: 763px) { #oHHSs3mMSwzacqCO3vdNhm5vPqsV4qok #GT6zHySGPaMzihpNJ4cyHF8T8qbZ63Oo {  }
 }@media only screen and (max-width: 763px) { #oHHSs3mMSwzacqCO3vdNhm5vPqsV4qok #mVxme6EqU2t3C2Mhe87GuHdScaUGWeFd {  }
 }@media only screen and (max-width: 763px) { #oHHSs3mMSwzacqCO3vdNhm5vPqsV4qok #EyfH43EHGApO9KGELzh4XzfzMiliBd1O {  }
 }@media only screen and (max-width: 763px) { #oHHSs3mMSwzacqCO3vdNhm5vPqsV4qok #zBtEbZEL54x6pfS7y7HZo5KRgs7Rq0es {  }
 }@media only screen and (max-width: 763px) { #zP0sxe1LfmstU2uidbcva8IEf0R5kttg { display:block; }#zP0sxe1LfmstU2uidbcva8IEf0R5kttg > .row .container { width:20rem;height:14.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tOxIMR69uPB1wN2mXfF8IQ6UgPqBtzdU { width:13.9375rem;height:4.0625rem;top:1.25rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnc0wlTuCoPtuTWsP9Gg1UopAfU5xZVF { width:20rem;height:1.29980625rem;top:8.4375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ximS1eQ6W70hz7cn5oLz1MOUnkZZQrTC { width:20rem;height:2.5996125rem;top:10.98730625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }