.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:247,240,228;--color-primary-1:228,206,164;--color-primary-2:201,157,73;--color-primary-3:101,79,37;--color-primary-4:30,24,11;--color-secondary-0:219,222,222;--color-secondary-1:136,146,144;--color-secondary-2:17,36,32;--color-secondary-3:9,18,16;--color-secondary-4:3,5,5;--color-tertiary-0:255,255,255;--color-tertiary-1:184,189,188;--color-tertiary-2:17,36,32;--color-tertiary-3:9,18,16;--color-tertiary-4:2,4,3;--headlines-font-family:"lato";--paragraphs-font-family:"lato"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-primary-4),1);background-image:url("https://images.assets-landingi.com/cbaknd86/bg01_011.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#XEmcSWilwC3Q0ZeA8boUS7xKQ9vWTCzV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XEmcSWilwC3Q0ZeA8boUS7xKQ9vWTCzV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XEmcSWilwC3Q0ZeA8boUS7xKQ9vWTCzV > .row > .video-iframe-container { display: none; }#XEmcSWilwC3Q0ZeA8boUS7xKQ9vWTCzV > .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); }#BtxlI6DbZDvy44xW7BeKV12fZCwmJ4wr { background-color:rgba(var(--color-tertiary-2),1);background-image:none;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;display:block; }#BtxlI6DbZDvy44xW7BeKV12fZCwmJ4wr > .row .container { background-color: transparent; background-image: none; }#BtxlI6DbZDvy44xW7BeKV12fZCwmJ4wr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BtxlI6DbZDvy44xW7BeKV12fZCwmJ4wr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BtxlI6DbZDvy44xW7BeKV12fZCwmJ4wr > .row .container > .video-iframe-container { display: none; }#BtxlI6DbZDvy44xW7BeKV12fZCwmJ4wr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BtxlI6DbZDvy44xW7BeKV12fZCwmJ4wr > .row > .video-iframe-container { display: none; }#BtxlI6DbZDvy44xW7BeKV12fZCwmJ4wr > .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); }#BtxlI6DbZDvy44xW7BeKV12fZCwmJ4wr > .row .container { border-width: 0; border-radius: 0; }#BtxlI6DbZDvy44xW7BeKV12fZCwmJ4wr > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#BtxlI6DbZDvy44xW7BeKV12fZCwmJ4wr > .row .container { width:60rem;height:24.8125rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#PH6L7nndix6gbxTMWDKvVmrSd7N8ztyU { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1.25rem solid #efd4b2;border-left:1.25rem solid #efd4b2;border-right:1.25rem solid #efd4b2;border-bottom:1.25rem solid #efd4b2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:41.3125rem;width:21.875rem;top:0rem;left:35.625rem;display:none; }
#V9azpIfGLIMbenTVPs8UDVKAS46Eh4HJ { 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:10.25rem;width:10.25rem;top:0rem;left:29.487501144409rem;overflow:hidden;display:block; }
#o1h4csdThicxHDcw4nv5lmMUALVoMKPw { 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:24.5rem;width:24.5rem;top:4.7683715820312E-7rem;left:3.8000011444092rem;overflow:hidden;display:block; }
#gBXr15gUP6GFhvUJz3Tlg55tLiK7K7mg { color:rgba(var(--color-primary-0),1);display:block;width:37.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:8.8375005722044rem;left:22.468751907349rem;height:6.825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ppLcN1loGl1csTiGZx44uiS9cTXXGxPT { background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-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:17.5rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:17.225000858307rem;left:26.562501907349rem;display:block; }
#AP81AmRiEIAi8TeVzzv5GGGKuA7TiQ1J { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Q74C9CeScAFcrAznWHycg8EPbNXD4B6l { color:rgba(var(--color-primary-0),1);display:block;width:37.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:8.8375000953675rem;left:20.968751907349rem;height:6.825rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#KHPtE2dJWDF5VollGQlthSuQ4AkK7SK4 { background-color:rgba(var(--color-tertiary-2),1);background-image:none;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;display:block; }#KHPtE2dJWDF5VollGQlthSuQ4AkK7SK4 > .row .container { background-color: transparent; background-image: none; }#KHPtE2dJWDF5VollGQlthSuQ4AkK7SK4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KHPtE2dJWDF5VollGQlthSuQ4AkK7SK4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KHPtE2dJWDF5VollGQlthSuQ4AkK7SK4 > .row .container > .video-iframe-container { display: none; }#KHPtE2dJWDF5VollGQlthSuQ4AkK7SK4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KHPtE2dJWDF5VollGQlthSuQ4AkK7SK4 > .row > .video-iframe-container { display: none; }#KHPtE2dJWDF5VollGQlthSuQ4AkK7SK4 > .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); }#KHPtE2dJWDF5VollGQlthSuQ4AkK7SK4 > .row .container { border-width: 0; border-radius: 0; }#KHPtE2dJWDF5VollGQlthSuQ4AkK7SK4 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#KHPtE2dJWDF5VollGQlthSuQ4AkK7SK4 > .row .container { width:60rem;height:32.875rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#pJh1FkWlZUwsxw65MSsfwZSd7Im1yDXp { color:rgba(var(--color-primary-0),1);display:block;width:51.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15004;line-height:1.7;letter-spacing:0;top:1.6437501907349rem;left:4.0625rem;height:5.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#P7Q1Jm4C08FbpRbORxiLdKbPk5eSDaXV { color:rgba(var(--color-primary-0),1);display:block;width:31.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.7;letter-spacing:0;top:8.9562492370606rem;left:0rem;height:19.125rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#eeumkfdsIUBQDU6Ko4Ru8CqridKKT2tX { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1.25rem solid #efd4b2;border-left:1.25rem solid #efd4b2;border-right:1.25rem solid #efd4b2;border-bottom:1.25rem solid #efd4b2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:41.3125rem;width:21.875rem;top:0rem;left:35.625rem;display:none; }
#BstLGPCUrx7tkkDMmW0UOiqgo1wtWIMM { color:rgba(var(--color-primary-0),1);display:block;width:31.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.7;letter-spacing:0;top:11.768750190735rem;left:0rem;height:19.125rem;text-align:justify;text-align-last:initial;font-style:normal;display:none; }
#T4w7Vdfi7pIaTq9kTKAbAkW3xcWtNFiL { position:absolute;display:block;z-index:15025;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:15.3125rem;width:27.4375rem;top:10.324999809265rem;left:32.562501907349rem;display:block; }
#Quz7qQ2NR9OEWNxWpTC0pxSJTRRd3zrH { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.6875rem;width:12.375rem;top:26.493750572204rem;left:23.125001907349rem;overflow:hidden;display:block; }
#chJhtbNgFXm5Pz3DAWT9Ktytm6zmg9tN { color:rgba(var(--color-primary-0),1);display:block;width:51.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15004;line-height:1.7;letter-spacing:0;top:1.6437501907349rem;left:4.0625rem;height:5.95rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#XxyUxyuXyvAE7XB9x5WingHJAa3a2TB6 { background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/5f35df44-43d7-4770-9497-477c1780fdfb/5.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:relative;z-index:auto;display:block; }#XxyUxyuXyvAE7XB9x5WingHJAa3a2TB6.adaptive-delivery-prevent-bg, #XxyUxyuXyvAE7XB9x5WingHJAa3a2TB6.lazyload, #XxyUxyuXyvAE7XB9x5WingHJAa3a2TB6.lazyloading { background-image: none; }#XxyUxyuXyvAE7XB9x5WingHJAa3a2TB6 > .row .container { background-color: transparent; background-image: none; }#XxyUxyuXyvAE7XB9x5WingHJAa3a2TB6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XxyUxyuXyvAE7XB9x5WingHJAa3a2TB6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XxyUxyuXyvAE7XB9x5WingHJAa3a2TB6 > .row .container > .video-iframe-container { display: none; }#XxyUxyuXyvAE7XB9x5WingHJAa3a2TB6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XxyUxyuXyvAE7XB9x5WingHJAa3a2TB6 > .row > .video-iframe-container { display: none; }#XxyUxyuXyvAE7XB9x5WingHJAa3a2TB6 > .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); }#XxyUxyuXyvAE7XB9x5WingHJAa3a2TB6 > .row .container { border-width: 0; border-radius: 0; }#XxyUxyuXyvAE7XB9x5WingHJAa3a2TB6 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#XxyUxyuXyvAE7XB9x5WingHJAa3a2TB6 > .row .container { width:60rem;height:24.8125rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#yGKbR1bdOetTa4lqKPyXvvKDktOfEdT6 { box-sizing:content-box;height:23.875rem;width:20.6875rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-top:0.625rem solid rgba(var(--color-primary-2),1);border-left:0.625rem solid rgba(var(--color-primary-2),1);border-right:0.625rem solid rgba(var(--color-primary-2),1);border-bottom:0.625rem solid rgba(var(--color-primary-2),1);top:0.0062503814697263rem;left:18.125001907349rem;display:block; }
#IXLZTvJCGlMbpX1AcqtdwsBsqEMfBEl9 { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:6.1875rem;left:20.63125038147rem;height:4.4rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZxTWClF1vK6p50JJ9i4DWWL5TysFEtx0 { color:rgba(var(--color-tertiary-0),1);display:block;width:19.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:11.81875038147rem;left:19.19375038147rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TIGqXEBMAcrs90Tg9raK7kWLDiTcPzlr { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;top:16.362501144409rem;left:28.44375038147rem; }
#cr2Mbz9ih2ZlvI3fP99GByABm3unDvzK { 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:13.375rem;height:4.0625rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:18.612499237061rem;left:22.38125038147rem;display:block; }
#VIAJ3XVgGASPQndmqURwpZcP3ooKRey6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mZqXLVApDJ8uFr6eVTtxTy65EuZ40BH6 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.5rem;width:15.375rem;top:21.375rem;left:41.625rem;overflow:hidden;display:none; }
#fSJDsHuiBoWslGCLTDVlsXK4HZFAT79q { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:0.43749904632568rem;left:41.125rem;height:4.4rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#Lp2e2taqpSmdwgEDdrracNqCI1Zvlaak { box-sizing:content-box;height:24.0625rem;width:20.6875rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-top:0.625rem solid rgba(var(--color-primary-2),1);border-left:0.625rem solid rgba(var(--color-primary-2),1);border-right:0.625rem solid rgba(var(--color-primary-2),1);border-bottom:0.625rem solid rgba(var(--color-primary-2),1);top:5.75rem;left:38.0625rem;display:none; }
#JdGgUP18xIXPprIH5em89hEeW1eK2eHd { color:rgba(var(--color-tertiary-0),1);display:block;width:19.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:6.956250190735rem;left:39.6875rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#qAD7TI2JKw7TiQ1nnXFZAmnoNSkzotwn { 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:13.375rem;height:4.0625rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:14.174999237061rem;left:42.875rem;display:none; }
#e3QOLqSuVFQSTWWfSTzRuOQGXRcETsFq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Dq8D2BigZxL5aFktN1mOSVvaWQXL7JI5 { background-color:rgba(var(--color-tertiary-4),1);background-image:none;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;display:block; }#Dq8D2BigZxL5aFktN1mOSVvaWQXL7JI5 > .row .container { background-color: transparent; background-image: none; }#Dq8D2BigZxL5aFktN1mOSVvaWQXL7JI5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dq8D2BigZxL5aFktN1mOSVvaWQXL7JI5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dq8D2BigZxL5aFktN1mOSVvaWQXL7JI5 > .row .container > .video-iframe-container { display: none; }#Dq8D2BigZxL5aFktN1mOSVvaWQXL7JI5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dq8D2BigZxL5aFktN1mOSVvaWQXL7JI5 > .row > .video-iframe-container { display: none; }#Dq8D2BigZxL5aFktN1mOSVvaWQXL7JI5 > .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); }#Dq8D2BigZxL5aFktN1mOSVvaWQXL7JI5 > .row .container { border-width: 0; border-radius: 0; }#Dq8D2BigZxL5aFktN1mOSVvaWQXL7JI5 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Dq8D2BigZxL5aFktN1mOSVvaWQXL7JI5 > .row .container { width:60rem;height:6.25rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#gT7OWzm2kKTs7yBQhtzTv4CafsrV9U0n { color:rgba(var(--color-primary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:0.875rem;left:0rem;height:2.275rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#a4ChThK4LOgKwDRXDM1Vz5Q7Q1NLSUVZ { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;top:3.8499994277954rem;left:28.9375rem; }
#oc0BXvaWIxwS0dyegCwZZ7d3xfrwLiQH { color:rgba(var(--color-primary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:0.875rem;left:0rem;height:2.275rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#khrVHg2wzUVRECWBC2DiDb15AOf7sThe { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;top:3.8499994277954rem;left:28.9375rem;display:none; }
#f1z13Te0cO7m2pLWASdhAFf6g3OvKq2e { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#f1z13Te0cO7m2pLWASdhAFf6g3OvKq2e > .row .container { background-color: transparent; background-image: none; }#f1z13Te0cO7m2pLWASdhAFf6g3OvKq2e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f1z13Te0cO7m2pLWASdhAFf6g3OvKq2e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f1z13Te0cO7m2pLWASdhAFf6g3OvKq2e > .row .container > .video-iframe-container { display: none; }#f1z13Te0cO7m2pLWASdhAFf6g3OvKq2e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f1z13Te0cO7m2pLWASdhAFf6g3OvKq2e > .row > .video-iframe-container { display: none; }#f1z13Te0cO7m2pLWASdhAFf6g3OvKq2e > .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); }#f1z13Te0cO7m2pLWASdhAFf6g3OvKq2e > .row .container { border-width: 0; border-radius: 0; }#f1z13Te0cO7m2pLWASdhAFf6g3OvKq2e > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f1z13Te0cO7m2pLWASdhAFf6g3OvKq2e > .row .container { font-size:0.875rem;font-family:arial;height:25rem;width:60rem;position:relative;display:block; }#lrTmZ9QKqd9XgwEO5BrQgnpJEVl4L2tM { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;border-top:0.25rem solid rgba(var(--color-secondary-2),1);border-left:0.25rem solid rgba(var(--color-secondary-2),1);border-right:0.25rem solid rgba(var(--color-secondary-2),1);border-bottom:0.25rem solid rgba(var(--color-secondary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.5rem;width:17.5rem;top:1rem;left:1rem;display:block; }
#dzJrx9QQE3oC3c0wQCv2y8krxRLUEDH1 { color:rgba(var(--color-primary-0),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:11.47500038147rem;left:2.3125rem;height:9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tD3oBrq1qZaTcWL9aG7Ic6inbKrERdaf { color:rgba(var(--color-primary-0),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.6;letter-spacing:0;top:6.4375rem;left:2.3125rem;height:4rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QhTgTphtvpA1GrtzFDdTgzyJp37l9CtO { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:1.875rem;top:5.3125rem;left:9.0625rem;display:block; }
#JVGNvk3AJHKKAB1PCxSh6hwih4ORWntT { position:absolute;display:block;z-index:15005;background-color:transparent;background-image:none;border-top:0.25rem solid rgba(var(--color-secondary-2),1);border-left:0.25rem solid rgba(var(--color-secondary-2),1);border-right:0.25rem solid rgba(var(--color-secondary-2),1);border-bottom:0.25rem solid rgba(var(--color-secondary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.5rem;width:17.5rem;top:1rem;left:21rem;display:block; }
#dNmG3AZktqxr853IPi6ngpIU5vcA3PJ9 { color:rgba(var(--color-primary-0),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:11.47500038147rem;left:22.3125rem;height:9rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XzM6pvEEXpEoJHyTake9Fa21VOvltLDG { color:rgba(var(--color-primary-0),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.6;letter-spacing:0;top:6.4375rem;left:22.3125rem;height:2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PnJdEUdnBGx3Cu46LrLKDCXGpU2AWTWi { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:1.875rem;top:5.3125rem;left:29.0625rem;display:block; }
#TVTcpnaF4VhQWFooHCy3oZaGop7oAOJr { position:absolute;display:block;z-index:15010;background-color:transparent;background-image:none;border-top:0.25rem solid rgba(var(--color-secondary-2),1);border-left:0.25rem solid rgba(var(--color-secondary-2),1);border-right:0.25rem solid rgba(var(--color-secondary-2),1);border-bottom:0.25rem solid rgba(var(--color-secondary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.5rem;width:17.5rem;top:1rem;left:41rem;display:block; }
#ZhlekWNXkgIUIbdOhzVLyvo53yVgDePd { color:rgba(var(--color-primary-0),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15015;line-height:1.6;letter-spacing:0;top:11.47500038147rem;left:42.3125rem;height:7.2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#py003cwex05IKoloBR228U0OX0cs5QAF { color:rgba(var(--color-primary-0),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15016;line-height:1.6;letter-spacing:0;top:6.4375rem;left:42.3125rem;height:4rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Tgt80JgDxrIxS15gaUKtE2sX2qB8CEhy { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:1.875rem;top:5.3125rem;left:49.0625rem;display:block; }
#RhfkFu2lItKVgQw59GcTJ2gEWOTWh8TN { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-4),1);background-image:url("https://images.assets-landingi.com/uc/0d43fb66-776e-4c61-9b84-58ff371e1cfc/2.jpg");background-position:center left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.8125rem;width:19.75rem;top:0.03125rem;left:20.0625rem;display:block; }#RhfkFu2lItKVgQw59GcTJ2gEWOTWh8TN.adaptive-delivery-prevent-bg, #RhfkFu2lItKVgQw59GcTJ2gEWOTWh8TN.lazyload, #RhfkFu2lItKVgQw59GcTJ2gEWOTWh8TN.lazyloading { background-image: none; }
#hnT14PzdNOV6VhDBMQPtmlemvFqc0ZpR { color:rgba(var(--color-primary-0),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15016;line-height:1.6;letter-spacing:0;top:24.9375rem;left:0rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JGNkQZmVuCzByD0FC1paTDthEnm9pXsk { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;top:1.9562501907349rem;left:9.125rem; }
#wIVwLBeKAEdySsl07fHowwVMk2FEIu57 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;top:1.9562501907349rem;left:29.125rem; }
#ZIwwBpTnCO52be54pzDse2VADrLA6rre { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;top:1.9562501907349rem;left:49.125rem; }
#uFcR1qu9leSbdPsg2xvwBT8kPq3dbqWt { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;top:1.9562501907349rem;left:9.125rem;display:none; }
#lk8EeXqEDPI7dHrQyMaH48oHsOeMqOe7 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;top:1.9562501907349rem;left:29.125rem;display:none; }
#W0eIcvl47RAHvVV6hSoxhl4zInAxsuo4 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;top:1.9562501907349rem;left:49.125rem;display:none; }
#uMmwW7vWXwFK0uXaumysCpCAq4Md8HAm { background-color:rgba(var(--color-tertiary-4),1);background-image:none;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;display:block; }#uMmwW7vWXwFK0uXaumysCpCAq4Md8HAm > .row .container { background-color: transparent; background-image: none; }#uMmwW7vWXwFK0uXaumysCpCAq4Md8HAm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uMmwW7vWXwFK0uXaumysCpCAq4Md8HAm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uMmwW7vWXwFK0uXaumysCpCAq4Md8HAm > .row .container > .video-iframe-container { display: none; }#uMmwW7vWXwFK0uXaumysCpCAq4Md8HAm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uMmwW7vWXwFK0uXaumysCpCAq4Md8HAm > .row > .video-iframe-container { display: none; }#uMmwW7vWXwFK0uXaumysCpCAq4Md8HAm > .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); }#uMmwW7vWXwFK0uXaumysCpCAq4Md8HAm > .row .container { border-width: 0; border-radius: 0; }#uMmwW7vWXwFK0uXaumysCpCAq4Md8HAm > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#uMmwW7vWXwFK0uXaumysCpCAq4Md8HAm > .row .container { width:60rem;height:6.75rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#fMmDQgDM62qIansmw98UFPJWodBApD0z { color:rgba(var(--color-primary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:0.875rem;left:0rem;height:2.275rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tOeLoodzu3tLVTp0E6TOMGas2WWnlM9A { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;top:3.8499994277954rem;left:28.9375rem; }
#sRWmBhP3CKgQDp79MBr1x8ogZKq26Pv8 { color:rgba(var(--color-primary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:0.875rem;left:0rem;height:2.275rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#Q46zXXoxbxDEGL4NTU0mnsFDlaIe82ue { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;top:3.8499994277954rem;left:28.9375rem;display:none; }
#DTGIQfk2vanRnBCXUG1i3FTi2DFxuIJu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(top, rgba(var(--color-secondary-2),1), #000000);background-image: -moz-linear-gradient(top, rgba(var(--color-secondary-2),1), #000000);background-image: -ms-linear-gradient(top, rgba(var(--color-secondary-2),1), #000000);background-image: -o-linear-gradient(top, rgba(var(--color-secondary-2),1), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='#000000' );";background-image: linear-gradient(to bottom, rgba(var(--color-secondary-2),1), #000000);background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DTGIQfk2vanRnBCXUG1i3FTi2DFxuIJu > .row .container { background-color: transparent; background-image: none; }#DTGIQfk2vanRnBCXUG1i3FTi2DFxuIJu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DTGIQfk2vanRnBCXUG1i3FTi2DFxuIJu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DTGIQfk2vanRnBCXUG1i3FTi2DFxuIJu > .row .container > .video-iframe-container { display: none; }#DTGIQfk2vanRnBCXUG1i3FTi2DFxuIJu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DTGIQfk2vanRnBCXUG1i3FTi2DFxuIJu > .row > .video-iframe-container { display: none; }#DTGIQfk2vanRnBCXUG1i3FTi2DFxuIJu > .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); }#DTGIQfk2vanRnBCXUG1i3FTi2DFxuIJu > .row .container { border-width: 0; border-radius: 0; }#DTGIQfk2vanRnBCXUG1i3FTi2DFxuIJu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DTGIQfk2vanRnBCXUG1i3FTi2DFxuIJu > .row .container { font-size:0.875rem;font-family:arial;height:27rem;width:60rem;position:relative;display:block; }#IJykKh63dQ102xvkV8AdwqibqOw2ItN4 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:5.375rem;left:23.5625rem;height:3.6rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TEttbwfdAVMH2IEQoivM35HTyAmSwbPl { color:rgba(var(--color-tertiary-0),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15011;line-height:1.6;letter-spacing:0;top:9.25rem;left:23.5625rem;height:3.6rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#c3RspZ3Kw0XQkKKNHuyzm856d93QoiLt { color:rgba(var(--color-tertiary-0),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15011;line-height:1.6;letter-spacing:0;top:1.6875rem;left:23.625rem;height:3.6rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zMspE29LSuxnMohznmDy2TAIDUlDFx8q { color:rgba(var(--color-tertiary-0),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15011;line-height:1.6;letter-spacing:0;top:12.875rem;left:23.5625rem;height:3.6rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yqQOHxkEDlKWHM40ft4CSchZNR7v7qxI { color:rgba(var(--color-tertiary-0),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15012;line-height:1.6;letter-spacing:0;top:16.5rem;left:23.5625rem;height:3.6rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gpEui33K4V11MbVh0PKgRQp71r9bsan9 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;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:13.375rem;height:4.0625rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:21.906250953674rem;left:23.3125rem;display:block; }
#fO1PhwCN1tahC2oLuTy5aia0IIfw4ITD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iFBinHnwNX8rSJ0WNocbTDcK3ioS5LHf { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;top:16.47500038147rem;left:21.25rem; }
#qLAKe05XoxbptOhrdSX7xPgQZFI1I2TZ { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;top:12.9375rem;left:21.25rem; }
#QzBhR505qEvAelrRbw1GE9vJpmeBih5r { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;top:9.375rem;left:21.25rem; }
#q0hx0JPu8xKvTdy8dLCn49mw3JyT2tOK { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;top:5.3125rem;left:21.25rem; }
#fHVgEFeMtPtZivyK28koKT2EA71SJ2ef { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;top:1.6875rem;left:21.25rem; }
#NwP3OOsEaJWSTchTiPon5lMzQ7A2TgJE { color:rgba(var(--color-tertiary-0),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15022;line-height:1.6;letter-spacing:0;top:13.9375rem;left:44.6875rem;height:3.6rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zO1LfGhXyRfpxGBGuKF85dPsvPTUnU1B { color:rgba(var(--color-tertiary-0),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15021;line-height:1.6;letter-spacing:0;top:11.5625rem;left:44.6875rem;height:1.8rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#eguu6Uk1bKgIGxeDpVbsP6Q6UtDwNC65 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15021;line-height:1.6;letter-spacing:0;top:7.9375rem;left:44.6875rem;height:3.6rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#q6ggzJ4XFWkvaMSp1RAPJXiG5L93unVf { color:rgba(var(--color-tertiary-0),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15020;line-height:1.6;letter-spacing:0;top:4.25rem;left:44.6875rem;height:3.6rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VlmGrRU9tmPkZrvzQN9vpF4mDcKgAJ1T { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;top:14.25rem;left:42.25rem; }
#ChgfyzTy3szSzVvWDxORca4mLx43nNgy { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;top:11.625rem;left:42.375rem; }
#SAd7nWU9GszgZvTKah6DgvlVw30s4zx3 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;top:8.0625rem;left:42.375rem; }
#tTPPPinMlGh1UgzIRHQNcwsPSfzI0O3n { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;top:4.1875rem;left:42.375rem; }
#kkJZnAr4yTGnWoncu7q9MMPmngp54Eqw { color:rgba(var(--color-tertiary-0),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15021;line-height:1.6;letter-spacing:0;top:1.6875rem;left:44.6875rem;height:1.8rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#upeFw7E6rzQsl3rvhv515MApWhIOcpzA { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;top:1.6875rem;left:42.375rem; }
#ZqvpWhLCOrwBaFcsT1sWOCn7Bqw1tGh0 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15022;line-height:1.6;letter-spacing:0;top:13.875rem;left:3.5rem;height:3.6rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#V1USGVC3yCqrcS2T1q2pZA3ZSkmdX8Ge { color:rgba(var(--color-tertiary-0),1);display:block;width:15.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15021;line-height:1.6;letter-spacing:0;top:10.25rem;left:3.5rem;height:3.6rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Ko4xoHe63WACUndPBowKCDAGmfCBUuSN { color:rgba(var(--color-tertiary-0),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15021;line-height:1.6;letter-spacing:0;top:7.625rem;left:3.5rem;height:1.8rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bwZtbrpEZSWS7DBlJOMzg9dvz2g5l3R4 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15020;line-height:1.6;letter-spacing:0;top:3.75rem;left:3.5rem;height:3.6rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#P9dV6Pey506HFZLETRT4AgQHcQ40cv44 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15021;line-height:1.6;letter-spacing:0;top:1.6875rem;left:3.5625rem;height:1.8rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pqLaTZ4UDPXWSTELuGJg8dEebsXJGUma { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;top:13.8125rem;left:1.1875rem; }
#LeTQysr7kTt6K28BUprLSC6BgySPcs2Q { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;top:10.3125rem;left:1.1875rem; }
#aykeTROfT1ndGIRTUrt5ITk852Um2vKP { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;top:7.75rem;left:1.1875rem; }
#w2tBAS6cNI8GVN0NNDlTFakocDBNTLIn { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;top:3.6875rem;left:1.1875rem; }
#RXluA9sDd37DVsoqZUaTXAF11X1mlzEQ { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;top:1.6875rem;left:1.1875rem; }
#N48BMQa9w6QtgwFZ0y0OWCyRA8JRkWEa { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;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:13.375rem;height:4.0625rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:21.906249046326rem;left:44.687501907349rem;display:block; }
#NM9pkXeFcGZDyaabCnLrEEhymRhxtDit { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ATixoMq16pyQ76xNafQgXS6yPI3Agb19 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;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:13.375rem;height:4.0625rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:21.906249046326rem;left:3.5rem;display:block; }
#PGSHAw9hKGkzobZWu1gCckSnldeuDXx6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AmkVMOkpT2S585hSBqu45lMDIyC3oPUx { 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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#AmkVMOkpT2S585hSBqu45lMDIyC3oPUx > .row .container { background-color: transparent; background-image: none; }#AmkVMOkpT2S585hSBqu45lMDIyC3oPUx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AmkVMOkpT2S585hSBqu45lMDIyC3oPUx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AmkVMOkpT2S585hSBqu45lMDIyC3oPUx > .row .container > .video-iframe-container { display: none; }#AmkVMOkpT2S585hSBqu45lMDIyC3oPUx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AmkVMOkpT2S585hSBqu45lMDIyC3oPUx > .row > .video-iframe-container { display: none; }#AmkVMOkpT2S585hSBqu45lMDIyC3oPUx > .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); }#AmkVMOkpT2S585hSBqu45lMDIyC3oPUx > .row .container { border-width: 0; border-radius: 0; }#AmkVMOkpT2S585hSBqu45lMDIyC3oPUx > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#AmkVMOkpT2S585hSBqu45lMDIyC3oPUx > .row .container { width:60rem;height:7.75rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#LiXTD6aG6qCzcxgTk1TfvyxMXhJXgt48 { color:rgba(var(--color-secondary-2),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:1.625rem;left:0rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XWNm3bTEATTCSV6EPdvQW8D0y4wNTVk8 { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.25rem;left:0rem;height:3.4125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WrkHCMtQPLxSOTk6NMnG2D9hQZ4Ph5L7 { color:rgba(var(--color-secondary-2),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:1.625rem;left:0rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#gNa9zKRol4CpL49CTALLD5ewsndrm8Fp { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.25rem;left:0rem;height:3.4125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#t3fyd7MAGwoA7NK4mNx7WEcNccfxgi0v { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#t3fyd7MAGwoA7NK4mNx7WEcNccfxgi0v > .row .container { background-color: transparent; background-image: none; }#t3fyd7MAGwoA7NK4mNx7WEcNccfxgi0v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t3fyd7MAGwoA7NK4mNx7WEcNccfxgi0v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t3fyd7MAGwoA7NK4mNx7WEcNccfxgi0v > .row .container > .video-iframe-container { display: none; }#t3fyd7MAGwoA7NK4mNx7WEcNccfxgi0v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t3fyd7MAGwoA7NK4mNx7WEcNccfxgi0v > .row > .video-iframe-container { display: none; }#t3fyd7MAGwoA7NK4mNx7WEcNccfxgi0v > .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); }#t3fyd7MAGwoA7NK4mNx7WEcNccfxgi0v > .row .container { border-width: 0; border-radius: 0; }#t3fyd7MAGwoA7NK4mNx7WEcNccfxgi0v > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t3fyd7MAGwoA7NK4mNx7WEcNccfxgi0v > .row .container { font-size:0.875rem;font-family:arial;height:31.5625rem;width:60rem;position:relative;display:block; }#cmS1o1a1N7mRgrnvTE4mrnoxwF1ahNfR { color:rgba(var(--color-primary-0),1);display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:5.6617064476013rem;left:3.4375rem;height:9.1rem;display:block; }
#yJDJtNKPM16uREbQ2oPTBAhMQor0nNeT { position:absolute;display:block;z-index:15013;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(var(--color-primary-0),0.2), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(45deg, rgba(var(--color-primary-0),0.2), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(45deg, rgba(var(--color-primary-0),0.2), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(45deg, rgba(var(--color-primary-0),0.2), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),0.2)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),0.2)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(45deg, rgba(var(--color-primary-0),0.2), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:15.6875rem;width:20rem;top:0.4375rem;left:0rem;display:block; }
#FJyTBEtLufNZ3E0lBCb52W06FF9n855f { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:2.2999992370606rem;left:1.3125rem; }
#STcnJAeT7OHfN1Vk1O19DWTwEtWteBfI { position:absolute;display:block;z-index:15014;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(var(--color-primary-0),0.2), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(45deg, rgba(var(--color-primary-0),0.2), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(45deg, rgba(var(--color-primary-0),0.2), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(45deg, rgba(var(--color-primary-0),0.2), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),0.2)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),0.2)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(45deg, rgba(var(--color-primary-0),0.2), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:14.375rem;width:20rem;top:16.75rem;left:0rem;display:block; }
#M6mNnnCP9VUbl2cBwf8WF0zFaTyCHTd2 { position:absolute;display:block;z-index:15014;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(var(--color-primary-0),0.2), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(45deg, rgba(var(--color-primary-0),0.2), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(45deg, rgba(var(--color-primary-0),0.2), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(45deg, rgba(var(--color-primary-0),0.2), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),0.2)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),0.2)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(45deg, rgba(var(--color-primary-0),0.2), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:15.8125rem;width:20rem;top:0.40625rem;left:20rem;display:block; }
#TIJ9mJXnTilNq0XHHNgekvCu9lPOh1i0 { position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(var(--color-primary-0),0.2), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(45deg, rgba(var(--color-primary-0),0.2), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(45deg, rgba(var(--color-primary-0),0.2), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(45deg, rgba(var(--color-primary-0),0.2), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),0.2)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),0.2)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(45deg, rgba(var(--color-primary-0),0.2), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:14.5rem;width:20rem;top:16.625rem;left:20rem;display:block; }
#g1tzkTLT4APgM58OcJOsUfIT8gCH6Efg { color:rgba(var(--color-primary-0),1);display:block;width:15.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:6.3101439476012rem;left:43.85000038147rem;height:6.5rem;display:block; }
#xrvIAk5348QwcQfZ2kxhzOkFAAKRggdK { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:17.83749961853rem;left:21.675001144409rem; }
#BJrbiIS6pPrhedNdUL1vQD257rT70RJD { color:rgba(var(--color-primary-0),1);display:block;width:14.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:1.8187503814698rem;left:3.75rem;height:;display:block; }
#sZiO5vbBwvBbwUlNuC4vxnuVGPukvbI4 { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:17.83749961853rem;left:1.3125rem; }
#IQtpJHESBnINvlaWJUGUuVZ4hwJSVOI4 { position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(var(--color-primary-0),0.2), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(45deg, rgba(var(--color-primary-0),0.2), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(45deg, rgba(var(--color-primary-0),0.2), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(45deg, rgba(var(--color-primary-0),0.2), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),0.2)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),0.2)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(45deg, rgba(var(--color-primary-0),0.2), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:15.8125rem;width:20rem;top:0.375rem;left:40.000001907349rem;display:block; }
#yD7GfTcNh0tFcEC2paPQaXvLvW8PGTTu { position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(var(--color-primary-0),0.2), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(45deg, rgba(var(--color-primary-0),0.2), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(45deg, rgba(var(--color-primary-0),0.2), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(45deg, rgba(var(--color-primary-0),0.2), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),0.2)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),0.2)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(45deg, rgba(var(--color-primary-0),0.2), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:14.375rem;width:20rem;top:16.75rem;left:40.000001907349rem;display:block; }
#R91T6qrINL6HDfpv5RGF7qichOAXovNW { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:2.2999992370606rem;left:21.675001144409rem; }
#Isa3t0Tr7c8fMUag9oEmQNQNPRyrvQz4 { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:1.8187503814698rem;left:41.10000038147rem; }
#p7Sho6W5ebiAsagciguEH3i1dD8KtEpE { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:17.83749961853rem;left:41.72500038147rem; }
#CTpM5VtHQky0pupBRBV1Dfkg5OJnuKrk { position:absolute;display:block;z-index:15013;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(var(--color-primary-0),0.2), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(45deg, rgba(var(--color-primary-0),0.2), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(45deg, rgba(var(--color-primary-0),0.2), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(45deg, rgba(var(--color-primary-0),0.2), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),0.2)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),0.2)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(45deg, rgba(var(--color-primary-0),0.2), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:15.6875rem;width:20rem;top:0.4375rem;left:0rem;display:none; }
#qQpaxFuqPmb45y17TPubkP0nZfThVXcd { color:rgba(var(--color-primary-0),1);display:block;width:14.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:1.8187494277954rem;left:3.59375rem;height:3.0875rem;display:none; }
#sWbuyemqbvmxQAz8TZ0XGeI0AyNV5GWh { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:2.2999992370606rem;left:1.3125rem;display:none; }
#Mu5sTetexQvfgfkDsrmVJtiQpTKRuoo1 { color:rgba(var(--color-primary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:6.3125rem;left:3.75rem;height:9.1rem;display:none; }
#XBveW1MFESVsbJiw2OPhVs7aZpTRqEKq { position:absolute;display:block;z-index:15014;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(var(--color-primary-0),0.2), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(45deg, rgba(var(--color-primary-0),0.2), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(45deg, rgba(var(--color-primary-0),0.2), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(45deg, rgba(var(--color-primary-0),0.2), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),0.2)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),0.2)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(45deg, rgba(var(--color-primary-0),0.2), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:14.375rem;width:20rem;top:16.75rem;left:0rem;display:none; }
#xJXWXLEuVpBvVwWOE8b1Z8t1hoJwQqEq { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:2.2999992370606rem;left:41.72500038147rem;display:none; }
#DcTFWFhNu3KEqWDoyTtqrpHbKM1KzArd { position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(var(--color-primary-0),0.2), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(45deg, rgba(var(--color-primary-0),0.2), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(45deg, rgba(var(--color-primary-0),0.2), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(45deg, rgba(var(--color-primary-0),0.2), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),0.2)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),0.2)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(45deg, rgba(var(--color-primary-0),0.2), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:15.8125rem;width:20rem;top:0.375rem;left:40.000001907349rem;display:none; }
#f74tnEgOlD4cuggWD215ea49C2DXIlBy { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:2.2999992370606rem;left:41.72500038147rem;display:none; }
#ziF7t4psS8IAXS6ctQAfa7AggFTQTOiR { position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(var(--color-primary-0),0.2), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(45deg, rgba(var(--color-primary-0),0.2), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(45deg, rgba(var(--color-primary-0),0.2), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(45deg, rgba(var(--color-primary-0),0.2), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),0.2)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),0.2)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(45deg, rgba(var(--color-primary-0),0.2), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:15.8125rem;width:20rem;top:0.375rem;left:40.000001907349rem;display:none; }
#uewkOZivX5AB0OBJx41G9tOGC9O1910G { position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(var(--color-primary-0),0.2), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(45deg, rgba(var(--color-primary-0),0.2), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(45deg, rgba(var(--color-primary-0),0.2), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(45deg, rgba(var(--color-primary-0),0.2), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),0.2)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),0.2)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(45deg, rgba(var(--color-primary-0),0.2), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:15.8125rem;width:20rem;top:0.375rem;left:40.000001907349rem;display:none; }
#cQoq5CD73XxfKWuPp6tfhkEFqBKrL5tE { position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(var(--color-primary-0),0.2), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(45deg, rgba(var(--color-primary-0),0.2), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(45deg, rgba(var(--color-primary-0),0.2), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(45deg, rgba(var(--color-primary-0),0.2), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),0.2)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),0.2)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(45deg, rgba(var(--color-primary-0),0.2), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:15.8125rem;width:20rem;top:0.375rem;left:40.000001907349rem;display:none; }
#oxTCU9BrItgnzf6q29wVy3I0b3tt0Uiq { color:rgba(var(--color-primary-0),1);display:block;width:13.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:6.9601445198056rem;left:23.250001907349rem;height:6.5rem;display:block; }
#fI0kAT93UNOhTEpsneACxo75HCi9Ah8b { color:rgba(var(--color-primary-0),1);display:block;width:14.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:1.8171882629394rem;left:23.800001144409rem;height:3.0875rem;display:block; }
#B0QoNAQnyJV1lBhFTmarPuDhXUuBpiQL { color:rgba(var(--color-primary-0),1);display:block;width:14.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:17.356250762939rem;left:3.75rem;height:3.0875rem;display:block; }
#HokwT1eRfEDoLd3v5QxtF33ZUdeG0dPB { color:rgba(var(--color-primary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:21.442956447601rem;left:3.75rem;height:7.8rem;display:block; }
#kWNpKnVyx4FSRlvh0Fc8gI3HeJm8fgrn { color:rgba(var(--color-primary-0),1);display:block;width:13.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:21.441394329071rem;left:23.800001144409rem;height:7.8rem;display:block; }
#T22TR24U6clpf7Pyvh5xQm90pnnoC7SK { color:rgba(var(--color-primary-0),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:22.091393947601rem;left:43.437501907349rem;height:6.5rem;text-align:left;text-align-last:left;display:block; }
#H37MFWWK4ZyTqIXMASiIib5wGfqflfma { color:rgba(var(--color-primary-0),1);display:block;width:14.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:2.3000001907349rem;left:43.968751907349rem;height:1.54375rem;display:block; }
#L7tKWlTdFJAOU7eTWqVZUmGNw9c4GmEW { color:rgba(var(--color-primary-0),1);display:block;width:14.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:18.128126144409rem;left:23.800001144409rem;height:1.54375rem;display:block; }
#WCeW1kEaLOTHbc9iHuioazqZ8MXSIDab { color:rgba(var(--color-primary-0),1);display:block;width:14.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:17.356250762939rem;left:43.968751907349rem;height:;display:block; }
#u0kc2c2nsDvCxXsRQ6IHtktqqZWBZQbg { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:2.2999992370606rem;left:41.72500038147rem;display:none; }
#kJ46GMaMZuKgyURecL9qBpTvEnfF8J83 { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:2.2999992370606rem;left:41.72500038147rem;display:none; }
#gkt6O6Rndq3Q6vRU0ly9ayFZ1wuncpIN { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:2.2999992370606rem;left:41.72500038147rem;display:none; }
#KzzXOQwOPClTTvzKc7EaKxUq2Viqyymi { color:rgba(var(--color-primary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:4.4750003814697rem;left:43.85000038147rem;height:11.7rem;display:none; }
#ckxh6tLPzMbgrMeBKFlQfedpE8QyWp6w { color:rgba(var(--color-primary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:4.4750003814697rem;left:43.85000038147rem;height:11.7rem;display:none; }
#OuoCnLzFcW3UXeLGzGRMgkJ3RJp6Zt3i { color:rgba(var(--color-primary-0),1);display:block;width:14.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:17.356250762939rem;left:3.75rem;height:3.0875rem;display:none; }
#e56TrG05PGOCZOECRDTxLUunHyAtLCI1 { color:rgba(var(--color-primary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:21.44375038147rem;left:3.75rem;height:7.8rem;display:none; }
#awC0tw2WkfTL7Ifrvgy1zOmTMWV266VT { color:rgba(var(--color-primary-0),1);display:block;width:14.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:1.8187503814698rem;left:24.375001907349rem;height:3.0875rem;display:none; }
#FWZccpEFtZgHopLB3z0iAxEcxBX4KwmH { color:rgba(var(--color-primary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:6.3125rem;left:23.03750038147rem;height:7.8rem;display:none; }
#roZT5rdgGnCvUn6zJwHwi1IwI9COSJi1 { color:rgba(var(--color-primary-0),1);display:block;width:14.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:18.128126144409rem;left:23.800001144409rem;height:1.54375rem;display:none; }
#CXp70nasWO3WLGNaaggkc9vDDT8kwx6r { color:rgba(var(--color-primary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:20.44375038147rem;left:23.750001907349rem;height:9.1rem;display:none; }
#OlzTLXx7mcB9Z6xZq9TH695nifIxWnPv { color:rgba(var(--color-primary-0),1);display:block;width:14.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:2.3000001907349rem;left:43.968751907349rem;height:1.54375rem;display:none; }
#iEM0OiiLENMPWu6t9MvxdSRsgBaqyL2X { color:rgba(var(--color-primary-0),1);display:block;width:14.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:17.356250762939rem;left:43.968751907349rem;height:4.63125rem;display:none; }
#m5cuwQz1KISMcZACBfupn3WvX1yS1n3p { color:rgba(var(--color-primary-0),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:22.09375rem;left:43.85000038147rem;height:7.8rem;text-align:left;text-align-last:left;display:none; }
#MylTDuR1f1ygAMOvJLyQlbipClAFTRFZ { background-color:rgba(var(--color-secondary-2),1);background-image:none;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;display:block; }#MylTDuR1f1ygAMOvJLyQlbipClAFTRFZ > .row .container { background-color: transparent; background-image: none; }#MylTDuR1f1ygAMOvJLyQlbipClAFTRFZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MylTDuR1f1ygAMOvJLyQlbipClAFTRFZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MylTDuR1f1ygAMOvJLyQlbipClAFTRFZ > .row .container > .video-iframe-container { display: none; }#MylTDuR1f1ygAMOvJLyQlbipClAFTRFZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MylTDuR1f1ygAMOvJLyQlbipClAFTRFZ > .row > .video-iframe-container { display: none; }#MylTDuR1f1ygAMOvJLyQlbipClAFTRFZ > .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); }#MylTDuR1f1ygAMOvJLyQlbipClAFTRFZ > .row .container { border-width: 0; border-radius: 0; }#MylTDuR1f1ygAMOvJLyQlbipClAFTRFZ > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#MylTDuR1f1ygAMOvJLyQlbipClAFTRFZ > .row .container { width:60rem;height:5.625rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#C71H3aOFIQbAevzKyN6qwgfDI4o5MlbB { color:rgba(var(--color-primary-0),1);display:block;width:50rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1rem;left:0rem;height:2.35625rem;display:block; }
#ra1kwLVq0x9nTeuWZHuVoWM7NT7BgWT2 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-1),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-1),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-1),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-1),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-1),1));background-size:auto !important;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:25.75rem;height:4.0625rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:1.0000038146973rem;left:15.987501144409rem;display:block; }
#gMTsZCwDBepIZc57KzMAfTtxVJtTceAE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZbEZnuQ98NKtlTxIo327ILLLoeWPTgxW { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-1),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-1),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-1),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-1),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-1),1));background-size:auto !important;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:25.75rem;height:4.0625rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:1.0000038146973rem;left:15.987501144409rem;display:none; }
#dxlz5C1vdFcNwHT1whAcTfOPICeFwEZ0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#K9SdVwFH00JD5mCvgf8xQQwpINZpMu8e { background-color:transparent;background-image: -webkit-linear-gradient(top, #cccccc, #f4be83);background-image: -moz-linear-gradient(top, #cccccc, #f4be83);background-image: -ms-linear-gradient(top, #cccccc, #f4be83);background-image: -o-linear-gradient(top, #cccccc, #f4be83);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#f4be83' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#f4be83' );";background-image: linear-gradient(to bottom, #cccccc, #f4be83);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#K9SdVwFH00JD5mCvgf8xQQwpINZpMu8e > .row .container { background-color: transparent; background-image: none; }#K9SdVwFH00JD5mCvgf8xQQwpINZpMu8e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K9SdVwFH00JD5mCvgf8xQQwpINZpMu8e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K9SdVwFH00JD5mCvgf8xQQwpINZpMu8e > .row .container > .video-iframe-container { display: none; }#K9SdVwFH00JD5mCvgf8xQQwpINZpMu8e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K9SdVwFH00JD5mCvgf8xQQwpINZpMu8e > .row > .video-iframe-container { display: none; }#K9SdVwFH00JD5mCvgf8xQQwpINZpMu8e > .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); }#K9SdVwFH00JD5mCvgf8xQQwpINZpMu8e > .row .container { border-width: 0; border-radius: 0; }#K9SdVwFH00JD5mCvgf8xQQwpINZpMu8e > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#K9SdVwFH00JD5mCvgf8xQQwpINZpMu8e > .row .container { width:60rem;height:5.1875rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#NTL2MHVTUmLEw6ExoAWB85P5Dn3oINl9 { color:rgba(var(--color-secondary-2),1);display:block;width:50rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.8125rem;left:5.5625rem;height:;text-align:center;text-align-last:center;display:block; }
#ccaOMLoqv4a7qtehwxAvxUMRcrwn4VTW { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;top:3.1687488555908rem;left:28.53750038147rem; }
#IUrbnAE3UFQOTzGABosfDfW796ZqfOZ5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(top, rgba(var(--color-secondary-2),1), #000000);background-image: -moz-linear-gradient(top, rgba(var(--color-secondary-2),1), #000000);background-image: -ms-linear-gradient(top, rgba(var(--color-secondary-2),1), #000000);background-image: -o-linear-gradient(top, rgba(var(--color-secondary-2),1), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='#000000' );";background-image: linear-gradient(to bottom, rgba(var(--color-secondary-2),1), #000000);background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IUrbnAE3UFQOTzGABosfDfW796ZqfOZ5 > .row .container { background-color: transparent; background-image: none; }#IUrbnAE3UFQOTzGABosfDfW796ZqfOZ5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IUrbnAE3UFQOTzGABosfDfW796ZqfOZ5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IUrbnAE3UFQOTzGABosfDfW796ZqfOZ5 > .row .container > .video-iframe-container { display: none; }#IUrbnAE3UFQOTzGABosfDfW796ZqfOZ5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IUrbnAE3UFQOTzGABosfDfW796ZqfOZ5 > .row > .video-iframe-container { display: none; }#IUrbnAE3UFQOTzGABosfDfW796ZqfOZ5 > .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); }#IUrbnAE3UFQOTzGABosfDfW796ZqfOZ5 > .row .container { border-width: 0; border-radius: 0; }#IUrbnAE3UFQOTzGABosfDfW796ZqfOZ5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IUrbnAE3UFQOTzGABosfDfW796ZqfOZ5 > .row .container { font-size:0.875rem;font-family:arial;height:15.625rem;width:60rem;position:relative;display:block; }#w7WnvX1cHaSg39fI1JRaiwWih6sVIJyI { color:rgba(var(--color-tertiary-0),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.6;letter-spacing:0;top:10.125rem;left:2.4375rem;height:3.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XUMGG3OHqMqTZIS5eSEEubpvX6UuGaDX { color:rgba(var(--color-primary-2),1);display:block;width:15.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15006;line-height:1.6;letter-spacing:0;top:4.5625rem;left:2.4375rem;height:5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uFQPpFm7IDt0cFHSpNMkCdcwIkKZ11d3 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:7.0625rem;left:16.8125rem;height:1.8rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LDivCFl0GfTWEzCTNkdXsLJeXKH9ht9G { color:rgba(var(--color-tertiary-0),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.6;letter-spacing:0;top:10.125rem;left:42.375rem;height:3.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ph9SOaEkddrDmFa2TwV1ZVm65fvEm3G9 { color:rgba(var(--color-primary-2),1);display:block;width:15.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15012;line-height:1.6;letter-spacing:0;top:4.5625rem;left:42.375rem;height:5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IeqRRnds9WgGtQwl4tPq8mkoxlTPHb5p { color:rgba(var(--color-tertiary-0),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.6;letter-spacing:0;top:10.1875rem;left:22.5rem;height:3.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OfxJntCAQCtoynzlTTsRbZAAKVDyifLo { color:rgba(var(--color-primary-2),1);display:block;width:15.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15009;line-height:1.6;letter-spacing:0;top:4.8125rem;left:22.3125rem;height:5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Amv5dkgmN1M0ed7cgL1u1JlKZZNoodJp { color:rgba(var(--color-tertiary-0),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.6;letter-spacing:0;top:2.0625rem;left:2.3125rem;height:1.8rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AT94xAMhyxVlqH3K5h4JZZ2TA3qz6fiU { color:rgba(var(--color-tertiary-0),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.6;letter-spacing:0;top:2.0625rem;left:42.3125rem;height:1.8rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZMUfSwA4TEZMszyybcXVnym4eJcL5S08 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.6;letter-spacing:0;top:2.0625rem;left:22.3125rem;height:1.8rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aHCAqoAB74Wx5Lx5wNSptm0EE5GDAhI8 { color:rgba(var(--color-primary-2),1);display:block;width:15.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15006;line-height:1.6;letter-spacing:0;top:4.5625rem;left:2.4375rem;height:5rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#c6kX3esQ6U3EzrkFB0v5IvUG1fOAVBfm { color:rgba(var(--color-tertiary-0),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.6;letter-spacing:0;top:10.125rem;left:2.4375rem;height:3.6rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#JJVmXosFunrZRdXye9s9TSIMwAd3R3ao { color:rgba(var(--color-primary-2),1);display:block;width:15.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15012;line-height:1.6;letter-spacing:0;top:4.5625rem;left:42.375rem;height:5rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#nqgNKzw3GWVIi04rNoQGPT8FsxzHmQHO { color:rgba(var(--color-tertiary-0),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.6;letter-spacing:0;top:10.125rem;left:42.375rem;height:3.6rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#o6bre5tTg0zmOtW5PnGJR38efZ8mloEF { color:rgba(var(--color-tertiary-0),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.6;letter-spacing:0;top:2.0625rem;left:2.3125rem;height:1.8rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#hmrtw0r28CsvOt5twhrth5iHeTz3h8HZ { color:rgba(var(--color-primary-2),1);display:block;width:15.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15009;line-height:1.6;letter-spacing:0;top:4.8125rem;left:22.3125rem;height:5rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#MoGMZNnJkTcgQPA0JrHw0x3DDUlg6hF4 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.6;letter-spacing:0;top:10.1875rem;left:22.5rem;height:3.6rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#RR8SViKM7MKfsBIEzcPStVMver2Bopn3 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.6;letter-spacing:0;top:2.0625rem;left:2.3125rem;height:1.8rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#TTeozwhVGrCcbsOlDomgz5BOTFXGpQZX { color:rgba(var(--color-tertiary-0),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.6;letter-spacing:0;top:2.0625rem;left:2.3125rem;height:1.8rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#wh5kfAVuZE89POTzGEv6weTD2sr3lFf9 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;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;display:block; }#wh5kfAVuZE89POTzGEv6weTD2sr3lFf9 > .row .container { background-color: transparent; background-image: none; }#wh5kfAVuZE89POTzGEv6weTD2sr3lFf9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wh5kfAVuZE89POTzGEv6weTD2sr3lFf9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wh5kfAVuZE89POTzGEv6weTD2sr3lFf9 > .row .container > .video-iframe-container { display: none; }#wh5kfAVuZE89POTzGEv6weTD2sr3lFf9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wh5kfAVuZE89POTzGEv6weTD2sr3lFf9 > .row > .video-iframe-container { display: none; }#wh5kfAVuZE89POTzGEv6weTD2sr3lFf9 > .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); }#wh5kfAVuZE89POTzGEv6weTD2sr3lFf9 > .row .container { border-width: 0; border-radius: 0; }#wh5kfAVuZE89POTzGEv6weTD2sr3lFf9 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#wh5kfAVuZE89POTzGEv6weTD2sr3lFf9 > .row .container { width:60rem;height:45.0625rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#TFOpXhs2PcD2eonPhK4vUM1GB1AoxBxg { color:rgba(var(--color-secondary-2),1);display:block;width:34.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:2.2500114440918rem;left:24.500001907349rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TkmGQMFNAqdnJIboBChEl43TAMF7UvgV { color:rgba(var(--color-tertiary-4),1);display:block;width:34.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:4.6875rem;left:24.500001907349rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#l0Lbo906kXmmtTkbfACkTMvVZwGfMaK3 { color:rgba(var(--color-tertiary-4),1);display:block;width:34.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15005;line-height:1.7;letter-spacing:0;top:8.68124961853rem;left:24.500001907349rem;height:28.2625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fmg5I9MG91e0X6Q5S58dGzZASuOfP4pg { position:absolute;display:block;z-index:15015;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:15.1875rem;width:15.1875rem;top:0.55001163482666rem;left:2.1875rem;overflow:hidden;display:block; }
#JKDqwSzDy0KGspvzIrsHOM3kTxVGFM77 { position:absolute;display:block;z-index:15016;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:25.875rem;width:19.5625rem;top:16.512499809265rem;left:0rem;overflow:hidden;display:block; }
#hEmVplwOLxWkF8bLbXsGXAQPRdkLdhV1 { color:rgba(var(--color-tertiary-4),1);display:block;width:34.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.7;letter-spacing:0;top:11.875rem;left:25.0625rem;height:26.775rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#ko5vWibVgCgG4oJXzm0qk6S1Fet3Fh76 { position:absolute;display:block;z-index:15015;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:15.1875rem;width:15.1875rem;top:4.937518119812rem;left:2.0625rem;overflow:hidden;display:none; }
#EgcQ7NOG0PqN0q1oQ5qatBGTfmNI8JoM { position:absolute;display:block;z-index:15016;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:29rem;width:19.3125rem;top:21.25rem;left:0rem;overflow:hidden;display:none; }
#XCar4g4OqIDHbewdnX9Q8BTeEsZxiwPk { background-color:rgba(var(--color-secondary-1),1);background-image:none;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;display:block; }#XCar4g4OqIDHbewdnX9Q8BTeEsZxiwPk > .row .container { background-color: transparent; background-image: none; }#XCar4g4OqIDHbewdnX9Q8BTeEsZxiwPk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XCar4g4OqIDHbewdnX9Q8BTeEsZxiwPk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XCar4g4OqIDHbewdnX9Q8BTeEsZxiwPk > .row .container > .video-iframe-container { display: none; }#XCar4g4OqIDHbewdnX9Q8BTeEsZxiwPk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XCar4g4OqIDHbewdnX9Q8BTeEsZxiwPk > .row > .video-iframe-container { display: none; }#XCar4g4OqIDHbewdnX9Q8BTeEsZxiwPk > .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); }#XCar4g4OqIDHbewdnX9Q8BTeEsZxiwPk > .row .container { border-width: 0; border-radius: 0; }#XCar4g4OqIDHbewdnX9Q8BTeEsZxiwPk > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#XCar4g4OqIDHbewdnX9Q8BTeEsZxiwPk > .row .container { width:60rem;height:13.1875rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#orMZBEu8DVI2Q6TzIlD5lXhZHt11v6eT { color:rgba(var(--color-secondary-2),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:4.75rem;left:0rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gHzQacmttVcbmCiJfIdWfThkczX1P2kd { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:6.875rem;left:0rem;height:3.4125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gUJPA2hPhJ4weO43yfTdUzMfbPNPOoun { background-color:rgba(var(--color-secondary-1),1);background-image:none;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;display:block; }#gUJPA2hPhJ4weO43yfTdUzMfbPNPOoun > .row .container { background-color: transparent; background-image: none; }#gUJPA2hPhJ4weO43yfTdUzMfbPNPOoun::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gUJPA2hPhJ4weO43yfTdUzMfbPNPOoun > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gUJPA2hPhJ4weO43yfTdUzMfbPNPOoun > .row .container > .video-iframe-container { display: none; }#gUJPA2hPhJ4weO43yfTdUzMfbPNPOoun > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gUJPA2hPhJ4weO43yfTdUzMfbPNPOoun > .row > .video-iframe-container { display: none; }#gUJPA2hPhJ4weO43yfTdUzMfbPNPOoun > .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); }#gUJPA2hPhJ4weO43yfTdUzMfbPNPOoun > .row .container { border-width: 0; border-radius: 0; }#gUJPA2hPhJ4weO43yfTdUzMfbPNPOoun > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#gUJPA2hPhJ4weO43yfTdUzMfbPNPOoun > .row .container { width:60rem;height:12.0625rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#fnnEqVMhnn7yPnvCsed9vHFRJPtgmuHR { color:rgba(var(--color-tertiary-4),1);display:block;width:48.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.7;letter-spacing:0;top:2.96875rem;left:7.625rem;height:5.7375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aldx7LotyqBxZAFdVeqTksW3MHd8U1NT { box-sizing:content-box;color:#5d92ff;font-size:2.75rem;font-weight:400;line-height:1;height:4rem;width:4rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;top:1rem;left:2.875rem; }
#rHIbVmIaCNHNVPhmBwMwVbRxlmPCyOax { position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;border-top:0.25rem solid rgba(var(--color-secondary-2),1);border-left:0.25rem solid rgba(var(--color-secondary-2),1);border-right:0.25rem solid rgba(var(--color-secondary-2),1);border-bottom:0.25rem solid rgba(var(--color-secondary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.25rem;width:57.25rem;top:0.46250009536743rem;left:1.03125rem;display:block; }
#bOkrWcopMSL6lZK13I6rDuour1qUiUe3 { color:rgba(var(--color-tertiary-4),1);display:block;width:44.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.7;letter-spacing:0;top:2.96875rem;left:7.625rem;height:5.7375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#ZEUp7yB2DhU2UZFsM9ET1fcT0kT5u62J { position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;border-top:0.25rem solid rgba(var(--color-secondary-2),1);border-left:0.25rem solid rgba(var(--color-secondary-2),1);border-right:0.25rem solid rgba(var(--color-secondary-2),1);border-bottom:0.25rem solid rgba(var(--color-secondary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.25rem;width:57.25rem;top:0.46250009536743rem;left:1.03125rem;display:none; }
#uE87knEJsuJ3c5wqImcS1uw20HVZuvi5 { background-color:rgba(var(--color-secondary-1),1);background-image:none;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;display:block; }#uE87knEJsuJ3c5wqImcS1uw20HVZuvi5 > .row .container { background-color: transparent; background-image: none; }#uE87knEJsuJ3c5wqImcS1uw20HVZuvi5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uE87knEJsuJ3c5wqImcS1uw20HVZuvi5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uE87knEJsuJ3c5wqImcS1uw20HVZuvi5 > .row .container > .video-iframe-container { display: none; }#uE87knEJsuJ3c5wqImcS1uw20HVZuvi5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uE87knEJsuJ3c5wqImcS1uw20HVZuvi5 > .row > .video-iframe-container { display: none; }#uE87knEJsuJ3c5wqImcS1uw20HVZuvi5 > .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); }#uE87knEJsuJ3c5wqImcS1uw20HVZuvi5 > .row .container { border-width: 0; border-radius: 0; }#uE87knEJsuJ3c5wqImcS1uw20HVZuvi5 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#uE87knEJsuJ3c5wqImcS1uw20HVZuvi5 > .row .container { width:60rem;height:12.0625rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#nmW7LshvVvdcsnmWibKAVPUkqTMKlJXq { color:rgba(var(--color-tertiary-4),1);display:block;width:48.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.7;letter-spacing:0;top:2.96875rem;left:7.625rem;height:7.65rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#reXtcvuL4dxoWRht0c4TrF9ImKvgBsMl { box-sizing:content-box;color:#5d92ff;font-size:2.75rem;font-weight:400;line-height:1;height:4rem;width:4rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;top:1rem;left:2.875rem; }
#ULDqcivWrhGlCpEHtpTxPW4zXt41tWS6 { position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;border-top:0.25rem solid rgba(var(--color-secondary-2),1);border-left:0.25rem solid rgba(var(--color-secondary-2),1);border-right:0.25rem solid rgba(var(--color-secondary-2),1);border-bottom:0.25rem solid rgba(var(--color-secondary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.25rem;width:57.25rem;top:0.46250009536743rem;left:1.03125rem;display:block; }
#uDcwwFnRgEdrpRINAfSpxEVe4EBd9Kuf { color:rgba(var(--color-tertiary-4),1);display:block;width:48.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.7;letter-spacing:0;top:2.96875rem;left:7.625rem;height:7.65rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#T3bWWOtsclyGX4V0bAhbpPhoxqJgHUAk { position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;border-top:0.25rem solid rgba(var(--color-secondary-2),1);border-left:0.25rem solid rgba(var(--color-secondary-2),1);border-right:0.25rem solid rgba(var(--color-secondary-2),1);border-bottom:0.25rem solid rgba(var(--color-secondary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.25rem;width:57.25rem;top:0.46250009536743rem;left:1.03125rem;display:none; }
#oA7pty0ES4sSq3qV1T2FXpUgqXng85CL { background-color:rgba(var(--color-secondary-1),1);background-image:none;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;display:block; }#oA7pty0ES4sSq3qV1T2FXpUgqXng85CL > .row .container { background-color: transparent; background-image: none; }#oA7pty0ES4sSq3qV1T2FXpUgqXng85CL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oA7pty0ES4sSq3qV1T2FXpUgqXng85CL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oA7pty0ES4sSq3qV1T2FXpUgqXng85CL > .row .container > .video-iframe-container { display: none; }#oA7pty0ES4sSq3qV1T2FXpUgqXng85CL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oA7pty0ES4sSq3qV1T2FXpUgqXng85CL > .row > .video-iframe-container { display: none; }#oA7pty0ES4sSq3qV1T2FXpUgqXng85CL > .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); }#oA7pty0ES4sSq3qV1T2FXpUgqXng85CL > .row .container { border-width: 0; border-radius: 0; }#oA7pty0ES4sSq3qV1T2FXpUgqXng85CL > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#oA7pty0ES4sSq3qV1T2FXpUgqXng85CL > .row .container { width:60rem;height:1.4375rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#pfNzxuO73ProhZ8CT9ifxLeVqpgAsVpE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pfNzxuO73ProhZ8CT9ifxLeVqpgAsVpE > .row .container { background-color: transparent; background-image: none; }#pfNzxuO73ProhZ8CT9ifxLeVqpgAsVpE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pfNzxuO73ProhZ8CT9ifxLeVqpgAsVpE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pfNzxuO73ProhZ8CT9ifxLeVqpgAsVpE > .row .container > .video-iframe-container { display: none; }#pfNzxuO73ProhZ8CT9ifxLeVqpgAsVpE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pfNzxuO73ProhZ8CT9ifxLeVqpgAsVpE > .row > .video-iframe-container { display: none; }#pfNzxuO73ProhZ8CT9ifxLeVqpgAsVpE > .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); }#pfNzxuO73ProhZ8CT9ifxLeVqpgAsVpE > .row .container { border-width: 0; border-radius: 0; }#pfNzxuO73ProhZ8CT9ifxLeVqpgAsVpE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pfNzxuO73ProhZ8CT9ifxLeVqpgAsVpE > .row .container { font-size:0.875rem;font-family:arial;height:37.875rem;width:60rem;position:relative;display:block; }#C8DSAV9LBHhT4BiT5POiOSXkpWfQoHT1 .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#C8DSAV9LBHhT4BiT5POiOSXkpWfQoHT1 .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; }
#C8DSAV9LBHhT4BiT5POiOSXkpWfQoHT1 .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--headlines-font-family);font-weight:700;font-size:1.25rem;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-secondary-3),0.2);color:rgba(var(--color-primary-1),1);line-height:1.1;overflow:hidden;height:auto; }
#C8DSAV9LBHhT4BiT5POiOSXkpWfQoHT1 .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-primary-1),1); }
#C8DSAV9LBHhT4BiT5POiOSXkpWfQoHT1 .accordion-trigger { width:0.625rem;min-width:0.625rem;height:0.625rem;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_6b2517720658b685bf096ed0f661984292bf6eb5.svg");background-size:contain !important; }#C8DSAV9LBHhT4BiT5POiOSXkpWfQoHT1 .accordion-trigger.adaptive-delivery-prevent-bg, #C8DSAV9LBHhT4BiT5POiOSXkpWfQoHT1 .accordion-trigger.lazyload, #C8DSAV9LBHhT4BiT5POiOSXkpWfQoHT1 .accordion-trigger.lazyloading { background-image: none; }
#C8DSAV9LBHhT4BiT5POiOSXkpWfQoHT1 { box-sizing:content-box;height:auto;width:46.1875rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15000;background-color:rgba(0,0,0,0);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-0),1);border-left:0.0625rem solid rgba(var(--color-primary-0),1);border-right:0.0625rem solid rgba(var(--color-primary-0),1);border-bottom:0.0625rem solid rgba(var(--color-primary-0),1);padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:0.53125rem;left:6.41250038147rem; }
#C8DSAV9LBHhT4BiT5POiOSXkpWfQoHT1 #cPBWnLg9IBUHVGpKsMffwNMbfQQ44hmz { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#C8DSAV9LBHhT4BiT5POiOSXkpWfQoHT1 #BGpGoesurpcqwDJWN9HdB5TCq2nL50wn { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#C8DSAV9LBHhT4BiT5POiOSXkpWfQoHT1 #r4lJAKSuf5VWqVAxWB0nZPWxXGwkgwum { display:block;position:relative; }
#C8DSAV9LBHhT4BiT5POiOSXkpWfQoHT1 #tlEO91HUxNUkXAbofsaVDcnLUsrhuQwp {  }
#C8DSAV9LBHhT4BiT5POiOSXkpWfQoHT1 #S3Ilt9RlL4oIvBaooTA4pDhCblRnom3O {  }
#C8DSAV9LBHhT4BiT5POiOSXkpWfQoHT1 #DoulKqkJpF2BaqOwz2fSIhOUTrKZgboH { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#C8DSAV9LBHhT4BiT5POiOSXkpWfQoHT1 #WVyna2Q0FZeFiu21tZVDM0F7xGBVIPkA { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#C8DSAV9LBHhT4BiT5POiOSXkpWfQoHT1 #MDlZXK8HvNC2i2FnsJUHebTnKnZGIpSL { display:block;position:relative; }
#C8DSAV9LBHhT4BiT5POiOSXkpWfQoHT1 #wlhEq8WeBFWZ5nMnzR0sbyXyFQk2zsXs {  }
#C8DSAV9LBHhT4BiT5POiOSXkpWfQoHT1 #hpf3vLRCgWdMuwae8mxSGkhBRiJOQnzq { display:none; }
#C8DSAV9LBHhT4BiT5POiOSXkpWfQoHT1 #NA2dP12Ok1VQBvtivb3QcPtpiXZev9MH { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#C8DSAV9LBHhT4BiT5POiOSXkpWfQoHT1 #bWAfIT2pn9TAER5VtHlErrtP1hziJ4bw { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#C8DSAV9LBHhT4BiT5POiOSXkpWfQoHT1 #tH6DQorVleKbtSCuVaek8NvnJ4KEu03D { display:block;position:relative; }
#C8DSAV9LBHhT4BiT5POiOSXkpWfQoHT1 #gPsG0qZr9SzJc3LutZ829pCFAmV1Ib2B {  }
#C8DSAV9LBHhT4BiT5POiOSXkpWfQoHT1 #rnb9gVXM18fTlG4AEbnOHDNxSRlk0Thz { display:none; }
#C8DSAV9LBHhT4BiT5POiOSXkpWfQoHT1 #Q0fbedAAXC4r0a2xThBTIXx4sdsLfsnu { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#C8DSAV9LBHhT4BiT5POiOSXkpWfQoHT1 #U9eEMN2S5LJ7WCTicwxPb4OnkBEJgRI0 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#C8DSAV9LBHhT4BiT5POiOSXkpWfQoHT1 #aIxkvU4Ni229rhk7iWwS1UF6y3iWmS0k { display:block;position:relative; }
#C8DSAV9LBHhT4BiT5POiOSXkpWfQoHT1 #sDgnhDpEpK5FVNZmb6v5BOQC1LH9eftI {  }
#C8DSAV9LBHhT4BiT5POiOSXkpWfQoHT1 #cmpBiKkPS577i2rRKGNyHLAFTckGWAmv { display:none; }
#C8DSAV9LBHhT4BiT5POiOSXkpWfQoHT1 #PDihqRFq948UmgmtCJclPSbzLUJyhJJB { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#C8DSAV9LBHhT4BiT5POiOSXkpWfQoHT1 #NsL3SKR9ILM35Tfa4PHEwkvoUyGL4IsQ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#C8DSAV9LBHhT4BiT5POiOSXkpWfQoHT1 #CIx4o2T62tCzbOX2sPrPIMd8vPTWH7x7 { display:block;position:relative; }
#C8DSAV9LBHhT4BiT5POiOSXkpWfQoHT1 #TSXOMXBFUxswgebq15laNlEv1bmokKpB {  }
#C8DSAV9LBHhT4BiT5POiOSXkpWfQoHT1 #gPhUTpDQ1xKsCGLF8Jqoh4KlufEzD0G1 { display:none; }
#C8DSAV9LBHhT4BiT5POiOSXkpWfQoHT1 #RCR9z6NL4B9lyzDGiTGRKD20Q2Aqb520 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#C8DSAV9LBHhT4BiT5POiOSXkpWfQoHT1 #TGxqfZCrnenqGncH4OBJ1tLfrJuk1nI6 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#C8DSAV9LBHhT4BiT5POiOSXkpWfQoHT1 #IKaPx6SFAzTCyovSLbp0InoNDrMg2349 { display:block;position:relative; }
#C8DSAV9LBHhT4BiT5POiOSXkpWfQoHT1 #Z7BV3RnWI7OeIXpUxnk33RXvVsilvaXc {  }
#C8DSAV9LBHhT4BiT5POiOSXkpWfQoHT1 #pwfrIf3msMAMJC4sTZxlCJgvHh0ymeT3 { display:none; }
#C8DSAV9LBHhT4BiT5POiOSXkpWfQoHT1 #s5eZl4e9zvg3yxXky9wqLMgSkCKMTk2z { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#C8DSAV9LBHhT4BiT5POiOSXkpWfQoHT1 #RH0bvsr2mRtB3kbwOEVyZmz7g9reJNFG { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#C8DSAV9LBHhT4BiT5POiOSXkpWfQoHT1 #OlAOKX1bOyLTd1qoArVxSJ1nauxZRFhX { display:block;position:relative; }
#C8DSAV9LBHhT4BiT5POiOSXkpWfQoHT1 #CsV5iKaCv9mrxTCvlKFef3Zzuuzb82oG {  }
#C8DSAV9LBHhT4BiT5POiOSXkpWfQoHT1 #hEzDTm94kU3FTDBemRHK9WMefuTN1hMg { display:none; }
#C8DSAV9LBHhT4BiT5POiOSXkpWfQoHT1 #ZFiEPXycvwUyvPP0LhwMWObFEMyTqrAL { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#C8DSAV9LBHhT4BiT5POiOSXkpWfQoHT1 #UxJnLV6A1SKwKVZGqwqSTRupFVskdC2H { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#C8DSAV9LBHhT4BiT5POiOSXkpWfQoHT1 #pbiQGEK0JPo5zDXAHMU6bayT8dbyt1AI { display:block;position:relative; }
#C8DSAV9LBHhT4BiT5POiOSXkpWfQoHT1 #aunnk8tO7UtDn56deGI48SiBCaEw8nku {  }
#C8DSAV9LBHhT4BiT5POiOSXkpWfQoHT1 #NcnAgztRC23NzzVwmPJLOONlAMZsTqbC { display:none; }
#dleT1CTZ7ocwK67ACCtcXtokvqLLTsdo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#dleT1CTZ7ocwK67ACCtcXtokvqLLTsdo > .row .container { background-color: transparent; background-image: none; }#dleT1CTZ7ocwK67ACCtcXtokvqLLTsdo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dleT1CTZ7ocwK67ACCtcXtokvqLLTsdo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dleT1CTZ7ocwK67ACCtcXtokvqLLTsdo > .row .container > .video-iframe-container { display: none; }#dleT1CTZ7ocwK67ACCtcXtokvqLLTsdo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dleT1CTZ7ocwK67ACCtcXtokvqLLTsdo > .row > .video-iframe-container { display: none; }#dleT1CTZ7ocwK67ACCtcXtokvqLLTsdo > .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); }#dleT1CTZ7ocwK67ACCtcXtokvqLLTsdo > .row .container { border-width: 0; border-radius: 0; }#dleT1CTZ7ocwK67ACCtcXtokvqLLTsdo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dleT1CTZ7ocwK67ACCtcXtokvqLLTsdo > .row .container { font-size:0.875rem;font-family:arial;height:30.0625rem;width:60rem;position:relative;display:block; }#qUwdKkce2nog3cx0zxa2KQdTyQlH6sVV { color:rgba(var(--color-primary-0),1);display:block;width:19.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:14.955208778381rem;left:9.8947925567625rem;height:6.3375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TlXaHZM3VPAge7zg1nzSecnwMTiIyGph { color:rgba(var(--color-secondary-2),1);display:block;width:19.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.4375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:10.323958396912rem;left:9.8947925567625rem;height:3.16875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fZU91K1GDEM0VkEbDJCQtLZ7m4kWw08u { color:rgba(var(--color-tertiary-0),1);display:block;width:19.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:8.8614587783812rem;left:33.937501907349rem;height:6.09375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SvvfuZJRKim5sz3Lcr10pLl53Zs5NlIy { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-4),1);background-image:url("https://images.assets-landingi.com/uc/84c716c5-d250-470c-bb61-4e9527e67212/7.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.9375rem;width:24rem;top:4.4093751907349rem;left:7.769588487155rem;display:block; }#SvvfuZJRKim5sz3Lcr10pLl53Zs5NlIy.adaptive-delivery-prevent-bg, #SvvfuZJRKim5sz3Lcr10pLl53Zs5NlIy.lazyload, #SvvfuZJRKim5sz3Lcr10pLl53Zs5NlIy.lazyloading { background-image: none; }
#fIdbvwuyAThRne57zsAaCLxCG4Pkbqc3 { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:1.25rem solid rgba(var(--color-secondary-2),1);border-left:1.25rem solid rgba(var(--color-secondary-2),1);border-right:1.25rem solid rgba(var(--color-secondary-2),1);border-bottom:1.25rem solid rgba(var(--color-secondary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.875rem;width:50.8125rem;top:2.6906251907349rem;left:4.3427085876465rem;display:block; }
#K3d2y3bMt2qIWxsg4Zi3bIV9U2uU8RyZ { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;top:16.971876144409rem;left:43.187501907349rem; }
#k2DdpT3eRILbPordsCuCkUQ0IWzSJbUg { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-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:17.5rem;height:3.4375rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:21.47500038147rem;left:35.062501907349rem;display:block; }
#ZCBV21rH4M3idCXzBPJyPNVtlZWguge3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pBcVbL7pkubTD3H6VRyxF1QTQf8QKN01 { color:rgba(var(--color-secondary-2),1);display:block;width:19.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.125rem;font-weight:700;z-index:15011;line-height:1.4;letter-spacing:0;top:7.8614587783812rem;left:9.16250038147rem;height:2.975rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Lz2hbRC3tnIv8pBz2rk6dmQUsaJAeDGE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),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; }#Lz2hbRC3tnIv8pBz2rk6dmQUsaJAeDGE > .row .container { background-color: transparent; background-image: none; }#Lz2hbRC3tnIv8pBz2rk6dmQUsaJAeDGE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lz2hbRC3tnIv8pBz2rk6dmQUsaJAeDGE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lz2hbRC3tnIv8pBz2rk6dmQUsaJAeDGE > .row .container > .video-iframe-container { display: none; }#Lz2hbRC3tnIv8pBz2rk6dmQUsaJAeDGE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lz2hbRC3tnIv8pBz2rk6dmQUsaJAeDGE > .row > .video-iframe-container { display: none; }#Lz2hbRC3tnIv8pBz2rk6dmQUsaJAeDGE > .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); }#Lz2hbRC3tnIv8pBz2rk6dmQUsaJAeDGE > .row .container { border-width: 0; border-radius: 0; }#Lz2hbRC3tnIv8pBz2rk6dmQUsaJAeDGE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Lz2hbRC3tnIv8pBz2rk6dmQUsaJAeDGE > .row .container { font-size:0.875rem;font-family:arial;height:4.8125rem;width:60rem;position:relative;display:block; }#VETno7PiTNNyaq6L7WmBiOo3wgHpqTT3 { color:rgba(var(--color-primary-2),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15022;line-height:1.7;letter-spacing:0;top:2.0062522888184rem;left:3.6875rem;height:1.4875rem;text-align:left;text-align-last:left;display:block; }
#OTxHT9rtJdMUPVOSMfykTXJHnF39q8CM { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:1.5rem;left:0.75rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #BtxlI6DbZDvy44xW7BeKV12fZCwmJ4wr { display:block; }#BtxlI6DbZDvy44xW7BeKV12fZCwmJ4wr > .row .container { width:47.75rem;height:45.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PH6L7nndix6gbxTMWDKvVmrSd7N8ztyU { width:20.1875rem;height:41.3125rem;top:0rem;left:25.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #V9azpIfGLIMbenTVPs8UDVKAS46Eh4HJ { top:0rem;left:23.362501144409rem;width:10.25rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1h4csdThicxHDcw4nv5lmMUALVoMKPw { top:0rem;left:0rem;width:24.5rem;height:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBXr15gUP6GFhvUJz3Tlg55tLiK7K7mg { width:23.125rem;height:3.375rem;top:6.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppLcN1loGl1csTiGZx44uiS9cTXXGxPT { width:17.5rem;height:3.4375rem;top:17.1875rem;left:20.437501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #AP81AmRiEIAi8TeVzzv5GGGKuA7TiQ1J { display:block; }
 }@media only screen and (max-width: 763px) { #Q74C9CeScAFcrAznWHycg8EPbNXD4B6l { width:23.125rem;height:3.375rem;top:6.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #KHPtE2dJWDF5VollGQlthSuQ4AkK7SK4 { display:block; }#KHPtE2dJWDF5VollGQlthSuQ4AkK7SK4 > .row .container { width:47.75rem;height:45.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pJh1FkWlZUwsxw65MSsfwZSd7Im1yDXp { width:23.125rem;height:6.375rem;top:12.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7Q1Jm4C08FbpRbORxiLdKbPk5eSDaXV { width:23.125rem;height:18.75rem;top:22.375rem;left:0rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #eeumkfdsIUBQDU6Ko4Ru8CqridKKT2tX { width:20.1875rem;height:41.3125rem;top:0rem;left:25.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #BstLGPCUrx7tkkDMmW0UOiqgo1wtWIMM { width:23.125rem;height:18.75rem;top:22.375rem;left:0rem;line-height:1.7;display:none; }
 }@media only screen and (max-width: 763px) { #T4w7Vdfi7pIaTq9kTKAbAkW3xcWtNFiL { top:10.3125rem;left:20.3125rem;width:27.4375rem;height:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Quz7qQ2NR9OEWNxWpTC0pxSJTRRd3zrH { width:12.375rem;height:11.6875rem;top:26.4375rem;left:17.000001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #chJhtbNgFXm5Pz3DAWT9Ktytm6zmg9tN { width:23.125rem;height:6.375rem;top:12.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #XxyUxyuXyvAE7XB9x5WingHJAa3a2TB6 { display:block; }#XxyUxyuXyvAE7XB9x5WingHJAa3a2TB6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yGKbR1bdOetTa4lqKPyXvvKDktOfEdT6 { top:0rem;left:12.000001907349rem;width:20.6875rem;height:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IXLZTvJCGlMbpX1AcqtdwsBsqEMfBEl9 { width:16.875rem;height:7rem;top:3.3125rem;left:28rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxTWClF1vK6p50JJ9i4DWWL5TysFEtx0 { width:19.75rem;height:1.625rem;top:12.375rem;left:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIGqXEBMAcrs90Tg9raK7kWLDiTcPzlr { width:1.25rem;height:1.25rem;top:16.3125rem;left:22.31875038147rem;display:block; }
 }@media only screen and (max-width: 763px) { #cr2Mbz9ih2ZlvI3fP99GByABm3unDvzK { width:13.375rem;height:4.0625rem;top:18.5625rem;left:16.25625038147rem;display:block; }
 }@media only screen and (max-width: 763px) { #VIAJ3XVgGASPQndmqURwpZcP3ooKRey6 { display:block; }
 }@media only screen and (max-width: 763px) { #mZqXLVApDJ8uFr6eVTtxTy65EuZ40BH6 { width:15.375rem;height:14.5rem;top:21.375rem;left:32.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #fSJDsHuiBoWslGCLTDVlsXK4HZFAT79q { width:16.875rem;height:7rem;top:3.3125rem;left:28rem;display:none; }
 }@media only screen and (max-width: 763px) { #Lp2e2taqpSmdwgEDdrracNqCI1Zvlaak { top:5.75rem;left:25.8125rem;width:20.6875rem;height:24.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #JdGgUP18xIXPprIH5em89hEeW1eK2eHd { width:19.75rem;height:1.625rem;top:12.375rem;left:26.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #qAD7TI2JKw7TiQ1nnXFZAmnoNSkzotwn { width:13.375rem;height:4.0625rem;top:14.125rem;left:34.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #e3QOLqSuVFQSTWWfSTzRuOQGXRcETsFq { display:block; }
 }@media only screen and (max-width: 763px) { #Dq8D2BigZxL5aFktN1mOSVvaWQXL7JI5 { display:block; }#Dq8D2BigZxL5aFktN1mOSVvaWQXL7JI5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gT7OWzm2kKTs7yBQhtzTv4CafsrV9U0n { width:47.75rem;height:2.25rem;top:0.875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4ChThK4LOgKwDRXDM1Vz5Q7Q1NLSUVZ { width:2.0625rem;height:2.0625rem;top:3.8125rem;left:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oc0BXvaWIxwS0dyegCwZZ7d3xfrwLiQH { width:47.75rem;height:2.25rem;top:0.875rem;left:0rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #khrVHg2wzUVRECWBC2DiDb15AOf7sThe { width:2.0625rem;height:2.0625rem;top:3.8125rem;left:22.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #f1z13Te0cO7m2pLWASdhAFf6g3OvKq2e { display:block; }#f1z13Te0cO7m2pLWASdhAFf6g3OvKq2e > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lrTmZ9QKqd9XgwEO5BrQgnpJEVl4L2tM { width:13.75rem;height:22.5rem;top:1rem;left:0.8330078125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzJrx9QQE3oC3c0wQCv2y8krxRLUEDH1 { width:13.3125rem;height:7rem;top:12.375rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tD3oBrq1qZaTcWL9aG7Ic6inbKrERdaf { width:13.3125rem;height:2.375rem;top:8.625rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QhTgTphtvpA1GrtzFDdTgzyJp37l9CtO { width:1.875rem;height:0.0625rem;top:5.3125rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVGNvk3AJHKKAB1PCxSh6hwih4ORWntT { width:13.75rem;height:22.5rem;top:1rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNmG3AZktqxr853IPi6ngpIU5vcA3PJ9 { width:13.3125rem;height:7rem;top:12.375rem;left:17.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzM6pvEEXpEoJHyTake9Fa21VOvltLDG { width:13.3125rem;height:2.375rem;top:8.625rem;left:17.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PnJdEUdnBGx3Cu46LrLKDCXGpU2AWTWi { width:1.875rem;height:0.0625rem;top:5.3125rem;left:22.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVTcpnaF4VhQWFooHCy3oZaGop7oAOJr { width:13.75rem;height:22.5rem;top:1rem;left:32.666015625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZhlekWNXkgIUIbdOhzVLyvo53yVgDePd { width:13.3125rem;height:7rem;top:12.375rem;left:33.134765625rem;display:block; }
 }@media only screen and (max-width: 763px) { #py003cwex05IKoloBR228U0OX0cs5QAF { width:13.3125rem;height:2.375rem;top:8.625rem;left:33.134765625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tgt80JgDxrIxS15gaUKtE2sX2qB8CEhy { width:1.875rem;height:0.0625rem;top:5.3125rem;left:38.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhfkFu2lItKVgQw59GcTJ2gEWOTWh8TN { width:15rem;height:24.8125rem;top:0.09375rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnT14PzdNOV6VhDBMQPtmlemvFqc0ZpR { width:13.3125rem;height:7rem;top:12.375rem;left:33.134765625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGNkQZmVuCzByD0FC1paTDthEnm9pXsk { width:1.75rem;height:1.75rem;top:1.9375rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIVwLBeKAEdySsl07fHowwVMk2FEIu57 { width:1.75rem;height:1.75rem;top:1.9375rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIwwBpTnCO52be54pzDse2VADrLA6rre { width:1.75rem;height:1.75rem;top:1.9375rem;left:38.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFcR1qu9leSbdPsg2xvwBT8kPq3dbqWt { width:1.75rem;height:1.75rem;top:1.9375rem;left:7.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #lk8EeXqEDPI7dHrQyMaH48oHsOeMqOe7 { width:1.75rem;height:1.75rem;top:1.9375rem;left:22.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #W0eIcvl47RAHvVV6hSoxhl4zInAxsuo4 { width:1.75rem;height:1.75rem;top:1.9375rem;left:38.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #uMmwW7vWXwFK0uXaumysCpCAq4Md8HAm { display:block; }#uMmwW7vWXwFK0uXaumysCpCAq4Md8HAm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fMmDQgDM62qIansmw98UFPJWodBApD0z { width:47.75rem;height:2.25rem;top:0.875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOeLoodzu3tLVTp0E6TOMGas2WWnlM9A { width:2.0625rem;height:2.0625rem;top:3.8125rem;left:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRWmBhP3CKgQDp79MBr1x8ogZKq26Pv8 { width:47.75rem;height:2.25rem;top:0.875rem;left:0rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q46zXXoxbxDEGL4NTU0mnsFDlaIe82ue { width:2.0625rem;height:2.0625rem;top:3.8125rem;left:22.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DTGIQfk2vanRnBCXUG1i3FTi2DFxuIJu { display:block; }#DTGIQfk2vanRnBCXUG1i3FTi2DFxuIJu > .row .container { width:47.75rem;height:22.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IJykKh63dQ102xvkV8AdwqibqOw2ItN4 { width:15.3125rem;height:1.75rem;top:14.5625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEttbwfdAVMH2IEQoivM35HTyAmSwbPl { width:15.3125rem;height:1.75rem;top:14.5625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3RspZ3Kw0XQkKKNHuyzm856d93QoiLt { width:15.3125rem;height:1.75rem;top:14.5625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMspE29LSuxnMohznmDy2TAIDUlDFx8q { width:15.3125rem;height:1.75rem;top:14.5625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqQOHxkEDlKWHM40ft4CSchZNR7v7qxI { width:15.3125rem;height:1.75rem;top:14.5625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gpEui33K4V11MbVh0PKgRQp71r9bsan9 { width:13.375rem;height:4.0625rem;top:21.875rem;left:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fO1PhwCN1tahC2oLuTy5aia0IIfw4ITD { display:block; }
 }@media only screen and (max-width: 763px) { #iFBinHnwNX8rSJ0WNocbTDcK3ioS5LHf { width:1.75rem;height:1.75rem;top:16.4375rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLAKe05XoxbptOhrdSX7xPgQZFI1I2TZ { width:1.75rem;height:1.75rem;top:12.9375rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzBhR505qEvAelrRbw1GE9vJpmeBih5r { width:1.75rem;height:1.75rem;top:9.375rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0hx0JPu8xKvTdy8dLCn49mw3JyT2tOK { width:1.75rem;height:1.75rem;top:5.3125rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHVgEFeMtPtZivyK28koKT2EA71SJ2ef { width:1.75rem;height:1.75rem;top:1.6875rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwP3OOsEaJWSTchTiPon5lMzQ7A2TgJE { width:15.3125rem;height:1.75rem;top:14.5625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zO1LfGhXyRfpxGBGuKF85dPsvPTUnU1B { width:15.3125rem;height:1.75rem;top:14.5625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eguu6Uk1bKgIGxeDpVbsP6Q6UtDwNC65 { width:15.3125rem;height:1.75rem;top:14.5625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6ggzJ4XFWkvaMSp1RAPJXiG5L93unVf { width:15.3125rem;height:1.75rem;top:14.5625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VlmGrRU9tmPkZrvzQN9vpF4mDcKgAJ1T { width:1.75rem;height:1.75rem;top:14.25rem;left:31.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ChgfyzTy3szSzVvWDxORca4mLx43nNgy { width:1.75rem;height:1.75rem;top:11.625rem;left:32.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAd7nWU9GszgZvTKah6DgvlVw30s4zx3 { width:1.75rem;height:1.75rem;top:8.0625rem;left:32.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTPPPinMlGh1UgzIRHQNcwsPSfzI0O3n { width:1.75rem;height:1.75rem;top:4.1875rem;left:32.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkJZnAr4yTGnWoncu7q9MMPmngp54Eqw { width:15.3125rem;height:1.75rem;top:14.5625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #upeFw7E6rzQsl3rvhv515MApWhIOcpzA { width:1.75rem;height:1.75rem;top:1.6875rem;left:32.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqvpWhLCOrwBaFcsT1sWOCn7Bqw1tGh0 { width:15.3125rem;height:1.75rem;top:14.5625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1USGVC3yCqrcS2T1q2pZA3ZSkmdX8Ge { width:15.3125rem;height:1.75rem;top:14.5625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ko4xoHe63WACUndPBowKCDAGmfCBUuSN { width:15.3125rem;height:1.75rem;top:14.5625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwZtbrpEZSWS7DBlJOMzg9dvz2g5l3R4 { width:15.3125rem;height:1.75rem;top:14.5625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9dV6Pey506HFZLETRT4AgQHcQ40cv44 { width:15.3125rem;height:1.75rem;top:14.5625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqLaTZ4UDPXWSTELuGJg8dEebsXJGUma { width:1.75rem;height:1.75rem;top:13.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LeTQysr7kTt6K28BUprLSC6BgySPcs2Q { width:1.75rem;height:1.75rem;top:10.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aykeTROfT1ndGIRTUrt5ITk852Um2vKP { width:1.75rem;height:1.75rem;top:7.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2tBAS6cNI8GVN0NNDlTFakocDBNTLIn { width:1.75rem;height:1.75rem;top:3.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXluA9sDd37DVsoqZUaTXAF11X1mlzEQ { width:1.75rem;height:1.75rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N48BMQa9w6QtgwFZ0y0OWCyRA8JRkWEa { width:13.375rem;height:4.0625rem;top:21.875rem;left:34.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NM9pkXeFcGZDyaabCnLrEEhymRhxtDit { display:block; }
 }@media only screen and (max-width: 763px) { #ATixoMq16pyQ76xNafQgXS6yPI3Agb19 { width:13.375rem;height:4.0625rem;top:21.875rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGSHAw9hKGkzobZWu1gCckSnldeuDXx6 { display:block; }
 }@media only screen and (max-width: 763px) { #AmkVMOkpT2S585hSBqu45lMDIyC3oPUx { display:block; }#AmkVMOkpT2S585hSBqu45lMDIyC3oPUx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LiXTD6aG6qCzcxgTk1TfvyxMXhJXgt48 { width:47.75rem;height:1.625rem;top:1.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWNm3bTEATTCSV6EPdvQW8D0y4wNTVk8 { width:47.75rem;height:3.375rem;top:3.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WrkHCMtQPLxSOTk6NMnG2D9hQZ4Ph5L7 { width:47.75rem;height:1.625rem;top:1.625rem;left:0rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #gNa9zKRol4CpL49CTALLD5ewsndrm8Fp { width:47.75rem;height:3.375rem;top:3.25rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #t3fyd7MAGwoA7NK4mNx7WEcNccfxgi0v { display:block; }#t3fyd7MAGwoA7NK4mNx7WEcNccfxgi0v > .row .container { width:47.75rem;height:23.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cmS1o1a1N7mRgrnvTE4mrnoxwF1ahNfR { top:5.625rem;left:1.25rem;width:14.625rem;height:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJDJtNKPM16uREbQ2oPTBAhMQor0nNeT { width:20.0625rem;height:15.6875rem;top:0.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJyTBEtLufNZ3E0lBCb52W06FF9n855f { top:2.25rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #STcnJAeT7OHfN1Vk1O19DWTwEtWteBfI { width:20.0625rem;height:14.375rem;top:16.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6mNnnCP9VUbl2cBwf8WF0zFaTyCHTd2 { width:20rem;height:15.8125rem;top:0.375rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIJ9mJXnTilNq0XHHNgekvCu9lPOh1i0 { width:20rem;height:14.5rem;top:16.625rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1tzkTLT4APgM58OcJOsUfIT8gCH6Efg { top:6.25rem;left:32.4375rem;width:15.1875rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrvIAk5348QwcQfZ2kxhzOkFAAKRggdK { top:17.8125rem;left:15.875rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJrbiIS6pPrhedNdUL1vQD257rT70RJD { top:1.8125rem;left:1.0625rem;width:14.8125rem;height:;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZiO5vbBwvBbwUlNuC4vxnuVGPukvbI4 { top:17.8125rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQtpJHESBnINvlaWJUGUuVZ4hwJSVOI4 { width:20rem;height:15.8125rem;top:0.375rem;left:27.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yD7GfTcNh0tFcEC2paPQaXvLvW8PGTTu { width:20rem;height:14.375rem;top:16.75rem;left:27.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R91T6qrINL6HDfpv5RGF7qichOAXovNW { top:2.25rem;left:15.875rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Isa3t0Tr7c8fMUag9oEmQNQNPRyrvQz4 { top:1.8125rem;left:31.75rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7Sho6W5ebiAsagciguEH3i1dD8KtEpE { top:17.8125rem;left:31.75rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTpM5VtHQky0pupBRBV1Dfkg5OJnuKrk { width:20.0625rem;height:15.6875rem;top:0.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qQpaxFuqPmb45y17TPubkP0nZfThVXcd { top:1.8125rem;left:1.0625rem;width:14.8125rem;height:3.0625rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #sWbuyemqbvmxQAz8TZ0XGeI0AyNV5GWh { top:2.25rem;left:0rem;width:2.125rem;height:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Mu5sTetexQvfgfkDsrmVJtiQpTKRuoo1 { top:6.3125rem;left:1.6875rem;width:12.5rem;height:9.0625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #XBveW1MFESVsbJiw2OPhVs7aZpTRqEKq { width:20.0625rem;height:14.375rem;top:16.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xJXWXLEuVpBvVwWOE8b1Z8t1hoJwQqEq { top:2.25rem;left:31.75rem;width:2.125rem;height:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DcTFWFhNu3KEqWDoyTtqrpHbKM1KzArd { width:20rem;height:15.8125rem;top:0.375rem;left:27.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #f74tnEgOlD4cuggWD215ea49C2DXIlBy { top:2.25rem;left:31.75rem;width:2.125rem;height:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ziF7t4psS8IAXS6ctQAfa7AggFTQTOiR { width:20rem;height:15.8125rem;top:0.375rem;left:27.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #uewkOZivX5AB0OBJx41G9tOGC9O1910G { width:20rem;height:15.8125rem;top:0.375rem;left:27.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #cQoq5CD73XxfKWuPp6tfhkEFqBKrL5tE { width:20rem;height:15.8125rem;top:0.375rem;left:27.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #oxTCU9BrItgnzf6q29wVy3I0b3tt0Uiq { top:6.9375rem;left:17.062501907349rem;width:13.5rem;height:6.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fI0kAT93UNOhTEpsneACxo75HCi9Ah8b { top:1.8125rem;left:16.9375rem;width:14.8125rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0QoNAQnyJV1lBhFTmarPuDhXUuBpiQL { top:17.3125rem;left:1.0625rem;width:14.8125rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HokwT1eRfEDoLd3v5QxtF33ZUdeG0dPB { top:21.4375rem;left:1.6875rem;width:12.5rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWNpKnVyx4FSRlvh0Fc8gI3HeJm8fgrn { top:21.4375rem;left:17.612501144409rem;width:13.25rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T22TR24U6clpf7Pyvh5xQm90pnnoC7SK { top:22.0625rem;left:33.125001907349rem;width:13.125rem;height:6.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H37MFWWK4ZyTqIXMASiIib5wGfqflfma { top:2.25rem;left:32.8125rem;width:14.8125rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7tKWlTdFJAOU7eTWqVZUmGNw9c4GmEW { top:18.125rem;left:16.9375rem;width:14.8125rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCeW1kEaLOTHbc9iHuioazqZ8MXSIDab { top:17.3125rem;left:32.8125rem;width:14.8125rem;height:;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0kc2c2nsDvCxXsRQ6IHtktqqZWBZQbg { top:2.25rem;left:31.75rem;width:2.125rem;height:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #kJ46GMaMZuKgyURecL9qBpTvEnfF8J83 { top:2.25rem;left:31.75rem;width:2.125rem;height:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gkt6O6Rndq3Q6vRU0ly9ayFZ1wuncpIN { top:2.25rem;left:31.75rem;width:2.125rem;height:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #KzzXOQwOPClTTvzKc7EaKxUq2Viqyymi { top:4.4375rem;left:33.53750038147rem;width:12.5rem;height:11.6875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ckxh6tLPzMbgrMeBKFlQfedpE8QyWp6w { top:4.4375rem;left:33.53750038147rem;width:12.5rem;height:11.6875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #OuoCnLzFcW3UXeLGzGRMgkJ3RJp6Zt3i { top:17.3125rem;left:1.0625rem;width:14.8125rem;height:3.0625rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #e56TrG05PGOCZOECRDTxLUunHyAtLCI1 { top:21.4375rem;left:1.6875rem;width:12.5rem;height:7.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #awC0tw2WkfTL7Ifrvgy1zOmTMWV266VT { top:1.8125rem;left:16.9375rem;width:14.8125rem;height:;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FWZccpEFtZgHopLB3z0iAxEcxBX4KwmH { top:6.3125rem;left:16.85000038147rem;width:12.5rem;height:7.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #roZT5rdgGnCvUn6zJwHwi1IwI9COSJi1 { top:18.125rem;left:16.9375rem;width:14.8125rem;height:1.5rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CXp70nasWO3WLGNaaggkc9vDDT8kwx6r { top:20.4375rem;left:17.562501907349rem;width:12.5rem;height:9.0625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #OlzTLXx7mcB9Z6xZq9TH695nifIxWnPv { top:2.25rem;left:32.8125rem;width:14.8125rem;height:1.5rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #iEM0OiiLENMPWu6t9MvxdSRsgBaqyL2X { top:17.3125rem;left:32.8125rem;width:14.8125rem;height:;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #m5cuwQz1KISMcZACBfupn3WvX1yS1n3p { top:22.0625rem;left:33.53750038147rem;width:13.125rem;height:7.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #MylTDuR1f1ygAMOvJLyQlbipClAFTRFZ { display:block; }#MylTDuR1f1ygAMOvJLyQlbipClAFTRFZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C71H3aOFIQbAevzKyN6qwgfDI4o5MlbB { top:1rem;left:0rem;width:47.75rem;height:;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ra1kwLVq0x9nTeuWZHuVoWM7NT7BgWT2 { width:25.75rem;height:4.0625rem;top:1rem;left:9.8625011444094rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMTsZCwDBepIZc57KzMAfTtxVJtTceAE { display:block; }
 }@media only screen and (max-width: 763px) { #ZbEZnuQ98NKtlTxIo327ILLLoeWPTgxW { width:25.75rem;height:4.0625rem;top:1rem;left:9.8625011444094rem;display:none; }
 }@media only screen and (max-width: 763px) { #dxlz5C1vdFcNwHT1whAcTfOPICeFwEZ0 { display:block; }
 }@media only screen and (max-width: 763px) { #K9SdVwFH00JD5mCvgf8xQQwpINZpMu8e { display:block; }#K9SdVwFH00JD5mCvgf8xQQwpINZpMu8e > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NTL2MHVTUmLEw6ExoAWB85P5Dn3oINl9 { top:0.8125rem;left:0rem;width:47.75rem;height:;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccaOMLoqv4a7qtehwxAvxUMRcrwn4VTW { width:2.0625rem;height:2.0625rem;top:3.125rem;left:22.41250038147rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUrbnAE3UFQOTzGABosfDfW796ZqfOZ5 { display:block; }#IUrbnAE3UFQOTzGABosfDfW796ZqfOZ5 > .row .container { width:47.75rem;height:22.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w7WnvX1cHaSg39fI1JRaiwWih6sVIJyI { width:15.3125rem;height:1.75rem;top:14.5625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUMGG3OHqMqTZIS5eSEEubpvX6UuGaDX { width:15.3125rem;height:5rem;top:9rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFQPpFm7IDt0cFHSpNMkCdcwIkKZ11d3 { width:15.3125rem;height:1.75rem;top:14.5625rem;left:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDivCFl0GfTWEzCTNkdXsLJeXKH9ht9G { width:15.3125rem;height:1.75rem;top:14.5625rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ph9SOaEkddrDmFa2TwV1ZVm65fvEm3G9 { width:15.3125rem;height:5rem;top:9rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IeqRRnds9WgGtQwl4tPq8mkoxlTPHb5p { width:15.3125rem;height:1.75rem;top:14.5625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OfxJntCAQCtoynzlTTsRbZAAKVDyifLo { width:15.3125rem;height:5rem;top:9rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Amv5dkgmN1M0ed7cgL1u1JlKZZNoodJp { width:15.3125rem;height:1.75rem;top:14.5625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AT94xAMhyxVlqH3K5h4JZZ2TA3qz6fiU { width:15.3125rem;height:1.75rem;top:14.5625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMUfSwA4TEZMszyybcXVnym4eJcL5S08 { width:15.3125rem;height:1.75rem;top:14.5625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHCAqoAB74Wx5Lx5wNSptm0EE5GDAhI8 { width:15.3125rem;height:5rem;top:9rem;left:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #c6kX3esQ6U3EzrkFB0v5IvUG1fOAVBfm { width:15.3125rem;height:1.75rem;top:14.5625rem;left:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JJVmXosFunrZRdXye9s9TSIMwAd3R3ao { width:15.3125rem;height:5rem;top:9rem;left:32.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nqgNKzw3GWVIi04rNoQGPT8FsxzHmQHO { width:15.3125rem;height:1.75rem;top:14.5625rem;left:32.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #o6bre5tTg0zmOtW5PnGJR38efZ8mloEF { width:15.3125rem;height:1.75rem;top:14.5625rem;left:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hmrtw0r28CsvOt5twhrth5iHeTz3h8HZ { width:15.3125rem;height:5rem;top:9rem;left:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MoGMZNnJkTcgQPA0JrHw0x3DDUlg6hF4 { width:15.3125rem;height:1.75rem;top:14.5625rem;left:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #RR8SViKM7MKfsBIEzcPStVMver2Bopn3 { width:15.3125rem;height:1.75rem;top:14.5625rem;left:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TTeozwhVGrCcbsOlDomgz5BOTFXGpQZX { width:15.3125rem;height:1.75rem;top:14.5625rem;left:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wh5kfAVuZE89POTzGEv6weTD2sr3lFf9 { display:block; }#wh5kfAVuZE89POTzGEv6weTD2sr3lFf9 > .row .container { width:47.75rem;height:57.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TFOpXhs2PcD2eonPhK4vUM1GB1AoxBxg { width:30.625rem;height:1.625rem;top:4.9375rem;left:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkmGQMFNAqdnJIboBChEl43TAMF7UvgV { width:30.625rem;height:3.375rem;top:7.1875rem;left:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0Lbo906kXmmtTkbfACkTMvVZwGfMaK3 { width:30.625rem;height:11.25rem;top:19.8125rem;left:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmg5I9MG91e0X6Q5S58dGzZASuOfP4pg { width:11.3125rem;height:11.3125rem;top:4.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKDqwSzDy0KGspvzIrsHOM3kTxVGFM77 { width:14.375rem;height:19rem;top:17.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEmVplwOLxWkF8bLbXsGXAQPRdkLdhV1 { width:30.625rem;height:11.25rem;top:19.8125rem;left:17.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ko5vWibVgCgG4oJXzm0qk6S1Fet3Fh76 { width:11.3125rem;height:11.3125rem;top:4.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #EgcQ7NOG0PqN0q1oQ5qatBGTfmNI8JoM { width:14.375rem;height:21.5625rem;top:17.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #XCar4g4OqIDHbewdnX9Q8BTeEsZxiwPk { display:block; }#XCar4g4OqIDHbewdnX9Q8BTeEsZxiwPk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #orMZBEu8DVI2Q6TzIlD5lXhZHt11v6eT { width:47.75rem;height:;top:4.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHzQacmttVcbmCiJfIdWfThkczX1P2kd { width:47.75rem;height:3.375rem;top:6.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUJPA2hPhJ4weO43yfTdUzMfbPNPOoun { display:block; }#gUJPA2hPhJ4weO43yfTdUzMfbPNPOoun > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fnnEqVMhnn7yPnvCsed9vHFRJPtgmuHR { width:47.75rem;height:5.6875rem;top:2.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aldx7LotyqBxZAFdVeqTksW3MHd8U1NT { width:4rem;height:4rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHIbVmIaCNHNVPhmBwMwVbRxlmPCyOax { width:47.25rem;height:10.25rem;top:0.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOkrWcopMSL6lZK13I6rDuour1qUiUe3 { width:44.5625rem;height:5.6875rem;top:2.9375rem;left:1.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZEUp7yB2DhU2UZFsM9ET1fcT0kT5u62J { width:47.25rem;height:10.25rem;top:0.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #uE87knEJsuJ3c5wqImcS1uw20HVZuvi5 { display:block; }#uE87knEJsuJ3c5wqImcS1uw20HVZuvi5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nmW7LshvVvdcsnmWibKAVPUkqTMKlJXq { width:47.75rem;height:7.625rem;top:2.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #reXtcvuL4dxoWRht0c4TrF9ImKvgBsMl { width:4rem;height:4rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULDqcivWrhGlCpEHtpTxPW4zXt41tWS6 { width:47.25rem;height:10.25rem;top:0.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDcwwFnRgEdrpRINAfSpxEVe4EBd9Kuf { width:47.75rem;height:7.625rem;top:2.9375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #T3bWWOtsclyGX4V0bAhbpPhoxqJgHUAk { width:47.25rem;height:10.25rem;top:0.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #oA7pty0ES4sSq3qV1T2FXpUgqXng85CL { display:block; }#oA7pty0ES4sSq3qV1T2FXpUgqXng85CL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pfNzxuO73ProhZ8CT9ifxLeVqpgAsVpE { display:block; }#pfNzxuO73ProhZ8CT9ifxLeVqpgAsVpE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C8DSAV9LBHhT4BiT5POiOSXkpWfQoHT1 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#C8DSAV9LBHhT4BiT5POiOSXkpWfQoHT1 { display:flex;height:auto;width:27.8125rem;top:2.0625rem;left:2.4750003814698rem; }
 }@media only screen and (max-width: 763px) { #C8DSAV9LBHhT4BiT5POiOSXkpWfQoHT1 #cPBWnLg9IBUHVGpKsMffwNMbfQQ44hmz {  }
 }@media only screen and (max-width: 763px) { #C8DSAV9LBHhT4BiT5POiOSXkpWfQoHT1 #BGpGoesurpcqwDJWN9HdB5TCq2nL50wn {  }
 }@media only screen and (max-width: 763px) { #C8DSAV9LBHhT4BiT5POiOSXkpWfQoHT1 #r4lJAKSuf5VWqVAxWB0nZPWxXGwkgwum {  }
 }@media only screen and (max-width: 763px) { #C8DSAV9LBHhT4BiT5POiOSXkpWfQoHT1 #tlEO91HUxNUkXAbofsaVDcnLUsrhuQwp {  }
 }@media only screen and (max-width: 763px) { #C8DSAV9LBHhT4BiT5POiOSXkpWfQoHT1 #S3Ilt9RlL4oIvBaooTA4pDhCblRnom3O {  }
 }@media only screen and (max-width: 763px) { #C8DSAV9LBHhT4BiT5POiOSXkpWfQoHT1 #DoulKqkJpF2BaqOwz2fSIhOUTrKZgboH {  }
 }@media only screen and (max-width: 763px) { #C8DSAV9LBHhT4BiT5POiOSXkpWfQoHT1 #WVyna2Q0FZeFiu21tZVDM0F7xGBVIPkA {  }
 }@media only screen and (max-width: 763px) { #C8DSAV9LBHhT4BiT5POiOSXkpWfQoHT1 #MDlZXK8HvNC2i2FnsJUHebTnKnZGIpSL {  }
 }@media only screen and (max-width: 763px) { #C8DSAV9LBHhT4BiT5POiOSXkpWfQoHT1 #wlhEq8WeBFWZ5nMnzR0sbyXyFQk2zsXs {  }
 }@media only screen and (max-width: 763px) { #C8DSAV9LBHhT4BiT5POiOSXkpWfQoHT1 #hpf3vLRCgWdMuwae8mxSGkhBRiJOQnzq {  }
 }@media only screen and (max-width: 763px) { #C8DSAV9LBHhT4BiT5POiOSXkpWfQoHT1 #NA2dP12Ok1VQBvtivb3QcPtpiXZev9MH {  }
 }@media only screen and (max-width: 763px) { #C8DSAV9LBHhT4BiT5POiOSXkpWfQoHT1 #bWAfIT2pn9TAER5VtHlErrtP1hziJ4bw {  }
 }@media only screen and (max-width: 763px) { #C8DSAV9LBHhT4BiT5POiOSXkpWfQoHT1 #tH6DQorVleKbtSCuVaek8NvnJ4KEu03D {  }
 }@media only screen and (max-width: 763px) { #C8DSAV9LBHhT4BiT5POiOSXkpWfQoHT1 #gPsG0qZr9SzJc3LutZ829pCFAmV1Ib2B {  }
 }@media only screen and (max-width: 763px) { #C8DSAV9LBHhT4BiT5POiOSXkpWfQoHT1 #rnb9gVXM18fTlG4AEbnOHDNxSRlk0Thz {  }
 }@media only screen and (max-width: 763px) { #C8DSAV9LBHhT4BiT5POiOSXkpWfQoHT1 #Q0fbedAAXC4r0a2xThBTIXx4sdsLfsnu {  }
 }@media only screen and (max-width: 763px) { #C8DSAV9LBHhT4BiT5POiOSXkpWfQoHT1 #U9eEMN2S5LJ7WCTicwxPb4OnkBEJgRI0 {  }
 }@media only screen and (max-width: 763px) { #C8DSAV9LBHhT4BiT5POiOSXkpWfQoHT1 #aIxkvU4Ni229rhk7iWwS1UF6y3iWmS0k {  }
 }@media only screen and (max-width: 763px) { #C8DSAV9LBHhT4BiT5POiOSXkpWfQoHT1 #sDgnhDpEpK5FVNZmb6v5BOQC1LH9eftI {  }
 }@media only screen and (max-width: 763px) { #C8DSAV9LBHhT4BiT5POiOSXkpWfQoHT1 #cmpBiKkPS577i2rRKGNyHLAFTckGWAmv {  }
 }@media only screen and (max-width: 763px) { #C8DSAV9LBHhT4BiT5POiOSXkpWfQoHT1 #PDihqRFq948UmgmtCJclPSbzLUJyhJJB {  }
 }@media only screen and (max-width: 763px) { #C8DSAV9LBHhT4BiT5POiOSXkpWfQoHT1 #NsL3SKR9ILM35Tfa4PHEwkvoUyGL4IsQ {  }
 }@media only screen and (max-width: 763px) { #C8DSAV9LBHhT4BiT5POiOSXkpWfQoHT1 #CIx4o2T62tCzbOX2sPrPIMd8vPTWH7x7 {  }
 }@media only screen and (max-width: 763px) { #C8DSAV9LBHhT4BiT5POiOSXkpWfQoHT1 #TSXOMXBFUxswgebq15laNlEv1bmokKpB {  }
 }@media only screen and (max-width: 763px) { #C8DSAV9LBHhT4BiT5POiOSXkpWfQoHT1 #gPhUTpDQ1xKsCGLF8Jqoh4KlufEzD0G1 {  }
 }@media only screen and (max-width: 763px) { #C8DSAV9LBHhT4BiT5POiOSXkpWfQoHT1 #RCR9z6NL4B9lyzDGiTGRKD20Q2Aqb520 {  }
 }@media only screen and (max-width: 763px) { #C8DSAV9LBHhT4BiT5POiOSXkpWfQoHT1 #TGxqfZCrnenqGncH4OBJ1tLfrJuk1nI6 {  }
 }@media only screen and (max-width: 763px) { #C8DSAV9LBHhT4BiT5POiOSXkpWfQoHT1 #IKaPx6SFAzTCyovSLbp0InoNDrMg2349 {  }
 }@media only screen and (max-width: 763px) { #C8DSAV9LBHhT4BiT5POiOSXkpWfQoHT1 #Z7BV3RnWI7OeIXpUxnk33RXvVsilvaXc {  }
 }@media only screen and (max-width: 763px) { #C8DSAV9LBHhT4BiT5POiOSXkpWfQoHT1 #pwfrIf3msMAMJC4sTZxlCJgvHh0ymeT3 {  }
 }@media only screen and (max-width: 763px) { #C8DSAV9LBHhT4BiT5POiOSXkpWfQoHT1 #s5eZl4e9zvg3yxXky9wqLMgSkCKMTk2z {  }
 }@media only screen and (max-width: 763px) { #C8DSAV9LBHhT4BiT5POiOSXkpWfQoHT1 #RH0bvsr2mRtB3kbwOEVyZmz7g9reJNFG {  }
 }@media only screen and (max-width: 763px) { #C8DSAV9LBHhT4BiT5POiOSXkpWfQoHT1 #OlAOKX1bOyLTd1qoArVxSJ1nauxZRFhX {  }
 }@media only screen and (max-width: 763px) { #C8DSAV9LBHhT4BiT5POiOSXkpWfQoHT1 #CsV5iKaCv9mrxTCvlKFef3Zzuuzb82oG {  }
 }@media only screen and (max-width: 763px) { #C8DSAV9LBHhT4BiT5POiOSXkpWfQoHT1 #hEzDTm94kU3FTDBemRHK9WMefuTN1hMg {  }
 }@media only screen and (max-width: 763px) { #C8DSAV9LBHhT4BiT5POiOSXkpWfQoHT1 #ZFiEPXycvwUyvPP0LhwMWObFEMyTqrAL {  }
 }@media only screen and (max-width: 763px) { #C8DSAV9LBHhT4BiT5POiOSXkpWfQoHT1 #UxJnLV6A1SKwKVZGqwqSTRupFVskdC2H {  }
 }@media only screen and (max-width: 763px) { #C8DSAV9LBHhT4BiT5POiOSXkpWfQoHT1 #pbiQGEK0JPo5zDXAHMU6bayT8dbyt1AI {  }
 }@media only screen and (max-width: 763px) { #C8DSAV9LBHhT4BiT5POiOSXkpWfQoHT1 #aunnk8tO7UtDn56deGI48SiBCaEw8nku {  }
 }@media only screen and (max-width: 763px) { #C8DSAV9LBHhT4BiT5POiOSXkpWfQoHT1 #NcnAgztRC23NzzVwmPJLOONlAMZsTqbC {  }
 }@media only screen and (max-width: 763px) { #dleT1CTZ7ocwK67ACCtcXtokvqLLTsdo { display:block; }#dleT1CTZ7ocwK67ACCtcXtokvqLLTsdo > .row .container { width:47.75rem;height:39.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qUwdKkce2nog3cx0zxa2KQdTyQlH6sVV { width:19.75rem;height:4.6875rem;top:10.5rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlXaHZM3VPAge7zg1nzSecnwMTiIyGph { width:19.75rem;height:2rem;top:15.625rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZU91K1GDEM0VkEbDJCQtLZ7m4kWw08u { width:19.75rem;height:1.625rem;top:12.1875rem;left:26.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SvvfuZJRKim5sz3Lcr10pLl53Zs5NlIy { width:38.375rem;height:28.8125rem;top:5.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fIdbvwuyAThRne57zsAaCLxCG4Pkbqc3 { width:45.25rem;height:23.875rem;top:2.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3d2y3bMt2qIWxsg4Zi3bIV9U2uU8RyZ { width:1.25rem;height:1.25rem;top:16.9375rem;left:37.062501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2DdpT3eRILbPordsCuCkUQ0IWzSJbUg { width:17.5rem;height:3.4375rem;top:21.4375rem;left:28.937501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCBV21rH4M3idCXzBPJyPNVtlZWguge3 { display:block; }
 }@media only screen and (max-width: 763px) { #pBcVbL7pkubTD3H6VRyxF1QTQf8QKN01 { width:19.75rem;height:2rem;top:15.625rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lz2hbRC3tnIv8pBz2rk6dmQUsaJAeDGE { display:block; }#Lz2hbRC3tnIv8pBz2rk6dmQUsaJAeDGE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VETno7PiTNNyaq6L7WmBiOo3wgHpqTT3 { top:34.974609375rem;left:1.125rem;width:21.25rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTxHT9rtJdMUPVOSMfykTXJHnF39q8CM { top:1.5rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #BtxlI6DbZDvy44xW7BeKV12fZCwmJ4wr { display:block; }#BtxlI6DbZDvy44xW7BeKV12fZCwmJ4wr > .row .container { width:20rem;height:46.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PH6L7nndix6gbxTMWDKvVmrSd7N8ztyU { width:17.5rem;height:32.875rem;top:0rem;left:0rem;border-top:0;border-left:1.25rem solid #efd4b2;border-right:1.25rem solid #efd4b2;border-bottom:1.25rem solid #efd4b2;z-index:15001;display:none; }
 }@media only screen and (max-width: 763px) { #V9azpIfGLIMbenTVPs8UDVKAS46Eh4HJ { width:10.25rem;height:10.25rem;top:0rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1h4csdThicxHDcw4nv5lmMUALVoMKPw { width:20rem;height:20rem;top:26.762498855591rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBXr15gUP6GFhvUJz3Tlg55tLiK7K7mg { width:20rem;height:0;top:9.074999809265rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;color:rgba(var(--color-primary-2),1);display:none; }
 }@media only screen and (max-width: 763px) { #ppLcN1loGl1csTiGZx44uiS9cTXXGxPT { width:17.5rem;height:3.4375rem;top:23.375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AP81AmRiEIAi8TeVzzv5GGGKuA7TiQ1J { display:block; }
 }@media only screen and (max-width: 763px) { #Q74C9CeScAFcrAznWHycg8EPbNXD4B6l { width:20rem;height:13.65rem;top:9.0125007629394rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;color:rgba(var(--color-primary-0),1);z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #KHPtE2dJWDF5VollGQlthSuQ4AkK7SK4 { display:block; }#KHPtE2dJWDF5VollGQlthSuQ4AkK7SK4 > .row .container { width:20rem;height:56.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pJh1FkWlZUwsxw65MSsfwZSd7Im1yDXp { width:20rem;height:0;top:31.187505722046rem;left:0rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #P7Q1Jm4C08FbpRbORxiLdKbPk5eSDaXV { width:20rem;height:0;top:56rem;left:0rem;text-align:center;text-align-last:center;line-height:1.7;display:none; }
 }@media only screen and (max-width: 763px) { #eeumkfdsIUBQDU6Ko4Ru8CqridKKT2tX { width:17.5rem;height:32.875rem;top:0rem;left:0rem;border-top:0;border-left:1.25rem solid #efd4b2;border-right:1.25rem solid #efd4b2;border-bottom:1.25rem solid #efd4b2;z-index:15001;display:none; }
 }@media only screen and (max-width: 763px) { #BstLGPCUrx7tkkDMmW0UOiqgo1wtWIMM { width:20rem;height:30.6rem;top:13.77499961853rem;left:0rem;text-align:justify;text-align-last:initial;line-height:1.7;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #T4w7Vdfi7pIaTq9kTKAbAkW3xcWtNFiL { height:11.1614375rem;width:20rem;top:44.375000953674rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Quz7qQ2NR9OEWNxWpTC0pxSJTRRd3zrH { width:4.9375rem;height:4.9375rem;top:30.4375rem;left:7.53125rem;display:none; }
 }@media only screen and (max-width: 763px) { #chJhtbNgFXm5Pz3DAWT9Ktytm6zmg9tN { width:20rem;height:13.28125rem;top:3.814697265625E-6rem;left:0rem;text-align:center;text-align-last:center;z-index:15005;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxyUxyuXyvAE7XB9x5WingHJAa3a2TB6 { position:relative;z-index:auto;display:block; }#XxyUxyuXyvAE7XB9x5WingHJAa3a2TB6 > .row .container { width:20rem;height:34.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yGKbR1bdOetTa4lqKPyXvvKDktOfEdT6 { width:18.75rem;height:32.625rem;top:7.5rem;left:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #IXLZTvJCGlMbpX1AcqtdwsBsqEMfBEl9 { width:16.875rem;height:0;top:3.75rem;left:1.5625rem;text-align:center;text-align-last:center;line-height:1.6;display:none; }
 }@media only screen and (max-width: 763px) { #ZxTWClF1vK6p50JJ9i4DWWL5TysFEtx0 { width:19.75rem;height:0;top:13.25rem;left:0.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #TIGqXEBMAcrs90Tg9raK7kWLDiTcPzlr { width:1.25rem;height:1.25rem;top:15.671875rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #cr2Mbz9ih2ZlvI3fP99GByABm3unDvzK { width:13.375rem;height:4.0625rem;top:87.850000381469rem;left:2.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #VIAJ3XVgGASPQndmqURwpZcP3ooKRey6 { display:block; }
 }@media only screen and (max-width: 763px) { #mZqXLVApDJ8uFr6eVTtxTy65EuZ40BH6 { width:13.3125rem;height:12.5625rem;top:2.8610229492188E-6rem;left:3.34375rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #fSJDsHuiBoWslGCLTDVlsXK4HZFAT79q { width:16.875rem;height:4.4rem;top:13.5rem;left:1.5625rem;text-align:center;text-align-last:center;line-height:1.6;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #Lp2e2taqpSmdwgEDdrracNqCI1Zvlaak { width:18.75rem;height:24.625rem;top:6rem;left:0.050000190734863rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #JdGgUP18xIXPprIH5em89hEeW1eK2eHd { width:19.75rem;height:3.25rem;top:19.687497138977rem;left:0.25rem;text-align:center;text-align-last:center;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #qAD7TI2JKw7TiQ1nnXFZAmnoNSkzotwn { width:13.375rem;height:4.0625rem;top:25.800000190735rem;left:3.3125rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #e3QOLqSuVFQSTWWfSTzRuOQGXRcETsFq { display:block; }
 }@media only screen and (max-width: 763px) { #Dq8D2BigZxL5aFktN1mOSVvaWQXL7JI5 { display:block; }#Dq8D2BigZxL5aFktN1mOSVvaWQXL7JI5 > .row .container { width:20rem;height:5.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gT7OWzm2kKTs7yBQhtzTv4CafsrV9U0n { width:20rem;height:0;top:4.8125rem;left:0rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #a4ChThK4LOgKwDRXDM1Vz5Q7Q1NLSUVZ { width:2.0625rem;height:2.0625rem;top:8.3375rem;left:8.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #oc0BXvaWIxwS0dyegCwZZ7d3xfrwLiQH { width:20rem;height:2.275rem;top:0.5625rem;left:0rem;text-align:center;text-align-last:center;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #khrVHg2wzUVRECWBC2DiDb15AOf7sThe { width:2.0625rem;height:2.0625rem;top:2.8374996185302rem;left:8.96875rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #f1z13Te0cO7m2pLWASdhAFf6g3OvKq2e { display:block; }#f1z13Te0cO7m2pLWASdhAFf6g3OvKq2e > .row .container { width:20rem;height:74.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lrTmZ9QKqd9XgwEO5BrQgnpJEVl4L2tM { width:17.0625rem;height:22rem;top:1.25rem;left:1.3126637554585rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzJrx9QQE3oC3c0wQCv2y8krxRLUEDH1 { width:15.3125rem;height:9rem;top:11.437500953674rem;left:2.34375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tD3oBrq1qZaTcWL9aG7Ic6inbKrERdaf { width:15.3125rem;height:4rem;top:7.4375rem;left:2.34375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QhTgTphtvpA1GrtzFDdTgzyJp37l9CtO { width:1.875rem;height:0.0625rem;top:7.4375rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVGNvk3AJHKKAB1PCxSh6hwih4ORWntT { width:17.5rem;height:22.5rem;top:26.125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNmG3AZktqxr853IPi6ngpIU5vcA3PJ9 { width:15.3125rem;height:9rem;top:37.375rem;left:2.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XzM6pvEEXpEoJHyTake9Fa21VOvltLDG { width:15.3125rem;height:2rem;top:33.75rem;left:2.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PnJdEUdnBGx3Cu46LrLKDCXGpU2AWTWi { width:1.875rem;height:0.0625rem;top:32.4375rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVTcpnaF4VhQWFooHCy3oZaGop7oAOJr { width:17.5rem;height:22.5rem;top:50.9375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZhlekWNXkgIUIbdOhzVLyvo53yVgDePd { width:15.3125rem;height:7.2rem;top:64.750007629394rem;left:2.46875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #py003cwex05IKoloBR228U0OX0cs5QAF { width:15.3125rem;height:4rem;top:58.8125rem;left:2.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tgt80JgDxrIxS15gaUKtE2sX2qB8CEhy { width:1.875rem;height:0.0625rem;top:57.5rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhfkFu2lItKVgQw59GcTJ2gEWOTWh8TN { width:19.75rem;height:24.8125rem;top:25.1875rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnT14PzdNOV6VhDBMQPtmlemvFqc0ZpR { width:20rem;height:0;top:75.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JGNkQZmVuCzByD0FC1paTDthEnm9pXsk { width:1.75rem;height:1.75rem;top:75.1875rem;left:9.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wIVwLBeKAEdySsl07fHowwVMk2FEIu57 { width:1.75rem;height:1.75rem;top:78.1875rem;left:9.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZIwwBpTnCO52be54pzDse2VADrLA6rre { width:1.75rem;height:1.75rem;top:81.1875rem;left:9.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #uFcR1qu9leSbdPsg2xvwBT8kPq3dbqWt { width:1.75rem;height:1.75rem;top:54.187501907349rem;left:9.125rem;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #lk8EeXqEDPI7dHrQyMaH48oHsOeMqOe7 { width:1.75rem;height:1.75rem;top:29.237500190735rem;left:9.125rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #W0eIcvl47RAHvVV6hSoxhl4zInAxsuo4 { width:1.75rem;height:1.75rem;top:3.9249973297119rem;left:9.125rem;z-index:15040;display:block; }
 }@media only screen and (max-width: 763px) { #uMmwW7vWXwFK0uXaumysCpCAq4Md8HAm { display:block; }#uMmwW7vWXwFK0uXaumysCpCAq4Md8HAm > .row .container { width:20rem;height:6.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fMmDQgDM62qIansmw98UFPJWodBApD0z { width:20rem;height:0;top:4.8125rem;left:0rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #tOeLoodzu3tLVTp0E6TOMGas2WWnlM9A { width:2.0625rem;height:2.0625rem;top:8.3375rem;left:8.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #sRWmBhP3CKgQDp79MBr1x8ogZKq26Pv8 { width:20rem;height:2.275rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #Q46zXXoxbxDEGL4NTU0mnsFDlaIe82ue { width:2.0625rem;height:2.0625rem;top:4.34375rem;left:8.96875rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #DTGIQfk2vanRnBCXUG1i3FTi2DFxuIJu { display:block; }#DTGIQfk2vanRnBCXUG1i3FTi2DFxuIJu > .row .container { width:20rem;height:119.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IJykKh63dQ102xvkV8AdwqibqOw2ItN4 { width:15.3125rem;height:3.6rem;top:47.75rem;left:2.3125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEttbwfdAVMH2IEQoivM35HTyAmSwbPl { width:15.3125rem;height:3.6rem;top:55.6rem;left:2.3125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3RspZ3Kw0XQkKKNHuyzm856d93QoiLt { width:15.3125rem;height:3.6rem;top:39.9rem;left:2.3125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMspE29LSuxnMohznmDy2TAIDUlDFx8q { width:15.3125rem;height:3.6rem;top:63.45rem;left:2.3125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqQOHxkEDlKWHM40ft4CSchZNR7v7qxI { width:15.3125rem;height:3.6rem;top:71.3rem;left:2.3125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gpEui33K4V11MbVh0PKgRQp71r9bsan9 { width:13.375rem;height:4.0625rem;top:113.59999694824rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fO1PhwCN1tahC2oLuTy5aia0IIfw4ITD { display:block; }
 }@media only screen and (max-width: 763px) { #iFBinHnwNX8rSJ0WNocbTDcK3ioS5LHf { width:1.75rem;height:1.75rem;top:68.3rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLAKe05XoxbptOhrdSX7xPgQZFI1I2TZ { width:1.75rem;height:1.75rem;top:60.45rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzBhR505qEvAelrRbw1GE9vJpmeBih5r { width:1.75rem;height:1.75rem;top:52.6rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0hx0JPu8xKvTdy8dLCn49mw3JyT2tOK { width:1.75rem;height:1.75rem;top:44.75rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHVgEFeMtPtZivyK28koKT2EA71SJ2ef { width:1.75rem;height:1.75rem;top:36.9rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwP3OOsEaJWSTchTiPon5lMzQ7A2TgJE { width:15.3125rem;height:5.4rem;top:106.95rem;left:2.3125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zO1LfGhXyRfpxGBGuKF85dPsvPTUnU1B { width:15.3125rem;height:1.8rem;top:100.9rem;left:2.3125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eguu6Uk1bKgIGxeDpVbsP6Q6UtDwNC65 { width:15.3125rem;height:3.6rem;top:93.05rem;left:2.3125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6ggzJ4XFWkvaMSp1RAPJXiG5L93unVf { width:15.3125rem;height:3.6rem;top:85.2rem;left:2.3125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VlmGrRU9tmPkZrvzQN9vpF4mDcKgAJ1T { width:1.75rem;height:1.75rem;top:103.95rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ChgfyzTy3szSzVvWDxORca4mLx43nNgy { width:1.75rem;height:1.75rem;top:97.9rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAd7nWU9GszgZvTKah6DgvlVw30s4zx3 { width:1.75rem;height:1.75rem;top:90.05rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTPPPinMlGh1UgzIRHQNcwsPSfzI0O3n { width:1.75rem;height:1.75rem;top:82.2rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkJZnAr4yTGnWoncu7q9MMPmngp54Eqw { width:15.3125rem;height:1.8rem;top:79.15rem;left:2.3125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #upeFw7E6rzQsl3rvhv515MApWhIOcpzA { width:1.75rem;height:1.75rem;top:76.15rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqvpWhLCOrwBaFcsT1sWOCn7Bqw1tGh0 { width:15.3125rem;height:3.6rem;top:32.05rem;left:2.3125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1USGVC3yCqrcS2T1q2pZA3ZSkmdX8Ge { width:15.5rem;height:3.6rem;top:24.2rem;left:2.25rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ko4xoHe63WACUndPBowKCDAGmfCBUuSN { width:15.9375rem;height:1.8rem;top:18.15rem;left:2rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwZtbrpEZSWS7DBlJOMzg9dvz2g5l3R4 { width:15.3125rem;height:3.6rem;top:10.3rem;left:2.3125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9dV6Pey506HFZLETRT4AgQHcQ40cv44 { width:15.3125rem;height:1.8rem;top:4.25rem;left:2.3125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqLaTZ4UDPXWSTELuGJg8dEebsXJGUma { width:1.75rem;height:1.75rem;top:29.05rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LeTQysr7kTt6K28BUprLSC6BgySPcs2Q { width:1.75rem;height:1.75rem;top:21.2rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aykeTROfT1ndGIRTUrt5ITk852Um2vKP { width:1.75rem;height:1.75rem;top:15.15rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2tBAS6cNI8GVN0NNDlTFakocDBNTLIn { width:1.75rem;height:1.75rem;top:7.3rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXluA9sDd37DVsoqZUaTXAF11X1mlzEQ { width:1.75rem;height:1.75rem;top:1.25rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N48BMQa9w6QtgwFZ0y0OWCyRA8JRkWEa { width:13.375rem;height:4.0625rem;top:124.22499084472rem;left:3.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #NM9pkXeFcGZDyaabCnLrEEhymRhxtDit { display:block; }
 }@media only screen and (max-width: 763px) { #ATixoMq16pyQ76xNafQgXS6yPI3Agb19 { width:13.375rem;height:4.0625rem;top:118.91249084472rem;left:3.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PGSHAw9hKGkzobZWu1gCckSnldeuDXx6 { display:block; }
 }@media only screen and (max-width: 763px) { #AmkVMOkpT2S585hSBqu45lMDIyC3oPUx { display:block; }#AmkVMOkpT2S585hSBqu45lMDIyC3oPUx > .row .container { width:20rem;height:5.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LiXTD6aG6qCzcxgTk1TfvyxMXhJXgt48 { width:20rem;height:0;top:2.6875rem;left:0rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #XWNm3bTEATTCSV6EPdvQW8D0y4wNTVk8 { width:20rem;height:0;top:4.9375rem;left:0rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #WrkHCMtQPLxSOTk6NMnG2D9hQZ4Ph5L7 { width:20rem;height:1.86875rem;top:0.6875rem;left:0rem;text-align:center;text-align-last:center;z-index:15004;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNa9zKRol4CpL49CTALLD5ewsndrm8Fp { width:20rem;height:2.03125rem;top:3.375rem;left:0rem;text-align:center;text-align-last:center;z-index:15005;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3fyd7MAGwoA7NK4mNx7WEcNccfxgi0v { display:block; }#t3fyd7MAGwoA7NK4mNx7WEcNccfxgi0v > .row .container { width:20rem;height:94.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cmS1o1a1N7mRgrnvTE4mrnoxwF1ahNfR { width:12.5rem;height:0;top:100.0625rem;left:3.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #yJDJtNKPM16uREbQ2oPTBAhMQor0nNeT { width:20rem;height:15.6875rem;top:110.4125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #FJyTBEtLufNZ3E0lBCb52W06FF9n855f { display:flex;width:2.125rem;height:2.125rem;top:112.27499923706rem;left:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #STcnJAeT7OHfN1Vk1O19DWTwEtWteBfI { width:20rem;height:14.375rem;top:17.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #M6mNnnCP9VUbl2cBwf8WF0zFaTyCHTd2 { width:20rem;height:15.8125rem;top:142.975rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TIJ9mJXnTilNq0XHHNgekvCu9lPOh1i0 { width:20rem;height:14.5rem;top:160.0375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #g1tzkTLT4APgM58OcJOsUfIT8gCH6Efg { width:12.5rem;height:0;top:87.524999618531rem;left:3.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #xrvIAk5348QwcQfZ2kxhzOkFAAKRggdK { display:flex;width:2.125rem;height:2.125rem;top:161.24999961853rem;left:1.6749992370606rem;display:none; }
 }@media only screen and (max-width: 763px) { #BJrbiIS6pPrhedNdUL1vQD257rT70RJD { width:14.8125rem;height:0;top:111.79374942779rem;left:3.59375rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #sZiO5vbBwvBbwUlNuC4vxnuVGPukvbI4 { display:flex;width:2.125rem;height:2.125rem;top:128.43749961853rem;left:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #IQtpJHESBnINvlaWJUGUuVZ4hwJSVOI4 { width:20rem;height:15.8125rem;top:175.7875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #yD7GfTcNh0tFcEC2paPQaXvLvW8PGTTu { width:20rem;height:14.375rem;top:192.85rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #R91T6qrINL6HDfpv5RGF7qichOAXovNW { display:flex;width:2.125rem;height:2.125rem;top:144.86874923706rem;left:1.6749992370606rem;display:none; }
 }@media only screen and (max-width: 763px) { #Isa3t0Tr7c8fMUag9oEmQNQNPRyrvQz4 { display:flex;width:2.125rem;height:2.125rem;top:177.71249923706rem;left:1.7249984741211rem;display:none; }
 }@media only screen and (max-width: 763px) { #p7Sho6W5ebiAsagciguEH3i1dD8KtEpE { display:flex;width:2.125rem;height:2.125rem;top:193.93749961853rem;left:1.7249984741211rem;display:none; }
 }@media only screen and (max-width: 763px) { #CTpM5VtHQky0pupBRBV1Dfkg5OJnuKrk { width:20rem;height:15.6875rem;top:0.8125rem;left:0rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #qQpaxFuqPmb45y17TPubkP0nZfThVXcd { width:14.8125rem;height:3.0875rem;top:1.4375rem;left:3.8125rem;font-size:1.1875rem;z-index:15040;display:block; }
 }@media only screen and (max-width: 763px) { #sWbuyemqbvmxQAz8TZ0XGeI0AyNV5GWh { display:flex;width:2.125rem;height:2.125rem;top:1.9187259674073rem;left:0.5625rem;z-index:15038; }
 }@media only screen and (max-width: 763px) { #Mu5sTetexQvfgfkDsrmVJtiQpTKRuoo1 { width:12.5rem;height:9.1rem;top:5.3750267028809rem;left:3.75rem;font-size:1rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #XBveW1MFESVsbJiw2OPhVs7aZpTRqEKq { width:20rem;height:14.375rem;top:17.1875rem;left:0rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #xJXWXLEuVpBvVwWOE8b1Z8t1hoJwQqEq { display:flex;width:2.125rem;height:2.125rem;top:34.668744087219rem;left:0.5625rem;z-index:15041; }
 }@media only screen and (max-width: 763px) { #DcTFWFhNu3KEqWDoyTtqrpHbKM1KzArd { width:20rem;height:13.375rem;top:33.474998474121rem;left:-0.125rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #f74tnEgOlD4cuggWD215ea49C2DXIlBy { display:flex;width:2.125rem;height:2.125rem;top:17.875018119812rem;left:0.5625rem;z-index:15042; }
 }@media only screen and (max-width: 763px) { #ziF7t4psS8IAXS6ctQAfa7AggFTQTOiR { width:20rem;height:13.5rem;top:47.762511253357rem;left:0rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #uewkOZivX5AB0OBJx41G9tOGC9O1910G { width:20rem;height:14.1875rem;top:62.081256866455rem;left:0rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #cQoq5CD73XxfKWuPp6tfhkEFqBKrL5tE { width:20rem;height:15.8125rem;top:77.362480163575rem;left:0rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #oxTCU9BrItgnzf6q29wVy3I0b3tt0Uiq { width:12.5rem;height:0;top:215.03751525879rem;left:3.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #fI0kAT93UNOhTEpsneACxo75HCi9Ah8b { width:14.8125rem;height:0;top:210.70001525879rem;left:2.5625rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #B0QoNAQnyJV1lBhFTmarPuDhXUuBpiQL { width:14.8125rem;height:0;top:197.31251525879rem;left:2.5625rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HokwT1eRfEDoLd3v5QxtF33ZUdeG0dPB { width:12.5rem;height:0;top:201.65001525879rem;left:3.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #kWNpKnVyx4FSRlvh0Fc8gI3HeJm8fgrn { width:12.5rem;height:0;top:103.375rem;left:3.8125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #T22TR24U6clpf7Pyvh5xQm90pnnoC7SK { width:13.125rem;height:0;top:122.4375rem;left:3.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #H37MFWWK4ZyTqIXMASiIib5wGfqflfma { width:14.8125rem;height:0;top:113.75rem;left:2.625rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #L7tKWlTdFJAOU7eTWqVZUmGNw9c4GmEW { width:14.8125rem;height:0;top:100.5625rem;left:2.625rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WCeW1kEaLOTHbc9iHuioazqZ8MXSIDab { width:14.8125rem;height:0;top:116.5rem;left:2.625rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #u0kc2c2nsDvCxXsRQ6IHtktqqZWBZQbg { display:flex;width:2.125rem;height:2.125rem;top:48.77499961853rem;left:0.5625rem;z-index:15043; }
 }@media only screen and (max-width: 763px) { #kJ46GMaMZuKgyURecL9qBpTvEnfF8J83 { display:flex;width:2.125rem;height:2.125rem;top:63.12499809265rem;left:0.5625rem;z-index:15044; }
 }@media only screen and (max-width: 763px) { #gkt6O6Rndq3Q6vRU0ly9ayFZ1wuncpIN { display:flex;width:2.125rem;height:2.125rem;top:78.299999237062rem;left:0.5625rem;z-index:15045; }
 }@media only screen and (max-width: 763px) { #KzzXOQwOPClTTvzKc7EaKxUq2Viqyymi { width:12.5rem;height:0;top:97.674997329712rem;left:6.8125rem;font-size:1rem;z-index:15020;display:none; }
 }@media only screen and (max-width: 763px) { #ckxh6tLPzMbgrMeBKFlQfedpE8QyWp6w { width:12.5rem;height:11.7rem;top:81.524999618531rem;left:3.75rem;font-size:1rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #OuoCnLzFcW3UXeLGzGRMgkJ3RJp6Zt3i { width:14.8125rem;height:3.0875rem;top:63.12499809265rem;left:3.8125rem;font-size:1.1875rem;z-index:15041;display:block; }
 }@media only screen and (max-width: 763px) { #e56TrG05PGOCZOECRDTxLUunHyAtLCI1 { width:12.5rem;height:7.8rem;top:67.43749809265rem;left:3.75rem;font-size:1rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #awC0tw2WkfTL7Ifrvgy1zOmTMWV266VT { width:14.8125rem;height:3.0875rem;top:34.1875rem;left:3.8125rem;font-size:1.1875rem;z-index:15041;display:block; }
 }@media only screen and (max-width: 763px) { #FWZccpEFtZgHopLB3z0iAxEcxBX4KwmH { width:12.5rem;height:7.8rem;top:38.125rem;left:3.6875rem;font-size:1rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #roZT5rdgGnCvUn6zJwHwi1IwI9COSJi1 { width:14.8125rem;height:1.54375rem;top:49.065642356873rem;left:3.8125rem;font-size:1.1875rem;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #CXp70nasWO3WLGNaaggkc9vDDT8kwx6r { width:12.5rem;height:9.1rem;top:51.11874961853rem;left:3.75rem;font-size:1rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #OlzTLXx7mcB9Z6xZq9TH695nifIxWnPv { width:14.8125rem;height:1.54375rem;top:78.590623855594rem;left:3.8125rem;font-size:1.1875rem;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #iEM0OiiLENMPWu6t9MvxdSRsgBaqyL2X { width:14.8125rem;height:4.63125rem;top:17.875rem;left:3.875rem;font-size:1.1875rem;z-index:15044;display:block; }
 }@media only screen and (max-width: 763px) { #m5cuwQz1KISMcZACBfupn3WvX1yS1n3p { width:13.125rem;height:7.8rem;top:23.1875rem;left:3.75rem;font-size:1rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #MylTDuR1f1ygAMOvJLyQlbipClAFTRFZ { display:block; }#MylTDuR1f1ygAMOvJLyQlbipClAFTRFZ > .row .container { width:20rem;height:6rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C71H3aOFIQbAevzKyN6qwgfDI4o5MlbB { width:20rem;height:2.35625rem;top:1.25rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ra1kwLVq0x9nTeuWZHuVoWM7NT7BgWT2 { width:19rem;height:4.0625rem;top:4.85625rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #gMTsZCwDBepIZc57KzMAfTtxVJtTceAE { display:block; }
 }@media only screen and (max-width: 763px) { #ZbEZnuQ98NKtlTxIo327ILLLoeWPTgxW { width:19rem;height:4.0625rem;top:1.25rem;left:0.5rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #dxlz5C1vdFcNwHT1whAcTfOPICeFwEZ0 { display:block; }
 }@media only screen and (max-width: 763px) { #K9SdVwFH00JD5mCvgf8xQQwpINZpMu8e { display:block; }#K9SdVwFH00JD5mCvgf8xQQwpINZpMu8e > .row .container { width:20rem;height:6.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NTL2MHVTUmLEw6ExoAWB85P5Dn3oINl9 { width:20rem;height:2.35625rem;top:1.25rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccaOMLoqv4a7qtehwxAvxUMRcrwn4VTW { width:2.0625rem;height:2.0625rem;top:4.2187328338623rem;left:8.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUrbnAE3UFQOTzGABosfDfW796ZqfOZ5 { display:block; }#IUrbnAE3UFQOTzGABosfDfW796ZqfOZ5 > .row .container { width:20rem;height:30.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w7WnvX1cHaSg39fI1JRaiwWih6sVIJyI { width:15.3125rem;height:0;top:9.1875rem;left:2.34375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #XUMGG3OHqMqTZIS5eSEEubpvX6UuGaDX { width:15.3125rem;height:0;top:4.1875rem;left:2.34375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #uFQPpFm7IDt0cFHSpNMkCdcwIkKZ11d3 { width:15.3125rem;height:1.8rem;top:5.5rem;left:2.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LDivCFl0GfTWEzCTNkdXsLJeXKH9ht9G { width:15.3125rem;height:0;top:35.5rem;left:2.375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #ph9SOaEkddrDmFa2TwV1ZVm65fvEm3G9 { width:15.3125rem;height:0;top:30.5rem;left:2.375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #IeqRRnds9WgGtQwl4tPq8mkoxlTPHb5p { width:15.3125rem;height:0;top:50.9rem;left:2.3125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #OfxJntCAQCtoynzlTTsRbZAAKVDyifLo { width:15.3125rem;height:0;top:46.45rem;left:2.3125rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #Amv5dkgmN1M0ed7cgL1u1JlKZZNoodJp { width:15.3125rem;height:0;top:40.35rem;left:2.3125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #AT94xAMhyxVlqH3K5h4JZZ2TA3qz6fiU { width:15.3125rem;height:0;top:55.75rem;left:2.3125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZMUfSwA4TEZMszyybcXVnym4eJcL5S08 { width:15.3125rem;height:0;top:43.4rem;left:2.3125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #aHCAqoAB74Wx5Lx5wNSptm0EE5GDAhI8 { width:15.3125rem;height:5rem;top:1.25rem;left:2.34375rem;text-align:center;text-align-last:center;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #c6kX3esQ6U3EzrkFB0v5IvUG1fOAVBfm { width:15.3125rem;height:3.6rem;top:5.5rem;left:2.375rem;text-align:center;text-align-last:center;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #JJVmXosFunrZRdXye9s9TSIMwAd3R3ao { width:15.3125rem;height:5rem;top:11.675000190735rem;left:2.34375rem;text-align:center;text-align-last:center;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #nqgNKzw3GWVIi04rNoQGPT8FsxzHmQHO { width:15.3125rem;height:3.6rem;top:16.625rem;left:2.34375rem;text-align:center;text-align-last:center;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #o6bre5tTg0zmOtW5PnGJR38efZ8mloEF { width:15.3125rem;height:1.8rem;top:21.712500572204rem;left:2.34375rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #hmrtw0r28CsvOt5twhrth5iHeTz3h8HZ { width:15.3125rem;height:5rem;top:22.375000953674rem;left:2.34375rem;text-align:center;text-align-last:center;font-size:3.125rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #MoGMZNnJkTcgQPA0JrHw0x3DDUlg6hF4 { width:15.3125rem;height:3.6rem;top:26.375000953674rem;left:2.34375rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #RR8SViKM7MKfsBIEzcPStVMver2Bopn3 { width:15.3125rem;height:1.8rem;top:10.949999809265rem;left:2.34375rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #TTeozwhVGrCcbsOlDomgz5BOTFXGpQZX { width:15.3125rem;height:1.8rem;top:0.51249980926514rem;left:2.34375rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #wh5kfAVuZE89POTzGEv6weTD2sr3lFf9 { display:block; }#wh5kfAVuZE89POTzGEv6weTD2sr3lFf9 > .row .container { width:20rem;height:91.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TFOpXhs2PcD2eonPhK4vUM1GB1AoxBxg { width:20rem;height:1.625rem;top:1.5000200271606rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TkmGQMFNAqdnJIboBChEl43TAMF7UvgV { width:20rem;height:6.5rem;top:3.125rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l0Lbo906kXmmtTkbfACkTMvVZwGfMaK3 { width:20rem;height:0;top:21.5rem;left:0rem;text-align:center;text-align-last:center;line-height:1.7;display:none; }
 }@media only screen and (max-width: 763px) { #fmg5I9MG91e0X6Q5S58dGzZASuOfP4pg { width:15.1875rem;height:15.1875rem;top:57.8125rem;left:0.34375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JKDqwSzDy0KGspvzIrsHOM3kTxVGFM77 { width:19.3125rem;height:25.5rem;top:76.937488555906rem;left:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hEmVplwOLxWkF8bLbXsGXAQPRdkLdhV1 { width:20rem;height:47.8125rem;top:9.6249942779544rem;left:0rem;text-align:center;text-align-last:center;line-height:1.7;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #ko5vWibVgCgG4oJXzm0qk6S1Fet3Fh76 { width:10.75rem;height:10.75rem;top:55.487518310547rem;left:4.625rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #EgcQ7NOG0PqN0q1oQ5qatBGTfmNI8JoM { width:17.1875rem;height:25.875rem;top:65.050001144406rem;left:1.40625rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #XCar4g4OqIDHbewdnX9Q8BTeEsZxiwPk { display:block; }#XCar4g4OqIDHbewdnX9Q8BTeEsZxiwPk > .row .container { width:20rem;height:7.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #orMZBEu8DVI2Q6TzIlD5lXhZHt11v6eT { width:20rem;height:1.3rem;top:3.0625rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gHzQacmttVcbmCiJfIdWfThkczX1P2kd { width:20rem;height:1.3rem;top:5.1875rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gUJPA2hPhJ4weO43yfTdUzMfbPNPOoun { display:block; }#gUJPA2hPhJ4weO43yfTdUzMfbPNPOoun > .row .container { width:20rem;height:12.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fnnEqVMhnn7yPnvCsed9vHFRJPtgmuHR { width:18.75rem;height:0;top:3.6875rem;left:0.625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #aldx7LotyqBxZAFdVeqTksW3MHd8U1NT { width:4rem;height:4rem;top:15.674999904633rem;left:1.84375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rHIbVmIaCNHNVPhmBwMwVbRxlmPCyOax { width:19.5rem;height:10.25rem;top:15.1375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #bOkrWcopMSL6lZK13I6rDuour1qUiUe3 { width:18.75rem;height:10.2rem;top:0.27500057220459rem;left:0.625rem;text-align:center;text-align-last:center;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #ZEUp7yB2DhU2UZFsM9ET1fcT0kT5u62J { width:19.5rem;height:10.25rem;top:0rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #uE87knEJsuJ3c5wqImcS1uw20HVZuvi5 { display:block; }#uE87knEJsuJ3c5wqImcS1uw20HVZuvi5 > .row .container { width:20rem;height:16.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nmW7LshvVvdcsnmWibKAVPUkqTMKlJXq { width:18.75rem;height:0;top:3.6875rem;left:0.625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #reXtcvuL4dxoWRht0c4TrF9ImKvgBsMl { width:4rem;height:4rem;top:19.07500038147rem;left:1.84375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ULDqcivWrhGlCpEHtpTxPW4zXt41tWS6 { width:19.5rem;height:10.25rem;top:18.5375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #uDcwwFnRgEdrpRINAfSpxEVe4EBd9Kuf { width:18.75rem;height:13.6rem;top:1.8624992370606rem;left:0.625rem;text-align:center;text-align-last:center;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #T3bWWOtsclyGX4V0bAhbpPhoxqJgHUAk { width:19.5rem;height:14.25rem;top:1.2875061035156rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #oA7pty0ES4sSq3qV1T2FXpUgqXng85CL { display:block; }#oA7pty0ES4sSq3qV1T2FXpUgqXng85CL > .row .container { width:20rem;height:1rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pfNzxuO73ProhZ8CT9ifxLeVqpgAsVpE { display:block; }#pfNzxuO73ProhZ8CT9ifxLeVqpgAsVpE > .row .container { width:20rem;height:44.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C8DSAV9LBHhT4BiT5POiOSXkpWfQoHT1 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#C8DSAV9LBHhT4BiT5POiOSXkpWfQoHT1 .accordion-heading-text { font-size:0.9375rem;height:auto; }
#C8DSAV9LBHhT4BiT5POiOSXkpWfQoHT1 { display:flex;height:auto;width:17.5rem;top:1.140625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #C8DSAV9LBHhT4BiT5POiOSXkpWfQoHT1 #cPBWnLg9IBUHVGpKsMffwNMbfQQ44hmz {  }
 }@media only screen and (max-width: 763px) { #C8DSAV9LBHhT4BiT5POiOSXkpWfQoHT1 #BGpGoesurpcqwDJWN9HdB5TCq2nL50wn {  }
 }@media only screen and (max-width: 763px) { #C8DSAV9LBHhT4BiT5POiOSXkpWfQoHT1 #r4lJAKSuf5VWqVAxWB0nZPWxXGwkgwum {  }
 }@media only screen and (max-width: 763px) { #C8DSAV9LBHhT4BiT5POiOSXkpWfQoHT1 #tlEO91HUxNUkXAbofsaVDcnLUsrhuQwp {  }
 }@media only screen and (max-width: 763px) { #C8DSAV9LBHhT4BiT5POiOSXkpWfQoHT1 #S3Ilt9RlL4oIvBaooTA4pDhCblRnom3O {  }
 }@media only screen and (max-width: 763px) { #C8DSAV9LBHhT4BiT5POiOSXkpWfQoHT1 #DoulKqkJpF2BaqOwz2fSIhOUTrKZgboH {  }
 }@media only screen and (max-width: 763px) { #C8DSAV9LBHhT4BiT5POiOSXkpWfQoHT1 #WVyna2Q0FZeFiu21tZVDM0F7xGBVIPkA {  }
 }@media only screen and (max-width: 763px) { #C8DSAV9LBHhT4BiT5POiOSXkpWfQoHT1 #MDlZXK8HvNC2i2FnsJUHebTnKnZGIpSL {  }
 }@media only screen and (max-width: 763px) { #C8DSAV9LBHhT4BiT5POiOSXkpWfQoHT1 #wlhEq8WeBFWZ5nMnzR0sbyXyFQk2zsXs {  }
 }@media only screen and (max-width: 763px) { #C8DSAV9LBHhT4BiT5POiOSXkpWfQoHT1 #hpf3vLRCgWdMuwae8mxSGkhBRiJOQnzq {  }
 }@media only screen and (max-width: 763px) { #C8DSAV9LBHhT4BiT5POiOSXkpWfQoHT1 #NA2dP12Ok1VQBvtivb3QcPtpiXZev9MH {  }
 }@media only screen and (max-width: 763px) { #C8DSAV9LBHhT4BiT5POiOSXkpWfQoHT1 #bWAfIT2pn9TAER5VtHlErrtP1hziJ4bw {  }
 }@media only screen and (max-width: 763px) { #C8DSAV9LBHhT4BiT5POiOSXkpWfQoHT1 #tH6DQorVleKbtSCuVaek8NvnJ4KEu03D {  }
 }@media only screen and (max-width: 763px) { #C8DSAV9LBHhT4BiT5POiOSXkpWfQoHT1 #gPsG0qZr9SzJc3LutZ829pCFAmV1Ib2B {  }
 }@media only screen and (max-width: 763px) { #C8DSAV9LBHhT4BiT5POiOSXkpWfQoHT1 #rnb9gVXM18fTlG4AEbnOHDNxSRlk0Thz {  }
 }@media only screen and (max-width: 763px) { #C8DSAV9LBHhT4BiT5POiOSXkpWfQoHT1 #Q0fbedAAXC4r0a2xThBTIXx4sdsLfsnu {  }
 }@media only screen and (max-width: 763px) { #C8DSAV9LBHhT4BiT5POiOSXkpWfQoHT1 #U9eEMN2S5LJ7WCTicwxPb4OnkBEJgRI0 {  }
 }@media only screen and (max-width: 763px) { #C8DSAV9LBHhT4BiT5POiOSXkpWfQoHT1 #aIxkvU4Ni229rhk7iWwS1UF6y3iWmS0k {  }
 }@media only screen and (max-width: 763px) { #C8DSAV9LBHhT4BiT5POiOSXkpWfQoHT1 #sDgnhDpEpK5FVNZmb6v5BOQC1LH9eftI {  }
 }@media only screen and (max-width: 763px) { #C8DSAV9LBHhT4BiT5POiOSXkpWfQoHT1 #cmpBiKkPS577i2rRKGNyHLAFTckGWAmv {  }
 }@media only screen and (max-width: 763px) { #C8DSAV9LBHhT4BiT5POiOSXkpWfQoHT1 #PDihqRFq948UmgmtCJclPSbzLUJyhJJB {  }
 }@media only screen and (max-width: 763px) { #C8DSAV9LBHhT4BiT5POiOSXkpWfQoHT1 #NsL3SKR9ILM35Tfa4PHEwkvoUyGL4IsQ {  }
 }@media only screen and (max-width: 763px) { #C8DSAV9LBHhT4BiT5POiOSXkpWfQoHT1 #CIx4o2T62tCzbOX2sPrPIMd8vPTWH7x7 {  }
 }@media only screen and (max-width: 763px) { #C8DSAV9LBHhT4BiT5POiOSXkpWfQoHT1 #TSXOMXBFUxswgebq15laNlEv1bmokKpB {  }
 }@media only screen and (max-width: 763px) { #C8DSAV9LBHhT4BiT5POiOSXkpWfQoHT1 #gPhUTpDQ1xKsCGLF8Jqoh4KlufEzD0G1 {  }
 }@media only screen and (max-width: 763px) { #C8DSAV9LBHhT4BiT5POiOSXkpWfQoHT1 #RCR9z6NL4B9lyzDGiTGRKD20Q2Aqb520 {  }
 }@media only screen and (max-width: 763px) { #C8DSAV9LBHhT4BiT5POiOSXkpWfQoHT1 #TGxqfZCrnenqGncH4OBJ1tLfrJuk1nI6 {  }
 }@media only screen and (max-width: 763px) { #C8DSAV9LBHhT4BiT5POiOSXkpWfQoHT1 #IKaPx6SFAzTCyovSLbp0InoNDrMg2349 {  }
 }@media only screen and (max-width: 763px) { #C8DSAV9LBHhT4BiT5POiOSXkpWfQoHT1 #Z7BV3RnWI7OeIXpUxnk33RXvVsilvaXc {  }
 }@media only screen and (max-width: 763px) { #C8DSAV9LBHhT4BiT5POiOSXkpWfQoHT1 #pwfrIf3msMAMJC4sTZxlCJgvHh0ymeT3 {  }
 }@media only screen and (max-width: 763px) { #C8DSAV9LBHhT4BiT5POiOSXkpWfQoHT1 #s5eZl4e9zvg3yxXky9wqLMgSkCKMTk2z {  }
 }@media only screen and (max-width: 763px) { #C8DSAV9LBHhT4BiT5POiOSXkpWfQoHT1 #RH0bvsr2mRtB3kbwOEVyZmz7g9reJNFG {  }
 }@media only screen and (max-width: 763px) { #C8DSAV9LBHhT4BiT5POiOSXkpWfQoHT1 #OlAOKX1bOyLTd1qoArVxSJ1nauxZRFhX {  }
 }@media only screen and (max-width: 763px) { #C8DSAV9LBHhT4BiT5POiOSXkpWfQoHT1 #CsV5iKaCv9mrxTCvlKFef3Zzuuzb82oG {  }
 }@media only screen and (max-width: 763px) { #C8DSAV9LBHhT4BiT5POiOSXkpWfQoHT1 #hEzDTm94kU3FTDBemRHK9WMefuTN1hMg {  }
 }@media only screen and (max-width: 763px) { #C8DSAV9LBHhT4BiT5POiOSXkpWfQoHT1 #ZFiEPXycvwUyvPP0LhwMWObFEMyTqrAL {  }
 }@media only screen and (max-width: 763px) { #C8DSAV9LBHhT4BiT5POiOSXkpWfQoHT1 #UxJnLV6A1SKwKVZGqwqSTRupFVskdC2H {  }
 }@media only screen and (max-width: 763px) { #C8DSAV9LBHhT4BiT5POiOSXkpWfQoHT1 #pbiQGEK0JPo5zDXAHMU6bayT8dbyt1AI {  }
 }@media only screen and (max-width: 763px) { #C8DSAV9LBHhT4BiT5POiOSXkpWfQoHT1 #aunnk8tO7UtDn56deGI48SiBCaEw8nku {  }
 }@media only screen and (max-width: 763px) { #C8DSAV9LBHhT4BiT5POiOSXkpWfQoHT1 #NcnAgztRC23NzzVwmPJLOONlAMZsTqbC {  }
 }@media only screen and (max-width: 763px) { #dleT1CTZ7ocwK67ACCtcXtokvqLLTsdo { display:block; }#dleT1CTZ7ocwK67ACCtcXtokvqLLTsdo > .row .container { width:20rem;height:42.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qUwdKkce2nog3cx0zxa2KQdTyQlH6sVV { width:19.75rem;height:2.8125rem;top:10.249976158142rem;left:0rem;text-align:center;text-align-last:center;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlXaHZM3VPAge7zg1nzSecnwMTiIyGph { width:19.75rem;height:3.16875rem;top:7.1312494277956rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fZU91K1GDEM0VkEbDJCQtLZ7m4kWw08u { width:19.75rem;height:6.09375rem;top:31.375rem;left:0.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SvvfuZJRKim5sz3Lcr10pLl53Zs5NlIy { width:20rem;height:27.5rem;top:2.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fIdbvwuyAThRne57zsAaCLxCG4Pkbqc3 { width:17.5rem;height:38.1875rem;top:0.84375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3d2y3bMt2qIWxsg4Zi3bIV9U2uU8RyZ { width:1.25rem;height:1.25rem;top:34.125rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2DdpT3eRILbPordsCuCkUQ0IWzSJbUg { width:17.5rem;height:3.4375rem;top:37.468774795532rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCBV21rH4M3idCXzBPJyPNVtlZWguge3 { display:block; }
 }@media only screen and (max-width: 763px) { #pBcVbL7pkubTD3H6VRyxF1QTQf8QKN01 { width:19.75rem;height:2.8rem;top:4.3812494277954rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lz2hbRC3tnIv8pBz2rk6dmQUsaJAeDGE { display:block; }#Lz2hbRC3tnIv8pBz2rk6dmQUsaJAeDGE > .row .container { width:20rem;height:5.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VETno7PiTNNyaq6L7WmBiOo3wgHpqTT3 { width:20rem;height:1.7rem;top:2.5rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OTxHT9rtJdMUPVOSMfykTXJHnF39q8CM { width:2.5rem;height:2.5rem;top:0rem;left:8.75rem;display:block; }
 }