.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:218,219,225;--color-primary-1:133,136,157;--color-primary-2:11,17,58;--color-primary-3:6,9,29;--color-primary-4:2,3,9;--color-secondary-0:218,247,229;--color-secondary-1:143,232,177;--color-secondary-2:69,216,125;--color-secondary-3:23,206,92;--color-secondary-4:9,83,33;--color-tertiary-0:255,255,255;--color-tertiary-1:255,255,255;--color-tertiary-2:255,255,255;--color-tertiary-3:128,128,128;--color-tertiary-4:38,38,38;--headlines-font-family:"Alliance No1 Light";--paragraphs-font-family:"Alliance No1 Light"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#eef8f8;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ATnTIt3vlLPI3gis6mCbU3purXmVNpAa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),0.85);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#ATnTIt3vlLPI3gis6mCbU3purXmVNpAa > .row .container { background-color: transparent; background-image: none; }#ATnTIt3vlLPI3gis6mCbU3purXmVNpAa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ATnTIt3vlLPI3gis6mCbU3purXmVNpAa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ATnTIt3vlLPI3gis6mCbU3purXmVNpAa > .row .container > .video-iframe-container { display: none; }#ATnTIt3vlLPI3gis6mCbU3purXmVNpAa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ATnTIt3vlLPI3gis6mCbU3purXmVNpAa > .row > .video-iframe-container { display: none; }#ATnTIt3vlLPI3gis6mCbU3purXmVNpAa > .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); }#ATnTIt3vlLPI3gis6mCbU3purXmVNpAa > .row .container { border-width: 0; border-radius: 0; }#ATnTIt3vlLPI3gis6mCbU3purXmVNpAa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ATnTIt3vlLPI3gis6mCbU3purXmVNpAa > .row .container { font-size:0.875rem;font-family:arial;height:4.25rem;width:75rem;position:relative;display:block; }#olS1pFnOw2QD6PipVtBcIg183wEU8fFT { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-4),1), #00d244);background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-4),1), #00d244);background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-4),1), #00d244);background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-4),1), #00d244);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='#00d244' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='#00d244' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-4),1), #00d244);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color: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:"barlow black";font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.9375rem;height:2.4375rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:0.90625rem;left:56.9375rem;display:block; }
#ByBHw3ZggwGbqTZtSy5iTiWRnnTImNen { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hsgidVVOxH1vk6czBIG0kWTHF65L5zpB { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:13.125rem;top:0.9375rem;left:0.625rem;overflow:hidden;display:block; }
#Da0M5Se2fxy7I46nke9xgQlK6Ahf5P6a { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),0.85);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:none; }#Da0M5Se2fxy7I46nke9xgQlK6Ahf5P6a > .row .container { border-width: 0; border-radius: 0; }#Da0M5Se2fxy7I46nke9xgQlK6Ahf5P6a > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Da0M5Se2fxy7I46nke9xgQlK6Ahf5P6a > .row .container { font-size:0.875rem;font-family:arial;height:5.3125rem;width:75rem;position:relative;display:none; }#ovHmqHToeC21z9h5EZWZOKpU9Kt5tSt1 { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-4),1), #00d244);background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-4),1), #00d244);background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-4),1), #00d244);background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-4),1), #00d244);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='#00d244' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='#00d244' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-4),1), #00d244);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color: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:"barlow black";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.9375rem;height:2.8125rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:1.25rem;left:57.0625rem;display:block; }
#SG6rlfFfqe3Q9MkUDaVT31BM9OFXHT3d { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wUg05aGV4sxNGMtgpKwgTe37o5cuoEdu { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:15rem;top:1.25rem;left:1.1875rem;overflow:hidden;display:block; }
#aVcld8AyKLAEqoJHb8uWL9PAdLGtNLf0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0b113a;background-image:url("https://images.assets-landingi.com/uc/b1dcede7-4fc8-4e15-b8e2-30438284c8e6/cover_hexport_dezembro.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aVcld8AyKLAEqoJHb8uWL9PAdLGtNLf0.adaptive-delivery-prevent-bg, #aVcld8AyKLAEqoJHb8uWL9PAdLGtNLf0.lazyload, #aVcld8AyKLAEqoJHb8uWL9PAdLGtNLf0.lazyloading { background-image: none; }#aVcld8AyKLAEqoJHb8uWL9PAdLGtNLf0 > .row .container { background-color: transparent; background-image: none; }#aVcld8AyKLAEqoJHb8uWL9PAdLGtNLf0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aVcld8AyKLAEqoJHb8uWL9PAdLGtNLf0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aVcld8AyKLAEqoJHb8uWL9PAdLGtNLf0 > .row .container > .video-iframe-container { display: none; }#aVcld8AyKLAEqoJHb8uWL9PAdLGtNLf0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aVcld8AyKLAEqoJHb8uWL9PAdLGtNLf0 > .row > .video-iframe-container { display: none; }#aVcld8AyKLAEqoJHb8uWL9PAdLGtNLf0 > .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); }#aVcld8AyKLAEqoJHb8uWL9PAdLGtNLf0 > .row .container { border-width: 0; border-radius: 0; }#aVcld8AyKLAEqoJHb8uWL9PAdLGtNLf0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aVcld8AyKLAEqoJHb8uWL9PAdLGtNLf0 > .row .container { font-size:0.875rem;font-family:arial;height:34.4375rem;width:75rem;position:relative;display:block; }#J0M02cpy8Iusid6Nv7Pzox7FMKv3P9sh { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#LvRfJezxTrnvVRn3Oq7EJEDWmJQd5FLE { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#No7qXkPgD4PZDasIntPXT3L9T49iZBkk { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#zUu5zFdMnSUemIeNMl1T2wJ356r4ELda { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zUu5zFdMnSUemIeNMl1T2wJ356r4ELda > .row .container { background-color: transparent; background-image: none; }#zUu5zFdMnSUemIeNMl1T2wJ356r4ELda::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zUu5zFdMnSUemIeNMl1T2wJ356r4ELda > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zUu5zFdMnSUemIeNMl1T2wJ356r4ELda > .row .container > .video-iframe-container { display: none; }#zUu5zFdMnSUemIeNMl1T2wJ356r4ELda > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zUu5zFdMnSUemIeNMl1T2wJ356r4ELda > .row > .video-iframe-container { display: none; }#zUu5zFdMnSUemIeNMl1T2wJ356r4ELda > .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); }#zUu5zFdMnSUemIeNMl1T2wJ356r4ELda > .row .container { border-width: 0; border-radius: 0; }#zUu5zFdMnSUemIeNMl1T2wJ356r4ELda > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zUu5zFdMnSUemIeNMl1T2wJ356r4ELda > .row .container { font-size:0.875rem;font-family:arial;height:62.25rem;width:75rem;position:relative;display:block; }#HLBKnLJ9nJ3FTNppvdZB0AxW4q2OBlK5 { display:block;width:75rem;position:absolute;font-family:"barlow black";font-size:3.25rem;font-weight:400;z-index:15005;line-height:1.1;letter-spacing:0;top:8.125rem;left:0rem;height:3.57421875rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#QR7g1WBiUIToE2fkTXlt5lTTVQTkw1Ny { display:block;width:75rem;position:absolute;font-family:"barlow black";font-size:3.25rem;font-weight:400;z-index:15005;line-height:1.1;letter-spacing:0;top:8.0625rem;left:0rem;height:3.57421875rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#nfKar4w48K7rF5ype0oarDGrmoZvcMgo { display:block;width:75rem;position:absolute;font-family:"barlow black";font-size:3.25rem;font-weight:400;z-index:15005;line-height:1.1;letter-spacing:0;top:8.0625rem;left:0rem;height:3.57421875rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#mp9zHwpMCmTtUKwTniM4mDDzfAhXOntd { position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.1) ;height:46.125rem;width:21.875rem;top:14.0625rem;left:50.5625rem;display:block; }
#qogpLbRvW9PwLhUC2odS3KxB2CoqlMUy { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color: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:"barlow black";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.8125rem;height:3.4375rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:55.3125rem;left:52.0625rem;display:block; }
#sAkbh9GzR5wdnDrZMbbDvx2WTIO9vISR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QGWVSM9qx3I0pun6UoCgkhmKc9CbOgFZ { display:block;width:13.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:51.5625rem;left:55.9375rem;height:1.3808625rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#uSvec5t9tiQfdRl9twV8Tf9hFMLN7bPT { display:block;width:13.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:49.4375rem;left:55.9375rem;height:1.3808625rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#uqNiyX1OTiCAZerKXe2lHPUXSue0Ih4G { position:absolute;display:block;z-index:15028;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:14.375rem;top:22.875rem;left:54.3125rem;overflow:hidden;display:block; }
#qXIGe4TU51wkyEicMFTQ3uVb6wFqIsTR { display:block;width:13.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:47.3125rem;left:55.9375rem;height:1.3808625rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#TGNgR1gl286yG3A3lZ1JbtQfT6MgsLfp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15030;opacity:1;top:46.9375rem;left:53.5625rem; }
#TlZ0pth7rSPJMwhHfwW75P24d8UluPWz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15031;opacity:1;top:49.0625rem;left:53.5625rem; }
#rPsNbwLziwRqTQDsApJ5ZfLQHnLT3MMW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15032;opacity:1;top:51.1875rem;left:53.5625rem; }
#PEH9OACucLPU8QxaII1GhDLgEKNbAUQO { position:absolute;display:block;z-index:15034;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:12.5rem;top:20.75rem;left:55.1875rem;display:block; }
#c4ZRma2sA35tcg1nI4nBxw7Uu39IJKuo { display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:18.5rem;left:52.125rem;height:1.3808625rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#owI1g4MLTSo7nGsCNC85rebVBS9P8dql { display:block;width:18.75rem;position:absolute;font-family:"barlow black";font-size:2.125rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:16.0625rem;left:52.125rem;height:2.76171875rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#GXiZn41IxbBD8NL5fcELqK6VJ9ecTK4h { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:5.125rem;top:13.8125rem;left:67.5rem;overflow:hidden;display:block; }
#skx0Jzn3IS0qOsPRfyw5F2SOD1ruKGhT { position:absolute;display:block;z-index:15114;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.1) ;height:45.6875rem;width:21.875rem;top:14.3125rem;left:26.4375rem;display:block; }
#qAHgwDmVheQN9EtlHEylDqth6HVUlSeX { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color: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:"barlow black";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.8125rem;height:3.4375rem;text-decoration:none;z-index:15123;text-align:center;text-align-last:center;top:55rem;left:27.8125rem;display:block; }
#tsPrTrxoaP5FeUUIaI4lA6eeqxAqwEH1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ACLKGiTtSg9Q5MEP2idimbQTrNGtMwvW { display:block;width:13.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15120;line-height:1.3;letter-spacing:0;top:50.6875rem;left:32.0625rem;height:1.3808625rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#hTM0QnKZ7FChLt45ywi3DnzXHspKeSXA { display:block;width:11.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15119;line-height:1.3;letter-spacing:0;top:48.5625rem;left:32.0625rem;height:1.3808625rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#g8kIXbfJesZVbH71uny7uWg7BnNWv4ym { display:block;width:10.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15118;line-height:1.3;letter-spacing:0;top:46.4375rem;left:32.0625rem;height:1.3808625rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#QW7V9JLhhPDGI46GC37nEl9W9sG4J7oG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15120;opacity:1;top:46.0625rem;left:29.6875rem; }
#aFTgSTZbizKEiogWBdZbUrLbxB7JocrU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15121;opacity:1;top:48.1875rem;left:29.6875rem; }
#d61i14nIis62QsxrvhTPrr8pbAak1Lbf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15122;opacity:1;top:50.3125rem;left:29.6875rem; }
#E3TO4sufw9HGVwurDFDkAc1GN1T4DBtx { position:absolute;display:block;z-index:15118;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:20.25rem;width:13.8125rem;top:23.75rem;left:30.625rem;overflow:hidden;display:block; }
#pv0dwcG5yyWymdtBIX7uxfRQHULmvxUK { display:block;width:5.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15164;line-height:1.2;letter-spacing:0;top:37.4375rem;left:29.1875rem;height:2.0996125rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#lrkSliwNtrRB7N6LtROP3XRU4ehWddrb { box-sizing:content-box;height:5.375rem;width:5.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15163;background-color:rgba(var(--color-primary-2),1);background-image:none;top:35.8125rem;left:29.1875rem;border-top:0.0625rem solid #00d244;border-left:0.0625rem solid #00d244;border-right:0.0625rem solid #00d244;border-bottom:0.0625rem solid #00d244;display:block; }
#muOiD4wcmm7EyffHkN1IacKVVrZd26Mb { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.1) ;height:45.6875rem;width:21.875rem;top:14.3125rem;left:2.375rem;display:block; }
#bHSqGnIG5bTirk2hh0KpI0Ff9HFT9xUI { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color: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:"barlow black";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.8125rem;height:3.4375rem;text-decoration:none;z-index:15132;text-align:center;text-align-last:center;top:55rem;left:4.125rem;display:block; }
#HVGDZXJcUPWIHqXaDXL2ORwgq34wFbJ9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#G7ZaU2CJgxvfPCKcB1k5nnf27mcStitR { display:block;width:13.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15129;line-height:1.3;letter-spacing:0;top:51rem;left:8.0625rem;height:1.3808625rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#q4yF9Iv2s5LEzLbRXVrVTQ3bMwF08fCA { position:absolute;display:block;z-index:15127;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.5rem;width:15.1875rem;top:22.625rem;left:5.6875rem;overflow:hidden;display:block; }
#uEqAtI9oEACMXRaurPoFmGtbfVrVvnIT { display:block;width:11.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15128;line-height:1.3;letter-spacing:0;top:48.875rem;left:8.0625rem;height:1.3808625rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#BvC7GWwKC94UPLTDNaCawA2qrTLbl8zR { display:block;width:10.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15127;line-height:1.3;letter-spacing:0;top:46.75rem;left:8.0625rem;height:1.3808625rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Mov64FosOpDLvwneOD5VT3DuOlflITKC { position:absolute;display:block;z-index:15124;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:12.5rem;top:21rem;left:31.125rem;display:block; }
#Kv9VqusxHUeS1GNUKbI0QnHML5EV4oho { position:absolute;display:block;z-index:15133;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:12.5rem;top:21.125rem;left:7rem;display:block; }
#QI6o9cvtksW136brB2xziT2LuxisxJ3t { display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15117;line-height:1.3;letter-spacing:0;top:18.75rem;left:28rem;height:1.3808625rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#JPWsPfoyxUvbn8izxKqrDz0V6Zbuyckc { display:block;width:18.75rem;position:absolute;font-family:"barlow black";font-size:2.125rem;font-weight:400;z-index:15116;line-height:1.3;letter-spacing:0;top:16.3125rem;left:28rem;height:2.76171875rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#UEARly6XO3yxwi50r61GCVqh0VpC5e0R { display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15126;line-height:1.3;letter-spacing:0;top:18.875rem;left:3.875rem;height:1.3808625rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#I17SBImec5uMRfDbRaL2PHnUd68oBfDn { display:block;width:20.1875rem;position:absolute;font-family:"barlow black";font-size:2.125rem;font-weight:400;z-index:15125;line-height:1.3;letter-spacing:0;top:16.125rem;left:3.1875rem;height:2.76171875rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Zf4rdX54skxorGfXGCTXf69rxw7rwkrS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15097;opacity:1;top:46.375rem;left:5.3125rem; }
#XAoASvGs7fmTEKJ1cRDVwe0tCpQQNJrl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15098;opacity:1;top:48.5rem;left:5.3125rem; }
#ol7HJZtAPEp2xhwsbgb0CqMi9QZeR6EC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15099;opacity:1;top:50.625rem;left:5.3125rem; }
#TfZ2q6wAdzw86tKpXi6Rrkz2y3PLzt9P { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TfZ2q6wAdzw86tKpXi6Rrkz2y3PLzt9P > .row .container { background-color: transparent; background-image: none; }#TfZ2q6wAdzw86tKpXi6Rrkz2y3PLzt9P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TfZ2q6wAdzw86tKpXi6Rrkz2y3PLzt9P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TfZ2q6wAdzw86tKpXi6Rrkz2y3PLzt9P > .row .container > .video-iframe-container { display: none; }#TfZ2q6wAdzw86tKpXi6Rrkz2y3PLzt9P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TfZ2q6wAdzw86tKpXi6Rrkz2y3PLzt9P > .row > .video-iframe-container { display: none; }#TfZ2q6wAdzw86tKpXi6Rrkz2y3PLzt9P > .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); }#TfZ2q6wAdzw86tKpXi6Rrkz2y3PLzt9P > .row .container { border-width: 0; border-radius: 0; }#TfZ2q6wAdzw86tKpXi6Rrkz2y3PLzt9P > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TfZ2q6wAdzw86tKpXi6Rrkz2y3PLzt9P > .row .container { font-size:0.875rem;font-family:arial;height:48.375rem;width:75rem;position:relative;display:block; }#oh58rCx2hXXmoUgoXmEDCa3mDTMSHhzf { display:block;width:75rem;position:absolute;font-family:"barlow black";font-size:3.25rem;font-weight:400;z-index:15005;line-height:1.1;letter-spacing:0;top:8.0625rem;left:0rem;height:3.57421875rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#WTzlkNVyzAGs5TnspCnTr4nzqipTgNJE { display:block;width:75rem;position:absolute;font-family:"barlow black";font-size:3.25rem;font-weight:400;z-index:15005;line-height:1.1;letter-spacing:0;top:8.0625rem;left:0rem;height:3.57421875rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#PILMPtA10o7kA5b3aoM3SSlZJN8b8nzu { position:absolute;display:block;z-index:15101;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.1) ;height:46.125rem;width:21.875rem;top:0.25rem;left:2.3125rem;display:block; }
#f39dHyZCMxOIzG3H2eD46SrlNcTzG4O5 { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color: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:"barlow black";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.8125rem;height:3.4375rem;text-decoration:none;z-index:15110;text-align:center;text-align-last:center;top:41.5rem;left:4.0625rem;display:block; }
#oTNabnkFsUprXUTfIAVr8aIOJgT4Ry3O { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nSIUyxMMhvBekTuPoQB6z2fZOA3O1aKB { display:block;width:13.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15107;line-height:1.3;letter-spacing:0;top:37.5rem;left:7.4375rem;height:1.3808625rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#q7DXHGHrfgomk2cyM4lvl6a0V0BAcTJ5 { display:block;width:11.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15106;line-height:1.3;letter-spacing:0;top:35.375rem;left:7.4375rem;height:1.3808625rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#JMsaZmq516viWdF9tF7JEaZRTyTKuSMF { display:block;width:11.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15105;line-height:1.3;letter-spacing:0;top:33.25rem;left:7.4375rem;height:1.3808625rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#E2QfdWdcGs1BqSULTdcCTtNgiTuJTE2T { position:absolute;display:block;z-index:15105;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:23.3125rem;width:17.3125rem;top:8.625rem;left:4.4375rem;overflow:hidden;display:block; }
#hOwldZrDzqb2DCZoEHSy3yoKbaPKHbgT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15107;opacity:1;top:32.875rem;left:5.0625rem; }
#qfcmerUcWFSCOcOmlxfXb6b7EuGppQLk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15108;opacity:1;top:35rem;left:5.0625rem; }
#KTnDCQV3QkamMGbx0HJNZz5H1KyMygfA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15109;opacity:1;top:37.125rem;left:5.0625rem; }
#vWulMdryhaFcri8SyQJNZfTxSAohdhJo { display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15104;line-height:1.3;letter-spacing:0;top:4.6875rem;left:3.875rem;height:1.3808625rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Tqf3rHxs2f2lsFhDkPgtygtzwhektQP0 { position:absolute;display:block;z-index:15111;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:12.5rem;top:6.9375rem;left:7rem;display:block; }
#XVv10KBXAkdwzBH1hfDuTRCu4IzSK1sL { display:block;width:18.75rem;position:absolute;font-family:"barlow black";font-size:2.125rem;font-weight:400;z-index:15103;line-height:1.3;letter-spacing:0;top:2.25rem;left:3.875rem;height:2.76171875rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#xM8uon7WGfSZbyDfWvasEa66ZNZOSLLa { position:absolute;display:block;z-index:15160;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:5.125rem;top:0rem;left:19.25rem;overflow:hidden;display:block; }
#JFNy7h38d0PhDmX4wdIcmgvIT2MJN0AK { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.1) ;height:46.125rem;width:21.875rem;top:0.25rem;left:26.5rem;display:block; }
#GAUATClTuX1bEgt00qXh9FclBwpi2tdu { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color: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:"barlow black";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.8125rem;height:3.4375rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:41.5rem;left:28rem;display:block; }
#fqGWd6TSRu751KtzGP3hyQU9aoUu7RNA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#a60VkLqLknX4RRvfdZwQuns5QU0ptC9z { display:block;width:13.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:37.75rem;left:31.875rem;height:1.3808625rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#f1ptQByeoGHASnSEvtn0O56Z4V4xmvlJ { display:block;width:13.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:35.625rem;left:31.875rem;height:1.3808625rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#PFiZ9i03kkHlsl3LUH5qFUPXpeLoLpfG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15018;opacity:1;top:35.25rem;left:29.5rem; }
#LLTvscT6SCufD9lCz0NP6hkL3shOTyd9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15019;opacity:1;top:37.375rem;left:29.5rem; }
#FlfOe5B3SQ4e8XZL9dFSR27B4gR3lSe2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15017;opacity:1;top:33.125rem;left:29.5rem; }
#mJkhrZQg5cctP2secTsZew3VpUThaSbO { 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.5rem;width:20.5625rem;top:12.5625rem;left:27.125rem;overflow:hidden;display:block; }
#xa5lSDDUVZLpqsTmKZ1SCwH1i97hPL7g { display:block;width:13.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:33.5rem;left:31.875rem;height:1.3808625rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#KchyRKltEyt2FSzTv7P3WDWyG5y5CUZT { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:12.5rem;top:6.9375rem;left:31.125rem;display:block; }
#b3CBKKiUevAtRRdrhPOU7gVDZQIH8ZDs { display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:4.6875rem;left:28.0625rem;height:1.3808625rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#V6FBe02I7m4pZTTWilA74cVpiEy6EVTu { 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:5.25rem;width:5.125rem;top:0rem;left:43.4375rem;overflow:hidden;display:block; }
#PA8V5xmfGR0GLxefZOpe1xJKnvZGa4q3 { display:block;width:18.75rem;position:absolute;font-family:"barlow black";font-size:2.125rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:2.25rem;left:28.0625rem;height:2.76171875rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#t5gg9Ng0EN5rKNB3oVnPXwDwlxQA0KRn { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.1) ;height:46.125rem;width:21.875rem;top:0.25rem;left:50.6875rem;display:block; }
#rVbTvxoIuzRrEyut66Bte2xtiIZnBp9k { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color: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:"barlow black";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.8125rem;height:3.4375rem;text-decoration:none;z-index:15097;text-align:center;text-align-last:center;top:41.5rem;left:52.4375rem;display:block; }
#hqJVf7GDogFQxG0vXZ8TEuubWc7OvW1x { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ymqVocdTss88F5fFgp3hkTCodB5liIzO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15096;opacity:1;top:37.125rem;left:53.4375rem; }
#bIfGD5O5lrRMqIAHoilZdm9yhm28Dd0u { display:block;width:13.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15094;line-height:1.3;letter-spacing:0;top:37.5rem;left:55.8125rem;height:1.3808625rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#RU9nv5etnBydmeiHXV33Ec4ypyTTaiIr { display:block;width:11.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15092;line-height:1.3;letter-spacing:0;top:33.25rem;left:55.8125rem;height:1.3808625rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#DAoudTIv09TxsAs4uc35XRTugrBk5VHx { display:block;width:11.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15093;line-height:1.3;letter-spacing:0;top:35.375rem;left:55.8125rem;height:1.3808625rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#TpxcQP6DyCVlH0X3g7p6ev3or859eplf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15094;opacity:1;top:32.875rem;left:53.4375rem; }
#QfVbKCaEMT0K8tXBZ9dmi7EtP51WXZLX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15095;opacity:1;top:35rem;left:53.4375rem; }
#p6oPs5T8zyn9TuTliPxnLMOTLdKen9Ql { position:absolute;display:block;z-index:15098;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:12.5rem;top:6.9375rem;left:55.375rem;display:block; }
#LmPiW6kLA1FCrfvBwzkoDdLssUB1TsGi { display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15091;line-height:1.3;letter-spacing:0;top:4.6875rem;left:52.25rem;height:;color:rgba(var(--color-tertiary-0),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#pBdwxL42JJHnJ8XBbzKWZ6nT18pTRNaE { position:absolute;display:block;z-index:15147;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:5.125rem;top:0rem;left:67.625rem;overflow:hidden;display:block; }
#aggSs2qf2QJ2sIT4fo9mCHmVIC8dGcE4 { display:block;width:18.75rem;position:absolute;font-family:"barlow black";font-size:2.125rem;font-weight:400;z-index:15090;line-height:1.3;letter-spacing:0;top:2.25rem;left:52.25rem;height:2.76171875rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#PtfakIm4G04HkQPtiSu84ZATnTe5fIBF { position:absolute;display:block;z-index:15105;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:19.9375rem;width:19.4375rem;top:10.3125rem;left:51.90625rem;overflow:hidden;display:block; }
#o8NI2V1vTOLIyxzXUC1HHzOAOLTCeqgP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#o8NI2V1vTOLIyxzXUC1HHzOAOLTCeqgP > .row .container { background-color: transparent; background-image: none; }#o8NI2V1vTOLIyxzXUC1HHzOAOLTCeqgP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o8NI2V1vTOLIyxzXUC1HHzOAOLTCeqgP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o8NI2V1vTOLIyxzXUC1HHzOAOLTCeqgP > .row .container > .video-iframe-container { display: none; }#o8NI2V1vTOLIyxzXUC1HHzOAOLTCeqgP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o8NI2V1vTOLIyxzXUC1HHzOAOLTCeqgP > .row > .video-iframe-container { display: none; }#o8NI2V1vTOLIyxzXUC1HHzOAOLTCeqgP > .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); }#o8NI2V1vTOLIyxzXUC1HHzOAOLTCeqgP > .row .container { border-width: 0; border-radius: 0; }#o8NI2V1vTOLIyxzXUC1HHzOAOLTCeqgP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#o8NI2V1vTOLIyxzXUC1HHzOAOLTCeqgP > .row .container { font-size:0.875rem;font-family:arial;height:48.875rem;width:75rem;position:relative;display:block; }#mpEXwUeyfLG03ui5TXRC0kPumTgq3eMB { display:block;width:75rem;position:absolute;font-family:"barlow black";font-size:3.25rem;font-weight:400;z-index:15005;line-height:1.1;letter-spacing:0;top:8.0625rem;left:0rem;height:3.57421875rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#g70344HwTETi6AAt63KmiX2T38bGxWXl { display:block;width:75rem;position:absolute;font-family:"barlow black";font-size:3.25rem;font-weight:400;z-index:15005;line-height:1.1;letter-spacing:0;top:8.0625rem;left:0rem;height:3.57421875rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#vTMeOG2mN1KskCvcUkwMwEpz7NJ6lPOy { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.1) ;height:46.125rem;width:21.875rem;top:0.25rem;left:2.25rem;display:block; }
#tTlOBXSBDdevioydFtidg8UGlDMlugk7 { display:block;width:13.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15107;line-height:1.3;letter-spacing:0;top:38.0625rem;left:7.75rem;height:1.3808625rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#OflrxTqIlbTWpAT803tAQFo4xJq8hNNT { display:block;width:11.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15106;line-height:1.3;letter-spacing:0;top:35.9375rem;left:7.75rem;height:1.3808625rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Dhw47byUdFaPl2gP6KC8lwiewIwDu9V6 { display:block;width:11.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15105;line-height:1.3;letter-spacing:0;top:33.8125rem;left:7.75rem;height:1.3808625rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#yedRsITIlEzVsmZbUbEnM2RGrfkc9zGU { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color: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:"barlow black";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.8125rem;height:3.4375rem;text-decoration:none;z-index:15110;text-align:center;text-align-last:center;top:41.5rem;left:3.4375rem;display:block; }
#Zx4tEOdIEvqSOQqUufO8K1vHQ37uCB03 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JqIR767bx8LIMOvXzm5u3w8vuNMR11gP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15107;opacity:1;top:33.4375rem;left:5.125rem; }
#pyUqICInA3iCSTwECZz92QuP0uu2LKgJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15108;opacity:1;top:35.5625rem;left:5.125rem; }
#IKtQH5NXIrJU8ygBVVTJt8AF2ZzXXAet { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15109;opacity:1;top:37.6875rem;left:5.125rem; }
#fv2pxAUBZqIeIGg8A9qM3yQvGWk8JluV { display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15104;line-height:1.3;letter-spacing:0;top:4.6875rem;left:3.8125rem;height:1.3808625rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#nwBZxueaHf9nFds7gLLQhOTGb5TEPchX { position:absolute;display:block;z-index:15111;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:12.5rem;top:6.9375rem;left:6.9375rem;display:block; }
#cFzFLgbHxOqDvZ5Dk1REKibClTvBuhKT { display:block;width:18.75rem;position:absolute;font-family:"barlow black";font-size:2.125rem;font-weight:400;z-index:15103;line-height:1.3;letter-spacing:0;top:2.25rem;left:3.8125rem;height:2.76171875rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#TXmKonAbQeKZTLmTqFJiWKcsv30MXGy4 { position:absolute;display:block;z-index:15148;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:5.125rem;top:0rem;left:19.1875rem;overflow:hidden;display:block; }
#lRykxWqx9tVUmLr5ru9UlDVWe3wFcTSc { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.1) ;height:46.125rem;width:21.875rem;top:0.25rem;left:26.5rem;display:block; }
#rXZRLafLVoHBKZsQgQ1UcFqUV659nn7b { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color: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:"barlow black";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.8125rem;height:3.4375rem;text-decoration:none;z-index:15144;text-align:center;text-align-last:center;top:41.5rem;left:28rem;display:block; }
#ehAdQzpXnGXVXAVCEWnhEFMqETzGqJfU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#raHvWgUHFrcUfvhf9p3PkLNI8U6H1i7S { display:block;width:13.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15141;line-height:1.3;letter-spacing:0;top:38.375rem;left:32.1875rem;height:1.3808625rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#UqIJyfQZTSPvID6rRintRG5VwNWpQfcb { display:block;width:11.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15140;line-height:1.3;letter-spacing:0;top:36.25rem;left:32rem;height:1.3808625rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#cpd9OXVyvf1a0yRkFarwPt0srVJKtnuT { display:block;width:10.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15139;line-height:1.3;letter-spacing:0;top:34.125rem;left:32rem;height:1.3808625rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#ur04hGPHGKuNDeM6UMfm5U2ExfOa65qv { position:absolute;display:block;z-index:15146;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.75rem;width:13.25rem;top:7.875rem;left:30.8125rem;overflow:hidden;display:block; }
#ETdDwbI0Gd20wKR2WAdBVTL30ux6bzse { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15109;opacity:1;top:33.75rem;left:29.5rem; }
#HM7mw5q4tfwTNJWT7iCchatNNOrc1iep { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15110;opacity:1;top:35.875rem;left:29.5rem; }
#p0s9DiXM4NLBZkUA1eccBTtRThuUOABm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15111;opacity:1;top:38rem;left:29.5rem; }
#tvL1ONywAKSxHbCwKklxDE4H9OyHuI27 { position:absolute;display:block;z-index:15145;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:12.5rem;top:7rem;left:31.1875rem;display:block; }
#oHe43CxldITKQIXzo8JbffMDoN4Zay29 { display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15138;line-height:1.3;letter-spacing:0;top:4.8125rem;left:28.0625rem;height:1.3808625rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#kHtbOziyhHLB8peobzaOBa8w0cu1RfZg { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:5.125rem;top:0rem;left:43.4375rem;overflow:hidden;display:block; }
#WJqZ8TCGb0zcCRmCGMqZa2G8trZLHJLz { box-sizing:content-box;height:5.375rem;width:5.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15161;background-color:rgba(var(--color-primary-2),1);background-image:none;top:24rem;left:29.4375rem;border-top:0.0625rem solid #00d244;border-left:0.0625rem solid #00d244;border-right:0.0625rem solid #00d244;border-bottom:0.0625rem solid #00d244;display:block; }
#xhRXXcF9gl1boDQqbgdSA89Gu0TeuDGp { display:block;width:5.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15162;line-height:1.2;letter-spacing:0;top:25.625rem;left:29.4375rem;height:2.0996125rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#wEP7yssW3xX8SXtUs6CWmFmXTfeCkdcF { display:block;width:20.1875rem;position:absolute;font-family:"barlow black";font-size:2.125rem;font-weight:400;z-index:15137;line-height:1.3;letter-spacing:0;top:2.0625rem;left:27.375rem;height:2.76171875rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#z0AdDpJ8ITTe78vHTGJQiMI2KOiaq0zP { position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.1) ;height:46.125rem;width:21.875rem;top:0.25rem;left:50.625rem;display:block; }
#nq00Nk5EHLZrT0emAAERdGMyvWqDK7Cr { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:5.125rem;top:0rem;left:67.625rem;overflow:hidden;display:block; }
#TbWSx0UDFbm7RTsuurzpc7qeOWU8Ppwn { display:block;width:18.75rem;position:absolute;font-family:"barlow black";font-size:2.125rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:2.25rem;left:52.1875rem;height:2.76171875rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#QpffTStkZNXccpkD0yNr4EBuviFVT13R { display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:4.6875rem;left:52.1875rem;height:1.3808625rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#g9GIFSICbHF3FXSvChXCc8XLeH5F4iv3 { position:absolute;display:block;z-index:15034;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:12.5rem;top:6.9375rem;left:55.3125rem;display:block; }
#hPJTLTclndLMPsWDNzGku05CR8ETt5TL { position:absolute;display:block;z-index:15028;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.125rem;width:16.375rem;top:8.5rem;left:53.5rem;overflow:hidden;display:block; }
#EuSTGH7u8T5cKfb5TxznZXXO1SfVe99U { display:block;width:13.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:38.375rem;left:56rem;height:1.3808625rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#MJglzxTOOm3NtPGTNZgm7K725qsDmSTl { display:block;width:13.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:36.25rem;left:56rem;height:1.3808625rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#U2l5hlA6WFEv1PD6OcEcFee3AWnNUy5o { display:block;width:13.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:34.125rem;left:56rem;height:1.3808625rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#NPPXtsuRZdftMBk8zwARxUIXVBqUT2sB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15030;opacity:1;top:33.75rem;left:53.625rem; }
#QdP06lHqElA0C2BbDdJoVBxTETxw2WOT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15031;opacity:1;top:35.875rem;left:53.625rem; }
#cgWkUvT0JyzLhuwrprTXOc2gp3niy4mA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15032;opacity:1;top:38rem;left:53.625rem; }
#FKAuQOF78JJn7eCwGKFrEQTT7dqpTlxE { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color: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:"barlow black";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.8125rem;height:3.4375rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:41.5rem;left:52.1875rem;display:block; }
#M9WiQ2C0k24w94B2dm7zpHb6LO1CDUFE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rAwpRf7MeXMAp2PlG5E5TQLkPODbaBrC { 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:17.5625rem;width:21.5rem;top:11.96875rem;left:2.4375rem;overflow:hidden;display:block; }
#Cbaz4TTks3UnS04Hg0eD2f5vm68HslrI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Cbaz4TTks3UnS04Hg0eD2f5vm68HslrI > .row .container { background-color: transparent; background-image: none; }#Cbaz4TTks3UnS04Hg0eD2f5vm68HslrI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cbaz4TTks3UnS04Hg0eD2f5vm68HslrI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cbaz4TTks3UnS04Hg0eD2f5vm68HslrI > .row .container > .video-iframe-container { display: none; }#Cbaz4TTks3UnS04Hg0eD2f5vm68HslrI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cbaz4TTks3UnS04Hg0eD2f5vm68HslrI > .row > .video-iframe-container { display: none; }#Cbaz4TTks3UnS04Hg0eD2f5vm68HslrI > .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); }#Cbaz4TTks3UnS04Hg0eD2f5vm68HslrI > .row .container { border-width: 0; border-radius: 0; }#Cbaz4TTks3UnS04Hg0eD2f5vm68HslrI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Cbaz4TTks3UnS04Hg0eD2f5vm68HslrI > .row .container { font-size:0.875rem;font-family:arial;height:48.25rem;width:75rem;position:relative;display:block; }#pOP63oDG65tsSVS5bJfJZBV7Ti5udeAu { position:absolute;display:block;z-index:15037;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.1) ;height:46.125rem;width:21.875rem;top:0.25rem;left:2.125rem;display:block; }
#RDdgasuEhPSp1T0PZTpwwKzxpslgwRPR { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color: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:"barlow black";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.8125rem;height:3.4375rem;text-decoration:none;z-index:15046;text-align:center;text-align-last:center;top:41.5rem;left:3.6875rem;display:block; }
#W633HpTdHs25tnmENbHgg1rb5AZrd1Kf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KdTgpN5XmU1Zbi9CidRxvFDNybHScNam { display:block;width:13.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15043;line-height:1.3;letter-spacing:0;top:38.375rem;left:7.5rem;height:1.3808625rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#hFVRT3qtkq8sqh1TyIvu1xPyRZQTD2nh { display:block;width:13.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:36.25rem;left:7.5rem;height:1.3808625rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#vgBA6Pas8Qsty8sJnvcLULUNw2r8xb1D { display:block;width:13.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15041;line-height:1.3;letter-spacing:0;top:34.125rem;left:7.5rem;height:1.3808625rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#GZMsnyU73RMtH61bQdlc1XZbxFvpQBmP { position:absolute;display:block;z-index:15041;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:23.25rem;width:19.25rem;top:9.375rem;left:3.4375rem;overflow:hidden;display:block; }
#yhMTUtzkRD2XXoEnZ9E1PVgxGL8rc1vH { position:absolute;display:block;z-index:15047;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:12.5rem;top:6.9375rem;left:6.8125rem;display:block; }
#GIuUx6xMiaDr7phWtHNfAq57hTqtrkA4 { display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:4.6875rem;left:3.6875rem;height:1.3808625rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#NOlqAcuywPZJoBVVBc1RN2oFcNzrn2WB { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:5.125rem;top:0rem;left:19.125rem;overflow:hidden;display:block; }
#h3TOTTUSP9Xt52LvVi243x1UqcpZ22yT { display:block;width:18.75rem;position:absolute;font-family:"barlow black";font-size:2.125rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:2.25rem;left:3.6875rem;height:2.76171875rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#T0EXIcGaWwhwe32wg8GeRsQV8umhznU6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15043;opacity:1;top:33.75rem;left:5.125rem; }
#WbpaJDqOhqTLmbXG9QwnKyUSp1v6xk9n { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15044;opacity:1;top:35.875rem;left:5.125rem; }
#LDuxlQ1HwSz6iyH2AZrSgRRTDtnDrabO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15045;opacity:1;top:38rem;left:5.125rem; }
#zx42FogtaePiEGSTFJ2uCupIFGPvVPkF { display:block;width:75rem;position:absolute;font-family:"barlow black";font-size:3.25rem;font-weight:400;z-index:15005;line-height:1.1;letter-spacing:0;top:8.0625rem;left:0rem;height:3.57421875rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#VArZJeIxuIn1fDowxhz5yQh0vV8BViIq { display:block;width:75rem;position:absolute;font-family:"barlow black";font-size:3.25rem;font-weight:400;z-index:15005;line-height:1.1;letter-spacing:0;top:8.0625rem;left:0rem;height:3.57421875rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#xb8AG504l2PcuzwLqeZSrPAh4UzOdtbP { position:absolute;display:block;z-index:15050;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.1) ;height:46.125rem;width:21.875rem;top:0.25rem;left:26.5rem;display:block; }
#t0ouEe2hf128BTeooW8De0lbqECMLro1 { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color: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:"barlow black";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.8125rem;height:3.4375rem;text-decoration:none;z-index:15059;text-align:center;text-align-last:center;top:41.5rem;left:28rem;display:block; }
#LGTlHeOW7XKdFemqZl7rl8K7sai5mtW2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#h8reL2m7ylOvzOtHz9UCrZ7ngBKGSQOJ { display:block;width:16.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15056;line-height:1.3;letter-spacing:0;top:38.375rem;left:30.375rem;height:1.3808625rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#TI4fyGEqxJwnWcbluy1V2DB8NxxDrGOe { display:block;width:13.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15055;line-height:1.3;letter-spacing:0;top:36.25rem;left:30.375rem;height:1.3808625rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Dsub8SQfWIxbRNsFtNOeeGMxKobKGi9m { display:block;width:13.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15054;line-height:1.3;letter-spacing:0;top:34.125rem;left:30.375rem;height:1.3808625rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Bl6KyI87ErN9CIxWfWD9TibCouuCXwki { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15056;opacity:1;top:33.75rem;left:27.9375rem; }
#pJE3KKTHI2pv4xsWNdape6P8VdC3LuHw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15057;opacity:1;top:35.875rem;left:27.9375rem; }
#GozvpRJuhmsdWRaXzyGVoAUs2AdERPoQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15058;opacity:1;top:38rem;left:27.9375rem; }
#pcTOsavO88C1IIg3a44lkynqrOpXBUVg { position:absolute;display:block;z-index:15054;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:23.3125rem;width:19.0625rem;top:8.9375rem;left:27.875rem;overflow:hidden;display:block; }
#xdLzx1IkTvP0aAeR3XCecMHtVuSJFOdp { display:block;width:18.75rem;position:absolute;font-family:"barlow black";font-size:2.125rem;font-weight:400;z-index:15052;line-height:1.3;letter-spacing:0;top:2.25rem;left:28.0625rem;height:2.76171875rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#MFeJkfB15yMEzqTp0sqBbOhNbCyFWqr5 { display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15053;line-height:1.3;letter-spacing:0;top:4.6875rem;left:28.0625rem;height:1.3808625rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#krS50knGVpUmAiqpMpsHtSqZiXPet3bS { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:5.125rem;top:0rem;left:43.4375rem;overflow:hidden;display:block; }
#Q6L69SlEecrIydmR5LVbh7B525Fz02fK { position:absolute;display:block;z-index:15060;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:12.5rem;top:6.9375rem;left:31.1875rem;display:block; }
#R4nd9wgdTsElCetC4MWHRJ9mxeqx2PJM { position:absolute;display:block;z-index:15063;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.1) ;height:46.125rem;width:21.875rem;top:0.25rem;left:50.625rem;display:block; }
#Vpcg8wxB8g8o7EicuJPsu7ck1TkOaH9d { display:block;width:18.75rem;position:absolute;font-family:"barlow black";font-size:2.125rem;font-weight:400;z-index:15065;line-height:1.3;letter-spacing:0;top:2.25rem;left:52.1875rem;height:2.76171875rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#uMFP8Cp7Twg8pWOyc4p0gFwogVB4Re6g { position:absolute;display:block;z-index:15068;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:5.125rem;top:0rem;left:67.5625rem;overflow:hidden;display:block; }
#lRtxBwTVw5txo1LHk7Lfr19KBaUUEO67 { display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15066;line-height:1.3;letter-spacing:0;top:4.6875rem;left:52.1875rem;height:1.3808625rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#SLKDGtraxxTNHRk17OMQU4iiWmrQHl3T { position:absolute;display:block;z-index:15073;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:12.5rem;top:6.9375rem;left:55.3125rem;display:block; }
#iOoEglCUwWHDuW95dpDssiNNB4Un6F6g { position:absolute;display:block;z-index:15067;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.6875rem;width:18.625rem;top:9.25rem;left:52.3125rem;overflow:hidden;display:block; }
#zB90ZyyNdhv60wp7m3hxgLWtQvdtR4vO { display:block;width:16.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15069;line-height:1.3;letter-spacing:0;top:38.375rem;left:54.5625rem;height:1.3808625rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#BwaqXfo7UODodObnHvtlFI9C7RVn0ZlT { display:block;width:13.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15068;line-height:1.3;letter-spacing:0;top:36.25rem;left:54.5625rem;height:1.3808625rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Zpmui2k8Al21u8MDRrAaI7IKw8RV2aIa { display:block;width:13.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15067;line-height:1.3;letter-spacing:0;top:34.125rem;left:54.5625rem;height:1.3808625rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#HCTcK76DI70mCqBAGrt76PJLWofKGngf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15069;opacity:1;top:33.75rem;left:52.1875rem; }
#JDBL8IuHNQFJZfgAf7xMAPFVdqqaKkzB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15070;opacity:1;top:35.875rem;left:52.1875rem; }
#leKPRCpyM7G2dTgQcaH3AOhQPwTtvr4r { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15071;opacity:1;top:38rem;left:52.1875rem; }
#bF8PuMiZv2ZWoT7ExT3AkJJyxXlN71IK { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color: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:"barlow black";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.8125rem;height:3.4375rem;text-decoration:none;z-index:15072;text-align:center;text-align-last:center;top:41.5rem;left:52.1875rem;display:block; }
#CSwNMKxkK3bO38H8RbgPGiJZ4VTpnNXf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#A0im8UkOGO51Jhf6xgt1ZllbJVg3eo3q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#A0im8UkOGO51Jhf6xgt1ZllbJVg3eo3q > .row .container { background-color: transparent; background-image: none; }#A0im8UkOGO51Jhf6xgt1ZllbJVg3eo3q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A0im8UkOGO51Jhf6xgt1ZllbJVg3eo3q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A0im8UkOGO51Jhf6xgt1ZllbJVg3eo3q > .row .container > .video-iframe-container { display: none; }#A0im8UkOGO51Jhf6xgt1ZllbJVg3eo3q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A0im8UkOGO51Jhf6xgt1ZllbJVg3eo3q > .row > .video-iframe-container { display: none; }#A0im8UkOGO51Jhf6xgt1ZllbJVg3eo3q > .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); }#A0im8UkOGO51Jhf6xgt1ZllbJVg3eo3q > .row .container { border-width: 0; border-radius: 0; }#A0im8UkOGO51Jhf6xgt1ZllbJVg3eo3q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#A0im8UkOGO51Jhf6xgt1ZllbJVg3eo3q > .row .container { font-size:0.875rem;font-family:arial;height:48.5rem;width:75rem;position:relative;display:block; }#LJDBuRqDsq2v7P8KRLrVcPESisrog4tg { display:block;width:75rem;position:absolute;font-family:"barlow black";font-size:3.25rem;font-weight:400;z-index:15005;line-height:1.1;letter-spacing:0;top:8.0625rem;left:0rem;height:3.57421875rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#bJu2iCBgTqQxrATWb2SSf0HD6WqxHhpP { display:block;width:75rem;position:absolute;font-family:"barlow black";font-size:3.25rem;font-weight:400;z-index:15005;line-height:1.1;letter-spacing:0;top:8.0625rem;left:0rem;height:3.57421875rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#LKsTwH7W3z2mJ53UsIq64nDNBJy880oA { position:absolute;display:block;z-index:15076;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.1) ;height:45.6875rem;width:21.875rem;top:0.25rem;left:2.125rem;display:block; }
#K25ZR2Eu9udN5OiZGLK1T4WODMmfhuyS { position:absolute;display:block;z-index:15080;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:21.9375rem;width:15.1875rem;top:8.8125rem;left:5.46875rem;overflow:hidden;display:block; }
#e3ql0F7PsuubFR3ROeBloQCAaEFzOFI9 { display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15079;line-height:1.3;letter-spacing:0;top:4.6875rem;left:3.6875rem;height:1.3808625rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#CzkH2dAWTFVNLHO7DJ9Hpx0Kh3K9IrDv { display:block;width:18.75rem;position:absolute;font-family:"barlow black";font-size:2.125rem;font-weight:400;z-index:15078;line-height:1.3;letter-spacing:0;top:2.25rem;left:3.6875rem;height:2.76171875rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#CHx1hd11DAwpiR9wVbn99A64lc3Aqqmm { position:absolute;display:block;z-index:15086;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:12.5rem;top:6.9375rem;left:6.8125rem;display:block; }
#DJn5OCdxpHGn65s4J57qJ6lnMVB47sDi { position:absolute;display:block;z-index:15081;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:5.125rem;top:0rem;left:19.0625rem;overflow:hidden;display:block; }
#ETA4IrMwtHoVnGIbHEMgqwTxJovho0nX { display:block;width:16.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15082;line-height:1.3;letter-spacing:0;top:37.0625rem;left:5.9375rem;height:1.3808625rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#B2sDzvG7pkAEdVClJd8sh4caXBBtxEA0 { display:block;width:13.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15081;line-height:1.3;letter-spacing:0;top:34.9375rem;left:5.9375rem;height:1.3808625rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#RQTfGlIaemMxSeONK3wF31S4cGr0iXMo { display:block;width:13.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15080;line-height:1.3;letter-spacing:0;top:32.8125rem;left:5.9375rem;height:1.3808625rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#bcO045UOPrMopdUsIMTaHyT47cxo1iO5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15082;opacity:1;top:32.4375rem;left:3.5625rem; }
#kC92VCZFtEzNpZPncy4McJ9hMJWJa6ow { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15083;opacity:1;top:34.5625rem;left:3.5625rem; }
#DCity3BwUCpz0xvd9MK71i6lC1AQEUan { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15084;opacity:1;top:36.6875rem;left:3.5625rem; }
#wdg19lJF2ZLP3MasdK0mMnq5HJiM2VWb { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color: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:"barlow black";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.8125rem;height:3.4375rem;text-decoration:none;z-index:15085;text-align:center;text-align-last:center;top:41rem;left:3.65625rem;display:block; }
#fz1OLJEvBLBpRDUWRZcIECWQ8mwxMTIs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gxHOmwcWDQTvQyeCL3MF8r2Tr1ZoKSiS { position:absolute;display:block;z-index:15063;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.1) ;height:45.6875rem;width:21.875rem;top:0.25rem;left:26.5rem;display:block; }
#dc6CF2xeaiIWFpdbmBkIGHv0ai7b9Eqy { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color: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:"barlow black";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.8125rem;height:3.4375rem;text-decoration:none;z-index:15072;text-align:center;text-align-last:center;top:41rem;left:28rem;display:block; }
#QIVT8No3cgrb2W56X33TSfCFrE7oTAO5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zb1btNgkeg2DVOatIlTT9BcPOVvokiEn { display:block;width:16.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15069;line-height:1.3;letter-spacing:0;top:37.0625rem;left:30.3125rem;height:1.3808625rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#FeTlWFMbhw4x74iJEW2y1mfmqDwrnPDq { display:block;width:13.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15068;line-height:1.3;letter-spacing:0;top:34.9375rem;left:30.3125rem;height:1.3808625rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#p5aCV7FLpRPCii3Ek7cTACCabaByz8tN { display:block;width:13.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15067;line-height:1.3;letter-spacing:0;top:32.8125rem;left:30.3125rem;height:1.3808625rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#TcxULqDl4s0RUp3C7dTIgn1LfeAQPUWl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15069;opacity:1;top:32.4375rem;left:27.875rem; }
#G6eeVv6QCDdMNqTcJ2CHgT3ETKsichDr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15070;opacity:1;top:34.5625rem;left:27.875rem; }
#lbANp0QQr7lnIbgu67VOEfAe7htMxIV5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15071;opacity:1;top:36.6875rem;left:27.875rem; }
#Ak38sDVbeOTOnamT6NzDg2xsUuQpdidF { position:absolute;display:block;z-index:15067;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:21.6875rem;width:19.0625rem;top:8.9375rem;left:27.875rem;overflow:hidden;display:block; }
#HJmtUWvs4MLisXAIiaZwrNTT0NUxb6Xl { position:absolute;display:block;z-index:15073;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:12.5rem;top:7rem;left:31.125rem;display:block; }
#XPLJ62rCEDzvJtA0bIlposyLHDTz4uAO { display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15066;line-height:1.3;letter-spacing:0;top:4.75rem;left:28rem;height:1.3808625rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ETksUlzrpXsGu73BdZWlWNV45TzbtLPH { position:absolute;display:block;z-index:15068;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:5.125rem;top:0rem;left:43.4375rem;overflow:hidden;display:block; }
#aIzgyPq6nARJCrJVBuTKHv2uFIDIQ6RG { display:block;width:18.75rem;position:absolute;font-family:"barlow black";font-size:2.125rem;font-weight:400;z-index:15065;line-height:1.3;letter-spacing:0;top:2.0625rem;left:27.9375rem;height:2.76171875rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#RtukHFWyvXWPsDPK70l2nw7r9zHOoIri { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.1) ;height:45.6875rem;width:21.875rem;top:0.3125rem;left:50.6875rem;display:block; }
#M83V62S1waLx6PODhDmk7Pq20e8tScKT { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color: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:"barlow black";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.8125rem;height:3.4375rem;text-decoration:none;z-index:15132;text-align:center;text-align-last:center;top:41rem;left:52.4375rem;display:block; }
#uOeHHvow9vbiHmh8kFpFHctcP4rzTDg1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bnzh5xDTf0ZONwPldeCcIwAG83rX3BiC { display:block;width:16.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15129;line-height:1.3;letter-spacing:0;top:36.8125rem;left:55rem;height:1.3808625rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#dTaAtdTDnKZM0x4HfiptNbzv4J5b61B3 { display:block;width:11.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15128;line-height:1.3;letter-spacing:0;top:34.6875rem;left:55rem;height:1.3808625rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#lk0LRe9nuxw9midiwWW8B0zZBFQbfZPl { display:block;width:11.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15127;line-height:1.3;letter-spacing:0;top:32.5625rem;left:55rem;height:1.3808625rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#w4TnPP1MchcWudiJbstORoDstywCfntZ { position:absolute;display:block;z-index:15127;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:18.875rem;width:19.875rem;top:10.34375rem;left:51.6875rem;overflow:hidden;display:block; }
#pXnLpgs2TLQ73JnkAAdr4218Z3RFeZso { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15097;opacity:1;top:32.1875rem;left:52.25rem; }
#BL1iPK81W37MoNT60oJi8SGenuyR2m7L { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15098;opacity:1;top:34.3125rem;left:52.25rem; }
#rpOVq0fQQxEwLIRv95evFJWt1sm4g83g { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15099;opacity:1;top:36.4375rem;left:52.25rem; }
#wi8bWoh8tAiBhzOKGVFqzLGzQqX1KWhz { position:absolute;display:block;z-index:15133;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:12.5rem;top:7.125rem;left:55.3125rem;display:block; }
#frf6pNHZiZB9th031NRE0nkGHOMm0bMN { display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15126;line-height:1.3;letter-spacing:0;top:4.875rem;left:52.1875rem;height:;color:rgba(var(--color-tertiary-0),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#bBpCbTNlvt9e2nU5WUmITTFeR1TIbkmM { display:block;width:20.1875rem;position:absolute;font-family:"barlow black";font-size:2.125rem;font-weight:400;z-index:15125;line-height:1.3;letter-spacing:0;top:2.125rem;left:51.5rem;height:2.76171875rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#JfOlLXRy07pTvT3K7ywmM3tdVFNrXbqW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JfOlLXRy07pTvT3K7ywmM3tdVFNrXbqW > .row .container { background-color: transparent; background-image: none; }#JfOlLXRy07pTvT3K7ywmM3tdVFNrXbqW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JfOlLXRy07pTvT3K7ywmM3tdVFNrXbqW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JfOlLXRy07pTvT3K7ywmM3tdVFNrXbqW > .row .container > .video-iframe-container { display: none; }#JfOlLXRy07pTvT3K7ywmM3tdVFNrXbqW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JfOlLXRy07pTvT3K7ywmM3tdVFNrXbqW > .row > .video-iframe-container { display: none; }#JfOlLXRy07pTvT3K7ywmM3tdVFNrXbqW > .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); }#JfOlLXRy07pTvT3K7ywmM3tdVFNrXbqW > .row .container { border-width: 0; border-radius: 0; }#JfOlLXRy07pTvT3K7ywmM3tdVFNrXbqW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JfOlLXRy07pTvT3K7ywmM3tdVFNrXbqW > .row .container { font-size:0.875rem;font-family:arial;height:42.25rem;width:75rem;position:relative;display:block; }#BUudlyOq6A0Xsc3eB4si3fp6sFimnx0O { display:block;width:75rem;position:absolute;font-family:"barlow black";font-size:3.25rem;font-weight:400;z-index:15005;line-height:1.1;letter-spacing:0;top:8.0625rem;left:0rem;height:3.57421875rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#uWnXRtnozZDkEbrBPDFUo0aLaaffigoz { display:block;width:75rem;position:absolute;font-family:"barlow black";font-size:3.25rem;font-weight:400;z-index:15005;line-height:1.1;letter-spacing:0;top:8.0625rem;left:0rem;height:3.57421875rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#gl5ntpqm0hZ1XSV82IKwxuQbAsKSCAyr { position:absolute;display:block;z-index:15114;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.1) ;height:39.5rem;width:21.875rem;top:0rem;left:2.0625rem;display:block; }
#TqB8l2gTWoakEOVTTqCxwI2ZwQ2aUtqK { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color: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:"barlow black";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.8125rem;height:3.4375rem;text-decoration:none;z-index:15123;text-align:center;text-align-last:center;top:34.6875rem;left:3.59375rem;display:block; }
#P5PEkc7mBNoFTtzwveTLcAmu2lUA26Jm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wDD1ELFhL4fiLG3JyC2SbbfkGLH0xkoU { display:block;width:16.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15120;line-height:1.3;letter-spacing:0;top:31.125rem;left:5.9375rem;height:1.3808625rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#bLo4O4USTiAcSwJpDkzCvuOODPJzcglF { display:block;width:11.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15119;line-height:1.3;letter-spacing:0;top:29rem;left:5.9375rem;height:1.3808625rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#I4ffZg5ESyl4hIBWkrx1KAPM3hpFTab1 { display:block;width:12.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15118;line-height:1.3;letter-spacing:0;top:26.875rem;left:5.9375rem;height:1.3808625rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#L68MHR7UgZi7aRbcmciTp5P9oAUW9b2x { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15120;opacity:1;top:26.5rem;left:3.5625rem; }
#xIJsAx1FxsOaD51nmobtXzWbpyNwZZzM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15121;opacity:1;top:28.625rem;left:3.5625rem; }
#aiwUvvESalltAzyA5ffpofbv2gadwG8T { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15122;opacity:1;top:30.75rem;left:3.5625rem; }
#pAlpPB2nDPtC4t9hU19HaQTLhTJcz5T4 { position:absolute;display:block;z-index:15118;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.1875rem;width:20.375rem;top:8.662109375rem;left:2.8125rem;overflow:hidden;display:block; }
#zkW0QLAdonlwvFAd2S9NTzcf2A74SxUF { display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15117;line-height:1.3;letter-spacing:0;top:4.4375rem;left:3.625rem;height:1.3808625rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#RAsUZtOQ7JlLHhMUwCZklAWOXPnbEbDi { position:absolute;display:block;z-index:15124;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:12.5rem;top:6.6875rem;left:6.75rem;display:block; }
#v22esK2XJobeoqVUq1v9swuH1ui5P5Ja { display:block;width:18.75rem;position:absolute;font-family:"barlow black";font-size:2.125rem;font-weight:400;z-index:15116;line-height:1.3;letter-spacing:0;top:2rem;left:3.625rem;height:2.76171875rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#DUqaAZW0ZCfQVA8Zf9zcAQNJ8JNb9vN5 { position:absolute;display:block;z-index:15126;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.1) ;height:39.5rem;width:21.875rem;top:0rem;left:26.5625rem;display:block; }
#L2ErgrLLmfy1QzemfoUeWEEmw4ewAE31 { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color: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:"barlow black";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.8125rem;height:3.4375rem;text-decoration:none;z-index:15135;text-align:center;text-align-last:center;top:34.6875rem;left:28.125rem;display:block; }
#PinOupZ2zfHAOr0s8rc3rz37gks7OzUo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MSH1pdlyvPmrd9LMcm9L3OrD0Aa6uSGR { display:block;width:13.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15132;line-height:1.3;letter-spacing:0;top:31.125rem;left:32.125rem;height:1.3808625rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#kO4nyTzL7uCEHHFZWpDT0zeyWbV55Jbc { display:block;width:13.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15131;line-height:1.3;letter-spacing:0;top:29rem;left:32.125rem;height:1.3808625rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#OrnFCUbZpL3vDT2Qo28WAgQ8anvgh3kg { display:block;width:13.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15130;line-height:1.3;letter-spacing:0;top:26.875rem;left:32.125rem;height:1.3808625rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#QW8SSVA94TOeu8o1G341xr5RVZTFul9R { position:absolute;display:block;z-index:15130;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:17.0625rem;width:14.0625rem;top:8.224609375rem;left:30.46875rem;overflow:hidden;display:block; }
#FaFedzXU1PmS8dGLVHxrhUAuDBANUSAM { display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15129;line-height:1.3;letter-spacing:0;top:4.4375rem;left:28.125rem;height:1.3808625rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#FJlCTiTTNOLoii8NV5hcP4w6hNB8ufeE { position:absolute;display:block;z-index:15136;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:12.5rem;top:6.6875rem;left:31.25rem;display:block; }
#n7Fqqv6bHOCzDslPs4g52LAA6nEUQZtS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15132;opacity:1;top:26.5rem;left:29.75rem; }
#P8z23rJXeiEbLzBDXywIavrxt693BnDa { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15133;opacity:1;top:28.625rem;left:29.75rem; }
#OnWNoXCAbbaimTO9gWEm8QmZosnsXmtc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15134;opacity:1;top:30.75rem;left:29.75rem; }
#z7eDr3oKOQcKdbBsDheor3LfKTiXbxDe { display:block;width:18.75rem;position:absolute;font-family:"barlow black";font-size:2.125rem;font-weight:400;z-index:15128;line-height:1.3;letter-spacing:0;top:2rem;left:28.125rem;height:2.76171875rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#IBixiB4TUSFBTm1sPTEBan5Sy7EXSTsM { position:absolute;display:block;z-index:15138;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.1) ;height:39.5rem;width:21.875rem;top:0rem;left:50.75rem;display:block; }
#zHO3f1qZTOUn3RhxFxcBBDX5mAlwrT24 { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color: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:"barlow black";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.8125rem;height:3.4375rem;text-decoration:none;z-index:15147;text-align:center;text-align-last:center;top:34.6875rem;left:52.3125rem;display:block; }
#TwShEVRGuChWGrTmVWrNQ6O8UHI5MRQo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#btbuLwbMreZIZtuvJP4rg4L2oJTSniXy { display:block;width:13.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15144;line-height:1.3;letter-spacing:0;top:31.125rem;left:56.3125rem;height:1.3808625rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Tkma9TNFQK9LNIs1ZOcxCy9qyZ0DT6La { display:block;width:13.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15143;line-height:1.3;letter-spacing:0;top:29rem;left:56.3125rem;height:1.3808625rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#BStGObfdCCm7pC63t2UpyAX3TEEJ0H6a { display:block;width:13.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15142;line-height:1.3;letter-spacing:0;top:26.875rem;left:56.3125rem;height:1.3808625rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#A2yoRrJ8oeLkO1sLJomSe4ZJIkImvPFB { position:absolute;display:block;z-index:15142;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:17.375rem;width:10.625rem;top:7.943359375rem;left:56.375rem;overflow:hidden;display:block; }
#vwZFDTIHn9zAqADqOQPfvpcSSQ3X7gF1 { position:absolute;display:block;z-index:15148;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:12.5rem;top:6.6875rem;left:55.4375rem;display:block; }
#ekqgBzJWD6llofId3h09Gt6bEQmHifhf { display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15141;line-height:1.3;letter-spacing:0;top:4.4375rem;left:52.3125rem;height:;color:rgba(var(--color-tertiary-0),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#mnm2DyFld88aHMiQWJU6tHGSCbZz8ius { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15144;opacity:1;top:26.5rem;left:53.9375rem; }
#gKW37OZRbp4KX6Z6kTCrPDf4WIT1ZgcJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15145;opacity:1;top:28.625rem;left:53.9375rem; }
#n4Ab4SXvzpoqAODO3LCiDVTPeHxaiEUu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15146;opacity:1;top:30.75rem;left:53.9375rem; }
#wJ3P6CkEy3ouZ92r3TwG4CKkhLdsGTPl { display:block;width:18.75rem;position:absolute;font-family:"barlow black";font-size:2.125rem;font-weight:400;z-index:15140;line-height:1.3;letter-spacing:0;top:2rem;left:52.3125rem;height:;color:rgba(var(--color-tertiary-0),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#zSTT17TRk3pHuLouRcsR4oZEH5AF7W6v { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zSTT17TRk3pHuLouRcsR4oZEH5AF7W6v > .row .container { background-color: transparent; background-image: none; }#zSTT17TRk3pHuLouRcsR4oZEH5AF7W6v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zSTT17TRk3pHuLouRcsR4oZEH5AF7W6v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zSTT17TRk3pHuLouRcsR4oZEH5AF7W6v > .row .container > .video-iframe-container { display: none; }#zSTT17TRk3pHuLouRcsR4oZEH5AF7W6v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zSTT17TRk3pHuLouRcsR4oZEH5AF7W6v > .row > .video-iframe-container { display: none; }#zSTT17TRk3pHuLouRcsR4oZEH5AF7W6v > .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); }#zSTT17TRk3pHuLouRcsR4oZEH5AF7W6v > .row .container { border-width: 0; border-radius: 0; }#zSTT17TRk3pHuLouRcsR4oZEH5AF7W6v > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zSTT17TRk3pHuLouRcsR4oZEH5AF7W6v > .row .container { font-size:0.875rem;font-family:arial;height:42.4375rem;width:75rem;position:relative;display:block; }#T7eWhWVdFrlNqrq9NbJOu5Xu3MvfLKRR { display:block;width:75rem;position:absolute;font-family:"barlow black";font-size:3.25rem;font-weight:400;z-index:15005;line-height:1.1;letter-spacing:0;top:8.0625rem;left:0rem;height:3.57421875rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#ndTATl0ClJkKKPhtfcU54NQNWORVcFxT { display:block;width:75rem;position:absolute;font-family:"barlow black";font-size:3.25rem;font-weight:400;z-index:15005;line-height:1.1;letter-spacing:0;top:8.0625rem;left:0rem;height:3.57421875rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#ywqyMsBp6Mzb9vnV3CMEoOEJKcZ0rxpy { position:absolute;display:block;z-index:15114;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.1) ;height:39.5rem;width:21.875rem;top:0rem;left:2.0625rem;display:block; }
#t0kbGTECPT60CBpDyQK0BKVOto950e3p { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color: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:"barlow black";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.8125rem;height:3.4375rem;text-decoration:none;z-index:15123;text-align:center;text-align-last:center;top:34.6875rem;left:3.59375rem;display:block; }
#ZrgJgXchdPo0SbxCHgP7vXyswD4g4sHM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#o03Uuy0l8vXUg1OZzS0hMJPtcsBIBwvo { display:block;width:13.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15120;line-height:1.3;letter-spacing:0;top:31.125rem;left:7.625rem;height:1.3808625rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#PsOTe6BGJEsubmnptlKUEXiv1g0E7Sfv { display:block;width:13.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15119;line-height:1.3;letter-spacing:0;top:29rem;left:7.625rem;height:1.3808625rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#WDhEBpFT2x8acf0klh4dyQFTvAbWzXDU { display:block;width:13.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15118;line-height:1.3;letter-spacing:0;top:26.875rem;left:7.625rem;height:1.3808625rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#saq8OgvAgsNgf1k8DCuvnI81T1MyfqdG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15120;opacity:1;top:26.5rem;left:5.25rem; }
#spL2kn1ku1KUuXmpeum1gwuCpTb6xyzK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15121;opacity:1;top:28.625rem;left:5.25rem; }
#Ku7KH8erTblsGvPHXpraMWzkokcyQFWO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15122;opacity:1;top:30.75rem;left:5.25rem; }
#RcRiTI44Nx5GRvkvKKiAMTPCPpZrpP7T { position:absolute;display:block;z-index:15118;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:17.9375rem;width:6.5625rem;top:7.912109375rem;left:9.71875rem;overflow:hidden;display:block; }
#S9sHfSh0PoWZ1b62KJgwWT0zlpSAJCpm { display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15117;line-height:1.3;letter-spacing:0;top:4.4375rem;left:3.625rem;height:;color:rgba(var(--color-tertiary-0),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#C7G8xtZ9INRfGBS6TrZlyFs6lWRcd0G5 { position:absolute;display:block;z-index:15124;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:12.5rem;top:6.6875rem;left:6.75rem;display:block; }
#i0TfqD22KA7lfHMKHTw4dcZkVKFIgdrI { display:block;width:18.75rem;position:absolute;font-family:"barlow black";font-size:2.125rem;font-weight:400;z-index:15116;line-height:1.3;letter-spacing:0;top:2rem;left:3.625rem;height:;color:rgba(var(--color-tertiary-0),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Diuk4LOuhEtwMGRn89eT01tEEEoZXglg { position:absolute;display:block;z-index:15126;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.1) ;height:39.5rem;width:21.875rem;top:0rem;left:26.5625rem;display:block; }
#Er86sxCuTtgr6T523kTNWalH7h9TbaHT { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color: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:"barlow black";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.8125rem;height:3.4375rem;text-decoration:none;z-index:15135;text-align:center;text-align-last:center;top:34.6875rem;left:28.125rem;display:block; }
#I02CcQZA2Tf4SnumliuKySmZvccWEhDA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#n3PJJmpBlh9zA9TVT1Nmo9dRPw3anDU0 { display:block;width:10.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15132;line-height:1.3;letter-spacing:0;top:31.125rem;left:32.9375rem;height:1.3808625rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#ZgZX4Ri4lFVpXzwK9JtZyTx5LeMddOli { display:block;width:11.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15131;line-height:1.3;letter-spacing:0;top:29rem;left:32.9375rem;height:1.3808625rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#BsgyFHTCt5NQT48eRkVKNPwTMbCe9tgO { display:block;width:11.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15130;line-height:1.3;letter-spacing:0;top:26.875rem;left:32.9375rem;height:1.3808625rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#a23PHR5JXLq72uNlJPo6KzCLgGoTfUy2 { position:absolute;display:block;z-index:15130;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:17.0625rem;width:9.75rem;top:8.349609375rem;left:32.625rem;overflow:hidden;display:block; }
#cFzPXqL8pxgPp2gNVy1ZRGng9ntHLA1r { display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15129;line-height:1.3;letter-spacing:0;top:4.4375rem;left:28.125rem;height:;color:rgba(var(--color-tertiary-0),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#s04w24aSJcToGAMezRWA2OfT7z06dBtS { position:absolute;display:block;z-index:15136;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:12.5rem;top:6.6875rem;left:31.25rem;display:block; }
#SPEofb5RwrH5y7DWb4lCs7vHVgNSNZBb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15132;opacity:1;top:26.5rem;left:30.5625rem; }
#VawWSsrb6HIhs0Ck4OMyyxiLJVslOm08 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15133;opacity:1;top:28.625rem;left:30.5625rem; }
#cnswfTN825ztTm8ZnfWPWFx53JCThJyu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15134;opacity:1;top:30.75rem;left:30.5625rem; }
#vkVKGG0O6b3eBJ08eowFK1mao5BbsqCM { display:block;width:18.75rem;position:absolute;font-family:"barlow black";font-size:2.125rem;font-weight:400;z-index:15128;line-height:1.3;letter-spacing:0;top:2rem;left:28.125rem;height:2.76171875rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#J9KOAdvAPpCD5lScNQw1tGmahwCeBUwz { position:absolute;display:block;z-index:15138;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.1) ;height:39.5rem;width:21.875rem;top:0rem;left:50.75rem;display:block; }
#QieETD1Vq0ohDb0PTKHOqZZSHVyTAP2g { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color: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:"barlow black";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.8125rem;height:3.4375rem;text-decoration:none;z-index:15147;text-align:center;text-align-last:center;top:34.6875rem;left:52.3125rem;display:block; }
#D9OHkJlo0Lii9b4b72OT9KLs1H5BXcFs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GI6wQdL8UDzR7yF9FHUnsuEeU94TDR7R { display:block;width:10rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15144;line-height:1.3;letter-spacing:0;top:31.125rem;left:56.9375rem;height:1.3808625rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#GhA5rEWFdih0F57rQ42dizHRGKwOMAc5 { display:block;width:11.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15143;line-height:1.3;letter-spacing:0;top:29rem;left:56.9375rem;height:1.3808625rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#y02oEPdcLzoTvkEqS5B0kLksL9auCAG5 { display:block;width:11.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15142;line-height:1.3;letter-spacing:0;top:26.875rem;left:56.9375rem;height:1.3808625rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#AnsFzUTCdARXAJpOAnzwfdoZV9TNr7T0 { position:absolute;display:block;z-index:15142;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:17.5rem;width:12.375rem;top:8.130859375rem;left:55.5rem;overflow:hidden;display:block; }
#lBKvG7h2qtIEMVe9ntTqqpyAsxfO5moR { position:absolute;display:block;z-index:15148;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:12.5rem;top:6.6875rem;left:55.4375rem;display:block; }
#ErTCrMGEa4WW618K2qPsW9zDMb3QV4oE { display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15141;line-height:1.3;letter-spacing:0;top:4.4375rem;left:52.3125rem;height:;color:rgba(var(--color-tertiary-0),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#DDR2CPabTIMoGNMtH0X9ukxPocM9hF4g { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15144;opacity:1;top:26.5rem;left:54.5625rem; }
#iRJEm5091dq0DxZsLuhed4EzTT833XbJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15145;opacity:1;top:28.625rem;left:54.5625rem; }
#cFyXdOBvAWV7w0pU4OF33lpfb9u9MrVp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15146;opacity:1;top:30.75rem;left:54.5625rem; }
#PCaKoufypusZ5B2RHWvuTAGOTeZsAuiR { display:block;width:18.75rem;position:absolute;font-family:"barlow black";font-size:2.125rem;font-weight:400;z-index:15140;line-height:1.3;letter-spacing:0;top:2rem;left:52.3125rem;height:;color:rgba(var(--color-tertiary-0),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#lgV8PHpqns2lDKoiBs2r75J7ApkdxrXQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lgV8PHpqns2lDKoiBs2r75J7ApkdxrXQ > .row .container { background-color: transparent; background-image: none; }#lgV8PHpqns2lDKoiBs2r75J7ApkdxrXQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lgV8PHpqns2lDKoiBs2r75J7ApkdxrXQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lgV8PHpqns2lDKoiBs2r75J7ApkdxrXQ > .row .container > .video-iframe-container { display: none; }#lgV8PHpqns2lDKoiBs2r75J7ApkdxrXQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lgV8PHpqns2lDKoiBs2r75J7ApkdxrXQ > .row > .video-iframe-container { display: none; }#lgV8PHpqns2lDKoiBs2r75J7ApkdxrXQ > .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); }#lgV8PHpqns2lDKoiBs2r75J7ApkdxrXQ > .row .container { border-width: 0; border-radius: 0; }#lgV8PHpqns2lDKoiBs2r75J7ApkdxrXQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lgV8PHpqns2lDKoiBs2r75J7ApkdxrXQ > .row .container { font-size:0.875rem;font-family:arial;height:44.6875rem;width:75rem;position:relative;display:block; }#IC0ONmgiHkFWNLXFLlkvfKnuiUUFmKCi { display:block;width:75rem;position:absolute;font-family:"barlow black";font-size:3.25rem;font-weight:400;z-index:15005;line-height:1.1;letter-spacing:0;top:8.0625rem;left:0rem;height:3.57421875rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#r3xTcDyT30lww1ny8uEE0IiwqcNh4WU9 { display:block;width:75rem;position:absolute;font-family:"barlow black";font-size:3.25rem;font-weight:400;z-index:15005;line-height:1.1;letter-spacing:0;top:8.0625rem;left:0rem;height:3.57421875rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#ZMtFz6LdvtXTc6FDuhZrBvzzizD40xL3 { position:absolute;display:block;z-index:15114;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.1) ;height:39.5rem;width:21.875rem;top:0rem;left:2.0625rem;display:block; }
#RWakxmPdITqzlqAD2DP4IUdtCqu0rqmO { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color: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:"barlow black";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.8125rem;height:3.4375rem;text-decoration:none;z-index:15123;text-align:center;text-align-last:center;top:34.6875rem;left:3.59375rem;display:block; }
#uRdFwQ9pHN5iMvtxX3VDK3uGaQJ4K42o { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ICKk0nwFPvBB8i8QH3gIIWBTz638DJt9 { display:block;width:15.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15120;line-height:1.3;letter-spacing:0;top:31.125rem;left:6.25rem;height:1.3808625rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#LXTJt8ncJAx4fXb5NTfUTAu34a0zJZpU { display:block;width:13.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15119;line-height:1.3;letter-spacing:0;top:29rem;left:6.25rem;height:1.3808625rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#omdt9TCny3UHB3sT62V3f9cBCf9DapOn { display:block;width:13.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15118;line-height:1.3;letter-spacing:0;top:26.875rem;left:6.25rem;height:1.3808625rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#kd32MGM0dMT9QKuU9IwRxFLsdDcHv9Uo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15120;opacity:1;top:26.5rem;left:3.875rem; }
#l859KIn6VA7qNXh98ZB46zHri85xmZ7m { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15121;opacity:1;top:28.625rem;left:3.875rem; }
#pgeZJdDv7eJinkVtSCQEsQuvnErVpn0s { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15122;opacity:1;top:30.75rem;left:3.875rem; }
#nXW69P9a6TlJhziWQyNyShp3BubWFvuN { position:absolute;display:block;z-index:15118;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.125rem;width:19.6875rem;top:9.318359375rem;left:3.15625rem;overflow:hidden;display:block; }
#zOXlwPvubngOOrlaTFIexmJSIKmeBRbd { display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15117;line-height:1.3;letter-spacing:0;top:4.4375rem;left:3.625rem;height:;color:rgba(var(--color-tertiary-0),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#HWQsSg13dZ2gLNAdp5rVETsqc3ypLnyn { position:absolute;display:block;z-index:15124;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:12.5rem;top:6.6875rem;left:6.75rem;display:block; }
#vl8LSZT5MDEVhvp1tQEQcQPzzCOOszhZ { display:block;width:18.75rem;position:absolute;font-family:"barlow black";font-size:1.75rem;font-weight:400;z-index:15116;line-height:1.3;letter-spacing:0;top:2rem;left:3.625rem;height:2.2744125rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#fNo0LMaObmG1g73UhDfkSULbKDlCaziI { position:absolute;display:block;z-index:15126;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.1) ;height:39.5rem;width:21.875rem;top:0rem;left:26.5625rem;display:block; }
#blL7e0UTggczFeJi6fqcAnDT7qCsKgFp { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color: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:"barlow black";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.8125rem;height:3.4375rem;text-decoration:none;z-index:15135;text-align:center;text-align-last:center;top:34.6875rem;left:28.125rem;display:block; }
#ToATXVaJWQRyTls1xFCM1GUaWXxtoT1V { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OxbEQwTC2ygIX74zwcS7T5iibgOA5syE { display:block;width:15.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15132;line-height:1.3;letter-spacing:0;top:31.125rem;left:30.8125rem;height:1.3808625rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#oSh16d6Mh7xiLF9eGA5lMnk6mTP4WPN5 { display:block;width:11.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15131;line-height:1.3;letter-spacing:0;top:29rem;left:30.8125rem;height:1.3808625rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#TJgw9I9P18KXhMyamQSQoAyyheJGaHLc { display:block;width:12.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15130;line-height:1.3;letter-spacing:0;top:26.875rem;left:30.8125rem;height:1.3808625rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#zP4v5g6tGIS3ERioRP07IRqxsq0cD13p { position:absolute;display:block;z-index:15130;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:13.1875rem;width:20.625rem;top:11.318359375rem;left:27.1875rem;overflow:hidden;display:block; }
#AHQfGbq5BtKtNypmJTwBQ1GPru30W9AT { display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15129;line-height:1.3;letter-spacing:0;top:4.4375rem;left:28.125rem;height:;color:rgba(var(--color-tertiary-0),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#R0W6Dvq2D7XElmOP4WNdrTTGhod7WnZA { position:absolute;display:block;z-index:15136;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:12.5rem;top:6.6875rem;left:31.25rem;display:block; }
#cwmJMmZG5AKToLWDf9aJCMQTSHDFH9ta { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15132;opacity:1;top:26.5rem;left:28.4375rem; }
#rFxDk3lF3AKeBk1TMbN1lio7CZUXdgrW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15133;opacity:1;top:28.625rem;left:28.4375rem; }
#uVdsXbKtoeTKFQrfaCxsWTVTexZJD2vu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15134;opacity:1;top:30.75rem;left:28.4375rem; }
#hMUfFXqdaqTDTeqFVzO2DmUCbhWBLwEw { display:block;width:18.75rem;position:absolute;font-family:"barlow black";font-size:1.75rem;font-weight:400;z-index:15128;line-height:1.3;letter-spacing:0;top:2rem;left:28.125rem;height:2.2744125rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#SP53yUiGnThO8qdl7xOptpvwqOdOmTH6 { position:absolute;display:block;z-index:15138;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.1) ;height:39.5rem;width:21.875rem;top:0rem;left:50.75rem;display:block; }
#zuZF8Bryx2Z0ZoFaC3C6z4ZxGpdTW6Kr { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color: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:"barlow black";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.8125rem;height:3.4375rem;text-decoration:none;z-index:15147;text-align:center;text-align-last:center;top:34.6875rem;left:52.3125rem;display:block; }
#mGyaf9MUriKMuyralUTyb2Av7w7PS020 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Zhn9hJhoUZhSTfkEscamw70MIfLREWOl { display:block;width:15.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15144;line-height:1.3;letter-spacing:0;top:31.125rem;left:54.9375rem;height:1.3808625rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#LLfPDoE6pHz86LvOSmXceH88iPJUDvQ3 { display:block;width:11.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15143;line-height:1.3;letter-spacing:0;top:29rem;left:54.9375rem;height:1.3808625rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#QNTnsJ0cwmKfOAZbDZnftBH5vbkVEIM8 { display:block;width:11.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15142;line-height:1.3;letter-spacing:0;top:26.875rem;left:54.9375rem;height:1.3808625rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#wi4qKe3lGU2UsIsFdo5wBE5a6uTCWpc5 { position:absolute;display:block;z-index:15142;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:13.9375rem;width:20.1875rem;top:10.568359375rem;left:51.59375rem;overflow:hidden;display:block; }
#b9N1E86M5DU1vHf8WtgP4JsHUdIDFnB5 { position:absolute;display:block;z-index:15148;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:12.5rem;top:6.6875rem;left:55.4375rem;display:block; }
#y7THQO7JoiczTUv3TopO4TNeEosUZ81U { display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15141;line-height:1.3;letter-spacing:0;top:4.4375rem;left:52.3125rem;height:;color:rgba(var(--color-tertiary-0),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#vyOf9RFKIzreE2448KmRfL4eSG3T8qTi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15144;opacity:1;top:26.5rem;left:52.5625rem; }
#eJSnJkQhwULc12nRxNZVJGr9pstGPpJT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15145;opacity:1;top:28.625rem;left:52.5625rem; }
#i8XWAT2BsBZTlZ34P0ye2pMZqae6pGFP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15146;opacity:1;top:30.75rem;left:52.5625rem; }
#VhlS5xV37IVym7PV93zog8wh1iHwuWP5 { display:block;width:18.75rem;position:absolute;font-family:"barlow black";font-size:1.75rem;font-weight:400;z-index:15140;line-height:1.3;letter-spacing:0;top:2rem;left:52.3125rem;height:2.2744125rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#gTMELGbGgTNErSD5Jk1LAS063ccnbpLI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gTMELGbGgTNErSD5Jk1LAS063ccnbpLI > .row .container { background-color: transparent; background-image: none; }#gTMELGbGgTNErSD5Jk1LAS063ccnbpLI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gTMELGbGgTNErSD5Jk1LAS063ccnbpLI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gTMELGbGgTNErSD5Jk1LAS063ccnbpLI > .row .container > .video-iframe-container { display: none; }#gTMELGbGgTNErSD5Jk1LAS063ccnbpLI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gTMELGbGgTNErSD5Jk1LAS063ccnbpLI > .row > .video-iframe-container { display: none; }#gTMELGbGgTNErSD5Jk1LAS063ccnbpLI > .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); }#gTMELGbGgTNErSD5Jk1LAS063ccnbpLI > .row .container { border-width: 0; border-radius: 0; }#gTMELGbGgTNErSD5Jk1LAS063ccnbpLI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gTMELGbGgTNErSD5Jk1LAS063ccnbpLI > .row .container { font-size:0.875rem;font-family:arial;height:16.875rem;width:75rem;position:relative;display:block; }#hE8l2yBFDAiiIdzgArAuMKET2HrMRJDd { position:absolute;display:block;z-index:15000;height:14.5625rem;width:75rem;top:2.3125rem;left:0rem;display:block; }
#lh4zn6D0AouOKdatIwEFzB5U92HII6ru { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lh4zn6D0AouOKdatIwEFzB5U92HII6ru > .row .container { background-color: transparent; background-image: none; }#lh4zn6D0AouOKdatIwEFzB5U92HII6ru::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lh4zn6D0AouOKdatIwEFzB5U92HII6ru > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lh4zn6D0AouOKdatIwEFzB5U92HII6ru > .row .container > .video-iframe-container { display: none; }#lh4zn6D0AouOKdatIwEFzB5U92HII6ru > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lh4zn6D0AouOKdatIwEFzB5U92HII6ru > .row > .video-iframe-container { display: none; }#lh4zn6D0AouOKdatIwEFzB5U92HII6ru > .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); }#lh4zn6D0AouOKdatIwEFzB5U92HII6ru > .row .container { border-width: 0; border-radius: 0; }#lh4zn6D0AouOKdatIwEFzB5U92HII6ru > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lh4zn6D0AouOKdatIwEFzB5U92HII6ru > .row .container { font-size:0.875rem;font-family:arial;height:29.1875rem;width:75rem;position:relative;display:block; }#rMCgeoNnPCQQdz1wN24cqp6SsINUe2G8 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:2.34375rem;left:35rem;display:block; }
#nEowc4RQlMqTkVSvnAmQ7L1qMXt6hDGc { display:block;width:29.5625rem;position:absolute;font-family:"barlow black";font-size:3.4375rem;font-weight:400;z-index:15006;line-height:1.1;letter-spacing:0;top:3.5625rem;left:0rem;height:7.5625rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#WE1cO6zmbINtO5L2K0Bq9x2DtGs5VHOX { display:block;width:29.5625rem;position:absolute;font-family:"barlow black";font-size:3.4375rem;font-weight:400;z-index:15007;line-height:1.1;letter-spacing:0;top:15.78125rem;left:0rem;height:7.5625rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#VX6bVvEhbOg6SaN5WU7N4BzOf5lkGd7s { 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:5.9375rem;width:5.9375rem;top:8.375rem;left:27.812500953674rem;overflow:hidden;display:block; }
#NxCXebOBvVkXhWW3EPfgz2BTk44awcX3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NxCXebOBvVkXhWW3EPfgz2BTk44awcX3 > .row .container { background-color: transparent; background-image: none; }#NxCXebOBvVkXhWW3EPfgz2BTk44awcX3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NxCXebOBvVkXhWW3EPfgz2BTk44awcX3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NxCXebOBvVkXhWW3EPfgz2BTk44awcX3 > .row .container > .video-iframe-container { display: none; }#NxCXebOBvVkXhWW3EPfgz2BTk44awcX3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NxCXebOBvVkXhWW3EPfgz2BTk44awcX3 > .row > .video-iframe-container { display: none; }#NxCXebOBvVkXhWW3EPfgz2BTk44awcX3 > .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); }#NxCXebOBvVkXhWW3EPfgz2BTk44awcX3 > .row .container { border-width: 0; border-radius: 0; }#NxCXebOBvVkXhWW3EPfgz2BTk44awcX3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NxCXebOBvVkXhWW3EPfgz2BTk44awcX3 > .row .container { font-size:0.875rem;font-family:arial;height:14.625rem;width:75rem;position:relative;display:block; }#aOHP7zrm2zNQRMxIXxEgSezHx830DHSR { color:rgba(var(--color-tertiary-0),1);display:block;width:8.3123125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15047;line-height:1.3;letter-spacing:0;top:10.75rem;left:64.500000953675rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UNtIRx4WQ5WTh9H8ENVOO80TwCTpN0yL { color:rgba(var(--color-tertiary-0),1);display:block;width:11.4373125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15047;line-height:1.3;letter-spacing:0;top:10.75rem;left:27.875000953674rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zqE13pgNvF2EAH28ouetdeOTsudu1GGL { position:absolute;display:block;z-index:15050;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:3.75rem;width:3.75rem;top:7rem;left:66.750000953675rem;overflow:hidden;display:block; }
#vS08cOlp0V3cs5s4SJyT3SaexNRQDblv { color:rgba(var(--color-tertiary-0),1);display:block;width:10.4368125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15046;line-height:1.3;letter-spacing:0;top:10.75rem;left:17.499999046326rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eLGHDnnM9mhlAUTwP6HNfT1J5yVzR5ns { position:absolute;display:block;z-index:15050;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:3.75rem;width:3.75rem;top:7rem;left:31.687500953674rem;overflow:hidden;display:block; }
#yByee38TPVpFrC2TKvxHSE7RoxqMVzIi { color:rgba(var(--color-tertiary-0),1);display:block;width:8.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15046;line-height:1.3;letter-spacing:0;top:10.75rem;left:56.375000953674rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bhF2ei7ZeG8vinnqrRwnHVCOml3lxJ64 { position:absolute;display:block;z-index:15048;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:3.75rem;width:3.75rem;top:7rem;left:20.749999046326rem;overflow:hidden;display:block; }
#WmukwbsVGFTKpZxZHrgnr7gUdIKCdmmG { position:absolute;display:block;z-index:15048;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:3.75rem;width:3.75rem;top:7rem;left:58.687500953674rem;overflow:hidden;display:block; }
#NhyHQ7AyMFJMu7k7VQe0TE24Ihba27eu { color:rgba(var(--color-tertiary-0),1);display:block;width:9.2480625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15044;line-height:1.3;letter-spacing:0;top:10.75rem;left:8.2499990463256rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Kwr4oKMvViiLK3DFAG31CyEpBT2N8vup { color:rgba(var(--color-tertiary-0),1);display:block;width:9.2480625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15044;line-height:1.3;letter-spacing:0;top:10.75rem;left:47.125000953674rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vbFMyxTM5AfZieAMaiA53RRBKt0yomkc { position:absolute;display:block;z-index:15046;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:3.6875rem;width:3.75rem;top:7rem;left:10.937499046326rem;overflow:hidden;display:block; }
#l5t2bcECNDhB9VHZUWXwqZvckyDZXaaE { position:absolute;display:block;z-index:15046;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:3.625rem;width:3.625rem;top:7.125rem;left:49.875000953674rem;overflow:hidden;display:block; }
#MfQBnTE6q2u0OsXky8hMgap5AypbJgaT { position:absolute;display:block;z-index:15044;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:3.75rem;width:3.75rem;top:7rem;left:3.375rem;overflow:hidden;display:block; }
#iukgexGuAGT6CW1we84E8OTGTzhG0dUv { color:rgba(var(--color-tertiary-0),1);display:block;width:6.0612rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:10.75rem;left:2.1875rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LLrViJTqvlXS1KKRn6yJul589VMJe43f { color:rgba(var(--color-tertiary-0),1);display:block;width:7.87375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:10.75rem;left:39.312500953674rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ESUirMemyTixEEFefNIkv1mIMFWvGxqy { position:absolute;display:block;z-index:15044;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:3.75rem;width:3.75rem;top:7rem;left:41.375000953674rem;overflow:hidden;display:block; }
#VMvIi1l3mEORU2ypTzrR9SxTekyWMFvR { display:block;width:75rem;position:absolute;font-family:"barlow black";font-size:2.6875rem;font-weight:400;z-index:15008;line-height:1.1;letter-spacing:0;top:1.9968795776368rem;left:0rem;height:2.95605625rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#lleBtQEqD0ybzuhIgRoy9kG8muTBivvM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/9b3ac7ef-8fd8-4bc4-99f4-9feeb006a508/bannercentral12222048x853.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lleBtQEqD0ybzuhIgRoy9kG8muTBivvM.adaptive-delivery-prevent-bg, #lleBtQEqD0ybzuhIgRoy9kG8muTBivvM.lazyload, #lleBtQEqD0ybzuhIgRoy9kG8muTBivvM.lazyloading { background-image: none; }#lleBtQEqD0ybzuhIgRoy9kG8muTBivvM > .row .container { background-color: transparent; background-image: none; }#lleBtQEqD0ybzuhIgRoy9kG8muTBivvM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lleBtQEqD0ybzuhIgRoy9kG8muTBivvM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lleBtQEqD0ybzuhIgRoy9kG8muTBivvM > .row .container > .video-iframe-container { display: none; }#lleBtQEqD0ybzuhIgRoy9kG8muTBivvM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lleBtQEqD0ybzuhIgRoy9kG8muTBivvM > .row > .video-iframe-container { display: none; }#lleBtQEqD0ybzuhIgRoy9kG8muTBivvM > .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); }#lleBtQEqD0ybzuhIgRoy9kG8muTBivvM > .row .container { border-width: 0; border-radius: 0; }#lleBtQEqD0ybzuhIgRoy9kG8muTBivvM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lleBtQEqD0ybzuhIgRoy9kG8muTBivvM > .row .container { font-size:0.875rem;font-family:arial;height:31.875rem;width:75rem;position:relative;display:block; }#CulZlhF065w6mo6F3XNSuTTm67nTHquc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CulZlhF065w6mo6F3XNSuTTm67nTHquc > .row .container { background-color: transparent; background-image: none; }#CulZlhF065w6mo6F3XNSuTTm67nTHquc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CulZlhF065w6mo6F3XNSuTTm67nTHquc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CulZlhF065w6mo6F3XNSuTTm67nTHquc > .row .container > .video-iframe-container { display: none; }#CulZlhF065w6mo6F3XNSuTTm67nTHquc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CulZlhF065w6mo6F3XNSuTTm67nTHquc > .row > .video-iframe-container { display: none; }#CulZlhF065w6mo6F3XNSuTTm67nTHquc > .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); }#CulZlhF065w6mo6F3XNSuTTm67nTHquc > .row .container { border-width: 0; border-radius: 0; }#CulZlhF065w6mo6F3XNSuTTm67nTHquc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CulZlhF065w6mo6F3XNSuTTm67nTHquc > .row .container { font-size:0.875rem;font-family:arial;height:9.3125rem;width:75rem;position:relative;display:block; }#n1HlHhMqMqwrWpP1kN1551vzXl3zhONs { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:18.875rem;top:2.78125rem;left:2.1875rem;overflow:hidden;display:block; }
#nVxiGmmLp9Hl8RBG8yRfvkawTnfLHDgV { display:block;width:31rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:2.375rem;left:44rem;height:4.4625rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Zz9KPPIrmBz8fATAFfBNT80b9yU9KASz { display:block;width:31rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:2.375rem;left:44rem;height:4.4625rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:none; }
#JiqxTvTJ2OXcf8xCf0nM6gAaAedlFzB5 { position:relative;display:none; }#JiqxTvTJ2OXcf8xCf0nM6gAaAedlFzB5 { border-width: 0; border-radius: 0; }#JiqxTvTJ2OXcf8xCf0nM6gAaAedlFzB5 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#JiqxTvTJ2OXcf8xCf0nM6gAaAedlFzB5 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#WUz6vP0tucE5Gu8ErRFAq3TdDrTN1MQF { background-color:#c92931;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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:montserrat;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.9375rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:0.71875rem;left:58.0625rem;display:none; }
#S9n5T22l6n2eIIeOCGd54hpTUhxcl3Rb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VQaSCLVCFhnbwV6OOa42Mm4AiNeMGDBi { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #008b35, rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(90deg, #008b35, rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(90deg, #008b35, rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(90deg, #008b35, rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#008b35', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#008b35', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(90deg, #008b35, rgba(var(--color-secondary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color: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:"barlow black";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.8125rem;height:3.4375rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:0.90625rem;left:38.093750953674rem;display:none; }
#UlBCLPwRC4vIi6QcuyqwcrvsFAq6aZ0C { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ATnTIt3vlLPI3gis6mCbU3purXmVNpAa { display:block; }#ATnTIt3vlLPI3gis6mCbU3purXmVNpAa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #olS1pFnOw2QD6PipVtBcIg183wEU8fFT { width:16.9375rem;height:2.4375rem;top:0.875rem;left:30.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByBHw3ZggwGbqTZtSy5iTiWRnnTImNen { display:block; }
 }@media only screen and (max-width: 763px) { #hsgidVVOxH1vk6czBIG0kWTHF65L5zpB { width:13.125rem;height:2.375rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Da0M5Se2fxy7I46nke9xgQlK6Ahf5P6a { display:none; }#Da0M5Se2fxy7I46nke9xgQlK6Ahf5P6a > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ovHmqHToeC21z9h5EZWZOKpU9Kt5tSt1 { width:16.9375rem;height:2.8125rem;top:1.25rem;left:30.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SG6rlfFfqe3Q9MkUDaVT31BM9OFXHT3d { display:block; }
 }@media only screen and (max-width: 763px) { #wUg05aGV4sxNGMtgpKwgTe37o5cuoEdu { width:15rem;height:2.8125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVcld8AyKLAEqoJHb8uWL9PAdLGtNLf0 { display:block; }#aVcld8AyKLAEqoJHb8uWL9PAdLGtNLf0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J0M02cpy8Iusid6Nv7Pzox7FMKv3P9sh { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #LvRfJezxTrnvVRn3Oq7EJEDWmJQd5FLE { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #No7qXkPgD4PZDasIntPXT3L9T49iZBkk { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #zUu5zFdMnSUemIeNMl1T2wJ356r4ELda { display:block; }#zUu5zFdMnSUemIeNMl1T2wJ356r4ELda > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HLBKnLJ9nJ3FTNppvdZB0AxW4q2OBlK5 { width:28.8125rem;height:4.0625rem;top:4.5rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QR7g1WBiUIToE2fkTXlt5lTTVQTkw1Ny { width:28.8125rem;height:4.0625rem;top:4.5rem;left:0rem;font-size:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nfKar4w48K7rF5ype0oarDGrmoZvcMgo { width:28.8125rem;height:4.0625rem;top:4.5rem;left:0rem;font-size:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mp9zHwpMCmTtUKwTniM4mDDzfAhXOntd { width:21.875rem;height:46.125rem;top:14.0625rem;left:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qogpLbRvW9PwLhUC2odS3KxB2CoqlMUy { width:18.8125rem;height:3.4375rem;top:55.3125rem;left:28.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAkbh9GzR5wdnDrZMbbDvx2WTIO9vISR { display:block; }
 }@media only screen and (max-width: 763px) { #QGWVSM9qx3I0pun6UoCgkhmKc9CbOgFZ { width:28.8125rem;height:4.0625rem;top:4.5rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSvec5t9tiQfdRl9twV8Tf9hFMLN7bPT { width:28.8125rem;height:4.0625rem;top:4.5rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqNiyX1OTiCAZerKXe2lHPUXSue0Ih4G { width:14.375rem;height:22.9375rem;top:22.875rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXIGe4TU51wkyEicMFTQ3uVb6wFqIsTR { width:28.8125rem;height:4.0625rem;top:4.5rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGNgR1gl286yG3A3lZ1JbtQfT6MgsLfp { width:2.125rem;height:2.125rem;top:46.9375rem;left:39.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlZ0pth7rSPJMwhHfwW75P24d8UluPWz { width:2.125rem;height:2.125rem;top:49.0625rem;left:39.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPsNbwLziwRqTQDsApJ5ZfLQHnLT3MMW { width:2.125rem;height:2.125rem;top:51.1875rem;left:39.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEH9OACucLPU8QxaII1GhDLgEKNbAUQO { width:12.5rem;height:0.1875rem;top:20.75rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4ZRma2sA35tcg1nI4nBxw7Uu39IJKuo { width:28.8125rem;height:4.0625rem;top:4.5rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #owI1g4MLTSo7nGsCNC85rebVBS9P8dql { width:28.8125rem;height:4.0625rem;top:4.5rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXiZn41IxbBD8NL5fcELqK6VJ9ecTK4h { width:5.125rem;height:5.25rem;top:13.8125rem;left:42.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #skx0Jzn3IS0qOsPRfyw5F2SOD1ruKGhT { width:21.875rem;height:45.6875rem;top:14.3125rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAHgwDmVheQN9EtlHEylDqth6HVUlSeX { width:18.8125rem;height:3.4375rem;top:55rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsPrTrxoaP5FeUUIaI4lA6eeqxAqwEH1 { display:block; }
 }@media only screen and (max-width: 763px) { #ACLKGiTtSg9Q5MEP2idimbQTrNGtMwvW { width:28.8125rem;height:4.0625rem;top:4.5rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTM0QnKZ7FChLt45ywi3DnzXHspKeSXA { width:28.8125rem;height:4.0625rem;top:4.5rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8kIXbfJesZVbH71uny7uWg7BnNWv4ym { width:28.8125rem;height:4.0625rem;top:4.5rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QW7V9JLhhPDGI46GC37nEl9W9sG4J7oG { width:2.125rem;height:2.125rem;top:46.0625rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFTgSTZbizKEiogWBdZbUrLbxB7JocrU { width:2.125rem;height:2.125rem;top:48.1875rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d61i14nIis62QsxrvhTPrr8pbAak1Lbf { width:2.125rem;height:2.125rem;top:50.3125rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3TO4sufw9HGVwurDFDkAc1GN1T4DBtx { width:13.8125rem;height:20.25rem;top:23.75rem;left:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #pv0dwcG5yyWymdtBIX7uxfRQHULmvxUK { width:28.8125rem;height:4.0625rem;top:4.5rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrkSliwNtrRB7N6LtROP3XRU4ehWddrb { width:5.375rem;height:5.375rem;top:35.8125rem;left:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #muOiD4wcmm7EyffHkN1IacKVVrZd26Mb { width:21.875rem;height:45.6875rem;top:14.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHSqGnIG5bTirk2hh0KpI0Ff9HFT9xUI { width:18.8125rem;height:3.4375rem;top:55rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVGDZXJcUPWIHqXaDXL2ORwgq34wFbJ9 { display:block; }
 }@media only screen and (max-width: 763px) { #G7ZaU2CJgxvfPCKcB1k5nnf27mcStitR { width:28.8125rem;height:4.0625rem;top:4.5rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4yF9Iv2s5LEzLbRXVrVTQ3bMwF08fCA { width:15.1875rem;height:22.5rem;top:22.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEqAtI9oEACMXRaurPoFmGtbfVrVvnIT { width:28.8125rem;height:4.0625rem;top:4.5rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvC7GWwKC94UPLTDNaCawA2qrTLbl8zR { width:28.8125rem;height:4.0625rem;top:4.5rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mov64FosOpDLvwneOD5VT3DuOlflITKC { width:12.5rem;height:0.1875rem;top:21rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kv9VqusxHUeS1GNUKbI0QnHML5EV4oho { width:12.5rem;height:0.1875rem;top:21.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QI6o9cvtksW136brB2xziT2LuxisxJ3t { width:28.8125rem;height:4.0625rem;top:4.5rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPWsPfoyxUvbn8izxKqrDz0V6Zbuyckc { width:28.8125rem;height:4.0625rem;top:4.5rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UEARly6XO3yxwi50r61GCVqh0VpC5e0R { width:28.8125rem;height:4.0625rem;top:4.5rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I17SBImec5uMRfDbRaL2PHnUd68oBfDn { width:28.8125rem;height:4.0625rem;top:4.5rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zf4rdX54skxorGfXGCTXf69rxw7rwkrS { width:2.125rem;height:2.125rem;top:46.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAoASvGs7fmTEKJ1cRDVwe0tCpQQNJrl { width:2.125rem;height:2.125rem;top:48.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ol7HJZtAPEp2xhwsbgb0CqMi9QZeR6EC { width:2.125rem;height:2.125rem;top:50.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfZ2q6wAdzw86tKpXi6Rrkz2y3PLzt9P { display:block; }#TfZ2q6wAdzw86tKpXi6Rrkz2y3PLzt9P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oh58rCx2hXXmoUgoXmEDCa3mDTMSHhzf { width:28.8125rem;height:4.0625rem;top:4.5rem;left:0rem;font-size:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #WTzlkNVyzAGs5TnspCnTr4nzqipTgNJE { width:28.8125rem;height:4.0625rem;top:4.5rem;left:0rem;font-size:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PILMPtA10o7kA5b3aoM3SSlZJN8b8nzu { width:21.875rem;height:46.125rem;top:0.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f39dHyZCMxOIzG3H2eD46SrlNcTzG4O5 { width:18.8125rem;height:3.4375rem;top:41.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTNabnkFsUprXUTfIAVr8aIOJgT4Ry3O { display:block; }
 }@media only screen and (max-width: 763px) { #nSIUyxMMhvBekTuPoQB6z2fZOA3O1aKB { width:28.8125rem;height:4.0625rem;top:4.5rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7DXHGHrfgomk2cyM4lvl6a0V0BAcTJ5 { width:28.8125rem;height:4.0625rem;top:4.5rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMsaZmq516viWdF9tF7JEaZRTyTKuSMF { width:28.8125rem;height:4.0625rem;top:4.5rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2QfdWdcGs1BqSULTdcCTtNgiTuJTE2T { width:17.3125rem;height:23.3125rem;top:8.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOwldZrDzqb2DCZoEHSy3yoKbaPKHbgT { width:2.125rem;height:2.125rem;top:32.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfcmerUcWFSCOcOmlxfXb6b7EuGppQLk { width:2.125rem;height:2.125rem;top:35rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTnDCQV3QkamMGbx0HJNZz5H1KyMygfA { width:2.125rem;height:2.125rem;top:37.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWulMdryhaFcri8SyQJNZfTxSAohdhJo { width:28.8125rem;height:4.0625rem;top:4.5rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tqf3rHxs2f2lsFhDkPgtygtzwhektQP0 { width:12.5rem;height:0.1875rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVv10KBXAkdwzBH1hfDuTRCu4IzSK1sL { width:28.8125rem;height:4.0625rem;top:4.5rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xM8uon7WGfSZbyDfWvasEa66ZNZOSLLa { width:5.125rem;height:5.25rem;top:0rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFNy7h38d0PhDmX4wdIcmgvIT2MJN0AK { width:21.875rem;height:46.125rem;top:0.25rem;left:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAUATClTuX1bEgt00qXh9FclBwpi2tdu { width:18.8125rem;height:3.4375rem;top:41.5rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqGWd6TSRu751KtzGP3hyQU9aoUu7RNA { display:block; }
 }@media only screen and (max-width: 763px) { #a60VkLqLknX4RRvfdZwQuns5QU0ptC9z { width:28.8125rem;height:4.0625rem;top:4.5rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1ptQByeoGHASnSEvtn0O56Z4V4xmvlJ { width:28.8125rem;height:4.0625rem;top:4.5rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFiZ9i03kkHlsl3LUH5qFUPXpeLoLpfG { width:2.125rem;height:2.125rem;top:35.25rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLTvscT6SCufD9lCz0NP6hkL3shOTyd9 { width:2.125rem;height:2.125rem;top:37.375rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlfOe5B3SQ4e8XZL9dFSR27B4gR3lSe2 { width:2.125rem;height:2.125rem;top:33.125rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJkhrZQg5cctP2secTsZew3VpUThaSbO { width:20.5625rem;height:15.5rem;top:12.5625rem;left:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xa5lSDDUVZLpqsTmKZ1SCwH1i97hPL7g { width:28.8125rem;height:4.0625rem;top:4.5rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KchyRKltEyt2FSzTv7P3WDWyG5y5CUZT { width:12.5rem;height:0.1875rem;top:6.9375rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3CBKKiUevAtRRdrhPOU7gVDZQIH8ZDs { width:28.8125rem;height:4.0625rem;top:4.5rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6FBe02I7m4pZTTWilA74cVpiEy6EVTu { width:5.125rem;height:5.25rem;top:0rem;left:29.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PA8V5xmfGR0GLxefZOpe1xJKnvZGa4q3 { width:28.8125rem;height:4.0625rem;top:4.5rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5gg9Ng0EN5rKNB3oVnPXwDwlxQA0KRn { width:21.875rem;height:46.125rem;top:0.25rem;left:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVbTvxoIuzRrEyut66Bte2xtiIZnBp9k { width:18.8125rem;height:3.4375rem;top:41.5rem;left:28.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqJVf7GDogFQxG0vXZ8TEuubWc7OvW1x { display:block; }
 }@media only screen and (max-width: 763px) { #ymqVocdTss88F5fFgp3hkTCodB5liIzO { width:2.125rem;height:2.125rem;top:37.125rem;left:39.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIfGD5O5lrRMqIAHoilZdm9yhm28Dd0u { width:28.8125rem;height:4.0625rem;top:4.5rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RU9nv5etnBydmeiHXV33Ec4ypyTTaiIr { width:28.8125rem;height:4.0625rem;top:4.5rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DAoudTIv09TxsAs4uc35XRTugrBk5VHx { width:28.8125rem;height:4.0625rem;top:4.5rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpxcQP6DyCVlH0X3g7p6ev3or859eplf { width:2.125rem;height:2.125rem;top:32.875rem;left:39.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QfVbKCaEMT0K8tXBZ9dmi7EtP51WXZLX { width:2.125rem;height:2.125rem;top:35rem;left:39.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6oPs5T8zyn9TuTliPxnLMOTLdKen9Ql { width:12.5rem;height:0.1875rem;top:6.9375rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmPiW6kLA1FCrfvBwzkoDdLssUB1TsGi { width:28.8125rem;height:4.0625rem;top:4.5rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBdwxL42JJHnJ8XBbzKWZ6nT18pTRNaE { width:5.125rem;height:5.25rem;top:0rem;left:42.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aggSs2qf2QJ2sIT4fo9mCHmVIC8dGcE4 { width:28.8125rem;height:4.0625rem;top:4.5rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PtfakIm4G04HkQPtiSu84ZATnTe5fIBF { width:19.4375rem;height:19.9375rem;top:10.3125rem;left:28.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8NI2V1vTOLIyxzXUC1HHzOAOLTCeqgP { display:block; }#o8NI2V1vTOLIyxzXUC1HHzOAOLTCeqgP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mpEXwUeyfLG03ui5TXRC0kPumTgq3eMB { width:28.8125rem;height:4.0625rem;top:4.5rem;left:0rem;font-size:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #g70344HwTETi6AAt63KmiX2T38bGxWXl { width:28.8125rem;height:4.0625rem;top:4.5rem;left:0rem;font-size:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vTMeOG2mN1KskCvcUkwMwEpz7NJ6lPOy { width:21.875rem;height:46.125rem;top:0.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTlOBXSBDdevioydFtidg8UGlDMlugk7 { width:28.8125rem;height:4.0625rem;top:4.5rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OflrxTqIlbTWpAT803tAQFo4xJq8hNNT { width:28.8125rem;height:4.0625rem;top:4.5rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dhw47byUdFaPl2gP6KC8lwiewIwDu9V6 { width:28.8125rem;height:4.0625rem;top:4.5rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yedRsITIlEzVsmZbUbEnM2RGrfkc9zGU { width:18.8125rem;height:3.4375rem;top:41.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zx4tEOdIEvqSOQqUufO8K1vHQ37uCB03 { display:block; }
 }@media only screen and (max-width: 763px) { #JqIR767bx8LIMOvXzm5u3w8vuNMR11gP { width:2.125rem;height:2.125rem;top:33.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pyUqICInA3iCSTwECZz92QuP0uu2LKgJ { width:2.125rem;height:2.125rem;top:35.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKtQH5NXIrJU8ygBVVTJt8AF2ZzXXAet { width:2.125rem;height:2.125rem;top:37.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fv2pxAUBZqIeIGg8A9qM3yQvGWk8JluV { width:28.8125rem;height:4.0625rem;top:4.5rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwBZxueaHf9nFds7gLLQhOTGb5TEPchX { width:12.5rem;height:0.1875rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFzFLgbHxOqDvZ5Dk1REKibClTvBuhKT { width:28.8125rem;height:4.0625rem;top:4.5rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXmKonAbQeKZTLmTqFJiWKcsv30MXGy4 { width:5.125rem;height:5.25rem;top:0rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRykxWqx9tVUmLr5ru9UlDVWe3wFcTSc { width:21.875rem;height:46.125rem;top:0.25rem;left:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXZRLafLVoHBKZsQgQ1UcFqUV659nn7b { width:18.8125rem;height:3.4375rem;top:41.5rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehAdQzpXnGXVXAVCEWnhEFMqETzGqJfU { display:block; }
 }@media only screen and (max-width: 763px) { #raHvWgUHFrcUfvhf9p3PkLNI8U6H1i7S { width:28.8125rem;height:4.0625rem;top:4.5rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqIJyfQZTSPvID6rRintRG5VwNWpQfcb { width:28.8125rem;height:4.0625rem;top:4.5rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpd9OXVyvf1a0yRkFarwPt0srVJKtnuT { width:28.8125rem;height:4.0625rem;top:4.5rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ur04hGPHGKuNDeM6UMfm5U2ExfOa65qv { width:13.25rem;height:25.75rem;top:7.875rem;left:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETdDwbI0Gd20wKR2WAdBVTL30ux6bzse { width:2.125rem;height:2.125rem;top:33.75rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HM7mw5q4tfwTNJWT7iCchatNNOrc1iep { width:2.125rem;height:2.125rem;top:35.875rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0s9DiXM4NLBZkUA1eccBTtRThuUOABm { width:2.125rem;height:2.125rem;top:38rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvL1ONywAKSxHbCwKklxDE4H9OyHuI27 { width:12.5rem;height:0.1875rem;top:7rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHe43CxldITKQIXzo8JbffMDoN4Zay29 { width:28.8125rem;height:4.0625rem;top:4.5rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHtbOziyhHLB8peobzaOBa8w0cu1RfZg { width:5.125rem;height:5.25rem;top:0rem;left:29.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJqZ8TCGb0zcCRmCGMqZa2G8trZLHJLz { width:5.375rem;height:5.375rem;top:24rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhRXXcF9gl1boDQqbgdSA89Gu0TeuDGp { width:28.8125rem;height:4.0625rem;top:4.5rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEP7yssW3xX8SXtUs6CWmFmXTfeCkdcF { width:28.8125rem;height:4.0625rem;top:4.5rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0AdDpJ8ITTe78vHTGJQiMI2KOiaq0zP { width:21.875rem;height:46.125rem;top:0.25rem;left:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nq00Nk5EHLZrT0emAAERdGMyvWqDK7Cr { width:5.125rem;height:5.25rem;top:0rem;left:42.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbWSx0UDFbm7RTsuurzpc7qeOWU8Ppwn { width:28.8125rem;height:4.0625rem;top:4.5rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpffTStkZNXccpkD0yNr4EBuviFVT13R { width:28.8125rem;height:4.0625rem;top:4.5rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9GIFSICbHF3FXSvChXCc8XLeH5F4iv3 { width:12.5rem;height:0.1875rem;top:6.9375rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPJTLTclndLMPsWDNzGku05CR8ETt5TL { width:16.375rem;height:24.125rem;top:8.5rem;left:31.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EuSTGH7u8T5cKfb5TxznZXXO1SfVe99U { width:28.8125rem;height:4.0625rem;top:4.5rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJglzxTOOm3NtPGTNZgm7K725qsDmSTl { width:28.8125rem;height:4.0625rem;top:4.5rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2l5hlA6WFEv1PD6OcEcFee3AWnNUy5o { width:28.8125rem;height:4.0625rem;top:4.5rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPPXtsuRZdftMBk8zwARxUIXVBqUT2sB { width:2.125rem;height:2.125rem;top:33.75rem;left:40rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdP06lHqElA0C2BbDdJoVBxTETxw2WOT { width:2.125rem;height:2.125rem;top:35.875rem;left:40rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgWkUvT0JyzLhuwrprTXOc2gp3niy4mA { width:2.125rem;height:2.125rem;top:38rem;left:40rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKAuQOF78JJn7eCwGKFrEQTT7dqpTlxE { width:18.8125rem;height:3.4375rem;top:41.5rem;left:28.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9WiQ2C0k24w94B2dm7zpHb6LO1CDUFE { display:block; }
 }@media only screen and (max-width: 763px) { #rAwpRf7MeXMAp2PlG5E5TQLkPODbaBrC { width:21.5rem;height:17.5625rem;top:11.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cbaz4TTks3UnS04Hg0eD2f5vm68HslrI { display:block; }#Cbaz4TTks3UnS04Hg0eD2f5vm68HslrI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pOP63oDG65tsSVS5bJfJZBV7Ti5udeAu { width:21.875rem;height:46.125rem;top:0.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDdgasuEhPSp1T0PZTpwwKzxpslgwRPR { width:18.8125rem;height:3.4375rem;top:41.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W633HpTdHs25tnmENbHgg1rb5AZrd1Kf { display:block; }
 }@media only screen and (max-width: 763px) { #KdTgpN5XmU1Zbi9CidRxvFDNybHScNam { width:28.8125rem;height:4.0625rem;top:4.5rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFVRT3qtkq8sqh1TyIvu1xPyRZQTD2nh { width:28.8125rem;height:4.0625rem;top:4.5rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgBA6Pas8Qsty8sJnvcLULUNw2r8xb1D { width:28.8125rem;height:4.0625rem;top:4.5rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZMsnyU73RMtH61bQdlc1XZbxFvpQBmP { width:19.25rem;height:23.25rem;top:9.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhMTUtzkRD2XXoEnZ9E1PVgxGL8rc1vH { width:12.5rem;height:0.1875rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIuUx6xMiaDr7phWtHNfAq57hTqtrkA4 { width:28.8125rem;height:4.0625rem;top:4.5rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOlqAcuywPZJoBVVBc1RN2oFcNzrn2WB { width:5.125rem;height:5.25rem;top:0rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3TOTTUSP9Xt52LvVi243x1UqcpZ22yT { width:28.8125rem;height:4.0625rem;top:4.5rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0EXIcGaWwhwe32wg8GeRsQV8umhznU6 { width:2.125rem;height:2.125rem;top:33.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbpaJDqOhqTLmbXG9QwnKyUSp1v6xk9n { width:2.125rem;height:2.125rem;top:35.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDuxlQ1HwSz6iyH2AZrSgRRTDtnDrabO { width:2.125rem;height:2.125rem;top:38rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zx42FogtaePiEGSTFJ2uCupIFGPvVPkF { width:28.8125rem;height:4.0625rem;top:4.5rem;left:0rem;font-size:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #VArZJeIxuIn1fDowxhz5yQh0vV8BViIq { width:28.8125rem;height:4.0625rem;top:4.5rem;left:0rem;font-size:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xb8AG504l2PcuzwLqeZSrPAh4UzOdtbP { width:21.875rem;height:46.125rem;top:0.25rem;left:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0ouEe2hf128BTeooW8De0lbqECMLro1 { width:18.8125rem;height:3.4375rem;top:41.5rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGTlHeOW7XKdFemqZl7rl8K7sai5mtW2 { display:block; }
 }@media only screen and (max-width: 763px) { #h8reL2m7ylOvzOtHz9UCrZ7ngBKGSQOJ { width:28.8125rem;height:4.0625rem;top:4.5rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TI4fyGEqxJwnWcbluy1V2DB8NxxDrGOe { width:28.8125rem;height:4.0625rem;top:4.5rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dsub8SQfWIxbRNsFtNOeeGMxKobKGi9m { width:28.8125rem;height:4.0625rem;top:4.5rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bl6KyI87ErN9CIxWfWD9TibCouuCXwki { width:2.125rem;height:2.125rem;top:33.75rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJE3KKTHI2pv4xsWNdape6P8VdC3LuHw { width:2.125rem;height:2.125rem;top:35.875rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GozvpRJuhmsdWRaXzyGVoAUs2AdERPoQ { width:2.125rem;height:2.125rem;top:38rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcTOsavO88C1IIg3a44lkynqrOpXBUVg { width:19.0625rem;height:23.3125rem;top:8.9375rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdLzx1IkTvP0aAeR3XCecMHtVuSJFOdp { width:28.8125rem;height:4.0625rem;top:4.5rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFeJkfB15yMEzqTp0sqBbOhNbCyFWqr5 { width:28.8125rem;height:4.0625rem;top:4.5rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #krS50knGVpUmAiqpMpsHtSqZiXPet3bS { width:5.125rem;height:5.25rem;top:0rem;left:29.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6L69SlEecrIydmR5LVbh7B525Fz02fK { width:12.5rem;height:0.1875rem;top:6.9375rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4nd9wgdTsElCetC4MWHRJ9mxeqx2PJM { width:21.875rem;height:46.125rem;top:0.25rem;left:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vpcg8wxB8g8o7EicuJPsu7ck1TkOaH9d { width:28.8125rem;height:4.0625rem;top:4.5rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMFP8Cp7Twg8pWOyc4p0gFwogVB4Re6g { width:5.125rem;height:5.25rem;top:0rem;left:42.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRtxBwTVw5txo1LHk7Lfr19KBaUUEO67 { width:28.8125rem;height:4.0625rem;top:4.5rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLKDGtraxxTNHRk17OMQU4iiWmrQHl3T { width:12.5rem;height:0.1875rem;top:6.9375rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOoEglCUwWHDuW95dpDssiNNB4Un6F6g { width:18.625rem;height:22.6875rem;top:9.25rem;left:29.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zB90ZyyNdhv60wp7m3hxgLWtQvdtR4vO { width:28.8125rem;height:4.0625rem;top:4.5rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwaqXfo7UODodObnHvtlFI9C7RVn0ZlT { width:28.8125rem;height:4.0625rem;top:4.5rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zpmui2k8Al21u8MDRrAaI7IKw8RV2aIa { width:28.8125rem;height:4.0625rem;top:4.5rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCTcK76DI70mCqBAGrt76PJLWofKGngf { width:2.125rem;height:2.125rem;top:33.75rem;left:38.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDBL8IuHNQFJZfgAf7xMAPFVdqqaKkzB { width:2.125rem;height:2.125rem;top:35.875rem;left:38.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #leKPRCpyM7G2dTgQcaH3AOhQPwTtvr4r { width:2.125rem;height:2.125rem;top:38rem;left:38.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bF8PuMiZv2ZWoT7ExT3AkJJyxXlN71IK { width:18.8125rem;height:3.4375rem;top:41.5rem;left:28.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSwNMKxkK3bO38H8RbgPGiJZ4VTpnNXf { display:block; }
 }@media only screen and (max-width: 763px) { #A0im8UkOGO51Jhf6xgt1ZllbJVg3eo3q { display:block; }#A0im8UkOGO51Jhf6xgt1ZllbJVg3eo3q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LJDBuRqDsq2v7P8KRLrVcPESisrog4tg { width:28.8125rem;height:4.0625rem;top:4.5rem;left:0rem;font-size:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bJu2iCBgTqQxrATWb2SSf0HD6WqxHhpP { width:28.8125rem;height:4.0625rem;top:4.5rem;left:0rem;font-size:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LKsTwH7W3z2mJ53UsIq64nDNBJy880oA { width:21.875rem;height:45.6875rem;top:0.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K25ZR2Eu9udN5OiZGLK1T4WODMmfhuyS { width:15.1875rem;height:21.9375rem;top:8.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3ql0F7PsuubFR3ROeBloQCAaEFzOFI9 { width:28.8125rem;height:4.0625rem;top:4.5rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzkH2dAWTFVNLHO7DJ9Hpx0Kh3K9IrDv { width:28.8125rem;height:4.0625rem;top:4.5rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHx1hd11DAwpiR9wVbn99A64lc3Aqqmm { width:12.5rem;height:0.1875rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJn5OCdxpHGn65s4J57qJ6lnMVB47sDi { width:5.125rem;height:5.25rem;top:0rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETA4IrMwtHoVnGIbHEMgqwTxJovho0nX { width:28.8125rem;height:4.0625rem;top:4.5rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2sDzvG7pkAEdVClJd8sh4caXBBtxEA0 { width:28.8125rem;height:4.0625rem;top:4.5rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQTfGlIaemMxSeONK3wF31S4cGr0iXMo { width:28.8125rem;height:4.0625rem;top:4.5rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcO045UOPrMopdUsIMTaHyT47cxo1iO5 { width:2.125rem;height:2.125rem;top:32.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kC92VCZFtEzNpZPncy4McJ9hMJWJa6ow { width:2.125rem;height:2.125rem;top:34.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCity3BwUCpz0xvd9MK71i6lC1AQEUan { width:2.125rem;height:2.125rem;top:36.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdg19lJF2ZLP3MasdK0mMnq5HJiM2VWb { width:18.8125rem;height:3.4375rem;top:41rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fz1OLJEvBLBpRDUWRZcIECWQ8mwxMTIs { display:block; }
 }@media only screen and (max-width: 763px) { #gxHOmwcWDQTvQyeCL3MF8r2Tr1ZoKSiS { width:21.875rem;height:45.6875rem;top:0.25rem;left:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dc6CF2xeaiIWFpdbmBkIGHv0ai7b9Eqy { width:18.8125rem;height:3.4375rem;top:41rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QIVT8No3cgrb2W56X33TSfCFrE7oTAO5 { display:block; }
 }@media only screen and (max-width: 763px) { #zb1btNgkeg2DVOatIlTT9BcPOVvokiEn { width:28.8125rem;height:4.0625rem;top:4.5rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FeTlWFMbhw4x74iJEW2y1mfmqDwrnPDq { width:28.8125rem;height:4.0625rem;top:4.5rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5aCV7FLpRPCii3Ek7cTACCabaByz8tN { width:28.8125rem;height:4.0625rem;top:4.5rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcxULqDl4s0RUp3C7dTIgn1LfeAQPUWl { width:2.125rem;height:2.125rem;top:32.4375rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6eeVv6QCDdMNqTcJ2CHgT3ETKsichDr { width:2.125rem;height:2.125rem;top:34.5625rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbANp0QQr7lnIbgu67VOEfAe7htMxIV5 { width:2.125rem;height:2.125rem;top:36.6875rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ak38sDVbeOTOnamT6NzDg2xsUuQpdidF { width:19.0625rem;height:21.6875rem;top:8.9375rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJmtUWvs4MLisXAIiaZwrNTT0NUxb6Xl { width:12.5rem;height:0.1875rem;top:7rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPLJ62rCEDzvJtA0bIlposyLHDTz4uAO { width:28.8125rem;height:4.0625rem;top:4.5rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETksUlzrpXsGu73BdZWlWNV45TzbtLPH { width:5.125rem;height:5.25rem;top:0rem;left:29.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIzgyPq6nARJCrJVBuTKHv2uFIDIQ6RG { width:28.8125rem;height:4.0625rem;top:4.5rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtukHFWyvXWPsDPK70l2nw7r9zHOoIri { width:21.875rem;height:45.6875rem;top:0.3125rem;left:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M83V62S1waLx6PODhDmk7Pq20e8tScKT { width:18.8125rem;height:3.4375rem;top:41rem;left:28.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOeHHvow9vbiHmh8kFpFHctcP4rzTDg1 { display:block; }
 }@media only screen and (max-width: 763px) { #bnzh5xDTf0ZONwPldeCcIwAG83rX3BiC { width:28.8125rem;height:4.0625rem;top:4.5rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTaAtdTDnKZM0x4HfiptNbzv4J5b61B3 { width:28.8125rem;height:4.0625rem;top:4.5rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lk0LRe9nuxw9midiwWW8B0zZBFQbfZPl { width:28.8125rem;height:4.0625rem;top:4.5rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4TnPP1MchcWudiJbstORoDstywCfntZ { width:19.875rem;height:18.875rem;top:10.3125rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXnLpgs2TLQ73JnkAAdr4218Z3RFeZso { width:2.125rem;height:2.125rem;top:32.1875rem;left:38.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BL1iPK81W37MoNT60oJi8SGenuyR2m7L { width:2.125rem;height:2.125rem;top:34.3125rem;left:38.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpOVq0fQQxEwLIRv95evFJWt1sm4g83g { width:2.125rem;height:2.125rem;top:36.4375rem;left:38.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wi8bWoh8tAiBhzOKGVFqzLGzQqX1KWhz { width:12.5rem;height:0.1875rem;top:7.125rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #frf6pNHZiZB9th031NRE0nkGHOMm0bMN { width:28.8125rem;height:4.0625rem;top:4.5rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBpCbTNlvt9e2nU5WUmITTFeR1TIbkmM { width:28.8125rem;height:4.0625rem;top:4.5rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JfOlLXRy07pTvT3K7ywmM3tdVFNrXbqW { display:block; }#JfOlLXRy07pTvT3K7ywmM3tdVFNrXbqW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BUudlyOq6A0Xsc3eB4si3fp6sFimnx0O { width:28.8125rem;height:4.0625rem;top:4.5rem;left:0rem;font-size:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #uWnXRtnozZDkEbrBPDFUo0aLaaffigoz { width:28.8125rem;height:4.0625rem;top:4.5rem;left:0rem;font-size:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gl5ntpqm0hZ1XSV82IKwxuQbAsKSCAyr { width:21.875rem;height:39.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqB8l2gTWoakEOVTTqCxwI2ZwQ2aUtqK { width:18.8125rem;height:3.4375rem;top:34.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5PEkc7mBNoFTtzwveTLcAmu2lUA26Jm { display:block; }
 }@media only screen and (max-width: 763px) { #wDD1ELFhL4fiLG3JyC2SbbfkGLH0xkoU { width:28.8125rem;height:4.0625rem;top:4.5rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLo4O4USTiAcSwJpDkzCvuOODPJzcglF { width:28.8125rem;height:4.0625rem;top:4.5rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4ffZg5ESyl4hIBWkrx1KAPM3hpFTab1 { width:28.8125rem;height:4.0625rem;top:4.5rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L68MHR7UgZi7aRbcmciTp5P9oAUW9b2x { width:2.125rem;height:2.125rem;top:26.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIJsAx1FxsOaD51nmobtXzWbpyNwZZzM { width:2.125rem;height:2.125rem;top:28.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aiwUvvESalltAzyA5ffpofbv2gadwG8T { width:2.125rem;height:2.125rem;top:30.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAlpPB2nDPtC4t9hU19HaQTLhTJcz5T4 { width:20.375rem;height:16.1875rem;top:8.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkW0QLAdonlwvFAd2S9NTzcf2A74SxUF { width:28.8125rem;height:4.0625rem;top:4.5rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAsUZtOQ7JlLHhMUwCZklAWOXPnbEbDi { width:12.5rem;height:0.1875rem;top:6.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v22esK2XJobeoqVUq1v9swuH1ui5P5Ja { width:28.8125rem;height:4.0625rem;top:4.5rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUqaAZW0ZCfQVA8Zf9zcAQNJ8JNb9vN5 { width:21.875rem;height:39.5rem;top:0rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2ErgrLLmfy1QzemfoUeWEEmw4ewAE31 { width:18.8125rem;height:3.4375rem;top:34.6875rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PinOupZ2zfHAOr0s8rc3rz37gks7OzUo { display:block; }
 }@media only screen and (max-width: 763px) { #MSH1pdlyvPmrd9LMcm9L3OrD0Aa6uSGR { width:28.8125rem;height:4.0625rem;top:4.5rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kO4nyTzL7uCEHHFZWpDT0zeyWbV55Jbc { width:28.8125rem;height:4.0625rem;top:4.5rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OrnFCUbZpL3vDT2Qo28WAgQ8anvgh3kg { width:28.8125rem;height:4.0625rem;top:4.5rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QW8SSVA94TOeu8o1G341xr5RVZTFul9R { width:14.0625rem;height:17.0625rem;top:8.1875rem;left:16.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FaFedzXU1PmS8dGLVHxrhUAuDBANUSAM { width:28.8125rem;height:4.0625rem;top:4.5rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJlCTiTTNOLoii8NV5hcP4w6hNB8ufeE { width:12.5rem;height:0.1875rem;top:6.6875rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7Fqqv6bHOCzDslPs4g52LAA6nEUQZtS { width:2.125rem;height:2.125rem;top:26.5rem;left:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8z23rJXeiEbLzBDXywIavrxt693BnDa { width:2.125rem;height:2.125rem;top:28.625rem;left:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnWNoXCAbbaimTO9gWEm8QmZosnsXmtc { width:2.125rem;height:2.125rem;top:30.75rem;left:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7eDr3oKOQcKdbBsDheor3LfKTiXbxDe { width:28.8125rem;height:4.0625rem;top:4.5rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBixiB4TUSFBTm1sPTEBan5Sy7EXSTsM { width:21.875rem;height:39.5rem;top:0rem;left:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHO3f1qZTOUn3RhxFxcBBDX5mAlwrT24 { width:18.8125rem;height:3.4375rem;top:34.6875rem;left:28.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwShEVRGuChWGrTmVWrNQ6O8UHI5MRQo { display:block; }
 }@media only screen and (max-width: 763px) { #btbuLwbMreZIZtuvJP4rg4L2oJTSniXy { width:28.8125rem;height:4.0625rem;top:4.5rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tkma9TNFQK9LNIs1ZOcxCy9qyZ0DT6La { width:28.8125rem;height:4.0625rem;top:4.5rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BStGObfdCCm7pC63t2UpyAX3TEEJ0H6a { width:28.8125rem;height:4.0625rem;top:4.5rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2yoRrJ8oeLkO1sLJomSe4ZJIkImvPFB { width:10.625rem;height:17.375rem;top:7.9375rem;left:37.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwZFDTIHn9zAqADqOQPfvpcSSQ3X7gF1 { width:12.5rem;height:0.1875rem;top:6.6875rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekqgBzJWD6llofId3h09Gt6bEQmHifhf { width:28.8125rem;height:4.0625rem;top:4.5rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnm2DyFld88aHMiQWJU6tHGSCbZz8ius { width:2.125rem;height:2.125rem;top:26.5rem;left:40.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKW37OZRbp4KX6Z6kTCrPDf4WIT1ZgcJ { width:2.125rem;height:2.125rem;top:28.625rem;left:40.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4Ab4SXvzpoqAODO3LCiDVTPeHxaiEUu { width:2.125rem;height:2.125rem;top:30.75rem;left:40.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJ3P6CkEy3ouZ92r3TwG4CKkhLdsGTPl { width:28.8125rem;height:4.0625rem;top:4.5rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSTT17TRk3pHuLouRcsR4oZEH5AF7W6v { display:block; }#zSTT17TRk3pHuLouRcsR4oZEH5AF7W6v > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T7eWhWVdFrlNqrq9NbJOu5Xu3MvfLKRR { width:28.8125rem;height:4.0625rem;top:4.5rem;left:0rem;font-size:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ndTATl0ClJkKKPhtfcU54NQNWORVcFxT { width:28.8125rem;height:4.0625rem;top:4.5rem;left:0rem;font-size:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ywqyMsBp6Mzb9vnV3CMEoOEJKcZ0rxpy { width:21.875rem;height:39.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0kbGTECPT60CBpDyQK0BKVOto950e3p { width:18.8125rem;height:3.4375rem;top:34.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrgJgXchdPo0SbxCHgP7vXyswD4g4sHM { display:block; }
 }@media only screen and (max-width: 763px) { #o03Uuy0l8vXUg1OZzS0hMJPtcsBIBwvo { width:28.8125rem;height:4.0625rem;top:4.5rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PsOTe6BGJEsubmnptlKUEXiv1g0E7Sfv { width:28.8125rem;height:4.0625rem;top:4.5rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDhEBpFT2x8acf0klh4dyQFTvAbWzXDU { width:28.8125rem;height:4.0625rem;top:4.5rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #saq8OgvAgsNgf1k8DCuvnI81T1MyfqdG { width:2.125rem;height:2.125rem;top:26.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #spL2kn1ku1KUuXmpeum1gwuCpTb6xyzK { width:2.125rem;height:2.125rem;top:28.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ku7KH8erTblsGvPHXpraMWzkokcyQFWO { width:2.125rem;height:2.125rem;top:30.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcRiTI44Nx5GRvkvKKiAMTPCPpZrpP7T { width:6.5625rem;height:17.9375rem;top:7.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9sHfSh0PoWZ1b62KJgwWT0zlpSAJCpm { width:28.8125rem;height:4.0625rem;top:4.5rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7G8xtZ9INRfGBS6TrZlyFs6lWRcd0G5 { width:12.5rem;height:0.1875rem;top:6.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0TfqD22KA7lfHMKHTw4dcZkVKFIgdrI { width:28.8125rem;height:4.0625rem;top:4.5rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Diuk4LOuhEtwMGRn89eT01tEEEoZXglg { width:21.875rem;height:39.5rem;top:0rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Er86sxCuTtgr6T523kTNWalH7h9TbaHT { width:18.8125rem;height:3.4375rem;top:34.6875rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #I02CcQZA2Tf4SnumliuKySmZvccWEhDA { display:block; }
 }@media only screen and (max-width: 763px) { #n3PJJmpBlh9zA9TVT1Nmo9dRPw3anDU0 { width:28.8125rem;height:4.0625rem;top:4.5rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgZX4Ri4lFVpXzwK9JtZyTx5LeMddOli { width:28.8125rem;height:4.0625rem;top:4.5rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BsgyFHTCt5NQT48eRkVKNPwTMbCe9tgO { width:28.8125rem;height:4.0625rem;top:4.5rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a23PHR5JXLq72uNlJPo6KzCLgGoTfUy2 { width:9.75rem;height:17.0625rem;top:8.3125rem;left:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFzPXqL8pxgPp2gNVy1ZRGng9ntHLA1r { width:28.8125rem;height:4.0625rem;top:4.5rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s04w24aSJcToGAMezRWA2OfT7z06dBtS { width:12.5rem;height:0.1875rem;top:6.6875rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPEofb5RwrH5y7DWb4lCs7vHVgNSNZBb { width:2.125rem;height:2.125rem;top:26.5rem;left:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VawWSsrb6HIhs0Ck4OMyyxiLJVslOm08 { width:2.125rem;height:2.125rem;top:28.625rem;left:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnswfTN825ztTm8ZnfWPWFx53JCThJyu { width:2.125rem;height:2.125rem;top:30.75rem;left:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkVKGG0O6b3eBJ08eowFK1mao5BbsqCM { width:28.8125rem;height:4.0625rem;top:4.5rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9KOAdvAPpCD5lScNQw1tGmahwCeBUwz { width:21.875rem;height:39.5rem;top:0rem;left:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QieETD1Vq0ohDb0PTKHOqZZSHVyTAP2g { width:18.8125rem;height:3.4375rem;top:34.6875rem;left:28.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9OHkJlo0Lii9b4b72OT9KLs1H5BXcFs { display:block; }
 }@media only screen and (max-width: 763px) { #GI6wQdL8UDzR7yF9FHUnsuEeU94TDR7R { width:28.8125rem;height:4.0625rem;top:4.5rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GhA5rEWFdih0F57rQ42dizHRGKwOMAc5 { width:28.8125rem;height:4.0625rem;top:4.5rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y02oEPdcLzoTvkEqS5B0kLksL9auCAG5 { width:28.8125rem;height:4.0625rem;top:4.5rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnsFzUTCdARXAJpOAnzwfdoZV9TNr7T0 { width:12.375rem;height:17.5rem;top:8.125rem;left:35.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBKvG7h2qtIEMVe9ntTqqpyAsxfO5moR { width:12.5rem;height:0.1875rem;top:6.6875rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErTCrMGEa4WW618K2qPsW9zDMb3QV4oE { width:28.8125rem;height:4.0625rem;top:4.5rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDR2CPabTIMoGNMtH0X9ukxPocM9hF4g { width:2.125rem;height:2.125rem;top:26.5rem;left:40.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRJEm5091dq0DxZsLuhed4EzTT833XbJ { width:2.125rem;height:2.125rem;top:28.625rem;left:40.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFyXdOBvAWV7w0pU4OF33lpfb9u9MrVp { width:2.125rem;height:2.125rem;top:30.75rem;left:40.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCaKoufypusZ5B2RHWvuTAGOTeZsAuiR { width:28.8125rem;height:4.0625rem;top:4.5rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgV8PHpqns2lDKoiBs2r75J7ApkdxrXQ { display:block; }#lgV8PHpqns2lDKoiBs2r75J7ApkdxrXQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IC0ONmgiHkFWNLXFLlkvfKnuiUUFmKCi { width:28.8125rem;height:4.0625rem;top:4.5rem;left:0rem;font-size:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #r3xTcDyT30lww1ny8uEE0IiwqcNh4WU9 { width:28.8125rem;height:4.0625rem;top:4.5rem;left:0rem;font-size:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZMtFz6LdvtXTc6FDuhZrBvzzizD40xL3 { width:21.875rem;height:39.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWakxmPdITqzlqAD2DP4IUdtCqu0rqmO { width:18.8125rem;height:3.4375rem;top:34.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRdFwQ9pHN5iMvtxX3VDK3uGaQJ4K42o { display:block; }
 }@media only screen and (max-width: 763px) { #ICKk0nwFPvBB8i8QH3gIIWBTz638DJt9 { width:28.8125rem;height:4.0625rem;top:4.5rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXTJt8ncJAx4fXb5NTfUTAu34a0zJZpU { width:28.8125rem;height:4.0625rem;top:4.5rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #omdt9TCny3UHB3sT62V3f9cBCf9DapOn { width:28.8125rem;height:4.0625rem;top:4.5rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kd32MGM0dMT9QKuU9IwRxFLsdDcHv9Uo { width:2.125rem;height:2.125rem;top:26.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l859KIn6VA7qNXh98ZB46zHri85xmZ7m { width:2.125rem;height:2.125rem;top:28.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgeZJdDv7eJinkVtSCQEsQuvnErVpn0s { width:2.125rem;height:2.125rem;top:30.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXW69P9a6TlJhziWQyNyShp3BubWFvuN { width:19.6875rem;height:15.125rem;top:9.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOXlwPvubngOOrlaTFIexmJSIKmeBRbd { width:28.8125rem;height:4.0625rem;top:4.5rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWQsSg13dZ2gLNAdp5rVETsqc3ypLnyn { width:12.5rem;height:0.1875rem;top:6.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vl8LSZT5MDEVhvp1tQEQcQPzzCOOszhZ { width:28.8125rem;height:4.0625rem;top:4.5rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNo0LMaObmG1g73UhDfkSULbKDlCaziI { width:21.875rem;height:39.5rem;top:0rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #blL7e0UTggczFeJi6fqcAnDT7qCsKgFp { width:18.8125rem;height:3.4375rem;top:34.6875rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToATXVaJWQRyTls1xFCM1GUaWXxtoT1V { display:block; }
 }@media only screen and (max-width: 763px) { #OxbEQwTC2ygIX74zwcS7T5iibgOA5syE { width:28.8125rem;height:4.0625rem;top:4.5rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSh16d6Mh7xiLF9eGA5lMnk6mTP4WPN5 { width:28.8125rem;height:4.0625rem;top:4.5rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJgw9I9P18KXhMyamQSQoAyyheJGaHLc { width:28.8125rem;height:4.0625rem;top:4.5rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zP4v5g6tGIS3ERioRP07IRqxsq0cD13p { width:20.625rem;height:13.1875rem;top:11.3125rem;left:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHQfGbq5BtKtNypmJTwBQ1GPru30W9AT { width:28.8125rem;height:4.0625rem;top:4.5rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0W6Dvq2D7XElmOP4WNdrTTGhod7WnZA { width:12.5rem;height:0.1875rem;top:6.6875rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwmJMmZG5AKToLWDf9aJCMQTSHDFH9ta { width:2.125rem;height:2.125rem;top:26.5rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFxDk3lF3AKeBk1TMbN1lio7CZUXdgrW { width:2.125rem;height:2.125rem;top:28.625rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVdsXbKtoeTKFQrfaCxsWTVTexZJD2vu { width:2.125rem;height:2.125rem;top:30.75rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMUfFXqdaqTDTeqFVzO2DmUCbhWBLwEw { width:28.8125rem;height:4.0625rem;top:4.5rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SP53yUiGnThO8qdl7xOptpvwqOdOmTH6 { width:21.875rem;height:39.5rem;top:0rem;left:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuZF8Bryx2Z0ZoFaC3C6z4ZxGpdTW6Kr { width:18.8125rem;height:3.4375rem;top:34.6875rem;left:28.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGyaf9MUriKMuyralUTyb2Av7w7PS020 { display:block; }
 }@media only screen and (max-width: 763px) { #Zhn9hJhoUZhSTfkEscamw70MIfLREWOl { width:28.8125rem;height:4.0625rem;top:4.5rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLfPDoE6pHz86LvOSmXceH88iPJUDvQ3 { width:28.8125rem;height:4.0625rem;top:4.5rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNTnsJ0cwmKfOAZbDZnftBH5vbkVEIM8 { width:28.8125rem;height:4.0625rem;top:4.5rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wi4qKe3lGU2UsIsFdo5wBE5a6uTCWpc5 { width:20.1875rem;height:13.9375rem;top:10.5625rem;left:27.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9N1E86M5DU1vHf8WtgP4JsHUdIDFnB5 { width:12.5rem;height:0.1875rem;top:6.6875rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7THQO7JoiczTUv3TopO4TNeEosUZ81U { width:28.8125rem;height:4.0625rem;top:4.5rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyOf9RFKIzreE2448KmRfL4eSG3T8qTi { width:2.125rem;height:2.125rem;top:26.5rem;left:38.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJSnJkQhwULc12nRxNZVJGr9pstGPpJT { width:2.125rem;height:2.125rem;top:28.625rem;left:38.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8XWAT2BsBZTlZ34P0ye2pMZqae6pGFP { width:2.125rem;height:2.125rem;top:30.75rem;left:38.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VhlS5xV37IVym7PV93zog8wh1iHwuWP5 { width:28.8125rem;height:4.0625rem;top:4.5rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTMELGbGgTNErSD5Jk1LAS063ccnbpLI { display:block; }#gTMELGbGgTNErSD5Jk1LAS063ccnbpLI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hE8l2yBFDAiiIdzgArAuMKET2HrMRJDd { width:47.75rem;height:14.5625rem;top:2.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lh4zn6D0AouOKdatIwEFzB5U92HII6ru { display:block; }#lh4zn6D0AouOKdatIwEFzB5U92HII6ru > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rMCgeoNnPCQQdz1wN24cqp6SsINUe2G8 { width:40rem;height:22.5rem;top:2.3125rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nEowc4RQlMqTkVSvnAmQ7L1qMXt6hDGc { width:28.8125rem;height:4.0625rem;top:4.5rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WE1cO6zmbINtO5L2K0Bq9x2DtGs5VHOX { width:28.8125rem;height:4.0625rem;top:4.5rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VX6bVvEhbOg6SaN5WU7N4BzOf5lkGd7s { width:5.9375rem;height:5.9375rem;top:8.375rem;left:14.187500953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #NxCXebOBvVkXhWW3EPfgz2BTk44awcX3 { display:block; }#NxCXebOBvVkXhWW3EPfgz2BTk44awcX3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aOHP7zrm2zNQRMxIXxEgSezHx830DHSR { top:10.75rem;left:39.5rem;width:8.25rem;height:1.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNtIRx4WQ5WTh9H8ENVOO80TwCTpN0yL { top:10.75rem;left:14.25rem;width:11.375rem;height:1.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqE13pgNvF2EAH28ouetdeOTsudu1GGL { top:7rem;left:44rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vS08cOlp0V3cs5s4SJyT3SaexNRQDblv { top:10.75rem;left:3.8740234375rem;width:10.375rem;height:1.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLGHDnnM9mhlAUTwP6HNfT1J5yVzR5ns { top:7rem;left:18.062500953674rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yByee38TPVpFrC2TKvxHSE7RoxqMVzIi { top:10.75rem;left:39.625rem;width:8.125rem;height:1.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhF2ei7ZeG8vinnqrRwnHVCOml3lxJ64 { top:7rem;left:7.1249990463256rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmukwbsVGFTKpZxZHrgnr7gUdIKCdmmG { top:7rem;left:44rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NhyHQ7AyMFJMu7k7VQe0TE24Ihba27eu { top:10.75rem;left:0rem;width:9.1875rem;height:1.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kwr4oKMvViiLK3DFAG31CyEpBT2N8vup { top:10.75rem;left:33.5rem;width:9.1875rem;height:1.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbFMyxTM5AfZieAMaiA53RRBKt0yomkc { top:7rem;left:0rem;width:3.75rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5t2bcECNDhB9VHZUWXwqZvckyDZXaaE { top:7.125rem;left:36.250000953674rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfQBnTE6q2u0OsXky8hMgap5AypbJgaT { top:7rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iukgexGuAGT6CW1we84E8OTGTzhG0dUv { top:10.75rem;left:0rem;width:6rem;height:1.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLrViJTqvlXS1KKRn6yJul589VMJe43f { top:10.75rem;left:25.6875rem;width:7.8125rem;height:1.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESUirMemyTixEEFefNIkv1mIMFWvGxqy { top:7rem;left:27.750000953674rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMvIi1l3mEORU2ypTzrR9SxTekyWMFvR { width:28.8125rem;height:4.0625rem;top:4.5rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lleBtQEqD0ybzuhIgRoy9kG8muTBivvM { display:block; }#lleBtQEqD0ybzuhIgRoy9kG8muTBivvM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CulZlhF065w6mo6F3XNSuTTm67nTHquc { display:block; }#CulZlhF065w6mo6F3XNSuTTm67nTHquc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n1HlHhMqMqwrWpP1kN1551vzXl3zhONs { width:18.875rem;height:3.75rem;top:2.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVxiGmmLp9Hl8RBG8yRfvkawTnfLHDgV { width:28.8125rem;height:4.0625rem;top:4.5rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zz9KPPIrmBz8fATAFfBNT80b9yU9KASz { width:28.8125rem;height:4.0625rem;top:4.5rem;left:0rem;font-size:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JiqxTvTJ2OXcf8xCf0nM6gAaAedlFzB5 { display:none; }#JiqxTvTJ2OXcf8xCf0nM6gAaAedlFzB5 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WUz6vP0tucE5Gu8ErRFAq3TdDrTN1MQF { width:16.9375rem;height:3.4375rem;top:0.6875rem;left:30.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #S9n5T22l6n2eIIeOCGd54hpTUhxcl3Rb { display:block; }
 }@media only screen and (max-width: 763px) { #VQaSCLVCFhnbwV6OOa42Mm4AiNeMGDBi { width:18.8125rem;height:3.4375rem;top:0.875rem;left:24.468750953674rem;display:none; }
 }@media only screen and (max-width: 763px) { #UlBCLPwRC4vIi6QcuyqwcrvsFAq6aZ0C { display:block; }
 }@media only screen and (max-width: 763px) { body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #ATnTIt3vlLPI3gis6mCbU3purXmVNpAa { position:relative;z-index:auto;display:none; }#ATnTIt3vlLPI3gis6mCbU3purXmVNpAa > .row .container { width:20rem;height:5.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #olS1pFnOw2QD6PipVtBcIg183wEU8fFT { width:18.8125rem;height:3.4375rem;top:5.6875rem;left:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ByBHw3ZggwGbqTZtSy5iTiWRnnTImNen { display:block; }
 }@media only screen and (max-width: 763px) { #hsgidVVOxH1vk6czBIG0kWTHF65L5zpB { width:15rem;height:2.8125rem;top:1.25rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Da0M5Se2fxy7I46nke9xgQlK6Ahf5P6a { position:relative;z-index:auto;background-color:#0b113a;background-image:none;display:block; }#Da0M5Se2fxy7I46nke9xgQlK6Ahf5P6a > .row .container { background-color: transparent; background-image: none; }#Da0M5Se2fxy7I46nke9xgQlK6Ahf5P6a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Da0M5Se2fxy7I46nke9xgQlK6Ahf5P6a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Da0M5Se2fxy7I46nke9xgQlK6Ahf5P6a > .row .container > .video-iframe-container { display: none; }#Da0M5Se2fxy7I46nke9xgQlK6Ahf5P6a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Da0M5Se2fxy7I46nke9xgQlK6Ahf5P6a > .row > .video-iframe-container { display: none; }#Da0M5Se2fxy7I46nke9xgQlK6Ahf5P6a > .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); }#Da0M5Se2fxy7I46nke9xgQlK6Ahf5P6a > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ovHmqHToeC21z9h5EZWZOKpU9Kt5tSt1 { width:18.8125rem;height:3.4375rem;top:5.6875rem;left:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #SG6rlfFfqe3Q9MkUDaVT31BM9OFXHT3d { display:block; }
 }@media only screen and (max-width: 763px) { #wUg05aGV4sxNGMtgpKwgTe37o5cuoEdu { width:15rem;height:2.8125rem;top:1.125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVcld8AyKLAEqoJHb8uWL9PAdLGtNLf0 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f7eb11de-6162-45df-8cc6-0f2f71919970/Tatitriplo1.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#aVcld8AyKLAEqoJHb8uWL9PAdLGtNLf0.adaptive-delivery-prevent-bg, #aVcld8AyKLAEqoJHb8uWL9PAdLGtNLf0.lazyload, #aVcld8AyKLAEqoJHb8uWL9PAdLGtNLf0.lazyloading { background-image: none; }#aVcld8AyKLAEqoJHb8uWL9PAdLGtNLf0 > .row .container { background-color: transparent; background-image: none; }#aVcld8AyKLAEqoJHb8uWL9PAdLGtNLf0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-4),1); }#aVcld8AyKLAEqoJHb8uWL9PAdLGtNLf0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aVcld8AyKLAEqoJHb8uWL9PAdLGtNLf0 > .row .container > .video-iframe-container { display: none; }#aVcld8AyKLAEqoJHb8uWL9PAdLGtNLf0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-4),1); }#aVcld8AyKLAEqoJHb8uWL9PAdLGtNLf0 > .row > .video-iframe-container { display: none; }#aVcld8AyKLAEqoJHb8uWL9PAdLGtNLf0 > .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); }#aVcld8AyKLAEqoJHb8uWL9PAdLGtNLf0 > .row .container { width:20rem;height:60rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J0M02cpy8Iusid6Nv7Pzox7FMKv3P9sh { top:0rem;left:0rem;width:20rem;height:20rem;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/cae210c8-1d02-48c8-a63c-69acaf714217/hexport_3_01.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#J0M02cpy8Iusid6Nv7Pzox7FMKv3P9sh.adaptive-delivery-prevent-bg, #J0M02cpy8Iusid6Nv7Pzox7FMKv3P9sh.lazyload, #J0M02cpy8Iusid6Nv7Pzox7FMKv3P9sh.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #LvRfJezxTrnvVRn3Oq7EJEDWmJQd5FLE { top:20rem;left:0rem;width:20rem;height:19.875rem;z-index:15001;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/6ce7b3a3-6fc1-4f6c-8e3d-9089de6e1c25/hexport_3_02.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#LvRfJezxTrnvVRn3Oq7EJEDWmJQd5FLE.adaptive-delivery-prevent-bg, #LvRfJezxTrnvVRn3Oq7EJEDWmJQd5FLE.lazyload, #LvRfJezxTrnvVRn3Oq7EJEDWmJQd5FLE.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #No7qXkPgD4PZDasIntPXT3L9T49iZBkk { top:39.875rem;left:0rem;width:20rem;height:20rem;z-index:15002;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/1eeed31b-58c6-4691-83c9-2940575dad90/hexport_3_03.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#No7qXkPgD4PZDasIntPXT3L9T49iZBkk.adaptive-delivery-prevent-bg, #No7qXkPgD4PZDasIntPXT3L9T49iZBkk.lazyload, #No7qXkPgD4PZDasIntPXT3L9T49iZBkk.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #zUu5zFdMnSUemIeNMl1T2wJ356r4ELda { display:block; }#zUu5zFdMnSUemIeNMl1T2wJ356r4ELda > .row .container { width:20rem;height:134.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HLBKnLJ9nJ3FTNppvdZB0AxW4q2OBlK5 { width:20rem;height:0;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QR7g1WBiUIToE2fkTXlt5lTTVQTkw1Ny { width:20rem;height:2.26875rem;top:2.375rem;left:0rem;text-align:center;text-align-last:center;font-size:2.0625rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #nfKar4w48K7rF5ype0oarDGrmoZvcMgo { width:20rem;height:1.65rem;top:4.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #mp9zHwpMCmTtUKwTniM4mDDzfAhXOntd { width:20rem;height:41.25rem;top:91.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qogpLbRvW9PwLhUC2odS3KxB2CoqlMUy { width:18.125rem;height:3.4375rem;top:127.125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAkbh9GzR5wdnDrZMbbDvx2WTIO9vISR { display:block; }
 }@media only screen and (max-width: 763px) { #QGWVSM9qx3I0pun6UoCgkhmKc9CbOgFZ { width:13.5rem;height:1.3808625rem;top:124.4375rem;left:4.4375rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSvec5t9tiQfdRl9twV8Tf9hFMLN7bPT { width:13.4375rem;height:1.3808625rem;top:122.3125rem;left:4.4375rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqNiyX1OTiCAZerKXe2lHPUXSue0Ih4G { width:12.625rem;height:20.25rem;top:99rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXIGe4TU51wkyEicMFTQ3uVb6wFqIsTR { width:13.4375rem;height:1.3808625rem;top:120.1875rem;left:4.4375rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGNgR1gl286yG3A3lZ1JbtQfT6MgsLfp { display:flex;width:2.125rem;height:2.125rem;top:119.8125rem;left:2.0625rem; }
 }@media only screen and (max-width: 763px) { #TlZ0pth7rSPJMwhHfwW75P24d8UluPWz { display:flex;width:2.125rem;height:2.125rem;top:121.9375rem;left:2.0625rem; }
 }@media only screen and (max-width: 763px) { #rPsNbwLziwRqTQDsApJ5ZfLQHnLT3MMW { display:flex;width:2.125rem;height:2.125rem;top:124.0625rem;left:2.0625rem; }
 }@media only screen and (max-width: 763px) { #PEH9OACucLPU8QxaII1GhDLgEKNbAUQO { width:12.5rem;height:0.1875rem;top:97.9375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4ZRma2sA35tcg1nI4nBxw7Uu39IJKuo { width:20rem;height:1.3808625rem;top:95.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #owI1g4MLTSo7nGsCNC85rebVBS9P8dql { width:20rem;height:2.2744125rem;top:93.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXiZn41IxbBD8NL5fcELqK6VJ9ecTK4h { width:5.125rem;height:5.25rem;top:91rem;left:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #skx0Jzn3IS0qOsPRfyw5F2SOD1ruKGhT { width:20rem;height:41.3125rem;top:7.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAHgwDmVheQN9EtlHEylDqth6HVUlSeX { width:18.125rem;height:3.4375rem;top:43.3125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsPrTrxoaP5FeUUIaI4lA6eeqxAqwEH1 { display:block; }
 }@media only screen and (max-width: 763px) { #ACLKGiTtSg9Q5MEP2idimbQTrNGtMwvW { width:13.1875rem;height:1.3808625rem;top:40.75rem;left:4.75rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTM0QnKZ7FChLt45ywi3DnzXHspKeSXA { width:11.3125rem;height:1.3808625rem;top:38.625rem;left:4.75rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8kIXbfJesZVbH71uny7uWg7BnNWv4ym { width:10.3125rem;height:1.3808625rem;top:36.5rem;left:4.75rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QW7V9JLhhPDGI46GC37nEl9W9sG4J7oG { display:flex;width:2.125rem;height:2.125rem;top:36.25rem;left:2.125rem; }
 }@media only screen and (max-width: 763px) { #aFTgSTZbizKEiogWBdZbUrLbxB7JocrU { display:flex;width:2.125rem;height:2.125rem;top:38.375rem;left:2.125rem; }
 }@media only screen and (max-width: 763px) { #d61i14nIis62QsxrvhTPrr8pbAak1Lbf { display:flex;width:2.125rem;height:2.125rem;top:40.5rem;left:2.125rem; }
 }@media only screen and (max-width: 763px) { #E3TO4sufw9HGVwurDFDkAc1GN1T4DBtx { width:13.8125rem;height:20.25rem;top:15.25rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pv0dwcG5yyWymdtBIX7uxfRQHULmvxUK { width:5.5rem;height:2.0996125rem;top:27.4375rem;left:2.0625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrkSliwNtrRB7N6LtROP3XRU4ehWddrb { width:5.375rem;height:5.375rem;top:25.8125rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #muOiD4wcmm7EyffHkN1IacKVVrZd26Mb { width:20rem;height:37.8125rem;top:51.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHSqGnIG5bTirk2hh0KpI0Ff9HFT9xUI { width:18.125rem;height:3.4375rem;top:83.3125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVGDZXJcUPWIHqXaDXL2ORwgq34wFbJ9 { display:block; }
 }@media only screen and (max-width: 763px) { #G7ZaU2CJgxvfPCKcB1k5nnf27mcStitR { width:13.1875rem;height:1.3808625rem;top:80.4375rem;left:4.75rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4yF9Iv2s5LEzLbRXVrVTQ3bMwF08fCA { width:12.125rem;height:17.875rem;top:57.375rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEqAtI9oEACMXRaurPoFmGtbfVrVvnIT { width:11.375rem;height:1.3808625rem;top:78.3125rem;left:4.75rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvC7GWwKC94UPLTDNaCawA2qrTLbl8zR { width:10.4375rem;height:1.3808625rem;top:76.1875rem;left:4.75rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mov64FosOpDLvwneOD5VT3DuOlflITKC { width:12.5rem;height:0.1875rem;top:14.25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kv9VqusxHUeS1GNUKbI0QnHML5EV4oho { width:12.5rem;height:0.1875rem;top:56.625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QI6o9cvtksW136brB2xziT2LuxisxJ3t { width:18.75rem;height:1.3808625rem;top:12.1875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPWsPfoyxUvbn8izxKqrDz0V6Zbuyckc { width:18.75rem;height:2.2744125rem;top:9.75rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UEARly6XO3yxwi50r61GCVqh0VpC5e0R { width:18.75rem;height:1.3808625rem;top:54.75rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I17SBImec5uMRfDbRaL2PHnUd68oBfDn { width:20rem;height:2.2744125rem;top:52.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zf4rdX54skxorGfXGCTXf69rxw7rwkrS { display:flex;width:2.125rem;height:2.125rem;top:75.9375rem;left:2.0625rem; }
 }@media only screen and (max-width: 763px) { #XAoASvGs7fmTEKJ1cRDVwe0tCpQQNJrl { display:flex;width:2.125rem;height:2.125rem;top:78rem;left:2.0625rem; }
 }@media only screen and (max-width: 763px) { #ol7HJZtAPEp2xhwsbgb0CqMi9QZeR6EC { display:flex;width:2.125rem;height:2.125rem;top:80.125rem;left:2.0625rem; }
 }@media only screen and (max-width: 763px) { #TfZ2q6wAdzw86tKpXi6Rrkz2y3PLzt9P { display:block; }#TfZ2q6wAdzw86tKpXi6Rrkz2y3PLzt9P > .row .container { width:20rem;height:119.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oh58rCx2hXXmoUgoXmEDCa3mDTMSHhzf { width:20rem;height:0;top:2.375rem;left:0rem;text-align:center;text-align-last:center;font-size:2.0625rem;z-index:15006;display:none; }
 }@media only screen and (max-width: 763px) { #WTzlkNVyzAGs5TnspCnTr4nzqipTgNJE { width:20rem;height:0;top:4.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;z-index:15007;display:none; }
 }@media only screen and (max-width: 763px) { #PILMPtA10o7kA5b3aoM3SSlZJN8b8nzu { width:20rem;height:41.25rem;top:0.25rem;left:0rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #f39dHyZCMxOIzG3H2eD46SrlNcTzG4O5 { width:18.125rem;height:3.4375rem;top:36.6875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTNabnkFsUprXUTfIAVr8aIOJgT4Ry3O { display:block; }
 }@media only screen and (max-width: 763px) { #nSIUyxMMhvBekTuPoQB6z2fZOA3O1aKB { width:12.875rem;height:1.3808625rem;top:33.875rem;left:4.75rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7DXHGHrfgomk2cyM4lvl6a0V0BAcTJ5 { width:11.1875rem;height:1.3808625rem;top:31.75rem;left:4.75rem;text-align:left;text-align-last:left;font-size:1.0625rem;z-index:15087;display:block; }
 }@media only screen and (max-width: 763px) { #JMsaZmq516viWdF9tF7JEaZRTyTKuSMF { width:11.375rem;height:1.3808625rem;top:29.625rem;left:4.75rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2QfdWdcGs1BqSULTdcCTtNgiTuJTE2T { width:15rem;height:20.25rem;top:8.5625rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOwldZrDzqb2DCZoEHSy3yoKbaPKHbgT { display:flex;width:2.125rem;height:2.125rem;top:29.25rem;left:2.375rem; }
 }@media only screen and (max-width: 763px) { #qfcmerUcWFSCOcOmlxfXb6b7EuGppQLk { display:flex;width:2.125rem;height:2.125rem;top:31.375rem;left:2.375rem; }
 }@media only screen and (max-width: 763px) { #KTnDCQV3QkamMGbx0HJNZz5H1KyMygfA { display:flex;width:2.125rem;height:2.125rem;top:33.5rem;left:2.375rem; }
 }@media only screen and (max-width: 763px) { #vWulMdryhaFcri8SyQJNZfTxSAohdhJo { width:20rem;height:1.3808625rem;top:5.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tqf3rHxs2f2lsFhDkPgtygtzwhektQP0 { width:12.5rem;height:0.1875rem;top:7.9375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVv10KBXAkdwzBH1hfDuTRCu4IzSK1sL { width:20rem;height:2.2744125rem;top:3.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xM8uon7WGfSZbyDfWvasEa66ZNZOSLLa { width:5.125rem;height:5.25rem;top:0rem;left:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFNy7h38d0PhDmX4wdIcmgvIT2MJN0AK { width:20rem;height:36rem;top:43.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAUATClTuX1bEgt00qXh9FclBwpi2tdu { width:18.125rem;height:3.4375rem;top:74.5rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqGWd6TSRu751KtzGP3hyQU9aoUu7RNA { display:block; }
 }@media only screen and (max-width: 763px) { #a60VkLqLknX4RRvfdZwQuns5QU0ptC9z { width:13.0625rem;height:1.3808625rem;top:71.5625rem;left:4.6875rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1ptQByeoGHASnSEvtn0O56Z4V4xmvlJ { width:10.8125rem;height:1.3808625rem;top:69.4375rem;left:4.8125rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFiZ9i03kkHlsl3LUH5qFUPXpeLoLpfG { display:flex;width:2.125rem;height:2.125rem;top:69.0625rem;left:2.3125rem; }
 }@media only screen and (max-width: 763px) { #LLTvscT6SCufD9lCz0NP6hkL3shOTyd9 { display:flex;width:2.125rem;height:2.125rem;top:71.1875rem;left:2.3125rem; }
 }@media only screen and (max-width: 763px) { #FlfOe5B3SQ4e8XZL9dFSR27B4gR3lSe2 { display:flex;width:2.125rem;height:2.125rem;top:66.9375rem;left:2.3125rem; }
 }@media only screen and (max-width: 763px) { #mJkhrZQg5cctP2secTsZew3VpUThaSbO { width:18.75rem;height:14.125rem;top:51.9375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xa5lSDDUVZLpqsTmKZ1SCwH1i97hPL7g { width:11.4375rem;height:1.3808625rem;top:67.3125rem;left:4.6875rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KchyRKltEyt2FSzTv7P3WDWyG5y5CUZT { width:12.5rem;height:0.1875rem;top:50.3125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3CBKKiUevAtRRdrhPOU7gVDZQIH8ZDs { width:20rem;height:1.3808625rem;top:48rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6FBe02I7m4pZTTWilA74cVpiEy6EVTu { width:5.125rem;height:5.25rem;top:43.1875rem;left:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PA8V5xmfGR0GLxefZOpe1xJKnvZGa4q3 { width:20rem;height:2.2744125rem;top:45.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5gg9Ng0EN5rKNB3oVnPXwDwlxQA0KRn { width:20rem;height:35.875rem;top:81.375rem;left:0rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #rVbTvxoIuzRrEyut66Bte2xtiIZnBp9k { width:18.125rem;height:3.4375rem;top:112.0625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqJVf7GDogFQxG0vXZ8TEuubWc7OvW1x { display:block; }
 }@media only screen and (max-width: 763px) { #ymqVocdTss88F5fFgp3hkTCodB5liIzO { display:flex;width:2.125rem;height:2.125rem;top:109rem;left:1.9375rem; }
 }@media only screen and (max-width: 763px) { #bIfGD5O5lrRMqIAHoilZdm9yhm28Dd0u { width:13.5rem;height:1.3808625rem;top:109.375rem;left:4.625rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RU9nv5etnBydmeiHXV33Ec4ypyTTaiIr { width:13.4375rem;height:1.3808625rem;top:105.125rem;left:4.5625rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DAoudTIv09TxsAs4uc35XRTugrBk5VHx { width:13.4375rem;height:1.3808625rem;top:107.25rem;left:4.5625rem;text-align:left;text-align-last:left;font-size:1.0625rem;z-index:15087;display:block; }
 }@media only screen and (max-width: 763px) { #TpxcQP6DyCVlH0X3g7p6ev3or859eplf { display:flex;width:2.125rem;height:2.125rem;top:104.75rem;left:1.9375rem; }
 }@media only screen and (max-width: 763px) { #QfVbKCaEMT0K8tXBZ9dmi7EtP51WXZLX { display:flex;width:2.125rem;height:2.125rem;top:106.875rem;left:1.9375rem; }
 }@media only screen and (max-width: 763px) { #p6oPs5T8zyn9TuTliPxnLMOTLdKen9Ql { width:12.5rem;height:0.1875rem;top:87.625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmPiW6kLA1FCrfvBwzkoDdLssUB1TsGi { width:20rem;height:1.3808625rem;top:85.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBdwxL42JJHnJ8XBbzKWZ6nT18pTRNaE { width:5.125rem;height:5.25rem;top:81.125rem;left:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aggSs2qf2QJ2sIT4fo9mCHmVIC8dGcE4 { width:20rem;height:2.2744125rem;top:83.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PtfakIm4G04HkQPtiSu84ZATnTe5fIBF { width:14.625rem;height:15rem;top:88.875rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8NI2V1vTOLIyxzXUC1HHzOAOLTCeqgP { display:block; }#o8NI2V1vTOLIyxzXUC1HHzOAOLTCeqgP > .row .container { width:20rem;height:130.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mpEXwUeyfLG03ui5TXRC0kPumTgq3eMB { width:20rem;height:0;top:2.375rem;left:0rem;text-align:center;text-align-last:center;font-size:2.0625rem;z-index:15006;display:none; }
 }@media only screen and (max-width: 763px) { #g70344HwTETi6AAt63KmiX2T38bGxWXl { width:20rem;height:0;top:4.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;z-index:15007;display:none; }
 }@media only screen and (max-width: 763px) { #vTMeOG2mN1KskCvcUkwMwEpz7NJ6lPOy { width:20rem;height:41rem;top:0.25rem;left:0rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #tTlOBXSBDdevioydFtidg8UGlDMlugk7 { width:12.125rem;height:1.3808625rem;top:33.0625rem;left:5.4375rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OflrxTqIlbTWpAT803tAQFo4xJq8hNNT { width:11.0625rem;height:1.3808625rem;top:30.8125rem;left:5.375rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dhw47byUdFaPl2gP6KC8lwiewIwDu9V6 { width:11.1875rem;height:1.3808625rem;top:28.8125rem;left:5.4375rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yedRsITIlEzVsmZbUbEnM2RGrfkc9zGU { width:18.125rem;height:3.4375rem;top:35.875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zx4tEOdIEvqSOQqUufO8K1vHQ37uCB03 { display:block; }
 }@media only screen and (max-width: 763px) { #JqIR767bx8LIMOvXzm5u3w8vuNMR11gP { display:flex;width:2.125rem;height:2.125rem;top:28.4375rem;left:2.5rem; }
 }@media only screen and (max-width: 763px) { #pyUqICInA3iCSTwECZz92QuP0uu2LKgJ { display:flex;width:2.125rem;height:2.125rem;top:30.5625rem;left:2.5rem; }
 }@media only screen and (max-width: 763px) { #IKtQH5NXIrJU8ygBVVTJt8AF2ZzXXAet { display:flex;width:2.125rem;height:2.125rem;top:32.6875rem;left:2.5rem; }
 }@media only screen and (max-width: 763px) { #fv2pxAUBZqIeIGg8A9qM3yQvGWk8JluV { width:20rem;height:1.3808625rem;top:4.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwBZxueaHf9nFds7gLLQhOTGb5TEPchX { width:12.5rem;height:0.1875rem;top:6.5625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFzFLgbHxOqDvZ5Dk1REKibClTvBuhKT { width:20rem;height:2.2744125rem;top:2.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;z-index:15088;display:block; }
 }@media only screen and (max-width: 763px) { #TXmKonAbQeKZTLmTqFJiWKcsv30MXGy4 { width:5.125rem;height:5.25rem;top:42.875rem;left:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRykxWqx9tVUmLr5ru9UlDVWe3wFcTSc { width:20rem;height:41.25rem;top:43.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXZRLafLVoHBKZsQgQ1UcFqUV659nn7b { width:18.125rem;height:3.4375rem;top:79rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehAdQzpXnGXVXAVCEWnhEFMqETzGqJfU { display:block; }
 }@media only screen and (max-width: 763px) { #raHvWgUHFrcUfvhf9p3PkLNI8U6H1i7S { width:12.75rem;height:1.3808625rem;top:76.0625rem;left:5rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqIJyfQZTSPvID6rRintRG5VwNWpQfcb { width:10.75rem;height:1.3808625rem;top:73.9375rem;left:5rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpd9OXVyvf1a0yRkFarwPt0srVJKtnuT { width:10.4375rem;height:1.3808625rem;top:71.8125rem;left:5rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ur04hGPHGKuNDeM6UMfm5U2ExfOa65qv { width:10.5rem;height:20.25rem;top:50.8125rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETdDwbI0Gd20wKR2WAdBVTL30ux6bzse { display:flex;width:2.125rem;height:2.125rem;top:71.4375rem;left:2.25rem; }
 }@media only screen and (max-width: 763px) { #HM7mw5q4tfwTNJWT7iCchatNNOrc1iep { display:flex;width:2.125rem;height:2.125rem;top:73.5625rem;left:2.25rem; }
 }@media only screen and (max-width: 763px) { #p0s9DiXM4NLBZkUA1eccBTtRThuUOABm { display:flex;width:2.125rem;height:2.125rem;top:75.6875rem;left:2.25rem; }
 }@media only screen and (max-width: 763px) { #tvL1ONywAKSxHbCwKklxDE4H9OyHuI27 { width:12.5rem;height:0.1875rem;top:49.6875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHe43CxldITKQIXzo8JbffMDoN4Zay29 { width:20rem;height:1.3808625rem;top:47.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHtbOziyhHLB8peobzaOBa8w0cu1RfZg { width:5.125rem;height:5.25rem;top:0rem;left:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJqZ8TCGb0zcCRmCGMqZa2G8trZLHJLz { width:5.375rem;height:5.375rem;top:60.25rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhRXXcF9gl1boDQqbgdSA89Gu0TeuDGp { width:5.5rem;height:2.0996125rem;top:61.875rem;left:2.25rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEP7yssW3xX8SXtUs6CWmFmXTfeCkdcF { width:20rem;height:2.2744125rem;top:45.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0AdDpJ8ITTe78vHTGJQiMI2KOiaq0zP { width:20rem;height:42.0625rem;top:86.3125rem;left:0rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #nq00Nk5EHLZrT0emAAERdGMyvWqDK7Cr { width:4.8125rem;height:4.9375rem;top:86.125rem;left:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbWSx0UDFbm7RTsuurzpc7qeOWU8Ppwn { width:20rem;height:2.2744125rem;top:88.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpffTStkZNXccpkD0yNr4EBuviFVT13R { width:20rem;height:1.3808625rem;top:90.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9GIFSICbHF3FXSvChXCc8XLeH5F4iv3 { width:12.5rem;height:0.1875rem;top:93.0625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPJTLTclndLMPsWDNzGku05CR8ETt5TL { width:13.6875rem;height:20.25rem;top:94.9375rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EuSTGH7u8T5cKfb5TxznZXXO1SfVe99U { width:13.5rem;height:1.3808625rem;top:120.4375rem;left:4.4375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJglzxTOOm3NtPGTNZgm7K725qsDmSTl { width:13.4375rem;height:1.3808625rem;top:118.3125rem;left:4.4375rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2l5hlA6WFEv1PD6OcEcFee3AWnNUy5o { width:10.75rem;height:1.3808625rem;top:116.1875rem;left:4.4375rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPPXtsuRZdftMBk8zwARxUIXVBqUT2sB { display:flex;width:2.125rem;height:2.125rem;top:115.8125rem;left:2.0625rem; }
 }@media only screen and (max-width: 763px) { #QdP06lHqElA0C2BbDdJoVBxTETxw2WOT { display:flex;width:2.125rem;height:2.125rem;top:117.9375rem;left:2.0625rem; }
 }@media only screen and (max-width: 763px) { #cgWkUvT0JyzLhuwrprTXOc2gp3niy4mA { display:flex;width:2.125rem;height:2.125rem;top:120.0625rem;left:2.0625rem; }
 }@media only screen and (max-width: 763px) { #FKAuQOF78JJn7eCwGKFrEQTT7dqpTlxE { width:18.125rem;height:3.4375rem;top:123.1875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9WiQ2C0k24w94B2dm7zpHb6LO1CDUFE { display:block; }
 }@media only screen and (max-width: 763px) { #rAwpRf7MeXMAp2PlG5E5TQLkPODbaBrC { width:20rem;height:16.3369375rem;top:9.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cbaz4TTks3UnS04Hg0eD2f5vm68HslrI { display:block; }#Cbaz4TTks3UnS04Hg0eD2f5vm68HslrI > .row .container { width:20rem;height:129.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pOP63oDG65tsSVS5bJfJZBV7Ti5udeAu { width:20rem;height:43.0625rem;top:0.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDdgasuEhPSp1T0PZTpwwKzxpslgwRPR { width:18.125rem;height:3.4375rem;top:38rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W633HpTdHs25tnmENbHgg1rb5AZrd1Kf { display:block; }
 }@media only screen and (max-width: 763px) { #KdTgpN5XmU1Zbi9CidRxvFDNybHScNam { width:13.5rem;height:1.3808625rem;top:35.5rem;left:4.4375rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFVRT3qtkq8sqh1TyIvu1xPyRZQTD2nh { width:13.4375rem;height:1.3808625rem;top:33.375rem;left:4.4375rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgBA6Pas8Qsty8sJnvcLULUNw2r8xb1D { width:13.4375rem;height:1.3808625rem;top:31.25rem;left:4.5rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZMsnyU73RMtH61bQdlc1XZbxFvpQBmP { width:18.4375rem;height:22.3125rem;top:7.8125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhMTUtzkRD2XXoEnZ9E1PVgxGL8rc1vH { width:12.5rem;height:0.1875rem;top:6.9375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIuUx6xMiaDr7phWtHNfAq57hTqtrkA4 { width:20rem;height:1.3808625rem;top:4.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOlqAcuywPZJoBVVBc1RN2oFcNzrn2WB { width:4.75rem;height:4.875rem;top:0rem;left:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3TOTTUSP9Xt52LvVi243x1UqcpZ22yT { width:20rem;height:2.2744125rem;top:2.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0EXIcGaWwhwe32wg8GeRsQV8umhznU6 { display:flex;width:2.125rem;height:2.125rem;top:30.875rem;left:2.0625rem; }
 }@media only screen and (max-width: 763px) { #WbpaJDqOhqTLmbXG9QwnKyUSp1v6xk9n { display:flex;width:2.125rem;height:2.125rem;top:33rem;left:2.0625rem; }
 }@media only screen and (max-width: 763px) { #LDuxlQ1HwSz6iyH2AZrSgRRTDtnDrabO { display:flex;width:2.125rem;height:2.125rem;top:35.125rem;left:2.0625rem; }
 }@media only screen and (max-width: 763px) { #zx42FogtaePiEGSTFJ2uCupIFGPvVPkF { width:20rem;height:0;top:2.375rem;left:0rem;text-align:center;text-align-last:center;font-size:2.0625rem;z-index:15006;display:none; }
 }@media only screen and (max-width: 763px) { #VArZJeIxuIn1fDowxhz5yQh0vV8BViIq { width:20rem;height:0;top:4.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;z-index:15007;display:none; }
 }@media only screen and (max-width: 763px) { #xb8AG504l2PcuzwLqeZSrPAh4UzOdtbP { width:20rem;height:40.4375rem;top:45.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0ouEe2hf128BTeooW8De0lbqECMLro1 { width:18.125rem;height:3.4375rem;top:80.6875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGTlHeOW7XKdFemqZl7rl8K7sai5mtW2 { display:block; }
 }@media only screen and (max-width: 763px) { #h8reL2m7ylOvzOtHz9UCrZ7ngBKGSQOJ { width:16.625rem;height:1.3808625rem;top:78.375rem;left:2.9375rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TI4fyGEqxJwnWcbluy1V2DB8NxxDrGOe { width:13.4375rem;height:1.3808625rem;top:76.1875rem;left:2.9375rem;text-align:left;text-align-last:left;font-size:1.0625rem;z-index:15087;display:block; }
 }@media only screen and (max-width: 763px) { #Dsub8SQfWIxbRNsFtNOeeGMxKobKGi9m { width:13.4375rem;height:1.3808625rem;top:74.125rem;left:2.9375rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bl6KyI87ErN9CIxWfWD9TibCouuCXwki { display:flex;width:2.125rem;height:2.125rem;top:73.6875rem;left:0.5rem; }
 }@media only screen and (max-width: 763px) { #pJE3KKTHI2pv4xsWNdape6P8VdC3LuHw { display:flex;width:2.125rem;height:2.125rem;top:75.8125rem;left:0.5rem; }
 }@media only screen and (max-width: 763px) { #GozvpRJuhmsdWRaXzyGVoAUs2AdERPoQ { display:flex;width:2.125rem;height:2.125rem;top:77.9375rem;left:0.5rem; }
 }@media only screen and (max-width: 763px) { #pcTOsavO88C1IIg3a44lkynqrOpXBUVg { width:16.5rem;height:20.25rem;top:53.4375rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdLzx1IkTvP0aAeR3XCecMHtVuSJFOdp { width:20rem;height:2.2744125rem;top:47.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFeJkfB15yMEzqTp0sqBbOhNbCyFWqr5 { width:20rem;height:1.3808625rem;top:50.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #krS50knGVpUmAiqpMpsHtSqZiXPet3bS { width:5.375rem;height:5.5rem;top:45.4375rem;left:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6L69SlEecrIydmR5LVbh7B525Fz02fK { width:12.5rem;height:0.1875rem;top:52.1875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4nd9wgdTsElCetC4MWHRJ9mxeqx2PJM { width:20rem;height:39.9375rem;top:87.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vpcg8wxB8g8o7EicuJPsu7ck1TkOaH9d { width:20rem;height:2.2744125rem;top:89.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;z-index:15088;display:block; }
 }@media only screen and (max-width: 763px) { #uMFP8Cp7Twg8pWOyc4p0gFwogVB4Re6g { width:5.375rem;height:5.5rem;top:87.625rem;left:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRtxBwTVw5txo1LHk7Lfr19KBaUUEO67 { width:20rem;height:1.3808625rem;top:91.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLKDGtraxxTNHRk17OMQU4iiWmrQHl3T { width:12.5rem;height:0.1875rem;top:94rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOoEglCUwWHDuW95dpDssiNNB4Un6F6g { width:16.5625rem;height:20.25rem;top:95.125rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zB90ZyyNdhv60wp7m3hxgLWtQvdtR4vO { width:16.125rem;height:1.3808625rem;top:120.0625rem;left:3.375rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwaqXfo7UODodObnHvtlFI9C7RVn0ZlT { width:13.4375rem;height:1.3808625rem;top:117.9375rem;left:3.375rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zpmui2k8Al21u8MDRrAaI7IKw8RV2aIa { width:13.4375rem;height:1.3808625rem;top:115.8125rem;left:3.375rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCTcK76DI70mCqBAGrt76PJLWofKGngf { display:flex;width:2.125rem;height:2.125rem;top:115.4375rem;left:0.5625rem; }
 }@media only screen and (max-width: 763px) { #JDBL8IuHNQFJZfgAf7xMAPFVdqqaKkzB { display:flex;width:2.125rem;height:2.125rem;top:117.5625rem;left:0.5625rem; }
 }@media only screen and (max-width: 763px) { #leKPRCpyM7G2dTgQcaH3AOhQPwTtvr4r { display:flex;width:2.125rem;height:2.125rem;top:119.6875rem;left:0.5625rem; }
 }@media only screen and (max-width: 763px) { #bF8PuMiZv2ZWoT7ExT3AkJJyxXlN71IK { width:18.125rem;height:3.4375rem;top:122.375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSwNMKxkK3bO38H8RbgPGiJZ4VTpnNXf { display:block; }
 }@media only screen and (max-width: 763px) { #A0im8UkOGO51Jhf6xgt1ZllbJVg3eo3q { display:block; }#A0im8UkOGO51Jhf6xgt1ZllbJVg3eo3q > .row .container { width:20rem;height:125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LJDBuRqDsq2v7P8KRLrVcPESisrog4tg { width:20rem;height:0;top:2.375rem;left:0rem;text-align:center;text-align-last:center;font-size:2.0625rem;z-index:15006;display:none; }
 }@media only screen and (max-width: 763px) { #bJu2iCBgTqQxrATWb2SSf0HD6WqxHhpP { width:20rem;height:0;top:4.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;z-index:15007;display:none; }
 }@media only screen and (max-width: 763px) { #LKsTwH7W3z2mJ53UsIq64nDNBJy880oA { width:20rem;height:41.25rem;top:0.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K25ZR2Eu9udN5OiZGLK1T4WODMmfhuyS { width:14rem;height:20.25rem;top:7.8125rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3ql0F7PsuubFR3ROeBloQCAaEFzOFI9 { width:20rem;height:1.3808625rem;top:4.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzkH2dAWTFVNLHO7DJ9Hpx0Kh3K9IrDv { width:20rem;height:2.2744125rem;top:1.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHx1hd11DAwpiR9wVbn99A64lc3Aqqmm { width:12.5rem;height:0.1875rem;top:6.8125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJn5OCdxpHGn65s4J57qJ6lnMVB47sDi { width:5.1875rem;height:5.3125rem;top:0rem;left:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETA4IrMwtHoVnGIbHEMgqwTxJovho0nX { width:16.25rem;height:1.3808625rem;top:33rem;left:3.0625rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2sDzvG7pkAEdVClJd8sh4caXBBtxEA0 { width:13.4375rem;height:1.3808625rem;top:30.875rem;left:3.0625rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQTfGlIaemMxSeONK3wF31S4cGr0iXMo { width:13.4375rem;height:1.3808625rem;top:28.75rem;left:3.0625rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcO045UOPrMopdUsIMTaHyT47cxo1iO5 { display:flex;width:2.125rem;height:2.125rem;top:28.375rem;left:0.6875rem; }
 }@media only screen and (max-width: 763px) { #kC92VCZFtEzNpZPncy4McJ9hMJWJa6ow { display:flex;width:2.125rem;height:2.125rem;top:30.5rem;left:0.6875rem; }
 }@media only screen and (max-width: 763px) { #DCity3BwUCpz0xvd9MK71i6lC1AQEUan { display:flex;width:2.125rem;height:2.125rem;top:32.625rem;left:0.6875rem; }
 }@media only screen and (max-width: 763px) { #wdg19lJF2ZLP3MasdK0mMnq5HJiM2VWb { width:18.125rem;height:3.4375rem;top:35.875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fz1OLJEvBLBpRDUWRZcIECWQ8mwxMTIs { display:block; }
 }@media only screen and (max-width: 763px) { #gxHOmwcWDQTvQyeCL3MF8r2Tr1ZoKSiS { width:20rem;height:41.3125rem;top:43.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dc6CF2xeaiIWFpdbmBkIGHv0ai7b9Eqy { width:18.125rem;height:3.4375rem;top:79.5rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QIVT8No3cgrb2W56X33TSfCFrE7oTAO5 { display:block; }
 }@media only screen and (max-width: 763px) { #zb1btNgkeg2DVOatIlTT9BcPOVvokiEn { width:16.3125rem;height:1.3808625rem;top:76.75rem;left:2.875rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FeTlWFMbhw4x74iJEW2y1mfmqDwrnPDq { width:13.4375rem;height:1.3808625rem;top:74.625rem;left:3.3125rem;text-align:left;text-align-last:left;font-size:1.0625rem;z-index:15087;display:block; }
 }@media only screen and (max-width: 763px) { #p5aCV7FLpRPCii3Ek7cTACCabaByz8tN { width:13.4375rem;height:1.3808625rem;top:72.5rem;left:3.3125rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcxULqDl4s0RUp3C7dTIgn1LfeAQPUWl { display:flex;width:2.125rem;height:2.125rem;top:72.125rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #G6eeVv6QCDdMNqTcJ2CHgT3ETKsichDr { display:flex;width:2.125rem;height:2.125rem;top:74.25rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #lbANp0QQr7lnIbgu67VOEfAe7htMxIV5 { display:flex;width:2.125rem;height:2.125rem;top:76.375rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #Ak38sDVbeOTOnamT6NzDg2xsUuQpdidF { width:17.75rem;height:20.25rem;top:51.3125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJmtUWvs4MLisXAIiaZwrNTT0NUxb6Xl { width:12.5rem;height:0.1875rem;top:50.125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPLJ62rCEDzvJtA0bIlposyLHDTz4uAO { width:20rem;height:1.3808625rem;top:48.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETksUlzrpXsGu73BdZWlWNV45TzbtLPH { width:5.125rem;height:5.25rem;top:43.375rem;left:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIzgyPq6nARJCrJVBuTKHv2uFIDIQ6RG { width:20rem;height:2.2744125rem;top:45.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtukHFWyvXWPsDPK70l2nw7r9zHOoIri { width:20rem;height:36.3125rem;top:86.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M83V62S1waLx6PODhDmk7Pq20e8tScKT { width:18.125rem;height:3.4375rem;top:117.6875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOeHHvow9vbiHmh8kFpFHctcP4rzTDg1 { display:block; }
 }@media only screen and (max-width: 763px) { #bnzh5xDTf0ZONwPldeCcIwAG83rX3BiC { width:16.1875rem;height:1.3808625rem;top:114.375rem;left:3.25rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTaAtdTDnKZM0x4HfiptNbzv4J5b61B3 { width:11.375rem;height:1.3808625rem;top:112.25rem;left:3.25rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lk0LRe9nuxw9midiwWW8B0zZBFQbfZPl { width:12.1875rem;height:1.3808625rem;top:110.125rem;left:3.25rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4TnPP1MchcWudiJbstORoDstywCfntZ { width:16.8125rem;height:15.9375rem;top:93.6875rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXnLpgs2TLQ73JnkAAdr4218Z3RFeZso { display:flex;width:2.125rem;height:2.125rem;top:109.875rem;left:0.5625rem; }
 }@media only screen and (max-width: 763px) { #BL1iPK81W37MoNT60oJi8SGenuyR2m7L { display:flex;width:2.125rem;height:2.125rem;top:111.9375rem;left:0.5625rem; }
 }@media only screen and (max-width: 763px) { #rpOVq0fQQxEwLIRv95evFJWt1sm4g83g { display:flex;width:2.125rem;height:2.125rem;top:114.0625rem;left:0.5625rem; }
 }@media only screen and (max-width: 763px) { #wi8bWoh8tAiBhzOKGVFqzLGzQqX1KWhz { width:12.5rem;height:0.1875rem;top:92.5rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #frf6pNHZiZB9th031NRE0nkGHOMm0bMN { width:18.75rem;height:1.3808625rem;top:90.625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBpCbTNlvt9e2nU5WUmITTFeR1TIbkmM { width:20rem;height:2.2744125rem;top:88.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JfOlLXRy07pTvT3K7ywmM3tdVFNrXbqW { display:block; }#JfOlLXRy07pTvT3K7ywmM3tdVFNrXbqW > .row .container { width:20rem;height:119.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BUudlyOq6A0Xsc3eB4si3fp6sFimnx0O { width:20rem;height:0;top:2.375rem;left:0rem;text-align:center;text-align-last:center;font-size:2.0625rem;z-index:15006;display:none; }
 }@media only screen and (max-width: 763px) { #uWnXRtnozZDkEbrBPDFUo0aLaaffigoz { width:20rem;height:0;top:4.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;z-index:15007;display:none; }
 }@media only screen and (max-width: 763px) { #gl5ntpqm0hZ1XSV82IKwxuQbAsKSCAyr { width:20rem;height:35.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqB8l2gTWoakEOVTTqCxwI2ZwQ2aUtqK { width:18.125rem;height:3.4375rem;top:29.9375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5PEkc7mBNoFTtzwveTLcAmu2lUA26Jm { display:block; }
 }@media only screen and (max-width: 763px) { #wDD1ELFhL4fiLG3JyC2SbbfkGLH0xkoU { width:16rem;height:1.3808625rem;top:26.75rem;left:3.3125rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLo4O4USTiAcSwJpDkzCvuOODPJzcglF { width:11.3125rem;height:1.3808625rem;top:24.625rem;left:3.3125rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4ffZg5ESyl4hIBWkrx1KAPM3hpFTab1 { width:11.3125rem;height:1.3808625rem;top:22.5rem;left:3.3125rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L68MHR7UgZi7aRbcmciTp5P9oAUW9b2x { display:flex;width:2.125rem;height:2.125rem;top:22.25rem;left:0.6875rem; }
 }@media only screen and (max-width: 763px) { #xIJsAx1FxsOaD51nmobtXzWbpyNwZZzM { display:flex;width:2.125rem;height:2.125rem;top:24.375rem;left:0.6875rem; }
 }@media only screen and (max-width: 763px) { #aiwUvvESalltAzyA5ffpofbv2gadwG8T { display:flex;width:2.125rem;height:2.125rem;top:26.5rem;left:0.6875rem; }
 }@media only screen and (max-width: 763px) { #pAlpPB2nDPtC4t9hU19HaQTLhTJcz5T4 { width:17.5rem;height:13.875rem;top:7.5625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkW0QLAdonlwvFAd2S9NTzcf2A74SxUF { width:18.75rem;height:1.3808625rem;top:4.375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAsUZtOQ7JlLHhMUwCZklAWOXPnbEbDi { width:12.5rem;height:0.1875rem;top:6.4375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #v22esK2XJobeoqVUq1v9swuH1ui5P5Ja { width:18.75rem;height:2.2744125rem;top:1.9375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUqaAZW0ZCfQVA8Zf9zcAQNJ8JNb9vN5 { width:20rem;height:39.5rem;top:36.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2ErgrLLmfy1QzemfoUeWEEmw4ewAE31 { width:18.8125rem;height:3.4375rem;top:71.25rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PinOupZ2zfHAOr0s8rc3rz37gks7OzUo { display:block; }
 }@media only screen and (max-width: 763px) { #MSH1pdlyvPmrd9LMcm9L3OrD0Aa6uSGR { width:13.125rem;height:1.3808625rem;top:67.6875rem;left:5.5625rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kO4nyTzL7uCEHHFZWpDT0zeyWbV55Jbc { width:13.125rem;height:1.3808625rem;top:65.5625rem;left:5.5625rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OrnFCUbZpL3vDT2Qo28WAgQ8anvgh3kg { width:13.125rem;height:1.3808625rem;top:63.4375rem;left:5.5625rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QW8SSVA94TOeu8o1G341xr5RVZTFul9R { width:14.0625rem;height:17.0625rem;top:44.787109375rem;left:3.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FaFedzXU1PmS8dGLVHxrhUAuDBANUSAM { width:18.75rem;height:1.3808625rem;top:41rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJlCTiTTNOLoii8NV5hcP4w6hNB8ufeE { width:12.5rem;height:0.1875rem;top:43.25rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7Fqqv6bHOCzDslPs4g52LAA6nEUQZtS { display:flex;width:2.125rem;height:2.125rem;top:63.0625rem;left:3.1875rem; }
 }@media only screen and (max-width: 763px) { #P8z23rJXeiEbLzBDXywIavrxt693BnDa { display:flex;width:2.125rem;height:2.125rem;top:65.1875rem;left:3.1875rem; }
 }@media only screen and (max-width: 763px) { #OnWNoXCAbbaimTO9gWEm8QmZosnsXmtc { display:flex;width:2.125rem;height:2.125rem;top:67.3125rem;left:3.1875rem; }
 }@media only screen and (max-width: 763px) { #z7eDr3oKOQcKdbBsDheor3LfKTiXbxDe { width:18.75rem;height:2.2744125rem;top:38.5625rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBixiB4TUSFBTm1sPTEBan5Sy7EXSTsM { width:20rem;height:39.5rem;top:77.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHO3f1qZTOUn3RhxFxcBBDX5mAlwrT24 { width:18.8125rem;height:3.4375rem;top:111.25rem;left:0.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwShEVRGuChWGrTmVWrNQ6O8UHI5MRQo { display:block; }
 }@media only screen and (max-width: 763px) { #btbuLwbMreZIZtuvJP4rg4L2oJTSniXy { width:13.125rem;height:1.3808625rem;top:108.4375rem;left:5.5625rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tkma9TNFQK9LNIs1ZOcxCy9qyZ0DT6La { width:13.125rem;height:1.3808625rem;top:106.3125rem;left:5.5625rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BStGObfdCCm7pC63t2UpyAX3TEEJ0H6a { width:13.125rem;height:1.3808625rem;top:104.1875rem;left:5.5625rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2yoRrJ8oeLkO1sLJomSe4ZJIkImvPFB { width:10.625rem;height:17.375rem;top:85.443359375rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwZFDTIHn9zAqADqOQPfvpcSSQ3X7gF1 { width:12.5rem;height:0.1875rem;top:84rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekqgBzJWD6llofId3h09Gt6bEQmHifhf { width:18.75rem;height:1.3808625rem;top:81.869140625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnm2DyFld88aHMiQWJU6tHGSCbZz8ius { display:flex;width:2.125rem;height:2.125rem;top:103.8125rem;left:3.1875rem; }
 }@media only screen and (max-width: 763px) { #gKW37OZRbp4KX6Z6kTCrPDf4WIT1ZgcJ { display:flex;width:2.125rem;height:2.125rem;top:105.9375rem;left:3.1875rem; }
 }@media only screen and (max-width: 763px) { #n4Ab4SXvzpoqAODO3LCiDVTPeHxaiEUu { display:flex;width:2.125rem;height:2.125rem;top:108.0625rem;left:3.1875rem; }
 }@media only screen and (max-width: 763px) { #wJ3P6CkEy3ouZ92r3TwG4CKkhLdsGTPl { width:18.75rem;height:2.2744125rem;top:79.3125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSTT17TRk3pHuLouRcsR4oZEH5AF7W6v { display:block; }#zSTT17TRk3pHuLouRcsR4oZEH5AF7W6v > .row .container { width:20rem;height:117.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T7eWhWVdFrlNqrq9NbJOu5Xu3MvfLKRR { width:20rem;height:0;top:2.375rem;left:0rem;text-align:center;text-align-last:center;font-size:2.0625rem;z-index:15006;display:none; }
 }@media only screen and (max-width: 763px) { #ndTATl0ClJkKKPhtfcU54NQNWORVcFxT { width:20rem;height:0;top:4.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;z-index:15007;display:none; }
 }@media only screen and (max-width: 763px) { #ywqyMsBp6Mzb9vnV3CMEoOEJKcZ0rxpy { width:20rem;height:35.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0kbGTECPT60CBpDyQK0BKVOto950e3p { width:18.125rem;height:3.4375rem;top:29.9375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrgJgXchdPo0SbxCHgP7vXyswD4g4sHM { display:block; }
 }@media only screen and (max-width: 763px) { #o03Uuy0l8vXUg1OZzS0hMJPtcsBIBwvo { width:13rem;height:1.3808625rem;top:26.75rem;left:4.8125rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PsOTe6BGJEsubmnptlKUEXiv1g0E7Sfv { width:11.3125rem;height:1.3808625rem;top:24.625rem;left:4.8125rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDhEBpFT2x8acf0klh4dyQFTvAbWzXDU { width:11.3125rem;height:1.3808625rem;top:22.5rem;left:4.8125rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #saq8OgvAgsNgf1k8DCuvnI81T1MyfqdG { display:flex;width:2.125rem;height:2.125rem;top:22.25rem;left:2.1875rem; }
 }@media only screen and (max-width: 763px) { #spL2kn1ku1KUuXmpeum1gwuCpTb6xyzK { display:flex;width:2.125rem;height:2.125rem;top:24.375rem;left:2.1875rem; }
 }@media only screen and (max-width: 763px) { #Ku7KH8erTblsGvPHXpraMWzkokcyQFWO { display:flex;width:2.125rem;height:2.125rem;top:26.5rem;left:2.1875rem; }
 }@media only screen and (max-width: 763px) { #RcRiTI44Nx5GRvkvKKiAMTPCPpZrpP7T { width:5.125rem;height:13.875rem;top:7.5625rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9sHfSh0PoWZ1b62KJgwWT0zlpSAJCpm { width:18.75rem;height:1.3808625rem;top:4.375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7G8xtZ9INRfGBS6TrZlyFs6lWRcd0G5 { width:12.5rem;height:0.1875rem;top:6.4375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0TfqD22KA7lfHMKHTw4dcZkVKFIgdrI { width:18.75rem;height:2.2744125rem;top:1.9375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Diuk4LOuhEtwMGRn89eT01tEEEoZXglg { width:20rem;height:39.5rem;top:36.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Er86sxCuTtgr6T523kTNWalH7h9TbaHT { width:18.8125rem;height:3.4375rem;top:70.875rem;left:0.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I02CcQZA2Tf4SnumliuKySmZvccWEhDA { display:block; }
 }@media only screen and (max-width: 763px) { #n3PJJmpBlh9zA9TVT1Nmo9dRPw3anDU0 { width:10.625rem;height:1.3808625rem;top:67.6875rem;left:5.3125rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgZX4Ri4lFVpXzwK9JtZyTx5LeMddOli { width:11.8125rem;height:1.3808625rem;top:65.5625rem;left:5.3125rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BsgyFHTCt5NQT48eRkVKNPwTMbCe9tgO { width:11.8125rem;height:1.3808625rem;top:63.4375rem;left:5.3125rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a23PHR5JXLq72uNlJPo6KzCLgGoTfUy2 { width:9.75rem;height:17.0625rem;top:44.787109375rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFzPXqL8pxgPp2gNVy1ZRGng9ntHLA1r { width:18.75rem;height:1.3808625rem;top:41.0234375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s04w24aSJcToGAMezRWA2OfT7z06dBtS { width:12.5rem;height:0.1875rem;top:43.3125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPEofb5RwrH5y7DWb4lCs7vHVgNSNZBb { display:flex;width:2.125rem;height:2.125rem;top:63.0625rem;left:2.9375rem; }
 }@media only screen and (max-width: 763px) { #VawWSsrb6HIhs0Ck4OMyyxiLJVslOm08 { display:flex;width:2.125rem;height:2.125rem;top:65.1875rem;left:2.9375rem; }
 }@media only screen and (max-width: 763px) { #cnswfTN825ztTm8ZnfWPWFx53JCThJyu { display:flex;width:2.125rem;height:2.125rem;top:67.3125rem;left:2.9375rem; }
 }@media only screen and (max-width: 763px) { #vkVKGG0O6b3eBJ08eowFK1mao5BbsqCM { width:18.75rem;height:2.2744125rem;top:38.5625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9KOAdvAPpCD5lScNQw1tGmahwCeBUwz { width:20rem;height:38.0625rem;top:77.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QieETD1Vq0ohDb0PTKHOqZZSHVyTAP2g { width:18.8125rem;height:3.4375rem;top:110rem;left:0.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9OHkJlo0Lii9b4b72OT9KLs1H5BXcFs { display:block; }
 }@media only screen and (max-width: 763px) { #GI6wQdL8UDzR7yF9FHUnsuEeU94TDR7R { width:11.875rem;height:1.3808625rem;top:106.9375rem;left:5.25rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GhA5rEWFdih0F57rQ42dizHRGKwOMAc5 { width:11.625rem;height:1.3808625rem;top:104.8125rem;left:5.25rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y02oEPdcLzoTvkEqS5B0kLksL9auCAG5 { width:11.9375rem;height:1.3808625rem;top:102.6875rem;left:5.25rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnsFzUTCdARXAJpOAnzwfdoZV9TNr7T0 { width:11.375rem;height:16.0625rem;top:85.380859375rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBKvG7h2qtIEMVe9ntTqqpyAsxfO5moR { width:12.5rem;height:0.1875rem;top:84rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErTCrMGEa4WW618K2qPsW9zDMb3QV4oE { width:18.75rem;height:1.3808625rem;top:81.869140625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDR2CPabTIMoGNMtH0X9ukxPocM9hF4g { display:flex;width:2.125rem;height:2.125rem;top:102.3125rem;left:2.875rem; }
 }@media only screen and (max-width: 763px) { #iRJEm5091dq0DxZsLuhed4EzTT833XbJ { display:flex;width:2.125rem;height:2.125rem;top:104.4375rem;left:2.875rem; }
 }@media only screen and (max-width: 763px) { #cFyXdOBvAWV7w0pU4OF33lpfb9u9MrVp { display:flex;width:2.125rem;height:2.125rem;top:106.5625rem;left:2.875rem; }
 }@media only screen and (max-width: 763px) { #PCaKoufypusZ5B2RHWvuTAGOTeZsAuiR { width:18.75rem;height:2.2744125rem;top:79.3125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgV8PHpqns2lDKoiBs2r75J7ApkdxrXQ { display:block; }#lgV8PHpqns2lDKoiBs2r75J7ApkdxrXQ > .row .container { width:20rem;height:112.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IC0ONmgiHkFWNLXFLlkvfKnuiUUFmKCi { width:20rem;height:0;top:2.375rem;left:0rem;text-align:center;text-align-last:center;font-size:2.0625rem;z-index:15006;display:none; }
 }@media only screen and (max-width: 763px) { #r3xTcDyT30lww1ny8uEE0IiwqcNh4WU9 { width:20rem;height:0;top:4.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;z-index:15007;display:none; }
 }@media only screen and (max-width: 763px) { #ZMtFz6LdvtXTc6FDuhZrBvzzizD40xL3 { width:20rem;height:35.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWakxmPdITqzlqAD2DP4IUdtCqu0rqmO { width:18.125rem;height:3.4375rem;top:29.9375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRdFwQ9pHN5iMvtxX3VDK3uGaQJ4K42o { display:block; }
 }@media only screen and (max-width: 763px) { #ICKk0nwFPvBB8i8QH3gIIWBTz638DJt9 { width:15.9375rem;height:1.3808625rem;top:26.5625rem;left:3.375rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXTJt8ncJAx4fXb5NTfUTAu34a0zJZpU { width:11.3125rem;height:1.3808625rem;top:24.4375rem;left:3.375rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #omdt9TCny3UHB3sT62V3f9cBCf9DapOn { width:11.3125rem;height:1.3808625rem;top:22.3125rem;left:3.375rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kd32MGM0dMT9QKuU9IwRxFLsdDcHv9Uo { display:flex;width:2.125rem;height:2.125rem;top:22.0625rem;left:0.75rem; }
 }@media only screen and (max-width: 763px) { #l859KIn6VA7qNXh98ZB46zHri85xmZ7m { display:flex;width:2.125rem;height:2.125rem;top:24.1875rem;left:0.75rem; }
 }@media only screen and (max-width: 763px) { #pgeZJdDv7eJinkVtSCQEsQuvnErVpn0s { display:flex;width:2.125rem;height:2.125rem;top:26.3125rem;left:0.75rem; }
 }@media only screen and (max-width: 763px) { #nXW69P9a6TlJhziWQyNyShp3BubWFvuN { width:17.875rem;height:13.5625rem;top:7.3125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOXlwPvubngOOrlaTFIexmJSIKmeBRbd { width:18.75rem;height:1.3808625rem;top:4.375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWQsSg13dZ2gLNAdp5rVETsqc3ypLnyn { width:12.5rem;height:0.1875rem;top:6.4375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vl8LSZT5MDEVhvp1tQEQcQPzzCOOszhZ { width:18.75rem;height:2.2744125rem;top:1.9375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNo0LMaObmG1g73UhDfkSULbKDlCaziI { width:20rem;height:34.75rem;top:36.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #blL7e0UTggczFeJi6fqcAnDT7qCsKgFp { width:18.8125rem;height:3.4375rem;top:65.625rem;left:0.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToATXVaJWQRyTls1xFCM1GUaWXxtoT1V { display:block; }
 }@media only screen and (max-width: 763px) { #OxbEQwTC2ygIX74zwcS7T5iibgOA5syE { width:15.8125rem;height:1.3808625rem;top:62.1875rem;left:3.3125rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSh16d6Mh7xiLF9eGA5lMnk6mTP4WPN5 { width:11.8125rem;height:1.3808625rem;top:60.0625rem;left:3.3125rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJgw9I9P18KXhMyamQSQoAyyheJGaHLc { width:11.8125rem;height:1.3808625rem;top:57.9375rem;left:3.3125rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zP4v5g6tGIS3ERioRP07IRqxsq0cD13p { width:18.1875rem;height:11.5rem;top:44.787109375rem;left:0.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHQfGbq5BtKtNypmJTwBQ1GPru30W9AT { width:18.75rem;height:1.3808625rem;top:41.0234375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0W6Dvq2D7XElmOP4WNdrTTGhod7WnZA { width:12.5rem;height:0.1875rem;top:43.3125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwmJMmZG5AKToLWDf9aJCMQTSHDFH9ta { display:flex;width:2.125rem;height:2.125rem;top:57.5625rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #rFxDk3lF3AKeBk1TMbN1lio7CZUXdgrW { display:flex;width:2.125rem;height:2.125rem;top:59.6875rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #uVdsXbKtoeTKFQrfaCxsWTVTexZJD2vu { display:flex;width:2.125rem;height:2.125rem;top:61.8125rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #hMUfFXqdaqTDTeqFVzO2DmUCbhWBLwEw { width:18.75rem;height:2.2744125rem;top:38.5625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SP53yUiGnThO8qdl7xOptpvwqOdOmTH6 { width:20rem;height:35.625rem;top:72.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuZF8Bryx2Z0ZoFaC3C6z4ZxGpdTW6Kr { width:18.8125rem;height:3.4375rem;top:103.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGyaf9MUriKMuyralUTyb2Av7w7PS020 { display:block; }
 }@media only screen and (max-width: 763px) { #Zhn9hJhoUZhSTfkEscamw70MIfLREWOl { width:15.875rem;height:1.3808625rem;top:99.75rem;left:3.25rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLfPDoE6pHz86LvOSmXceH88iPJUDvQ3 { width:11.625rem;height:1.3808625rem;top:97.625rem;left:3.25rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNTnsJ0cwmKfOAZbDZnftBH5vbkVEIM8 { width:11.9375rem;height:1.3808625rem;top:95.5rem;left:3.25rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wi4qKe3lGU2UsIsFdo5wBE5a6uTCWpc5 { width:18.125rem;height:12.5625rem;top:80.875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9N1E86M5DU1vHf8WtgP4JsHUdIDFnB5 { width:12.5rem;height:0.1875rem;top:79.625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7THQO7JoiczTUv3TopO4TNeEosUZ81U { width:18.75rem;height:1.3808625rem;top:77.5rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyOf9RFKIzreE2448KmRfL4eSG3T8qTi { display:flex;width:2.125rem;height:2.125rem;top:95.125rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #eJSnJkQhwULc12nRxNZVJGr9pstGPpJT { display:flex;width:2.125rem;height:2.125rem;top:97.25rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #i8XWAT2BsBZTlZ34P0ye2pMZqae6pGFP { display:flex;width:2.125rem;height:2.125rem;top:99.375rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #VhlS5xV37IVym7PV93zog8wh1iHwuWP5 { width:18.75rem;height:2.2744125rem;top:74.9375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTMELGbGgTNErSD5Jk1LAS063ccnbpLI { display:block; }#gTMELGbGgTNErSD5Jk1LAS063ccnbpLI > .row .container { width:20rem;height:16.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hE8l2yBFDAiiIdzgArAuMKET2HrMRJDd { width:20rem;height:14.0625rem;top:1.4062497615814rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lh4zn6D0AouOKdatIwEFzB5U92HII6ru { display:block; }#lh4zn6D0AouOKdatIwEFzB5U92HII6ru > .row .container { width:20rem;height:24.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rMCgeoNnPCQQdz1wN24cqp6SsINUe2G8 { height:11.25rem;width:20rem;top:7rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nEowc4RQlMqTkVSvnAmQ7L1qMXt6hDGc { width:20rem;height:4.95rem;top:1.5rem;left:0rem;text-align:center;text-align-last:center;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WE1cO6zmbINtO5L2K0Bq9x2DtGs5VHOX { width:20rem;height:1.375rem;top:19.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VX6bVvEhbOg6SaN5WU7N4BzOf5lkGd7s { width:1.625rem;height:1.625rem;top:13.75rem;left:9.1875005364419rem;display:none; }
 }@media only screen and (max-width: 763px) { #NxCXebOBvVkXhWW3EPfgz2BTk44awcX3 { display:block; }#NxCXebOBvVkXhWW3EPfgz2BTk44awcX3 > .row .container { width:20rem;height:20.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aOHP7zrm2zNQRMxIXxEgSezHx830DHSR { width:6.25rem;height:1.05625rem;top:17.375rem;left:10rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNtIRx4WQ5WTh9H8ENVOO80TwCTpN0yL { width:6.25rem;height:1.05625rem;top:11.1875rem;left:0.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqE13pgNvF2EAH28ouetdeOTsudu1GGL { width:3.75rem;height:3.75rem;top:13.4375rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vS08cOlp0V3cs5s4SJyT3SaexNRQDblv { width:6.25rem;height:1.05625rem;top:5.5rem;left:13.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLGHDnnM9mhlAUTwP6HNfT1J5yVzR5ns { width:3.75rem;height:3.75rem;top:7.1875rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yByee38TPVpFrC2TKvxHSE7RoxqMVzIi { width:6.25rem;height:1.05625rem;top:17.375rem;left:3.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhF2ei7ZeG8vinnqrRwnHVCOml3lxJ64 { width:3.75rem;height:3.75rem;top:1.625rem;left:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmukwbsVGFTKpZxZHrgnr7gUdIKCdmmG { width:3.75rem;height:3.75rem;top:13.4375rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NhyHQ7AyMFJMu7k7VQe0TE24Ihba27eu { width:6.25rem;height:1.05625rem;top:5.5rem;left:6.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kwr4oKMvViiLK3DFAG31CyEpBT2N8vup { width:6.25rem;height:1.05625rem;top:11.1875rem;left:13.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbFMyxTM5AfZieAMaiA53RRBKt0yomkc { width:3.75rem;height:3.6875rem;top:1.6875rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5t2bcECNDhB9VHZUWXwqZvckyDZXaaE { width:3.625rem;height:3.625rem;top:7.375rem;left:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfQBnTE6q2u0OsXky8hMgap5AypbJgaT { width:3.75rem;height:3.75rem;top:1.625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iukgexGuAGT6CW1we84E8OTGTzhG0dUv { width:6.25rem;height:1.05625rem;top:5.5rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLrViJTqvlXS1KKRn6yJul589VMJe43f { width:6.25rem;height:1.05625rem;top:11.1875rem;left:6.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESUirMemyTixEEFefNIkv1mIMFWvGxqy { width:3.75rem;height:3.75rem;top:7.1875rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMvIi1l3mEORU2ypTzrR9SxTekyWMFvR { width:20rem;height:auto;top:1.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #lleBtQEqD0ybzuhIgRoy9kG8muTBivvM { display:block; }#lleBtQEqD0ybzuhIgRoy9kG8muTBivvM > .row .container { width:20rem;height:12.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CulZlhF065w6mo6F3XNSuTTm67nTHquc { display:block; }#CulZlhF065w6mo6F3XNSuTTm67nTHquc > .row .container { width:20rem;height:13.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n1HlHhMqMqwrWpP1kN1551vzXl3zhONs { width:16.6875rem;height:3.25rem;top:1.375rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVxiGmmLp9Hl8RBG8yRfvkawTnfLHDgV { width:20rem;height:0;top:7.75rem;left:0rem;text-align:center;text-align-last:center;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Zz9KPPIrmBz8fATAFfBNT80b9yU9KASz { width:20rem;height:1.575rem;top:5.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.5625rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #JiqxTvTJ2OXcf8xCf0nM6gAaAedlFzB5 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#JiqxTvTJ2OXcf8xCf0nM6gAaAedlFzB5 > .row .container { background-color: transparent; background-image: none; }#JiqxTvTJ2OXcf8xCf0nM6gAaAedlFzB5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JiqxTvTJ2OXcf8xCf0nM6gAaAedlFzB5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JiqxTvTJ2OXcf8xCf0nM6gAaAedlFzB5 > .row .container > .video-iframe-container { display: none; }#JiqxTvTJ2OXcf8xCf0nM6gAaAedlFzB5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JiqxTvTJ2OXcf8xCf0nM6gAaAedlFzB5 > .row > .video-iframe-container { display: none; }#JiqxTvTJ2OXcf8xCf0nM6gAaAedlFzB5 > .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); }#JiqxTvTJ2OXcf8xCf0nM6gAaAedlFzB5 > .row .container { border-width: 0; border-radius: 0; }#JiqxTvTJ2OXcf8xCf0nM6gAaAedlFzB5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JiqxTvTJ2OXcf8xCf0nM6gAaAedlFzB5 > .row .container { width:20rem;height:3.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WUz6vP0tucE5Gu8ErRFAq3TdDrTN1MQF { width:19.375rem;height:3.4375rem;top:3.59375rem;left:0.3125rem;z-index:15009;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #S9n5T22l6n2eIIeOCGd54hpTUhxcl3Rb { display:block; }
 }@media only screen and (max-width: 763px) { #VQaSCLVCFhnbwV6OOa42Mm4AiNeMGDBi { width:18.8125rem;height:3.4375rem;top:0.1875rem;left:0.59296876192093rem;z-index:15020;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #0b113a, #2237c3);background-image: -moz-linear-gradient(90deg, #0b113a, #2237c3);background-image: -ms-linear-gradient(90deg, #0b113a, #2237c3);background-image: -o-linear-gradient(90deg, #0b113a, #2237c3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b113a', endColorstr='#2237c3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b113a', endColorstr='#2237c3' );";background-image: linear-gradient(90deg, #0b113a, #2237c3);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #UlBCLPwRC4vIi6QcuyqwcrvsFAq6aZ0C { display:block; }
 }