.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-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.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-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size: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; }
#zrLUMANWsg7RFGX8FDWoa12endJVUbLd { 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:15002;text-align:center;text-align-last:center;top:1.4375rem;left:51.625rem;display:block; }
#DATk2leJF1HPRZXKqqwqTnqcl9hKbZOm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;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/eaa531f0-7d45-43e7-8208-f2a5b0b7b8ce/Group202.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:29.9375rem;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:45.0625rem;height:8.7744375rem;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.625rem;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:19.662109375rem;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:18.423828125rem;left:1.59375rem;height:1.29980625rem;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:19.662109375rem;left:18.4375rem;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:18.423828125rem;left:20.15625rem;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:2.5rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:30.6875rem;left:0rem;height:6.5rem;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:15.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:30.6875rem;left:20.15625rem;height:6.5rem;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; }
#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:29.19921875rem;left:1.34375rem;height:1.29980625rem;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.1875rem;left:20.15625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#LIkqocaCq3DD1fJd0AMsFz65iiERM0TG { color:#642f6c;display:block;width:16.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:24.2119140625rem;left:0.84375rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#ze7BiBO2ILQv6Ray8OBOP9wwrBNIJa89 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#ze7BiBO2ILQv6Ray8OBOP9wwrBNIJa89 > .row .container { background-color: transparent; background-image: none; }#ze7BiBO2ILQv6Ray8OBOP9wwrBNIJa89::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ze7BiBO2ILQv6Ray8OBOP9wwrBNIJa89 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ze7BiBO2ILQv6Ray8OBOP9wwrBNIJa89 > .row .container > .video-iframe-container { display: none; }#ze7BiBO2ILQv6Ray8OBOP9wwrBNIJa89 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ze7BiBO2ILQv6Ray8OBOP9wwrBNIJa89 > .row > .video-iframe-container { display: none; }#ze7BiBO2ILQv6Ray8OBOP9wwrBNIJa89 > .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); }#ze7BiBO2ILQv6Ray8OBOP9wwrBNIJa89 > .row .container { border-width: 0; border-radius: 0; }#ze7BiBO2ILQv6Ray8OBOP9wwrBNIJa89 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ze7BiBO2ILQv6Ray8OBOP9wwrBNIJa89 > .row .container { font-size:0.875rem;font-family:arial;height:23.6875rem;width:75rem;position:relative;display:block; }#AkZkFGrPHAQlpzV4On8ClTnrsKmEwbW8 { color:rgba(var(--color-tertiary-2),1);display:block;width:53.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.5244140625rem;left:0rem;height:3.4121125rem;display:block; }
#tOd4Vi3zyDCTbi6SKD9iomI3demvGSVJ { color:rgba(var(--color-tertiary-2),1);display:block;width:53.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:6.5rem;left:0rem;height:5.19921875rem;font-style:normal;display:block; }
#KaTPynDnfDApIu7kggAJ8ZTvIRbwwuyI { color:rgba(var(--color-tertiary-2),1);display:block;width:53.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:13.0625rem;left:0rem;height:3.8994125rem;font-style:normal;display:block; }
#egwIXcMLQNXSquHTCKgWXWmZmq9PzlTT { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:18.625rem;width:19.5rem;top:2.5rem;left:55.5rem;overflow:hidden;display:block; }
#t7PVargT7xN8kXpUlewRs94cktBiog0h { 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:13.875rem;height:2.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:18.5rem;left:0rem;display:block; }
#pc1CxeFRLB1ZpTpyiK41XQwFg9qSTolo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;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:46.5rem;width:75rem;position:relative;display:block; }#kk3WfdiU850Gmlgww9yT2h08HnzSMcTk { box-sizing:content-box;height:18rem;width:24.6875rem;position:absolute;display:block;z-index:15003;background-color:#f3f3f3;background-image:none;top:7.9375rem;left:0rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;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:14.8125rem;left:0.1875rem;height:3.8984375rem;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:3.875rem;width:3.875rem;top:8.875rem;left:10.40625rem;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:2.51171875rem;left:0rem;height:;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:3.875rem;width:3.875rem;top:8.875rem;left:60.0625rem;overflow:hidden;display:block; }
#TtbZyR6zrteQFOLTOi8Ot89Cnb1fRb2e { box-sizing:content-box;height:18rem;width:24.6875rem;position:absolute;display:block;z-index:15009;background-color:#f3f3f3;background-image:none;top:7.9375rem;left:50.3125rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;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:14.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:3.875rem;width:3.875rem;top:8.875rem;left:34.875rem;overflow:hidden;display:block; }
#nwRnI0K2i2BNElEu0TpwWdnMqTdU99lw { box-sizing:content-box;height:18rem;width:24.6875rem;position:absolute;display:block;z-index:15006;background-color:#f3f3f3;background-image:none;top:7.9375rem;left:25.125rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;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:14.875rem;left:25.1875rem;height:3.8984375rem;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:19.619140625rem;left:0.46875rem;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:19.625rem;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:19.625rem;left:50.9375rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#QR3UJLaCoNMpV0ITVfMm5IIsVIue5nAg { box-sizing:content-box;height:18rem;width:24.6875rem;position:absolute;display:block;z-index:15013;background-color:#f3f3f3;background-image:none;top:27.25rem;left:12.625rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#NM2TFKdIHEm84MHftlF5IM2SAJfUMOlN { box-sizing:content-box;height:18rem;width:24.6875rem;position:absolute;display:block;z-index:15016;background-color:#f3f3f3;background-image:none;top:27.25rem;left:37.75rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#VIeUe7l9oKc9iKwNTEnXS4vJ7Nomy9Ob { color:#212721;display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:36.625rem;left:13.0625rem;height:3.8994125rem;text-align:center;text-align-last:center;display:block; }
#DeOMLnm4N6lsNbv6p9QyxWu87ODirpU7 { color:#212721;display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:36.6875rem;left:38.3125rem;height:3.8994125rem;text-align:center;text-align-last:center;display:block; }
#Jc6x4amz14etBA3AEuHFTJwwfbNW7SLq { 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:15017;line-height:1.3;letter-spacing:0;top:34.0625rem;left:12.8125rem;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; }
#CxcQ3ST8vOh3o2gwHCA7cTgCtCcF1fGk { 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:15020;line-height:1.3;letter-spacing:0;top:34.125rem;left:37.8125rem;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; }
#mDvPiw54uCZ42ra8BnNzZTcgAyaFUm4P { position:absolute;display:block;z-index:15030;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:3.875rem;width:3.875rem;top:28.125rem;left:22.96875rem;overflow:hidden;display:block; }
#vMRTdpOGoG9AQRG7sUdlqsUTstZ6wa0d { position:absolute;display:block;z-index:15033;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:3.875rem;width:3.875rem;top:28.125rem;left:48.09375rem;overflow:hidden;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:29.9375rem;width:75rem;position:relative;display:block; }#fJMR4Kkau2TUDeBdL67PTBHLShKvaO6B { position:absolute;display:block;z-index:15002;height:10.0625rem;width:70.6875rem;top:10.1875rem;left:2.1875rem;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:14rem;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:14rem;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:22.125rem;left:35.3125rem;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:22.125rem;left:36.5625rem;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:22.125rem;left:37.8125rem;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:22.125rem;left:39.0625rem;display:block; }
#R7NwEdTodB9hAPKBB7zGTzlXylqlMWRq { color:#212721;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:6rem;left:0rem;height:3rem;text-align:center;text-align-last:center;display:block; }
#uKSTffTLzCtnqcMx882FzoHkB4CkWKKp { 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:15005;line-height:1.3;letter-spacing:0;top:2.4375rem;left:0rem;height:;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; }
#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:24.625rem;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:31.3125rem;width:75rem;position:relative;display:block; }#ciXIuMAHRTMvRVd6SPHh358i6nsr63sl { box-sizing:content-box;height:19.375rem;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:9.25rem;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:15.5rem;left:1.1875rem;height:11.69825rem;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:8.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:11rem;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:12.5625rem;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:27.875rem;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:10.375rem;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:8.5rem;left:26.25rem;overflow:hidden;display:block; }
#PFswpcZKecWzWEntft9nJvEqwaF0MiDq { box-sizing:content-box;height:19.375rem;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:9.1875rem;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:10.9375rem;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:12.5rem;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:15.5rem;left:26.1875rem;height:6.499rem;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:27.875rem;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:10.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:8.5rem;left:51.5rem;overflow:hidden;display:block; }
#BXWLMAxUp6Km1UzU1a9aJXqs3InyhMeI { box-sizing:content-box;height:19.375rem;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:9.0625rem;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:10.8125rem;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:12.375rem;left:56.4375rem;height:1.94921875rem;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:15.5rem;left:51.6875rem;height:11.69825rem;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:27.875rem;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:10.375rem;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:1.5rem;text-align:center;text-align-last:center;display:block; }
#NkcxiiBPfuwJVdOd2CFglgc5AmmKNr1d { 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; }#NkcxiiBPfuwJVdOd2CFglgc5AmmKNr1d > .row .container { background-color: transparent; background-image: none; }#NkcxiiBPfuwJVdOd2CFglgc5AmmKNr1d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NkcxiiBPfuwJVdOd2CFglgc5AmmKNr1d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NkcxiiBPfuwJVdOd2CFglgc5AmmKNr1d > .row .container > .video-iframe-container { display: none; }#NkcxiiBPfuwJVdOd2CFglgc5AmmKNr1d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NkcxiiBPfuwJVdOd2CFglgc5AmmKNr1d > .row > .video-iframe-container { display: none; }#NkcxiiBPfuwJVdOd2CFglgc5AmmKNr1d > .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); }#NkcxiiBPfuwJVdOd2CFglgc5AmmKNr1d > .row .container { border-width: 0; border-radius: 0; }#NkcxiiBPfuwJVdOd2CFglgc5AmmKNr1d > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NkcxiiBPfuwJVdOd2CFglgc5AmmKNr1d > .row .container { font-size:0.875rem;font-family:arial;height:25.8125rem;width:75rem;position:relative;display:block; }#RNgeTDouiAm4eTxGKv4zxuL9CEwWyPnK { color:rgba(var(--color-secondary-2),1);display:block;width:74.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.5rem;left:0.59375rem;height:3.4121125rem;text-align:center;text-align-last:center;display:block; }
#TItHREmVDddv7MDlRQvi4E58KIqnTyUZ { color:rgba(var(--color-secondary-4),1);display:block;width:74.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:6.787109375rem;left:0.25rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#J99JAAa5S0umUzBihOFeLU2WThSIEsXF { box-sizing:content-box;height:12.5rem;width:37.0625rem;position:absolute;display:block;z-index:15002;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:10.75rem;left:0rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
#ewEsbOnAHfJLAHJnHe1ZHZEb0Zwpt7lo { color:rgba(var(--color-tertiary-2),1);display:block;width:33.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:11.57421875rem;left:1.28125rem;height:2.5996125rem;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; }
#F4ZBgVwFQ1Kas4ICgTWgnTTsdh3uRJJw { color:rgba(var(--color-tertiary-2),1);display:block;width:33.375rem;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:14.798828125rem;left:1.28125rem;height:7.749rem;display:block; }#F4ZBgVwFQ1Kas4ICgTWgnTTsdh3uRJJw li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#F4ZBgVwFQ1Kas4ICgTWgnTTsdh3uRJJw li:before{  }
#lObgoOcV7Eg5cx7Xqegp9eTQ6vJCFcm3 { box-sizing:content-box;height:12.5rem;width:36.9375rem;position:absolute;display:block;z-index:15005;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:10.75rem;left:38.0625rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
#Ps6yyL4HBq78Hl6DykGDZgRshwevXE7B { color:rgba(var(--color-tertiary-2),1);display:block;width:33.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:14.798828125rem;left:40.21875rem;height:6.13671875rem;display:block; }#Ps6yyL4HBq78Hl6DykGDZgRshwevXE7B li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Ps6yyL4HBq78Hl6DykGDZgRshwevXE7B li:before{  }
#Daob2i7DQ4cf14A2n8Ko5qlbtv8oUxNo { color:rgba(var(--color-tertiary-2),1);display:block;width:33.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:11.57421875rem;left:40.21875rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kveEn2zvGVPEDHh0tZtiS3siGy3e7aie { 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; }#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:21.75rem;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:11.4375rem;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:32.1875rem;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:3.962890625rem;left:42.8125rem;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:32.1875rem;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:6.0625rem;left:42.8125rem;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:4.1875rem;left:40.1875rem;overflow:hidden;display:block; }
#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:3.4121125rem;display:block; }
#UER02LIuwGSReu6SFIm88bhGfcrqi3ow { 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:6.599609375rem;left:0rem;height:3.8994125rem;display:block; }
#ZIEwRJXMkuLLe3hhwGM5zgFxut6nhggr { color:rgba(var(--color-tertiary-4),1);display:block;width:32.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:13.25rem;left:42.8125rem;height:2.5996125rem;display:block; }
#OpMRN3GqyKKEAeDM5vwP7V6s5VwMISIi { color:rgba(var(--color-tertiary-4),1);display:block;width:32.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:11.150390625rem;left:42.8125rem;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; }
#kogKPTPwrivJwz31OfJt8w5qsWH2kIAk { position:absolute;display:block;z-index:15008;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:11.375rem;left:40.1875rem;overflow:hidden;display:block; }
#RTFcb0beUfKkwaPObRWsvcCk9tpgprGF { box-sizing:content-box;height:16.6875rem;width:36.375rem;position:absolute;display:block;z-index:14998;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:2.5rem;left:38.59375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#gKoaIcTaEzXSOTcbFuMCF0bb18rpFASs { 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:15018;line-height:1.3;letter-spacing:0;top:17.125rem;left:42.8125rem;height:0.9746125rem;display:block; }
#CyEFBqdvK7HMQEdda60l0LPdLUS392gI { 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; }#CyEFBqdvK7HMQEdda60l0LPdLUS392gI > .row .container { background-color: transparent; background-image: none; }#CyEFBqdvK7HMQEdda60l0LPdLUS392gI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CyEFBqdvK7HMQEdda60l0LPdLUS392gI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CyEFBqdvK7HMQEdda60l0LPdLUS392gI > .row .container > .video-iframe-container { display: none; }#CyEFBqdvK7HMQEdda60l0LPdLUS392gI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CyEFBqdvK7HMQEdda60l0LPdLUS392gI > .row > .video-iframe-container { display: none; }#CyEFBqdvK7HMQEdda60l0LPdLUS392gI > .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); }#CyEFBqdvK7HMQEdda60l0LPdLUS392gI > .row .container { border-width: 0; border-radius: 0; }#CyEFBqdvK7HMQEdda60l0LPdLUS392gI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CyEFBqdvK7HMQEdda60l0LPdLUS392gI > .row .container { font-size:0.875rem;font-family:arial;height:32.375rem;width:75rem;position:relative;display:block; }#OVrKRcnn5fFTG3Pc5S9xiMZwi2Hx1vrg { color:rgba(var(--color-tertiary-4),1);display:block;width:41.25rem;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.4375rem;left:0rem;height:10.2363125rem;display:block; }
#GFL1mCXxM9LtQ97wxNErM63OhPL7zSBw { color:rgba(var(--color-tertiary-4),1);display:block;width:41rem;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:13.4375rem;left:2.4375rem;height:3.8984375rem;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; }
#APHkvh0Oa4BpPCHC1TpKSAvKp7NvGgVv { 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:13.6875rem;left:0rem;overflow:hidden;display:block; }
#SkATmH9uWSE0AZFKIW7h5xfsSbdPbmcV { 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:21.4375rem;height:2.75rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:27.0625rem;left:0.875rem;display:block; }
#BxzmWMiOiCnocAJIkLznqDUFi1cTJNuK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZzCEbvLk4bTCgLuG2AM4Ecme3hJJpEh3 { color:rgba(var(--color-tertiary-4),1);display:block;width:41rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:17.8125rem;left:2.4375rem;height:7.796875rem;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; }
#UTSCOEeSXG0F1FciJR4nA5zK8mvffqcd { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:18.0625rem;left:0rem;overflow:hidden;display:block; }
#WzntoOTHqPpsVIEUDkptZ4ad2mCZ3sm0 { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:19.875rem;width:30rem;top:6.25rem;left:45rem;overflow:hidden;display:block; }
#SHNtWFCzA6lTLpOHwHtWVnCeG5z1z070 { background-color:#f3f3f3;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: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:21.4375rem;height:2.75rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:27.0625rem;left:22.75rem;display:block; }
#XLntExS5cpoWbFxQM5CGfTSm0sI2go1c { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#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;height:5.625rem;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) { #zrLUMANWsg7RFGX8FDWoa12endJVUbLd { width:11.0625rem;height:2.75rem;top:1.4375rem;left:24.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DATk2leJF1HPRZXKqqwqTnqcl9hKbZOm { 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/eaa531f0-7d45-43e7-8208-f2a5b0b7b8ce/Group202.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:17.625rem;left:9.6875rem;font-size:2.25rem;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:93.9375rem;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:3.25rem;top:74.625rem;left:4.6875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Tbw8Kawf9uon1fvTEyqtHtfFqMkhixSR { width:15rem;height:1.29980625rem;top:72.8125rem;left:6.625rem;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:3.25rem;top:73.5rem;left:24.875rem;font-size:2.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:6.5rem;top:84.6875rem;left:4.6875rem;font-size:2.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:16.5625rem;height:6.5rem;top:84.6875rem;left:25.6875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #n0L0aEehNIbTDoQ1kranybWmng2vbcp9 { width:15.5rem;height:1.29980625rem;top:82.875rem;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) { #LIkqocaCq3DD1fJd0AMsFz65iiERM0TG { width:15rem;height:1.29980625rem;top:78.5rem;left:6.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ze7BiBO2ILQv6Ray8OBOP9wwrBNIJa89 { display:block; }#ze7BiBO2ILQv6Ray8OBOP9wwrBNIJa89 > .row .container { width:47.75rem;height:34.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #AkZkFGrPHAQlpzV4On8ClTnrsKmEwbW8 { width:26.9375rem;height:5.8496125rem;top:2.5rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tOd4Vi3zyDCTbi6SKD9iomI3demvGSVJ { width:26.9375rem;height:10.3984375rem;top:9rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KaTPynDnfDApIu7kggAJ8ZTvIRbwwuyI { width:26.9375rem;height:7.7988125rem;top:20.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #egwIXcMLQNXSquHTCKgWXWmZmq9PzlTT { width:19.5rem;height:18.625rem;top:7.8125rem;left:28.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #t7PVargT7xN8kXpUlewRs94cktBiog0h { width:12.5rem;height:2.75rem;top:29.1875rem;left:0rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 1199px) { #pc1CxeFRLB1ZpTpyiK41XQwFg9qSTolo { display:block; }
 }@media only screen and (max-width: 1199px) { #QrohqTgsMnK69sEPBrTXwRcHCTIMEcaF { display:block; }#QrohqTgsMnK69sEPBrTXwRcHCTIMEcaF > .row .container { width:47.75rem;height:52.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #kk3WfdiU850Gmlgww9yT2h08HnzSMcTk { width:15rem;height:19.125rem;top:9.75rem;left:0.5625rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 1199px) { #eaPkvLFXh0uAywvKJiGf0BuZ5Xmw2ND6 { width:12.875rem;height:2.923825rem;top:16rem;left:1.625rem;font-size:1.125rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 1199px) { #Z7Vfio3u9KvbGxyTL5kVZ2pBfcIF9HZZ { width:3.875rem;height:3.875rem;top:11.0625rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ebt31REuPizuhpoET7K7tSoZ120iq52J { width:46.25rem;height:5.8496125rem;top:2.7998046875rem;left:1.5rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #n2WesTwU4dyaiS5VMnMVLPaIuMtLPyvw { width:3.875rem;height:3.875rem;top:11.0625rem;left:37.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TtbZyR6zrteQFOLTOi8Ot89Cnb1fRb2e { width:15rem;height:19.125rem;top:9.75rem;left:32.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Wnr1EHeWuDaNq7uDwOSTw1JTQtEMKIFi { width:14.6875rem;height:2.923825rem;top:15.75rem;left:32.375rem;font-size:1.125rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 1199px) { #xgN3bfE7DxJdJzNuzfi0RtXTX7tiuLTi { width:3.875rem;height:3.875rem;top:11.0625rem;left:21.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nwRnI0K2i2BNElEu0TpwWdnMqTdU99lw { width:15rem;height:19.125rem;top:9.75rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MrA8tBE0b06pvgTMqdE2x8OVtreUdxop { width:14.6875rem;height:2.923825rem;top:15.75rem;left:16.625rem;font-size:1.125rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 1199px) { #x3GXp6WIaG1al6Senf1JLiFLZK5HRTDL { width:12.875rem;height:8.53125rem;top:19.1875rem;left:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oIUgmdcHT1PoDHbZvRoOkizu1mtPpKtu { width:12.875rem;height:7.3125rem;top:18.75rem;left:17.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #L3RoaOzgGhqECg99uAUttCGlNGVPc15p { width:12.875rem;height:3.65625rem;top:19.3125rem;left:33.1875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #QR3UJLaCoNMpV0ITVfMm5IIsVIue5nAg { width:15rem;height:19.125rem;top:30.5625rem;left:7.9375rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 1199px) { #NM2TFKdIHEm84MHftlF5IM2SAJfUMOlN { width:15rem;height:19.125rem;top:30.5625rem;left:23.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VIeUe7l9oKc9iKwNTEnXS4vJ7Nomy9Ob { width:12.875rem;height:6.09375rem;top:39.875rem;left:9rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DeOMLnm4N6lsNbv6p9QyxWu87ODirpU7 { width:12.875rem;height:4.875rem;top:41.125rem;left:24.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Jc6x4amz14etBA3AEuHFTJwwfbNW7SLq { width:14.6875rem;height:1.4619125rem;top:37.75rem;left:8.0625rem;font-size:1.125rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 1199px) { #CxcQ3ST8vOh3o2gwHCA7cTgCtCcF1fGk { width:14.6875rem;height:1.4619125rem;top:37.75rem;left:23.875rem;font-size:1.125rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 1199px) { #mDvPiw54uCZ42ra8BnNzZTcgAyaFUm4P { width:3.875rem;height:3.875rem;top:32.625rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vMRTdpOGoG9AQRG7sUdlqsUTstZ6wa0d { width:3.875rem;height:3.875rem;top:32.625rem;left:29.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KDdXVJnBmyS1DF6bbDKIbeXhVSyQ3Glv { display:block; }#KDdXVJnBmyS1DF6bbDKIbeXhVSyQ3Glv > .row .container { width:47.75rem;height:30.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #fJMR4Kkau2TUDeBdL67PTBHLShKvaO6B { width:43.375rem;height:6.8125rem;top:11.9375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lXzU6ETv0o4HeJJBWRG1rEHTVgX5t3xt { width:2rem;height:2rem;top:14.375rem;left:45.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XOrG7Sc9ih0OmTnyvztg8iTtCUO2gfeO { width:2rem;height:2rem;top:14.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #l41malOPkh1vux1ftadyTDWEPw51iG3A { width:0.625rem;height:0.625rem;top:22.6875rem;left:21.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #w7ryvuMKrpTmm1irkWzernzOrFw52Bps { width:0.625rem;height:0.625rem;top:22.6875rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vrZLifxkS61LhUDPVWftWORNAqa8aGXd { width:0.625rem;height:0.625rem;top:22.6875rem;left:23.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LmKu0mL8idTMu4oOCoILcKPBMibWdzEu { width:0.625rem;height:0.625rem;top:22.6875rem;left:24.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #R7NwEdTodB9hAPKBB7zGTzlXylqlMWRq { width:46.25rem;height:5.0625rem;top:5.625rem;left:0.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uKSTffTLzCtnqcMx882FzoHkB4CkWKKp { width:46.25rem;height:2.92480625rem;top:2.4375rem;left:1.5rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XTQIurL4UKCmJWerzfQRPD9a8XTvxDiH { width:12.5rem;height:2.75rem;top:25.1875rem;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:40.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ciXIuMAHRTMvRVd6SPHh358i6nsr63sl { width:15rem;height:27.0625rem;top:10.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RlehPsJmLUdZWinueal7gOvihKpMTfIc { width:13.625rem;height:18.19725rem;top:18.0625rem;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:10rem;left:0.6875rem;z-index:15027;overflow:hidden;display:block; }
 }@media only screen and (max-width: 1199px) { #R4KT9BME8U2Ilok1xTrweTWcNSkVna04 { width:10rem;height:1.29980625rem;top:12.0625rem;left:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TDekzn1G8Tnpmstvr726i3oa2a3bJe4U { width:10rem;height:0.9746125rem;top:13.6875rem;left:4.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gx84V24ImJkL2MQd9fMWCqh3496TAtrJ { width:1.8125rem;height:1.25rem;top:36.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:12.0625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AIWmqdDaBpM7aJHvCxKalfAugFTNQPUg { width:1.8125rem;height:1.25rem;top:10rem;left:17.375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 1199px) { #PFswpcZKecWzWEntft9nJvEqwaF0MiDq { width:15rem;height:27.0625rem;top:10.5rem;left:16.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JP4CzWwN46hy7slGwfaerLUctJhRl4Ar { width:10rem;height:1.29980625rem;top:12.0625rem;left:20.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #z48y39BDE0t2nRTBLv8JfPdcWmXxgrzZ { width:10rem;height:0.9746125rem;top:13.4375rem;left:20.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uF0dcXHgIFUZD06LrFhGVMm4yAgaDzSs { width:13.625rem;height:11.69825rem;top:18.0625rem;left:17.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SQmTx2s2Vb5GVTmJU4DRC3mF6vmHQwN6 { width:1.8125rem;height:1.25rem;top:36.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:12.0625rem;left:17.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ln2blEfuMlVMpUSd7kOQXngeMykrfr1g { width:1.8125rem;height:1.25rem;top:10rem;left:33.625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 1199px) { #BXWLMAxUp6Km1UzU1a9aJXqs3InyhMeI { width:15rem;height:27.0625rem;top:10.5rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SQg6IgA7sv5capytXc5LO7LmSgXtmNNa { width:10rem;height:2.5996125rem;top:12.0625rem;left:37.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Inlrh3PgTtqdGeTAaV3sacaQTrTQ009T { width:10rem;height:2.923825rem;top:14.5rem;left:37.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JaZBwXh1H2iALbQ7cpuf2AJ5iJ6cf8cb { width:13.625rem;height:18.19725rem;top:18.0625rem;left:0.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LxVfv9QDz3xa9KQxcZixOoaWvGiCLiRa { width:1.8125rem;height:1.25rem;top:36.8125rem;left:44.875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 1199px) { #FRzayFIWM8u27BFdntVG97rtLwQTZRwr { width:3.4375rem;height:3.4375rem;top:12.125rem;left:33.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vpb9ZrvNxnfZEEyKQlVzn1QwPVGIVM5a { width:46.25rem;height:2.92480625rem;top:2.25rem;left:1.5rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uw20pxAZQrEZCb1FnDGlOvKCTQtsTPyw { width:46.25rem;height:3.375rem;top:5.1748046875rem;left:0.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NkcxiiBPfuwJVdOd2CFglgc5AmmKNr1d { display:block; }#NkcxiiBPfuwJVdOd2CFglgc5AmmKNr1d > .row .container { width:47.75rem;height:29.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #RNgeTDouiAm4eTxGKv4zxuL9CEwWyPnK { width:47.75rem;height:2.92480625rem;top:2.5rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TItHREmVDddv7MDlRQvi4E58KIqnTyUZ { width:47.75rem;height:3.8994125rem;top:5.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #J99JAAa5S0umUzBihOFeLU2WThSIEsXF { width:23.4375rem;height:16.25rem;top:10.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ewEsbOnAHfJLAHJnHe1ZHZEb0Zwpt7lo { width:21rem;height:2.5996125rem;top:11.60546875rem;left:1.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #F4ZBgVwFQ1Kas4ICgTWgnTTsdh3uRJJw { width:21rem;height:10.348625rem;top:15.0625rem;left:1.25rem;font-size:1rem;display:block; }#F4ZBgVwFQ1Kas4ICgTWgnTTsdh3uRJJw li:before{  }
 }@media only screen and (max-width: 1199px) { #lObgoOcV7Eg5cx7Xqegp9eTQ6vJCFcm3 { width:23.5rem;height:16.25rem;top:10.75rem;left:24.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ps6yyL4HBq78Hl6DykGDZgRshwevXE7B { width:21rem;height:6.13671875rem;top:15.0625rem;left:25.5rem;font-size:1rem;display:block; }#Ps6yyL4HBq78Hl6DykGDZgRshwevXE7B li:before{  }
 }@media only screen and (max-width: 1199px) { #Daob2i7DQ4cf14A2n8Ko5qlbtv8oUxNo { width:20.8125rem;height:2.5996125rem;top:11.60546875rem;left:25.59375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kveEn2zvGVPEDHh0tZtiS3siGy3e7aie { display:block; }#kveEn2zvGVPEDHh0tZtiS3siGy3e7aie > .row .container { width:47.75rem;height:33.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #oBuAIUXdwiUXrx3L25N67yH9Grp6HSAd { width:12.5rem;height:2.75rem;top:10.9140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PqKfzKNHITZMliN0VzJvB9rSuS9UzKT1 { display:block; }
 }@media only screen and (max-width: 1199px) { #DQuzxwfx1qV3KTR5GfdexTFIC9kE5V9I { width:42.5rem;height:1.94921875rem;top:16.5625rem;left:4.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pm1FvhT7ALhSPAH72n13no5OvJZU4TFN { width:42.5rem;height:2.5996125rem;top:19.0625rem;left:4.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ln5sLKVIXxoWwFhutkhz2SKT1mbeZqLv { width:1.5rem;height:1.5rem;top:16.8125rem;left:1.0625rem;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) { #UER02LIuwGSReu6SFIm88bhGfcrqi3ow { width:35.5625rem;height:3.8994125rem;top:6.1640625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZIEwRJXMkuLLe3hhwGM5zgFxut6nhggr { width:42.5rem;height:1.29980625rem;top:26rem;left:4.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OpMRN3GqyKKEAeDM5vwP7V6s5VwMISIi { width:42.5rem;height:1.94921875rem;top:23.25rem;left:4.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kogKPTPwrivJwz31OfJt8w5qsWH2kIAk { width:1.5rem;height:1.5rem;top:23.625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RTFcb0beUfKkwaPObRWsvcCk9tpgprGF { width:47.375rem;height:16.25rem;top:14.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gKoaIcTaEzXSOTcbFuMCF0bb18rpFASs { width:12.5rem;height:0.9746125rem;top:28.0625rem;left:4.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CyEFBqdvK7HMQEdda60l0LPdLUS392gI { display:block; }#CyEFBqdvK7HMQEdda60l0LPdLUS392gI > .row .container { width:47.75rem;height:51.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #OVrKRcnn5fFTG3Pc5S9xiMZwi2Hx1vrg { width:47.375rem;height:5.8496125rem;top:2.3994140625rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GFL1mCXxM9LtQ97wxNErM63OhPL7zSBw { width:45.125rem;height:3.8984375rem;top:9.875rem;left:2.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #APHkvh0Oa4BpPCHC1TpKSAvKp7NvGgVv { width:1.5rem;height:1.5rem;top:15.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SkATmH9uWSE0AZFKIW7h5xfsSbdPbmcV { width:22.6875rem;height:2.75rem;top:23.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BxzmWMiOiCnocAJIkLznqDUFi1cTJNuK { display:block; }
 }@media only screen and (max-width: 1199px) { #ZzCEbvLk4bTCgLuG2AM4Ecme3hJJpEh3 { width:45.125rem;height:5.84765625rem;top:15.8125rem;left:2.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UTSCOEeSXG0F1FciJR4nA5zK8mvffqcd { width:1.5rem;height:1.5rem;top:10.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WzntoOTHqPpsVIEUDkptZ4ad2mCZ3sm0 { width:33.8125rem;height:22.375rem;top:28rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SHNtWFCzA6lTLpOHwHtWVnCeG5z1z070 { width:21.125rem;height:2.75rem;top:23.5rem;left:23.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XLntExS5cpoWbFxQM5CGfTSm0sI2go1c { display:block; }
 }@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:4.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F4ceCOmtuAZJ4F8Wh1kQsp6mmGutVo6g { width:6.25rem;height:2.1875rem;top:1.71875rem;left:13.75rem;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:6.5rem;height:1.875rem;top:1.875rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #zrLUMANWsg7RFGX8FDWoa12endJVUbLd { width:6.3125rem;height:2.1875rem;top:1.71875rem;left:7.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DATk2leJF1HPRZXKqqwqTnqcl9hKbZOm { 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/eaa531f0-7d45-43e7-8208-f2a5b0b7b8ce/Group202.png");background-position:bottom 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:17.5488125rem;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) { #zmRaeZbxcdGOlF9V1D1owynHtze4xr6u { display:block; }#zmRaeZbxcdGOlF9V1D1owynHtze4xr6u > .row .container { width:20rem;height:158.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:90rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NF8DgXeUeBKT1mqZiKZbJailW85Dz1y2 { width:20rem;height:5.8496125rem;top:93.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:99.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IoyC4qEBrf3VZ93hX5zBTA4EyxCHxJle { width:20rem;height:2.11230625rem;top:100.5rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ch5brlZCRz7QZQRtvZS1VpnPnAsgAmAZ { width:20rem;height:3.375rem;top:103.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxWSBxu9PaTHPWLBIau3taMqTFB3KBMI { width:20rem;height:2.11230625rem;top:104.5rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XEbrVC3CBFMFGNlg62xveFNtcMuKuxp7 { width:20rem;height:3.375rem;top:107.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iE0TZaTuTi78WiVBiBE14P4SKb6wtMyu { width:20rem;height:2.11230625rem;top:108.5rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #csoE1lDTH5w9sFZswskvbW6oxGxNkyGc { width:19.625rem;height:9.75rem;top:112rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mqayc9Ba5Qk68ZVCrPHW20ddrrqwPTfz { width:18.1875rem;height:3.25rem;top:115rem;left:0.9375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tbw8Kawf9uon1fvTEyqtHtfFqMkhixSR { width:15.5rem;height:1.29980625rem;top:113.125rem;left:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5JHP8nat8bRBIuFAzGP9AqwFUrvSCpS { width:19.625rem;height:9.75rem;top:123.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w938zoSXvWZkW46JnkJTrp0NBh8fA6ro { width:18.1875rem;height:3.25rem;top:125.4375rem;left:0.875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #onyMdk3xHFbkx3ynGW5iSNsiIag4sBPu { width:15.5rem;height:1.29980625rem;top:129.3125rem;left:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCKUDGJ0uoGToWXTWPvCr88e1HCTsnzl { width:19.625rem;height:9.75rem;top:134.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sV63Rlb3SRaqHBAcd2LH2VIsyReTXJTR { width:18.1875rem;height:6.5rem;top:138rem;left:0.9375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #X33Nd1rNaE41B9DxZqvmauTkbfF853gR { width:19.625rem;height:9.75rem;top:146.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0VE91i8zaQwGQLFNfVyNhsGEhsypz9s { width:17.4375rem;height:6.5rem;top:148.5625rem;left:1.3125rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0L0aEehNIbTDoQ1kranybWmng2vbcp9 { width:15.5rem;height:1.29980625rem;top:136.1875rem;left:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0npmU1vWQlVClhrIrlWrgeSlJOAMVOu { width:15rem;height:1.29980625rem;top:147rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIkqocaCq3DD1fJd0AMsFz65iiERM0TG { width:16.5rem;height:1.29980625rem;top:119.125rem;left:1.75rem;font-size:1rem;z-index:15044;display:block; }
 }@media only screen and (max-width: 763px) { #ze7BiBO2ILQv6Ray8OBOP9wwrBNIJa89 { display:block; }#ze7BiBO2ILQv6Ray8OBOP9wwrBNIJa89 > .row .container { width:20rem;height:63.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AkZkFGrPHAQlpzV4On8ClTnrsKmEwbW8 { width:20rem;height:7.7988125rem;top:2.5rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOd4Vi3zyDCTbi6SKD9iomI3demvGSVJ { width:20rem;height:12.9980625rem;top:11.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KaTPynDnfDApIu7kggAJ8ZTvIRbwwuyI { width:20rem;height:10.3984375rem;top:26.67578125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #egwIXcMLQNXSquHTCKgWXWmZmq9PzlTT { width:19.5rem;height:18.625rem;top:42.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7PVargT7xN8kXpUlewRs94cktBiog0h { width:13.875rem;height:2.75rem;top:38.5625rem;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) { #pc1CxeFRLB1ZpTpyiK41XQwFg9qSTolo { display:block; }
 }@media only screen and (max-width: 763px) { #QrohqTgsMnK69sEPBrTXwRcHCTIMEcaF { display:block; }#QrohqTgsMnK69sEPBrTXwRcHCTIMEcaF > .row .container { width:20rem;height:115.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kk3WfdiU850Gmlgww9yT2h08HnzSMcTk { width:20rem;height:20.5rem;top:14.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eaPkvLFXh0uAywvKJiGf0BuZ5Xmw2ND6 { width:18.75rem;height:3.25rem;top:21.9375rem;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:3.875rem;height:3.875rem;top:16.53125rem;left:8.0625rem;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:3.875rem;height:3.875rem;top:57.875rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtbZyR6zrteQFOLTOi8Ot89Cnb1fRb2e { width:20rem;height:18.75rem;top:55.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wnr1EHeWuDaNq7uDwOSTw1JTQtEMKIFi { width:18.75rem;height:3.25rem;top:64rem;left:0.625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xgN3bfE7DxJdJzNuzfi0RtXTX7tiuLTi { width:3.875rem;height:3.875rem;top:37.75rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwRnI0K2i2BNElEu0TpwWdnMqTdU99lw { width:20rem;height:18.75rem;top:35.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MrA8tBE0b06pvgTMqdE2x8OVtreUdxop { width:18.75rem;height:3.25rem;top:43.0625rem;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:7.7988125rem;top:25.875rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oIUgmdcHT1PoDHbZvRoOkizu1mtPpKtu { width:18.75rem;height:5.19921875rem;top:47.0625rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3RoaOzgGhqECg99uAUttCGlNGVPc15p { width:18.75rem;height:2.5996125rem;top:68.3125rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QR3UJLaCoNMpV0ITVfMm5IIsVIue5nAg { width:20rem;height:18.75rem;top:74.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NM2TFKdIHEm84MHftlF5IM2SAJfUMOlN { width:20rem;height:18.75rem;top:94.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VIeUe7l9oKc9iKwNTEnXS4vJ7Nomy9Ob { width:20rem;height:5.19921875rem;top:84.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DeOMLnm4N6lsNbv6p9QyxWu87ODirpU7 { width:20rem;height:3.8994125rem;top:105.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jc6x4amz14etBA3AEuHFTJwwfbNW7SLq { width:20rem;height:1.625rem;top:81.8125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CxcQ3ST8vOh3o2gwHCA7cTgCtCcF1fGk { width:20rem;height:1.625rem;top:102.5rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mDvPiw54uCZ42ra8BnNzZTcgAyaFUm4P { width:3.875rem;height:3.875rem;top:76.8125rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMRTdpOGoG9AQRG7sUdlqsUTstZ6wa0d { width:3.875rem;height:3.875rem;top:96.9375rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDdXVJnBmyS1DF6bbDKIbeXhVSyQ3Glv { display:block; }#KDdXVJnBmyS1DF6bbDKIbeXhVSyQ3Glv > .row .container { width:20rem;height:37.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fJMR4Kkau2TUDeBdL67PTBHLShKvaO6B { width:17.5rem;height:8.625rem;top:20rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXzU6ETv0o4HeJJBWRG1rEHTVgX5t3xt { width:2rem;height:2rem;top:23rem;left:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #XOrG7Sc9ih0OmTnyvztg8iTtCUO2gfeO { width:2rem;height:2rem;top:23rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l41malOPkh1vux1ftadyTDWEPw51iG3A { width:0.625rem;height:0.625rem;top:30.5rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7ryvuMKrpTmm1irkWzernzOrFw52Bps { width:0.625rem;height:0.625rem;top:30.5rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrZLifxkS61LhUDPVWftWORNAqa8aGXd { width:0.625rem;height:0.625rem;top:30.5rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmKu0mL8idTMu4oOCoILcKPBMibWdzEu { width:0.625rem;height:0.625rem;top:30.5rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7NwEdTodB9hAPKBB7zGTzlXylqlMWRq { width:20rem;height:10.5rem;top:7.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKSTffTLzCtnqcMx882FzoHkB4CkWKKp { width:20rem;height:5.19921875rem;top:1.3125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTQIurL4UKCmJWerzfQRPD9a8XTvxDiH { width:13.875rem;height:2.75rem;top:33rem;left:3.0625rem;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:79.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ciXIuMAHRTMvRVd6SPHh358i6nsr63sl { width:20rem;height:21rem;top:15.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlehPsJmLUdZWinueal7gOvihKpMTfIc { width:16.875rem;height:14.297875rem;top:20.974609375rem;left:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIvtdi2MyKFLGQVmyuLdurux9if36ThT { width:1.8125rem;height:1.25rem;top:15.1875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4KT9BME8U2Ilok1xTrweTWcNSkVna04 { width:13.125rem;height:1.29980625rem;top:17.375rem;left:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDekzn1G8Tnpmstvr726i3oa2a3bJe4U { width:13.125rem;height:0.9746125rem;top:18.6875rem;left:5.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gx84V24ImJkL2MQd9fMWCqh3496TAtrJ { width:1.8125rem;height:1.25rem;top:36rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryIdlpNx3IEkUJa7bB933Cf3lnT41zTK { width:3.0625rem;height:3.0625rem;top:17.375rem;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:15.5625rem;top:38.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JP4CzWwN46hy7slGwfaerLUctJhRl4Ar { width:13.125rem;height:1.29980625rem;top:40.3125rem;left:5.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z48y39BDE0t2nRTBLv8JfPdcWmXxgrzZ { width:13.125rem;height:0.9746125rem;top:41.6123046875rem;left:5.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uF0dcXHgIFUZD06LrFhGVMm4yAgaDzSs { width:16.875rem;height:9.098625rem;top:44.15234375rem;left:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQmTx2s2Vb5GVTmJU4DRC3mF6vmHQwN6 { width:1.8125rem;height:1.25rem;top:53.5rem;left:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2Iw4eXy8UPJKWThKFM1JEPGJEorsXRC { width:3.0625rem;height:3.0625rem;top:40.3125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ln2blEfuMlVMpUSd7kOQXngeMykrfr1g { width:1.8125rem;height:1.25rem;top:55.75rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXWLMAxUp6Km1UzU1a9aJXqs3InyhMeI { width:20rem;height:20.875rem;top:56.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQg6IgA7sv5capytXc5LO7LmSgXtmNNa { width:13.125rem;height:1.29980625rem;top:57.5625rem;left:5.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Inlrh3PgTtqdGeTAaV3sacaQTrTQ009T { width:13.125rem;height:1.94921875rem;top:58.9375rem;left:5.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JaZBwXh1H2iALbQ7cpuf2AJ5iJ6cf8cb { width:16.875rem;height:14.297875rem;top:61.951171875rem;left:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxVfv9QDz3xa9KQxcZixOoaWvGiCLiRa { width:1.8125rem;height:1.25rem;top:76.4375rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRzayFIWM8u27BFdntVG97rtLwQTZRwr { width:3.0625rem;height:3.0625rem;top:57.6806640625rem;left:1.5625rem;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:6rem;top:8.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkcxiiBPfuwJVdOd2CFglgc5AmmKNr1d { display:block; }#NkcxiiBPfuwJVdOd2CFglgc5AmmKNr1d > .row .container { width:20rem;height:60.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RNgeTDouiAm4eTxGKv4zxuL9CEwWyPnK { width:20rem;height:11.69925rem;top:1.4375rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TItHREmVDddv7MDlRQvi4E58KIqnTyUZ { width:20rem;height:10.3984375rem;top:13.662109375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J99JAAa5S0umUzBihOFeLU2WThSIEsXF { width:20rem;height:15.625rem;top:25.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewEsbOnAHfJLAHJnHe1ZHZEb0Zwpt7lo { width:18.1875rem;height:2.5996125rem;top:26.8125rem;left:1.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4ZBgVwFQ1Kas4ICgTWgnTTsdh3uRJJw { width:18.1875rem;height:10.348625rem;top:30rem;left:1.8125rem;font-size:1rem;display:block; }#F4ZBgVwFQ1Kas4ICgTWgnTTsdh3uRJJw li:before{  }
 }@media only screen and (max-width: 763px) { #lObgoOcV7Eg5cx7Xqegp9eTQ6vJCFcm3 { width:20rem;height:15.625rem;top:43.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ps6yyL4HBq78Hl6DykGDZgRshwevXE7B { width:18.1875rem;height:6.13671875rem;top:47.5625rem;left:1.8125rem;font-size:1rem;display:block; }#Ps6yyL4HBq78Hl6DykGDZgRshwevXE7B li:before{  }
 }@media only screen and (max-width: 763px) { #Daob2i7DQ4cf14A2n8Ko5qlbtv8oUxNo { width:18.1875rem;height:2.5996125rem;top:44.3125rem;left:1.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kveEn2zvGVPEDHh0tZtiS3siGy3e7aie { display:block; }#kveEn2zvGVPEDHh0tZtiS3siGy3e7aie > .row .container { width:20rem;height:50.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oBuAIUXdwiUXrx3L25N67yH9Grp6HSAd { width:13.875rem;height:2.75rem;top:17.57421875rem;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:3.8984375rem;top:23rem;left:3.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pm1FvhT7ALhSPAH72n13no5OvJZU4TFN { width:16.875rem;height:6.499rem;top:27.88671875rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ln5sLKVIXxoWwFhutkhz2SKT1mbeZqLv { width:1.5rem;height:1.5rem;top:23.625rem;left:0.375rem;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) { #UER02LIuwGSReu6SFIm88bhGfcrqi3ow { width:20rem;height:6.499rem;top:9.408203125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIEwRJXMkuLLe3hhwGM5zgFxut6nhggr { width:16.875rem;height:3.8994125rem;top:40.84375rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OpMRN3GqyKKEAeDM5vwP7V6s5VwMISIi { width:16.875rem;height:3.8984375rem;top:35.3125rem;left:3.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kogKPTPwrivJwz31OfJt8w5qsWH2kIAk { width:1.5rem;height:1.5rem;top:35.8125rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTFcb0beUfKkwaPObRWsvcCk9tpgprGF { width:20rem;height:25.4375rem;top:22.2421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKoaIcTaEzXSOTcbFuMCF0bb18rpFASs { width:16.1875rem;height:0.9746125rem;top:45.3671875rem;left:3.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyEFBqdvK7HMQEdda60l0LPdLUS392gI { display:block; }#CyEFBqdvK7HMQEdda60l0LPdLUS392gI > .row .container { width:20rem;height:72.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OVrKRcnn5fFTG3Pc5S9xiMZwi2Hx1vrg { width:19.75rem;height:17.5488125rem;top:2.38671875rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFL1mCXxM9LtQ97wxNErM63OhPL7zSBw { width:17.4375rem;height:5.84765625rem;top:21.8125rem;left:2.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #APHkvh0Oa4BpPCHC1TpKSAvKp7NvGgVv { width:1.5rem;height:1.5rem;top:21.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkATmH9uWSE0AZFKIW7h5xfsSbdPbmcV { width:19rem;height:2.75rem;top:48.203125rem;left:0.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;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxzmWMiOiCnocAJIkLznqDUFi1cTJNuK { display:block; }
 }@media only screen and (max-width: 763px) { #ZzCEbvLk4bTCgLuG2AM4Ecme3hJJpEh3 { width:17.75rem;height:17.543rem;top:28.9375rem;left:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTSCOEeSXG0F1FciJR4nA5zK8mvffqcd { width:1.5rem;height:1.5rem;top:28.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzntoOTHqPpsVIEUDkptZ4ad2mCZ3sm0 { width:20rem;height:13.25rem;top:56.765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHNtWFCzA6lTLpOHwHtWVnCeG5z1z070 { width:19rem;height:2.75rem;top:52.33984375rem;left:0.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;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLntExS5cpoWbFxQM5CGfTSm0sI2go1c { display:block; }
 }@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; }
 }