.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,217,236;--color-primary-1:252,128,191;--color-primary-2:249,0,127;--color-primary-3:125,0,64;--color-primary-4:37,0,19;--color-secondary-0:231,251,251;--color-secondary-1:174,240,243;--color-secondary-2:92,225,230;--color-secondary-3:46,113,115;--color-secondary-4:14,34,35;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"Montserrat";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/804c09cd-7481-4cf6-b245-bfc1b4b1a83e/TOSEKCJA1.svg");background-position:top center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-primary-0),0);background-image:none;z-index:199999;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;top:0rem;left:0rem;right:0rem;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:7.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#gyk4Z0P1oHPQ3ZZUJOK7ExgWz3n5CfBa { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6243105rem;width:5.8743105rem;top:1.5935201644898rem;left:2.2173719406128rem;overflow:hidden;display:block; }
#KJRdMagKINf3ITHDtxNvnagqwyFvahTO { background-color:transparent;background-image: -webkit-linear-gradient(150deg, #0ea5a5, #053f3f);background-image: -moz-linear-gradient(150deg, #0ea5a5, #053f3f);background-image: -ms-linear-gradient(150deg, #0ea5a5, #053f3f);background-image: -o-linear-gradient(150deg, #0ea5a5, #053f3f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0ea5a5', endColorstr='#053f3f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0ea5a5', endColorstr='#053f3f' );";background-image: linear-gradient(150deg, #0ea5a5, #053f3f);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;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:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.6865806875rem;height:3.0618105rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:2.3747701644898rem;left:62.280554771423rem;display:block; }
#beWAtvQK7IZgH4dszRFvxmayJ90IbbpN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#L2W3A4O1hgs2HN2BcXml5Rl6XoLTG6pb { color:rgba(var(--color-tertiary-4),1);display:block;width:11.9370403125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.0962774753571rem;left:10.497471809388rem;height:1.583333375rem;display:block; }
#ZlOzRzOI4kP2cyGAAXV7UCFs7mhwO85y { color:rgba(var(--color-tertiary-4),1);display:block;width:6.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.0962774753571rem;left:23.059512138367rem;height:1.583333375rem;display:block; }
#MeUGCCPxwErTm6MFrG60oKLDAMantroM { color:rgba(var(--color-tertiary-4),1);display:block;width:7.4368105rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.0962774753571rem;left:30.615805625916rem;height:1.583333375rem;display:block; }
#bGAmf96TnmLh5k5LexHu9BoBXw4GJVOE { color:rgba(var(--color-tertiary-4),1);display:block;width:6.0615806875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.0962774753571rem;left:45.183821678162rem;height:1.583333375rem;display:block; }
#Ak0NeIRILdXDzLUgP5upo3cMIAXTQDiN { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;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:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.7791819375rem;height:2.96622225rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:2.3747701644898rem;left:51.873847007751rem;display:block; }
#TI8mkqkQLkc9fPuP3m3BrzlPeRtEFtDA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zhQswFxdQAGEacDZue1fk4RTSmffKkeS { position:absolute;display:block;z-index:14999;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:5rem;width:75rem;top:1.4051010608673rem;left:0rem;overflow:hidden;display:block; }
#BIx5FFNZQW9yRP28Grop2Quiskm9swUP { color:rgba(var(--color-tertiary-4),1);display:block;width:6.0615806875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.0962774753571rem;left:39.195769309998rem;height:1.583333375rem;display:block; }
#EPPmo15EUUmgrBhpqd7Lg9dUWMlyJOa8 { position:relative;display:none; }#EPPmo15EUUmgrBhpqd7Lg9dUWMlyJOa8 { border-width: 0; border-radius: 0; }#EPPmo15EUUmgrBhpqd7Lg9dUWMlyJOa8 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#EPPmo15EUUmgrBhpqd7Lg9dUWMlyJOa8 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#sRTkwqqvqC0R2tA6lvnkZTTSaeee216C { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25rem;width:31.25rem;display:none; }
#fKwO3XGHrBLDe5z1CKKuBQswRBOhff7T { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#eJlRW6gem3qPeaTXoxhsAKxZ48qTimzE { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:12.5625rem;top:5.4375rem;left:3.6875rem;display:none; }
#qBh81wBmNNbypzbc7rxpEPh4U3psqd9c { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#QTg45TqRxW33rX3NETBExlnQw3EuJIRT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#l2le5UD9xaHue6BvnVip8a3K68qcuB1F { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#WhRHa2rXL70XfIe0EBhiWJHvIIBLCJ4C { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#soJv9m0wgT4VVcZNLnop8D1sh9PzfOb3 { 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/706759bd-96df-4b43-9cae-fadbde3b9dae/Frame145.svg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !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; }#soJv9m0wgT4VVcZNLnop8D1sh9PzfOb3.adaptive-delivery-prevent-bg, #soJv9m0wgT4VVcZNLnop8D1sh9PzfOb3.lazyload, #soJv9m0wgT4VVcZNLnop8D1sh9PzfOb3.lazyloading { background-image: none; }#soJv9m0wgT4VVcZNLnop8D1sh9PzfOb3 > .row .container { background-color: transparent; background-image: none; }#soJv9m0wgT4VVcZNLnop8D1sh9PzfOb3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#soJv9m0wgT4VVcZNLnop8D1sh9PzfOb3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#soJv9m0wgT4VVcZNLnop8D1sh9PzfOb3 > .row .container > .video-iframe-container { display: none; }#soJv9m0wgT4VVcZNLnop8D1sh9PzfOb3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#soJv9m0wgT4VVcZNLnop8D1sh9PzfOb3 > .row > .video-iframe-container { display: none; }#soJv9m0wgT4VVcZNLnop8D1sh9PzfOb3 > .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); }#soJv9m0wgT4VVcZNLnop8D1sh9PzfOb3 > .row .container { border-width: 0; border-radius: 0; }#soJv9m0wgT4VVcZNLnop8D1sh9PzfOb3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#soJv9m0wgT4VVcZNLnop8D1sh9PzfOb3 > .row .container { font-size:0.875rem;font-family:arial;height:85.3125rem;width:75rem;position:relative;display:block; }#PyJvqtIJ5GVph57ngSu6MNAmFq1ZKKTA { color:rgba(var(--color-tertiary-4),1);display:block;width:11.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:40.0625rem;left:6.6875rem;height:2rem;text-align:center;text-align-last:center;display:block; }
#kxuTD3bfAKFsiQSyKATooaIuVACXSawz { color:rgba(var(--color-tertiary-4),1);display:block;width:11.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:37.25rem;left:6.6875rem;height:2.83333325rem;text-align:center;text-align-last:center;display:block; }
#DpIpQf5unNEKaNMLxTLf1hacTJSacgXo { color:rgba(var(--color-tertiary-4),1);display:block;width:20.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:40rem;left:27.625rem;height:2rem;text-align:center;text-align-last:center;display:block; }
#RTEdztiNG5Fgx4GsVQFs8gnD1TD1we2S { color:rgba(var(--color-tertiary-4),1);display:block;width:11.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:37.25rem;left:32.0625rem;height:2.83333325rem;text-align:center;text-align-last:center;display:block; }
#FG6EbX2KQDwHCvdSCz5kdgg6rgrxycSK { color:rgba(var(--color-tertiary-4),1);display:block;width:11.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:37.25rem;left:58.75rem;height:2.83333325rem;text-align:center;text-align-last:center;display:block; }
#J9otBsr1wBKJUzCnzxGMkFKKURBC7Vu0 { color:rgba(var(--color-tertiary-4),1);display:block;width:20.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:40rem;left:54.3125rem;height:2rem;text-align:center;text-align-last:center;display:block; }
#SkqERthZmPdEULiTzufrmcUhCIT3hMHM { position:absolute;display:block;z-index:15002;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:25.3125rem;width:32.625rem;top:8.1875rem;left:0rem;overflow:hidden;display:block; }
#IVaJRreXS6DyxIVOHTtzKWQ2MznAT31W { color:rgba(var(--color-tertiary-4),1);display:block;width:11.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:11.125rem;left:2.25rem;height:1.916666625rem;text-align:left;text-align-last:left;display:block; }
#c3XUVDrdHQcMhIQx3TbA516iGCa6UJIi { color:rgba(var(--color-tertiary-4),1);display:block;width:29.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:13rem;left:2.25rem;height:2.41666675rem;text-align:left;text-align-last:left;display:block; }
#auDxtdE2zlT22VM5G5iwoRuqTVu4chX6 { color:rgba(var(--color-tertiary-4),1);display:block;width:27.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:16.25rem;left:2.375rem;height:2.66666675rem;text-align:left;text-align-last:left;display:block; }
#XqLtxZhmdTki0GTdgyT1xPw39ThPtxhX { color:rgba(var(--color-tertiary-4),1);display:block;width:21.9370403125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:20.875rem;left:2.3125rem;height:2.41666675rem;text-align:left;text-align-last:left;display:block; }
#wNEHauWL6DorMemCKk7BQNWEFfeiCGPB { background-color:transparent;background-image: -webkit-linear-gradient(150deg, #0ea5a5, #053f3f);background-image: -moz-linear-gradient(150deg, #0ea5a5, #053f3f);background-image: -ms-linear-gradient(150deg, #0ea5a5, #053f3f);background-image: -o-linear-gradient(150deg, #0ea5a5, #053f3f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0ea5a5', endColorstr='#053f3f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0ea5a5', endColorstr='#053f3f' );";background-image: linear-gradient(150deg, #0ea5a5, #053f3f);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;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:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.6875rem;height:3.0625rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:24.5625rem;left:2.4375rem;display:block; }
#CiwPPaIJxIHHPUbtxUyVev4OsnMnhAaA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#un7fK1p15lmOURMmK8TeQst6Ny3Dp5IO { background-color:transparent;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;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:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.125rem;height:3.0625rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:28.1875rem;left:2.3125rem;display:block; }
#Zxr5yEznXLH0e1msVILLXxDLrbxyPgxf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ThF7H0LWLF0I7SI1XguZiInkt9T1RrKF { color:rgba(var(--color-primary-2),1);display:block;width:36.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:57.3125rem;left:19.375rem;height:2.41666675rem;text-align:center;text-align-last:center;display:block; }
#Gsi7Eherv6rN8O5R7vyXFx1PdNXXEAUI { box-sizing:content-box;height:11.0625rem;width:23.125rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0.1875rem solid #0ea5a5;border-left:0.1875rem solid #0ea5a5;border-right:0.1875rem solid #0ea5a5;border-bottom:0.1875rem solid #0ea5a5;top:64.9375rem;left:0rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#gpLnITnuxizlQodmx8nBX6pLpM5G0qr7 { box-sizing:content-box;height:11.0625rem;width:23.125rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);top:64.9375rem;left:25.75rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#WqxfZo5B4hvUnfNWJg98FWTTuflPmNXg { box-sizing:content-box;height:11.0625rem;width:23.125rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0.1875rem solid #0ea5a5;border-left:0.1875rem solid #0ea5a5;border-right:0.1875rem solid #0ea5a5;border-bottom:0.1875rem solid #0ea5a5;top:64.9375rem;left:51.5rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#EA75T7POcG4q8qib3ZcTS77T4A0ft9Ov { color:rgba(var(--color-primary-2),1);display:block;width:7.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:66.4375rem;left:14.3125rem;height:3.58333325rem;text-align:right;text-align-last:right;display:block; }
#Hd7usTrUi5BEJplVIh8h6M5haPWqE2FE { color:#000000;display:block;width:13.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:71.5rem;left:7.8125rem;height:2.83333325rem;text-align:right;text-align-last:right;display:block; }
#ffXU64niFtCvpmbTeAPBHdlCGbTZgreM { box-sizing:content-box;height:0.125rem;width:10.625rem;position:absolute;display:block;z-index:15012;background-color:#0ea5a5;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:70.375rem;left:10.8125rem;display:block; }
#asB10FVk3SSPDb6QE3wxH0O6TFuHLNdS { color:#0ea5a5;display:block;width:7.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:66.5rem;left:40.8125rem;height:3.58333325rem;text-align:right;text-align-last:right;display:block; }
#ofTH96rCIb9InZ9pEd7P8g1JF2md7Ay2 { box-sizing:content-box;height:0.125rem;width:10.625rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:70.4375rem;left:37.375rem;display:block; }
#lQeGOLSAfbfzWuSaMThQuTxn1tnIXfrp { color:#000000;display:block;width:15.6870403125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:70.75rem;left:32.3125rem;height:4.25rem;text-align:right;text-align-last:right;display:block; }
#G6gOZRnOrOso3aeJ2EAulCgpXpUuKBGE { color:rgba(var(--color-primary-2),1);display:block;width:7.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:66.5rem;left:65.9375rem;height:3.58333325rem;text-align:right;text-align-last:right;display:block; }
#ZnNsNxTMDUUsfBFrXHV10yMNZbqmxkFL { box-sizing:content-box;height:0.125rem;width:10.625rem;position:absolute;display:block;z-index:15018;background-color:#0ea5a5;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:70.4375rem;left:62.5rem;display:block; }
#Tw0hHACnK9D4F4eEcyApN624Rbra9X8T { color:#000000;display:block;width:13.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:71.5625rem;left:59.4375rem;height:1.416666625rem;text-align:right;text-align-last:right;display:block; }
#paEhXeRP9aa1KaK4OzwoIu6rQcEocAHw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#rSGCkOrfZTyO4R8gBDOZnd8llAnGkgn5 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:24.5625rem;left:2.25rem;height:2.4264705rem;text-align:left;text-align-last:left;display:none; }
#TfM8tviHXJ40o839mnsKcawGEwWaPqwf { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.0625rem;width:18.75rem;display:none; }
#s4CEPOkKbUPbr6pRyb1FcAMRbEdOkdiH { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:8.9993105rem;width:8.9993105rem;top:66.125rem;left:27rem;overflow:hidden;display:block; }
#hPQXeCHTlU7uVlmdWlkv9ruzfE9dyuFP { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:8.9375rem;width:8.9375rem;top:66.375rem;left:1.125rem;overflow:hidden;display:block; }
#pmAA2TabiEByBZUezCHg6inKRGgJbq4E { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:8.6875rem;width:8.6875rem;top:66.125rem;left:52.5rem;overflow:hidden;display:block; }
#nwWi2EEOOfgWKTyPadsEKh9rkoVzbL0c { color:rgba(var(--color-tertiary-4),1);display:block;width:65.56180575rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:45.812265396118rem;left:4.7185201644897rem;height:4.5rem;text-align:center;text-align-last:center;display:block; }
#aeQ8AHM3Xe10FvskRaWUHfsdLxPRDu5T { color:rgba(var(--color-tertiary-4),1);display:block;width:27.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:16.25rem;left:2.375rem;height:2.64705875rem;text-align:left;text-align-last:left;display:none; }
#SvH7oC2hJ94s4GNd16krPbpWi8s8RoWw { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:10rem;top:53.25rem;left:0rem;display:none; }
#qtG83E7vRznuwdkHcX72mHbrQ9y0ctJm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(150deg, #0ea5a5, #053f3f);background-image: -moz-linear-gradient(150deg, #0ea5a5, #053f3f);background-image: -ms-linear-gradient(150deg, #0ea5a5, #053f3f);background-image: -o-linear-gradient(150deg, #0ea5a5, #053f3f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0ea5a5', endColorstr='#053f3f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0ea5a5', endColorstr='#053f3f' );";background-image: linear-gradient(150deg, #0ea5a5, #053f3f);background-size:auto !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; }#qtG83E7vRznuwdkHcX72mHbrQ9y0ctJm > .row .container { background-color: transparent; background-image: none; }#qtG83E7vRznuwdkHcX72mHbrQ9y0ctJm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qtG83E7vRznuwdkHcX72mHbrQ9y0ctJm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qtG83E7vRznuwdkHcX72mHbrQ9y0ctJm > .row .container > .video-iframe-container { display: none; }#qtG83E7vRznuwdkHcX72mHbrQ9y0ctJm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qtG83E7vRznuwdkHcX72mHbrQ9y0ctJm > .row > .video-iframe-container { display: none; }#qtG83E7vRznuwdkHcX72mHbrQ9y0ctJm > .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); }#qtG83E7vRznuwdkHcX72mHbrQ9y0ctJm > .row .container { border-width: 0; border-radius: 0; }#qtG83E7vRznuwdkHcX72mHbrQ9y0ctJm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qtG83E7vRznuwdkHcX72mHbrQ9y0ctJm > .row .container { font-size:0.875rem;font-family:arial;height:38.5rem;width:75rem;position:relative;display:block; }#dMpsJNlSoOCkrzBa4wpHSUwgFUg4oP8l { color:#ffffff;display:block;width:47.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:5.625rem;left:0rem;height:2.41666675rem;text-align:left;text-align-last:left;display:block; }
#zm5w7goulmPi6qGX2u2mrNG3nq9zd9bZ { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:2.5rem;top:28.875rem;left:4.6875rem;overflow:hidden;display:block; }
#ALrlKSh35RXzsn5iv1ZZsbbTMVWhphGT { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:2.375rem;top:14.875rem;left:4.6875rem;overflow:hidden;display:block; }
#A5LifnzTJKTyRP2cU95paIs1h4qQdT65 { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:1.8125rem;top:19.5rem;left:4.9375rem;overflow:hidden;display:block; }
#kcvBPN9oc49UW7giRwnUxVuchuqlTiip { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:2.4375rem;top:24.125rem;left:4.625rem;overflow:hidden;display:block; }
#gp9TuSCFFI6ASOysHKtBsESalK9tVios { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:1.3125rem;top:10.4375rem;left:5.1875rem;overflow:hidden;display:block; }
#MZvqslhKZaA2TfsfTTgeeTlfdoEfLKFZ { color:#ffffff;display:block;width:30.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:11.0625rem;left:8.75rem;height:1.583333375rem;text-align:left;text-align-last:left;display:block; }
#JRGTagOVXU9FnqrwFACpv24a27D6g7tO { color:#ffffff;display:block;width:31rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:15.375rem;left:8.75rem;height:1.583333375rem;text-align:left;text-align-last:left;display:block; }
#Ui2gBOcmdLzBfTE0Zm4dtEdcfXvBBTw8 { color:#ffffff;display:block;width:31rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:20rem;left:8.75rem;height:1.583333375rem;text-align:left;text-align-last:left;display:block; }
#RpSSIfk1kZ23aViZuBwUMDfvsqZdLQy3 { color:#ffffff;display:block;width:22.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:24.5rem;left:8.75rem;height:1.583333375rem;text-align:left;text-align-last:left;display:block; }
#ilkODhQXstTBoIsFkcioxn8uN9Thhw5H { color:#ffffff;display:block;width:29.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:29.5rem;left:8.8125rem;height:1.583333375rem;text-align:left;text-align-last:left;display:block; }
#iWH0m3HlUfTEQmCsnoK1givAQyxp7b0w { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:30rem;width:16.875rem;top:4.25rem;left:49.09375rem;display:block; }
#anWm1bbvMPEyC17PmDiV9wLn42qF8fN9 { 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; }#anWm1bbvMPEyC17PmDiV9wLn42qF8fN9 > .row .container { background-color: transparent; background-image: none; }#anWm1bbvMPEyC17PmDiV9wLn42qF8fN9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#anWm1bbvMPEyC17PmDiV9wLn42qF8fN9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#anWm1bbvMPEyC17PmDiV9wLn42qF8fN9 > .row .container > .video-iframe-container { display: none; }#anWm1bbvMPEyC17PmDiV9wLn42qF8fN9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#anWm1bbvMPEyC17PmDiV9wLn42qF8fN9 > .row > .video-iframe-container { display: none; }#anWm1bbvMPEyC17PmDiV9wLn42qF8fN9 > .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); }#anWm1bbvMPEyC17PmDiV9wLn42qF8fN9 > .row .container { border-width: 0; border-radius: 0; }#anWm1bbvMPEyC17PmDiV9wLn42qF8fN9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#anWm1bbvMPEyC17PmDiV9wLn42qF8fN9 > .row .container { font-size:0.875rem;font-family:arial;height:18.3125rem;width:75rem;position:relative;display:block; }#l6JlswgP5o0ROT1ZHyHahcTMP0J7RrXa { color:#0ea5a5;display:block;width:47.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:3.9375rem;left:13.75rem;height:2.41666675rem;text-align:center;text-align-last:center;display:block; }
#ZG68tylTEsBhUHSD8DhvUnsfgV84KTf7 { color:#000000;display:block;width:47.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:7.875rem;left:13.9375rem;height:6.3333335rem;text-align:center;text-align-last:center;display:block; }
#T3dK3EuhdK7TrGKt6b6xp1LVLtcTKG3w { 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; }#T3dK3EuhdK7TrGKt6b6xp1LVLtcTKG3w > .row .container { background-color: transparent; background-image: none; }#T3dK3EuhdK7TrGKt6b6xp1LVLtcTKG3w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T3dK3EuhdK7TrGKt6b6xp1LVLtcTKG3w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T3dK3EuhdK7TrGKt6b6xp1LVLtcTKG3w > .row .container > .video-iframe-container { display: none; }#T3dK3EuhdK7TrGKt6b6xp1LVLtcTKG3w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T3dK3EuhdK7TrGKt6b6xp1LVLtcTKG3w > .row > .video-iframe-container { display: none; }#T3dK3EuhdK7TrGKt6b6xp1LVLtcTKG3w > .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); }#T3dK3EuhdK7TrGKt6b6xp1LVLtcTKG3w > .row .container { border-width: 0; border-radius: 0; }#T3dK3EuhdK7TrGKt6b6xp1LVLtcTKG3w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T3dK3EuhdK7TrGKt6b6xp1LVLtcTKG3w > .row .container { font-size:0.875rem;font-family:arial;height:26.875rem;width:75rem;position:relative;display:block; }#mAAufexuyWTU42nTyRNARU1uF6gthKUa { position:absolute;display:block;z-index:15002;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.249080875rem;width:3.249080875rem;top:2.3747711181641rem;left:7.7493104934694rem;overflow:hidden;display:block; }
#ozDaErih5dAJgMixTF69LP3zwr0BZEq9 { box-sizing:content-box;height:24.5rem;width:15.625rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(269deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(269deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(269deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(269deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(269deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;box-shadow: 0.1875rem 0.1875rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:0rem;left:1.5613508224488rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#BvOBafyOVLuFCzELr0TalDiKntBKKNmD { color:rgba(var(--color-tertiary-4),1);display:block;width:11.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:7.1714172363281rem;left:3.4041814804077rem;height:2.83333325rem;text-align:center;text-align-last:center;display:block; }
#IRT0Cp0QQOLlIpSHx4xE6oaS57nGmJ3z { color:rgba(var(--color-tertiary-4),1);display:block;width:11.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:7.1794586181637rem;left:40.562956809998rem;height:2.83333325rem;text-align:center;text-align-last:center;display:block; }
#D5U5SHq9HUPGVOkndDMUxz2FiJBUMsz1 { 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:2.6872701875rem;width:3.249080875rem;top:2.6148834228516rem;left:45.250456809998rem;overflow:hidden;display:block; }
#RIpTTxsZoBqpgKXHf5wqsdGObmU5CspF { box-sizing:content-box;height:24.5rem;width:15.6875rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(166deg, #0ea5a5, #053f3f);background-image: -moz-linear-gradient(166deg, #0ea5a5, #053f3f);background-image: -ms-linear-gradient(166deg, #0ea5a5, #053f3f);background-image: -o-linear-gradient(166deg, #0ea5a5, #053f3f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0ea5a5', endColorstr='#053f3f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0ea5a5', endColorstr='#053f3f' );";background-image: linear-gradient(166deg, #0ea5a5, #053f3f);background-size:auto !important;box-shadow: 0.1875rem 0.1875rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:0rem;left:20.280329704284rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#zBpd47ZcOT4RVBqQgVy0hMm1G4mFaJhO { color:rgba(var(--color-tertiary-4),1);display:block;width:11.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:7.1875rem;left:22.1875rem;height:2.83333325rem;text-align:center;text-align-last:center;display:block; }
#tGf1zOH9fikaX2QbIt0CiGT3zTRr4GWJ { 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:2.8125rem;width:2.936580875rem;top:2.5850219726562rem;left:26.655558586121rem;overflow:hidden;display:block; }
#EoyXfBPXpgAAsVVGt1DrT4xgJXP9PgWB { color:rgba(var(--color-tertiary-4),1);display:block;width:12.6240806875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:6.4797821044925rem;left:59.312956809998rem;height:4.25rem;text-align:center;text-align-last:center;display:block; }
#lHxDf5CdvkzrVCPG6odgcfTMwfuwqMsd { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8745403125rem;width:3.249080875rem;top:2.5540008544922rem;left:64.00045681rem;overflow:hidden;display:block; }
#XxRMKOeaZyOLLirtBCQN0LkGhhUZbKsC { color:rgba(var(--color-tertiary-4),1);display:block;width:11.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:11.577438354493rem;left:3.4041814804077rem;height:6.25rem;text-align:center;text-align-last:center;display:block; }
#KzJSw4hi2Pm0znFUasFMlQL7WLiH0VP6 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.8745403125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:11.585479736328rem;left:21.686579704284rem;height:7.5rem;text-align:center;text-align-last:center;display:block; }
#dkxiJldAIJae3P9pVDxDUdhR5ZeiWXm0 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.6240806875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:11.362594604493rem;left:40.562956809998rem;height:7.5rem;text-align:center;text-align-last:center;display:block; }
#ZGEagBIDcHmw1d3UJDSalCZ1pgFbxLuO { color:rgba(var(--color-tertiary-4),1);display:block;width:13.0618105rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:12.194396972656rem;left:59.09352016449rem;height:7.5rem;text-align:center;text-align-last:center;display:block; }
#G43ZGh80Wp3vReHe0tsOVoCzQnswGsUe { box-sizing:content-box;height:24.4990806875rem;width:15.625rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(299deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(299deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(299deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(299deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(299deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-size:auto !important;box-shadow: 0.1875rem 0.1875rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:0rem;left:38.809741020203rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#ePSXPzVV3aAwNCIiONWk5HKk8hB4vt9T { box-sizing:content-box;height:24.4990806875rem;width:15.6870403125rem;position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(162deg, #053f3f, #0ea5a5);background-image: -moz-linear-gradient(162deg, #053f3f, #0ea5a5);background-image: -ms-linear-gradient(162deg, #053f3f, #0ea5a5);background-image: -o-linear-gradient(162deg, #053f3f, #0ea5a5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#053f3f', endColorstr='#0ea5a5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#053f3f', endColorstr='#0ea5a5' );";background-image: linear-gradient(162deg, #053f3f, #0ea5a5);background-size:auto !important;box-shadow: 0.1875rem 0.1875rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:0rem;left:57.781477928162rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#dK0lmOwCMabt4Z1y0gR3IIRrLKcA7VT5 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.6240806875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:11.362594604493rem;left:40.562956809998rem;height:10rem;text-align:center;text-align-last:center;display:none; }
#eJp2HTfriWFcZHNLgstvPG4q9GHxzfta { color:rgba(var(--color-tertiary-4),1);display:block;width:13.0618105rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:12.194396972656rem;left:59.09352016449rem;height:8.75rem;text-align:center;text-align-last:center;display:none; }
#GlpioIrAWTsURKPGC4TmRUwsVlE69lXb { 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; }#GlpioIrAWTsURKPGC4TmRUwsVlE69lXb > .row .container { background-color: transparent; background-image: none; }#GlpioIrAWTsURKPGC4TmRUwsVlE69lXb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GlpioIrAWTsURKPGC4TmRUwsVlE69lXb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GlpioIrAWTsURKPGC4TmRUwsVlE69lXb > .row .container > .video-iframe-container { display: none; }#GlpioIrAWTsURKPGC4TmRUwsVlE69lXb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GlpioIrAWTsURKPGC4TmRUwsVlE69lXb > .row > .video-iframe-container { display: none; }#GlpioIrAWTsURKPGC4TmRUwsVlE69lXb > .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); }#GlpioIrAWTsURKPGC4TmRUwsVlE69lXb > .row .container { border-width: 0; border-radius: 0; }#GlpioIrAWTsURKPGC4TmRUwsVlE69lXb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GlpioIrAWTsURKPGC4TmRUwsVlE69lXb > .row .container { font-size:0.875rem;font-family:arial;height:53.75rem;width:75rem;position:relative;display:block; }#yLpCAc64adUoCq93Xx5VgMmqcRULLeiT { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:24.125rem;width:16.625rem;top:2.3125rem;left:1.125rem;overflow:hidden;display:block; }
#BWPPnErtgTNDFyO53BBVUkTH2rRyB0c8 { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:24.3125rem;width:16.625rem;top:27.125rem;left:57.375rem;overflow:hidden;display:block; }
#ozifHolUGq4khDD3kKm5RLZgH8BRIQnx { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:11.4993105rem;width:17.3747691875rem;top:2.25rem;left:19.5rem;overflow:hidden;display:block; }
#XQxxVdy2X9ENIFbscs63NzS3dVaMx200 { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:11.4375rem;width:17.1875rem;top:15.1875rem;left:19.5rem;overflow:hidden;display:block; }
#KH3MLogT7ttQmdDvueaLWURLs0qsEriL { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:11.4375rem;width:17.1875rem;top:27.1875rem;left:38.3125rem;overflow:hidden;display:block; }
#QX9GsVwu0ROqvPhIXdyt8b9D69TucXBE { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:11.4375rem;width:17.1875rem;top:39.5rem;left:38.3125rem;overflow:hidden;display:block; }
#FCZDfgpiWBXt9OiioNGL8oESlFSNnbx3 { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:23.75rem;width:35.8743095625rem;top:2.4375rem;left:38.1875rem;overflow:hidden;display:block; }
#TJd9wONTUsESoSTMK9d6C5NiOHG2Adt4 { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:23.75rem;width:35.625rem;top:27.375rem;left:1.125rem;overflow:hidden;display:block; }
#JJ1wXh99WNSxcL27miGfNdz06kaiGVOh { 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; }#JJ1wXh99WNSxcL27miGfNdz06kaiGVOh > .row .container { background-color: transparent; background-image: none; }#JJ1wXh99WNSxcL27miGfNdz06kaiGVOh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JJ1wXh99WNSxcL27miGfNdz06kaiGVOh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JJ1wXh99WNSxcL27miGfNdz06kaiGVOh > .row .container > .video-iframe-container { display: none; }#JJ1wXh99WNSxcL27miGfNdz06kaiGVOh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JJ1wXh99WNSxcL27miGfNdz06kaiGVOh > .row > .video-iframe-container { display: none; }#JJ1wXh99WNSxcL27miGfNdz06kaiGVOh > .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); }#JJ1wXh99WNSxcL27miGfNdz06kaiGVOh > .row .container { border-width: 0; border-radius: 0; }#JJ1wXh99WNSxcL27miGfNdz06kaiGVOh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JJ1wXh99WNSxcL27miGfNdz06kaiGVOh > .row .container { font-size:0.875rem;font-family:arial;height:87.25rem;width:75rem;position:relative;display:block; }#wFmAEhyy1daMlTxUiMVDLWgHrnI68sET { color:rgba(var(--color-primary-2),1);display:block;width:47.5620384375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:2.6875rem;left:13.717829704284rem;height:;text-align:center;text-align-last:center;display:block; }
#LnOodtOkCaGZ92wgRzJGne9nJy5FsNkT { color:rgba(var(--color-tertiary-4),1);display:block;width:65.812271125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:80.831787109375rem;left:4.5921411514283rem;height:4.249999875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KAPgZbLh7hNaa0NbGZJD1x52TCWmKGdA { color:rgba(var(--color-tertiary-4),1);display:block;width:65.812271125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:76.464157104494rem;left:4.5921411514283rem;height:2.83333325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#K7ViXkuI47GsxFxxyQvx0lnHS0p7f8Pt { 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; }#K7ViXkuI47GsxFxxyQvx0lnHS0p7f8Pt > .row .container { background-color: transparent; background-image: none; }#K7ViXkuI47GsxFxxyQvx0lnHS0p7f8Pt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K7ViXkuI47GsxFxxyQvx0lnHS0p7f8Pt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K7ViXkuI47GsxFxxyQvx0lnHS0p7f8Pt > .row .container > .video-iframe-container { display: none; }#K7ViXkuI47GsxFxxyQvx0lnHS0p7f8Pt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K7ViXkuI47GsxFxxyQvx0lnHS0p7f8Pt > .row > .video-iframe-container { display: none; }#K7ViXkuI47GsxFxxyQvx0lnHS0p7f8Pt > .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); }#K7ViXkuI47GsxFxxyQvx0lnHS0p7f8Pt > .row .container { border-width: 0; border-radius: 0; }#K7ViXkuI47GsxFxxyQvx0lnHS0p7f8Pt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K7ViXkuI47GsxFxxyQvx0lnHS0p7f8Pt > .row .container { font-size:0.875rem;font-family:arial;height:62.1875rem;width:75rem;position:relative;display:block; }#TrfG9oAQZ3S09MzhWV2xGUvPLh3LkoDS { color:rgba(var(--color-primary-2),1);display:block;width:47.5620384375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:2.3818969726562rem;left:13.717829704284rem;height:2.41666675rem;text-align:center;text-align-last:center;display:block; }
#kD188OsIxUfkftQVu8mMkBZE68XIZ16r { 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/fc7e972e-955c-4956-8b87-dc4b517c272d/TO2.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !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; }#kD188OsIxUfkftQVu8mMkBZE68XIZ16r.adaptive-delivery-prevent-bg, #kD188OsIxUfkftQVu8mMkBZE68XIZ16r.lazyload, #kD188OsIxUfkftQVu8mMkBZE68XIZ16r.lazyloading { background-image: none; }#kD188OsIxUfkftQVu8mMkBZE68XIZ16r > .row .container { background-color: transparent; background-image: none; }#kD188OsIxUfkftQVu8mMkBZE68XIZ16r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kD188OsIxUfkftQVu8mMkBZE68XIZ16r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kD188OsIxUfkftQVu8mMkBZE68XIZ16r > .row .container > .video-iframe-container { display: none; }#kD188OsIxUfkftQVu8mMkBZE68XIZ16r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kD188OsIxUfkftQVu8mMkBZE68XIZ16r > .row > .video-iframe-container { display: none; }#kD188OsIxUfkftQVu8mMkBZE68XIZ16r > .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); }#kD188OsIxUfkftQVu8mMkBZE68XIZ16r > .row .container { border-width: 0; border-radius: 0; }#kD188OsIxUfkftQVu8mMkBZE68XIZ16r > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kD188OsIxUfkftQVu8mMkBZE68XIZ16r > .row .container { font-size:0.875rem;font-family:arial;height:52.3125rem;width:75rem;position:relative;display:block; }#tMKPZnGL6vKLASUQta2ELN4IzGKcKdvz { color:rgba(var(--color-tertiary-0),1);display:block;width:47.5620384375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:5.62109375rem;left:13.717830657959rem;height:2.41666675rem;text-align:center;text-align-last:center;display:block; }
#AN4zirmZArGtGlgl3ch5VxOSao3F9a2N { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:36.8118095625rem;width:65.68704225rem;top:12.278259277344rem;left:4.654182434082rem;display:block; }
#BVm4DXcJLHkwCmyl5yZ4eVwCthgARTTz { 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; }#BVm4DXcJLHkwCmyl5yZ4eVwCthgARTTz > .row .container { background-color: transparent; background-image: none; }#BVm4DXcJLHkwCmyl5yZ4eVwCthgARTTz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BVm4DXcJLHkwCmyl5yZ4eVwCthgARTTz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BVm4DXcJLHkwCmyl5yZ4eVwCthgARTTz > .row .container > .video-iframe-container { display: none; }#BVm4DXcJLHkwCmyl5yZ4eVwCthgARTTz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BVm4DXcJLHkwCmyl5yZ4eVwCthgARTTz > .row > .video-iframe-container { display: none; }#BVm4DXcJLHkwCmyl5yZ4eVwCthgARTTz > .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); }#BVm4DXcJLHkwCmyl5yZ4eVwCthgARTTz > .row .container { border-width: 0; border-radius: 0; }#BVm4DXcJLHkwCmyl5yZ4eVwCthgARTTz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BVm4DXcJLHkwCmyl5yZ4eVwCthgARTTz > .row .container { font-size:0.875rem;font-family:arial;height:8.5rem;width:75rem;position:relative;display:block; }#SBxdRtN3kxKuOQGJWeB1u7559DlGJqcl { color:#0ea5a5;display:block;width:47.5620384375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:3.5925750732422rem;left:13.717830657959rem;height:2.41666675rem;text-align:center;text-align-last:center;display:block; }
#zhF9G17PEsLEftW2uV1JxglDwfP3LTI6 { box-sizing:content-box;height:50.7490806875rem;width:18.1870403125rem;position:absolute;display:block;z-index:15016;background-color:transparent;background-image: -webkit-linear-gradient(150deg, rgba(var(--color-tertiary-0),0.4), rgba(var(--color-primary-0),0.4));background-image: -moz-linear-gradient(150deg, rgba(var(--color-tertiary-0),0.4), rgba(var(--color-primary-0),0.4));background-image: -ms-linear-gradient(150deg, rgba(var(--color-tertiary-0),0.4), rgba(var(--color-primary-0),0.4));background-image: -o-linear-gradient(150deg, rgba(var(--color-tertiary-0),0.4), rgba(var(--color-primary-0),0.4));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),0.4)', endColorstr='rgba(var(--color-primary-0),0.4)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),0.4)', endColorstr='rgba(var(--color-primary-0),0.4)' );";background-image: linear-gradient(150deg, rgba(var(--color-tertiary-0),0.4), rgba(var(--color-primary-0),0.4));background-size:auto !important;box-shadow: none;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);top:8.4375rem;left:37.6875rem;border-top-right-radius:3.9375rem;border-bottom-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-top-left-radius:3.9375rem;display:block; }
#qaPpG08Zakieb6Z3iebZ82QLyykZqlTN { box-sizing:content-box;height:50.7490806875rem;width:18.1870403125rem;position:absolute;display:block;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(150deg, rgba(var(--color-tertiary-0),0.4), rgba(var(--color-primary-0),0.4));background-image: -moz-linear-gradient(150deg, rgba(var(--color-tertiary-0),0.4), rgba(var(--color-primary-0),0.4));background-image: -ms-linear-gradient(150deg, rgba(var(--color-tertiary-0),0.4), rgba(var(--color-primary-0),0.4));background-image: -o-linear-gradient(150deg, rgba(var(--color-tertiary-0),0.4), rgba(var(--color-primary-0),0.4));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),0.4)', endColorstr='rgba(var(--color-primary-0),0.4)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),0.4)', endColorstr='rgba(var(--color-primary-0),0.4)' );";background-image: linear-gradient(150deg, rgba(var(--color-tertiary-0),0.4), rgba(var(--color-primary-0),0.4));background-size:auto !important;box-shadow: none;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);top:8.5rem;left:56.5625rem;border-top-right-radius:3.9375rem;border-bottom-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-top-left-radius:3.9375rem;display:block; }
#RR75zOu0U3vUMTwdGUa27kfUrLfWxlzO { 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; }#RR75zOu0U3vUMTwdGUa27kfUrLfWxlzO > .row .container { background-color: transparent; background-image: none; }#RR75zOu0U3vUMTwdGUa27kfUrLfWxlzO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RR75zOu0U3vUMTwdGUa27kfUrLfWxlzO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RR75zOu0U3vUMTwdGUa27kfUrLfWxlzO > .row .container > .video-iframe-container { display: none; }#RR75zOu0U3vUMTwdGUa27kfUrLfWxlzO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RR75zOu0U3vUMTwdGUa27kfUrLfWxlzO > .row > .video-iframe-container { display: none; }#RR75zOu0U3vUMTwdGUa27kfUrLfWxlzO > .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); }#RR75zOu0U3vUMTwdGUa27kfUrLfWxlzO > .row .container { border-width: 0; border-radius: 0; }#RR75zOu0U3vUMTwdGUa27kfUrLfWxlzO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RR75zOu0U3vUMTwdGUa27kfUrLfWxlzO > .row .container { font-size:0.875rem;font-family:arial;height:54.5rem;width:75rem;position:relative;display:block; }#g4XG0Vdr0dH3ooxC0oSa8hqwADN0liC8 { box-sizing:content-box;height:50.7490806875rem;width:18.1870403125rem;position:absolute;display:block;z-index:15014;background-color:transparent;background-image: -webkit-linear-gradient(150deg, rgba(var(--color-tertiary-0),0.4), rgba(var(--color-primary-0),0.4));background-image: -moz-linear-gradient(150deg, rgba(var(--color-tertiary-0),0.4), rgba(var(--color-primary-0),0.4));background-image: -ms-linear-gradient(150deg, rgba(var(--color-tertiary-0),0.4), rgba(var(--color-primary-0),0.4));background-image: -o-linear-gradient(150deg, rgba(var(--color-tertiary-0),0.4), rgba(var(--color-primary-0),0.4));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),0.4)', endColorstr='rgba(var(--color-primary-0),0.4)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),0.4)', endColorstr='rgba(var(--color-primary-0),0.4)' );";background-image: linear-gradient(150deg, rgba(var(--color-tertiary-0),0.4), rgba(var(--color-primary-0),0.4));background-size:auto !important;box-shadow: none;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);top:0rem;left:18.9375rem;border-top-right-radius:3.9375rem;border-bottom-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-top-left-radius:3.9375rem;display:block; }
#O7mT8sTwO4gRyTKdg1ESdn2hCTIfUznT { box-sizing:content-box;height:50.8743095625rem;width:18.1870403125rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-2),0.75);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.125rem;left:18.9375rem;border-top-right-radius:3.9375rem;border-bottom-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-top-left-radius:3.9375rem;display:block; }
#TAiV6LnSs40vBqKZNyCPtKaCpZP2umhy { color:#ffffff;display:block;width:16.4993095625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:8.5625rem;left:0.8125rem;height:18.416666rem;text-align:center;text-align-last:center;display:block; }
#WpHRbt5PzVsiVnuXiHxzrBJ8nxHX8APz { box-sizing:content-box;height:50.8743095625rem;width:18.1870403125rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-2),0.75);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.125rem;left:0rem;border-top-right-radius:3.9375rem;border-bottom-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-top-left-radius:3.9375rem;display:block; }
#Jvqdmwkd9aDASCZAv6pNXRpIr5Z3hRBH { box-sizing:content-box;height:50.7490806875rem;width:18.1870403125rem;position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(150deg, rgba(var(--color-tertiary-0),0.4), rgba(var(--color-primary-0),0.4));background-image: -moz-linear-gradient(150deg, rgba(var(--color-tertiary-0),0.4), rgba(var(--color-primary-0),0.4));background-image: -ms-linear-gradient(150deg, rgba(var(--color-tertiary-0),0.4), rgba(var(--color-primary-0),0.4));background-image: -o-linear-gradient(150deg, rgba(var(--color-tertiary-0),0.4), rgba(var(--color-primary-0),0.4));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),0.4)', endColorstr='rgba(var(--color-primary-0),0.4)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),0.4)', endColorstr='rgba(var(--color-primary-0),0.4)' );";background-image: linear-gradient(150deg, rgba(var(--color-tertiary-0),0.4), rgba(var(--color-primary-0),0.4));background-size:auto !important;box-shadow: none;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);top:0rem;left:0rem;border-top-right-radius:3.9375rem;border-bottom-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-top-left-radius:3.9375rem;display:block; }
#PTbvfISifZKl72gMZ7wGh1h01pQzEcWn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.5622701875rem;width:4.5622701875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:2.5rem;left:6.8125rem; }
#vP6LIupb0T7Ax65MZhQWdtSDkcLs3bqU { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:9.6875rem;width:9.6875rem;top:35.0625rem;left:4.25rem;overflow:hidden;display:block; }
#cVdOwaf39XGJEVgBEmtCvzhq8gpsBXm7 { color:#ffffff;display:block;width:16.4981613125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:45.875rem;left:0.8125rem;height:3.16666675rem;text-align:center;text-align-last:center;display:block; }
#goacFsAVyCpU32mVhTm6k0g7cqHmcC2i { box-sizing:content-box;height:50.8743095625rem;width:18.1870403125rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-2),0.75);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.0625rem;left:37.6875rem;border-top-right-radius:3.9375rem;border-bottom-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-top-left-radius:3.9375rem;display:block; }
#RKryhNQX5LiORMA7Cey0PaIKu8oU81Eg { box-sizing:content-box;height:50.8743095625rem;width:18.1870403125rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-primary-2),0.75);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.125rem;left:56.5625rem;border-top-right-radius:3.9375rem;border-bottom-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-top-left-radius:3.9375rem;display:block; }
#UrBCFNvXCTRcp9o2TkXPZlBK95HviTmp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.5622701875rem;width:4.5622701875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:2.4402770996094rem;left:25.842139244079rem; }
#saNSurO5HbiLmi7dbZCI4WyMp1MUk5bV { color:#ffffff;display:block;width:17.5620403125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:8.5172424316406rem;left:19.342829704284rem;height:15.583333rem;text-align:center;text-align-last:center;display:block; }
#Jhm3im7TIq28MI7lwLwmZnEzT8BXiaRR { position:absolute;display:block;z-index:15030;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:9.6875rem;width:9.6875rem;top:35.040466308594rem;left:23.281249046326rem;overflow:hidden;display:block; }
#TqgCcE6T3otubtNlhSTlxF5WdZw8NasP { color:#ffffff;display:block;width:16.4981613125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:45.789306640625rem;left:19.875918388367rem;height:3.16666675rem;text-align:center;text-align-last:center;display:block; }
#lCF217PFnmCmUSZ0qaVThPWAm5BiXTfc { color:#ffffff;display:block;width:17.2495403125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:8.53515625rem;left:38.250227928162rem;height:17rem;text-align:center;text-align-last:center;display:block; }
#ezm4LyRiHyTUnqSwPP9fl0bbHIxW4mBw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.5622701875rem;width:4.5622701875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:2.4823303222656rem;left:44.593287467956rem; }
#MweTMZufIKt6BUsMgIzEXUqPOdXCVlk0 { position:absolute;display:block;z-index:15024;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:9.6875rem;width:9.6875rem;top:34.984619140625rem;left:42.031249046326rem;overflow:hidden;display:block; }
#dWUVDweWmRLbhHrKTlFdiogOFOsPnLH9 { color:#ffffff;display:block;width:16.4981613125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:45.852264404297rem;left:38.625918388367rem;height:3.16666675rem;text-align:center;text-align-last:center;display:block; }
#x3sbs8Bd3WCI8NTV0T2FA2IGC20JEANQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.5622701875rem;width:4.5622701875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:2.5rem;left:63.375rem; }
#o4MZboapunSged0hASAdg9ckOcZeO0U0 { color:#ffffff;display:block;width:17.2495403125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:8.4623413085938rem;left:57.000227928162rem;height:;text-align:center;text-align-last:center;display:block; }
#GUznXdQnfowGMDBbZaaAhkTmyh9IVSuQ { position:absolute;display:block;z-index:15028;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:9.6875rem;width:9.6875rem;top:35rem;left:60.8125rem;overflow:hidden;display:block; }
#gB6JXJeoLQ3aofixkOFCUnPhRQ8qu1Cs { color:#ffffff;display:block;width:16.4981613125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:45.875rem;left:57.4375rem;height:;text-align:center;text-align-last:center;display:block; }
#r4pmv8EBsLWe87pHe3cPNZXTllw5J7hm { box-sizing:content-box;height:50.8743095625rem;width:18.1870403125rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-2),0.75);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.125rem;left:0rem;border-top-right-radius:3.9375rem;border-bottom-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-top-left-radius:3.9375rem;display:none; }
#VwfwfUmhNfG9dqQgohBcdZPD0Tt1iZPI { box-sizing:content-box;height:50.7490806875rem;width:18.1870403125rem;position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(150deg, rgba(var(--color-tertiary-0),0.4), rgba(var(--color-primary-0),0.4));background-image: -moz-linear-gradient(150deg, rgba(var(--color-tertiary-0),0.4), rgba(var(--color-primary-0),0.4));background-image: -ms-linear-gradient(150deg, rgba(var(--color-tertiary-0),0.4), rgba(var(--color-primary-0),0.4));background-image: -o-linear-gradient(150deg, rgba(var(--color-tertiary-0),0.4), rgba(var(--color-primary-0),0.4));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),0.4)', endColorstr='rgba(var(--color-primary-0),0.4)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),0.4)', endColorstr='rgba(var(--color-primary-0),0.4)' );";background-image: linear-gradient(150deg, rgba(var(--color-tertiary-0),0.4), rgba(var(--color-primary-0),0.4));background-size:auto !important;box-shadow: none;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);top:0rem;left:0rem;border-top-right-radius:3.9375rem;border-bottom-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-top-left-radius:3.9375rem;display:none; }
#DtTdDk4UdxUJIzGPQ8Apak2bnUGgt7Ff { box-sizing:content-box;height:50.8743095625rem;width:18.1870403125rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-2),0.75);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.125rem;left:0rem;border-top-right-radius:3.9375rem;border-bottom-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-top-left-radius:3.9375rem;display:none; }
#zL7M95xF3SEil6Sxw4U8JBrogPd6Uppw { box-sizing:content-box;height:50.7490806875rem;width:18.1870403125rem;position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(150deg, rgba(var(--color-tertiary-0),0.4), rgba(var(--color-primary-0),0.4));background-image: -moz-linear-gradient(150deg, rgba(var(--color-tertiary-0),0.4), rgba(var(--color-primary-0),0.4));background-image: -ms-linear-gradient(150deg, rgba(var(--color-tertiary-0),0.4), rgba(var(--color-primary-0),0.4));background-image: -o-linear-gradient(150deg, rgba(var(--color-tertiary-0),0.4), rgba(var(--color-primary-0),0.4));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),0.4)', endColorstr='rgba(var(--color-primary-0),0.4)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),0.4)', endColorstr='rgba(var(--color-primary-0),0.4)' );";background-image: linear-gradient(150deg, rgba(var(--color-tertiary-0),0.4), rgba(var(--color-primary-0),0.4));background-size:auto !important;box-shadow: none;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);top:0rem;left:0rem;border-top-right-radius:3.9375rem;border-bottom-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-top-left-radius:3.9375rem;display:none; }
#PUkxpcsn3nhZxDmWycTsAvSVnr2gGJdQ { box-sizing:content-box;height:50.8743095625rem;width:18.1870403125rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-2),0.75);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.125rem;left:0rem;border-top-right-radius:3.9375rem;border-bottom-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-top-left-radius:3.9375rem;display:none; }
#ZLbPb0p9ZdSfP8ErPoInqvNJSrbzma8m { box-sizing:content-box;height:50.7490806875rem;width:18.1870403125rem;position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(150deg, rgba(var(--color-tertiary-0),0.4), rgba(var(--color-primary-0),0.4));background-image: -moz-linear-gradient(150deg, rgba(var(--color-tertiary-0),0.4), rgba(var(--color-primary-0),0.4));background-image: -ms-linear-gradient(150deg, rgba(var(--color-tertiary-0),0.4), rgba(var(--color-primary-0),0.4));background-image: -o-linear-gradient(150deg, rgba(var(--color-tertiary-0),0.4), rgba(var(--color-primary-0),0.4));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),0.4)', endColorstr='rgba(var(--color-primary-0),0.4)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),0.4)', endColorstr='rgba(var(--color-primary-0),0.4)' );";background-image: linear-gradient(150deg, rgba(var(--color-tertiary-0),0.4), rgba(var(--color-primary-0),0.4));background-size:auto !important;box-shadow: none;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);top:0rem;left:0rem;border-top-right-radius:3.9375rem;border-bottom-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-top-left-radius:3.9375rem;display:none; }
#TmkPovqw9nezEArfmRB3o1gUSFaDM20U { color:#ffffff;display:block;width:16.4981613125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:45.875rem;left:57.4375rem;height:;text-align:center;text-align-last:center;display:none; }
#lZLzE2y4LECZuMUfAUSQrEODXTbPrNHc { position:relative;display:block; }#lZLzE2y4LECZuMUfAUSQrEODXTbPrNHc { background-color: transparent; background-image: none; }#lZLzE2y4LECZuMUfAUSQrEODXTbPrNHc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lZLzE2y4LECZuMUfAUSQrEODXTbPrNHc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lZLzE2y4LECZuMUfAUSQrEODXTbPrNHc > .row .container > .video-iframe-container { display: none; }#lZLzE2y4LECZuMUfAUSQrEODXTbPrNHc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lZLzE2y4LECZuMUfAUSQrEODXTbPrNHc > .row > .video-iframe-container { display: none; }#lZLzE2y4LECZuMUfAUSQrEODXTbPrNHc > .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); }#lZLzE2y4LECZuMUfAUSQrEODXTbPrNHc { border-width: 0; border-radius: 0; }#lZLzE2y4LECZuMUfAUSQrEODXTbPrNHc > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#lZLzE2y4LECZuMUfAUSQrEODXTbPrNHc > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:9.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Dr3pI5ZSo9KpLi3EQl6HXM7Zr69MpH8p { color:rgba(var(--color-primary-2),1);display:block;width:47.5620384375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:4.0912322998047rem;left:13.717830657959rem;height:2.41666675rem;text-align:center;text-align-last:center;display:block; }
#nC7cVcVTWtkBhu5GeBq79Gm7xlH30Ppp { position:relative;display:block; }#nC7cVcVTWtkBhu5GeBq79Gm7xlH30Ppp { background-color: transparent; background-image: none; }#nC7cVcVTWtkBhu5GeBq79Gm7xlH30Ppp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nC7cVcVTWtkBhu5GeBq79Gm7xlH30Ppp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nC7cVcVTWtkBhu5GeBq79Gm7xlH30Ppp > .row .container > .video-iframe-container { display: none; }#nC7cVcVTWtkBhu5GeBq79Gm7xlH30Ppp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nC7cVcVTWtkBhu5GeBq79Gm7xlH30Ppp > .row > .video-iframe-container { display: none; }#nC7cVcVTWtkBhu5GeBq79Gm7xlH30Ppp > .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); }#nC7cVcVTWtkBhu5GeBq79Gm7xlH30Ppp { border-width: 0; border-radius: 0; }#nC7cVcVTWtkBhu5GeBq79Gm7xlH30Ppp > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#nC7cVcVTWtkBhu5GeBq79Gm7xlH30Ppp > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:62.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TvZOm71XMIfOeXoZncTsNL0XKQtWHdcQ { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:50.5618095625rem;width:24.8747691875rem;top:6.9473876953125rem;left:25.060889244079rem;overflow:hidden;display:block; }
#N8qpMwQHKCb8N9t875GfF0ohfvRn8aso { position:absolute;display:block;z-index:14999;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:44.6243095625rem;width:24.6875rem;top:10.9765625rem;left:4.8460474014283rem;overflow:hidden;display:block; }
#gVu8SkMWWDEPyiIg7MWDZS5uvDTCXloa { position:absolute;display:block;z-index:14998;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:43.8125rem;width:24.1875rem;top:11.940002441406rem;left:45.746779441834rem;overflow:hidden;display:block; }
#xB063x90c0DK7uTfJeXdCfbz6SrzmBRT { position:absolute;display:block;z-index:15003;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:13.6247701875rem;width:26.1247691875rem;top:0.6773681640625rem;left:25.372243881226rem;overflow:hidden;display:block; }
#K66e3FySU0LWMLUcivSCNJzSlmX4yrQl { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:2.0625rem;top:26.820983886719rem;left:16.160387039184rem;overflow:hidden;display:block; }
#KlT1bzogxzDVF1APEJGISUSEHJlvSwR9 { color:#ffffff;display:block;width:13.0618105rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:17.998626708984rem;left:10.661764144898rem;height:4rem;text-align:center;text-align-last:center;display:block; }
#VPMREpAikhnnGlLaPSk8SaTHK1f3CgLf { color:#ffffff;display:block;width:13.0618105rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:19.036315917969rem;left:30.967370986939rem;height:4rem;text-align:center;text-align-last:center;display:block; }
#igNtm6y9DJfCo6ptGOz9UDkq7wf96l72 { color:#ffffff;display:block;width:16.4981613125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:14.937957763672rem;left:8.9453125rem;height:2rem;text-align:center;text-align-last:center;display:block; }
#aTJTN8mN5pnoOCVUler2zk4ff0q8i0mR { color:#ffffff;display:block;width:16.4981613125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:16.056091308594rem;left:29.249769210816rem;height:2rem;text-align:center;text-align-last:center;display:block; }
#MfNI5eWqA9yN52oChcVtAptRovXDRDiP { color:#ffffff;display:block;width:16.4981613125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:21.725158691406rem;left:8.9453125rem;height:;text-align:center;text-align-last:center;display:block; }
#wpUrsVoi2T2QcTApy95Tcd3187vAGfcC { color:#ffffff;display:block;width:16.4981613125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:23.202667236328rem;left:29.249767303467rem;height:1.416666625rem;text-align:center;text-align-last:center;display:block; }
#nklzpPM1qeobbDceBemi4Dr5Tn90pQV1 { color:rgba(var(--color-primary-2),1);display:block;width:16.4981613125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:14.916107177734rem;left:49.748392105103rem;height:2rem;text-align:center;text-align-last:center;display:block; }
#lnREb2FmcOsR17xAMvN8eocOG5TJrqdL { color:rgba(var(--color-primary-2),1);display:block;width:13.0618105rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:17.979095458984rem;left:51.494714736939rem;height:4rem;text-align:center;text-align-last:center;display:block; }
#sbJUWtQOxTufksnizz5OtTr4VyswrfgC { color:#ffffff;display:block;width:16.4981613125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:22.999755859375rem;left:49.747240066528rem;height:;text-align:center;text-align-last:center;display:block; }
#oQeIJeQnuV83QCcS8Juy9zzSITykRLt3 { color:#ffffff;display:block;width:16.4981613125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:29.835693359375rem;left:9.1328125rem;height:1.25rem;text-align:center;text-align-last:center;display:block; }
#lK1Q0AcasNkq8J22Csnsx7lfbd3CkcKi { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0622701875rem;width:2.0622701875rem;top:32.273651123047rem;left:16.159238815307rem;overflow:hidden;display:block; }
#hSCaWzREMsPtWOO12opR1QFS6TvPKW3O { color:#ffffff;display:block;width:16.4981613125rem;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:35.25rem;left:9rem;height:1.25rem;text-align:center;text-align-last:center;display:block; }
#kNqwLvLPOUJBTDLUtKZwsHHQtVdNvFi7 { 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:2.0622701875rem;width:2.0622701875rem;top:37.997467041016rem;left:16.159238815307rem;overflow:hidden;display:block; }
#BSRXN2HAGmyBdVCOGFe2IC2DHfuvRXRS { color:#ffffff;display:block;width:16.4981613125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:40.999542236328rem;left:8.9453125rem;height:1.25rem;text-align:center;text-align-last:center;display:block; }
#UHaLCMx2BgM6FGOk5tReUgHrIyfRgAQa { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;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:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5909924375rem;height:2.96622225rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:49.315246582031rem;left:11.39476108551rem;display:block; }
#t4FsoTE9eUmye4qSmUKKM2TRVpzTemN2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VuoL8h916Tp26nHJ9fV1fJu7u0cdXm5m { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;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:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.4944853125rem;height:2.8697149375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:47.590576171875rem;left:31.704962730408rem;display:block; }
#KGlF9egHDBRwzuMU8r9vtfq3Ef23TR96 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Nf7btLmn1z4elOZuc1vJ4LmCmsJtD6yr { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0622701875rem;width:2.0622701875rem;top:27.799865722656rem;left:36.467142105103rem;overflow:hidden;display:block; }
#WuczIRKKXTK8KJcTkiyFoMKDJEZBMhEw { color:#ffffff;display:block;width:16.4981613125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:31.038604736328rem;left:29.249769210816rem;height:2.5rem;text-align:center;text-align-last:center;display:block; }
#LH0VBZuK84f8EvrMTR7q5Qaeisw8EECB { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0622701875rem;width:2.0622701875rem;top:34.663818359375rem;left:36.467142105103rem;overflow:hidden;display:block; }
#xWN6CJ0twVE4KQfbMl27gHEgbPsm5iqm { color:#ffffff;display:block;width:16.4981613125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:37.5625rem;left:29.25rem;height:;text-align:center;text-align-last:center;display:block; }
#nMTQp61kg8xoxqb9x6txqAtCuNa4HMiQ { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0622701875rem;width:2.0622701875rem;top:40.011474609375rem;left:36.467142105103rem;overflow:hidden;display:block; }
#UbXybkEudffzxDdeDHqelS7F6gNCw4aH { color:#ffffff;display:block;width:16.4981613125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:43.25rem;left:29.1875rem;height:1.25rem;text-align:center;text-align-last:center;display:block; }
#rWdRDTOA4Pq6CeorvS1JOMC91DWWrMOl { color:rgba(var(--color-primary-2),1);display:block;width:15.2493105rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:31.053771972656rem;left:50.369943618774rem;height:5.6666665rem;text-align:center;text-align-last:center;display:block; }
#Ou0P72KXVfkOEg3LTksAP0dI3Mcv1Lsg { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.3979773125rem;height:2.773207625rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:49.279449462891rem;left:52.092139244079rem;display:block; }
#weQXdXU96ZI71yMF5V9VCU29MM93K1dE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CMe85OMHz7avTQUT3d70GWvqo29JrR1V { color:#000000;display:block;width:47.1243095625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:58.671875rem;left:13.93727016449rem;height:1.583333375rem;text-align:center;text-align-last:center;display:block; }
#I8xlPxXI9M1Sed5K3EEEqDo5C3vBRy07 { box-sizing:content-box;height:0.125rem;width:16.25rem;position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-tertiary-0),0.6);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.411529541016rem;left:8.9453125rem;display:block; }
#BuJSB785t7e4qqNxioQyENoOOE6GvBS1 { color:#ffffff;display:block;width:16.4981613125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:23.750915527344rem;left:8.9476089477537rem;height:1.583333375rem;text-align:center;text-align-last:center;display:block; }
#vqnB8kDWQDyuuDTt5zwRBI18k7RrkcO9 { box-sizing:content-box;height:0.124080875rem;width:16.25rem;position:absolute;display:block;z-index:15031;background-color:rgba(var(--color-tertiary-0),0.6);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.936584472656rem;left:29.373847961426rem;display:block; }
#QXAJrQ2izWhg2DTTX48i9dG99AidK4dG { color:#ffffff;display:block;width:16.4981613125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:25.249298095703rem;left:29.249767303467rem;height:;text-align:center;text-align-last:center;display:block; }
#klzsq0BxJn1u9wMnJiS2DqoSalQ5yfv8 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.5625rem;width:20.625rem;display:none; }
#HclbmzTJVGAAwW6gcnzBkgpnsFQ2Bbfq { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0622701875rem;width:2.0622701875rem;top:43.233001708984rem;left:16.158087730408rem;overflow:hidden;display:block; }
#OSiCC2nnwikzGTLSCDuWqEFiVJUCmlR4 { color:#ffffff;display:block;width:16.4981613125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:46.422332763672rem;left:8.82008266449rem;height:1.25rem;text-align:center;text-align-last:center;display:block; }
#V7x4lKiJFUZILVJDTzHMPflfLTOTkcUn { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;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;display:none; }
#nqf496QAsywgInpeq9zsy1hkuU5V5O0E { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; }#nqf496QAsywgInpeq9zsy1hkuU5V5O0E > .row .container { background-color: transparent; background-image: none; }#nqf496QAsywgInpeq9zsy1hkuU5V5O0E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nqf496QAsywgInpeq9zsy1hkuU5V5O0E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nqf496QAsywgInpeq9zsy1hkuU5V5O0E > .row .container > .video-iframe-container { display: none; }#nqf496QAsywgInpeq9zsy1hkuU5V5O0E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nqf496QAsywgInpeq9zsy1hkuU5V5O0E > .row > .video-iframe-container { display: none; }#nqf496QAsywgInpeq9zsy1hkuU5V5O0E > .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); }#nqf496QAsywgInpeq9zsy1hkuU5V5O0E > .row .container { border-width: 0; border-radius: 0; }#nqf496QAsywgInpeq9zsy1hkuU5V5O0E > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nqf496QAsywgInpeq9zsy1hkuU5V5O0E > .row .container { font-size:0.875rem;font-family:arial;height:10.6875rem;width:75rem;position:relative;display:block; }#lLbsDrBfO4TdQ38iDhSh0d2GZ3Cdq2MB { color:#ffffff;display:block;width:47.5620384375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:4.4761047363281rem;left:13.717830657959rem;height:2.41666675rem;text-align:center;text-align-last:center;display:block; }
#thraiKyiw3rt6fS5XVNVkTDORgWzU9fP { color:#000000;display:block;width:47.1243095625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:7.8389282226562rem;left:13.936120986939rem;height:1.583333375rem;text-align:center;text-align-last:center;display:block; }
#TyWQ3RdoqndBNr1Lmuh5wIadKHO9Skwo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !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; }#TyWQ3RdoqndBNr1Lmuh5wIadKHO9Skwo > .row .container { background-color: transparent; background-image: none; }#TyWQ3RdoqndBNr1Lmuh5wIadKHO9Skwo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TyWQ3RdoqndBNr1Lmuh5wIadKHO9Skwo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TyWQ3RdoqndBNr1Lmuh5wIadKHO9Skwo > .row .container > .video-iframe-container { display: none; }#TyWQ3RdoqndBNr1Lmuh5wIadKHO9Skwo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TyWQ3RdoqndBNr1Lmuh5wIadKHO9Skwo > .row > .video-iframe-container { display: none; }#TyWQ3RdoqndBNr1Lmuh5wIadKHO9Skwo > .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); }#TyWQ3RdoqndBNr1Lmuh5wIadKHO9Skwo > .row .container { border-width: 0; border-radius: 0; }#TyWQ3RdoqndBNr1Lmuh5wIadKHO9Skwo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TyWQ3RdoqndBNr1Lmuh5wIadKHO9Skwo > .row .container { font-size:0.875rem;font-family:arial;height:23.6875rem;width:75rem;position:relative;display:block; }#GS87mUaIsi7xkGrvgs2mTlpyiEeait0p { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.1875rem;width:17.9375rem;top:1.6028747558594rem;left:38.186199188233rem;overflow:hidden;display:block; }
#aihODby32zxBo19i9Xo8UpKwc2TKZv9w { position:absolute;display:block;z-index:15001;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:20.25rem;width:18rem;top:1.5716247558594rem;left:57rem;overflow:hidden;display:block; }
#GyFvKTrNlCw3Z2fUPQD8EcQc3SgEqfPF { position:absolute;display:block;z-index:15002;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:20.25rem;width:18rem;top:1.5716247558594rem;left:18.9375rem;overflow:hidden;display:block; }
#dPaZEnTBvkOqtudA7dreCQOohpPHV1ge { position:absolute;display:block;z-index:15003;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:20.4375rem;width:18.0625rem;top:1.4778747558594rem;left:0rem;overflow:hidden;display:block; }
#zlLtUkhAXLIBrgzqpP3r5tC5ZexdBbet { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#zlLtUkhAXLIBrgzqpP3r5tC5ZexdBbet > .row .container { border-width: 0; border-radius: 0; }#zlLtUkhAXLIBrgzqpP3r5tC5ZexdBbet > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zlLtUkhAXLIBrgzqpP3r5tC5ZexdBbet > .row .container { font-size:0.875rem;font-family:arial;height:23.6875rem;width:75rem;position:relative;display:none; }#ZIBugO4lXryPN3hTZlPls7kvvzKWtwH1 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.1875rem;width:17.9375rem;top:1.6028747558594rem;left:38.186199188233rem;overflow:hidden;display:block; }
#uXJyBNkAWmalJUnDK2dERMs9p89o0QZ0 { position:absolute;display:block;z-index:15001;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:20.25rem;width:18rem;top:1.5716247558594rem;left:57rem;overflow:hidden;display:block; }
#CAtkKDa2m5Tg0o4chOTTvxo8P6l2yH93 { position:absolute;display:block;z-index:15002;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:20.25rem;width:18rem;top:1.5716247558594rem;left:18.9375rem;overflow:hidden;display:block; }
#UuaXacV4CccvmGbrtt4lwrK9VkevS5uA { position:absolute;display:block;z-index:15003;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:20.4375rem;width:18.0625rem;top:1.4778747558594rem;left:0rem;overflow:hidden;display:block; }
#ViwNeggs4RApHGVTPQmqbWgeMLTWhOPp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ViwNeggs4RApHGVTPQmqbWgeMLTWhOPp > .row .container { background-color: transparent; background-image: none; }#ViwNeggs4RApHGVTPQmqbWgeMLTWhOPp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ViwNeggs4RApHGVTPQmqbWgeMLTWhOPp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ViwNeggs4RApHGVTPQmqbWgeMLTWhOPp > .row .container > .video-iframe-container { display: none; }#ViwNeggs4RApHGVTPQmqbWgeMLTWhOPp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ViwNeggs4RApHGVTPQmqbWgeMLTWhOPp > .row > .video-iframe-container { display: none; }#ViwNeggs4RApHGVTPQmqbWgeMLTWhOPp > .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); }#ViwNeggs4RApHGVTPQmqbWgeMLTWhOPp > .row .container { border-width: 0; border-radius: 0; }#ViwNeggs4RApHGVTPQmqbWgeMLTWhOPp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ViwNeggs4RApHGVTPQmqbWgeMLTWhOPp > .row .container { font-size:0.875rem;font-family:arial;height:4.4375rem;width:75rem;position:relative;display:block; }#t5RuVDQaRZ7oN3n9dRxmOPPw9VZAakie { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.1875rem;top:1.125rem;left:38.125rem;overflow:hidden;display:block; }
#uUHHPVERtUnLocwkJ1TrNOGpsJKz9yNE { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.1875rem;top:1.125rem;left:34.625rem;overflow:hidden;display:block; }
#BLtUTy5xLneTXwam7EO9rzM6ngb8CSF5 { 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; }#BLtUTy5xLneTXwam7EO9rzM6ngb8CSF5 > .row .container { background-color: transparent; background-image: none; }#BLtUTy5xLneTXwam7EO9rzM6ngb8CSF5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BLtUTy5xLneTXwam7EO9rzM6ngb8CSF5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BLtUTy5xLneTXwam7EO9rzM6ngb8CSF5 > .row .container > .video-iframe-container { display: none; }#BLtUTy5xLneTXwam7EO9rzM6ngb8CSF5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BLtUTy5xLneTXwam7EO9rzM6ngb8CSF5 > .row > .video-iframe-container { display: none; }#BLtUTy5xLneTXwam7EO9rzM6ngb8CSF5 > .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); }#BLtUTy5xLneTXwam7EO9rzM6ngb8CSF5 > .row .container { border-width: 0; border-radius: 0; }#BLtUTy5xLneTXwam7EO9rzM6ngb8CSF5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BLtUTy5xLneTXwam7EO9rzM6ngb8CSF5 > .row .container { font-size:0.875rem;font-family:arial;height:29.8125rem;width:75rem;position:relative;display:block; }#r7HWTO1loba8RJ1H5LL766FQAWnSWJBI { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:25rem;width:30.2493095625rem;top:2.3862609863281rem;left:3.6236209869385rem;overflow:hidden;display:block; }
#VxMTEBJaiczZp7uyZqs9VLiUeHSEx572 { color:#000000;display:block;width:20.9995403125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:7.625rem;left:37.5rem;height:2.41666675rem;text-align:left;text-align-last:left;display:block; }
#H87urqrNsq1ieUXs40aZ71ikxAmEqWm9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:12.75rem;left:37.5rem; }
#QbMLTRtVZkwRfncRSz8fhefCL8Tp7rhl { color:#000000;display:block;width:24.4990806875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:12.382141113281rem;left:42.498847961426rem;height:4.75rem;text-align:left;text-align-last:left;display:block; }
#HwsGQbT1zAXTTCyc7Cu0AX27ENVf8V3J { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.9375rem;height:3.1875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:19.375rem;left:37.5rem;display:block; }
#HJkWf0r76LTy4AiA96JTCNr8AHNW0F4g { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UcZo5XvKWaRlA0J3PJ8LHSuPTSODE0Aa { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-secondary-3),1);border-left:0.125rem solid rgba(var(--color-secondary-3),1);border-right:0.125rem solid rgba(var(--color-secondary-3),1);border-bottom:0.125rem solid rgba(var(--color-secondary-3),1);border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.8414520625rem;height:3.0914520625rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:19.326782226562rem;left:55.374533653259rem;display:block; }
#Jw4739W9oOfZQ0LiqQcu7FrP6MU0gqie { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#k3kseQf5harOuW0nveEyWRWMvZPUKtmF { 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/fc7e972e-955c-4956-8b87-dc4b517c272d/TO2.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !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; }#k3kseQf5harOuW0nveEyWRWMvZPUKtmF.adaptive-delivery-prevent-bg, #k3kseQf5harOuW0nveEyWRWMvZPUKtmF.lazyload, #k3kseQf5harOuW0nveEyWRWMvZPUKtmF.lazyloading { background-image: none; }#k3kseQf5harOuW0nveEyWRWMvZPUKtmF > .row .container { background-color: transparent; background-image: none; }#k3kseQf5harOuW0nveEyWRWMvZPUKtmF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k3kseQf5harOuW0nveEyWRWMvZPUKtmF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k3kseQf5harOuW0nveEyWRWMvZPUKtmF > .row .container > .video-iframe-container { display: none; }#k3kseQf5harOuW0nveEyWRWMvZPUKtmF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k3kseQf5harOuW0nveEyWRWMvZPUKtmF > .row > .video-iframe-container { display: none; }#k3kseQf5harOuW0nveEyWRWMvZPUKtmF > .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); }#k3kseQf5harOuW0nveEyWRWMvZPUKtmF > .row .container { border-width: 0; border-radius: 0; }#k3kseQf5harOuW0nveEyWRWMvZPUKtmF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k3kseQf5harOuW0nveEyWRWMvZPUKtmF > .row .container { font-size:0.875rem;font-family:arial;height:35.0625rem;width:75rem;position:relative;display:block; }#QPNzT9qzf3ifpdHpXHD3Tyr7s5fFgIcq { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:22.1875rem;width:33.3125rem;top:6.3901672363281rem;left:39.530099868774rem;overflow:hidden;display:block; }
#StKrozpnuINfXEK8Tg7cTqPzSu5IVvDf { color:#ffffff;display:block;width:20.9995403125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:8.3125rem;left:7.375rem;height:2.41666675rem;text-align:center;text-align-last:center;display:block; }
#i42y1o0EtrCDNc2Ny5GwJTaGPUTODwMq { color:#ffffff;display:block;width:33.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:14.0625rem;left:1.8125rem;height:6.3333335rem;text-align:center;text-align-last:center;display:block; }
#FFcIPSWWV75hPdd1EEHTgfmy7LTogAuF { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.7162213125rem;height:3.0914520625rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:23.5625rem;left:9.5rem;display:block; }
#UoH1PAt94sXZphw0vTyTox5sabTdDAcc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CBJaTmWvZgKRZTToSy9glx1oGR61qzyF { color:#000000;display:block;width:24.4990806875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:12.75rem;left:42.5625rem;height:3.235294125rem;text-align:left;text-align-last:left;display:none; }
#wXIOqDvhFSQXp4udp8wP94fTAqVVL19t { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #0ea5a5, #053f3f);background-image: -moz-linear-gradient(90deg, #0ea5a5, #053f3f);background-image: -ms-linear-gradient(90deg, #0ea5a5, #053f3f);background-image: -o-linear-gradient(90deg, #0ea5a5, #053f3f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0ea5a5', endColorstr='#053f3f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0ea5a5', endColorstr='#053f3f' );";background-image: linear-gradient(90deg, #0ea5a5, #053f3f);background-size:auto !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; }#wXIOqDvhFSQXp4udp8wP94fTAqVVL19t > .row .container { background-color: transparent; background-image: none; }#wXIOqDvhFSQXp4udp8wP94fTAqVVL19t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wXIOqDvhFSQXp4udp8wP94fTAqVVL19t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wXIOqDvhFSQXp4udp8wP94fTAqVVL19t > .row .container > .video-iframe-container { display: none; }#wXIOqDvhFSQXp4udp8wP94fTAqVVL19t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wXIOqDvhFSQXp4udp8wP94fTAqVVL19t > .row > .video-iframe-container { display: none; }#wXIOqDvhFSQXp4udp8wP94fTAqVVL19t > .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); }#wXIOqDvhFSQXp4udp8wP94fTAqVVL19t > .row .container { border-width: 0; border-radius: 0; }#wXIOqDvhFSQXp4udp8wP94fTAqVVL19t > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wXIOqDvhFSQXp4udp8wP94fTAqVVL19t > .row .container { font-size:0.875rem;font-family:arial;height:8.9375rem;width:75rem;position:relative;display:block; }#UiXNbI7ZyO8SHBcFrsyMnUzXRrKewmOS { color:#ffffff;display:block;width:31.3120403125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:4.6691284179688rem;left:21.841680526733rem;height:2.41666675rem;text-align:center;text-align-last:center;display:block; }
#trTgRsWH0rgTpa5SCLUabGODXaWfkOGu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #0ea5a5, #053f3f);background-image: -moz-linear-gradient(90deg, #0ea5a5, #053f3f);background-image: -ms-linear-gradient(90deg, #0ea5a5, #053f3f);background-image: -o-linear-gradient(90deg, #0ea5a5, #053f3f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0ea5a5', endColorstr='#053f3f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0ea5a5', endColorstr='#053f3f' );";background-image: linear-gradient(90deg, #0ea5a5, #053f3f);background-size:auto !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; }#trTgRsWH0rgTpa5SCLUabGODXaWfkOGu > .row .container { background-color: transparent; background-image: none; }#trTgRsWH0rgTpa5SCLUabGODXaWfkOGu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#trTgRsWH0rgTpa5SCLUabGODXaWfkOGu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#trTgRsWH0rgTpa5SCLUabGODXaWfkOGu > .row .container > .video-iframe-container { display: none; }#trTgRsWH0rgTpa5SCLUabGODXaWfkOGu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#trTgRsWH0rgTpa5SCLUabGODXaWfkOGu > .row > .video-iframe-container { display: none; }#trTgRsWH0rgTpa5SCLUabGODXaWfkOGu > .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); }#trTgRsWH0rgTpa5SCLUabGODXaWfkOGu > .row .container { border-width: 0; border-radius: 0; }#trTgRsWH0rgTpa5SCLUabGODXaWfkOGu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#trTgRsWH0rgTpa5SCLUabGODXaWfkOGu > .row .container { font-size:0.875rem;font-family:arial;height:24.6875rem;width:75rem;position:relative;display:block; }#Vkh4CbBwcNUr6txhxyHT5XgcRQPR5nzg { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:18.75rem;width:28.1875rem;top:2.9375rem;left:0rem;overflow:hidden;display:block; }
#siJJJiZRBQzGGNbEseFO5bR72mI7RWx8 { color:#ffffff;display:block;width:31.3120403125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:4.875rem;left:31.25rem;height:2rem;text-align:left;text-align-last:left;display:block; }
#E6JNMbAa9DJEQBmwTAOlxOPKnWUlR1aU { color:#ffffff;display:block;width:42.3747673125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:7.9329223632812rem;left:31.249999046326rem;height:11.083333rem;text-align:left;text-align-last:left;display:block; }
#gMIeNiKmzBt3WIk9dyFbtKVKz92Ln4X7 { color:#ffffff;display:block;width:42.3747673125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:7.9329223632812rem;left:31.249999046326rem;height:12.9411764375rem;text-align:left;text-align-last:left;display:none; }
#c0H6JGm4BJn0572au1vkdxBCnmuwfu3N { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #0ea5a5, #053f3f);background-image: -moz-linear-gradient(90deg, #0ea5a5, #053f3f);background-image: -ms-linear-gradient(90deg, #0ea5a5, #053f3f);background-image: -o-linear-gradient(90deg, #0ea5a5, #053f3f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0ea5a5', endColorstr='#053f3f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0ea5a5', endColorstr='#053f3f' );";background-image: linear-gradient(90deg, #0ea5a5, #053f3f);background-size:auto !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; }#c0H6JGm4BJn0572au1vkdxBCnmuwfu3N > .row .container { background-color: transparent; background-image: none; }#c0H6JGm4BJn0572au1vkdxBCnmuwfu3N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c0H6JGm4BJn0572au1vkdxBCnmuwfu3N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c0H6JGm4BJn0572au1vkdxBCnmuwfu3N > .row .container > .video-iframe-container { display: none; }#c0H6JGm4BJn0572au1vkdxBCnmuwfu3N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c0H6JGm4BJn0572au1vkdxBCnmuwfu3N > .row > .video-iframe-container { display: none; }#c0H6JGm4BJn0572au1vkdxBCnmuwfu3N > .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); }#c0H6JGm4BJn0572au1vkdxBCnmuwfu3N > .row .container { border-width: 0; border-radius: 0; }#c0H6JGm4BJn0572au1vkdxBCnmuwfu3N > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#c0H6JGm4BJn0572au1vkdxBCnmuwfu3N > .row .container { font-size:0.875rem;font-family:arial;height:24.6875rem;width:75rem;position:relative;display:block; }#gzOKmWqCZem7a2gnMtLlSUXARrG0Tqki { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:18.75rem;width:28.1875rem;top:2.9375rem;left:0rem;overflow:hidden;display:block; }
#Byx9GL9fD3RgTCio1LoKgEC93VcPZgW6 { color:#ffffff;display:block;width:31.3120403125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:4.875rem;left:31.25rem;height:2rem;text-align:left;text-align-last:left;display:block; }
#CyXQHTP8dfsKia56gJFS0kzt7DmRZt0o { color:#ffffff;display:block;width:42.3747673125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:8.3125rem;left:31.25rem;height:;text-align:left;text-align-last:left;display:block; }
#ZO7G6U7BQRT5bRdGT6Td7DNXQe0UAdc2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #0ea5a5, #053f3f);background-image: -moz-linear-gradient(90deg, #0ea5a5, #053f3f);background-image: -ms-linear-gradient(90deg, #0ea5a5, #053f3f);background-image: -o-linear-gradient(90deg, #0ea5a5, #053f3f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0ea5a5', endColorstr='#053f3f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0ea5a5', endColorstr='#053f3f' );";background-image: linear-gradient(90deg, #0ea5a5, #053f3f);background-size:auto !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; }#ZO7G6U7BQRT5bRdGT6Td7DNXQe0UAdc2 > .row .container { background-color: transparent; background-image: none; }#ZO7G6U7BQRT5bRdGT6Td7DNXQe0UAdc2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZO7G6U7BQRT5bRdGT6Td7DNXQe0UAdc2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZO7G6U7BQRT5bRdGT6Td7DNXQe0UAdc2 > .row .container > .video-iframe-container { display: none; }#ZO7G6U7BQRT5bRdGT6Td7DNXQe0UAdc2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZO7G6U7BQRT5bRdGT6Td7DNXQe0UAdc2 > .row > .video-iframe-container { display: none; }#ZO7G6U7BQRT5bRdGT6Td7DNXQe0UAdc2 > .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); }#ZO7G6U7BQRT5bRdGT6Td7DNXQe0UAdc2 > .row .container { border-width: 0; border-radius: 0; }#ZO7G6U7BQRT5bRdGT6Td7DNXQe0UAdc2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZO7G6U7BQRT5bRdGT6Td7DNXQe0UAdc2 > .row .container { font-size:0.875rem;font-family:arial;height:24.6875rem;width:75rem;position:relative;display:block; }#MZ6WxoAbPb0OkGP1HoS0Uc8Xb2c8WTiK { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:18.75rem;width:28.1875rem;top:2.9375rem;left:0rem;overflow:hidden;display:block; }
#xgpTTHdAvRPgpU4PITBmZcd8pTaORkeB { color:#ffffff;display:block;width:31.3120403125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:3rem;left:31rem;height:2rem;text-align:left;text-align-last:left;display:block; }
#aDckGKtIwknW3JQ22o5H1iTQefNmBrBQ { color:#ffffff;display:block;width:42.3747673125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:5.75rem;left:31rem;height:;text-align:left;text-align-last:left;display:block; }
#riqksQQslUKRbGco2odqmdcdHvWoUy46 { 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; }#riqksQQslUKRbGco2odqmdcdHvWoUy46 > .row .container { background-color: transparent; background-image: none; }#riqksQQslUKRbGco2odqmdcdHvWoUy46::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#riqksQQslUKRbGco2odqmdcdHvWoUy46 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#riqksQQslUKRbGco2odqmdcdHvWoUy46 > .row .container > .video-iframe-container { display: none; }#riqksQQslUKRbGco2odqmdcdHvWoUy46 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#riqksQQslUKRbGco2odqmdcdHvWoUy46 > .row > .video-iframe-container { display: none; }#riqksQQslUKRbGco2odqmdcdHvWoUy46 > .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); }#riqksQQslUKRbGco2odqmdcdHvWoUy46 > .row .container { border-width: 0; border-radius: 0; }#riqksQQslUKRbGco2odqmdcdHvWoUy46 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#riqksQQslUKRbGco2odqmdcdHvWoUy46 > .row .container { font-size:0.875rem;font-family:arial;height:13.4375rem;width:75rem;position:relative;display:block; }#MwaBysp4X2pTfWx54ROG3xBvVCwrEkn2 { color:rgba(var(--color-primary-2),1);display:block;width:31.3120403125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:5.3848876953125rem;left:21.841680526733rem;height:2.41666675rem;text-align:center;text-align-last:center;display:block; }
#OsxGdhIPIP16LSFIgfzkGQu4uvM0ZTxu { color:#000000;display:block;width:42.3747673125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:8.6937255859375rem;left:16.310892105102rem;height:1.583333375rem;text-align:center;text-align-last:center;display:block; }
#e1hJ3gcEnyKkg4frpCLvBng3bDtSnqMw { 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; }#e1hJ3gcEnyKkg4frpCLvBng3bDtSnqMw > .row .container { background-color: transparent; background-image: none; }#e1hJ3gcEnyKkg4frpCLvBng3bDtSnqMw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e1hJ3gcEnyKkg4frpCLvBng3bDtSnqMw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e1hJ3gcEnyKkg4frpCLvBng3bDtSnqMw > .row .container > .video-iframe-container { display: none; }#e1hJ3gcEnyKkg4frpCLvBng3bDtSnqMw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e1hJ3gcEnyKkg4frpCLvBng3bDtSnqMw > .row > .video-iframe-container { display: none; }#e1hJ3gcEnyKkg4frpCLvBng3bDtSnqMw > .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); }#e1hJ3gcEnyKkg4frpCLvBng3bDtSnqMw > .row .container { border-width: 0; border-radius: 0; }#e1hJ3gcEnyKkg4frpCLvBng3bDtSnqMw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e1hJ3gcEnyKkg4frpCLvBng3bDtSnqMw > .row .container { font-size:0.875rem;font-family:arial;height:10.6875rem;width:75rem;position:relative;display:block; }#hZ1HfTxhVrONdMiWV8uu2ol4tEwkBLyM { position:absolute;display:block;z-index:15001;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.1870403125rem;width:12.8125rem;top:5.4375rem;left:12.375rem;overflow:hidden;display:block; }
#dFelN8osXAeEgX55Xnfvwk0CNBaETV2p { color:rgba(var(--color-secondary-3),1);display:block;width:31.3120403125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:1.9375rem;left:3.125rem;height:2rem;text-align:center;text-align-last:center;display:block; }
#mIzIgLXXvQzPSzrfmcUk7hCeHcBN8DiB { color:rgba(var(--color-secondary-3),1);display:block;width:31.3120403125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:2rem;left:40.625rem;height:;text-align:center;text-align-last:center;display:block; }
#ppRtpAbTm6bw9iGxwxWEMoV9nERBI2bb { position:absolute;display:block;z-index:15003;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.125rem;width:11.4375rem;top:5.3894653320312rem;left:50.498618125916rem;overflow:hidden;display:block; }
#ENPuUZNkBXp7tggOvnNOkt2BLSifHhhd { 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; }#ENPuUZNkBXp7tggOvnNOkt2BLSifHhhd > .row .container { background-color: transparent; background-image: none; }#ENPuUZNkBXp7tggOvnNOkt2BLSifHhhd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ENPuUZNkBXp7tggOvnNOkt2BLSifHhhd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ENPuUZNkBXp7tggOvnNOkt2BLSifHhhd > .row .container > .video-iframe-container { display: none; }#ENPuUZNkBXp7tggOvnNOkt2BLSifHhhd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ENPuUZNkBXp7tggOvnNOkt2BLSifHhhd > .row > .video-iframe-container { display: none; }#ENPuUZNkBXp7tggOvnNOkt2BLSifHhhd > .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); }#ENPuUZNkBXp7tggOvnNOkt2BLSifHhhd > .row .container { border-width: 0; border-radius: 0; }#ENPuUZNkBXp7tggOvnNOkt2BLSifHhhd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ENPuUZNkBXp7tggOvnNOkt2BLSifHhhd > .row .container { font-size:0.875rem;font-family:arial;height:11.8125rem;width:75rem;position:relative;display:block; }#VGTMQ17wpe5c4ihSSde0L1JSy6B2dER4 { color:rgba(var(--color-secondary-3),1);display:block;width:31.3120403125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:2.0910034179688rem;left:21.842829704284rem;height:2rem;text-align:center;text-align-last:center;display:block; }
#NvnkqMFJla3snAeAUOTPLDKC5kV7qxQ1 { position:absolute;display:block;z-index:15021;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:5.3125rem;width:14.0625rem;top:5.375rem;left:20.8125rem;overflow:hidden;display:block; }
#xmuSSUzpE1G7aGvEPBtg6I5lRFpkfsX8 { position:absolute;display:block;z-index:15022;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:15.5618105rem;top:6.5912475585938rem;left:38.623618125916rem;overflow:hidden;display:block; }
#aV6HTmSNVATaU24GmCCQ1c1ugslrQ6If { 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; }#aV6HTmSNVATaU24GmCCQ1c1ugslrQ6If > .row .container { background-color: transparent; background-image: none; }#aV6HTmSNVATaU24GmCCQ1c1ugslrQ6If::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aV6HTmSNVATaU24GmCCQ1c1ugslrQ6If > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aV6HTmSNVATaU24GmCCQ1c1ugslrQ6If > .row .container > .video-iframe-container { display: none; }#aV6HTmSNVATaU24GmCCQ1c1ugslrQ6If > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aV6HTmSNVATaU24GmCCQ1c1ugslrQ6If > .row > .video-iframe-container { display: none; }#aV6HTmSNVATaU24GmCCQ1c1ugslrQ6If > .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); }#aV6HTmSNVATaU24GmCCQ1c1ugslrQ6If > .row .container { border-width: 0; border-radius: 0; }#aV6HTmSNVATaU24GmCCQ1c1ugslrQ6If > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aV6HTmSNVATaU24GmCCQ1c1ugslrQ6If > .row .container { font-size:0.875rem;font-family:arial;height:10.75rem;width:75rem;position:relative;display:block; }#VCRqOWNEqcwGSTw6DeEcEFFZw8NFLRh8 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:14.3118105rem;top:2.3977661132812rem;left:2.2173709869385rem;overflow:hidden;display:block; }
#XLgZOGo9bKBXnREr5mAdcySpu9vw8IFC { position:absolute;display:block;z-index:15002;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.1875rem;width:12.8125rem;top:3.7730102539062rem;left:21.71875rem;overflow:hidden;display:block; }
#xVfhqxneevEJTIJ7Avht3pR9xQmiTNUt { position:absolute;display:block;z-index:15003;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:5.8122701875rem;width:12.4368105rem;top:2.4598388671875rem;left:59.406017303467rem;overflow:hidden;display:block; }
#msWZLx9RrmAb4X6J5gll70miwonaGABd { position:absolute;display:block;z-index:15004;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:6.3740806875rem;width:11.6865806875rem;top:2.1795043945312rem;left:41.031707763672rem;overflow:hidden;display:block; }
#AMuKo6amvVp2nmQpS10tXwTnWc2fJxbV { 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; }#AMuKo6amvVp2nmQpS10tXwTnWc2fJxbV > .row .container { background-color: transparent; background-image: none; }#AMuKo6amvVp2nmQpS10tXwTnWc2fJxbV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AMuKo6amvVp2nmQpS10tXwTnWc2fJxbV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AMuKo6amvVp2nmQpS10tXwTnWc2fJxbV > .row .container > .video-iframe-container { display: none; }#AMuKo6amvVp2nmQpS10tXwTnWc2fJxbV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AMuKo6amvVp2nmQpS10tXwTnWc2fJxbV > .row > .video-iframe-container { display: none; }#AMuKo6amvVp2nmQpS10tXwTnWc2fJxbV > .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); }#AMuKo6amvVp2nmQpS10tXwTnWc2fJxbV > .row .container { border-width: 0; border-radius: 0; }#AMuKo6amvVp2nmQpS10tXwTnWc2fJxbV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AMuKo6amvVp2nmQpS10tXwTnWc2fJxbV > .row .container { font-size:0.875rem;font-family:arial;height:10.75rem;width:75rem;position:relative;display:block; }#wLyZTBTiBqgIOwz3dHwK2spWXt6vsnPk { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.9368105rem;width:11.6245403125rem;top:3.9556884765625rem;left:3.561580657959rem;overflow:hidden;display:block; }
#F5kmU8a0S49DTGidxCSSUz4nPOyfoxUa { position:absolute;display:block;z-index:15002;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:8.1875rem;width:8.1875rem;top:1.2420043945312rem;left:42.750457763672rem;overflow:hidden;display:block; }
#Q5IlcUTGC8inCTUM059hSTrvtP42mMyb { position:absolute;display:block;z-index:15003;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:7.375rem;width:7.375rem;top:1.6774291992188rem;left:61.937038421631rem;overflow:hidden;display:block; }
#WXRTBtV7WnT8UmFFtE3aHvo5bN1Purnz { position:absolute;display:block;z-index:15003;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.3122701875rem;width:13.4375rem;top:3.7722778320312rem;left:21.406249046326rem;overflow:hidden;display:block; }
#aOmHsoaLKPJXt9mVqLJcARuQog4TaX0P { 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; }#aOmHsoaLKPJXt9mVqLJcARuQog4TaX0P > .row .container { background-color: transparent; background-image: none; }#aOmHsoaLKPJXt9mVqLJcARuQog4TaX0P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aOmHsoaLKPJXt9mVqLJcARuQog4TaX0P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aOmHsoaLKPJXt9mVqLJcARuQog4TaX0P > .row .container > .video-iframe-container { display: none; }#aOmHsoaLKPJXt9mVqLJcARuQog4TaX0P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aOmHsoaLKPJXt9mVqLJcARuQog4TaX0P > .row > .video-iframe-container { display: none; }#aOmHsoaLKPJXt9mVqLJcARuQog4TaX0P > .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); }#aOmHsoaLKPJXt9mVqLJcARuQog4TaX0P > .row .container { border-width: 0; border-radius: 0; }#aOmHsoaLKPJXt9mVqLJcARuQog4TaX0P > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aOmHsoaLKPJXt9mVqLJcARuQog4TaX0P > .row .container { font-size:0.875rem;font-family:arial;height:10.75rem;width:75rem;position:relative;display:block; }#L4SKwH9zH9ZRyXWsgNSQbBp6bP8qfPez { position:absolute;display:block;z-index:15003;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:7rem;width:11.4375rem;top:1.9039916992188rem;left:59.873615264892rem;overflow:hidden;display:block; }
#EyT3BXGwfu41KcJI3y74PfTdrakkBvdv { position:absolute;display:block;z-index:15002;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:6.9375rem;width:14.4375rem;top:0.64453125rem;left:39.625457763672rem;overflow:hidden;display:block; }
#NEN7tOUzdHfU3UasLJT7wd0emEzUNMNv { position:absolute;display:block;z-index:15001;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:7.5rem;width:12.5rem;top:1.6119384765625rem;left:21.875rem;overflow:hidden;display:block; }
#s7Ric4xA78ifQZsvG27c3zTGJyWsSiPw { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.125rem;width:13.5625rem;top:1.8003540039062rem;left:2.5942096710205rem;overflow:hidden;display:block; }
#QQUT2qoKyaPlDTG6NkIhwZRp0MKIFIvB { 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; }#QQUT2qoKyaPlDTG6NkIhwZRp0MKIFIvB > .row .container { background-color: transparent; background-image: none; }#QQUT2qoKyaPlDTG6NkIhwZRp0MKIFIvB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QQUT2qoKyaPlDTG6NkIhwZRp0MKIFIvB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QQUT2qoKyaPlDTG6NkIhwZRp0MKIFIvB > .row .container > .video-iframe-container { display: none; }#QQUT2qoKyaPlDTG6NkIhwZRp0MKIFIvB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QQUT2qoKyaPlDTG6NkIhwZRp0MKIFIvB > .row > .video-iframe-container { display: none; }#QQUT2qoKyaPlDTG6NkIhwZRp0MKIFIvB > .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); }#QQUT2qoKyaPlDTG6NkIhwZRp0MKIFIvB > .row .container { border-width: 0; border-radius: 0; }#QQUT2qoKyaPlDTG6NkIhwZRp0MKIFIvB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QQUT2qoKyaPlDTG6NkIhwZRp0MKIFIvB > .row .container { font-size:0.875rem;font-family:arial;height:10.75rem;width:75rem;position:relative;display:block; }#Vg3lQVEe4Fq61RTHsElC8VSp5wtfpamP { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:13.4375rem;top:3.0505981445312rem;left:21.40625rem;overflow:hidden;display:block; }
#QhDqnTgKfWo19nrMd20cUEurvrvzOZ2g { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.75rem;width:13.5rem;top:2.8955078125rem;left:2.624080657959rem;overflow:hidden;display:block; }
#ymLwDoHkgGi7s4BXlcygUCxswQDkJCKB { position:absolute;display:block;z-index:15004;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.8125rem;width:13.4375rem;top:3.4156494140625rem;left:58.906246185302rem;overflow:hidden;display:block; }
#PmNPFpuL1I43cNxrVp4JPBq1rmU4PTtt { position:absolute;display:block;z-index:15003;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:8.6875rem;width:13.4375rem;top:0.9788818359375rem;left:40.155097961426rem;overflow:hidden;display:block; }
#EFgDnIlRignNAvKeW8I9h4yrkiQitFMx { 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; }#EFgDnIlRignNAvKeW8I9h4yrkiQitFMx > .row .container { background-color: transparent; background-image: none; }#EFgDnIlRignNAvKeW8I9h4yrkiQitFMx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EFgDnIlRignNAvKeW8I9h4yrkiQitFMx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EFgDnIlRignNAvKeW8I9h4yrkiQitFMx > .row .container > .video-iframe-container { display: none; }#EFgDnIlRignNAvKeW8I9h4yrkiQitFMx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EFgDnIlRignNAvKeW8I9h4yrkiQitFMx > .row > .video-iframe-container { display: none; }#EFgDnIlRignNAvKeW8I9h4yrkiQitFMx > .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); }#EFgDnIlRignNAvKeW8I9h4yrkiQitFMx > .row .container { border-width: 0; border-radius: 0; }#EFgDnIlRignNAvKeW8I9h4yrkiQitFMx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EFgDnIlRignNAvKeW8I9h4yrkiQitFMx > .row .container { font-size:0.875rem;font-family:arial;height:10.75rem;width:75rem;position:relative;display:block; }#q5BC48DHtt3PvLUF3v074OFOzabFB3GD { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:13.4375rem;top:3.1781005859375rem;left:2.65625rem;overflow:hidden;display:block; }
#Mi3UryeKxQRsgLCwiyr0A5k1F2ISxsLn { position:absolute;display:block;z-index:15003;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:13.4375rem;top:3.551513671875rem;left:21.40625rem;overflow:hidden;display:block; }
#OBLtTIpt9C1OGXRzTaDufTHP2cbxJveX { position:absolute;display:block;z-index:15004;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:5.875rem;width:13.4375rem;top:2.3336791992188rem;left:40.155097961426rem;overflow:hidden;display:block; }
#BnD3KH6Z2e8Mdh3d7fVMTETtOLhAIuhR { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1865806875rem;width:16.6245403125rem;top:3.2295532226562rem;left:57.311580657959rem;overflow:hidden;display:block; }
#Jg9eCsnyzzETBirnWm1ufyynQH43GtDB { 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; }#Jg9eCsnyzzETBirnWm1ufyynQH43GtDB > .row .container { background-color: transparent; background-image: none; }#Jg9eCsnyzzETBirnWm1ufyynQH43GtDB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jg9eCsnyzzETBirnWm1ufyynQH43GtDB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jg9eCsnyzzETBirnWm1ufyynQH43GtDB > .row .container > .video-iframe-container { display: none; }#Jg9eCsnyzzETBirnWm1ufyynQH43GtDB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jg9eCsnyzzETBirnWm1ufyynQH43GtDB > .row > .video-iframe-container { display: none; }#Jg9eCsnyzzETBirnWm1ufyynQH43GtDB > .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); }#Jg9eCsnyzzETBirnWm1ufyynQH43GtDB > .row .container { border-width: 0; border-radius: 0; }#Jg9eCsnyzzETBirnWm1ufyynQH43GtDB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Jg9eCsnyzzETBirnWm1ufyynQH43GtDB > .row .container { font-size:0.875rem;font-family:arial;height:8.875rem;width:75rem;position:relative;display:block; }#KQuAK5Obh9oeqQ5z2dZ0MBpqw0ZMZ6LS { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4990806875rem;width:12.9365806875rem;top:2.125rem;left:22.625rem;overflow:hidden;display:block; }
#tbLqUUOlnA8b8IJKI30UKZ1CvMwXGt48 { 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:5.9375rem;width:11.1247701875rem;top:1.4375rem;left:41.3125rem;overflow:hidden;display:block; }
#bmaLLREATgqTrlhiJNGDT4fsbpWqF5vq { 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; }#bmaLLREATgqTrlhiJNGDT4fsbpWqF5vq > .row .container { background-color: transparent; background-image: none; }#bmaLLREATgqTrlhiJNGDT4fsbpWqF5vq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bmaLLREATgqTrlhiJNGDT4fsbpWqF5vq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bmaLLREATgqTrlhiJNGDT4fsbpWqF5vq > .row .container > .video-iframe-container { display: none; }#bmaLLREATgqTrlhiJNGDT4fsbpWqF5vq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bmaLLREATgqTrlhiJNGDT4fsbpWqF5vq > .row > .video-iframe-container { display: none; }#bmaLLREATgqTrlhiJNGDT4fsbpWqF5vq > .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); }#bmaLLREATgqTrlhiJNGDT4fsbpWqF5vq > .row .container { border-width: 0; border-radius: 0; }#bmaLLREATgqTrlhiJNGDT4fsbpWqF5vq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bmaLLREATgqTrlhiJNGDT4fsbpWqF5vq > .row .container { font-size:0.875rem;font-family:arial;height:5.125rem;width:75rem;position:relative;display:block; }#iXOHLVGvltvfT3qUO2LvL110wW6PG9qd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #0ea5a5, #053f3f);background-image: -moz-linear-gradient(90deg, #0ea5a5, #053f3f);background-image: -ms-linear-gradient(90deg, #0ea5a5, #053f3f);background-image: -o-linear-gradient(90deg, #0ea5a5, #053f3f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0ea5a5', endColorstr='#053f3f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0ea5a5', endColorstr='#053f3f' );";background-image: linear-gradient(90deg, #0ea5a5, #053f3f);background-size:auto !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; }#iXOHLVGvltvfT3qUO2LvL110wW6PG9qd > .row .container { background-color: transparent; background-image: none; }#iXOHLVGvltvfT3qUO2LvL110wW6PG9qd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iXOHLVGvltvfT3qUO2LvL110wW6PG9qd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iXOHLVGvltvfT3qUO2LvL110wW6PG9qd > .row .container > .video-iframe-container { display: none; }#iXOHLVGvltvfT3qUO2LvL110wW6PG9qd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iXOHLVGvltvfT3qUO2LvL110wW6PG9qd > .row > .video-iframe-container { display: none; }#iXOHLVGvltvfT3qUO2LvL110wW6PG9qd > .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); }#iXOHLVGvltvfT3qUO2LvL110wW6PG9qd > .row .container { border-width: 0; border-radius: 0; }#iXOHLVGvltvfT3qUO2LvL110wW6PG9qd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iXOHLVGvltvfT3qUO2LvL110wW6PG9qd > .row .container { font-size:0.875rem;font-family:arial;height:47.3125rem;width:75rem;position:relative;display:block; }#KElBT98LhPRE1QL0pVHzpItVAOqk21Ng { color:rgba(var(--color-tertiary-0),1);display:block;width:31.3120403125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:4.6461791992188rem;left:21.841680526733rem;height:;text-align:center;text-align-last:center;display:block; }
#JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ .accordion-element-container { border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;flex-direction:column;align-items:center;background-color:transparent;background-image: -webkit-linear-gradient(top, rgba(var(--color-tertiary-0),0.5), rgba(var(--color-tertiary-1),0.5));background-image: -moz-linear-gradient(top, rgba(var(--color-tertiary-0),0.5), rgba(var(--color-tertiary-1),0.5));background-image: -ms-linear-gradient(top, rgba(var(--color-tertiary-0),0.5), rgba(var(--color-tertiary-1),0.5));background-image: -o-linear-gradient(top, rgba(var(--color-tertiary-0),0.5), rgba(var(--color-tertiary-1),0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),0.5)', endColorstr='rgba(var(--color-tertiary-1),0.5)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),0.5)', endColorstr='rgba(var(--color-tertiary-1),0.5)' );";background-image: linear-gradient(to bottom, rgba(var(--color-tertiary-0),0.5), rgba(var(--color-tertiary-1),0.5));background-size:contain !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--headlines-font-family);font-weight:700;font-size:1.25rem;color:rgba(var(--color-tertiary-0),1); }
#JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1); }
#JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_8b1aa9db19f869efece77f179edb6871406f2c9a.svg");background-size:contain !important; }#JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ .accordion-trigger.adaptive-delivery-prevent-bg, #JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ .accordion-trigger.lazyload, #JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ .accordion-trigger.lazyloading { background-image: none; }
#JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ { box-sizing:content-box;height:auto;width:55.4997673125rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15021;background-color:transparent;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:10.322875976562rem;left:8.4983911514281rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem; }
#JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ #M7RR6yhirbo9gXRicrZNbvAHBncvi1qU { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ #L2mwzbxGdZ0Ns20ZH1BinEpq6N03KERv { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ #QaT5AU0RhxWtlMkFkF2N5x6ksvIWFnVC { display:block;position:relative; }
#JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ #OxsifJH5FCIVzTchR19JezECKG9qG7Ou {  }
#JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ #zZWF4xMc2atDigT7ZDeOsZT7REQNaNvQ {  }
#JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ #Aa1xTyWZs8p0yB2kRs7PDyvq5OsXBtEt { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ #keHgw8cmdT8KHvgfQLzPA5kTGJwIB9aA { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ #p40drymgMni1az9TSbhosvOJeCBRNzV4 { display:block;position:relative; }
#JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ #CCEhwkUdA9XRmJqtQCh5prcMGtLII2oV {  }
#JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ #m8tuzBvCuSRa8cradBtCxvT7zs11FZSz { display:none; }
#JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ #QE7oyn9oBzZifm0KfZgrOLdTMzr3R3Rn { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ #W6M8zMHsrvoxDp4zBKb3T848n3tb0692 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ #fMw04s8OcuOLWiPOrJlGvwBIEFevXJDw { display:block;position:relative; }
#JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ #Fbp3yh7SAATRwTydvQA97qgTdGFs889P {  }
#JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ #MEdSSAwgTEckLf4mz2tWbyMlHQTbAroS { display:none; }
#JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ #KfePXn9k8fRnwCX832TqzH2mvi7V2fFT { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ #DuPzOG7WI8tQuT7vQBWnAQ2XH9iiaVsC { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ #Ta2fAyOrTOHvRgh8MhUvB7JIcwhT0sMQ { display:block;position:relative; }
#JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ #ABZ0VsTwHk96CJgkqMDEQEwFEwcJ4Tz2 {  }
#JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ #N0pztw6F4WMuFitC24nA4K5fClmWclpi { display:none; }
#JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ #MZPzKGRGbHATtnWpDmvuHwdAFK2W1v1s { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ #pGSmI9naZVPeB36KTOe983A5q6CMPt1B { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ #qzZNyI59zizJCpJ0I8pi0MlCQV2Xx9bh { display:block;position:relative; }
#JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ #or2Ar7yUMl05owQAwZCIOe8X0JkVUR5w {  }
#JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ #MF6VCtofZtm4dqvS5LM0ZK15df7DwZXz { display:none; }
#JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ #Ta94bXtxV6dWVMrn8WKo9PL9G8CGnlxZ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ #l9vVfG5MfomTTEnzvz5Ee9agQR3fzu8N { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ #MVEGqoUFLfkmKHlR66to3XaEM2VA8y8D { display:block;position:relative; }
#JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ #e9xyXUA0iwC9iUmNlvHnNnggSFwqAbWv {  }
#JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ #lxE1Z1GaoLkxpcRHpFnTcyfwBGlLwi96 { display:none; }
#JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ #E8P5OdGJakMNUoTNXrd0RKsStQyiFTZ9 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ #FVkrEC8AI3OgGpFXZVg4yUI8u0E2gVos { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ #bw3Ik0WOaC0ACz8E1GGWETDvmVis9yTe { display:block;position:relative; }
#JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ #dzab4Wo4h1zCDHIrmKvf6o8cClrdxiHd {  }
#JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ #Kwfpzxo0MTsoZIZFmecP2rmzAprKWshA { display:none; }
#JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ #ENtVwrAXhh0ADG1Vq5zmmMey64ZQ2vXD { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ #ksAr401wtZASuh1gacOvRALSW1uB7MkR { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ #bApu0PJHqKouQp0vOev2K3lM4317nuu1 { display:block;position:relative; }
#JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ #HB0QEpynTJL3qEIRglOUgGeuRGFEmcDV {  }
#JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ #KHqFegTTZ4Q3aFTXi70R3TEGfRrR0O8u { display:none; }
#PUzAIJ6smgu4GHgikrBBlAN72cpnoHQP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; }#PUzAIJ6smgu4GHgikrBBlAN72cpnoHQP > .row .container { background-color: transparent; background-image: none; }#PUzAIJ6smgu4GHgikrBBlAN72cpnoHQP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PUzAIJ6smgu4GHgikrBBlAN72cpnoHQP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PUzAIJ6smgu4GHgikrBBlAN72cpnoHQP > .row .container > .video-iframe-container { display: none; }#PUzAIJ6smgu4GHgikrBBlAN72cpnoHQP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PUzAIJ6smgu4GHgikrBBlAN72cpnoHQP > .row > .video-iframe-container { display: none; }#PUzAIJ6smgu4GHgikrBBlAN72cpnoHQP > .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); }#PUzAIJ6smgu4GHgikrBBlAN72cpnoHQP > .row .container { border-width: 0; border-radius: 0; }#PUzAIJ6smgu4GHgikrBBlAN72cpnoHQP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PUzAIJ6smgu4GHgikrBBlAN72cpnoHQP > .row .container { font-size:0.875rem;font-family:arial;height:59.5rem;width:75rem;position:relative;display:block; }#AzgFNhgh50dZ5uEMXXAy3Wrx5UvV2WQQ { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.375rem;width:9.3125rem;top:1.1416015625rem;left:-0.7894512282815rem;overflow:hidden;display:block; }
#eJrR9DheBzhJOsw0Ze0KIaEqZLDKiKWB { color:#ffffff;display:block;width:24.7495403125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:10.125rem;left:0rem;height:3.16666675rem;text-align:left;text-align-last:left;display:block; }
#npfEdiu1MT0UcdFCRWyZoe5qTmqvBIXq { color:#ffffff;display:block;width:24.7495403125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:14.6875rem;left:0rem;height:;text-align:left;text-align-last:left;display:block; }
#gfTzJPFNFDB5yV6UIEkqE1M6DZKRQu9Q { color:#ffffff;display:block;width:24.7495403125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:19.3125rem;left:0rem;height:1.583333375rem;text-align:left;text-align-last:left;display:block; }
#gLTrOXLDbhF6K8WmKJiVDH2NmZTWxCvM { color:#ffffff;display:block;width:24.7495403125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:21.6875rem;left:0rem;height:;text-align:left;text-align-last:left;display:block; }
#wNW4c47M3TFdTQ2vSJV1sMWMKmHMBK48 { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.8405323125rem;height:3.090533rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:27.981140136719rem;left:0rem;display:block; }
#SfKldOWVo1dZewFTHARVymns5vaJ8eMc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RTFd5HHBrKmUZ8gpczPyT5FyZ2AohV2i { color:#ffffff;display:block;width:24.7495403125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:35.8125rem;left:0rem;height:7.9166665rem;text-align:left;text-align-last:left;display:block; }
#rduQlxkTNQuayFxo5mqJrF9TmzfSosFm { color:#ffffff;display:block;width:23.6868095625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:46.5rem;left:0rem;height:4.75rem;text-align:left;text-align-last:left;display:block; }
#EarZIcdhpZ1IbhBPTtPC9Luqw5T7TgJH { color:#ffffff;display:block;width:24.7495403125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:10.1875rem;left:25rem;height:4.75rem;text-align:left;text-align-last:left;display:block; }
#TqMNdHHi8wIbnWpfuMJ5OHmgznilBBT8 { color:#ffffff;display:block;width:24.7495403125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:19.9375rem;left:25rem;height:4.75rem;text-align:left;text-align-last:left;display:block; }
#WwEpNusnIh0GXoHqaomMksDa72WmkruS { color:#ffffff;display:block;width:25.4365806875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:15.8125rem;left:25rem;height:;text-align:left;text-align-last:left;display:block; }
#m4tU68Hf8VkE39QxLymfBmKfRtFN7wSN { color:#ffffff;display:block;width:25.4365806875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:25.6875rem;left:25rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#eRCSwmlGWBJuN23XZ50ghZ7U1883sA2K { color:#ffffff;display:block;width:24.7495403125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:10.125rem;left:49.9375rem;height:1.583333375rem;text-align:left;text-align-last:left;display:block; }
#dvTGla7vmNhw8KcXHd54bB5hwmNIVgBK { color:#ffffff;display:block;width:24.7495403125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:14.936767578125rem;left:49.936804771423rem;height:1.583333375rem;text-align:left;text-align-last:left;display:block; }
#F0Tarv8H0i5xbI6nMLiCKPaH7Q4HzHRL { color:#ffffff;display:block;width:24.7495403125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:17.56201171875rem;left:49.936804771423rem;height:1.583333375rem;text-align:left;text-align-last:left;display:block; }
#n7hXDCUiD0TK6aPw6QVDGcIKFpT5TBTN { color:#ffffff;display:block;width:24.7495403125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:20.249267578125rem;left:49.936804771423rem;height:1.583333375rem;text-align:left;text-align-last:left;display:block; }
#NxpwfTFcNXON4Nn0330xZxKeAxy7Li6A { color:#ffffff;display:block;width:24.7495403125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:22.87451171875rem;left:49.936804771423rem;height:1.583333375rem;text-align:left;text-align-last:left;display:block; }
#cDhEbmKTPek8Jaig7VTDQCPyrxh4V5dc { color:#ffffff;display:block;width:24.7495403125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:25.499755859375rem;left:49.936804771423rem;height:1.583333375rem;text-align:left;text-align-last:left;display:block; }
#QEXwqu7WUQzRK4Msy0a9Md11TtPLcGQA { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.9365806875rem;width:50.3745384375rem;top:31.492431640625rem;left:23.746550559998rem;overflow:hidden;display:block; }
#zg387uKnc691B1qBccQRuKOhG2QaFLfa { color:#ffffff;display:block;width:24.7495403125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:29.865539550781rem;left:49.935660362244rem;height:1.583333375rem;text-align:left;text-align-last:left;display:block; }
#bLviKZkWkpr9csNpuhD1q9hIPoA4VKC1 { position:absolute;display:block;z-index:15028;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:2.125rem;top:32.763061523438rem;left:49.935660362244rem;overflow:hidden;display:block; }
#vLAldLvcuRbUd7WZV24DWThOyCQ7ca5s { 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:2.0625rem;top:32.763061523438rem;left:53.060660362244rem;overflow:hidden;display:block; }
#O3H1CVN2akrP0DGKnbpnraOKlfySZlII { 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:1.875rem;width:1.875rem;top:32.763061523438rem;left:56.060431480408rem;overflow:hidden;display:block; }
#lyNgGimOU6vBITxmU3QNCV1I1reO3MWx { position:absolute;display:block;z-index:15031;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.875rem;width:1.625rem;top:32.763061523438rem;left:59.185431480408rem;overflow:hidden;display:block; }
#K0SSDThE6Nthy5QFWzThJ6olQMBL7Ozw { color:#ffffff;display:block;width:24.7495403125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:12.497680664062rem;left:49.999999046326rem;height:1.583333375rem;text-align:left;text-align-last:left;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #gyk4Z0P1oHPQ3ZZUJOK7ExgWz3n5CfBa { width:5.8125rem;height:4.5756527138376rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJRdMagKINf3ITHDtxNvnagqwyFvahTO { width:11.625rem;height:3rem;top:2.3125rem;left:36.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #beWAtvQK7IZgH4dszRFvxmayJ90IbbpN { display:block; }
 }@media only screen and (max-width: 763px) { #L2W3A4O1hgs2HN2BcXml5Rl6XoLTG6pb { width:11.875rem;height:1.5625rem;top:3.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZlOzRzOI4kP2cyGAAXV7UCFs7mhwO85y { width:6.5625rem;height:1.5625rem;top:3.0625rem;left:9.4345121383669rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MeUGCCPxwErTm6MFrG60oKLDAMantroM { width:7.375rem;height:1.5625rem;top:3.0625rem;left:16.990805625916rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGAmf96TnmLh5k5LexHu9BoBXw4GJVOE { width:6rem;height:1.5625rem;top:3.0625rem;left:31.558821678162rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ak0NeIRILdXDzLUgP5upo3cMIAXTQDiN { width:9.75rem;height:2.9375rem;top:2.3125rem;left:37.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TI8mkqkQLkc9fPuP3m3BrzlPeRtEFtDA { display:block; }
 }@media only screen and (max-width: 763px) { #zhQswFxdQAGEacDZue1fk4RTSmffKkeS { width:47.75rem;height:3.1833333333333rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIx5FFNZQW9yRP28Grop2Quiskm9swUP { width:6rem;height:1.5625rem;top:3.0625rem;left:25.570769309998rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPPmo15EUUmgrBhpqd7Lg9dUWMlyJOa8 { display:none; }#EPPmo15EUUmgrBhpqd7Lg9dUWMlyJOa8 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #sRTkwqqvqC0R2tA6lvnkZTTSaeee216C { width:31.25rem;height:25rem;display:none; }
 }@media only screen and (max-width: 763px) { #fKwO3XGHrBLDe5z1CKKuBQswRBOhff7T { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #eJlRW6gem3qPeaTXoxhsAKxZ48qTimzE { width:12.5rem;height:12.5625rem;top:5.4375rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qBh81wBmNNbypzbc7rxpEPh4U3psqd9c { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #QTg45TqRxW33rX3NETBExlnQw3EuJIRT { display:block; }
 }@media only screen and (max-width: 763px) { #l2le5UD9xaHue6BvnVip8a3K68qcuB1F { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #WhRHa2rXL70XfIe0EBhiWJHvIIBLCJ4C { display:block; }
 }@media only screen and (max-width: 763px) { #soJv9m0wgT4VVcZNLnop8D1sh9PzfOb3 { display:block; }#soJv9m0wgT4VVcZNLnop8D1sh9PzfOb3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PyJvqtIJ5GVph57ngSu6MNAmFq1ZKKTA { width:11.875rem;height:1.9375rem;top:40.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxuTD3bfAKFsiQSyKATooaIuVACXSawz { width:11.875rem;height:2.75rem;top:37.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpIpQf5unNEKaNMLxTLf1hacTJSacgXo { width:20.6875rem;height:1.9375rem;top:40rem;left:14rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTEdztiNG5Fgx4GsVQFs8gnD1TD1we2S { width:11.875rem;height:2.75rem;top:37.25rem;left:18.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FG6EbX2KQDwHCvdSCz5kdgg6rgrxycSK { width:11.875rem;height:2.75rem;top:37.25rem;left:35.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9otBsr1wBKJUzCnzxGMkFKKURBC7Vu0 { width:20.6875rem;height:1.9375rem;top:40rem;left:27.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkqERthZmPdEULiTzufrmcUhCIT3hMHM { width:32.5625rem;height:25.26472053405rem;top:8.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #IVaJRreXS6DyxIVOHTtzKWQ2MznAT31W { width:11.875rem;height:1.875rem;top:11.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3XUVDrdHQcMhIQx3TbA516iGCa6UJIi { width:29.75rem;height:2.375rem;top:13rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #auDxtdE2zlT22VM5G5iwoRuqTVu4chX6 { width:27.8125rem;height:2.625rem;top:16.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqLtxZhmdTki0GTdgyT1xPw39ThPtxhX { width:21.875rem;height:2.375rem;top:20.875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNEHauWL6DorMemCKk7BQNWEFfeiCGPB { width:11.625rem;height:3rem;top:24.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CiwPPaIJxIHHPUbtxUyVev4OsnMnhAaA { display:block; }
 }@media only screen and (max-width: 763px) { #un7fK1p15lmOURMmK8TeQst6Ny3Dp5IO { width:17rem;height:2.9375rem;top:28.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zxr5yEznXLH0e1msVILLXxDLrbxyPgxf { display:block; }
 }@media only screen and (max-width: 763px) { #ThF7H0LWLF0I7SI1XguZiInkt9T1RrKF { width:36.125rem;height:2.375rem;top:57.3125rem;left:5.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gsi7Eherv6rN8O5R7vyXFx1PdNXXEAUI { width:23.125rem;height:11rem;top:64.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gpLnITnuxizlQodmx8nBX6pLpM5G0qr7 { width:23.125rem;height:11rem;top:64.9375rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqxfZo5B4hvUnfNWJg98FWTTuflPmNXg { width:23.125rem;height:11rem;top:64.9375rem;left:24.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EA75T7POcG4q8qib3ZcTS77T4A0ft9Ov { width:7.1875rem;height:3.5625rem;top:66.4375rem;left:0.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hd7usTrUi5BEJplVIh8h6M5haPWqE2FE { width:13.75rem;height:2.75rem;top:71.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffXU64niFtCvpmbTeAPBHdlCGbTZgreM { width:10.625rem;height:0.0625rem;top:70.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #asB10FVk3SSPDb6QE3wxH0O6TFuHLNdS { width:7.1875rem;height:3.5625rem;top:66.5rem;left:27.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofTH96rCIb9InZ9pEd7P8g1JF2md7Ay2 { width:10.625rem;height:0.0625rem;top:70.4375rem;left:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQeGOLSAfbfzWuSaMThQuTxn1tnIXfrp { width:15.625rem;height:4.1875rem;top:70.75rem;left:18.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6gOZRnOrOso3aeJ2EAulCgpXpUuKBGE { width:7.1875rem;height:3.5625rem;top:66.5rem;left:40.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnNsNxTMDUUsfBFrXHV10yMNZbqmxkFL { width:10.625rem;height:0.0625rem;top:70.4375rem;left:37.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tw0hHACnK9D4F4eEcyApN624Rbra9X8T { width:13.75rem;height:2.75rem;top:71.5625rem;left:34rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #paEhXeRP9aa1KaK4OzwoIu6rQcEocAHw { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #rSGCkOrfZTyO4R8gBDOZnd8llAnGkgn5 { width:17.5rem;height:;top:6.8125rem;left:0rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TfM8tviHXJ40o839mnsKcawGEwWaPqwf { width:18.75rem;height:13.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #s4CEPOkKbUPbr6pRyb1FcAMRbEdOkdiH { width:8.9375rem;height:8.9375rem;top:66.125rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPQXeCHTlU7uVlmdWlkv9ruzfE9dyuFP { width:8.875rem;height:8.875rem;top:66.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmAA2TabiEByBZUezCHg6inKRGgJbq4E { width:8.625rem;height:8.625rem;top:66.125rem;left:38.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwWi2EEOOfgWKTyPadsEKh9rkoVzbL0c { width:47.75rem;height:4.375rem;top:45.75rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aeQ8AHM3Xe10FvskRaWUHfsdLxPRDu5T { width:19.4375rem;height:;top:9.8125rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #SvH7oC2hJ94s4GNd16krPbpWi8s8RoWw { width:20rem;height:10rem;top:53.25rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qtG83E7vRznuwdkHcX72mHbrQ9y0ctJm { display:block; }#qtG83E7vRznuwdkHcX72mHbrQ9y0ctJm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dMpsJNlSoOCkrzBa4wpHSUwgFUg4oP8l { width:47.5625rem;height:2.4375rem;top:5.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zm5w7goulmPi6qGX2u2mrNG3nq9zd9bZ { width:2.5rem;height:2.8125rem;top:28.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALrlKSh35RXzsn5iv1ZZsbbTMVWhphGT { width:2.375rem;height:2.625rem;top:14.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5LifnzTJKTyRP2cU95paIs1h4qQdT65 { width:1.8125rem;height:2.625rem;top:19.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcvBPN9oc49UW7giRwnUxVuchuqlTiip { width:2.4375rem;height:2.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gp9TuSCFFI6ASOysHKtBsESalK9tVios { width:1.3125rem;height:2.9375rem;top:10.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZvqslhKZaA2TfsfTTgeeTlfdoEfLKFZ { width:30.8125rem;height:1.625rem;top:11.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRGTagOVXU9FnqrwFACpv24a27D6g7tO { width:31rem;height:1.625rem;top:15.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ui2gBOcmdLzBfTE0Zm4dtEdcfXvBBTw8 { width:31rem;height:1.625rem;top:20rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpSSIfk1kZ23aViZuBwUMDfvsqZdLQy3 { width:22.5625rem;height:1.625rem;top:24.5rem;left:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilkODhQXstTBoIsFkcioxn8uN9Thhw5H { width:29.9375rem;height:1.625rem;top:29.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWH0m3HlUfTEQmCsnoK1givAQyxp7b0w { width:16.875rem;height:30rem;top:4.25rem;left:28.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #anWm1bbvMPEyC17PmDiV9wLn42qF8fN9 { display:block; }#anWm1bbvMPEyC17PmDiV9wLn42qF8fN9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l6JlswgP5o0ROT1ZHyHahcTMP0J7RrXa { width:47.5625rem;height:2.4375rem;top:3.9375rem;left:0.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZG68tylTEsBhUHSD8DhvUnsfgV84KTf7 { width:47.125rem;height:6.5rem;top:7.875rem;left:0.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3dK3EuhdK7TrGKt6b6xp1LVLtcTKG3w { display:block; }#T3dK3EuhdK7TrGKt6b6xp1LVLtcTKG3w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mAAufexuyWTU42nTyRNARU1uF6gthKUa { width:3.1875rem;height:3.1875rem;top:2.3125rem;left:4.3430604934692rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozDaErih5dAJgMixTF69LP3zwr0BZEq9 { width:15.625rem;height:24.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvOBafyOVLuFCzELr0TalDiKntBKKNmD { width:11.875rem;height:2.75rem;top:7.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRT0Cp0QQOLlIpSHx4xE6oaS57nGmJ3z { width:11.875rem;height:2.75rem;top:7.125rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5U5SHq9HUPGVOkndDMUxz2FiJBUMsz1 { width:3.1875rem;height:2.6363374911855rem;top:2.5625rem;left:28.219206809998rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIpTTxsZoBqpgKXHf5wqsdGObmU5CspF { width:15.6875rem;height:24.5rem;top:0rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBpd47ZcOT4RVBqQgVy0hMm1G4mFaJhO { width:11.875rem;height:;top:7.1875rem;left:11.968749046326rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGf1zOH9fikaX2QbIt0CiGT3zTRr4GWJ { width:2.875rem;height:2.7535211336551rem;top:2.5625rem;left:16.436808586121rem;display:block; }
 }@media only screen and (max-width: 763px) { #EoyXfBPXpgAAsVVGt1DrT4xgJXP9PgWB { width:12.5625rem;height:4.1875rem;top:6.4375rem;left:35.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHxDf5CdvkzrVCPG6odgcfTMwfuwqMsd { width:3.1875rem;height:2.8200582252646rem;top:2.5rem;left:40.156706809998rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxRMKOeaZyOLLirtBCQN0LkGhhUZbKsC { width:11.875rem;height:7.5rem;top:11.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzJSw4hi2Pm0znFUasFMlQL7WLiH0VP6 { width:12.8125rem;height:8.75rem;top:11.5625rem;left:11.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkxiJldAIJae3P9pVDxDUdhR5ZeiWXm0 { width:12.5625rem;height:10rem;top:11.3125rem;left:23.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGEagBIDcHmw1d3UJDSalCZ1pgFbxLuO { width:13rem;height:8.75rem;top:12.1875rem;left:34.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G43ZGh80Wp3vReHe0tsOVoCzQnswGsUe { width:15.625rem;height:24.4375rem;top:0rem;left:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePSXPzVV3aAwNCIiONWk5HKk8hB4vt9T { width:15.625rem;height:24.4375rem;top:0rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dK0lmOwCMabt4Z1y0gR3IIRrLKcA7VT5 { width:12.5rem;height:;top:56.9375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #eJp2HTfriWFcZHNLgstvPG4q9GHxzfta { width:12.9375rem;height:;top:83.8125rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #GlpioIrAWTsURKPGC4TmRUwsVlE69lXb { display:block; }#GlpioIrAWTsURKPGC4TmRUwsVlE69lXb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yLpCAc64adUoCq93Xx5VgMmqcRULLeiT { width:16.625rem;height:24.125rem;top:2.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWPPnErtgTNDFyO53BBVUkTH2rRyB0c8 { width:16.625rem;height:24.3125rem;top:27.125rem;left:31.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozifHolUGq4khDD3kKm5RLZgH8BRIQnx { width:17.3125rem;height:11.458098285097rem;top:2.25rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQxxVdy2X9ENIFbscs63NzS3dVaMx200 { width:17.1875rem;height:11.4375rem;top:15.1875rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KH3MLogT7ttQmdDvueaLWURLs0qsEriL { width:17.1875rem;height:11.4375rem;top:27.1875rem;left:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QX9GsVwu0ROqvPhIXdyt8b9D69TucXBE { width:17.1875rem;height:11.4375rem;top:39.5rem;left:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCZDfgpiWBXt9OiioNGL8oESlFSNnbx3 { width:35.8125rem;height:23.709079989907rem;top:2.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJd9wONTUsESoSTMK9d6C5NiOHG2Adt4 { width:35.625rem;height:23.75rem;top:27.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJ1wXh99WNSxcL27miGfNdz06kaiGVOh { display:block; }#JJ1wXh99WNSxcL27miGfNdz06kaiGVOh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wFmAEhyy1daMlTxUiMVDLWgHrnI68sET { width:47.5rem;height:;top:2.625rem;left:0.091681480407712rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnOodtOkCaGZ92wgRzJGne9nJy5FsNkT { width:47.75rem;height:4.1875rem;top:80.8125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAPgZbLh7hNaa0NbGZJD1x52TCWmKGdA { width:47.75rem;height:2.75rem;top:76.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7ViXkuI47GsxFxxyQvx0lnHS0p7f8Pt { display:block; }#K7ViXkuI47GsxFxxyQvx0lnHS0p7f8Pt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TrfG9oAQZ3S09MzhWV2xGUvPLh3LkoDS { width:47.5rem;height:2.375rem;top:2.375rem;left:0.092829704284669rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kD188OsIxUfkftQVu8mMkBZE68XIZ16r { display:block; }#kD188OsIxUfkftQVu8mMkBZE68XIZ16r > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tMKPZnGL6vKLASUQta2ELN4IzGKcKdvz { width:47.5rem;height:2.375rem;top:5.5625rem;left:0.092830657958987rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AN4zirmZArGtGlgl3ch5VxOSao3F9a2N { width:47.75rem;height:26.759675065281rem;top:12.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVm4DXcJLHkwCmyl5yZ4eVwCthgARTTz { display:block; }#BVm4DXcJLHkwCmyl5yZ4eVwCthgARTTz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SBxdRtN3kxKuOQGJWeB1u7559DlGJqcl { width:47.5rem;height:2.375rem;top:3.5625rem;left:0.092830657958987rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhF9G17PEsLEftW2uV1JxglDwfP3LTI6 { width:18.125rem;height:50.6875rem;top:8.4375rem;left:24.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qaPpG08Zakieb6Z3iebZ82QLyykZqlTN { width:18.125rem;height:50.6875rem;top:8.5rem;left:29.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RR75zOu0U3vUMTwdGUa27kfUrLfWxlzO { display:block; }#RR75zOu0U3vUMTwdGUa27kfUrLfWxlzO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g4XG0Vdr0dH3ooxC0oSa8hqwADN0liC8 { width:18.125rem;height:50.6875rem;top:0rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7mT8sTwO4gRyTKdg1ESdn2hCTIfUznT { width:18.125rem;height:50.8125rem;top:0.125rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAiV6LnSs40vBqKZNyCPtKaCpZP2umhy { width:16.4375rem;height:23.75rem;top:8.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WpHRbt5PzVsiVnuXiHxzrBJ8nxHX8APz { width:18.125rem;height:50.8125rem;top:0.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jvqdmwkd9aDASCZAv6pNXRpIr5Z3hRBH { width:18.125rem;height:50.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTbvfISifZKl72gMZ7wGh1h01pQzEcWn { width:4.5rem;height:4.5rem;top:2.5rem;left:3.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vP6LIupb0T7Ax65MZhQWdtSDkcLs3bqU { width:9.6875rem;height:9.6875rem;top:35.0625rem;left:0.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVdOwaf39XGJEVgBEmtCvzhq8gpsBXm7 { width:16.4375rem;height:3.1875rem;top:45.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #goacFsAVyCpU32mVhTm6k0g7cqHmcC2i { width:18.125rem;height:50.8125rem;top:0.0625rem;left:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKryhNQX5LiORMA7Cey0PaIKu8oU81Eg { width:18.125rem;height:50.8125rem;top:0.125rem;left:29.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrBCFNvXCTRcp9o2TkXPZlBK95HviTmp { width:4.5rem;height:4.5rem;top:2.4375rem;left:15.623389244079rem;display:block; }
 }@media only screen and (max-width: 763px) { #saNSurO5HbiLmi7dbZCI4WyMp1MUk5bV { width:17.5rem;height:18.125rem;top:8.5rem;left:6.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jhm3im7TIq28MI7lwLwmZnEzT8BXiaRR { width:9.6875rem;height:9.6875rem;top:35rem;left:13.062499046326rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqgCcE6T3otubtNlhSTlxF5WdZw8NasP { width:16.4375rem;height:3.1875rem;top:45.75rem;left:7.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCF217PFnmCmUSZ0qaVThPWAm5BiXTfc { width:17.1875rem;height:19.5rem;top:8.5rem;left:18.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezm4LyRiHyTUnqSwPP9fl0bbHIxW4mBw { width:4.5rem;height:4.5rem;top:2.4375rem;left:27.562037467956rem;display:block; }
 }@media only screen and (max-width: 763px) { #MweTMZufIKt6BUsMgIzEXUqPOdXCVlk0 { width:9.6875rem;height:9.6875rem;top:34.9375rem;left:24.999999046326rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWUVDweWmRLbhHrKTlFdiogOFOsPnLH9 { width:16.4375rem;height:3.1875rem;top:45.8125rem;left:19.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3sbs8Bd3WCI8NTV0T2FA2IGC20JEANQ { width:4.5rem;height:4.5rem;top:2.5rem;left:39.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4MZboapunSged0hASAdg9ckOcZeO0U0 { width:17.1875rem;height:;top:8.4375rem;left:30.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUznXdQnfowGMDBbZaaAhkTmyh9IVSuQ { width:9.6875rem;height:9.6875rem;top:35rem;left:36.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gB6JXJeoLQ3aofixkOFCUnPhRQ8qu1Cs { width:16.4375rem;height:;top:45.875rem;left:31.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4pmv8EBsLWe87pHe3cPNZXTllw5J7hm { width:18.125rem;height:50.8125rem;top:0.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VwfwfUmhNfG9dqQgohBcdZPD0Tt1iZPI { width:18.125rem;height:50.6875rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #DtTdDk4UdxUJIzGPQ8Apak2bnUGgt7Ff { width:18.125rem;height:50.8125rem;top:0.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zL7M95xF3SEil6Sxw4U8JBrogPd6Uppw { width:18.125rem;height:50.6875rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #PUkxpcsn3nhZxDmWycTsAvSVnr2gGJdQ { width:18.125rem;height:50.8125rem;top:0.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZLbPb0p9ZdSfP8ErPoInqvNJSrbzma8m { width:18.125rem;height:50.6875rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TmkPovqw9nezEArfmRB3o1gUSFaDM20U { width:16.375rem;height:;top:172rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #lZLzE2y4LECZuMUfAUSQrEODXTbPrNHc { display:block; }#lZLzE2y4LECZuMUfAUSQrEODXTbPrNHc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dr3pI5ZSo9KpLi3EQl6HXM7Zr69MpH8p { width:47.5rem;height:2.375rem;top:4.0625rem;left:0.092830657958987rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nC7cVcVTWtkBhu5GeBq79Gm7xlH30Ppp { display:block; }#nC7cVcVTWtkBhu5GeBq79Gm7xlH30Ppp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TvZOm71XMIfOeXoZncTsNL0XKQtWHdcQ { width:24.8125rem;height:50.435237823231rem;top:6.9375rem;left:11.435889244079rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8qpMwQHKCb8N9t875GfF0ohfvRn8aso { width:24.6875rem;height:44.6243095625rem;top:10.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVu8SkMWWDEPyiIg7MWDZS5uvDTCXloa { width:24.1875rem;height:43.8125rem;top:11.9375rem;left:22.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xB063x90c0DK7uTfJeXdCfbz6SrzmBRT { width:26.0625rem;height:13.592295130463rem;top:0.625rem;left:11.747243881226rem;display:block; }
 }@media only screen and (max-width: 763px) { #K66e3FySU0LWMLUcivSCNJzSlmX4yrQl { width:2.0625rem;height:2.0625rem;top:26.8125rem;left:2.5353870391846rem;display:block; }
 }@media only screen and (max-width: 763px) { #KlT1bzogxzDVF1APEJGISUSEHJlvSwR9 { width:13rem;height:4rem;top:17.9375rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPMREpAikhnnGlLaPSk8SaTHK1f3CgLf { width:13rem;height:4rem;top:19rem;left:17.342370986939rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #igNtm6y9DJfCo6ptGOz9UDkq7wf96l72 { width:16.4375rem;height:1.9375rem;top:14.9375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTJTN8mN5pnoOCVUler2zk4ff0q8i0mR { width:16.4375rem;height:1.9375rem;top:16rem;left:15.624769210816rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfNI5eWqA9yN52oChcVtAptRovXDRDiP { width:16.4375rem;height:;top:21.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpUrsVoi2T2QcTApy95Tcd3187vAGfcC { width:16.4375rem;height:;top:23.1875rem;left:15.623618125916rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nklzpPM1qeobbDceBemi4Dr5Tn90pQV1 { width:16.4375rem;height:1.9375rem;top:14.875rem;left:31.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnREb2FmcOsR17xAMvN8eocOG5TJrqdL { width:13rem;height:4rem;top:17.9375rem;left:34.75rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbJUWtQOxTufksnizz5OtTr4VyswrfgC { width:16.4375rem;height:;top:22.9375rem;left:31.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQeIJeQnuV83QCcS8Juy9zzSITykRLt3 { width:16.4375rem;height:1.25rem;top:29.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lK1Q0AcasNkq8J22Csnsx7lfbd3CkcKi { width:2rem;height:2rem;top:32.25rem;left:2.5342388153076rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSCaWzREMsPtWOO12opR1QFS6TvPKW3O { width:16.4375rem;height:;top:35.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNqwLvLPOUJBTDLUtKZwsHHQtVdNvFi7 { width:2rem;height:2rem;top:37.9375rem;left:2.5342388153076rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSRXN2HAGmyBdVCOGFe2IC2DHfuvRXRS { width:16.4375rem;height:1.25rem;top:40.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHaLCMx2BgM6FGOk5tReUgHrIyfRgAQa { width:11.5625rem;height:2.9375rem;top:49.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4FsoTE9eUmye4qSmUKKM2TRVpzTemN2 { display:block; }
 }@media only screen and (max-width: 763px) { #VuoL8h916Tp26nHJ9fV1fJu7u0cdXm5m { width:11.4375rem;height:2.8125rem;top:47.5625rem;left:18.079962730408rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGlF9egHDBRwzuMU8r9vtfq3Ef23TR96 { display:block; }
 }@media only screen and (max-width: 763px) { #Nf7btLmn1z4elOZuc1vJ4LmCmsJtD6yr { width:2rem;height:2rem;top:27.75rem;left:22.842142105102rem;display:block; }
 }@media only screen and (max-width: 763px) { #WuczIRKKXTK8KJcTkiyFoMKDJEZBMhEw { width:16.4375rem;height:2.5rem;top:31rem;left:15.624769210816rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LH0VBZuK84f8EvrMTR7q5Qaeisw8EECB { width:2rem;height:2rem;top:34.625rem;left:22.842142105102rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWN6CJ0twVE4KQfbMl27gHEgbPsm5iqm { width:16.4375rem;height:;top:37.5rem;left:15.624767303467rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMTQp61kg8xoxqb9x6txqAtCuNa4HMiQ { width:2rem;height:2rem;top:40rem;left:22.842142105102rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbXybkEudffzxDdeDHqelS7F6gNCw4aH { width:16.4375rem;height:1.25rem;top:43.25rem;left:15.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWdRDTOA4Pq6CeorvS1JOMC91DWWrMOl { width:15.1875rem;height:6.9375rem;top:31rem;left:32.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ou0P72KXVfkOEg3LTksAP0dI3Mcv1Lsg { width:11.375rem;height:2.75rem;top:49.25rem;left:36.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #weQXdXU96ZI71yMF5V9VCU29MM93K1dE { display:block; }
 }@media only screen and (max-width: 763px) { #CMe85OMHz7avTQUT3d70GWvqo29JrR1V { width:47.0625rem;height:1.5625rem;top:58.625rem;left:0.31227016448974rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8xlPxXI9M1Sed5K3EEEqDo5C3vBRy07 { width:16.25rem;height:0.125rem;top:22.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BuJSB785t7e4qqNxioQyENoOOE6GvBS1 { width:16.4375rem;height:;top:23.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqnB8kDWQDyuuDTt5zwRBI18k7RrkcO9 { width:16.25rem;height:0.0625rem;top:23.875rem;left:15.748847961426rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXAJrQ2izWhg2DTTX48i9dG99AidK4dG { width:16.4375rem;height:;top:25.1875rem;left:15.624767303467rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #klzsq0BxJn1u9wMnJiS2DqoSalQ5yfv8 { width:20.625rem;height:34.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #HclbmzTJVGAAwW6gcnzBkgpnsFQ2Bbfq { width:2rem;height:2rem;top:43.1875rem;left:2.5330877304077rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSiCC2nnwikzGTLSCDuWqEFiVJUCmlR4 { width:16.4375rem;height:1.25rem;top:46.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7x4lKiJFUZILVJDTzHMPflfLTOTkcUn { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #nqf496QAsywgInpeq9zsy1hkuU5V5O0E { display:block; }#nqf496QAsywgInpeq9zsy1hkuU5V5O0E > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lLbsDrBfO4TdQ38iDhSh0d2GZ3Cdq2MB { width:47.5rem;height:2.375rem;top:4.4375rem;left:0.092830657958987rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #thraiKyiw3rt6fS5XVNVkTDORgWzU9fP { width:47.0625rem;height:1.5625rem;top:7.8125rem;left:0.31112098693848rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyWQ3RdoqndBNr1Lmuh5wIadKHO9Skwo { display:block; }#TyWQ3RdoqndBNr1Lmuh5wIadKHO9Skwo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GS87mUaIsi7xkGrvgs2mTlpyiEeait0p { width:17.9375rem;height:20.1875rem;top:1.5625rem;left:24.561199188233rem;display:block; }
 }@media only screen and (max-width: 763px) { #aihODby32zxBo19i9Xo8UpKwc2TKZv9w { width:18rem;height:20.25rem;top:1.5625rem;left:29.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GyFvKTrNlCw3Z2fUPQD8EcQc3SgEqfPF { width:18rem;height:20.25rem;top:1.5625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPaZEnTBvkOqtudA7dreCQOohpPHV1ge { width:18.0625rem;height:20.4375rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlLtUkhAXLIBrgzqpP3r5tC5ZexdBbet { display:none; }#zlLtUkhAXLIBrgzqpP3r5tC5ZexdBbet > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZIBugO4lXryPN3hTZlPls7kvvzKWtwH1 { width:17.9375rem;height:20.1875rem;top:1.5625rem;left:24.561199188233rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXJyBNkAWmalJUnDK2dERMs9p89o0QZ0 { width:18rem;height:20.25rem;top:1.5625rem;left:29.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAtkKDa2m5Tg0o4chOTTvxo8P6l2yH93 { width:18rem;height:20.25rem;top:1.5625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UuaXacV4CccvmGbrtt4lwrK9VkevS5uA { width:18.0625rem;height:20.4375rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ViwNeggs4RApHGVTPQmqbWgeMLTWhOPp { display:block; }#ViwNeggs4RApHGVTPQmqbWgeMLTWhOPp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t5RuVDQaRZ7oN3n9dRxmOPPw9VZAakie { width:2.1875rem;height:2.1875rem;top:1.125rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUHHPVERtUnLocwkJ1TrNOGpsJKz9yNE { width:2.1875rem;height:2.1875rem;top:1.125rem;left:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLtUTy5xLneTXwam7EO9rzM6ngb8CSF5 { display:block; }#BLtUTy5xLneTXwam7EO9rzM6ngb8CSF5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r7HWTO1loba8RJ1H5LL766FQAWnSWJBI { width:30.1875rem;height:24.948916550994rem;top:2.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VxMTEBJaiczZp7uyZqs9VLiUeHSEx572 { width:20.9375rem;height:2.375rem;top:7.625rem;left:23.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H87urqrNsq1ieUXs40aZ71ikxAmEqWm9 { width:3.125rem;height:3.125rem;top:12.75rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbMLTRtVZkwRfncRSz8fhefCL8Tp7rhl { width:24.4375rem;height:;top:12.375rem;left:23.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HwsGQbT1zAXTTCyc7Cu0AX27ENVf8V3J { width:16.9375rem;height:3.1875rem;top:19.375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJkWf0r76LTy4AiA96JTCNr8AHNW0F4g { display:block; }
 }@media only screen and (max-width: 763px) { #UcZo5XvKWaRlA0J3PJ8LHSuPTSODE0Aa { width:16.8125rem;height:3.0625rem;top:19.3125rem;left:30.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jw4739W9oOfZQ0LiqQcu7FrP6MU0gqie { display:block; }
 }@media only screen and (max-width: 763px) { #k3kseQf5harOuW0nveEyWRWMvZPUKtmF { display:block; }#k3kseQf5harOuW0nveEyWRWMvZPUKtmF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QPNzT9qzf3ifpdHpXHD3Tyr7s5fFgIcq { width:33.3125rem;height:22.1875rem;top:6.375rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #StKrozpnuINfXEK8Tg7cTqPzSu5IVvDf { width:20.9375rem;height:2.375rem;top:8.3125rem;left:0.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i42y1o0EtrCDNc2Ny5GwJTaGPUTODwMq { width:33.8125rem;height:6.4375rem;top:14.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFcIPSWWV75hPdd1EEHTgfmy7LTogAuF { width:16.6875rem;height:3.0625rem;top:23.5625rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UoH1PAt94sXZphw0vTyTox5sabTdDAcc { display:block; }
 }@media only screen and (max-width: 763px) { #CBJaTmWvZgKRZTToSy9glx1oGR61qzyF { width:19.4375rem;height:;top:6.8125rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wXIOqDvhFSQXp4udp8wP94fTAqVVL19t { display:block; }#wXIOqDvhFSQXp4udp8wP94fTAqVVL19t > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UiXNbI7ZyO8SHBcFrsyMnUzXRrKewmOS { width:31.25rem;height:2.375rem;top:4.625rem;left:8.2166805267331rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #trTgRsWH0rgTpa5SCLUabGODXaWfkOGu { display:block; }#trTgRsWH0rgTpa5SCLUabGODXaWfkOGu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vkh4CbBwcNUr6txhxyHT5XgcRQPR5nzg { width:28.1875rem;height:18.75rem;top:2.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #siJJJiZRBQzGGNbEseFO5bR72mI7RWx8 { width:31.25rem;height:1.9375rem;top:4.875rem;left:16.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6JNMbAa9DJEQBmwTAOlxOPKnWUlR1aU { width:42.3125rem;height:12.9375rem;top:7.875rem;left:5.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMIeNiKmzBt3WIk9dyFbtKVKz92Ln4X7 { width:18.75rem;height:;top:18.875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #c0H6JGm4BJn0572au1vkdxBCnmuwfu3N { display:block; }#c0H6JGm4BJn0572au1vkdxBCnmuwfu3N > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gzOKmWqCZem7a2gnMtLlSUXARrG0Tqki { width:28.1875rem;height:18.75rem;top:2.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Byx9GL9fD3RgTCio1LoKgEC93VcPZgW6 { width:31.25rem;height:1.9375rem;top:4.875rem;left:16.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyXQHTP8dfsKia56gJFS0kzt7DmRZt0o { width:42.3125rem;height:;top:8.25rem;left:5.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZO7G6U7BQRT5bRdGT6Td7DNXQe0UAdc2 { display:block; }#ZO7G6U7BQRT5bRdGT6Td7DNXQe0UAdc2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MZ6WxoAbPb0OkGP1HoS0Uc8Xb2c8WTiK { width:28.1875rem;height:18.75rem;top:2.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgpTTHdAvRPgpU4PITBmZcd8pTaORkeB { width:31.25rem;height:1.9375rem;top:3rem;left:16.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDckGKtIwknW3JQ22o5H1iTQefNmBrBQ { width:42.3125rem;height:;top:5.75rem;left:5.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #riqksQQslUKRbGco2odqmdcdHvWoUy46 { display:block; }#riqksQQslUKRbGco2odqmdcdHvWoUy46 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MwaBysp4X2pTfWx54ROG3xBvVCwrEkn2 { width:31.25rem;height:2.375rem;top:5.375rem;left:8.2166805267331rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsxGdhIPIP16LSFIgfzkGQu4uvM0ZTxu { width:42.3125rem;height:1.5625rem;top:8.6875rem;left:2.6858921051026rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1hJ3gcEnyKkg4frpCLvBng3bDtSnqMw { display:block; }#e1hJ3gcEnyKkg4frpCLvBng3bDtSnqMw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hZ1HfTxhVrONdMiWV8uu2ol4tEwkBLyM { width:12.8125rem;height:3.1870403125rem;top:5.4375rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFelN8osXAeEgX55Xnfvwk0CNBaETV2p { width:31.25rem;height:1.9375rem;top:1.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIzIgLXXvQzPSzrfmcUk7hCeHcBN8DiB { width:31.25rem;height:;top:2rem;left:16.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppRtpAbTm6bw9iGxwxWEMoV9nERBI2bb { width:11.4375rem;height:3.125rem;top:5.375rem;left:30.061118125916rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENPuUZNkBXp7tggOvnNOkt2BLSifHhhd { display:block; }#ENPuUZNkBXp7tggOvnNOkt2BLSifHhhd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VGTMQ17wpe5c4ihSSde0L1JSy6B2dER4 { width:31.25rem;height:1.9375rem;top:2.0625rem;left:8.2178297042844rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvnkqMFJla3snAeAUOTPLDKC5kV7qxQ1 { width:14.0625rem;height:5.3125rem;top:5.375rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmuSSUzpE1G7aGvEPBtg6I5lRFpkfsX8 { width:15.5rem;height:2.8013289327742rem;top:6.5625rem;left:24.998618125916rem;display:block; }
 }@media only screen and (max-width: 763px) { #aV6HTmSNVATaU24GmCCQ1c1ugslrQ6If { display:block; }#aV6HTmSNVATaU24GmCCQ1c1ugslrQ6If > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VCRqOWNEqcwGSTw6DeEcEFFZw8NFLRh8 { width:14.25rem;height:5.9118568541695rem;top:2.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLgZOGo9bKBXnREr5mAdcySpu9vw8IFC { width:12.8125rem;height:3.1875rem;top:3.75rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVfhqxneevEJTIJ7Avht3pR9xQmiTNUt { width:12.375rem;height:5.7833834141247rem;top:2.4375rem;left:35.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #msWZLx9RrmAb4X6J5gll70miwonaGABd { width:11.625rem;height:6.3404934234907rem;top:2.125rem;left:24.000457763672rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMuKo6amvVp2nmQpS10tXwTnWc2fJxbV { display:block; }#AMuKo6amvVp2nmQpS10tXwTnWc2fJxbV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wLyZTBTiBqgIOwz3dHwK2spWXt6vsnPk { width:11.5625rem;height:4.9104626825432rem;top:3.9375rem;left:0.15533065795899rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5kmU8a0S49DTGidxCSSUz4nPOyfoxUa { width:8.1875rem;height:8.1875rem;top:1.1875rem;left:25.719207763672rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5IlcUTGC8inCTUM059hSTrvtP42mMyb { width:7.375rem;height:7.375rem;top:1.625rem;left:38.093288421631rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXRTBtV7WnT8UmFFtE3aHvo5bN1Purnz { width:13.4375rem;height:3.3122701875rem;top:3.75rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOmHsoaLKPJXt9mVqLJcARuQog4TaX0P { display:block; }#aOmHsoaLKPJXt9mVqLJcARuQog4TaX0P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L4SKwH9zH9ZRyXWsgNSQbBp6bP8qfPez { width:11.4375rem;height:7rem;top:1.875rem;left:36.029865264892rem;display:block; }
 }@media only screen and (max-width: 763px) { #EyT3BXGwfu41KcJI3y74PfTdrakkBvdv { width:14.4375rem;height:6.9375rem;top:0.625rem;left:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEN7tOUzdHfU3UasLJT7wd0emEzUNMNv { width:12.5rem;height:7.5rem;top:1.5625rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7Ric4xA78ifQZsvG27c3zTGJyWsSiPw { width:13.5625rem;height:7.125rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQUT2qoKyaPlDTG6NkIhwZRp0MKIFIvB { display:block; }#QQUT2qoKyaPlDTG6NkIhwZRp0MKIFIvB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vg3lQVEe4Fq61RTHsElC8VSp5wtfpamP { width:13.4375rem;height:4.375rem;top:3rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QhDqnTgKfWo19nrMd20cUEurvrvzOZ2g { width:13.5rem;height:4.75rem;top:2.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymLwDoHkgGi7s4BXlcygUCxswQDkJCKB { width:13.4375rem;height:3.8125rem;top:3.375rem;left:34.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmNPFpuL1I43cNxrVp4JPBq1rmU4PTtt { width:13.4375rem;height:8.6875rem;top:0.9375rem;left:22.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFgDnIlRignNAvKeW8I9h4yrkiQitFMx { display:block; }#EFgDnIlRignNAvKeW8I9h4yrkiQitFMx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q5BC48DHtt3PvLUF3v074OFOzabFB3GD { width:13.4375rem;height:4.1875rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mi3UryeKxQRsgLCwiyr0A5k1F2ISxsLn { width:13.4375rem;height:3.4375rem;top:3.5rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBLtTIpt9C1OGXRzTaDufTHP2cbxJveX { width:13.4375rem;height:5.875rem;top:2.3125rem;left:22.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnD3KH6Z2e8Mdh3d7fVMTETtOLhAIuhR { width:16.5625rem;height:4.1709569908878rem;top:3.1875rem;left:31.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jg9eCsnyzzETBirnWm1ufyynQH43GtDB { display:block; }#Jg9eCsnyzzETBirnWm1ufyynQH43GtDB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KQuAK5Obh9oeqQ5z2dZ0MBpqw0ZMZ6LS { width:12.875rem;height:4.4776641719193rem;top:2.125rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbLqUUOlnA8b8IJKI30UKZ1CvMwXGt48 { width:11.0625rem;height:5.9042652246249rem;top:1.4375rem;left:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmaLLREATgqTrlhiJNGDT4fsbpWqF5vq { display:block; }#bmaLLREATgqTrlhiJNGDT4fsbpWqF5vq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iXOHLVGvltvfT3qUO2LvL110wW6PG9qd { display:block; }#iXOHLVGvltvfT3qUO2LvL110wW6PG9qd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KElBT98LhPRE1QL0pVHzpItVAOqk21Ng { width:31.25rem;height:;top:4.625rem;left:8.216678619385rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ { display:flex;height:auto;width:27.8125rem;top:14.0625rem;left:4.0625019073486rem; }
 }@media only screen and (max-width: 763px) { #JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ #M7RR6yhirbo9gXRicrZNbvAHBncvi1qU {  }
 }@media only screen and (max-width: 763px) { #JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ #L2mwzbxGdZ0Ns20ZH1BinEpq6N03KERv {  }
 }@media only screen and (max-width: 763px) { #JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ #QaT5AU0RhxWtlMkFkF2N5x6ksvIWFnVC {  }
 }@media only screen and (max-width: 763px) { #JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ #OxsifJH5FCIVzTchR19JezECKG9qG7Ou {  }
 }@media only screen and (max-width: 763px) { #JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ #zZWF4xMc2atDigT7ZDeOsZT7REQNaNvQ {  }
 }@media only screen and (max-width: 763px) { #JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ #Aa1xTyWZs8p0yB2kRs7PDyvq5OsXBtEt {  }
 }@media only screen and (max-width: 763px) { #JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ #keHgw8cmdT8KHvgfQLzPA5kTGJwIB9aA {  }
 }@media only screen and (max-width: 763px) { #JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ #p40drymgMni1az9TSbhosvOJeCBRNzV4 {  }
 }@media only screen and (max-width: 763px) { #JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ #CCEhwkUdA9XRmJqtQCh5prcMGtLII2oV {  }
 }@media only screen and (max-width: 763px) { #JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ #m8tuzBvCuSRa8cradBtCxvT7zs11FZSz {  }
 }@media only screen and (max-width: 763px) { #JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ #QE7oyn9oBzZifm0KfZgrOLdTMzr3R3Rn {  }
 }@media only screen and (max-width: 763px) { #JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ #W6M8zMHsrvoxDp4zBKb3T848n3tb0692 {  }
 }@media only screen and (max-width: 763px) { #JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ #fMw04s8OcuOLWiPOrJlGvwBIEFevXJDw {  }
 }@media only screen and (max-width: 763px) { #JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ #Fbp3yh7SAATRwTydvQA97qgTdGFs889P {  }
 }@media only screen and (max-width: 763px) { #JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ #MEdSSAwgTEckLf4mz2tWbyMlHQTbAroS {  }
 }@media only screen and (max-width: 763px) { #JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ #KfePXn9k8fRnwCX832TqzH2mvi7V2fFT {  }
 }@media only screen and (max-width: 763px) { #JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ #DuPzOG7WI8tQuT7vQBWnAQ2XH9iiaVsC {  }
 }@media only screen and (max-width: 763px) { #JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ #Ta2fAyOrTOHvRgh8MhUvB7JIcwhT0sMQ {  }
 }@media only screen and (max-width: 763px) { #JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ #ABZ0VsTwHk96CJgkqMDEQEwFEwcJ4Tz2 {  }
 }@media only screen and (max-width: 763px) { #JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ #N0pztw6F4WMuFitC24nA4K5fClmWclpi {  }
 }@media only screen and (max-width: 763px) { #JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ #MZPzKGRGbHATtnWpDmvuHwdAFK2W1v1s {  }
 }@media only screen and (max-width: 763px) { #JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ #pGSmI9naZVPeB36KTOe983A5q6CMPt1B {  }
 }@media only screen and (max-width: 763px) { #JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ #qzZNyI59zizJCpJ0I8pi0MlCQV2Xx9bh {  }
 }@media only screen and (max-width: 763px) { #JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ #or2Ar7yUMl05owQAwZCIOe8X0JkVUR5w {  }
 }@media only screen and (max-width: 763px) { #JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ #MF6VCtofZtm4dqvS5LM0ZK15df7DwZXz {  }
 }@media only screen and (max-width: 763px) { #JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ #Ta94bXtxV6dWVMrn8WKo9PL9G8CGnlxZ {  }
 }@media only screen and (max-width: 763px) { #JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ #l9vVfG5MfomTTEnzvz5Ee9agQR3fzu8N {  }
 }@media only screen and (max-width: 763px) { #JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ #MVEGqoUFLfkmKHlR66to3XaEM2VA8y8D {  }
 }@media only screen and (max-width: 763px) { #JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ #e9xyXUA0iwC9iUmNlvHnNnggSFwqAbWv {  }
 }@media only screen and (max-width: 763px) { #JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ #lxE1Z1GaoLkxpcRHpFnTcyfwBGlLwi96 {  }
 }@media only screen and (max-width: 763px) { #JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ #E8P5OdGJakMNUoTNXrd0RKsStQyiFTZ9 {  }
 }@media only screen and (max-width: 763px) { #JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ #FVkrEC8AI3OgGpFXZVg4yUI8u0E2gVos {  }
 }@media only screen and (max-width: 763px) { #JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ #bw3Ik0WOaC0ACz8E1GGWETDvmVis9yTe {  }
 }@media only screen and (max-width: 763px) { #JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ #dzab4Wo4h1zCDHIrmKvf6o8cClrdxiHd {  }
 }@media only screen and (max-width: 763px) { #JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ #Kwfpzxo0MTsoZIZFmecP2rmzAprKWshA {  }
 }@media only screen and (max-width: 763px) { #JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ #ENtVwrAXhh0ADG1Vq5zmmMey64ZQ2vXD {  }
 }@media only screen and (max-width: 763px) { #JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ #ksAr401wtZASuh1gacOvRALSW1uB7MkR {  }
 }@media only screen and (max-width: 763px) { #JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ #bApu0PJHqKouQp0vOev2K3lM4317nuu1 {  }
 }@media only screen and (max-width: 763px) { #JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ #HB0QEpynTJL3qEIRglOUgGeuRGFEmcDV {  }
 }@media only screen and (max-width: 763px) { #JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ #KHqFegTTZ4Q3aFTXi70R3TEGfRrR0O8u {  }
 }@media only screen and (max-width: 763px) { #PUzAIJ6smgu4GHgikrBBlAN72cpnoHQP { display:block; }#PUzAIJ6smgu4GHgikrBBlAN72cpnoHQP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AzgFNhgh50dZ5uEMXXAy3Wrx5UvV2WQQ { width:9.3125rem;height:7.3753162578957rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJrR9DheBzhJOsw0Ze0KIaEqZLDKiKWB { width:24.6875rem;height:3.1875rem;top:10.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #npfEdiu1MT0UcdFCRWyZoe5qTmqvBIXq { width:24.6875rem;height:;top:14.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfTzJPFNFDB5yV6UIEkqE1M6DZKRQu9Q { width:24.6875rem;height:1.5625rem;top:19.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLTrOXLDbhF6K8WmKJiVDH2NmZTWxCvM { width:24.6875rem;height:;top:21.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNW4c47M3TFdTQ2vSJV1sMWMKmHMBK48 { width:16.8125rem;height:3.0625rem;top:27.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfKldOWVo1dZewFTHARVymns5vaJ8eMc { display:block; }
 }@media only screen and (max-width: 763px) { #RTFd5HHBrKmUZ8gpczPyT5FyZ2AohV2i { width:24.6875rem;height:8.0625rem;top:35.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rduQlxkTNQuayFxo5mqJrF9TmzfSosFm { width:23.625rem;height:4.8125rem;top:46.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EarZIcdhpZ1IbhBPTtPC9Luqw5T7TgJH { width:24.6875rem;height:4.8125rem;top:10.1875rem;left:7.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqMNdHHi8wIbnWpfuMJ5OHmgznilBBT8 { width:24.6875rem;height:4.8125rem;top:19.9375rem;left:7.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WwEpNusnIh0GXoHqaomMksDa72WmkruS { width:25.375rem;height:;top:15.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4tU68Hf8VkE39QxLymfBmKfRtFN7wSN { width:25.375rem;height:1.4375rem;top:25.6875rem;left:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRCSwmlGWBJuN23XZ50ghZ7U1883sA2K { width:24.6875rem;height:1.5625rem;top:10.125rem;left:7.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvTGla7vmNhw8KcXHd54bB5hwmNIVgBK { width:24.6875rem;height:1.5625rem;top:14.875rem;left:7.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0Tarv8H0i5xbI6nMLiCKPaH7Q4HzHRL { width:24.6875rem;height:1.5625rem;top:17.5rem;left:7.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7hXDCUiD0TK6aPw6QVDGcIKFpT5TBTN { width:24.6875rem;height:;top:20.1875rem;left:7.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NxpwfTFcNXON4Nn0330xZxKeAxy7Li6A { width:24.6875rem;height:1.5625rem;top:22.8125rem;left:7.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDhEbmKTPek8Jaig7VTDQCPyrxh4V5dc { width:24.6875rem;height:1.5625rem;top:25.4375rem;left:7.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QEXwqu7WUQzRK4Msy0a9Md11TtPLcGQA { width:47.75rem;height:26.481070977617rem;top:31.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zg387uKnc691B1qBccQRuKOhG2QaFLfa { width:24.6875rem;height:;top:29.8125rem;left:7.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLviKZkWkpr9csNpuhD1q9hIPoA4VKC1 { width:2.125rem;height:2.125rem;top:32.75rem;left:29.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLAldLvcuRbUd7WZV24DWThOyCQ7ca5s { width:2.0625rem;height:1.9993035208802rem;top:32.75rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3H1CVN2akrP0DGKnbpnraOKlfySZlII { width:1.875rem;height:1.875rem;top:32.75rem;left:33.247931480408rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyNgGimOU6vBITxmU3QNCV1I1reO3MWx { width:1.625rem;height:1.8755304144284rem;top:32.75rem;left:36.372931480408rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0SSDThE6Nthy5QFWzThJ6olQMBL7Ozw { width:24.6875rem;height:;top:12.4375rem;left:7.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;z-index:auto;display:none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:15.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #gyk4Z0P1oHPQ3ZZUJOK7ExgWz3n5CfBa { width:4.875rem;height:3.8742633242467rem;top:1.5314798355102rem;left:2.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJRdMagKINf3ITHDtxNvnagqwyFvahTO { width:11.6875rem;height:3.0625rem;top:1.9381892681122rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #beWAtvQK7IZgH4dszRFvxmayJ90IbbpN { display:block; }
 }@media only screen and (max-width: 763px) { #L2W3A4O1hgs2HN2BcXml5Rl6XoLTG6pb { width:11.9370403125rem;height:1.6176470625rem;top:2.65625rem;left:8.0629596875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZlOzRzOI4kP2cyGAAXV7UCFs7mhwO85y { width:6.5625rem;height:1.6176470625rem;top:2.65625rem;left:13.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MeUGCCPxwErTm6MFrG60oKLDAMantroM { width:7.4368105rem;height:1.6176470625rem;top:2.65625rem;left:12.5631895rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGAmf96TnmLh5k5LexHu9BoBXw4GJVOE { width:6.0615806875rem;height:1.6176470625rem;top:2.65625rem;left:13.9384193125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ak0NeIRILdXDzLUgP5upo3cMIAXTQDiN { width:9.875rem;height:3.0625rem;top:7rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TI8mkqkQLkc9fPuP3m3BrzlPeRtEFtDA { display:block; }
 }@media only screen and (max-width: 763px) { #zhQswFxdQAGEacDZue1fk4RTSmffKkeS { width:20rem;height:1.3333333333333rem;top:11.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIx5FFNZQW9yRP28Grop2Quiskm9swUP { width:6rem;height:1.6176470625rem;top:13.00367641449rem;left:14rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPPmo15EUUmgrBhpqd7Lg9dUWMlyJOa8 { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EPPmo15EUUmgrBhpqd7Lg9dUWMlyJOa8 > .row .container { background-color: transparent; background-image: none; }#EPPmo15EUUmgrBhpqd7Lg9dUWMlyJOa8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EPPmo15EUUmgrBhpqd7Lg9dUWMlyJOa8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EPPmo15EUUmgrBhpqd7Lg9dUWMlyJOa8 > .row .container > .video-iframe-container { display: none; }#EPPmo15EUUmgrBhpqd7Lg9dUWMlyJOa8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EPPmo15EUUmgrBhpqd7Lg9dUWMlyJOa8 > .row > .video-iframe-container { display: none; }#EPPmo15EUUmgrBhpqd7Lg9dUWMlyJOa8 > .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); }#EPPmo15EUUmgrBhpqd7Lg9dUWMlyJOa8 > .row .container { border-width: 0; border-radius: 0; }#EPPmo15EUUmgrBhpqd7Lg9dUWMlyJOa8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EPPmo15EUUmgrBhpqd7Lg9dUWMlyJOa8 > .row .container { width:20rem;height:29.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sRTkwqqvqC0R2tA6lvnkZTTSaeee216C { top:0.53308820724488rem;left:1.0615807771682rem;width:4.6875rem;height:3.75rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #fKwO3XGHrBLDe5z1CKKuBQswRBOhff7T { display:flex;top:1.594669342041rem;left:16.248850703239rem;width:1.6245404375rem;height:1.6245404375rem;z-index:15001; }
 }@media only screen and (max-width: 763px) { #eJlRW6gem3qPeaTXoxhsAKxZ48qTimzE { top:5.4951171875rem;left:3.75rem;width:12.5rem;height:11.17647rem;z-index:15002;text-align:center;text-align-last:center;font-family:poppins;color:rgba(var(--color-tertiary-0),1);font-weight:700;font-style:normal;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBh81wBmNNbypzbc7rxpEPh4U3psqd9c { top:19.6875rem;left:4.5625rem;width:10.875rem;height:3.4375rem;z-index:15003;font-size:1.125rem;font-family:poppins;background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTg45TqRxW33rX3NETBExlnQw3EuJIRT { display:block; }
 }@media only screen and (max-width: 763px) { #l2le5UD9xaHue6BvnVip8a3K68qcuB1F { top:24rem;left:4.5625rem;width:10.875rem;height:3.4375rem;z-index:15004;font-size:1.125rem;font-family:poppins;background-color:transparent;background-image: -webkit-linear-gradient(150deg, #0ea5a5, #053f3f);background-image: -moz-linear-gradient(150deg, #0ea5a5, #053f3f);background-image: -ms-linear-gradient(150deg, #0ea5a5, #053f3f);background-image: -o-linear-gradient(150deg, #0ea5a5, #053f3f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0ea5a5', endColorstr='#053f3f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0ea5a5', endColorstr='#053f3f' );";background-image: linear-gradient(150deg, #0ea5a5, #053f3f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhRHa2rXL70XfIe0EBhiWJHvIIBLCJ4C { display:block; }
 }@media only screen and (max-width: 763px) { #soJv9m0wgT4VVcZNLnop8D1sh9PzfOb3 { background-color:rgba(var(--color-primary-0),0);background-image:url("https://images.assets-landingi.com/uc/28c07687-6d0e-4ff2-861c-84b9eed94392/tomobile.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#soJv9m0wgT4VVcZNLnop8D1sh9PzfOb3.adaptive-delivery-prevent-bg, #soJv9m0wgT4VVcZNLnop8D1sh9PzfOb3.lazyload, #soJv9m0wgT4VVcZNLnop8D1sh9PzfOb3.lazyloading { background-image: none; }#soJv9m0wgT4VVcZNLnop8D1sh9PzfOb3 > .row .container { background-color: transparent; background-image: none; }#soJv9m0wgT4VVcZNLnop8D1sh9PzfOb3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#soJv9m0wgT4VVcZNLnop8D1sh9PzfOb3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#soJv9m0wgT4VVcZNLnop8D1sh9PzfOb3 > .row .container > .video-iframe-container { display: none; }#soJv9m0wgT4VVcZNLnop8D1sh9PzfOb3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#soJv9m0wgT4VVcZNLnop8D1sh9PzfOb3 > .row > .video-iframe-container { display: none; }#soJv9m0wgT4VVcZNLnop8D1sh9PzfOb3 > .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); }#soJv9m0wgT4VVcZNLnop8D1sh9PzfOb3 > .row .container { border-width: 0; border-radius: 0; }#soJv9m0wgT4VVcZNLnop8D1sh9PzfOb3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#soJv9m0wgT4VVcZNLnop8D1sh9PzfOb3 > .row .container { width:20rem;height:99.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PyJvqtIJ5GVph57ngSu6MNAmFq1ZKKTA { width:11.9370403125rem;height:1.39705875rem;top:37.75rem;left:4.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxuTD3bfAKFsiQSyKATooaIuVACXSawz { width:11.9370403125rem;height:1.6176470625rem;top:36.1875rem;left:4rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpIpQf5unNEKaNMLxTLf1hacTJSacgXo { width:20rem;height:1.39705875rem;top:42.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTEdztiNG5Fgx4GsVQFs8gnD1TD1we2S { width:11.9370403125rem;height:1.6176470625rem;top:40.625rem;left:4.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FG6EbX2KQDwHCvdSCz5kdgg6rgrxycSK { width:11.9370403125rem;height:1.6176470625rem;top:44.875rem;left:4.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9otBsr1wBKJUzCnzxGMkFKKURBC7Vu0 { width:20rem;height:1.39705875rem;top:46.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkqERthZmPdEULiTzufrmcUhCIT3hMHM { width:20rem;height:15.572339635849rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #IVaJRreXS6DyxIVOHTtzKWQ2MznAT31W { width:11.9370403125rem;height:1.39705875rem;top:1.3292751312256rem;left:4.0314797163009rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c3XUVDrdHQcMhIQx3TbA516iGCa6UJIi { width:11.625rem;height:0;top:4.5622711181641rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #auDxtdE2zlT22VM5G5iwoRuqTVu4chX6 { width:19.75rem;height:0;top:8.0905303955075rem;left:-0.18795955181122rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #XqLtxZhmdTki0GTdgyT1xPw39ThPtxhX { width:17.5620403125rem;height:1.911764625rem;top:24.061351776123rem;left:1.2189797163009rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wNEHauWL6DorMemCKk7BQNWEFfeiCGPB { width:10.9375rem;height:3.0618105rem;top:27.375rem;left:4.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CiwPPaIJxIHHPUbtxUyVev4OsnMnhAaA { display:block; }
 }@media only screen and (max-width: 763px) { #un7fK1p15lmOURMmK8TeQst6Ny3Dp5IO { width:15.21691175rem;height:2.840992625rem;top:31.1875rem;left:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zxr5yEznXLH0e1msVILLXxDLrbxyPgxf { display:block; }
 }@media only screen and (max-width: 763px) { #ThF7H0LWLF0I7SI1XguZiInkt9T1RrKF { width:20rem;height:1.6176470625rem;top:63.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gsi7Eherv6rN8O5R7vyXFx1PdNXXEAUI { width:19.6875rem;height:7.625rem;top:67.8125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gpLnITnuxizlQodmx8nBX6pLpM5G0qr7 { width:19.7495403125rem;height:7.5620403125rem;top:77.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqxfZo5B4hvUnfNWJg98FWTTuflPmNXg { width:19.6875rem;height:7.5rem;top:88.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EA75T7POcG4q8qib3ZcTS77T4A0ft9Ov { width:7.1875rem;height:1.911764625rem;top:68.875rem;left:11.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hd7usTrUi5BEJplVIh8h6M5haPWqE2FE { width:13.75rem;height:2.5rem;top:72.125rem;left:5.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffXU64niFtCvpmbTeAPBHdlCGbTZgreM { width:10.625rem;height:0.124080875rem;top:71.25rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #asB10FVk3SSPDb6QE3wxH0O6TFuHLNdS { width:7.1875rem;height:1.911764625rem;top:78.8125rem;left:11.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofTH96rCIb9InZ9pEd7P8g1JF2md7Ay2 { width:10.625rem;height:0.124080875rem;top:81.25rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQeGOLSAfbfzWuSaMThQuTxn1tnIXfrp { width:15.6870403125rem;height:3.75rem;top:81.5625rem;left:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6gOZRnOrOso3aeJ2EAulCgpXpUuKBGE { width:7.1875rem;height:1.911764625rem;top:89.3125rem;left:11.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnNsNxTMDUUsfBFrXHV10yMNZbqmxkFL { width:10.625rem;height:0.124080875rem;top:91.5625rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tw0hHACnK9D4F4eEcyApN624Rbra9X8T { width:11.3120403125rem;height:2.5rem;top:92.0625rem;left:7.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #paEhXeRP9aa1KaK4OzwoIu6rQcEocAHw { display:flex;top:1.2488517761231rem;left:16.725642085076rem;width:1.6245404375rem;height:1.6245404375rem;z-index:15002;opacity:0; }
 }@media only screen and (max-width: 763px) { #rSGCkOrfZTyO4R8gBDOZnd8llAnGkgn5 { width:17.5620403125rem;height:4.1176471875rem;top:3.373161315918rem;left:1.2189797163009rem;font-size:1.625rem;z-index:15007;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TfM8tviHXJ40o839mnsKcawGEwWaPqwf { top:22.375rem;left:0.625rem;width:18.75rem;height:13.0625rem;z-index:15001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #s4CEPOkKbUPbr6pRyb1FcAMRbEdOkdiH { width:6.125rem;height:6.125rem;top:78.8125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPQXeCHTlU7uVlmdWlkv9ruzfE9dyuFP { width:6.1868105rem;height:6.1868105rem;top:68.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmAA2TabiEByBZUezCHg6inKRGgJbq4E { width:6.1247701875rem;height:6.1247701875rem;top:89rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwWi2EEOOfgWKTyPadsEKh9rkoVzbL0c { width:20rem;height:0;top:51.061580657959rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #aeQ8AHM3Xe10FvskRaWUHfsdLxPRDu5T { width:19.4990806875rem;height:3.5294115625rem;top:8.6856613159181rem;left:0.25045955181122rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #SvH7oC2hJ94s4GNd16krPbpWi8s8RoWw { top:52.166820526123rem;left:0.56295955181122rem;width:18.8740806875rem;height:9.4117648125rem;z-index:15019;text-align:center;text-align-last:center;font-family:var(--headlines-font-family);font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtG83E7vRznuwdkHcX72mHbrQ9y0ctJm { display:block; }#qtG83E7vRznuwdkHcX72mHbrQ9y0ctJm > .row .container { width:20rem;height:80.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dMpsJNlSoOCkrzBa4wpHSUwgFUg4oP8l { width:20rem;height:3.235294125rem;top:2.5257339477539rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zm5w7goulmPi6qGX2u2mrNG3nq9zd9bZ { width:2.5rem;height:2.8125rem;top:39rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALrlKSh35RXzsn5iv1ZZsbbTMVWhphGT { width:2.3747701875rem;height:2.624080875rem;top:15.1875rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5LifnzTJKTyRP2cU95paIs1h4qQdT65 { width:1.811810625rem;height:2.624080875rem;top:22.25rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcvBPN9oc49UW7giRwnUxVuchuqlTiip { width:2.4368105rem;height:2.4368105rem;top:30.5625rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gp9TuSCFFI6ASOysHKtBsESalK9tVios { width:1.3120404375rem;height:2.936580875rem;top:7.75rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZvqslhKZaA2TfsfTTgeeTlfdoEfLKFZ { width:20rem;height:1.25rem;top:12.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JRGTagOVXU9FnqrwFACpv24a27D6g7tO { width:20rem;height:1.25rem;top:19.5rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ui2gBOcmdLzBfTE0Zm4dtEdcfXvBBTw8 { width:15.1240806875rem;height:2.5rem;top:26.3125rem;left:2.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RpSSIfk1kZ23aViZuBwUMDfvsqZdLQy3 { width:16.4993095625rem;height:2.5rem;top:34.4375rem;left:1.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ilkODhQXstTBoIsFkcioxn8uN9Thhw5H { width:13.75rem;height:2.5rem;top:43.375rem;left:3.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iWH0m3HlUfTEQmCsnoK1givAQyxp7b0w { width:16.875rem;height:30rem;top:48.6571691875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #anWm1bbvMPEyC17PmDiV9wLn42qF8fN9 { display:block; }#anWm1bbvMPEyC17PmDiV9wLn42qF8fN9 > .row .container { width:20rem;height:16.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l6JlswgP5o0ROT1ZHyHahcTMP0J7RrXa { width:20rem;height:1.6176470625rem;top:2.2132415771484rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZG68tylTEsBhUHSD8DhvUnsfgV84KTf7 { width:18.4995403125rem;height:8.75rem;top:5.4641571044922rem;left:0.74908089637756rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3dK3EuhdK7TrGKt6b6xp1LVLtcTKG3w { display:block; }#T3dK3EuhdK7TrGKt6b6xp1LVLtcTKG3w > .row .container { width:20rem;height:98.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mAAufexuyWTU42nTyRNARU1uF6gthKUa { width:3.25rem;height:3.25rem;top:3.125rem;left:8.3743114471438rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozDaErih5dAJgMixTF69LP3zwr0BZEq9 { width:15.625rem;height:20.5625rem;top:1.25rem;left:2.1874998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvOBafyOVLuFCzELr0TalDiKntBKKNmD { width:11.875rem;height:2.5rem;top:8.6684265136719rem;left:4.0291818380356rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRT0Cp0QQOLlIpSHx4xE6oaS57nGmJ3z { width:10.6870403125rem;height:2.5rem;top:52.810195922851rem;left:4.6564797163009rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5U5SHq9HUPGVOkndDMUxz2FiJBUMsz1 { width:3.249080875rem;height:2.6872701875rem;top:48.736221313476rem;left:8.37431037426rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIpTTxsZoBqpgKXHf5wqsdGObmU5CspF { width:15.6875rem;height:21.9375rem;top:23.5625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBpd47ZcOT4RVBqQgVy0hMm1G4mFaJhO { width:11.875rem;height:2.5rem;top:30.75rem;left:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGf1zOH9fikaX2QbIt0CiGT3zTRr4GWJ { width:2.9375rem;height:2.8133802887346rem;top:25.4375rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EoyXfBPXpgAAsVVGt1DrT4xgJXP9PgWB { width:11.4993105rem;height:3.75rem;top:78.375rem;left:4.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHxDf5CdvkzrVCPG6odgcfTMwfuwqMsd { width:3.249080875rem;height:2.8745403125rem;top:73.1875rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxRMKOeaZyOLLirtBCQN0LkGhhUZbKsC { width:11.875rem;height:7.5rem;top:12.347900390625rem;left:4.0291818380356rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzJSw4hi2Pm0znFUasFMlQL7WLiH0VP6 { width:12.8125rem;height:8.75rem;top:34.591445922851rem;left:3.5937498807907rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkxiJldAIJae3P9pVDxDUdhR5ZeiWXm0 { width:12.5rem;height:0;top:57.062271118164rem;left:3.7499998807907rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZGEagBIDcHmw1d3UJDSalCZ1pgFbxLuO { width:12.9997701875rem;height:0;top:83.5625rem;left:3.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #G43ZGh80Wp3vReHe0tsOVoCzQnswGsUe { width:15.625rem;height:22rem;top:47.249526977539rem;left:2.1243106126785rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePSXPzVV3aAwNCIiONWk5HKk8hB4vt9T { width:15.625rem;height:24.4375rem;top:71.3125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dK0lmOwCMabt4Z1y0gR3IIRrLKcA7VT5 { width:12.5rem;height:10rem;top:56.809524536132rem;left:3.7499998807907rem;font-size:1rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #eJp2HTfriWFcZHNLgstvPG4q9GHxzfta { width:12.9997701875rem;height:8.75rem;top:83.934982299806rem;left:3.4995402097702rem;font-size:1rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #GlpioIrAWTsURKPGC4TmRUwsVlE69lXb { display:block; }#GlpioIrAWTsURKPGC4TmRUwsVlE69lXb > .row .container { width:20rem;height:138.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yLpCAc64adUoCq93Xx5VgMmqcRULLeiT { width:18.6247691875rem;height:27.1243095625rem;top:1.2649230957031rem;left:0.68704044818881rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWPPnErtgTNDFyO53BBVUkTH2rRyB0c8 { width:18.4995403125rem;height:27.1243095625rem;top:109.1796875rem;left:0.74908089637756rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozifHolUGq4khDD3kKm5RLZgH8BRIQnx { width:18.6868095625rem;height:12.3747701875rem;top:42.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQxxVdy2X9ENIFbscs63NzS3dVaMx200 { width:18.4995403125rem;height:12.3747701875rem;top:55.873168945312rem;left:0.74908089637756rem;display:block; }
 }@media only screen and (max-width: 763px) { #KH3MLogT7ttQmdDvueaLWURLs0qsEriL { width:18.4995403125rem;height:12.3747701875rem;top:82.735504150387rem;left:0.74908089637756rem;display:block; }
 }@media only screen and (max-width: 763px) { #QX9GsVwu0ROqvPhIXdyt8b9D69TucXBE { width:18.4995403125rem;height:12.3747701875rem;top:95.754821777344rem;left:0.74908089637756rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCZDfgpiWBXt9OiioNGL8oESlFSNnbx3 { width:18.4995403125rem;height:12.1243105rem;top:69.770202636719rem;left:0.74908089637756rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJd9wONTUsESoSTMK9d6C5NiOHG2Adt4 { width:18.75rem;height:12.4368105rem;top:29.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJ1wXh99WNSxcL27miGfNdz06kaiGVOh { display:block; }#JJ1wXh99WNSxcL27miGfNdz06kaiGVOh > .row .container { width:20rem;height:102.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wFmAEhyy1daMlTxUiMVDLWgHrnI68sET { width:20rem;height:1.6176470625rem;top:1.7608032226562rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnOodtOkCaGZ92wgRzJGne9nJy5FsNkT { width:19.3118095625rem;height:5.8823525625rem;top:95.3125rem;left:0.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAPgZbLh7hNaa0NbGZJD1x52TCWmKGdA { width:19.4370403125rem;height:3.5294115625rem;top:90.75rem;left:0.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7ViXkuI47GsxFxxyQvx0lnHS0p7f8Pt { display:block; }#K7ViXkuI47GsxFxxyQvx0lnHS0p7f8Pt > .row .container { width:20rem;height:79.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TrfG9oAQZ3S09MzhWV2xGUvPLh3LkoDS { width:20rem;height:1.6176470625rem;top:1.9990539550781rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kD188OsIxUfkftQVu8mMkBZE68XIZ16r { display:block; }#kD188OsIxUfkftQVu8mMkBZE68XIZ16r > .row .container { width:20rem;height:22.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tMKPZnGL6vKLASUQta2ELN4IzGKcKdvz { width:20rem;height:3.235294125rem;top:2.2495422363281rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AN4zirmZArGtGlgl3ch5VxOSao3F9a2N { height:11.2074909375rem;width:20rem;top:8.5110168457031rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVm4DXcJLHkwCmyl5yZ4eVwCthgARTTz { display:block; }#BVm4DXcJLHkwCmyl5yZ4eVwCthgARTTz > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SBxdRtN3kxKuOQGJWeB1u7559DlGJqcl { width:20rem;height:3.235294125rem;top:2.449462890625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhF9G17PEsLEftW2uV1JxglDwfP3LTI6 { width:18.125rem;height:50.6875rem;top:6.934757015625rem;left:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qaPpG08Zakieb6Z3iebZ82QLyykZqlTN { width:18.125rem;height:50.6875rem;top:59.092383703125rem;left:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #RR75zOu0U3vUMTwdGUa27kfUrLfWxlzO { display:block; }#RR75zOu0U3vUMTwdGUa27kfUrLfWxlzO > .row .container { width:20rem;height:174.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g4XG0Vdr0dH3ooxC0oSa8hqwADN0liC8 { width:18.1875rem;height:43.0625rem;top:45.0625rem;left:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #O7mT8sTwO4gRyTKdg1ESdn2hCTIfUznT { width:18.125rem;height:43.375rem;top:45rem;left:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TAiV6LnSs40vBqKZNyCPtKaCpZP2umhy { width:18.75rem;height:19.558822625rem;top:8.4524536132812rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WpHRbt5PzVsiVnuXiHxzrBJ8nxHX8APz { width:20rem;height:43.625rem;top:0.6590576171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jvqdmwkd9aDASCZAv6pNXRpIr5Z3hRBH { width:19.8125rem;height:43.5625rem;top:0.64691162109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTbvfISifZKl72gMZ7wGh1h01pQzEcWn { display:flex;width:4.5rem;height:4.5rem;top:2.6470642089844rem;left:8.0618114471438rem; }
 }@media only screen and (max-width: 763px) { #vP6LIupb0T7Ax65MZhQWdtSDkcLs3bqU { width:8.75rem;height:8.75rem;top:29.870178222656rem;left:5.6249998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVdOwaf39XGJEVgBEmtCvzhq8gpsBXm7 { width:14.7495403125rem;height:2.5rem;top:39.782897949219rem;left:2.6252297163009rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #goacFsAVyCpU32mVhTm6k0g7cqHmcC2i { width:18.125rem;height:50.8125rem;top:89.825378417969rem;left:0.90418195724488rem;display:none; }
 }@media only screen and (max-width: 763px) { #RKryhNQX5LiORMA7Cey0PaIKu8oU81Eg { width:18.125rem;height:50.8125rem;top:293.21969944141rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #UrBCFNvXCTRcp9o2TkXPZlBK95HviTmp { display:flex;width:4.5rem;height:4.5rem;top:92.071472167969rem;left:8.06181037426rem; }
 }@media only screen and (max-width: 763px) { #saNSurO5HbiLmi7dbZCI4WyMp1MUk5bV { width:17.5rem;height:18.161764125rem;top:52.811401367188rem;left:1.2488510608673rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jhm3im7TIq28MI7lwLwmZnEzT8BXiaRR { width:9.6875rem;height:9.6875rem;top:72.593078613281rem;left:5.1562498807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqgCcE6T3otubtNlhSTlxF5WdZw8NasP { width:16.436121rem;height:2.5rem;top:83.185913085938rem;left:1.7486213445664rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCF217PFnmCmUSZ0qaVThPWAm5BiXTfc { width:18.75rem;height:19.558822625rem;top:98.060668945312rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezm4LyRiHyTUnqSwPP9fl0bbHIxW4mBw { display:flex;width:4.4990806875rem;height:4.4990806875rem;top:47.186401367188rem;left:8.06181037426rem; }
 }@media only screen and (max-width: 763px) { #MweTMZufIKt6BUsMgIzEXUqPOdXCVlk0 { width:9.6875rem;height:9.6875rem;top:119.31683349609rem;left:5.4676007032394rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWUVDweWmRLbhHrKTlFdiogOFOsPnLH9 { width:16.436121rem;height:2.5rem;top:130.62384033203rem;left:1.7486213445664rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3sbs8Bd3WCI8NTV0T2FA2IGC20JEANQ { display:flex;width:4.5rem;height:4.5rem;top:136.6875rem;left:7.75rem; }
 }@media only screen and (max-width: 763px) { #o4MZboapunSged0hASAdg9ckOcZeO0U0 { width:17.1875rem;height:11.1764698125rem;top:142.53875732422rem;left:1.405100941658rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUznXdQnfowGMDBbZaaAhkTmyh9IVSuQ { width:9.6875rem;height:9.6875rem;top:155.49859619141rem;left:5.1562498807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #gB6JXJeoLQ3aofixkOFCUnPhRQ8qu1Cs { width:16.4372691875rem;height:0;top:168.81085205078rem;left:1.7486213445664rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #r4pmv8EBsLWe87pHe3cPNZXTllw5J7hm { width:20rem;height:43.625rem;top:44.9375rem;left:0rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #VwfwfUmhNfG9dqQgohBcdZPD0Tt1iZPI { width:19.8125rem;height:43.5625rem;top:44.9375rem;left:0rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #DtTdDk4UdxUJIzGPQ8Apak2bnUGgt7Ff { width:20rem;height:44.875rem;top:90.1875rem;left:0rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #zL7M95xF3SEil6Sxw4U8JBrogPd6Uppw { width:19.8125rem;height:44.6875rem;top:90.1875rem;left:0rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #PUkxpcsn3nhZxDmWycTsAvSVnr2gGJdQ { width:20rem;height:35.6875rem;top:136.0625rem;left:0rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #ZLbPb0p9ZdSfP8ErPoInqvNJSrbzma8m { width:19.8125rem;height:35.5rem;top:136.0625rem;left:0rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #TmkPovqw9nezEArfmRB3o1gUSFaDM20U { width:16.436121rem;height:2.5rem;top:166.87042236328rem;left:1.7486213445664rem;font-size:1rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #lZLzE2y4LECZuMUfAUSQrEODXTbPrNHc { display:block; }#lZLzE2y4LECZuMUfAUSQrEODXTbPrNHc > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dr3pI5ZSo9KpLi3EQl6HXM7Zr69MpH8p { width:13.0618105rem;height:3.235294125rem;top:2.3104248046875rem;left:3.4685200452804rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nC7cVcVTWtkBhu5GeBq79Gm7xlH30Ppp { display:block; }#nC7cVcVTWtkBhu5GeBq79Gm7xlH30Ppp > .row .container { width:20rem;height:123.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TvZOm71XMIfOeXoZncTsNL0XKQtWHdcQ { width:20rem;height:40.2171401875rem;top:47.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8qpMwQHKCb8N9t875GfF0ohfvRn8aso { width:20rem;height:36rem;top:3.1870727539062rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gVu8SkMWWDEPyiIg7MWDZS5uvDTCXloa { width:19.6875rem;height:35.5rem;top:84.186553955075rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xB063x90c0DK7uTfJeXdCfbz6SrzmBRT { width:20rem;height:10.4296875rem;top:43.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K66e3FySU0LWMLUcivSCNJzSlmX4yrQl { width:2.0625rem;height:2.0625rem;top:16.0625rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KlT1bzogxzDVF1APEJGISUSEHJlvSwR9 { width:12.9997701875rem;height:3.235294125rem;top:8.3125rem;left:3.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPMREpAikhnnGlLaPSk8SaTHK1f3CgLf { width:12.9997701875rem;height:3.235294125rem;top:57.4375rem;left:3.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #igNtm6y9DJfCo6ptGOz9UDkq7wf96l72 { width:16.436121rem;height:1.985294125rem;top:5.3125rem;left:1.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTJTN8mN5pnoOCVUler2zk4ff0q8i0mR { width:16.436121rem;height:1.985294125rem;top:54.6875rem;left:1.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfNI5eWqA9yN52oChcVtAptRovXDRDiP { width:16.436121rem;height:1.39705875rem;top:11.624084472656rem;left:1.7497700452804rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpUrsVoi2T2QcTApy95Tcd3187vAGfcC { width:16.436121rem;height:1.39705875rem;top:60.625rem;left:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nklzpPM1qeobbDceBemi4Dr5Tn90pQV1 { width:16.436121rem;height:1.985294125rem;top:91.3125rem;left:1.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnREb2FmcOsR17xAMvN8eocOG5TJrqdL { width:12.9997701875rem;height:3.235294125rem;top:94.3125rem;left:3.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbJUWtQOxTufksnizz5OtTr4VyswrfgC { width:16.436121rem;height:3.235294125rem;top:98.8125rem;left:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQeIJeQnuV83QCcS8Juy9zzSITykRLt3 { width:16.4372691875rem;height:1.25rem;top:19.125rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lK1Q0AcasNkq8J22Csnsx7lfbd3CkcKi { width:2rem;height:2rem;top:21.5625rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSCaWzREMsPtWOO12opR1QFS6TvPKW3O { width:16.4372691875rem;height:1.25rem;top:24.5rem;left:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNqwLvLPOUJBTDLUtKZwsHHQtVdNvFi7 { width:2rem;height:2rem;top:27.25rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSRXN2HAGmyBdVCOGFe2IC2DHfuvRXRS { width:16.4372691875rem;height:1.25rem;top:30.25rem;left:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHaLCMx2BgM6FGOk5tReUgHrIyfRgAQa { width:11.5289520625rem;height:2.9041819375rem;top:38.168701171875rem;left:4.1877297163009rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4FsoTE9eUmye4qSmUKKM2TRVpzTemN2 { display:block; }
 }@media only screen and (max-width: 763px) { #VuoL8h916Tp26nHJ9fV1fJu7u0cdXm5m { width:11.46691175rem;height:2.840992625rem;top:82.5rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGlF9egHDBRwzuMU8r9vtfq3Ef23TR96 { display:block; }
 }@media only screen and (max-width: 763px) { #Nf7btLmn1z4elOZuc1vJ4LmCmsJtD6yr { width:2rem;height:2rem;top:64.125rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #WuczIRKKXTK8KJcTkiyFoMKDJEZBMhEw { width:16.4372691875rem;height:2.5rem;top:67.375rem;left:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LH0VBZuK84f8EvrMTR7q5Qaeisw8EECB { width:2rem;height:2rem;top:71rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWN6CJ0twVE4KQfbMl27gHEgbPsm5iqm { width:16.4372691875rem;height:1.25rem;top:73.875rem;left:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMTQp61kg8xoxqb9x6txqAtCuNa4HMiQ { width:2rem;height:2rem;top:76.3125rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbXybkEudffzxDdeDHqelS7F6gNCw4aH { width:16.4372691875rem;height:1.25rem;top:79.5625rem;left:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWdRDTOA4Pq6CeorvS1JOMC91DWWrMOl { width:15.1872701875rem;height:6.985293875rem;top:104.9375rem;left:2.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ou0P72KXVfkOEg3LTksAP0dI3Mcv1Lsg { width:11.245173875rem;height:2.6204044375rem;top:116rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #weQXdXU96ZI71yMF5V9VCU29MM93K1dE { display:block; }
 }@media only screen and (max-width: 763px) { #CMe85OMHz7avTQUT3d70GWvqo29JrR1V { width:20rem;height:1.25rem;top:0.57904052734375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8xlPxXI9M1Sed5K3EEEqDo5C3vBRy07 { width:16.25rem;height:0.124080875rem;top:12.264038085938rem;left:1.8727022409439rem;display:block; }
 }@media only screen and (max-width: 763px) { #BuJSB785t7e4qqNxioQyENoOOE6GvBS1 { width:16.436121rem;height:1.39705875rem;top:13.561584472656rem;left:1.7474724054336rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqnB8kDWQDyuuDTt5zwRBI18k7RrkcO9 { width:16.25rem;height:0.0625rem;top:61.375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXAJrQ2izWhg2DTTX48i9dG99AidK4dG { width:16.4372691875rem;height:1.39705875rem;top:62.3125rem;left:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #klzsq0BxJn1u9wMnJiS2DqoSalQ5yfv8 { top:89rem;left:0rem;width:19.9375rem;height:33.5rem;z-index:14997;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #HclbmzTJVGAAwW6gcnzBkgpnsFQ2Bbfq { width:2rem;height:2rem;top:32.25rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSiCC2nnwikzGTLSCDuWqEFiVJUCmlR4 { width:16.4372691875rem;height:1.25rem;top:35.5625rem;left:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7x4lKiJFUZILVJDTzHMPflfLTOTkcUn { top:3.3731689453125rem;left:0rem;width:19.4370403125rem;height:39.3118095625rem;z-index:14996;border-top:0.3125rem solid rgba(var(--color-tertiary-0),1);border-left:0.3125rem solid rgba(var(--color-tertiary-0),1);border-right:0.3125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.3125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;background-color:transparent;background-image: -webkit-linear-gradient(102deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(102deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(102deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(102deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(102deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #nqf496QAsywgInpeq9zsy1hkuU5V5O0E { display:block; }#nqf496QAsywgInpeq9zsy1hkuU5V5O0E > .row .container { width:20rem;height:11.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lLbsDrBfO4TdQ38iDhSh0d2GZ3Cdq2MB { width:17.9365806875rem;height:3.235294125rem;top:1.749755859375rem;left:1.0317095518112rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #thraiKyiw3rt6fS5XVNVkTDORgWzU9fP { width:18.8740806875rem;height:3.75rem;top:6.0294189453125rem;left:0.56295955181122rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyWQ3RdoqndBNr1Lmuh5wIadKHO9Skwo { display:none; }#TyWQ3RdoqndBNr1Lmuh5wIadKHO9Skwo > .row .container { width:20rem;height:25.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GS87mUaIsi7xkGrvgs2mTlpyiEeait0p { width:20rem;height:22.513992413894rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aihODby32zxBo19i9Xo8UpKwc2TKZv9w { width:20rem;height:22.521112277424rem;top:1.3131713867188rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GyFvKTrNlCw3Z2fUPQD8EcQc3SgEqfPF { width:20rem;height:22.528142119341rem;top:1.3752136230469rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPaZEnTBvkOqtudA7dreCQOohpPHV1ge { width:20rem;height:22.5344658125rem;top:1.1948852539062rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlLtUkhAXLIBrgzqpP3r5tC5ZexdBbet { display:block; }#zlLtUkhAXLIBrgzqpP3r5tC5ZexdBbet > .row .container { width:20rem;height:25.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZIBugO4lXryPN3hTZlPls7kvvzKWtwH1 { width:20rem;height:22.513992413894rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXJyBNkAWmalJUnDK2dERMs9p89o0QZ0 { width:20rem;height:22.521112277424rem;top:1.3131713867188rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAtkKDa2m5Tg0o4chOTTvxo8P6l2yH93 { width:20rem;height:22.528142119341rem;top:1.3752136230469rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UuaXacV4CccvmGbrtt4lwrK9VkevS5uA { width:20rem;height:22.5344658125rem;top:1.1948852539062rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ViwNeggs4RApHGVTPQmqbWgeMLTWhOPp { display:block; }#ViwNeggs4RApHGVTPQmqbWgeMLTWhOPp > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t5RuVDQaRZ7oN3n9dRxmOPPw9VZAakie { width:2.1875rem;height:2.1875rem;top:1.125rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUHHPVERtUnLocwkJ1TrNOGpsJKz9yNE { width:2.1875rem;height:2.1875rem;top:1.125rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLtUTy5xLneTXwam7EO9rzM6ngb8CSF5 { display:block; }#BLtUTy5xLneTXwam7EO9rzM6ngb8CSF5 > .row .container { width:20rem;height:42.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r7HWTO1loba8RJ1H5LL766FQAWnSWJBI { width:17.9365806875rem;height:14.8747701875rem;top:1.1467895507812rem;left:1.0317095518112rem;display:block; }
 }@media only screen and (max-width: 763px) { #VxMTEBJaiczZp7uyZqs9VLiUeHSEx572 { width:20rem;height:1.6176470625rem;top:17.857788085938rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H87urqrNsq1ieUXs40aZ71ikxAmEqWm9 { display:flex;width:3.125rem;height:3.125rem;top:21.1339604375rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #QbMLTRtVZkwRfncRSz8fhefCL8Tp7rhl { width:16.1868095625rem;height:5.588234875rem;top:25.630737304688rem;left:1.9037224054336rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HwsGQbT1zAXTTCyc7Cu0AX27ENVf8V3J { width:14.8699440625rem;height:2.8697149375rem;top:32.32421875rem;left:2.5172332525253rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJkWf0r76LTy4AiA96JTCNr8AHNW0F4g { display:block; }
 }@media only screen and (max-width: 763px) { #UcZo5XvKWaRlA0J3PJ8LHSuPTSODE0Aa { width:14.6539520625rem;height:2.840992625rem;top:36.094909667969rem;left:2.6252297163009rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jw4739W9oOfZQ0LiqQcu7FrP6MU0gqie { display:block; }
 }@media only screen and (max-width: 763px) { #k3kseQf5harOuW0nveEyWRWMvZPUKtmF { display:block; }#k3kseQf5harOuW0nveEyWRWMvZPUKtmF > .row .container { width:20rem;height:39.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QPNzT9qzf3ifpdHpXHD3Tyr7s5fFgIcq { width:19.875rem;height:13.25rem;top:18.685668945312rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #StKrozpnuINfXEK8Tg7cTqPzSu5IVvDf { width:20rem;height:1.6176470625rem;top:3.246826171875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i42y1o0EtrCDNc2Ny5GwJTaGPUTODwMq { width:17.8745403125rem;height:0;top:4.8621215820312rem;left:1.0627297163009rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #FFcIPSWWV75hPdd1EEHTgfmy7LTogAuF { width:14.7791819375rem;height:2.840992625rem;top:33.987854003906rem;left:2.6102939844131rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UoH1PAt94sXZphw0vTyTox5sabTdDAcc { display:block; }
 }@media only screen and (max-width: 763px) { #CBJaTmWvZgKRZTToSy9glx1oGR61qzyF { width:19.4990806875rem;height:8.3823528125rem;top:7.605712890625rem;left:0.25045955181122rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #wXIOqDvhFSQXp4udp8wP94fTAqVVL19t { display:block; }#wXIOqDvhFSQXp4udp8wP94fTAqVVL19t > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UiXNbI7ZyO8SHBcFrsyMnUzXRrKewmOS { width:20rem;height:1.6176470625rem;top:3.2490844726562rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #trTgRsWH0rgTpa5SCLUabGODXaWfkOGu { display:block; }#trTgRsWH0rgTpa5SCLUabGODXaWfkOGu > .row .container { width:20rem;height:39.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vkh4CbBwcNUr6txhxyHT5XgcRQPR5nzg { width:20rem;height:13.3125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #siJJJiZRBQzGGNbEseFO5bR72mI7RWx8 { width:20rem;height:1.6176470625rem;top:16.111450195312rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E6JNMbAa9DJEQBmwTAOlxOPKnWUlR1aU { width:17.9997691875rem;height:0;top:18.719665527344rem;left:0.99954044818881rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #gMIeNiKmzBt3WIk9dyFbtKVKz92Ln4X7 { width:18.75rem;height:18.75rem;top:19.216491699219rem;left:0.625rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #c0H6JGm4BJn0572au1vkdxBCnmuwfu3N { display:block; }#c0H6JGm4BJn0572au1vkdxBCnmuwfu3N > .row .container { width:20rem;height:35.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gzOKmWqCZem7a2gnMtLlSUXARrG0Tqki { width:20rem;height:13.3125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Byx9GL9fD3RgTCio1LoKgEC93VcPZgW6 { width:20rem;height:1.6176470625rem;top:15.818014125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CyXQHTP8dfsKia56gJFS0kzt7DmRZt0o { width:18.75rem;height:16.25rem;top:18.926940917969rem;left:0.625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZO7G6U7BQRT5bRdGT6Td7DNXQe0UAdc2 { display:block; }#ZO7G6U7BQRT5bRdGT6Td7DNXQe0UAdc2 > .row .container { width:20rem;height:44.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MZ6WxoAbPb0OkGP1HoS0Uc8Xb2c8WTiK { width:20rem;height:13.3125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgpTTHdAvRPgpU4PITBmZcd8pTaORkeB { width:20rem;height:1.6176470625rem;top:15.818014125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aDckGKtIwknW3JQ22o5H1iTQefNmBrBQ { width:18.6247691875rem;height:22.5rem;top:18.862548828125rem;left:0.68704044818881rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #riqksQQslUKRbGco2odqmdcdHvWoUy46 { display:block; }#riqksQQslUKRbGco2odqmdcdHvWoUy46 > .row .container { width:20rem;height:9.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MwaBysp4X2pTfWx54ROG3xBvVCwrEkn2 { width:20rem;height:1.6176470625rem;top:2.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsxGdhIPIP16LSFIgfzkGQu4uvM0ZTxu { width:18.3122691875rem;height:2.5rem;top:5rem;left:0.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1hJ3gcEnyKkg4frpCLvBng3bDtSnqMw { display:block; }#e1hJ3gcEnyKkg4frpCLvBng3bDtSnqMw > .row .container { width:20rem;height:16.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hZ1HfTxhVrONdMiWV8uu2ol4tEwkBLyM { width:11.6245403125rem;height:2.4368105rem;top:4.5625rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFelN8osXAeEgX55Xnfvwk0CNBaETV2p { width:20rem;height:1.6176470625rem;top:1.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIzIgLXXvQzPSzrfmcUk7hCeHcBN8DiB { width:20rem;height:1.6176470625rem;top:8.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppRtpAbTm6bw9iGxwxWEMoV9nERBI2bb { width:9.5622701875rem;height:2.5620403125rem;top:12.25rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENPuUZNkBXp7tggOvnNOkt2BLSifHhhd { display:block; }#ENPuUZNkBXp7tggOvnNOkt2BLSifHhhd > .row .container { width:20rem;height:13.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VGTMQ17wpe5c4ihSSde0L1JSy6B2dER4 { width:20rem;height:1.6176470625rem;top:1.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvnkqMFJla3snAeAUOTPLDKC5kV7qxQ1 { width:10.5618105rem;height:3.9993105rem;top:4.875rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmuSSUzpE1G7aGvEPBtg6I5lRFpkfsX8 { width:12.6240806875rem;height:1.99908075rem;top:9.5625rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aV6HTmSNVATaU24GmCCQ1c1ugslrQ6If { display:block; }#aV6HTmSNVATaU24GmCCQ1c1ugslrQ6If > .row .container { width:20rem;height:10.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VCRqOWNEqcwGSTw6DeEcEFFZw8NFLRh8 { width:7.2495403125rem;height:2.8745403125rem;top:2.2954711914062rem;left:1.3384650945664rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLgZOGo9bKBXnREr5mAdcySpu9vw8IFC { width:8.8740806875rem;height:1.811810625rem;top:2.8653564453125rem;left:10.56181037426rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVfhqxneevEJTIJ7Avht3pR9xQmiTNUt { width:6.5625rem;height:3.0618105rem;top:7.003662109375rem;left:1.6819852590561rem;display:block; }
 }@media only screen and (max-width: 763px) { #msWZLx9RrmAb4X6J5gll70miwonaGABd { width:6.4993105rem;height:3.4995403125rem;top:6.6004028320312rem;left:11.373620867729rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMuKo6amvVp2nmQpS10tXwTnWc2fJxbV { display:block; }#AMuKo6amvVp2nmQpS10tXwTnWc2fJxbV > .row .container { width:20rem;height:10.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wLyZTBTiBqgIOwz3dHwK2spWXt6vsnPk { width:6.3120403125rem;height:2.7493105rem;top:1.895263671875rem;left:11.400504946709rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5kmU8a0S49DTGidxCSSUz4nPOyfoxUa { width:4.3118105rem;height:4.3118105rem;top:5.875rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5IlcUTGC8inCTUM059hSTrvtP42mMyb { width:4.0625rem;height:4.0625rem;top:5.9375rem;left:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXRTBtV7WnT8UmFFtE3aHvo5bN1Purnz { width:8.3743105rem;height:1.6245404375rem;top:2.3966064453125rem;left:1.1098345518112rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #aOmHsoaLKPJXt9mVqLJcARuQog4TaX0P { display:block; }#aOmHsoaLKPJXt9mVqLJcARuQog4TaX0P > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L4SKwH9zH9ZRyXWsgNSQbBp6bP8qfPez { width:6.7497701875rem;height:4.0625rem;top:5.7066040039062rem;left:11.037453532219rem;display:block; }
 }@media only screen and (max-width: 763px) { #EyT3BXGwfu41KcJI3y74PfTdrakkBvdv { width:8.3125rem;height:4rem;top:1.9370727539062rem;left:10.256203532219rem;z-index:14999;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #NEN7tOUzdHfU3UasLJT7wd0emEzUNMNv { width:6.9990806875rem;height:4.0625rem;top:5.6514282226562rem;left:1.6521137952804rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7Ric4xA78ifQZsvG27c3zTGJyWsSiPw { width:7.3747701875rem;height:3.4995403125rem;top:1.8818969726562rem;left:1.4625459909439rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQUT2qoKyaPlDTG6NkIhwZRp0MKIFIvB { display:block; }#QQUT2qoKyaPlDTG6NkIhwZRp0MKIFIvB > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vg3lQVEe4Fq61RTHsElC8VSp5wtfpamP { width:7.1875rem;height:2.2495403125rem;top:1.730224609375rem;left:10.37798678875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #QhDqnTgKfWo19nrMd20cUEurvrvzOZ2g { width:6.5625rem;height:2.2495403125rem;top:1.7451171875rem;left:2.1840533018112rem;z-index:15001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ymLwDoHkgGi7s4BXlcygUCxswQDkJCKB { width:7.1243105rem;height:1.9370403125rem;top:5.3297119140625rem;left:1.9025734663009rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #PmNPFpuL1I43cNxrVp4JPBq1rmU4PTtt { width:6.9990806875rem;height:4.4990806875rem;top:3.96484375rem;left:10.47219645977rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFgDnIlRignNAvKeW8I9h4yrkiQitFMx { display:block; }#EFgDnIlRignNAvKeW8I9h4yrkiQitFMx > .row .container { width:20rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q5BC48DHtt3PvLUF3v074OFOzabFB3GD { width:7.7493105rem;height:2.3747701875rem;top:1.1006469726562rem;left:10.558363795281rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Mi3UryeKxQRsgLCwiyr0A5k1F2ISxsLn { width:8.6247701875rem;height:2.1243105rem;top:1.238525390625rem;left:1.2166819572449rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBLtTIpt9C1OGXRzTaDufTHP2cbxJveX { width:6.9990806875rem;height:2.9997701875rem;top:4.8001098632812rem;left:2.0278033018112rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnD3KH6Z2e8Mdh3d7fVMTETtOLhAIuhR { width:7.6240806875rem;height:1.9370403125rem;top:5.3308715820312rem;left:10.62040412426rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Jg9eCsnyzzETBirnWm1ufyynQH43GtDB { display:block; }#Jg9eCsnyzzETBirnWm1ufyynQH43GtDB > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KQuAK5Obh9oeqQ5z2dZ0MBpqw0ZMZ6LS { width:6.7497701875rem;height:2.2495403125rem;top:1.6875rem;left:2.4375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #tbLqUUOlnA8b8IJKI30UKZ1CvMwXGt48 { width:6.3120403125rem;height:3.3122701875rem;top:1.125rem;left:11.3125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #bmaLLREATgqTrlhiJNGDT4fsbpWqF5vq { display:block; }#bmaLLREATgqTrlhiJNGDT4fsbpWqF5vq > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iXOHLVGvltvfT3qUO2LvL110wW6PG9qd { display:block; }#iXOHLVGvltvfT3qUO2LvL110wW6PG9qd > .row .container { width:20rem;height:52.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KElBT98LhPRE1QL0pVHzpItVAOqk21Ng { width:20rem;height:2.4264705rem;top:2.980224609375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ .accordion-heading-text { font-size:1rem;height:auto; }
#JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ { display:flex;height:auto;width:17.5rem;top:6.122314453125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ #M7RR6yhirbo9gXRicrZNbvAHBncvi1qU {  }
 }@media only screen and (max-width: 763px) { #JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ #L2mwzbxGdZ0Ns20ZH1BinEpq6N03KERv {  }
 }@media only screen and (max-width: 763px) { #JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ #QaT5AU0RhxWtlMkFkF2N5x6ksvIWFnVC {  }
 }@media only screen and (max-width: 763px) { #JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ #OxsifJH5FCIVzTchR19JezECKG9qG7Ou {  }
 }@media only screen and (max-width: 763px) { #JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ #zZWF4xMc2atDigT7ZDeOsZT7REQNaNvQ {  }
 }@media only screen and (max-width: 763px) { #JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ #Aa1xTyWZs8p0yB2kRs7PDyvq5OsXBtEt {  }
 }@media only screen and (max-width: 763px) { #JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ #keHgw8cmdT8KHvgfQLzPA5kTGJwIB9aA {  }
 }@media only screen and (max-width: 763px) { #JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ #p40drymgMni1az9TSbhosvOJeCBRNzV4 {  }
 }@media only screen and (max-width: 763px) { #JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ #CCEhwkUdA9XRmJqtQCh5prcMGtLII2oV {  }
 }@media only screen and (max-width: 763px) { #JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ #m8tuzBvCuSRa8cradBtCxvT7zs11FZSz {  }
 }@media only screen and (max-width: 763px) { #JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ #QE7oyn9oBzZifm0KfZgrOLdTMzr3R3Rn {  }
 }@media only screen and (max-width: 763px) { #JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ #W6M8zMHsrvoxDp4zBKb3T848n3tb0692 {  }
 }@media only screen and (max-width: 763px) { #JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ #fMw04s8OcuOLWiPOrJlGvwBIEFevXJDw {  }
 }@media only screen and (max-width: 763px) { #JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ #Fbp3yh7SAATRwTydvQA97qgTdGFs889P {  }
 }@media only screen and (max-width: 763px) { #JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ #MEdSSAwgTEckLf4mz2tWbyMlHQTbAroS {  }
 }@media only screen and (max-width: 763px) { #JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ #KfePXn9k8fRnwCX832TqzH2mvi7V2fFT {  }
 }@media only screen and (max-width: 763px) { #JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ #DuPzOG7WI8tQuT7vQBWnAQ2XH9iiaVsC {  }
 }@media only screen and (max-width: 763px) { #JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ #Ta2fAyOrTOHvRgh8MhUvB7JIcwhT0sMQ {  }
 }@media only screen and (max-width: 763px) { #JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ #ABZ0VsTwHk96CJgkqMDEQEwFEwcJ4Tz2 {  }
 }@media only screen and (max-width: 763px) { #JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ #N0pztw6F4WMuFitC24nA4K5fClmWclpi {  }
 }@media only screen and (max-width: 763px) { #JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ #MZPzKGRGbHATtnWpDmvuHwdAFK2W1v1s {  }
 }@media only screen and (max-width: 763px) { #JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ #pGSmI9naZVPeB36KTOe983A5q6CMPt1B {  }
 }@media only screen and (max-width: 763px) { #JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ #qzZNyI59zizJCpJ0I8pi0MlCQV2Xx9bh {  }
 }@media only screen and (max-width: 763px) { #JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ #or2Ar7yUMl05owQAwZCIOe8X0JkVUR5w {  }
 }@media only screen and (max-width: 763px) { #JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ #MF6VCtofZtm4dqvS5LM0ZK15df7DwZXz {  }
 }@media only screen and (max-width: 763px) { #JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ #Ta94bXtxV6dWVMrn8WKo9PL9G8CGnlxZ {  }
 }@media only screen and (max-width: 763px) { #JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ #l9vVfG5MfomTTEnzvz5Ee9agQR3fzu8N {  }
 }@media only screen and (max-width: 763px) { #JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ #MVEGqoUFLfkmKHlR66to3XaEM2VA8y8D {  }
 }@media only screen and (max-width: 763px) { #JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ #e9xyXUA0iwC9iUmNlvHnNnggSFwqAbWv {  }
 }@media only screen and (max-width: 763px) { #JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ #lxE1Z1GaoLkxpcRHpFnTcyfwBGlLwi96 {  }
 }@media only screen and (max-width: 763px) { #JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ #E8P5OdGJakMNUoTNXrd0RKsStQyiFTZ9 {  }
 }@media only screen and (max-width: 763px) { #JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ #FVkrEC8AI3OgGpFXZVg4yUI8u0E2gVos {  }
 }@media only screen and (max-width: 763px) { #JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ #bw3Ik0WOaC0ACz8E1GGWETDvmVis9yTe {  }
 }@media only screen and (max-width: 763px) { #JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ #dzab4Wo4h1zCDHIrmKvf6o8cClrdxiHd {  }
 }@media only screen and (max-width: 763px) { #JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ #Kwfpzxo0MTsoZIZFmecP2rmzAprKWshA {  }
 }@media only screen and (max-width: 763px) { #JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ #ENtVwrAXhh0ADG1Vq5zmmMey64ZQ2vXD {  }
 }@media only screen and (max-width: 763px) { #JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ #ksAr401wtZASuh1gacOvRALSW1uB7MkR {  }
 }@media only screen and (max-width: 763px) { #JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ #bApu0PJHqKouQp0vOev2K3lM4317nuu1 {  }
 }@media only screen and (max-width: 763px) { #JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ #HB0QEpynTJL3qEIRglOUgGeuRGFEmcDV {  }
 }@media only screen and (max-width: 763px) { #JqgsCbb5ak9wSRlRMpkrzPk0uuueTuIJ #KHqFegTTZ4Q3aFTXi70R3TEGfRrR0O8u {  }
 }@media only screen and (max-width: 763px) { #PUzAIJ6smgu4GHgikrBBlAN72cpnoHQP { display:block; }#PUzAIJ6smgu4GHgikrBBlAN72cpnoHQP > .row .container { width:20rem;height:92.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AzgFNhgh50dZ5uEMXXAy3Wrx5UvV2WQQ { width:5.6875rem;height:4.4375rem;top:1.62109375rem;left:-0.59109888590345rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJrR9DheBzhJOsw0Ze0KIaEqZLDKiKWB { width:20rem;height:2.5rem;top:6.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #npfEdiu1MT0UcdFCRWyZoe5qTmqvBIXq { width:20rem;height:1.25rem;top:10.408996582031rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfTzJPFNFDB5yV6UIEkqE1M6DZKRQu9Q { width:20rem;height:1.25rem;top:12.936584472656rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLTrOXLDbhF6K8WmKJiVDH2NmZTWxCvM { width:18.8740806875rem;height:3.75rem;top:14.686340332031rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNW4c47M3TFdTQ2vSJV1sMWMKmHMBK48 { width:13.3743105rem;height:3.0618105rem;top:20.059753417969rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfKldOWVo1dZewFTHARVymns5vaJ8eMc { display:block; }
 }@media only screen and (max-width: 763px) { #RTFd5HHBrKmUZ8gpczPyT5FyZ2AohV2i { width:20rem;height:6.25rem;top:51.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rduQlxkTNQuayFxo5mqJrF9TmzfSosFm { width:20rem;height:3.75rem;top:60.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EarZIcdhpZ1IbhBPTtPC9Luqw5T7TgJH { width:20rem;height:3.75rem;top:25.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqMNdHHi8wIbnWpfuMJ5OHmgznilBBT8 { width:20rem;height:3.75rem;top:33.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WwEpNusnIh0GXoHqaomMksDa72WmkruS { width:20rem;height:1.25rem;top:30.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4tU68Hf8VkE39QxLymfBmKfRtFN7wSN { width:20rem;height:1.25rem;top:38.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRCSwmlGWBJuN23XZ50ghZ7U1883sA2K { width:20rem;height:1.25rem;top:66.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvTGla7vmNhw8KcXHd54bB5hwmNIVgBK { width:20rem;height:1.25rem;top:71.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0Tarv8H0i5xbI6nMLiCKPaH7Q4HzHRL { width:20rem;height:1.25rem;top:73.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7hXDCUiD0TK6aPw6QVDGcIKFpT5TBTN { width:20rem;height:1.25rem;top:75.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NxpwfTFcNXON4Nn0330xZxKeAxy7Li6A { width:20rem;height:1.25rem;top:78.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDhEbmKTPek8Jaig7VTDQCPyrxh4V5dc { width:20rem;height:1.25rem;top:80.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QEXwqu7WUQzRK4Msy0a9Md11TtPLcGQA { width:20rem;height:11.184512125rem;top:38.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zg387uKnc691B1qBccQRuKOhG2QaFLfa { width:8.6875rem;height:1.25rem;top:84.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLviKZkWkpr9csNpuhD1q9hIPoA4VKC1 { width:2.125rem;height:2.125rem;top:87.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLAldLvcuRbUd7WZV24DWThOyCQ7ca5s { width:2.0625rem;height:2rem;top:87.3125rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3H1CVN2akrP0DGKnbpnraOKlfySZlII { width:1.875rem;height:1.875rem;top:87.3125rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyNgGimOU6vBITxmU3QNCV1I1reO3MWx { width:1.6245404375rem;height:1.875rem;top:87.375rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0SSDThE6Nthy5QFWzThJ6olQMBL7Ozw { width:20rem;height:1.25rem;top:68.8125rem;left:0rem;font-size:1rem;display:block; }
 }